Erreur de skinnage qui se répercutait sur la majorité des skins
[platal.git] / htdocs / css / newxorg.css
1 /***************************************************************************
2 * Copyright (C) 2003-2004 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 a: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 {
31 background-image: url("/images/sk_newxorg_background.jpg");
32 background-position: top right;
33 background-repeat: repeat-y;
34 }
35
36 legend {
37 background-color: #ccddff;
38 }
39
40 /*******************************************************************************
41 2 Styles <p>, <div>, <span>, <li>
42 [ styles classiques d'effets de texte ]
43 *******************************************************************************/
44
45 h1 {
46 color: #ff9900;
47 background-color: #458bb6;
48 background-image: url( "/images/sk_newxorg_titre.jpg");
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
67 div.contact-list div.contact {
68 border-top: 1px solid #305070;
69 background: #ccddff;
70 color: inherit;
71 }
72
73 div.contact div.long {
74 background: #ffffff;
75 color: inherit;
76 }
77
78 /*******************************************************************************
79 6 Profil
80 [ onglets des profils ]
81 *******************************************************************************/
82
83 /*******************************************************************************
84 7 fiche.php
85 [ cas de la fiche ]
86 *******************************************************************************/
87
88 #fiche {
89 border: 1px solid #458bb6;
90 }
91
92 #fiche h2 {
93 color: #ff6600;
94 background-color: #458bb6;
95 background-image: url("/images/sk_newxorg_titre.jpg");
96 background-repeat: repeat-x;
97 border: none;
98 }
99
100 #fiche em {
101 color: #ff6600;
102 }
103
104 #photo img {
105 padding-bottom: 1em;
106 }
107
108 #fiche_identite div.contact {
109 border-color: #458bb6;
110 background-image: url("/images/sk_newxorg_background.jpg");
111 }
112
113 #fiche_referent em {
114 color: #ff6600;
115 }
116
117 /*******************************************************************************
118 A SKIN
119 [ choix de classes faites par le skinneur
120 *******************************************************************************/
121
122 #body-logo {
123 border-top: none;
124 border-bottom: none;
125 border-right: none;
126 border-left: none;
127 }
128
129 #body-top {
130 border-bottom: 2px solid #777777;
131 }
132
133 #body-bottom {
134 border-top: 1px solid #777777;
135 }
136
137 #body-menu {
138 border-right: 1px solid #ffffff;
139 }
140
141 #body-menu .menu_title {
142 color : #ff6600;
143 background-color: #ffffff;
144 background-image: url("/images/sk_newxorg_menu.jpg");
145 border-top: 1px solid #ffffff;
146 border-bottom: 1px solid #ffffff;
147 }
148
149 #body-menu .menu_item {
150 border-right: none;
151 /* padding-left: 0px;
152 text-align: left;*/
153 }
154
155 /* vim: set et ts=4 sts=4 sw=4: */