Subversion Repositories Sites.tela-botanica.org

Rev

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

Rev Author Line No. Line
4 david 1
a {
2
	text-decoration: none;
3
}
4
 
5
a:hover {
6
	color:#FF9900;
7
	text-decoration: underline;
8
}
9
 
10
a.spip_url { }
11
a.spip_in { }
12
a.spip_out { }
13
a.spip_glossaire { }
14
 
15
.spip_code { }
16
 
17
p.spip_note { }
18
 
19
h3.spip {
20
	font-family: Verdana,Arial,Helvetica,sans-serif;
21
	font-weight: bold;
22
	font-size: 120%;
23
	text-align: center;
24
	margin-top : 40px;
25
	margin-bottom : 40px;
26
	padding: 0em;
27
}
28
 
29
.spip_puce {
30
	list-style-position: inside;
31
	border-width: 0px;
32
}
33
.spip_documents{
34
	font-family: Verdana,Arial,Helvetica,sans-serif;
35
	font-size : 70%;
36
}
37
 
38
.spip_documents_center{
39
	margin: auto;
40
	text-align: center;
41
	width: 80%;
42
}
43
 
44
.spip_documents_left{
45
	float: left;
46
	margin-right: 15px;
47
	text-align: center;
48
}
49
 
50
.spip_documents_right{
51
	float: right;
52
	margin-left: 15px;
53
	text-align: center;
54
}
55
 
56
table.spip {
57
	margin-left: auto;
58
	margin-right: auto;
59
	border: 1px solid #999999;
60
	border-collapse:collapse;
61
}
62
 
63
table.spip caption{
64
	caption-side: top; /* bottom pas pris en compte par IE */
65
	text-align: center;
66
	margin-left: auto;
67
	margin-right: auto;
68
	padding: 3px;
69
	font-weight: bold;
70
	font-family: Verdana,Arial,Sans,sans-serif;
71
	font-size : 70%;
72
}
73
 
74
table.spip tr.row_first {
75
	background-color: #FCF4D0;
76
}
77
 
78
table.spip tr.row_odd {
79
	background-color: #d0d0d0;
80
}
81
 
82
table.spip tr.row_even {
83
	background-color: #F0F0F0;
84
}
85
 
86
table.spip td {
87
	padding: 3px;
88
	text-align: left;
89
	vertical-align: middle;
90
}
91
 
92
hr.spip { }
93
b.spip { }
94
i.spip { }
95
blockquote.spip {
96
	margin-left : 40px;
97
	margin-top : 10px;
98
	margin-bottom : 10px;
99
	margin-right: 0px;
100
	border : solid 1px #aaaaaa;
101
	background-color: #ffffff;
102
	padding-left: 10px;
103
	padding-right: 10px;
104
}
105
 
106
.forml { width: 100% ; background-color: #FFDDAA;}
107
 
108
.spip_encadrer {
109
	font-family: helvetica, arial, sans-serif;
110
	width : 95%;
111
	background-color: #FFFFFF;
112
	padding: 5px;
113
	border: 1px #666666 solid;
114
}
115
 
116
.spip_cadre {
117
	width : 95%;
118
	background-color: #FFFFFF;
119
	padding: 5px;
120
	margin-top: 10px;
121
}
122
 
123
div.spip_poesie {
124
	margin-bottom: 5px;
125
	margin-left: 10px;
126
	padding-left: 10px;
127
	border-left: 1px solid #999999;
128
}
129
div.spip_poesie div {
130
	text-indent: -60px;
131
	margin-left: 60px;
132
}
133
 
134
.spip_bouton { background-color: #FFCC00;}
135
 
136
form.formrecherche {
137
	margin-top: 5px;
138
	margin-bottom: 5px;
139
}
140
input.formrecherche {
141
	width: 95%;
142
	background-color: #FFDDAA;
143
}
144
 
145
.reponse_formulaire {
146
	font-family: Verdana,Arial,Helvetica,sans-serif;
147
	font-weight: bold;
148
	font-size: 110%;
149
	color: red;
150
}
151
 
152
.spip_surligne { background-color: #FFFF66; }
153
 
154
 
155
/*
156
 *  Images typographiques (via image_typo)
157
 */
158
.image_typo {
159
	behavior: url("win_png.htc");
160
}
161
 
162
 
163
/*
164
 * Barre de raccourcis
165
 */
166
 
167
a.spip_barre img {
168
	border-left: 1px solid #ffffff;
169
	border-top: 1px solid #ffffff;
170
	border-right: 1px solid #aa9966;
171
	border-bottom: 1px solid #aa9966;
172
	padding: 3px;
173
	background-color: #FFDDAA;
174
}
175
a.spip_barre:hover img {
176
	border: 1px solid #808080;
177
	padding: 3px;
178
	background-color: #f8f8f4;
179
}