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