Happy New Year !
[platal.git] / htdocs / css / liteskin.css
1 /***************************************************************************
2 * Copyright (C) 2003-2013 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 body { color: #000000; }
27
28 a:link { color: #3252A7; text-decoration: none; }
29 a:visited { color: #3252A7; text-decoration: none; }
30 a:active { color: #3252A7; text-decoration: underline; }
31 a:hover { color: #0F2C57; text-decoration: none; }
32
33 fieldset {
34 background-color: #fdfde9;
35 border: 1px #660099 solid;
36 color: inherit;
37 }
38
39 legend {
40 background-color: #ffff99;
41 border: none;
42 color: #660099;
43 }
44
45 /*******************************************************************************
46 2 Styles <p>, <div>, <span>, <li>
47 [ styles classiques d'effets de texte ]
48 *******************************************************************************/
49
50 h1 {
51 color: #660099;
52 background: #FFFF99;
53 }
54
55 /*******************************************************************************
56 3 Tableaux bicolores + classes utiles
57 [ Tableaux à lignes alternées, en taille normale, ou tiny ]
58 *******************************************************************************/
59
60 table.tinybicol, table.bicol {
61 background: #FDFDE9;
62 border: 1px solid #FFFF99;
63 border-collapse: collapse;
64 }
65 table.tinybicol tr, table.bicol tr { }
66 table.tinybicol tr.impair , table.bicol tr.impair { background: #FDFDE9; }
67 table.tinybicol tr.pair, table.bicol tr.pair { background: #F8EBFF; }
68 table.tinybicol th, table.bicol th {
69 background: #FFFF99;
70 color: #C866FA;
71 }
72
73 /*******************************************************************************
74 4 Tableau de choix de skins
75 [ Styles pour les tableaux de types de ceux des skins ]
76 *******************************************************************************/
77
78 #skin {
79 background: #99b9d0;
80 border-top: 1px solid #305070;
81 border-bottom: none;
82 }
83
84 #skin td {
85 border-top: none;
86 border-bottom: 1px solid #305070;
87 vertical-align: middle;
88 }
89
90 #skin td.skigauche {
91 background: #99b9d0;
92 }
93
94 /*******************************************************************************
95 5 Contacts
96 [ Styles liés à l'affichage de contacts ]
97 *******************************************************************************/
98
99 div.contact-list div.contact {
100 border-top: 1px solid #305070;
101 background: #80a0c0;
102 color: inherit;
103 }
104
105 div.contact-list div.grayed {
106 color: #444;
107 font-style: italic;
108 background: #eee;
109 }
110
111 div.contact div.long {
112 background: #99b9d0;
113 color: inherit;
114 }
115
116 /*******************************************************************************
117 6 Profil
118 [ onglets des profils ]
119 *******************************************************************************/
120
121 /*******************************************************************************
122 7 fiche.php
123 [ cas de la fiche ]
124 *******************************************************************************/
125
126 /*******************************************************************************
127 A SKIN
128 [ choix de classes faites par le skinneur
129 *******************************************************************************/
130
131 #body-logo {
132 border-top: 1px solid #660099;
133 border-right: 1px solid #660099;
134 border-left: 1px solid #660099;
135 border-bottom: none;
136 padding-top: 35px;
137 }
138
139 #body-top {
140 border-bottom: 1px solid #660099;
141 }
142
143 #body-bottom {
144 border-top: 1px solid #660099;
145 }
146
147 #body-menu {
148 border-left: 1px solid #660099;
149 border-right: 1px solid #660099;
150 }
151
152 #body-menu .menu_title {
153 color : #660099;
154 background: #FFFF99;
155 border-top: 1px solid #660099;
156 border-bottom: 1px solid #660099;
157 }
158
159 #body-menu .menu_item {
160 padding-left: 4px;
161 text-align: left;
162 }
163
164 /* vim: set et ts=4 sts=4 sw=4: */