unused
[platal.git] / htdocs / css / trapped.css
CommitLineData
0337d704 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
21a:link, a:visited, a:active {
22 color: #000000;
23 background: inherit;
24}
25
26a:hover { color: #47220a; }
27
28/*******************************************************************************
29 1 Styles par défauts
30 [ balises sans attributs ou classes sans contexte ]
31*******************************************************************************/
32
33body {
34 background-color: #ffffff;
35 background-image: url('/images/sk_trapped_monstre.jpg');
36 background-position: left bottom;
37 background-repeat: no-repeat;
38 font-family: "Arial", sans-serif;
39 color: #000000;
40}
41
42fieldset {
43 background-color: #f2e9e2;
44 border: 1px #ab8b7d solid;
45 color: inherit;
46}
47
48legend {
49 background-color: #e2d9c2;
50 border: 1px #ab8b7d solid;
51 color: inherit;
52}
53
54
55/*******************************************************************************
56 2 Styles <p>, <div>, <span>, <li>
57 [ styles classiques d'effets de texte ]
58*******************************************************************************/
59
60h1 a:link, h1 a:visited, h1 a:active {
61 color: #eeeeee;
62 background: inherit;
63}
64
65h1 a:hover { color: #e2d9c2; }
66
67h1 {
68 color: #ffffff;
69 background-image: url("/images/sk_trapped_titre.gif");
70 background-repeat: no-repeat;
71 background-color: #200a00;
72/* text-indent: 0.2em;
73 text-align: left;
74 font-family: "helvetica", sans-serif;
75 font-weight: bolder;
76 font-size: 120%;
77 margin-top: 1em;
78 margin-bottom: 1em;
79 padding-left: 0.5em;*/
80}
81
82/*******************************************************************************
83 3 Tableaux bicolores + classes utiles
84 [ Tableaux à lignes alternées, en taille normale, ou tiny ]
85*******************************************************************************/
86
87table.tinybicol, table.bicol {
88 background-color: #f2e9e2;
89 border: 1px solid #200a00;
90 border-collapse: collapse;
91}
92
93table.tinybicol tr, table.bicol tr { }
94table.tinybicol tr.pair, table.bicol tr.pair { background-color: #e2d9c2; }
95table.tinybicol th, table.bicol th {
96 background-color: #291602;
97}
98
99table.tenybicol td, table.bicol td { color: #000000; }
100table
101
102/*******************************************************************************
103 4 Tableau de choix de skins
104 [ Styles pour les tableaux de types de ceux des skins ]
105*******************************************************************************/
106
107#skin {
108 border-top: 1px solid #000000;
109 border-bottom: 1px solid #000000;
110}
111
112#skin td {
113 border-top: 1px solid #000000;
114 border-bottom: 1px solid #000000;
115 background-color: #f2e9e2;
116}
117
118#skin td.skigauche {
119 background-color: #e2d9c2;
120}
121
122/*******************************************************************************
123 5 Contacts
124 [ Styles liés à l'affichage de contacts ]
125*******************************************************************************/
126
127div.contact-list div.contact {
128 border-top: 1px solid #000000;
129 background: #f2e9e2;
130 color: inherit;
131}
132
133div.contact div.long {
134 background: #e2d9c2;
135 color: inherit;
136}
137
138/*******************************************************************************
139 6 Profil
140 [ onglets des profils ]
141*******************************************************************************/
142
143#onglet li {
144 background: #e2d9c2;
145}
146
147/*******************************************************************************
148 7 fiche.php
149 [ cas de la fiche ]
150*******************************************************************************/
151
152/*******************************************************************************
153 A SKIN
154 [ choix de classes faites par le skinneur
155*******************************************************************************/
156
157#body-logo {
158 border-top: none;
159 border-bottom: 1px solid #777777;
160 border-right: 1px solid #777777;
161 border-left: none;
162 vertical-align: middle;
163}
164
165#body-top {
166 border-bottom: 1px solid #777777;
167}
168
169#body-bottom {
170 border-top: 1px solid #777777;
171 font-family: "helvetica", sans-serif;
172 font-size: x-small;
173}
174
175#body-menu {
176 font-family: "helvetica", sans-serif;
177 font-weight: bold;
178 font-size: smaller;
179 border-right: 1px solid #777777;
180}
181
182#body-menu .menu_title {
183 color : #7a614f;
184 background-color: #F2e9e2;
185 background-image: url("/images/sk_trapped_menu.jpg");
186 border-top: 1px solid #ab8b7d;
187 border-bottom: 1px solid #ab8b7d;
188 font-size: smaller;
189}
190
191#body-menu .menu_item {
192 border-right: none;
193 font-size: smaller;
194/* padding-left: 0px;
195 text-align: left;*/
196}
197
198/* vim: set et ts=4 sts=4 sw=4: */