Subversion Repositories Sites.tela-botanica.org

Rev

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

Rev Author Line No. Line
4 david 1
/**********************************
2
Feuille de style du monde actualit�
3
Auteurs : Magali Giaume
4
**********************************/
5
hr {
6
  color:#0227e1;
7
  width:40%;
8
  text-align:center;
9
  clear: both;}
10
/* style des liens */
11
#pied_page a, a {
12
  color:#0328e1;
13
  background-image: url(/actu/IMG/img_underline_actu.png);}
14
#pied_page a:hover, a:hover {
15
  color:#0328e1;
16
  background-image: url(/actu/IMG/img_underline_hover_actu.png);}
17
#image_spip a, #image_spip a:hover {
18
  background-image:none;}
19
.menu_titre li{
20
  list-style-type:none;}
21
/**************************
22
DIFFERENTS BLOCS DE LA PAGE
23
**************************/
24
/******
25
bandeau
26
*******/
27
#bandeau {
28
  background: url(/actu/IMG/bandeau_actu_fond.png) repeat-x;}
29
#bandeau_contenu {
30
  background: url(/actu/IMG/bandeau_actu.jpg) no-repeat;
31
  height:77px;}
32
#titre_monde h1 {
33
  color: #feffdc;}
34
#plan_contact a {
35
  color:#fff;
36
  background-image: url(/sites/commun/generique/images/graphisme/img_underline_plan_site_blanc.png);}
37
#plan_contact a:hover {
38
  background-image: url(/sites/commun/generique/images/graphisme/img_underline_hover_plan_site_blanc.png);}
39
/*****
40
droite
41
******/
42
#droite {
43
  margin:0 5px 0 190px;}
44
/* droite -> contenu */
45
#contenu_accueil {
107 magali 46
  margin:5px 280px 5px 17px;
4 david 47
  padding:0;
48
  text-align: justify;
107 magali 49
  min-height: 300px;
50
  width:700px;}
51
#contenu {
52
  width:700px;}
4 david 53
#form_recherche {
54
  position:absolute;
55
  right:5px;
56
  top:0;}
57
/*******
58
info_dte
59
********/
60
#info_dte {
107 magali 61
  /*width:248px;*/
62
  width:288px;
4 david 63
  position:absolute;
64
  top:108px;
65
  right:2px;
66
  text-align:left;
67
  border-left:1px solid #6f85f2;
107 magali 68
  padding:0 5px;}
4 david 69
/*********
70
nav_gauche
71
**********/
72
#nav_gauche {
73
  background: #ffffff url(../IMG/degrade_bleu.png) repeat-x;}
74
/* nav_gauche -> menus_gauche */
75
#menus_gauche a {
76
  color: #0227e1;
77
  background-image:none;}
78
#menus_gauche a:hover {
79
  background-color:#a9b6f7;
80
  background-image:none;}
81
#menus_gauche_list {
82
  list-style:none;
83
  padding:0;
84
  margin:0;}
85
#menus_gauche_list li {
86
  text-align:left;
87
  font-size:13px;
88
  padding:0 0 3px 5px;}
89
#rubrique_select {
90
  color:#0227e1;
91
  background-color:#a9b6f7;
92
  padding-left:5px;
93
  margin:0;}
94
#password, #username {
95
  background-color:#e7ebfd;}
96
#menu_contextuel {
97
  color:#0227e1;
98
  margin-bottom:2px;}
99
 
100
/*******************
101
ELEMENTS SPECIFIQUES
102
*******************/
103
#form_auteur {
104
  width:300px;}
107 magali 105
#form_recherche {
112 magali 106
 color : white;
107
 position:relative;
108
 top:-35px;}
4 david 109
#postarticle {
110
  margin-top:20px;
111
  font-weight:bold;}
112
#pied_page_print {
113
  display:none;}
114
/* pour les forums */
115
#box_forum {
116
  text-align:justify;}
117
.forum-total ul {
118
  display: block;
119
  margin: 0;}
120
li.forum-total {
121
  list-style: none;
122
  margin-left: 2px;}
123
.forum-fil {
124
  margin-top: 2px;
125
  background:#e5e9ff;}
126
.forum-fil ul {
127
  margin-left:20px;
128
  padding-left: 2px;}
129
.forum-fil li{
130
  display: block;
131
  margin-left: 2px;
132
  padding-left:2px;
133
  border-left: 1px solid #0227e1;
134
  background: #c7d3f7;}
135
.forum-fil li li {
136
  background: #d5e5f7;}
137
.forum-fil li li li {
138
  background: #ddf5f7;}
139
.forum-fil li li li li{
140
  background: #e1fdf7;}
141
.forum-repondre-message {
142
  text-align: right;}
143
/* pour les galeries photos */
144
#miniatures {
145
  margin-top:10px;
146
  width: 100%;
147
  overflow: auto;}
148
#photo_galerie {
149
  text-align:center;
150
  overflow: auto;}
151
.descriptif_doc {
152
  text-align:center;}
153
/* pour les sites partenaires */
154
#liste_sites_ref img {
155
  padding-right:10px;}
156
/* pour les fils d'info rss */
157
.rss {
158
  width: 250px;
159
  float:left;
160
  border:1px solid #ccc;
161
  padding: 0 9px 9px 9px;
162
  margin: 8px 4px 2px 8px;
163
  font-size: 12px;}
164
.titre_rss {
165
  color:#feffdc;
166
  font-size: 16px;
167
  text-align:left;
168
  padding: 1px 5px;
169
  margin-bottom : 10px;}
170
.titre_rss a {
171
  color:#00008c;
172
  text-decoration:none;}
173
.titre_rss a:hover {
174
  color:#00008c;
175
  text-decoration:underline;}
176
.item {
177
  margin: 4px 0 10px 2px;}
178
/* license en bas des articles*/
179
#license {
180
  color:#505050;
181
  text-align:center;}
107 magali 182
/* classes de presentation du contenu */
4 david 183
.menu_titre {
184
  margin-top: 5px;
185
  padding-top:2px;
186
  text-align: left;}
187
.menu_titre hr {
188
  color:#6f85f2;
189
  width:40%;
190
  text-align:center;}
191
.intituler_rubrique {
192
  color:#0227e1;
193
  font-weight:bold;
194
  font-size: 14px;
195
  text-align: left;
196
  padding: 1px;}
197
.intituler_rubrique a, .intituler_rubrique a:hover {
198
  color:#0227e1;
199
  background-image:none;}
200
.date {
201
  color:#505050;
202
  text-align: justify;}
203
.lien_rub a, .lien_rub a:hover {
204
  color:#0227e1;
205
  text-decoration:none;}
206
.categorie {
207
  color:#ff6300;}
208
.categorie a {
209
  color:#ff6300;
210
  background-image: url(/actu/IMG/img_underline_actu_categorie.png);}
211
.categorie a:hover {
212
  background-image: url(/actu/IMG/img_underline_hover_actu_categorie.png);}
213
.descriptif_contenu {
214
  text-align: justify;
215
  margin-top:7px;}
216
.titre_article {
217
  color: #0227e1;
218
  text-align:left;}
219
.texte_descriptif {
220
  font-size:13px;
221
  font-weight: bold;}
222
.aligne_dte {
223
  text-align:right;}
224
.spip_surligne {
225
  background-color:#a9b6f7;}
226
.spip_logos {
227
  margin:10px;
228
  border-width:3px ! important;
229
  border-style:solid;
230
  border-bottom-color:#333;
231
  border-right-color:#555;
232
  border-left-color:#BBB;
233
  border-top-color:#DDD;}
234
.erreur {
235
  text-align:center;
236
  color:#FF0000;
107 magali 237
  text-decoration:none;}
238
.not_print {
239
  display:none;}