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. |
|
|
|
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 |
jp_milcent |
18 |
CVS : $Id: herbier.css,v 1.2 2006-12-08 17:38:36 jp_milcent Exp $
|
2 |
jp_milcent |
19 |
===========================================================================================================
|
|
|
20 |
DESCRIPTION : Fichier des styles CSS de Herbier.
|
|
|
21 |
|
|
|
22 |
|
|
|
23 |
===========================================================================================================
|
|
|
24 |
Auteur original : Jean-Pascal MILCENT
|
|
|
25 |
|
|
|
26 |
Autres auteurs : Aucun
|
|
|
27 |
|
|
|
28 |
===========================================================================================================
|
|
|
29 |
AUTEUR : $Author: jp_milcent $
|
18 |
jp_milcent |
30 |
VERSION : $Revision: 1.2 $ $Date: 2006-12-08 17:38:36 $
|
2 |
jp_milcent |
31 |
======================================================================================================= */
|
|
|
32 |
|
|
|
33 |
/* +----------------------------------------------------------------------------------------------------+
|
|
|
34 |
| STRUCTURE |
|
|
|
35 |
+----------------------------------------------------------------------------------------------------+*/
|
|
|
36 |
/* +----------------------------------------------------------------------------------------------------+
|
|
|
37 |
/* Liste de définition : style provenant de pompage.net : http://pompage.net/pompe/listesdefinitions/ */
|
|
|
38 |
dl.hb_affichage_tabulaire {
|
|
|
39 |
width: 61em;
|
|
|
40 |
}
|
|
|
41 |
.hb_affichage_tabulaire dt {
|
|
|
42 |
width: 20em;
|
|
|
43 |
float: left;
|
|
|
44 |
margin: 0;
|
|
|
45 |
padding: .2em;
|
|
|
46 |
}
|
|
|
47 |
/* hack de commentaire avec un antislash pour ie5 mac \*/
|
|
|
48 |
dt { clear: both; }
|
|
|
49 |
/* end hack */
|
|
|
50 |
.hb_affichage_tabulaire dd {
|
|
|
51 |
float: left;
|
|
|
52 |
z-index:1;
|
|
|
53 |
width: 40em;
|
|
|
54 |
margin: 0;
|
|
|
55 |
padding: .2em;
|
|
|
56 |
}
|
|
|
57 |
|
|
|
58 |
/* +----------------------------------------------------------------------------------------------------+
|
|
|
59 |
/* Autres */
|
|
|
60 |
h2, .parent, .hb_espace, .hb_ligne {
|
|
|
61 |
clear: both;
|
|
|
62 |
}
|
|
|
63 |
.hb_titre_en_ligne {
|
|
|
64 |
display: inline;
|
|
|
65 |
padding-top: 1em;
|
|
|
66 |
}
|
|
|
67 |
|
|
|
68 |
/* +----------------------------------------------------------------------------------------------------+
|
|
|
69 |
| DESIGN |
|
|
|
70 |
+----------------------------------------------------------------------------------------------------+*/
|
18 |
jp_milcent |
71 |
#hb_renseignement_admin{
|
|
|
72 |
max-width:650px;
|
|
|
73 |
float:left;}
|
|
|
74 |
#hb_logo {
|
|
|
75 |
float:right;}
|
2 |
jp_milcent |
76 |
dt, label {
|
|
|
77 |
font-weight: bold;
|
|
|
78 |
}
|
|
|
79 |
form ul {
|
|
|
80 |
list-style-type: none;
|
|
|
81 |
}
|
|
|
82 |
.hb_img_icone {
|
|
|
83 |
border:0;
|
|
|
84 |
width:9px;
|
|
|
85 |
height:9px;
|
|
|
86 |
}
|
|
|
87 |
.hb_img_fermer {
|
|
|
88 |
border:0;
|
|
|
89 |
width:9px;
|
|
|
90 |
height:9px;
|
|
|
91 |
}
|
|
|
92 |
.hb_ligne {
|
|
|
93 |
border: .2em dotted;
|
|
|
94 |
width:4em;
|
|
|
95 |
}
|
|
|
96 |
.hb_plier_deplier td{
|
|
|
97 |
padding:0;
|
|
|
98 |
margin:0;
|
|
|
99 |
text-align:left;
|
|
|
100 |
height:12px;
|
|
|
101 |
border-width:0;
|
|
|
102 |
}
|
|
|
103 |
.hb_arborescence td{
|
|
|
104 |
padding:0;
|
|
|
105 |
margin: -5px 0 0 0;
|
|
|
106 |
text-align:left;
|
|
|
107 |
vertical-align:top;
|
|
|
108 |
border-width:0;
|
|
|
109 |
}
|
|
|
110 |
.pair{
|
|
|
111 |
background-color: #FAD2C6;
|
|
|
112 |
}
|
|
|
113 |
/* +--Fin des CSS ----------------------------------------------------------------------------------------+
|
|
|
114 |
*
|
|
|
115 |
* $Log: not supported by cvs2svn $
|
18 |
jp_milcent |
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 |
*
|
2 |
jp_milcent |
120 |
* Revision 1.3 2005/04/06 13:26:21 jpm
|
|
|
121 |
* Correction taille image.
|
|
|
122 |
*
|
|
|
123 |
* Revision 1.2 2005/04/06 13:23:34 jpm
|
|
|
124 |
* Styles généraux des applis Herbiers.
|
|
|
125 |
*
|
|
|
126 |
* Revision 1.1 2005/03/08 14:14:59 jpm
|
|
|
127 |
* Ajout du fichier css de Herbier.
|
|
|
128 |
*
|
|
|
129 |
*
|
|
|
130 |
* +-- Fin des CSS ----------------------------------------------------------------------------------------+
|
|
|
131 |
*/
|
|
|
132 |
|