Happy New Year !
[platal.git] / htdocs / css / espace.css
CommitLineData
0337d704 1/***************************************************************************
ba6ae046 2 * Copyright (C) 2003-2013 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
3989ad40
FB
42legend a:link, legend a:visited, legend a:active, legend a:hover {
43 color: #99F;
44 background: inherit;
45}
46
0337d704 47/*******************************************************************************
48 2 Styles <p>, <div>, <span>, <li>
49 [ styles classiques d'effets de texte ]
50*******************************************************************************/
51
52h1 a:link, h1 a:visited, h1 a:active, h1 a:hover {
53 color: #3f7ce7;
54 background: inherit;
55}
56
57h1 {
58 color: #eeeeee;
59 background-color: #000000;
73d4315e 60 background-image: url( "../images/skins/espace_titre.jpg");
0337d704 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
69table.tinybicol, table.bicol {
70 background: #eeeeff;
71 border: 1px solid #2f006f;
72 border-collapse: collapse;
73}
74
75table.tinybicol tr, table.bicol tr { }
76table.tinybicol tr.pair, table.bicol tr.pair { background: #ddddff; }
77table.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
10183f05 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
0337d704 101/*******************************************************************************
102 5 Contacts
103 [ Styles liés à l'affichage de contacts ]
104*******************************************************************************/
105
106div.contact-list div.contact {
107 border-top: 1px solid #305070;
108 background: #ccddff;
109 color: inherit;
110}
111
6060494c
FB
112div.contact-list div.grayed {
113 color: #444;
114 font-style: italic;
115 background: #eee;
116}
117
0337d704 118div.contact div.long {
119 background: #ffffff;
120 color: inherit;
121}
122
123/*******************************************************************************
0337d704 124 7 fiche.php
125 [ cas de la fiche ]
126*******************************************************************************/
127
10183f05 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;
73d4315e 147 background-image: url( "../images/skins/espace_titre.jpg");
10183f05 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}
da4585f3 158
10183f05 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
0337d704 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;
73d4315e 207 background-image: url("../images/skins/espace_menu.jpg");
0337d704 208 border-bottom: none;
209}
210
211#body-menu .menu_item {
212 border-right: none;
0337d704 213}
214
215/* vim: set et ts=4 sts=4 sw=4: */