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