first reimport from platal
[platal.git] / htdocs / css / nbviolet.css
1 /***************************************************************************
2 * Copyright (C) 2003-2004 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 /*******************************************************************************
22 1 Styles par défauts
23 [ balises sans attributs ou classes sans contexte ]
24 *******************************************************************************/
25
26 a:link { color: #800080; }
27 a:visited { color: #800080; }
28 a:active { color: #800080; }
29 a:hover { color: #800080;}
30
31 fieldset {
32 background-color: #f5eeff;
33 border: 1px #800080 solid;
34 color: inherit;
35 }
36
37 legend {
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
48 h1 a:link, h1 a:visited, h1 a:active {
49 color: #e000e0;
50 background: inherit;
51 }
52
53 h1 a:hover {
54 color: #ff00ff;
55 background: inherit;
56 }
57
58 h1 {
59 color: #ff0000;
60 background-color: #800080;
61 background-image: url( "/images/sk_nbviolet_titre.jpg");
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
70 table.tinybicol, table.bicol {
71 background: #ecd0ff;
72 border: 1px solid #800080;
73 border-collapse: collapse;
74 }
75
76 table.tinybicol tr, table.bicol tr { }
77 table.tinybicol tr.impair, table.bicol tr.impair { background: #ecd0ff; }
78 table.tinybicol tr.pair, table.bicol tr.pair { background: #efddff; }
79 table.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 }
101
102 /*******************************************************************************
103 5 Contacts
104 [ Styles liés à l'affichage de contacts ]
105 *******************************************************************************/
106
107 div.contact-list div.contact {
108 border-top: 1px solid #305070;
109 background: #e0c0ff;
110 color: inherit;
111 }
112
113 div.contact div.long {
114 background: #efddff;
115 color: inherit;
116 }
117
118 /*******************************************************************************
119 6 Profil
120 [ onglets des profils ]
121 *******************************************************************************/
122
123 div.conteneur_tab {
124 background: #efddff;
125 border-color: #800080;
126 }
127
128 #onglet li {
129 background: #ecd0ff;
130 border-color: #800080;
131 }
132
133 #onglet li.actif {
134 background: #efddff;
135 }
136
137 /*******************************************************************************
138 7 fiche.php
139 [ cas de la fiche ]
140 *******************************************************************************/
141
142 /*******************************************************************************
143 A SKIN
144 [ choix de classes faites par le skinneur
145 *******************************************************************************/
146
147 #body-logo {
148 border-bottom: none;
149 border-right: none;
150 border-left: none;
151 border-top: none;
152 }
153
154 #body-top {
155 border-bottom: 2px solid #cccccc;
156 }
157
158 #body-bottom {
159 border-top: 1px solid #003399;
160 }
161
162 #body-menu {
163 border-right: none;
164 }
165
166 #body-menu .menu_title {
167 color : #eeeeee;
168 background-color: #404040;
169 background-image: url("/images/sk_nbviolet_menu.jpg");
170 border-top: none;
171 border-bottom: none;
172 }
173
174 #body-menu .menu_item {
175 padding-left: 0px;
176 text-align: left;
177 }
178
179 /* vim: set et ts=4 sts=4 sw=4: */