Subversion Repositories Sites.tela-botanica.org

Rev

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