first reimport from platal
[platal.git] / htdocs / css / spectral.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 fieldset {
27 background-color: #ddffcc;
28 border: 1px #0067fe solid;
29 color: inherit;
30 }
31
32 legend {
33 border: 1px #0067fe solid;
34 color: inherit;
35 }
36
37 /*******************************************************************************
38 2 Styles <p>, <div>, <span>, <li>
39 [ styles classiques d'effets de texte ]
40 *******************************************************************************/
41
42 h1 a:link, h1 a:visited, h1 a:active {
43 color: #999999;
44 background: inherit;
45 }
46
47 h1 a:hover {
48 color: #cccccc;
49 }
50
51 h1 {
52 color: #eeeeee;
53 background-color: #444444;
54 background-image: url( "/images/sk_spectral_titre.jpg");
55 background-repeat: repeat-x;
56 }
57
58 /*******************************************************************************
59 3 Tableaux bicolores + classes utiles
60 [ Tableaux à lignes alternées, en taille normale, ou tiny ]
61 *******************************************************************************/
62
63 table.tinybicol, table.bicol {
64 background: #ccddff;
65 border: 1px solid #0067fe;
66 border-collapse: collapse;
67 }
68
69 table.tinybicol tr, table.bicol tr { }
70 table.tinybicol tr.pair, table.bicol tr.pair { background: #ddffcc; }
71 table.tinybicol th, table.bicol th {
72 background-color: #0067fe;
73 }
74
75 /*******************************************************************************
76 4 Tableau de choix de skins
77 [ Styles pour les tableaux de types de ceux des skins ]
78 *******************************************************************************/
79
80 /*******************************************************************************
81 5 Contacts
82 [ Styles liés à l'affichage de contacts ]
83 *******************************************************************************/
84
85 div.contact-list div.contact {
86 border-top: 1px solid #305070;
87 background: #ccddff;
88 color: inherit;
89 }
90
91 div.contact div.long {
92 background: #ddffcc;
93 color: inherit;
94 }
95
96 /*******************************************************************************
97 6 Profil
98 [ onglets des profils ]
99 *******************************************************************************/
100
101 /*******************************************************************************
102 7 fiche.php
103 [ cas de la fiche ]
104 *******************************************************************************/
105
106 /*******************************************************************************
107 A SKIN
108 [ choix de classes faites par le skinneur
109 *******************************************************************************/
110
111 #body-logo {
112 border-bottom: 1px solid #003399;
113 border-right: 1px solid #305070;
114 border-left: none;
115 border-top: none;
116 }
117
118 #body-top {
119 border-bottom: 1px solid #003399;
120 }
121
122 #body-bottom {
123 border-top: 1px solid #003399;
124 }
125
126 #body-menu {
127 border-right: 1px solid #003399;
128 }
129
130 #body-menu .menu_title {
131 color : #000000;
132 background-color: #3601ff;
133 background-image: url("/images/sk_spectral_menu.jpg");
134 background-repeat: repeat-y;
135 border-top: 1px solid #003399;
136 border-bottom: 1px solid #003399;
137 }
138
139 #body-menu .menu_item {
140 padding-left: 0px;
141 text-align: left;
142 }
143
144 /* vim: set et ts=4 sts=4 sw=4: */