Ajout du skinnage de la fiche sur la skin trapped
[platal.git] / htdocs / css / espace.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 fieldset {
31 background-color: #eeeeff;
32 border: 1px #2f006f solid;
33 color: inherit;
34 }
35
36 legend {
37 background-color: #3f009f;
38 border: none;
39 color: #ffffff;
40 }
41
42 /*******************************************************************************
43 2 Styles <p>, <div>, <span>, <li>
44 [ styles classiques d'effets de texte ]
45 *******************************************************************************/
46
47 h1 a:link, h1 a:visited, h1 a:active, h1 a:hover {
48 color: #3f7ce7;
49 background: inherit;
50 }
51
52 h1 {
53 color: #eeeeee;
54 background-color: #000000;
55 background-image: url( "/images/sk_espace_titre.jpg");
56 background-repeat: no-repeat;
57 }
58
59 /*******************************************************************************
60 3 Tableaux bicolores + classes utiles
61 [ Tableaux à lignes alternées, en taille normale, ou tiny ]
62 *******************************************************************************/
63
64 table.tinybicol, table.bicol {
65 background: #eeeeff;
66 border: 1px solid #2f006f;
67 border-collapse: collapse;
68 }
69
70 table.tinybicol tr, table.bicol tr { }
71 table.tinybicol tr.pair, table.bicol tr.pair { background: #ddddff; }
72 table.tinybicol th, table.bicol th {
73 background-color: #2f006f;
74 }
75
76 /*******************************************************************************
77 4 Tableau de choix de skins
78 [ Styles pour les tableaux de types de ceux des skins ]
79 *******************************************************************************/
80
81 /*******************************************************************************
82 5 Contacts
83 [ Styles liés à l'affichage de contacts ]
84 *******************************************************************************/
85
86 div.contact-list div.contact {
87 border-top: 1px solid #305070;
88 background: #ccddff;
89 color: inherit;
90 }
91
92 div.contact div.long {
93 background: #ffffff;
94 color: inherit;
95 }
96
97 /*******************************************************************************
98 6 Profil
99 [ onglets des profils ]
100 *******************************************************************************/
101
102 /*******************************************************************************
103 7 fiche.php
104 [ cas de la fiche ]
105 *******************************************************************************/
106
107 /*******************************************************************************
108 A SKIN
109 [ choix de classes faites par le skinneur
110 *******************************************************************************/
111
112 #body-logo {
113 border-top: none;
114 border-bottom: none;
115 border-right: none;
116 border-left: none;
117 }
118
119 #body-top {
120 border-bottom: 2px solid #777777;
121 }
122
123 #body-bottom {
124 border-top: 1px solid #777777;
125 }
126
127 #body-menu {
128 border-right: none;
129 }
130
131 #body-menu .menu_title {
132 color : #ffffff;
133 background-color: #dddddd;
134 background-image: url("/images/sk_espace_menu.jpg");
135 /*border-top: 1px solid #003399;*/
136 border-bottom: none;
137 }
138
139 #body-menu .menu_item {
140 border-right: none;
141 /* padding-left: 0px;
142 text-align: left;*/
143 }
144
145 /* vim: set et ts=4 sts=4 sw=4: */