Subversion Repositories Applications.papyrus

Rev

Rev 603 | Rev 643 | Go to most recent revision | Details | Compare with Previous | 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
+---------------------------------------------------------------------------------------------------------+
604 florian 18
 CVS : $Id: defaut.css,v 1.11 2005-11-18 16:02:49 florian Exp $
457 florian 19
===========================================================================================================
465 ddelon 20
 DESCRIPTION : Fichier de style du site par defaut de Papyrus.
21
 
457 florian 22
===========================================================================================================
23
 Auteur original : Jean-Pascal MILCENT <jpm@tela-botanica.org>
465 ddelon 24
 Autres auteurs :  Florian SCHMITT <florian@ecole-et-nature.org>
25
                   David DELON <david.delon@clapas.net>
457 florian 26
 
27
===========================================================================================================
603 florian 28
 AUTEUR   : $Author: florian $
604 florian 29
 VERSION  : $Revision: 1.11 $ $Date: 2005-11-18 16:02:49 $
457 florian 30
=======================================================================================================  */
31
 
32
/* +----------------------------------------------------------------------------------------------------+
33
   |                                                STRUCTURE                                           |
34
   +----------------------------------------------------------------------------------------------------+*/
35
 
36
* {padding: 0;margin: 0;}
37
body {font-family: Tahoma, Arial, Helvetica, sans-serif;text-align: center;color: #566047;line-height: 19px;
38
	background: #FBFBE5 url(../images/grass.png) right bottom fixed no-repeat;}
39
a, a:link, a:visited {color: #566047;text-decoration: underline;}
40
a:hover {color: #6878C6;text-decoration: none;}
41
a:active, a:focus {color: #566047;}
42
p {line-height: 19px;}
43
acronym {font-weight: bold;text-decoration: none;border-bottom: none;}
465 ddelon 44
 
45
/* Container general */
457 florian 46
#container {margin: auto;text-align: left;background: #FBFBE5;width: 760px;border-left:solid 2px #BCBCAB;border-right:solid 2px #BCBCAB;}
465 ddelon 47
 
48
/* Le bandeau tout en haut : contient logo, nom */
457 florian 49
#zone_bandeau {background: #E9EBD3;width: 760px;height: 70px;margin:5px auto;
50
border-top:solid 3px #838E6C;border-bottom:solid 3px #838E6C;}
51
#logo {float : left;margin: 3px 0 0 10px;}
52
#site_nom {text-align: center;width:180px;margin:20px auto;}
465 ddelon 53
 
54
/* Menus */
457 florian 55
#zone_contours_menu {clear:both;float:left;width:193px;margin:6px 0 20px 10px;border: solid 1px #BCBCAB;background:#FDFDF3;}
56
#zone_menu {margin:0 15px 0 15px;padding:0;width: 162px;font-size: 70%;border-left:solid 1px #7D8965;border-right:solid 1px #7D8965;}
57
#zone_menu h3 {border:0;text-align:center;text-decoration:underline;}
58
#zone_menu ul li {margin-bottom: 5px;padding-bottom: 5px;color: #8C9777;}
59
#zone_menu ul {list-style-type: none;}
60
#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;}
61
#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 {
62
    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;}
63
#zone_menu ul li a:hover {color: #6878C6;text-decoration: none;}
64
#zone_menu_haut, #zone_menu_bas {background: transparent url(../images/deco_menu.png) top no-repeat;height:29px;}
65
#zone_contenu {width: 530px;margin: 6px 0 10px 217px;font-size:70%;}
66
#zone_pied {clear:both;text-align:center;background: #E9EBD3;width: 760px;height: 40px;margin:5px auto;
67
border-top:solid 3px #838E6C;border-bottom:solid 3px #838E6C;font-size:70%;padding-top:5px;}
465 ddelon 68
 
69
/* Applettes  */
70
 
71
/* Selecteur Monde */
457 florian 72
#selecteur_monde {float: right;width: 200px;padding: 20px 20px 0 0;text-align: right;}
73
#selecteur_monde legend {display: none;}
74
#selecteur_monde fieldset {border: 0;margin: 1px;padding: 1px;text-align: right;}
465 ddelon 75
 
76
/* Identification */
457 florian 77
#identification {margin:0 auto;width: 150px;text-align:center;border:solid 1px #BCBCAB;}
78
#identification fieldset {border: 0;margin: 1px;padding: 1px;}
79
#identification label {display: block;text-align:left;}
80
#identification input {width:90%;}
81
 
82
/* +----------------------------------------------------------------------------------------------------+
83
   |                                                  DESIGN                                            |
84
   +----------------------------------------------------------------------------------------------------+*/
465 ddelon 85
 
457 florian 86
h1, h2, h3 {margin-bottom: 10px;height: 22px;border-bottom: 1px solid #7D8965;}
87
h1 {font-size: 1.5em;}
88
h2 {font-size: 1.3em;}
89
h3 {font-size: 1.2em;}
90
li {text-align:left;margin-left:20px;}
91
table {border-collapse: collapse;border-spacing: 0;}
92
th, td {text-align:left;padding:2px;border: solid 1px }
93
img {border:0;}
94
fieldset {border:solid 1px #7D8965;padding:3px;margin:2px;}
95
legend {font-weight:bold;}
96
input:hover {color #FDFDF3; background:#7D8965;}
97
input, select, textarea {font-family: Tahoma, Arial, Helvetica, sans-serif;font-size:11px;color #7D8965; background:#FDFDF3;border:solid 1px #7D8965;}
465 ddelon 98
 
603 florian 99
dt {float:left;width:150px;font-weight: bold;}
100
dd {width:auto;margin-left:150px;}
604 florian 101
.info {text-align:center;color:green;padding:5px;border: 1px solid green;background: #FFFFE5;font-size:11px;}
102
.erreur {text-align:center;color:red;padding:5px;border: 1px solid red;background: #FFFFE5;font-size:11px;}
603 florian 103
.label100 {float:left;display:block;width:100px;font-weight: bold;}
104
.label200 {float:left;display:block;width:170px;font-weight: bold;}
105
.symbole_obligatoire {color:red;}
106
.bouton {margin-right:10px;}
107
 
457 florian 108
/* Mise en ligne des formulaires */
109
form li {margin:0;padding:0;display: block;}
110
form ul {margin:0;padding:0;list-style-type: none;}
603 florian 111
form label {width:150px;}
457 florian 112
.liste_bouton li {display:inline;}
465 ddelon 113
 
457 florian 114
/* Styles propres à Papyrus */
115
.pap_erreur {background-color: #ffffcc;margin: 5px;padding: 5px;border : solid 1px red;}
116
 
542 ddelon 117
 
118
/* Style Client Calendrier */
119
 
120
#bazar_applette_calendrier .navi{
121
	text-align: center;
122
}
123
 
124
#bazar_applette_calendrier .other_month{
125
	font-size: 0.0em;
126
}
127
 
128
#bazar_applette_calendrier table{
129
	font-size: 0.8em;
130
	text-align: center;
131
	margin: 0 auto;
132
	border-collapse: collapse;
133
}
134
 
135
#bazar_applette_calendrier table th{
136
	display:none;
137
}
138
 
139
#bazar_applette_calendrier table td{
140
//	width: 14%;
141
	line-height: 2em;
142
	border: 1px solid #EEE;
143
}
144
 
145
#bazar_applette_calendrier table td a{
146
	display: block;
147
	background: #EFA;
148
	color: #493;
149
	font-weight: bold;
150
	text-decoration: none;
151
}
152
 
153
#bazar_applette_calendrier table td a:hover{
154
	background: #DBB8DC;
155
	color: #636;
156
}
157
 
158
 
457 florian 159
/* +--Fin des CSS ----------------------------------------------------------------------------------------+
160
*
161
* $Log: not supported by cvs2svn $
604 florian 162
* Revision 1.10  2005/11/17 18:48:02  florian
163
* corrections bugs + amélioration de l'application d'inscription
164
*
603 florian 165
* Revision 1.9  2005/10/14 12:59:24  ddelon
166
* Reorganisation calendrier + applette
167
*
542 ddelon 168
* Revision 1.8  2005/09/26 20:18:27  ddelon
169
* Appli projet : php5 et generalisation
170
*
465 ddelon 171
* Revision 1.7  2005/09/23 14:17:43  florian
172
* maj squelettes admin + commun
173
*
457 florian 174
* Revision 1.1  2005/09/23 14:16:41  florian
175
* maj squelette commun
176
*
177
*
178
* +-- Fin des CSS ----------------------------------------------------------------------------------------+
179
*/