Subversion Repositories Sites.tela-botanica.org

Rev

Rev 115 | 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;*/
117 magali 62
  display:none;
107 magali 63
  width:288px;
4 david 64
  position:absolute;
65
  top:108px;
66
  right:2px;
67
  text-align:left;
68
  border-left:1px solid #6f85f2;
107 magali 69
  padding:0 5px;}
4 david 70
/*********
71
nav_gauche
72
**********/
73
#nav_gauche {
74
  background: #ffffff url(../IMG/degrade_bleu.png) repeat-x;}
75
/* nav_gauche -> menus_gauche */
76
#menus_gauche a {
77
  color: #0227e1;
78
  background-image:none;}
79
#menus_gauche a:hover {
80
  background-color:#a9b6f7;
81
  background-image:none;}
82
#menus_gauche_list {
83
  list-style:none;
84
  padding:0;
85
  margin:0;}
86
#menus_gauche_list li {
87
  text-align:left;
88
  font-size:13px;
89
  padding:0 0 3px 5px;}
90
#rubrique_select {
91
  color:#0227e1;
92
  background-color:#a9b6f7;
93
  padding-left:5px;
94
  margin:0;}
95
#password, #username {
96
  background-color:#e7ebfd;}
97
#menu_contextuel {
98
  color:#0227e1;
99
  margin-bottom:2px;}
100
 
101
/*******************
102
ELEMENTS SPECIFIQUES
103
*******************/
104
#form_auteur {
105
  width:300px;}
107 magali 106
#form_recherche {
112 magali 107
 color : white;
108
 position:relative;
109
 top:-35px;}
4 david 110
#postarticle {
111
  margin-top:20px;
112
  font-weight:bold;}
113
#pied_page_print {
114
  display:none;}
115
/* pour les forums */
116
#box_forum {
117
  text-align:justify;}
118
.forum-total ul {
119
  display: block;
120
  margin: 0;}
121
li.forum-total {
122
  list-style: none;
123
  margin-left: 2px;}
124
.forum-fil {
125
  margin-top: 2px;
126
  background:#e5e9ff;}
127
.forum-fil ul {
128
  margin-left:20px;
129
  padding-left: 2px;}
130
.forum-fil li{
131
  display: block;
132
  margin-left: 2px;
133
  padding-left:2px;
134
  border-left: 1px solid #0227e1;
135
  background: #c7d3f7;}
136
.forum-fil li li {
137
  background: #d5e5f7;}
138
.forum-fil li li li {
139
  background: #ddf5f7;}
140
.forum-fil li li li li{
141
  background: #e1fdf7;}
142
.forum-repondre-message {
143
  text-align: right;}
144
/* pour les galeries photos */
145
#miniatures {
146
  margin-top:10px;
147
  width: 100%;
148
  overflow: auto;}
149
#photo_galerie {
150
  text-align:center;
151
  overflow: auto;}
152
.descriptif_doc {
153
  text-align:center;}
154
/* pour les sites partenaires */
155
#liste_sites_ref img {
156
  padding-right:10px;}
157
/* pour les fils d'info rss */
158
.rss {
159
  width: 250px;
160
  float:left;
161
  border:1px solid #ccc;
162
  padding: 0 9px 9px 9px;
163
  margin: 8px 4px 2px 8px;
164
  font-size: 12px;}
165
.titre_rss {
166
  color:#feffdc;
167
  font-size: 16px;
168
  text-align:left;
169
  padding: 1px 5px;
170
  margin-bottom : 10px;}
171
.titre_rss a {
172
  color:#00008c;
173
  text-decoration:none;}
174
.titre_rss a:hover {
175
  color:#00008c;
176
  text-decoration:underline;}
177
.item {
178
  margin: 4px 0 10px 2px;}
179
/* license en bas des articles*/
180
#license {
181
  color:#505050;
182
  text-align:center;}
107 magali 183
/* classes de presentation du contenu */
4 david 184
.menu_titre {
185
  margin-top: 5px;
186
  padding-top:2px;
187
  text-align: left;}
188
.menu_titre hr {
189
  color:#6f85f2;
190
  width:40%;
191
  text-align:center;}
192
.intituler_rubrique {
193
  color:#0227e1;
194
  font-weight:bold;
115 magali 195
  font-size: 15px;
4 david 196
  text-align: left;
197
  padding: 1px;}
198
.intituler_rubrique a, .intituler_rubrique a:hover {
199
  color:#0227e1;
200
  background-image:none;}
201
.date {
202
  color:#505050;
203
  text-align: justify;}
204
.lien_rub a, .lien_rub a:hover {
205
  color:#0227e1;
206
  text-decoration:none;}
207
.categorie {
208
  color:#ff6300;}
209
.categorie a {
210
  color:#ff6300;
211
  background-image: url(/actu/IMG/img_underline_actu_categorie.png);}
212
.categorie a:hover {
213
  background-image: url(/actu/IMG/img_underline_hover_actu_categorie.png);}
214
.descriptif_contenu {
215
  text-align: justify;
216
  margin-top:7px;}
217
.titre_article {
218
  color: #0227e1;
219
  text-align:left;}
220
.texte_descriptif {
221
  font-size:13px;
222
  font-weight: bold;}
223
.aligne_dte {
224
  text-align:right;}
225
.spip_surligne {
226
  background-color:#a9b6f7;}
227
.spip_logos {
228
  margin:10px;
229
  border-width:3px ! important;
230
  border-style:solid;
231
  border-bottom-color:#333;
232
  border-right-color:#555;
233
  border-left-color:#BBB;
234
  border-top-color:#DDD;}
235
.erreur {
236
  text-align:center;
237
  color:#FF0000;
107 magali 238
  text-decoration:none;}
239
.not_print {
240
  display:none;}