Subversion Repositories Sites.tela-botanica.org

Rev

Rev 10 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
4 david 1
/*Feuille de style support� par Nescape 4.78
2
Auteur: Magali Giaume*/
3
body {
4
  font-family:Arial, Helvetica, Verdana, sans-serif;
5
  font-size:12px;
6
  background-color:#fff;
7
  margin:2px;}
8
h1 {
9
  font-size:17px;
10
  font-weight:bold;
11
  padding:0 0 2px 5px;
12
  line-height:1.3em;
13
  margin:10px 0 4px 0;}
14
h2 {
15
  font-size:13px;
16
  font-weight:bold;
17
  color:black;
18
  text-transform:uppercase;
19
  line-height:1.3em;
20
  margin:10px 0 4px 0;}
21
h3, #more_resultat li h2, .titre2_cartographie, .titre2_inscription, .inscription_titre2, .titre2_cartographie {
22
  font-size:15px;
23
  color:black;
24
  font-weight:bold;
25
  line-height:1.3em;
26
  margin:8px 0 4px 0;
27
  text-transform:none;}
28
h4 {
29
  font-size:13px;
30
  color:black;
31
  font-weight:bold;
32
  letter-spacing:0.1em;
33
  line-height:1.3em;
34
  margin:8px 0 2px 0;}
35
h5 {
36
  font-size:13px;
37
  color:black;
38
  font-style:italic;
39
  line-height:1.2em;
40
  margin:4px 0 1px 0;}
41
h6 {
42
  font-size:12px;
43
  color:black;
44
  font-style:italic;
45
  line-height:1.2em;
46
  margin:4px 0 1px 0;}
47
caption {
48
  font-size:12px;
49
  font-weight:bold;
50
  margin:2px;}
51
table {
52
  border-collapse:collapse;}
53
/*bandeau*/
54
#titre_monde h1 {
55
  font-size:20px}
56
#pos_recherche p {
57
  margin:0;
58
  padding:0;}
59
/*icones*/
60
a.lien_ext:after {
61
content: " "url(/sites/commun/generique/images/graphisme/icone_fleche.png);}
105 magali 62
a.pdf:before {
63
content: url(/client/projet/icones/pdf.gif)" ";}
4 david 64
/*CSS3 : ajout d'un espace entre href et ^ pour konqueror*/
65
a.mail:after, a[href ^="mailto:"]:after  {
66
content: " "url(/sites/commun/generique/images/graphisme/icone_mail.png);}
10 david 67
/*abbr {
4 david 68
  background :url(/client/eflore_chorologie/presentations/images/info.png) no-repeat 100% 5%;
69
  padding-right:16px;
70
  cursor:help;
10 david 71
  border:none;}*/
4 david 72
/*tableau*/
73
/* Tableau */
74
.table_bordure th {
75
  background-color:#E4B842;
76
  padding:0 5px;
77
  text-align:center;
78
  border-bottom: 1px dotted grey;
79
  border-left: 1px dotted grey;}
80
 
81
.table_bordure {
82
  border-spacing:0;
83
  text-align:center;
84
  border: 1px solid black;}
85
 
86
.table_bordure td  {
87
  padding:2px;
88
  text-align:left;
89
  border-bottom: 1px dotted grey;
90
  border-left: 1px dotted grey;}
91
/*Nom latin*/
92
.nom_latin{font-style:italic;}
93
.nom_latin_rang, .nom_latin_auteur{font-style:normal;}