Subversion Repositories Sites.tela-botanica.org

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
4 david 1
 
2
/*
3
 * Correction des styles HTML par defaut
4
 */
5
 
6
.structure {
7
	display: none;
8
}
9
h1,h2,h3,h4 {
10
	margin-top: 0em;
11
	margin-bottom: 0em;
12
	font-size: 100%;
13
	font-weight: normal;
14
}
15
 
16
/*
17
 * Styles generaux
18
 */
19
 
20
/* bien regler la marge (bugs IE) */
21
body { background: white; margin: 10px; }
22
a { text-decoration: none; color: #505050; }
23
a:hover { text-decoration: none; color: #303030; background: #e8e8e8; }
24
a.spip_out { text-decoration: none; color: #a02020; }
25
a.spip_in, a.spip_url { text-decoration: none; color: #2020a0; }
26
a.spip_glossaire { text-decoration: none; color: #20a020; }
27
 
28
.chapo {
29
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
30
	font-weight: bold;
31
	text-align: justify;
32
	font-size: 105%;
33
}
34
.texte, .texte p.spip {
35
	font-family: Georgia, Garamond, Times, serif;
36
	text-align: justify;
37
}
38
.ps {
39
	font-family: Georgia, Garamond, Times, serif;
40
	text-align: justify;
41
	font-size: 85%;
42
}
43
.notes {
44
	font-family: Georgia, Garamond, Times, serif;
45
	text-align: left;
46
	font-size: 80%;
47
}
48
 
49
/*
50
 * Ici les styles pour le contenu
51
 */
52
 
53
.contenu h1,h2 {
54
	font-size: 120%;
55
	font-weight: bold;
56
}
57
.contenu h1,h2.titre-extrait {
58
	font-size: 160%;
59
	font-weight: bold;
60
}
61
.contenu h1,h2.titre-texte {
62
	font-size: 190%;
63
	font-weight: bold;
64
}
65
.contenu .surtitre {
66
	font-size: 110%;
67
	font-weight: bold;
68
	font-variant: small-caps;
69
}
70
.contenu .detail {
71
	font-size: 80%;
72
	color: #303030;
73
}
74
.extrait {
75
	border: groove 2px #a0a0a0;
76
	padding: 1em;
77
	font-size: 85%;
78
}
79
 
80
 
81
/*
82
 * Disposition a l'ecran
83
 */
84
 
85
#principal {
86
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
87
}
88
 
89
#plan {
90
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
91
}
92
 
93
#navigation {
94
	font-family: Verdana, Arial, Helvetica, sans-serif;
95
}
96
 
97
.encart {
98
	font-family: Verdana, Arial, Helvetica, sans-serif;
99
}
100