first reimport from platal
[platal.git] / htdocs / css / humlinux.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: #eeeeee;
28 }
29
30 legend {
31 background-color: #dddddd;
32 }
33
34
35 /*******************************************************************************
36 2 Styles <p>, <div>, <span>, <li>
37 [ styles classiques d'effets de texte ]
38 *******************************************************************************/
39
40 h1 {
41 color: #000000;
42 background-color: #dddddd;
43 background-image: url( "/images/sk_humlinux_titre.jpg");
44 background-repeat: no-repeat;
45 }
46
47 /*******************************************************************************
48 3 Tableaux bicolores + classes utiles
49 [ Tableaux à lignes alternées, en taille normale, ou tiny ]
50 *******************************************************************************/
51
52 /*******************************************************************************
53 4 Tableau de choix de skins
54 [ Styles pour les tableaux de types de ceux des skins ]
55 *******************************************************************************/
56
57 /*******************************************************************************
58 5 Contacts
59 [ Styles liés à l'affichage de contacts ]
60 *******************************************************************************/
61
62 div.contact-list div.contact {
63 border-top: 1px solid #000000;
64 background: #eeeeee;
65 color: inherit;
66 }
67
68 div.contact div.long {
69 background: #dddddd;
70 color: inherit;
71 }
72
73 /*******************************************************************************
74 6 Profil
75 [ onglets des profils ]
76 *******************************************************************************/
77
78 /*******************************************************************************
79 7 fiche.php
80 [ cas de la fiche ]
81 *******************************************************************************/
82
83 /*******************************************************************************
84 A SKIN
85 [ choix de classes faites par le skinneur
86 *******************************************************************************/
87
88 #content {
89 background-image: url("/images/sk_humlinux_background.jpg");
90 background-repeat: repeat-y;
91 background-position: top;
92 }
93
94 #body-logo {
95 border-top: none;
96 border-bottom: none;
97 border-right: none;
98 border-left: none;
99 }
100
101 #body-top {
102 border-bottom: 2px solid #777777;
103 }
104
105 #body-bottom {
106 border-top: 1px solid #777777;
107 }
108
109 #body-menu {
110 border-right: none;
111 }
112
113 #body-menu .menu_title {
114 color : #ffffff;
115 background-color: #dddddd;
116 background-image: url("/images/sk_humlinux_menu.jpg");
117 border-top: none;
118 border-bottom: none;
119 }
120
121 #body-menu .menu_item {
122 border-right: none;
123 }
124
125 /* vim: set et ts=4 sts=4 sw=4: */