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