9f434cffd3e22a79635eb61af41f6e6b90fa8a28
[platal.git] / htdocs / css / trapped.css
1 /***************************************************************************
2 * Copyright (C) 2003-2004 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/sk_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/sk_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 td, table.bicol td { color: #000000; }
92 table
93
94 /*******************************************************************************
95 4 Tableau de choix de skins
96 [ Styles pour les tableaux de types de ceux des skins ]
97 *******************************************************************************/
98
99 #skin {
100 border-top: 1px solid #000000;
101 border-bottom: 1px solid #000000;
102 }
103
104 #skin td {
105 border-top: 1px solid #000000;
106 border-bottom: 1px solid #000000;
107 background-color: #f2e9e2;
108 }
109
110 #skin td.skigauche {
111 background-color: #e2d9c2;
112 }
113
114 /*******************************************************************************
115 5 Contacts
116 [ Styles liés à l'affichage de contacts ]
117 *******************************************************************************/
118
119 div.contact-list div.contact {
120 border-top: 1px solid #000000;
121 background: #f2e9e2;
122 color: inherit;
123 }
124
125 div.contact div.long {
126 background: #e2d9c2;
127 color: inherit;
128 }
129
130 /*******************************************************************************
131 6 Profil
132 [ onglets des profils ]
133 *******************************************************************************/
134
135 #onglet li {
136 background: #e2d9c2;
137 }
138
139 /*******************************************************************************
140 7 fiche.php
141 [ cas de la fiche ]
142 *******************************************************************************/
143
144 #fiche {
145 border: 1px solid #200a00;
146 }
147
148 #fiche em { color: #5a412f; }
149
150 #fiche h2 {
151 color: #7a614f;
152 background-color: #f2e9e2;
153 border-top: 1px solid #ab8b7d;
154 border-bottom: 1px solid #ab8b7d;
155 border-right: 1px solid #ab8b7d;
156 }
157
158 #fiche_identite {
159 padding: 0em;
160 }
161
162 #photo {
163 padding-left: 0em;
164 }
165 #photo div {
166 padding-top: 1em;
167 padding-left: 1em;
168 }
169
170 #fiche_identite div.civilite {
171 text-align: center;
172 font-weight: bold;
173 width: 100%;
174 background-color: #200a00;
175 color: #fff;
176 }
177
178 #fiche_identite div.maj {
179 float: right;
180 font-size: 60%;
181 width: 20%
182 text-align: right;
183 }
184
185 #fiche_identite div.contact {
186 background-color: #f2e9e2;
187 border: 1px dotted #ab8b7d;
188 }
189
190 /* only for fiche_referent.php*/
191
192 #fiche_referent em{color: #5a412f;}
193
194 /*******************************************************************************
195 A SKIN
196 [ choix de classes faites par le skinneur
197 *******************************************************************************/
198
199 #body-logo {
200 border-top: none;
201 border-bottom: 1px solid #777777;
202 border-right: 1px solid #777777;
203 border-left: none;
204 vertical-align: middle;
205 }
206
207 #body-top {
208 border-bottom: 1px solid #777777;
209 }
210
211 #body-bottom {
212 border-top: 1px solid #777777;
213 font-family: "helvetica", sans-serif;
214 font-size: x-small;
215 }
216
217 #body-menu {
218 font-family: "helvetica", sans-serif;
219 font-weight: bold;
220 font-size: smaller;
221 border-right: 1px solid #777777;
222 }
223
224 #body-menu .menu_title {
225 color : #7a614f;
226 background-color: #F2e9e2;
227 background-image: url("/images/sk_trapped_menu.jpg");
228 border-top: 1px solid #ab8b7d;
229 border-bottom: 1px solid #ab8b7d;
230 font-size: smaller;
231 }
232
233 #body-menu .menu_item {
234 border-right: none;
235 font-size: smaller;
236 }
237
238 /* vim: set et ts=4 sts=4 sw=4: */