backport
[platal.git] / htdocs / css / trapped.css
CommitLineData
0337d704 1/***************************************************************************
50a40a33 2 * Copyright (C) 2003-2006 Polytechnique.org *
0337d704 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
21a:link, a:visited, a:active {
22 color: #000000;
23 background: inherit;
24}
25
26a:hover { color: #47220a; }
27
28/*******************************************************************************
29 1 Styles par défauts
30 [ balises sans attributs ou classes sans contexte ]
31*******************************************************************************/
32
33body {
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
42fieldset {
43 background-color: #f2e9e2;
44 border: 1px #ab8b7d solid;
45 color: inherit;
46}
47
48legend {
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
60h1 a:link, h1 a:visited, h1 a:active {
61 color: #eeeeee;
62 background: inherit;
63}
64
65h1 a:hover { color: #e2d9c2; }
66
67h1 {
68 color: #ffffff;
69 background-image: url("/images/sk_trapped_titre.gif");
70 background-repeat: no-repeat;
71 background-color: #200a00;
0337d704 72}
73
74/*******************************************************************************
75 3 Tableaux bicolores + classes utiles
76 [ Tableaux à lignes alternées, en taille normale, ou tiny ]
77*******************************************************************************/
78
79table.tinybicol, table.bicol {
80 background-color: #f2e9e2;
81 border: 1px solid #200a00;
82 border-collapse: collapse;
83}
84
85table.tinybicol tr, table.bicol tr { }
86table.tinybicol tr.pair, table.bicol tr.pair { background-color: #e2d9c2; }
87table.tinybicol th, table.bicol th {
88 background-color: #291602;
89}
90
c250b6b6 91table.tinybicol td, table.bicol td { color: #000000; }
0337d704 92table
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
119div.contact-list div.contact {
120 border-top: 1px solid #000000;
121 background: #f2e9e2;
122 color: inherit;
123}
124
125div.contact div.long {
126 background: #e2d9c2;
127 color: inherit;
128}
129
130/*******************************************************************************
131 6 Profil
132 [ onglets des profils ]
133*******************************************************************************/
134
e09b5ff1 135td.conteneur_tab {
136 background-color: #f5f0ea;
137 border-color: #707070;
138}
139
0337d704 140#onglet li {
141 background: #e2d9c2;
e09b5ff1 142 border-color: #707070;
143}
144
145#onglet li:hover {
146 background-color: #8a6540;
147}
148
149#onglet li:hover a {
150 color: #f5f0ea;
151}
152
153#onglet li.actif {
154 background-color: #f5f0ea;
0337d704 155}
156
157/*******************************************************************************
158 7 fiche.php
159 [ cas de la fiche ]
160*******************************************************************************/
161
f6d8ff73 162#fiche {
bb4dde62 163 border: 1px solid #200a00;
f6d8ff73 164}
165
166#fiche em { color: #5a412f; }
167
168#fiche h2 {
169 color: #7a614f;
170 background-color: #f2e9e2;
171 border-top: 1px solid #ab8b7d;
172 border-bottom: 1px solid #ab8b7d;
bb4dde62 173 border-right: 1px solid #ab8b7d;
f6d8ff73 174}
175
176#fiche_identite {
bb4dde62 177 padding: 0em;
f6d8ff73 178}
179
180#photo {
181 padding-left: 0em;
182}
183#photo div {
184 padding-top: 1em;
185 padding-left: 1em;
186}
187
bb4dde62 188#fiche_identite div.civilite {
189 text-align: center;
190 font-weight: bold;
191 width: 100%;
192 background-color: #200a00;
193 color: #fff;
194}
195
196#fiche_identite div.maj {
197 float: right;
198 font-size: 60%;
5caf75d3 199 width: 20%;
bb4dde62 200 text-align: right;
201}
202
f6d8ff73 203#fiche_identite div.contact {
204 background-color: #f2e9e2;
205 border: 1px dotted #ab8b7d;
206}
207
208/* only for fiche_referent.php*/
209
210#fiche_referent em{color: #5a412f;}
f6d8ff73 211
0337d704 212/*******************************************************************************
213 A SKIN
214 [ choix de classes faites par le skinneur
215*******************************************************************************/
216
217#body-logo {
218 border-top: none;
219 border-bottom: 1px solid #777777;
220 border-right: 1px solid #777777;
221 border-left: none;
222 vertical-align: middle;
223}
224
225#body-top {
226 border-bottom: 1px solid #777777;
227}
228
229#body-bottom {
230 border-top: 1px solid #777777;
231 font-family: "helvetica", sans-serif;
232 font-size: x-small;
233}
234
235#body-menu {
236 font-family: "helvetica", sans-serif;
237 font-weight: bold;
238 font-size: smaller;
239 border-right: 1px solid #777777;
240}
241
242#body-menu .menu_title {
243 color : #7a614f;
244 background-color: #F2e9e2;
245 background-image: url("/images/sk_trapped_menu.jpg");
246 border-top: 1px solid #ab8b7d;
247 border-bottom: 1px solid #ab8b7d;
248 font-size: smaller;
249}
250
251#body-menu .menu_item {
252 border-right: none;
253 font-size: smaller;
0337d704 254}
255
256/* vim: set et ts=4 sts=4 sw=4: */