Add mailing list headers to newsletters
[platal.git] / htdocs / css / newxorg.css
1 /***************************************************************************
2 * Copyright (C) 2003-2013 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/skins/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/skins/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-list div.grayed {
74 color: #444;
75 font-style: italic;
76 background: #eee;
77 }
78
79 div.contact div.long {
80 background: #ffffff;
81 color: inherit;
82 }
83
84 /*******************************************************************************
85 6 Profil
86 [ onglets des profils ]
87 *******************************************************************************/
88
89 #onglet li:hover {
90 background-color: #458bb6;
91 }
92
93 #onglet li.actif {
94 background-color: #eceade;
95 }
96
97 #onglet li a:hover {
98 color: #ff6600;
99 text-decoration: none;
100 }
101
102 /*******************************************************************************
103 7 fiche.php
104 [ cas de la fiche ]
105 *******************************************************************************/
106
107 #fiche {
108 border: 1px solid #458bb6;
109 }
110
111 #fiche h2 {
112 color: #ff6600;
113 background-color: #458bb6;
114 background-image: url("../images/skins/newxorg_titre.jpg");
115 background-repeat: repeat-x;
116 border: none;
117 }
118
119 #fiche em {
120 color: #ff6600;
121 }
122
123 #photo img {
124 padding-bottom: 1em;
125 }
126
127 #fiche_identite div.contact {
128 border-color: #458bb6;
129 background-image: url("../images/skins/newxorg_background.jpg");
130 }
131
132 #fiche_referent em {
133 color: #ff6600;
134 }
135
136 /*******************************************************************************
137 A SKIN
138 [ choix de classes faites par le skinneur
139 *******************************************************************************/
140
141 #body-logo {
142 border-top: none;
143 border-bottom: none;
144 border-right: none;
145 border-left: none;
146 }
147
148 #body-top {
149 border-bottom: 2px solid #777777;
150 }
151
152 #body-bottom {
153 border-top: 1px solid #777777;
154 }
155
156 #body-menu {
157 border-right: 1px solid #ffffff;
158 }
159
160 #body-menu .menu_title {
161 color : #ff6600;
162 background-color: #ffffff;
163 background-image: url("../images/skins/newxorg_menu.jpg");
164 border-top: 1px solid #ffffff;
165 border-bottom: 1px solid #ffffff;
166 }
167
168 #body-menu .menu_item {
169 border-right: none;
170 /* padding-left: 0px;
171 text-align: left;*/
172 }
173
174 /* vim: set et ts=4 sts=4 sw=4: */