Update the skins.
[platal.git] / htdocs / css / espace.css
CommitLineData
0337d704 1/***************************************************************************
179afa7f 2 * Copyright (C) 2003-2008 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
6060494c
FB
107div.contact-list div.grayed {
108 color: #444;
109 font-style: italic;
110 background: #eee;
111}
112
0337d704 113div.contact div.long {
114 background: #ffffff;
115 color: inherit;
116}
117
118/*******************************************************************************
0337d704 119 7 fiche.php
120 [ cas de la fiche ]
121*******************************************************************************/
122
10183f05 123#fiche {
124 border-color: #2f006f;
125}
126
127#fiche h2 {
128 color: #2f006f;
129}
130
131#fiche em {
132 color: #305070;
133}
134
135#fiche_identite {
136 padding: 0em;
137}
138
139#fiche_identite div.civilite {
140 color: #eeeeee;
141 background-color: #000000;
73d4315e 142 background-image: url( "../images/skins/espace_titre.jpg");
10183f05 143 background-repeat: no-repeat;
144 width: 100%;
145 text-align: left;
146 padding-left: 0.2em;
147}
148
149#fiche_identite div.maj {
150 float: right;
151 padding-right: 0.2em;
152}
da4585f3 153
10183f05 154#fiche_identite div.contact {
155 border-color: #2f006f;
156 background-color: #eeeeff;
157}
158
159#photo {
160 padding-left: 0em;
161}
162
163#photo img {
164 padding-bottom: 1em;
165}
166
167#photo div {
168 padding-left: 1em;
169}
170
171#fiche_referent em {
172 color: #305070;
173}
174
0337d704 175/*******************************************************************************
176 A SKIN
177 [ choix de classes faites par le skinneur
178*******************************************************************************/
179
180#body-logo {
181 border-top: none;
182 border-bottom: none;
183 border-right: none;
184 border-left: none;
185}
186
187#body-top {
188 border-bottom: 2px solid #777777;
189}
190
191#body-bottom {
192 border-top: 1px solid #777777;
193}
194
195#body-menu {
196 border-right: none;
197}
198
199#body-menu .menu_title {
200 color : #ffffff;
201 background-color: #dddddd;
73d4315e 202 background-image: url("../images/skins/espace_menu.jpg");
0337d704 203 border-bottom: none;
204}
205
206#body-menu .menu_item {
207 border-right: none;
0337d704 208}
209
210/* vim: set et ts=4 sts=4 sw=4: */