Moving to GitHub.
[platal.git] / htdocs / css / trapped.css
CommitLineData
0337d704 1/***************************************************************************
c441aabe 2 * Copyright (C) 2003-2014 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;
73d4315e 35 background-image: url('../images/skins/trapped_monstre.jpg');
0337d704 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}
da4585f3 53
0337d704 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; }
da4585f3 66
0337d704 67h1 {
68 color: #ffffff;
73d4315e 69 background-image: url("../images/skins/trapped_titre.gif");
0337d704 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 {
da4585f3 88 background-color: #291602;
0337d704 89}
90
b00355c8 91table.tinybicol th a:link,
92table.tinybicol th a:visited,
93table.tinybicol th a:active,
94table.bicol th a:link,
95table.bicol th a:visited,
96table.bicol th a:active {
97 color: #eeeeee;
98}
99
100table tinybicol th a:hover,
101table.bicol th a:hover {
102 color: #e2d9c2;
103}
104
c250b6b6 105table.tinybicol td, table.bicol td { color: #000000; }
0337d704 106table
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
133div.contact-list div.contact {
134 border-top: 1px solid #000000;
135 background: #f2e9e2;
136 color: inherit;
137}
138
6060494c
FB
139div.contact-list div.grayed {
140 color: #444;
141 font-style: italic;
142 background-color: #eee;
143}
144
0337d704 145div.contact div.long {
146 background: #e2d9c2;
147 color: inherit;
148}
149
150/*******************************************************************************
151 6 Profil
152 [ onglets des profils ]
153*******************************************************************************/
154
0337d704 155/*******************************************************************************
156 7 fiche.php
157 [ cas de la fiche ]
158*******************************************************************************/
159
f6d8ff73 160#fiche {
bb4dde62 161 border: 1px solid #200a00;
f6d8ff73 162}
163
164#fiche em { color: #5a412f; }
165
166#fiche h2 {
167 color: #7a614f;
da4585f3 168 background-color: #f2e9e2;
f6d8ff73 169 border-top: 1px solid #ab8b7d;
da4585f3 170 border-bottom: 1px solid #ab8b7d;
bb4dde62 171 border-right: 1px solid #ab8b7d;
f6d8ff73 172}
173
174#fiche_identite {
bb4dde62 175 padding: 0em;
f6d8ff73 176}
177
178#photo {
179 padding-left: 0em;
180}
181#photo div {
182 padding-top: 1em;
183 padding-left: 1em;
184}
185
bb4dde62 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%;
5caf75d3 197 width: 20%;
bb4dde62 198 text-align: right;
199}
200
f6d8ff73 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;}
da4585f3 209
0337d704 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;
73d4315e 243 background-image: url("../images/skins/trapped_menu.jpg");
0337d704 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;
0337d704 252}
253
254/* vim: set et ts=4 sts=4 sw=4: */