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