Ajout du skinnage de la fiche sur la skin trapped
[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 /*******************************************************************************
89 A SKIN
90 [ choix de classes faites par le skinneur
91 *******************************************************************************/
92
93 #body-logo {
94 border-top: none;
95 border-bottom: none;
96 border-right: none;
97 border-left: none;
98 }
99
100 #body-top {
101 border-bottom: 2px solid #777777;
102 }
103
104 #body-bottom {
105 border-top: 1px solid #777777;
106 }
107
108 #body-menu {
109 border-right: 1px solid #ffffff;
110 }
111
112 #body-menu .menu_title {
113 color : #ff6600;
114 background-color: #ffffff;
115 background-image: url("/images/sk_newxorg_menu.jpg");
116 border-top: 1px solid #ffffff;
117 border-bottom: 1px solid #ffffff;
118 }
119
120 #body-menu .menu_item {
121 border-right: none;
122 /* padding-left: 0px;
123 text-align: left;*/
124 }
125
126 /* vim: set et ts=4 sts=4 sw=4: */