2006 => 2007 Happy New Year\!
[platal.git] / htdocs / css / liteskin.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
26body { color: #000000; }
27
28a:link { color: #3252A7; text-decoration: none; }
29a:visited { color: #3252A7; text-decoration: none; }
30a:active { color: #3252A7; text-decoration: underline; }
31a:hover { color: #0F2C57; text-decoration: none; }
32
33fieldset {
34 background-color: #fdfde9;
35 border: 1px #660099 solid;
36 color: inherit;
37}
38
39legend {
40 background-color: #ffff99;
41 border: none;
42 color: #660099;
43}
44
45/*******************************************************************************
46 2 Styles <p>, <div>, <span>, <li>
47 [ styles classiques d'effets de texte ]
48*******************************************************************************/
49
50h1 {
51 color: #660099;
52 background: #FFFF99;
53}
54
55/*******************************************************************************
56 3 Tableaux bicolores + classes utiles
57 [ Tableaux à lignes alternées, en taille normale, ou tiny ]
58*******************************************************************************/
59
60table.tinybicol, table.bicol {
61 background: #FDFDE9;
62 border: 1px solid #FFFF99;
63 border-collapse: collapse;
64}
65table.tinybicol tr, table.bicol tr { }
66table.tinybicol tr.impair , table.bicol tr.impair { background: #FDFDE9; }
67table.tinybicol tr.pair, table.bicol tr.pair { background: #F8EBFF; }
68table.tinybicol th, table.bicol th {
69 background: #FFFF99;
70 color: #C866FA;
71}
72
73/*******************************************************************************
74 4 Tableau de choix de skins
75 [ Styles pour les tableaux de types de ceux des skins ]
76*******************************************************************************/
77
78#skin {
79 background: #99b9d0;
80 border-top: 1px solid #305070;
81 border-bottom: none;
82}
83
84#skin td {
85 border-top: none;
86 border-bottom: 1px solid #305070;
87 vertical-align: middle;
88}
89
90#skin td.skigauche {
91 background: #99b9d0;
92}
93
94/*******************************************************************************
95 5 Contacts
96 [ Styles liés à l'affichage de contacts ]
97*******************************************************************************/
98
99div.contact-list div.contact {
100 border-top: 1px solid #305070;
101 background: #80a0c0;
102 color: inherit;
103}
104
105div.contact div.long {
106 background: #99b9d0;
107 color: inherit;
108}
109
110/*******************************************************************************
111 6 Profil
112 [ onglets des profils ]
113*******************************************************************************/
114
115div.conteneur_tab {
116 background-color: #F8EBFF;
117 border-color: #C866FA;
118 border-right-color: #660099;
119 border-bottom-color: #660099;
120}
121
122#onglet li {
123 background-color: #FDFDE9;
124 xborder-bottom: 1px solid red;
125}
126
127#onglet li.actif {
128 background-color: #F8EBFF;
129 border-top-color: #C866FA;
130 border-right-color: #C866FA;
131 border-left-color: #C866FA;
132 border-bottom-color: #F8EBFF;
133}
134
135/*******************************************************************************
136 7 fiche.php
137 [ cas de la fiche ]
138*******************************************************************************/
139
140/*******************************************************************************
141 A SKIN
142 [ choix de classes faites par le skinneur
143*******************************************************************************/
144
145#body-logo {
146 border-top: 1px solid #660099;
147 border-right: 1px solid #660099;
148 border-left: 1px solid #660099;
149 border-bottom: none;
150 padding-top: 35px;
151}
152
153#body-top {
154 border-bottom: 1px solid #660099;
155}
156
157#body-bottom {
158 border-top: 1px solid #660099;
159}
160
161#body-menu {
162 border-left: 1px solid #660099;
163 border-right: 1px solid #660099;
164}
165
166#body-menu .menu_title {
167 color : #660099;
168 background: #FFFF99;
169 border-top: 1px solid #660099;
170 border-bottom: 1px solid #660099;
171}
172
173#body-menu .menu_item {
174 padding-left: 4px;
175 text-align: left;
176}
177
178/* vim: set et ts=4 sts=4 sw=4: */