Subversion Repositories eFlore/Archives.chorologie

Rev

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

Rev Author Line No. Line
17 jpm 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 eFlore-Chorologie.                                                                 |
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: echoro.css,v 1.2 2005-02-23 17:29:13 jpm Exp $
19
===========================================================================================================
20
 DESCRIPTION :
21
 Designe de l'application eFlore-Chorologie.
22
 
23
===========================================================================================================
24
 Auteur original :
25
  Jean-Pascal MILCENT <jpm@tela-botanica.org>
26
 Autres auteurs :
27
  Aucun
28
===========================================================================================================
29
 AUTEUR   : $Author: jpm $
30
 VERSION  : $Revision: 1.2 $ $Date: 2005-02-23 17:29:13 $
31
=======================================================================================================  */
32
 
33
/* +----------------------------------------------------------------------------------------------------+
34
   |                                                STRUCTURE                                           |
35
   +----------------------------------------------------------------------------------------------------+*/
36
 
37
 
38
 
39
/* +----------------------------------------------------------------------------------------------------+
40
   |                                                  DESIGN                                            |
41
   +----------------------------------------------------------------------------------------------------+*/
42
 
43
/* Styles de la cartographie*/
44
#cartographie {
45
  text-align: center;
46
}
47
 
48
/* Styles de la recherche alphabétique et du fragmenteur*/
49
#real_alphabet, #real_page_quantite, #real_nbre_resultat, .nav_fragmenteur {
50
  text-align: center;
51
}
52
 
53
/* Styles des résultats de la recherche alphabétique*/
54
#echoro_resultat {
55
  border:             3px solid #d0abe1;
56
  border-collapse:    collapse;
57
  width:              90%;
58
  margin:             auto;
59
}
60
#echoro_resultat thead, tfoot {
61
    background-color:#eee1f5;
62
    border:1px solid #d0abe1;
63
}
64
 
65
#echoro_resultat tbody {
66
    background-color:#FFFFFF;
67
    border:1px solid #d0abe1;
68
}
69
 
70
#echoro_resultat th {
71
    font-family:monospace;
72
    border:1px dotted #d0abe1;
73
    padding:5px;
74
    background-color:#eee1f5;
75
    width:25%;
76
    text-align:center;
77
}
78
 
79
#echoro_resultat td {
80
    font-family:sans-serif;
81
    font-size:80%;
82
    border:1px solid #d0abe1;
83
    padding:5px;
84
    text-align:center;
85
}
86
 
87
#echoro_resultat caption {
88
    font-family:sans-serif;
89
    text-align: center;
90
    width:90%;
91
    margin:auto;
92
}
93
 
94
/* Information diverses de la chorologie*/
95
.echoro_pied_page {
96
  font-family:       Arial, Helvetica, Verdana, sans-serif;
97
  font-size:         10px;
98
  color:             #A9A9A9;
99
  background-color:  #FFFFFF;
100
}
101
 
102
.echoro_avertissement {
103
  font-family:       Arial, Helvetica, Verdana, sans-serif;
104
  font-size:         12px;
105
  color:             #FF0000;
106
  background-color:  #FFFFFF;
107
}
108
 
109
.echoro_lien {
110
  text-decoration:   none;
111
  font-family:       Arial, Helvetica, Verdana, sans-serif;
112
  font-size:         12px;
113
}
114
 
115
.eflore_lien_info {
116
  text-decoration:   none;
117
  color:             #000000;
118
}
119
 
120
.echoro_ligne_impaire {
121
  background-color:  #f9f5fa;
122
}
123
 
124
.echoro_num_taxo {
125
  color:  #CC0000;
126
}
127
 
128
.echoro_num_nomen {
129
  color:  #009900;
130
}
131
 
132
/* Formatage général du texte de la chorologie*/
133
/* Ces styles devrait passer dans la feuille de style globale!*/
134
.texte_g {
135
  font-weight:       bold;
136
}
137
 
138
.texte_i {
139
  font-style:        italic;
140
}
141
 
142
.texte_j {
143
  text-align:        justify;
144
}
145
 
146
.texte_c {
147
  text-align:        center;
148
}
149
 
150
.texte_ga {
151
  text-align:        left;
152
}
153
 
154
/* +--Fin des CSS ----------------------------------------------------------------------------------------+
155
*
156
* $Log: not supported by cvs2svn $
157
*
158
* +-- Fin des CSS ----------------------------------------------------------------------------------------+
159
*/