Subversion Repositories eFlore/Archives.herbiers

Rev

Rev 2 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2 Rev 18
1
/* vim: set expandtab tabstop=4 shiftwidth=4: */
1
/* vim: set expandtab tabstop=4 shiftwidth=4: */
2
/* ========================================================================================================
2
/* ========================================================================================================
3
| Copyright (C) 1999-2005 Tela Botanica (accueil@tela-botanica.org)                                       |
3
| Copyright (C) 1999-2005 Tela Botanica (accueil@tela-botanica.org)                                       |
4
+---------------------------------------------------------------------------------------------------------+
4
+---------------------------------------------------------------------------------------------------------+
5
| This file is part of Herbier.                                                                           |
5
| This file is part of Herbier.                                                                           |
6
|                                                                                                         |
6
|                                                                                                         |
7
| Foobar is free software; you can redistribute it and/or modify it under the terms of the GNU General    |
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        |
8
| Public License as published by the Free Software Foundation; either version 2 of the License, or        |
9
| (at your option) any later version.                                                                     |
9
| (at your option) any later version.                                                                     |
10
|                                                                                                         |
10
|                                                                                                         |
11
| Foobar is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the    |
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    |
12
| implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public    |
13
| License for more details.                                                                               |
13
| License for more details.                                                                               |
14
|                                                                                                         |
14
|                                                                                                         |
15
| You should have received a copy of the GNU General Public License along with Foobar; if not, write to   |
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             |
16
| the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA             |
17
+---------------------------------------------------------------------------------------------------------+
17
+---------------------------------------------------------------------------------------------------------+
18
 CVS : $Id: herbier.css,v 1.1 2005-11-23 10:32:32 jp_milcent Exp $
18
 CVS : $Id: herbier.css,v 1.2 2006-12-08 17:38:36 jp_milcent Exp $
19
===========================================================================================================
19
===========================================================================================================
20
 DESCRIPTION : Fichier des styles CSS de Herbier.
20
 DESCRIPTION : Fichier des styles CSS de Herbier.
21
 
21
 
22
 
22
 
23
===========================================================================================================
23
===========================================================================================================
24
 Auteur original : Jean-Pascal MILCENT
24
 Auteur original : Jean-Pascal MILCENT
25
 
25
 
26
 Autres auteurs : Aucun
26
 Autres auteurs : Aucun
27
 
27
 
28
===========================================================================================================
28
===========================================================================================================
29
 AUTEUR   : $Author: jp_milcent $
29
 AUTEUR   : $Author: jp_milcent $
30
 VERSION  : $Revision: 1.1 $ $Date: 2005-11-23 10:32:32 $
30
 VERSION  : $Revision: 1.2 $ $Date: 2006-12-08 17:38:36 $
31
=======================================================================================================  */
31
=======================================================================================================  */
32
 
32
 
33
/* +----------------------------------------------------------------------------------------------------+
33
/* +----------------------------------------------------------------------------------------------------+
34
   |                                                STRUCTURE                                           |
34
   |                                                STRUCTURE                                           |
35
   +----------------------------------------------------------------------------------------------------+*/
35
   +----------------------------------------------------------------------------------------------------+*/
36
/* +----------------------------------------------------------------------------------------------------+
36
/* +----------------------------------------------------------------------------------------------------+
37
/* Liste de définition : style provenant de pompage.net : http://pompage.net/pompe/listesdefinitions/ */
37
/* Liste de définition : style provenant de pompage.net : http://pompage.net/pompe/listesdefinitions/ */
38
dl.hb_affichage_tabulaire {
38
dl.hb_affichage_tabulaire {
39
  width: 61em;
39
  width: 61em;
40
}
40
}
41
.hb_affichage_tabulaire dt {
41
.hb_affichage_tabulaire dt {
42
  width: 20em;
42
  width: 20em;
43
  float: left;
43
  float: left;
44
  margin: 0;
44
  margin: 0;
45
  padding: .2em;
45
  padding: .2em;
46
}
46
}
47
/* hack de commentaire avec un antislash pour ie5 mac \*/
47
/* hack de commentaire avec un antislash pour ie5 mac \*/
48
dt { clear: both; }
48
dt { clear: both; }
49
/* end hack */
49
/* end hack */
50
.hb_affichage_tabulaire dd {
50
.hb_affichage_tabulaire dd {
51
  float: left;
51
  float: left;
52
  z-index:1;
52
  z-index:1;
53
  width: 40em;
53
  width: 40em;
54
  margin: 0;
54
  margin: 0;
55
  padding: .2em;
55
  padding: .2em;
56
}
56
}
57
 
57
 
58
/* +----------------------------------------------------------------------------------------------------+
58
/* +----------------------------------------------------------------------------------------------------+
59
/* Autres */
59
/* Autres */
60
h2, .parent, .hb_espace, .hb_ligne {
60
h2, .parent, .hb_espace, .hb_ligne {
61
  clear: both;
61
  clear: both;
62
}
62
}
63
.hb_titre_en_ligne {
63
.hb_titre_en_ligne {
64
  display: inline;
64
  display: inline;
65
  padding-top: 1em;
65
  padding-top: 1em;
66
}
66
}
67
 
67
 
68
/* +----------------------------------------------------------------------------------------------------+
68
/* +----------------------------------------------------------------------------------------------------+
69
   |                                                  DESIGN                                            |
69
   |                                                  DESIGN                                            |
70
   +----------------------------------------------------------------------------------------------------+*/
70
   +----------------------------------------------------------------------------------------------------+*/
-
 
71
#hb_renseignement_admin{
-
 
72
  max-width:650px;
-
 
73
  float:left;}
-
 
74
#hb_logo {
-
 
75
  float:right;}
71
dt, label {
76
dt, label {
72
  font-weight: bold;
77
  font-weight: bold;
73
}
78
}
74
form ul {
79
form ul {
75
  list-style-type: none;
80
  list-style-type: none;
76
}
81
}
77
.hb_img_icone {
82
.hb_img_icone {
78
  border:0;
83
  border:0;
79
  width:9px;
84
  width:9px;
80
  height:9px;
85
  height:9px;
81
}
86
}
82
.hb_img_fermer {
87
.hb_img_fermer {
83
  border:0;
88
  border:0;
84
  width:9px;
89
  width:9px;
85
  height:9px;
90
  height:9px;
86
}
91
}
87
.hb_ligne {
92
.hb_ligne {
88
  border: .2em dotted;
93
  border: .2em dotted;
89
  width:4em;
94
  width:4em;
90
}
95
}
91
.hb_plier_deplier td{
96
.hb_plier_deplier td{
92
  padding:0;
97
  padding:0;
93
  margin:0;
98
  margin:0;
94
  text-align:left;
99
  text-align:left;
95
  height:12px;
100
  height:12px;
96
  border-width:0;
101
  border-width:0;
97
}
102
}
98
.hb_arborescence td{
103
.hb_arborescence td{
99
  padding:0;
104
  padding:0;
100
  margin: -5px 0 0 0;
105
  margin: -5px 0 0 0;
101
  text-align:left;
106
  text-align:left;
102
  vertical-align:top;
107
  vertical-align:top;
103
  border-width:0;
108
  border-width:0;
104
}
109
}
105
.pair{
110
.pair{
106
  background-color: #FAD2C6;
111
  background-color: #FAD2C6;
107
}
112
}
108
/* +--Fin des CSS ----------------------------------------------------------------------------------------+
113
/* +--Fin des CSS ----------------------------------------------------------------------------------------+
109
*
114
*
110
* $Log: not supported by cvs2svn $
115
* $Log: not supported by cvs2svn $
-
 
116
* Revision 1.1  2005/11/23 10:32:32  jp_milcent
-
 
117
* Ajout au dépot de l'application Herbiers.
-
 
118
* Elle doit à terme migrer dans eFlore.
-
 
119
*
111
* Revision 1.3  2005/04/06 13:26:21  jpm
120
* Revision 1.3  2005/04/06 13:26:21  jpm
112
* Correction taille image.
121
* Correction taille image.
113
*
122
*
114
* Revision 1.2  2005/04/06 13:23:34  jpm
123
* Revision 1.2  2005/04/06 13:23:34  jpm
115
* Styles généraux des applis Herbiers.
124
* Styles généraux des applis Herbiers.
116
*
125
*
117
* Revision 1.1  2005/03/08 14:14:59  jpm
126
* Revision 1.1  2005/03/08 14:14:59  jpm
118
* Ajout du fichier css de Herbier.
127
* Ajout du fichier css de Herbier.
119
*
128
*
120
*
129
*
121
* +-- Fin des CSS ----------------------------------------------------------------------------------------+
130
* +-- Fin des CSS ----------------------------------------------------------------------------------------+
122
*/
131
*/
123
 
132