Subversion Repositories eFlore/Archives.herbiers

Rev

Go to most recent revision | Details | 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.                                                                           |
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: herbier.css,v 1.1 2005-11-23 10:32:32 jp_milcent Exp $
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 $
30
 VERSION  : $Revision: 1.1 $ $Date: 2005-11-23 10:32:32 $
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
   +----------------------------------------------------------------------------------------------------+*/
71
dt, label {
72
  font-weight: bold;
73
}
74
form ul {
75
  list-style-type: none;
76
}
77
.hb_img_icone {
78
  border:0;
79
  width:9px;
80
  height:9px;
81
}
82
.hb_img_fermer {
83
  border:0;
84
  width:9px;
85
  height:9px;
86
}
87
.hb_ligne {
88
  border: .2em dotted;
89
  width:4em;
90
}
91
.hb_plier_deplier td{
92
  padding:0;
93
  margin:0;
94
  text-align:left;
95
  height:12px;
96
  border-width:0;
97
}
98
.hb_arborescence td{
99
  padding:0;
100
  margin: -5px 0 0 0;
101
  text-align:left;
102
  vertical-align:top;
103
  border-width:0;
104
}
105
.pair{
106
  background-color: #FAD2C6;
107
}
108
/* +--Fin des CSS ----------------------------------------------------------------------------------------+
109
*
110
* $Log: not supported by cvs2svn $
111
* Revision 1.3  2005/04/06 13:26:21  jpm
112
* Correction taille image.
113
*
114
* Revision 1.2  2005/04/06 13:23:34  jpm
115
* Styles généraux des applis Herbiers.
116
*
117
* Revision 1.1  2005/03/08 14:14:59  jpm
118
* Ajout du fichier css de Herbier.
119
*
120
*
121
* +-- Fin des CSS ----------------------------------------------------------------------------------------+
122
*/
123