Happy New Year!
[platal.git] / htdocs / css / trapped.css
1 /***************************************************************************
2 * Copyright (C) 2003-2014 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 a:link, a:visited, a:active {
22 color: #000000;
23 background: inherit;
24 }
25
26 a:hover { color: #47220a; }
27
28 /*******************************************************************************
29 1 Styles par défauts
30 [ balises sans attributs ou classes sans contexte ]
31 *******************************************************************************/
32
33 body {
34 background-color: #ffffff;
35 background-image: url('../images/skins/trapped_monstre.jpg');
36 background-position: left bottom;
37 background-repeat: no-repeat;
38 font-family: "Arial", sans-serif;
39 color: #000000;
40 }
41
42 fieldset {
43 background-color: #f2e9e2;
44 border: 1px #ab8b7d solid;
45 color: inherit;
46 }
47
48 legend {
49 background-color: #e2d9c2;
50 border: 1px #ab8b7d solid;
51 color: inherit;
52 }
53
54
55 /*******************************************************************************
56 2 Styles <p>, <div>, <span>, <li>
57 [ styles classiques d'effets de texte ]
58 *******************************************************************************/
59
60 h1 a:link, h1 a:visited, h1 a:active {
61 color: #eeeeee;
62 background: inherit;
63 }
64
65 h1 a:hover { color: #e2d9c2; }
66
67 h1 {
68 color: #ffffff;
69 background-image: url("../images/skins/trapped_titre.gif");
70 background-repeat: no-repeat;
71 background-color: #200a00;
72 }
73
74 /*******************************************************************************
75 3 Tableaux bicolores + classes utiles
76 [ Tableaux à lignes alternées, en taille normale, ou tiny ]
77 *******************************************************************************/
78
79 table.tinybicol, table.bicol {
80 background-color: #f2e9e2;
81 border: 1px solid #200a00;
82 border-collapse: collapse;
83 }
84
85 table.tinybicol tr, table.bicol tr { }
86 table.tinybicol tr.pair, table.bicol tr.pair { background-color: #e2d9c2; }
87 table.tinybicol th, table.bicol th {
88 background-color: #291602;
89 }
90
91 table.tinybicol th a:link,
92 table.tinybicol th a:visited,
93 table.tinybicol th a:active,
94 table.bicol th a:link,
95 table.bicol th a:visited,
96 table.bicol th a:active {
97 color: #eeeeee;
98 }
99
100 table tinybicol th a:hover,
101 table.bicol th a:hover {
102 color: #e2d9c2;
103 }
104
105 table.tinybicol td, table.bicol td { color: #000000; }
106 table
107
108 /*******************************************************************************
109 4 Tableau de choix de skins
110 [ Styles pour les tableaux de types de ceux des skins ]
111 *******************************************************************************/
112
113 #skin {
114 border-top: 1px solid #000000;
115 border-bottom: 1px solid #000000;
116 }
117
118 #skin td {
119 border-top: 1px solid #000000;
120 border-bottom: 1px solid #000000;
121 background-color: #f2e9e2;
122 }
123
124 #skin td.skigauche {
125 background-color: #e2d9c2;
126 }
127
128 /*******************************************************************************
129 5 Contacts
130 [ Styles liés à l'affichage de contacts ]
131 *******************************************************************************/
132
133 div.contact-list div.contact {
134 border-top: 1px solid #000000;
135 background: #f2e9e2;
136 color: inherit;
137 }
138
139 div.contact-list div.grayed {
140 color: #444;
141 font-style: italic;
142 background-color: #eee;
143 }
144
145 div.contact div.long {
146 background: #e2d9c2;
147 color: inherit;
148 }
149
150 /*******************************************************************************
151 6 Profil
152 [ onglets des profils ]
153 *******************************************************************************/
154
155 /*******************************************************************************
156 7 fiche.php
157 [ cas de la fiche ]
158 *******************************************************************************/
159
160 #fiche {
161 border: 1px solid #200a00;
162 }
163
164 #fiche em { color: #5a412f; }
165
166 #fiche h2 {
167 color: #7a614f;
168 background-color: #f2e9e2;
169 border-top: 1px solid #ab8b7d;
170 border-bottom: 1px solid #ab8b7d;
171 border-right: 1px solid #ab8b7d;
172 }
173
174 #fiche_identite {
175 padding: 0em;
176 }
177
178 #photo {
179 padding-left: 0em;
180 }
181 #photo div {
182 padding-top: 1em;
183 padding-left: 1em;
184 }
185
186 #fiche_identite div.civilite {
187 text-align: center;
188 font-weight: bold;
189 width: 100%;
190 background-color: #200a00;
191 color: #fff;
192 }
193
194 #fiche_identite div.maj {
195 float: right;
196 font-size: 60%;
197 width: 20%;
198 text-align: right;
199 }
200
201 #fiche_identite div.contact {
202 background-color: #f2e9e2;
203 border: 1px dotted #ab8b7d;
204 }
205
206 /* only for fiche_referent.php*/
207
208 #fiche_referent em{color: #5a412f;}
209
210 /*******************************************************************************
211 A SKIN
212 [ choix de classes faites par le skinneur
213 *******************************************************************************/
214
215 #body-logo {
216 border-top: none;
217 border-bottom: 1px solid #777777;
218 border-right: 1px solid #777777;
219 border-left: none;
220 vertical-align: middle;
221 }
222
223 #body-top {
224 border-bottom: 1px solid #777777;
225 }
226
227 #body-bottom {
228 border-top: 1px solid #777777;
229 font-family: "helvetica", sans-serif;
230 font-size: x-small;
231 }
232
233 #body-menu {
234 font-family: "helvetica", sans-serif;
235 font-weight: bold;
236 font-size: smaller;
237 border-right: 1px solid #777777;
238 }
239
240 #body-menu .menu_title {
241 color : #7a614f;
242 background-color: #F2e9e2;
243 background-image: url("../images/skins/trapped_menu.jpg");
244 border-top: 1px solid #ab8b7d;
245 border-bottom: 1px solid #ab8b7d;
246 font-size: smaller;
247 }
248
249 #body-menu .menu_item {
250 border-right: none;
251 font-size: smaller;
252 }
253
254 /* vim: set et ts=4 sts=4 sw=4: */