0d2d7d56dd3ce7e8e3f791be5e63d0c02fa3a64d
[platal.git] / htdocs / css / oldtimes.css
1 /***************************************************************************
2 * Copyright (C) 2003-2011 Polytechnique.org *
3 * http://opensource.polytechnique.org/ *
4 * *
5 * This program is free software; you can redistribute it and/or modify *
6 * it under the terms of the GNU General Public License as published by *
7 * the Free Software Foundation; either version 2 of the License, or *
8 * (at your option) any later version. *
9 * *
10 * This program is distributed in the hope that it will be useful, *
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of *
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
13 * GNU General Public License for more details. *
14 * *
15 * You should have received a copy of the GNU General Public License *
16 * along with this program; if not, write to the Free Software *
17 * Foundation, Inc., *
18 * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA *
19 ***************************************************************************/
20
21 /*******************************************************************************
22 1 Styles par défauts
23 [ balises sans attributs ou classes sans contexte ]
24 *******************************************************************************/
25
26 /*******************************************************************************
27 2 Styles <p>, <div>, <span>, <li>
28 [ styles classiques d'effets de texte ]
29 *******************************************************************************/
30
31 h1 a:link, h1 a:active, h1 a:visited {
32 color: #70ff00;
33 background: inherit;
34 }
35
36 h1 a:hover {
37 color: #c0ff00;
38 background: inherit;
39 }
40
41 h1 {
42 color: #ffff00;
43 background-color: #0005c0;
44 background-image: url( "../images/skins/oldtimes_titre.jpg");
45 background-repeat: repeat-x;
46 }
47
48 /*******************************************************************************
49 3 Tableaux bicolores + classes utiles
50 [ Tableaux à lignes alternées, en taille normale, ou tiny ]
51 *******************************************************************************/
52
53 /*******************************************************************************
54 4 Tableau de choix de skins
55 [ Styles pour les tableaux de types de ceux des skins ]
56 *******************************************************************************/
57
58 /*******************************************************************************
59 5 Contacts
60 [ Styles liés à l'affichage de contacts ]
61 *******************************************************************************/
62
63 /*******************************************************************************
64 6 Profil
65 [ onglets des profils ]
66 *******************************************************************************/
67
68 /*******************************************************************************
69 7 fiche.php
70 [ cas de la fiche ]
71 *******************************************************************************/
72
73 /*******************************************************************************
74 A SKIN
75 [ choix de classes faites par le skinneur
76 *******************************************************************************/
77
78 #body-logo {
79 border-bottom: none;
80 border-right: 1px solid #305070;
81 border-left: none;
82 border-top: none;
83 }
84
85 #body-top {
86 border-bottom: 2px solid #777777;
87 }
88
89 #body-bottom {
90 border-top: 1px solid #003399;
91 }
92
93 #body-menu {
94 border-right: 1px solid #003399;
95 }
96
97 #body-menu .menu_title {
98 color : #000000;
99 background-color: #ffffff;
100 background-image: url("../images/skins/oldtimes_menu.jpg");
101 border-top: 1px solid #003399;
102 border-bottom: 1px solid #003399;
103 }
104
105 #body-menu .menu_item {
106 padding-left: 0px;
107 text-align: left;
108 }
109
110 /* vim: set et ts=4 sts=4 sw=4: */