Subversion Repositories eFlore/Archives.herbiers

Rev

Rev 2 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 jp_milcent 1
/* vim: set expandtab tabstop=4 shiftwidth=4: */
2
/* ========================================================================================================
3
| Copyright (C) 1999-2005 Tela Botanica (accueil@tela-botanica.org)                                       |
4
+---------------------------------------------------------------------------------------------------------+
5
| This file is part of Herbier - Administration.                                                          |
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
+---------------------------------------------------------------------------------------------------------+
19 jp_milcent 18
 CVS : $Id: hb_admin.css,v 1.2 2007-02-02 14:59:16 jp_milcent Exp $
2 jp_milcent 19
===========================================================================================================
20
 DESCRIPTION : Fichier des styles CSS de Herbier - Administration.
21
===========================================================================================================
22
 Auteur original : Jean-Pascal MILCENT
23
 Autres auteurs : Aucun
24
===========================================================================================================
25
 AUTEUR   : $Author: jp_milcent $
19 jp_milcent 26
 VERSION  : $Revision: 1.2 $ $Date: 2007-02-02 14:59:16 $
2 jp_milcent 27
=======================================================================================================  */
28
 
29
/* +----------------------------------------------------------------------------------------------------+
30
   |                                                STRUCTURE                                           |
31
   +----------------------------------------------------------------------------------------------------+*/
32
#hba_info {
33
  text-align:left;
34
  width: 20em;
35
  height: 100%;
36
  margin: 0.2em;
37
  border: 0.5em groove #EF5D31;
38
  font-size: 0.8em;
39
  background-color: white;
40
}
41
#hba_info dl, #hba_info ul {
42
  width: 19em;
43
  margin: 0.1em;
44
  padding: 0;
45
}
46
#hba_info ul {
47
  margin-left: 1.2em;
48
  list-style-type: disc;
49
}
50
 
51
#hba_info dl dt {
52
  width: 7em;
53
  float: left;
54
  margin: .1em;
55
  padding: .1em;
56
}
57
/* hack de commentaire avec un antislash pour ie5 mac \*/
58
#hba_info dt { clear: both; }
59
/* end hack */
60
#hba_info dl dd {
61
  float: left;
62
  width: 11em;
63
  margin: 0;
64
  padding: .1em;
65
}
66
#hba_info h1 {
67
  clear: both;
68
  width:100%;
69
  text-align: center;
70
  margin: 0;
71
  padding: 0;
72
}
73
 
74
/* Mise en ligne des boutons de formulaire */
75
#texte form .liste_bouton li {
76
  display: inline;
77
}
78
 
79
/* Alignement des champs de formulaire */
80
#texte form ul li {
81
  text-align: left;
82
  padding: 1em 0 0 0;
83
  margin: 0;
84
}
85
 
86
#texte form label {
87
  float: left;
88
  width: 15em;
89
  text-align: left;
90
}
91
li.hba_commentaire {
92
  clear:both;
93
  margin-top: 1em;
94
}
95
table.hba_formulaire, ul.hba_formulaire {
96
  clear:both;
97
  width:100%;
98
  margin:0;
99
  padding:0;
100
}
101
textarea.hba_formulaire, input.hba_formulaire {
102
  width:30em;
103
}
104
.hba_liste_organisation table, .hba_liste_correspondant table, .hba_liste_redacteur table,
105
.hba_liste_inscrit table, .hba_liste_collection table, .hba_liste_equipe table {
106
  width:100%;
107
  min-height:0;
108
}
109
/*
110
.hba_liste_organisation tbody, .hba_liste_correspondant tbody, .hba_liste_redacteur table,
111
.hba_liste_inscrit tbody, .hba_liste_collection tbody, .hba_liste_equipe tbody {
112
  height:15em;
113
  width:100%;
114
  overflow:auto;
115
  vertical-align:top;
116
}
117
*/
118
.hba_aide:first-letter, .hba_information:first-letter {
119
  font-size:1.5em;
120
  font-weight:bold;
121
}
122
.hba_information {
123
  margin:0;
124
  padding: 5px;
125
  border : 1px dotted green;
126
  background-color: #ffffcc;
127
}
128
.hba_attention {
129
  padding: 5px;
130
  border : 1px dotted red;
131
  color: red;
132
  font-weight: bold;
133
  background-color: #ffffcc;
134
}
19 jp_milcent 135
/* Le champ collecteur contenant plus d'imformation est aggrandit.*/
136
#COLLECTEURS {
137
	width:100%;
138
	height: 200px;}
2 jp_milcent 139
/* +----------------------------------------------------------------------------------------------------+
140
   |                                                  DESIGN                                            |
141
   +----------------------------------------------------------------------------------------------------+*/
142
#texte input, #texte textarea, #texte select {
143
  background-color:#F7B4A0;
144
}
145
#texte form ul {
146
  list-style-type: none;
147
}
148
.hba_liste_note table {
149
  padding:0;
150
  margin:0;
151
  border-width:0;
152
}
153
/* +--Fin des CSS ----------------------------------------------------------------------------------------+
154
*
155
* $Log: not supported by cvs2svn $
19 jp_milcent 156
* Revision 1.1  2005/11/23 10:32:32  jp_milcent
157
* Ajout au dépot de l'application Herbiers.
158
* Elle doit à terme migrer dans eFlore.
159
*
2 jp_milcent 160
* Revision 1.2  2005/05/18 07:30:13  jpm
161
* Correction des bogues et derniers réglages avant mise en ligne du site v4.
162
*
163
* Revision 1.1  2005/04/06 13:30:29  jpm
164
* Ajout des styles css propres à l'application admin.
165
*
166
* Revision 1.1  2005/03/08 14:14:59  jpm
167
* Ajout du fichier css de Herbier.
168
*
169
*
170
* +-- Fin des CSS ----------------------------------------------------------------------------------------+
171
*/
172