Happy New Year!
[platal.git] / htdocs / css / humlinux.css
1 /***************************************************************************
2 * Copyright (C) 2003-2011 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/skins/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-list div.grayed {
69 color: #444;
70 font-style: italic;
71 background: #eee;
72 }
73
74 div.contact div.long {
75 background: #dddddd;
76 color: inherit;
77 }
78
79 /*******************************************************************************
80 6 Profil
81 [ onglets des profils ]
82 *******************************************************************************/
83
84 /*******************************************************************************
85 7 fiche.php
86 [ cas de la fiche ]
87 *******************************************************************************/
88
89 /*******************************************************************************
90 A SKIN
91 [ choix de classes faites par le skinneur
92 *******************************************************************************/
93
94 #body-content {
95 background-image: url("../images/skins/humlinux_background.jpg");
96 background-repeat: repeat-y;
97 background-position: top left;
98 }
99
100 #body-logo {
101 border-top: none;
102 border-bottom: none;
103 border-right: none;
104 border-left: none;
105 }
106
107 #body-top {
108 width: 150px;
109 border-bottom: 2px solid #777777;
110 }
111
112 #body-bottom {
113 border-top: 1px solid #777777;
114 }
115
116 #body-menu {
117 width: 150px;
118 border-right: none;
119 }
120
121 #body-menu .menu_title {
122 color : #ffffff;
123 background-color: #dddddd;
124 background-image: url("../images/skins/humlinux_menu.jpg");
125 border-top: none;
126 border-bottom: none;
127 }
128
129 #body-menu .menu_item {
130 border-right: none;
131 }
132
133 /* vim: set et ts=4 sts=4 sw=4: */