Subversion Repositories Sites.tela-botanica.org

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
161 magali 1
/*Feuille de style support? par Nescape 4.78
4 david 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 {
135 magali 61
content: " "url(http://www.tela-botanica.org/sites/commun/generique/images/graphisme/icone_fleche.png);}
105 magali 62
a.pdf:before {
135 magali 63
content: url(http://www.tela-botanica.org/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  {
135 magali 66
content: " "url(http://www.tela-botanica.org/sites/commun/generique/images/graphisme/icone_mail.png);}
161 magali 67
.table_bordure th[title]:after {
68
content: " "url(http://www.tela-botanica.org/sites/commun/generique/images/graphisme/help.png);}
10 david 69
/*abbr {
4 david 70
  background :url(/client/eflore_chorologie/presentations/images/info.png) no-repeat 100% 5%;
71
  padding-right:16px;
72
  cursor:help;
10 david 73
  border:none;}*/
4 david 74
/*tableau*/
75
/* Tableau */
76
.table_bordure th {
77
  background-color:#E4B842;
78
  padding:0 5px;
79
  text-align:center;
80
  border-bottom: 1px dotted grey;
81
  border-left: 1px dotted grey;}
82
 
83
.table_bordure {
84
  border-spacing:0;
85
  text-align:center;
86
  border: 1px solid black;}
87
 
88
.table_bordure td  {
89
  padding:2px;
90
  text-align:left;
91
  border-bottom: 1px dotted grey;
92
  border-left: 1px dotted grey;}
93
/*Nom latin*/
94
.nom_latin{font-style:italic;}
95
.nom_latin_rang, .nom_latin_auteur{font-style:normal;}