Rename banana module to forums.
[platal.git] / htdocs / css / espace.css
1 /***************************************************************************
2 * Copyright (C) 2003-2008 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 /*******************************************************************************
43 2 Styles <p>, <div>, <span>, <li>
44 [ styles classiques d'effets de texte ]
45 *******************************************************************************/
46
47 h1 a:link, h1 a:visited, h1 a:active, h1 a:hover {
48 color: #3f7ce7;
49 background: inherit;
50 }
51
52 h1 {
53 color: #eeeeee;
54 background-color: #000000;
55 background-image: url( "../images/skins/espace_titre.jpg");
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
64 table.tinybicol, table.bicol {
65 background: #eeeeff;
66 border: 1px solid #2f006f;
67 border-collapse: collapse;
68 }
69
70 table.tinybicol tr, table.bicol tr { }
71 table.tinybicol tr.pair, table.bicol tr.pair { background: #ddddff; }
72 table.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
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
96 /*******************************************************************************
97 5 Contacts
98 [ Styles liés à l'affichage de contacts ]
99 *******************************************************************************/
100
101 div.contact-list div.contact {
102 border-top: 1px solid #305070;
103 background: #ccddff;
104 color: inherit;
105 }
106
107 div.contact div.long {
108 background: #ffffff;
109 color: inherit;
110 }
111
112 /*******************************************************************************
113 7 fiche.php
114 [ cas de la fiche ]
115 *******************************************************************************/
116
117 #fiche {
118 border-color: #2f006f;
119 }
120
121 #fiche h2 {
122 color: #2f006f;
123 }
124
125 #fiche em {
126 color: #305070;
127 }
128
129 #fiche_identite {
130 padding: 0em;
131 }
132
133 #fiche_identite div.civilite {
134 color: #eeeeee;
135 background-color: #000000;
136 background-image: url( "../images/skins/espace_titre.jpg");
137 background-repeat: no-repeat;
138 width: 100%;
139 text-align: left;
140 padding-left: 0.2em;
141 }
142
143 #fiche_identite div.maj {
144 float: right;
145 padding-right: 0.2em;
146 }
147
148 #fiche_identite div.contact {
149 border-color: #2f006f;
150 background-color: #eeeeff;
151 }
152
153 #photo {
154 padding-left: 0em;
155 }
156
157 #photo img {
158 padding-bottom: 1em;
159 }
160
161 #photo div {
162 padding-left: 1em;
163 }
164
165 #fiche_referent em {
166 color: #305070;
167 }
168
169 /*******************************************************************************
170 A SKIN
171 [ choix de classes faites par le skinneur
172 *******************************************************************************/
173
174 #body-logo {
175 border-top: none;
176 border-bottom: none;
177 border-right: none;
178 border-left: none;
179 }
180
181 #body-top {
182 border-bottom: 2px solid #777777;
183 }
184
185 #body-bottom {
186 border-top: 1px solid #777777;
187 }
188
189 #body-menu {
190 border-right: none;
191 }
192
193 #body-menu .menu_title {
194 color : #ffffff;
195 background-color: #dddddd;
196 background-image: url("../images/skins/espace_menu.jpg");
197 border-bottom: none;
198 }
199
200 #body-menu .menu_item {
201 border-right: none;
202 }
203
204 /* vim: set et ts=4 sts=4 sw=4: */