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