Subversion Repositories Applications.papyrus

Rev

Rev 161 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
102 jpm 1
/* vim: set expandtab tabstop=4 shiftwidth=4: */
2
/* ========================================================================================================
3
| Copyright (C) 1999-2004 Tela Botanica (accueil@tela-botanica.org)                                       |
4
+---------------------------------------------------------------------------------------------------------+
5
| This file is part of Papyrus.                                                                           |
6
|                                                                                                         |
7
| Foobar is free software; you can redistribute it and/or modify it under the terms of the GNU General    |
8
| Public License as published by the Free Software Foundation; either version 2 of the License, or        |
9
| (at your option) any later version.                                                                     |
10
|                                                                                                         |
11
| Foobar is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the    |
12
| implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public    |
13
| License for more details.                                                                               |
14
|                                                                                                         |
15
| You should have received a copy of the GNU General Public License along with Foobar; if not, write to   |
16
| the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA             |
17
+---------------------------------------------------------------------------------------------------------+
186 jpm 18
 CVS : $Id: admin.css,v 1.8 2004-11-26 19:11:05 jpm Exp $
102 jpm 19
===========================================================================================================
20
 DESCRIPTION : Fichier de style du site d'administration de Papyrus.
21
 
22
 
23
===========================================================================================================
24
 Auteur original : Jean-Pascal MILCENT <jpm@tela-botanica.org>
11 jpm 25
 
102 jpm 26
 Autres auteurs :
27
 
28
===========================================================================================================
29
 AUTEUR   : $Author: jpm $
186 jpm 30
 VERSION  : $Revision: 1.8 $ $Date: 2004-11-26 19:11:05 $
102 jpm 31
=======================================================================================================  */
32
 
33
/* +----------------------------------------------------------------------------------------------------+
34
   |                                                STRUCTURE                                           |
35
   +----------------------------------------------------------------------------------------------------+*/
36
 
11 jpm 37
#zone_bandeau {
38
    position : absolute;
39
    top: 0%;
40
    left: 0%;
41
    width: 100%;
42
    height: 60px;
43
}
44
 
45
#logo {
46
    float : left;
47
    height: 20%;
48
    width: 20%;
49
}
50
 
51
#site_nom {
52
    position : absolute;
53
    top: 0px;
54
    left: 100px;
55
    width: 40%;
56
    height: 5%;
57
    line-height: 5%;
58
}
59
 
186 jpm 60
.menu_commun_n1 {
11 jpm 61
    position : absolute;
62
    bottom: 0px;
63
    left: 100px;
64
    margin: 0%;
65
    padding: 0%;
66
}
67
 
186 jpm 68
.menu_commun_n1 li {
11 jpm 69
    display: inline;
70
    line-height: 5%;
71
}
72
 
73
#accessibilite {
74
    position : absolute;
75
    bottom: 0px;
76
    right: 0px;
77
    width: 40%;
78
    margin: 0%;
79
    padding: 0%;
80
    text-align: right;
81
}
82
 
83
#accessibilite li {
84
    display: inline;
85
    line-height: 5%;
86
}
87
 
88
#selecteur_monde {
89
    position : absolute;
90
    top: 0%;
91
    right: 0%;
92
    height: 10%;
93
    width: 40%;
94
    text-align: right;
95
}
96
 
97
#selecteur_monde legend {
98
    display: none;
99
}
100
 
101
#selecteur_monde fieldset {
102
    border: 0px;
103
    margin: 1px;
104
    padding: 1px;
105
    text-align: right;
106
}
107
 
108
#moteur_recherche {
109
    position : absolute;
110
    top: 10%;
111
    right: 0%;
112
    height: 10%;
113
    width: 40%;
114
    text-align: right;
115
}
116
 
117
#zone_menu {
118
    position : absolute;
119
    top: 60px;
120
    left: 0%;
121
    width: 20%;
122
    margin: 5px 0px 50px 5px;
123
    padding: 5px 0px 50px 5px;
124
}
125
 
161 jpm 126
#zone_menu .menu_classique_n1 {
11 jpm 127
    margin: 0px 0px 0px 5px;
128
    padding: 0px 0px 0px 0px;
129
    text-align: left;
130
}
131
 
161 jpm 132
#zone_menu .menu_classique_n2 {
11 jpm 133
    margin: 0px 0px 0px 10px;
134
    padding: 0px 0px 0px 0px;
135
    text-align: left;
136
}
137
 
161 jpm 138
#zone_menu .menu_classique_n3 {
11 jpm 139
    margin: 0px 0px 0px 10px;
140
    padding: 0px 0px 0px 0px;
141
    text-align: left;
142
}
143
 
144
#zone_menu #identification {
145
    width: 100%;
146
}
147
 
148
#identification fieldset {
149
    border: 0px;
150
    margin: 1px;
151
    padding: 1px;
152
}
153
 
154
#identification legend {
155
    display: none;
156
}
157
 
158
#identification p {
159
    margin: 0%;
160
    padding: 0%;
161
}
162
 
163
#identification label {
164
    display: block;
165
}
166
 
167
#zone_contenu {
168
    position : absolute;
169
    top: 60px;
170
    right: 0%;
171
    width: 75%;
172
    margin: 5px 5px 5px 5px;
173
    padding: 5px 5px 5px 5px;
174
}
175
 
176
#zone_contenu #zone_pied p {
177
    text-align: center;
178
}
179
 
180
/* Mise en ligne des boutons de formulaire */
181
form .liste_bouton li {
182
    display: inline;
183
}
184
 
185
/* Alignement des champs de formulaire */
186
#zone_contenu form fieldset ul li {
187
    text-align: left;
188
    padding-left: 0px;
189
    margin-left: 0px;
190
}
191
 
192
#zone_contenu form label {
193
    float: left;
194
    width: 25%;
195
    text-align: left;
196
}
197
 
102 jpm 198
/* +----------------------------------------------------------------------------------------------------+
199
   |                                                  DESIGN                                            |
200
   +----------------------------------------------------------------------------------------------------+*/
11 jpm 201
body {
202
    font-size: 90%;
203
    font-family: arial, verdana, sans-serif;
204
    color:black;
205
    background-color: white;
206
    margin: 0px 0px 0px 0px;
207
}
208
 
209
h1 {
210
    font-size: 2em;
211
    color:black;
212
    background-color:transparent;
213
    text-align:left;
214
}
215
 
216
h2 {
217
    font-size: 1.8em;
218
    color:black;
219
    background-color:transparent;
220
    text-align:left;
221
}
222
 
223
h3 {
224
    font-size: 1.6em;
225
    color:black;
226
    background-color:transparent;
227
    text-align:left;
228
}
229
 
230
p {
231
    background-color:transparent;
232
    text-align:left;
233
    margin-left:0px;
234
    margin-right:0px;
235
}
236
 
237
form ul {
238
    list-style-type: none;
239
}
240
 
241
li {
242
    background-color:transparent;
243
    text-align:left;
244
    margin-left:0px;
245
    margin-right:0px;
246
}
247
 
248
a {
249
    font-weight: bold;
250
    color: black;
251
    background-color:transparent;
252
    text-decoration:none;
253
}
254
 
255
a:link {
256
    color: blue;
257
}
258
 
259
a:visited {
260
    color: #8b008b;
261
}
262
 
263
a:hover {
264
    background-color: #ffd700;
265
}
266
 
267
table {
268
    border-color:transparent;
269
    border-style:solid;
270
    border-width:1px;
271
}
272
 
273
td {
274
    text-align:left;
275
    background-color:transparent;
276
    border-color:transparent;
277
    border-style:solid;
278
    border-width:1px;
279
}
280
 
281
#zone_bandeau {
282
    border: 1px dashed red;
283
}
284
 
285
#zone_bandeau #logo h1 {
286
    font-size: 1em;
287
}
288
 
289
#zone_menu {
290
    border: 1px dashed blue;
291
}
292
 
293
#zone_menu ul {
294
    font-size: 100%;
295
    list-style-type: none;
296
}
297
 
298
#zone_contenu {
299
    border: 1px dashed green;
300
}
102 jpm 301
 
83 jpm 302
/* Styles propres à Papyrus */
303
.pap_erreur {
133 jpm 304
    text-align: left !important;
83 jpm 305
    background-color: #ffffcc;
133 jpm 306
    margin: 5px 5px 5px 5px;
83 jpm 307
    padding: 5px 5px 5px 5px;
308
    border : 2px;
309
    border-style: dotted;
310
    border-color: red;
311
}
11 jpm 312
 
102 jpm 313
 
11 jpm 314
/* Camouflage du tableau de chronométrage */
315
#chrono {
316
    /*display: none;*/
317
}
102 jpm 318
 
319
/* +--Fin des CSS ----------------------------------------------------------------------------------------+
320
*
321
* $Log: not supported by cvs2svn $
186 jpm 322
* Revision 1.7  2004/11/15 17:43:33  jpm
323
* Changement de nom de classes.
324
*
161 jpm 325
* Revision 1.6  2004/11/09 11:56:09  jpm
326
* Gestion de l'affichage des erreurs.
327
*
133 jpm 328
* Revision 1.5  2004/10/25 13:41:28  jpm
329
* Ajout de nouvelles classes.
102 jpm 330
*
133 jpm 331
*
102 jpm 332
* +-- Fin des CSS ----------------------------------------------------------------------------------------+
333
*/