Subversion Repositories Applications.papyrus

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
457 florian 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
+---------------------------------------------------------------------------------------------------------+
18
 CVS : $Id: admin.css,v 1.5 2005-09-23 14:17:43 florian Exp $
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>
25
 
26
 Autres auteurs : Florian SCHMITT <florian@ecole-et-nature.org>
27
 
28
===========================================================================================================
29
 AUTEUR   : $Author: florian $
30
 VERSION  : $Revision: 1.5 $ $Date: 2005-09-23 14:17:43 $
31
=======================================================================================================  */
32
 
33
/* +----------------------------------------------------------------------------------------------------+
34
   |                                                STRUCTURE                                           |
35
   +----------------------------------------------------------------------------------------------------+*/
36
 
37
* {padding: 0;margin: 0;}
38
body {font-family: Tahoma, Arial, Helvetica, sans-serif;text-align: center;color: #566047;line-height: 19px;
39
	background: #FBFBE5 url(../images/grass.png) right bottom fixed no-repeat;}
40
a, a:link, a:visited {color: #566047;text-decoration: underline;}
41
a:hover {color: #6878C6;text-decoration: none;}
42
a:active, a:focus {color: #566047;}
43
p {line-height: 19px;}
44
acronym {font-weight: bold;text-decoration: none;border-bottom: none;}
45
#container {margin: auto;text-align: left;background: #FBFBE5;width: 760px;border-left:solid 2px #BCBCAB;border-right:solid 2px #BCBCAB;}
46
#zone_bandeau {background: #E9EBD3;width: 760px;height: 70px;margin:5px auto;
47
border-top:solid 3px #838E6C;border-bottom:solid 3px #838E6C;}
48
#logo {float : left;margin: 5px 0 0 10px;}
49
#site_nom {text-align: center;width:180px;margin:20px auto;}
50
#zone_contours_menu {clear:both;float:left;width:193px;margin:0 0 20px 20px;border: solid 1px #BCBCAB;background:#FDFDF3;}
51
#zone_menu_haut {background: transparent url(../images/deco_menu.png) top no-repeat;height:29px;}
52
#zone_menu {margin:0 15px 0 15px;padding:10px 5px 10px 5px;width: 152px;font-size: 70%;border-left:solid 1px #7D8965;border-right:solid 1px #7D8965;}
53
#zone_menu ul li {margin-bottom: 5px;padding-bottom: 5px;color: #8C9777;}
54
#zone_menu ul {list-style-type: none;}
55
#zone_menu a, #zone_menu a:link, #zone_menu a:visited, #zone_menu a:hover, #zone_menu a:active, #zone_menu a:focus {display: inline;padding: 0;color: #8C9777;}
56
#zone_menu ul li a, #zone_menu ul li a:link, #zone_menu ul li a:visited, #zone_menu ul li a:active, #zone_menu ul li a:focus {
57
    display: block;clear: both;padding: 0 0 2px 20px;font-weight: bold;text-decoration: underline;color: #566047;background: transparent url(../images/picto.png) left center no-repeat;}
58
#zone_menu ul li a:hover {color: #6878C6;text-decoration: none;}
59
#zone_menu_bas {background: transparent url(../images/deco_menu.png) top no-repeat;height:29px;}
60
#zone_contenu {width: 500px;margin: 20px 0 20px 240px;font-size:70%;}
61
#zone_pied {clear:both;text-align:center;background: #E9EBD3;width: 760px;height: 40px;margin:5px auto;
62
border-top:solid 3px #838E6C;border-bottom:solid 3px #838E6C;font-size:70%;padding-top:5px;}
63
#selecteur_monde {float: right;width: 200px;padding: 20px 20px 0 0;text-align: right;}
64
#selecteur_monde legend {display: none;}
65
#selecteur_monde fieldset {border: 0;margin: 1px;padding: 1px;text-align: right;}
66
#identification {width: 100%;text-align:center;}
67
#identification fieldset {border: 0;margin: 1px;padding: 1px;}
68
#identification label {display: block;text-align:left;}
69
#identification input {width:90%;}
70
 
71
/* +----------------------------------------------------------------------------------------------------+
72
   |                                                  DESIGN                                            |
73
   +----------------------------------------------------------------------------------------------------+*/
74
h1, h2, h3 {margin-bottom: 10px;height: 22px;border-bottom: 1px solid #7D8965;}
75
h1 {font-size: 1.5em;}
76
h2 {font-size: 1.3em;}
77
h3 {font-size: 1.2em;}
78
li {text-align:left;margin-left:20px;}
79
table {border-collapse: collapse;border-spacing: 0;}
80
th, td {text-align:left;padding:2px;border: solid 1px }
81
img {border:0;}
82
fieldset {border:solid 1px #7D8965;padding:3px;margin:2px;}
83
legend {font-weight:bold;}
84
input:hover {color #FDFDF3; background:#7D8965;}
85
input, select, textarea {font-family: Tahoma, Arial, Helvetica, sans-serif;font-size:11px;color #7D8965; background:#FDFDF3;border:solid 1px #7D8965;}
86
/* Mise en ligne des formulaires */
87
form li {margin:0;padding:0;display: block;}
88
form ul {margin:0;padding:0;list-style-type: none;}
89
form label {clear:both;float: left;width:150px;}
90
.liste_bouton li {display:inline;}
91
 
92
/* +--Fin des CSS ----------------------------------------------------------------------------------------+
93
*
94
* $Log: not supported by cvs2svn $
95
* Revision 1.1  2005/09/23 14:16:24  florian
96
* maj squelette admin
97
*
98
* Revision 1.12  2005/04/25 13:57:13  jpm
99
* Utilisation de pourcentage pour les marges de la zone de contenu.
100
*
101
* Revision 1.11  2005/04/25 12:01:10  jpm
102
* Amélioration de la syntaxde des styles.
103
*
104
* Revision 1.10  2005/02/17 16:43:07  florian
105
* enlever les attributs pour cacher les chronomĂȘtres
106
*
107
* Revision 1.9  2004/12/01 17:42:30  jpm
108
* Ajout du style pour le moteur de recherche.
109
*
110
* Revision 1.8  2004/11/26 19:11:05  jpm
111
* Modification de la css des menus communs.
112
*
113
* Revision 1.7  2004/11/15 17:43:33  jpm
114
* Changement de nom de classes.
115
*
116
* Revision 1.6  2004/11/09 11:56:09  jpm
117
* Gestion de l'affichage des erreurs.
118
*
119
* Revision 1.5  2004/10/25 13:41:28  jpm
120
* Ajout de nouvelles classes.
121
*
122
*
123
* +-- Fin des CSS ----------------------------------------------------------------------------------------+
124
*/