Statistiques
| Révision :

root / tei / css / design.css @ 2

Historique | Voir | Annoter | Télécharger (2,86 ko)

1
/* FONCTIONNEMENT GENERAL DES PANNEAUX : voir layout-default-latest.css*/ 
2

    
3
/* GENERAL */
4

    
5
body{
6
        min-width:905px;
7
        display:block;
8
        background:#fff;        
9
        text-align: center;
10
        font-family:sans-serif;
11
        
12
}
13
ul li {
14
        list-style:none;
15
        padding:0 0 0 1em;
16
}
17

    
18
a{
19
        color:maroon;
20
        text-decoration: none;
21
        
22
}
23

    
24

    
25

    
26
/* PANNEAU NORD */
27
#entete{
28
        background:#888;
29
        color: #ddd;
30
        display:block;
31
        clear:both;
32
        width:90%;
33
}
34

    
35
#intitule{
36

    
37
        display:block;
38
        clear:both;
39
        font-family:sans-serif;
40
}
41

    
42
#intitule > .title {
43
        padding: 10px;
44
        display: inline;
45
        float:left;
46
        font-size:4em;
47
        letter-spacing: 0.4em;
48
        width:40%;
49
}
50

    
51
#intitule > .subtitle{
52
        padding: 10px;
53
        display:inline;
54
        float:right;
55
        font-size:1em;
56
        width:45%;
57
}
58

    
59
#intitule > .subtitle-light{
60
        display:none;
61
        opacity:0.2;
62
        color:maroon;
63
        font-size:0.7em;
64
        width:500px;
65
}
66

    
67
/*Rubriques : voir aussi jdMenu */
68
#rubriques_principales{
69
        display:block;
70
        width:100%;
71
        height:1.5em;
72
        
73
        clear:both;
74
        background-color: maroon;
75
        color:#fff;
76
        padding:5px 0;        
77
}
78

    
79

    
80
#rubriques_principales span {
81
        vertical-align:middle;
82
        display:block;
83
        width:150px;
84
        text-align: center;        
85
}
86

    
87
#rubriques_principales .menu_gauche {
88
        float:left;        
89
}
90

    
91
#rubriques_principales .menu_droit {        
92
        float:right;        
93
}
94

    
95
#rubriques_principales a{
96
        color: #fff;
97
}
98

    
99
/* PANNEAU OUEST */
100
/* #navigation : voir localscroll.js */
101

    
102

    
103
/* Accueils */
104
#content-accueil{
105
        display:block;
106
        width:90%;
107
        text-align: center;
108
}
109

    
110
#content-corpus{
111
        display:block;
112
        width:75%;
113
        float:left;
114
        margin:0 0 0 15px;
115
        text-align: center;
116
}
117

    
118
#content-thesaurus{
119
        text-align:left;
120
}
121
#plage, #paves{
122
        
123
        text-align: center;
124
        
125
        
126
}
127

    
128

    
129
#editors, #funders, #chapo{
130
        text-align:left;        
131
        margin:10px;
132
        border: 0px #ccc solid;
133
}
134

    
135
#editors, #funders{
136
        font-size:9px;
137
}
138

    
139
#chapo{
140
        font-size:14px;
141
}
142

    
143

    
144
.pave {
145
        text-align:justify;
146
        font-size:11px;
147
        vertical-align: top;
148
        display:inline-block;
149
        margin:10px 20px;
150
        padding:10px;
151
        width:25%;
152
        height:400px;
153
        overflow:auto;
154
        border: 0px #ccc solid;
155
}
156

    
157
.corpus{
158
        margin:10px 10px;
159
}
160

    
161
.bibl{
162
        font-variant: small-caps;
163
}
164
.name{
165
        padding: 0 0.3em 0 0;
166
}
167

    
168
.title{
169
        display:block;
170
        font-weight:bolder;
171
}
172

    
173
/* corpus */
174
#titre-piece{
175
        display:block;
176
        clear:both;
177
        padding: 0 20% 0 12%;
178
        text-align:center;
179
        font-size:2em;
180
        color:maroon;
181
        
182
}
183

    
184
.nb-vers {
185
        font-size: 0.8em;
186
}
187

    
188
#maj {
189
        
190
        font-size: 0.8em;
191
}
192

    
193

    
194
.arbre{
195
        clear:both;
196
        padding:10px 10px 0 0;
197
}
198

    
199
.titre-acte{
200
        position:fixed;
201
        left:20%;
202
}
203

    
204

    
205
.thesaurus {
206
        display:block;
207
        float:left;
208
        width:auto;
209
        border:#aaa 0px solid;
210
        padding:10px;
211
}
212

    
213
.domaine a{
214
        font-size:1.2em;
215
        font-weight:bolder;
216
}
217

    
218
.terme a{
219
         color: #000;
220
}
221

    
222

    
223

    
224

    
225

    
226
/* PANNEAU EST */
227

    
228
#outils {
229
        display:block;
230
        padding:10px;
231
        width:12%;
232
        background-color:#EBA60B;
233
        height:530px;
234
        float:left;
235
        text-align: left;
236
        font-size:0.9em;
237
}
238

    
239
/* PANNEAU SUD */
240

    
241
#pied {
242
        background:#fff;
243
        text-align: center;
244
        clear:both;
245
        top:20px;
246
        height:100%;
247

    
248
}
249

    
250
#pied img{
251
        padding:5px;
252
}
253

    
254

    
255
/* PANNEAU CENTRE */
256
/* #content : voir localscroll.css */ 
257

    
258

    
259

    
260