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