Subversion Repositories Applications.papyrus

Rev

Rev 199 | 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
+---------------------------------------------------------------------------------------------------------+
256 florian 18
 CVS : $Id: admin.css,v 1.10 2005-02-17 16:43:07 florian 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
===========================================================================================================
256 florian 29
 AUTEUR   : $Author: florian $
30
 VERSION  : $Revision: 1.10 $ $Date: 2005-02-17 16:43:07 $
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;
199 jpm 110
    bottom: 0%;
111
    right: 200px;
112
    margin: 0%;
113
    padding: 0%;
114
    height: 40%;
115
}
116
#moteur_recherche fieldset {
117
    border: 0px;
118
    margin: 1px;
119
    padding: 1px;
11 jpm 120
    text-align: right;
121
}
199 jpm 122
#moteur_recherche legend {
123
    display: none;
124
}
125
#moteur_recherche label {
126
    display:none;
127
}
11 jpm 128
 
129
#zone_menu {
130
    position : absolute;
131
    top: 60px;
132
    left: 0%;
133
    width: 20%;
134
    margin: 5px 0px 50px 5px;
135
    padding: 5px 0px 50px 5px;
136
}
137
 
161 jpm 138
#zone_menu .menu_classique_n1 {
11 jpm 139
    margin: 0px 0px 0px 5px;
140
    padding: 0px 0px 0px 0px;
141
    text-align: left;
142
}
143
 
161 jpm 144
#zone_menu .menu_classique_n2 {
11 jpm 145
    margin: 0px 0px 0px 10px;
146
    padding: 0px 0px 0px 0px;
147
    text-align: left;
148
}
149
 
161 jpm 150
#zone_menu .menu_classique_n3 {
11 jpm 151
    margin: 0px 0px 0px 10px;
152
    padding: 0px 0px 0px 0px;
153
    text-align: left;
154
}
155
 
156
#zone_menu #identification {
157
    width: 100%;
158
}
159
 
160
#identification fieldset {
161
    border: 0px;
162
    margin: 1px;
163
    padding: 1px;
164
}
165
 
166
#identification legend {
167
    display: none;
168
}
169
 
170
#identification p {
171
    margin: 0%;
172
    padding: 0%;
173
}
174
 
175
#identification label {
176
    display: block;
177
}
178
 
179
#zone_contenu {
180
    position : absolute;
181
    top: 60px;
182
    right: 0%;
183
    width: 75%;
184
    margin: 5px 5px 5px 5px;
185
    padding: 5px 5px 5px 5px;
186
}
187
 
188
#zone_contenu #zone_pied p {
189
    text-align: center;
190
}
191
 
192
/* Mise en ligne des boutons de formulaire */
193
form .liste_bouton li {
194
    display: inline;
195
}
196
 
197
/* Alignement des champs de formulaire */
198
#zone_contenu form fieldset ul li {
199
    text-align: left;
200
    padding-left: 0px;
201
    margin-left: 0px;
202
}
203
 
204
#zone_contenu form label {
205
    float: left;
206
    width: 25%;
207
    text-align: left;
208
}
209
 
102 jpm 210
/* +----------------------------------------------------------------------------------------------------+
211
   |                                                  DESIGN                                            |
212
   +----------------------------------------------------------------------------------------------------+*/
11 jpm 213
body {
214
    font-size: 90%;
215
    font-family: arial, verdana, sans-serif;
216
    color:black;
217
    background-color: white;
218
    margin: 0px 0px 0px 0px;
219
}
220
 
221
h1 {
222
    font-size: 2em;
223
    color:black;
224
    background-color:transparent;
225
    text-align:left;
226
}
227
 
228
h2 {
229
    font-size: 1.8em;
230
    color:black;
231
    background-color:transparent;
232
    text-align:left;
233
}
234
 
235
h3 {
236
    font-size: 1.6em;
237
    color:black;
238
    background-color:transparent;
239
    text-align:left;
240
}
241
 
242
p {
243
    background-color:transparent;
244
    text-align:left;
245
    margin-left:0px;
246
    margin-right:0px;
247
}
248
 
249
form ul {
250
    list-style-type: none;
251
}
252
 
253
li {
254
    background-color:transparent;
255
    text-align:left;
256
    margin-left:0px;
257
    margin-right:0px;
258
}
259
 
260
a {
261
    font-weight: bold;
262
    color: black;
263
    background-color:transparent;
264
    text-decoration:none;
265
}
266
 
267
a:link {
268
    color: blue;
269
}
270
 
271
a:visited {
272
    color: #8b008b;
273
}
274
 
275
a:hover {
276
    background-color: #ffd700;
277
}
278
 
279
table {
280
    border-color:transparent;
281
    border-style:solid;
282
    border-width:1px;
283
}
284
 
285
td {
286
    text-align:left;
287
    background-color:transparent;
288
    border-color:transparent;
289
    border-style:solid;
290
    border-width:1px;
291
}
292
 
293
#zone_bandeau {
294
    border: 1px dashed red;
295
}
296
 
297
#zone_bandeau #logo h1 {
298
    font-size: 1em;
299
}
300
 
301
#zone_menu {
302
    border: 1px dashed blue;
303
}
304
 
305
#zone_menu ul {
306
    font-size: 100%;
307
    list-style-type: none;
308
}
309
 
310
#zone_contenu {
311
    border: 1px dashed green;
312
}
102 jpm 313
 
83 jpm 314
/* Styles propres à Papyrus */
315
.pap_erreur {
133 jpm 316
    text-align: left !important;
83 jpm 317
    background-color: #ffffcc;
133 jpm 318
    margin: 5px 5px 5px 5px;
83 jpm 319
    padding: 5px 5px 5px 5px;
320
    border : 2px;
321
    border-style: dotted;
322
    border-color: red;
323
}
11 jpm 324
 
102 jpm 325
 
326
/* +--Fin des CSS ----------------------------------------------------------------------------------------+
327
*
328
* $Log: not supported by cvs2svn $
256 florian 329
* Revision 1.9  2004/12/01 17:42:30  jpm
330
* Ajout du style pour le moteur de recherche.
331
*
199 jpm 332
* Revision 1.8  2004/11/26 19:11:05  jpm
333
* Modification de la css des menus communs.
334
*
186 jpm 335
* Revision 1.7  2004/11/15 17:43:33  jpm
336
* Changement de nom de classes.
337
*
161 jpm 338
* Revision 1.6  2004/11/09 11:56:09  jpm
339
* Gestion de l'affichage des erreurs.
340
*
133 jpm 341
* Revision 1.5  2004/10/25 13:41:28  jpm
342
* Ajout de nouvelles classes.
102 jpm 343
*
133 jpm 344
*
102 jpm 345
* +-- Fin des CSS ----------------------------------------------------------------------------------------+
346
*/