2006 => 2007 Happy New Year\!
[platal.git] / htdocs / css / newxorg.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
21a:link, a:visited, a:active, a:hover {
22 color: #0f2c57;
23 background: inherit;
24}
25/*******************************************************************************
26 1 Styles par défauts
27 [ balises sans attributs ou classes sans contexte ]
28*******************************************************************************/
29
30#body {
73d4315e 31 background-image: url("../images/skins/newxorg_background.jpg");
0337d704 32 background-position: top right;
33 background-repeat: repeat-y;
34}
35
36legend {
37 background-color: #ccddff;
38}
39
40/*******************************************************************************
41 2 Styles <p>, <div>, <span>, <li>
42 [ styles classiques d'effets de texte ]
43*******************************************************************************/
44
45h1 {
46 color: #ff9900;
47 background-color: #458bb6;
73d4315e 48 background-image: url( "../images/skins/newxorg_titre.jpg");
0337d704 49 background-repeat: repeat-x;
50}
51
52/*******************************************************************************
53 3 Tableaux bicolores + classes utiles
54 [ Tableaux à lignes alternées, en taille normale, ou tiny ]
55*******************************************************************************/
56
57/*******************************************************************************
58 4 Tableau de choix de skins
59 [ Styles pour les tableaux de types de ceux des skins ]
60*******************************************************************************/
61
62/*******************************************************************************
63 5 Contacts
64 [ Styles liés à l'affichage de contacts ]
65*******************************************************************************/
66
67div.contact-list div.contact {
68 border-top: 1px solid #305070;
69 background: #ccddff;
70 color: inherit;
71}
72
73div.contact div.long {
74 background: #ffffff;
75 color: inherit;
76}
77
78/*******************************************************************************
79 6 Profil
80 [ onglets des profils ]
81*******************************************************************************/
82
74d27abd 83#onglet li:hover {
84 background-color: #458bb6;
85}
86
87#onglet li.actif {
88 background-color: #eceade;
89}
90
91#onglet li a:hover {
92 color: #ff6600;
93 text-decoration: none;
94}
95
0337d704 96/*******************************************************************************
97 7 fiche.php
98 [ cas de la fiche ]
99*******************************************************************************/
100
9b0641bc 101#fiche {
102 border: 1px solid #458bb6;
103}
104
105#fiche h2 {
106 color: #ff6600;
107 background-color: #458bb6;
73d4315e 108 background-image: url("../images/skins/newxorg_titre.jpg");
9b0641bc 109 background-repeat: repeat-x;
110 border: none;
111}
112
113#fiche em {
114 color: #ff6600;
115}
116
117#photo img {
118 padding-bottom: 1em;
119}
120
121#fiche_identite div.contact {
122 border-color: #458bb6;
73d4315e 123 background-image: url("../images/skins/newxorg_background.jpg");
9b0641bc 124}
125
126#fiche_referent em {
127 color: #ff6600;
128}
129
0337d704 130/*******************************************************************************
131 A SKIN
132 [ choix de classes faites par le skinneur
133*******************************************************************************/
134
135#body-logo {
136 border-top: none;
137 border-bottom: none;
138 border-right: none;
139 border-left: none;
140}
141
142#body-top {
143 border-bottom: 2px solid #777777;
144}
145
146#body-bottom {
147 border-top: 1px solid #777777;
148}
149
150#body-menu {
151 border-right: 1px solid #ffffff;
152}
153
154#body-menu .menu_title {
155 color : #ff6600;
156 background-color: #ffffff;
73d4315e 157 background-image: url("../images/skins/newxorg_menu.jpg");
0337d704 158 border-top: 1px solid #ffffff;
159 border-bottom: 1px solid #ffffff;
160}
161
162#body-menu .menu_item {
163 border-right: none;
164/* padding-left: 0px;
165 text-align: left;*/
166}
167
168/* vim: set et ts=4 sts=4 sw=4: */