Merge branch 'platal-0.9.15'
[platal.git] / htdocs / css / nbviolet.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
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}
da4585f3 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
0337d704 123/*******************************************************************************
124 7 fiche.php
125 [ cas de la fiche ]
126*******************************************************************************/
127
58abc2b6 128#fiche {
129 border-color: #800080;
130}
131
132#fiche_identite div.maj, #fiche em, #fiche_referent em {
133 color: #800080;
134}
135
136#fiche h2 {
137 color : #eeeeee;
138 background-color: #404040;
73d4315e 139 background-image: url("../images/skins/nbviolet_menu.jpg");
58abc2b6 140 border-top: none;
141 border-bottom: none;
142}
143
144#fiche_identite div.contact {
145 background-color: #e0e0e0;
146 border-color: #800080;
147}
148
149#photo {
150 padding: 0em;
151}
152
153#photo img {
154 padding-bottom: 1em;
155}
156
157#photo div {
158 padding: 0.2em 0em 0.2em 1em;
159 background-color: #efddff;
160}
161
0337d704 162/*******************************************************************************
163 A SKIN
164 [ choix de classes faites par le skinneur
165*******************************************************************************/
166
167#body-logo {
168 border-bottom: none;
169 border-right: none;
170 border-left: none;
171 border-top: none;
172}
173
174#body-top {
175 border-bottom: 2px solid #cccccc;
176}
177
178#body-bottom {
179 border-top: 1px solid #003399;
180}
181
182#body-menu {
183 border-right: none;
184}
185
186#body-menu .menu_title {
187 color : #eeeeee;
188 background-color: #404040;
73d4315e 189 background-image: url("../images/skins/nbviolet_menu.jpg");
0337d704 190 border-top: none;
191 border-bottom: none;
192}
193
194#body-menu .menu_item {
195 padding-left: 0px;
196 text-align: left;
197}
198
199/* vim: set et ts=4 sts=4 sw=4: */