Happy New Year!
[platal.git] / htdocs / css / humlinux.css
CommitLineData
0337d704 1/***************************************************************************
c441aabe 2 * Copyright (C) 2003-2014 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
6060494c
FB
68div.contact-list div.grayed {
69 color: #444;
70 font-style: italic;
71 background: #eee;
72}
73
0337d704 74div.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
ca8fe99a 94#body-content {
73d4315e 95 background-image: url("../images/skins/humlinux_background.jpg");
0337d704 96 background-repeat: repeat-y;
ca8fe99a 97 background-position: top left;
0337d704 98}
da4585f3 99
0337d704 100#body-logo {
101 border-top: none;
102 border-bottom: none;
103 border-right: none;
104 border-left: none;
105}
106
107#body-top {
ca8fe99a 108 width: 150px;
0337d704 109 border-bottom: 2px solid #777777;
110}
111
112#body-bottom {
113 border-top: 1px solid #777777;
114}
115
116#body-menu {
ca8fe99a 117 width: 150px;
0337d704 118 border-right: none;
119}
120
121#body-menu .menu_title {
122 color : #ffffff;
123 background-color: #dddddd;
73d4315e 124 background-image: url("../images/skins/humlinux_menu.jpg");
0337d704 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: */