Subversion Repositories Sites.tela-botanica.org

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
4 david 1
/***********************************************
2
Feuille de style d'impression du monde actualité
3
Auteurs : Gabriel Bernard,
4
          Tamara Le Bourg
5
************************************************/
6
body {
7
    font-family: Helvetica,Verdana,Arial, sans-serif;
8
    background-color: #ffffff;
9
    color:#000000;
10
    margin: 0px;
11
    font-size:9pt;
12
    text-align:left;}
13
h1 {
14
    font-weight: bold;
15
    font-size: 11pt;
16
    text-align: center;
17
    margin : 3px 0px;}
18
h2 {
19
    font-weight: bold;
20
    font-size: 11pt;
21
    text-align: center;
22
    margin:3px 0px;}
23
h3 {
24
    font-size: 10pt;
25
    text-align: center;
26
    margin : 2px 0px;}
27
hr {
28
    width:40%;
29
    text-align:center;}
30
/* style des liens */
31
a {
32
    color: #0227e1;
33
    text-decoration: none;}
34
/**************************
35
DIFFERENTS BLOCS DE LA PAGE
36
**************************/
37
#reducteur {
38
    text-align:center;
39
    margin:0.5cm 1cm 0.2cm 1.2cm;}
40
/******
41
bandeau
42
*******/
43
#bandeau {
44
    display:none;}
45
/*****
46
droite
47
******/
48
#droite {
49
    margin:0px;}
50
/* droite -> pos_recherche */
51
#pos_recherche {
52
    display:none;}
53
#form_recherche {
54
    display:none;}
55
/* droite -> contenu */
56
#contenu {
57
    font-size: 9pt;
58
    margin:0px;
59
    text-align: justify;}
60
#contenu_accueil {
61
    font-size: 9pt;
62
    margin:0px;
63
    text-align: justify;}
64
/* droite -> pied_page */
65
#pied_page {
66
    display:none;}
67
/*******
68
info_dte
69
********/
70
#info_dte {
71
    position:relative;
72
    top:0px;
73
    left:0px;
74
    text-align:justify;
75
    border:0px;
76
    padding:0px;
77
    width:100%;}
78
/*********
79
nav_gauche
80
**********/
81
#nav_gauche {
82
    display:none;}
83
/*******************
84
ELEMENTS SPECIFIQUES
85
*******************/
86
#form_auteur {
87
    display:none;}
88
#postarticle {
89
    margin-top:20px;
90
    font-weight:bold;}
91
#pied_page_print {
92
    display:block;}
93
/* pour les forums */
94
#box_forum {
95
    text-align:justify;}
96
.forum-total ul {
97
    display: block;
98
    margin: 0px;}
99
li.forum-total {
100
    list-style: none;
101
    margin-left: 2px;}
102
.forum-fil {
103
    margin-top: 2px;
104
    background:#FFFFFF;}
105
.forum-fil ul {
106
    margin-left:20px;
107
    padding-left: 2px;}
108
.forum-fil li{
109
    display: block;
110
    margin-left: 2px;
111
    padding-left:2px;
112
    border-left: 1px solid #000000;
113
    background: #FFFFFF;}
114
.forum-fil li li {
115
    background: #FFFFFF;}
116
.forum-fil li li li {
117
    background: #FFFFFF;}
118
.forum-fil li li li li{
119
    background: #FFFFFF;}
120
.forum-repondre-message {
121
    text-align: right;}
122
/* pour les galeries photos */
123
#miniatures {
124
    display:none;}
125
#photo_galerie {
126
    text-align:center;}
127
/* license en bas des articles*/
128
#license {
129
    color:#505050;
130
    text-align:center;}
131
/* classes de présentation du contenu */
132
.menu_titre {
133
    margin-top: 0px;
134
    text-align: left;}
135
.intituler_rubrique {
136
    color:#0227e1;
137
    font-weight:bold;
138
    text-align: left;
139
    font-size:11pt;}
140
.intituler_rubrique a {
141
    color:#0227e1;
142
    text-decoration:none;}
143
.date {
144
    color:#505050;
145
    text-align: justify;}
146
.lien_rub a {
147
    color:#0227e1;
148
    text-decoration:none;}
149
.descriptif_contenu {
150
    text-align: justify;
151
    margin-top:2px;}
152
.titre_article {
153
    color: #000000;
154
    text-align:left;}
155
.aligne_dte {
156
    text-align:right;}
157
.spip_surligne {
158
    background-color:#FFFFFF;}
159
.erreur {
160
    text-align:center;
161
    color:#FF0000;
162
    text-decoration:none;}
163
.not_print {
164
    display:none;}