Repare carva
[platal.git] / htdocs / css / humlinux.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
26fieldset {
27 background-color: #eeeeee;
28}
29
30legend {
31 background-color: #dddddd;
32}
da4585f3 33
0337d704 34
35/*******************************************************************************
36 2 Styles <p>, <div>, <span>, <li>
37 [ styles classiques d'effets de texte ]
38*******************************************************************************/
39
40h1 {
41 color: #000000;
42 background-color: #dddddd;
73d4315e 43 background-image: url( "../images/skins/humlinux_titre.jpg");
0337d704 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
62div.contact-list div.contact {
63 border-top: 1px solid #000000;
64 background: #eeeeee;
65 color: inherit;
66}
67
68div.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
ca8fe99a 88#body-content {
73d4315e 89 background-image: url("../images/skins/humlinux_background.jpg");
0337d704 90 background-repeat: repeat-y;
ca8fe99a 91 background-position: top left;
0337d704 92}
da4585f3 93
0337d704 94#body-logo {
95 border-top: none;
96 border-bottom: none;
97 border-right: none;
98 border-left: none;
99}
100
101#body-top {
ca8fe99a 102 width: 150px;
0337d704 103 border-bottom: 2px solid #777777;
104}
105
106#body-bottom {
107 border-top: 1px solid #777777;
108}
109
110#body-menu {
ca8fe99a 111 width: 150px;
0337d704 112 border-right: none;
113}
114
115#body-menu .menu_title {
116 color : #ffffff;
117 background-color: #dddddd;
73d4315e 118 background-image: url("../images/skins/humlinux_menu.jpg");
0337d704 119 border-top: none;
120 border-bottom: none;
121}
122
123#body-menu .menu_item {
124 border-right: none;
125}
126
127/* vim: set et ts=4 sts=4 sw=4: */