Statistiques
| Révision :

root / tei / css / tei.css @ 2

Historique | Voir | Annoter | Télécharger (3,25 ko)

1
body{
2
        font-family: verdana;
3
}
4

    
5
li{
6
        list-style:none;
7
        padding:5px 115px;
8
}
9

    
10
a{
11
        color:#4076a7;
12
}
13

    
14
a:visited{
15
        color:#73a9da;
16
}
17

    
18
.invisible{
19
        display: none;
20
}
21

    
22
.surligne{
23
        background-color: yellow;
24
}
25

    
26

    
27

    
28
#notice_editoriale{
29
        display:block;
30
        clear:both;
31
        text-align:justify;
32
        background:#fff;
33
        font-size:0.9em;
34
        margin:50px 15px;
35
        padding:30px;
36

    
37
}
38

    
39
#sommaire{
40
        border:1px dotted #ccc;
41
        display:block;
42
        clear:both;
43
        margin:15px;
44
        padding:10px 20px;
45
        font-size:10px;
46

    
47
}
48

    
49
#appareil{
50
        display:block;
51
            clear:both;
52
            padding:50px;
53
            font-size:10px;
54

    
55
}
56

    
57
#notes, #citations{
58
        display:block;
59
        clear:both;
60
        margin:15px;
61
        padding:30px 0;
62
        font-size:10px;
63

    
64
}
65

    
66
#pied { clear: both; 
67
        width: 100%; 
68
        margin: 0; 
69
        padding: 8.40em 0; 
70
        border-top: 0px solid #8B6F92; 
71
        text-align: center; 
72
        font-size: 0.90em; 
73
}
74

    
75
.front{
76
        display:block;
77
        clear:both;
78
        padding:10px;
79
}
80

    
81
.acte, .prologue, .preface, .section{
82
        display:block;
83
        clear:both;
84
        margin:10px;
85
        padding:5px 25px;
86
}
87

    
88
.scene{
89
        display:block;
90
        clear:both;
91
        padding-top:10px;
92
}
93

    
94
h1, h2, h3, h4, h5, .title{
95
        margin:35px 15px;
96
}
97
.title{
98
        font-size:2em;
99
}
100

    
101
#bibl > .title {
102
        font-style: italic;
103
        font-size: 1em;
104
        margin:0;
105
}
106

    
107
h1{
108
        font-size:1.6em;
109
}
110

    
111
h2{
112
        font-size:1.4em;
113
}
114

    
115
h4{
116
        font-size:1.3em;
117
}
118

    
119
.acces_vers {
120
        display:block;
121
}
122

    
123

    
124
.retour a{
125
        display:block;
126
        float: right;
127
        margin: 0 2px;
128
        padding: 0 2px;
129
        font-size:7px;
130
        text-align:center;
131
        color:#aaa;
132
        border:1px dotted #aaa;
133
        text-decoration:none;        
134
}
135

    
136
.retour a:hover{
137
        background:#999;
138
        color:#fff;
139
}
140

    
141
a.appel_note {
142
        margin: 0 2px;
143
        padding: 0 2px;
144
        font-size:7px;
145
        text-align:center;
146
        color:#aaa;
147
        border:1px dotted #aaa;
148
        text-decoration:none;        
149
}
150

    
151
a.appel_note:hover  {
152
        background:#999;
153
        color:#fff;
154
}
155

    
156
a.appel_cit {
157
        margin: 0 2px;
158
        padding: 0 2px;
159
        font-size:7px;
160
        text-align:center;
161
        color:#cab;
162
        border:1px dotted #cab;
163
        text-decoration:none;        
164
}
165

    
166
a.appel_cit:hover  {
167
        background:#cab;
168
        color:#fff;
169
}
170

    
171
p{
172
    display:block;
173
    clear:both;
174
    padding:20px 0 0 10px;
175
}
176

    
177
.hr_scene{
178
        clear:both;
179
        border:1;
180
        color:#ccc;
181
        margin:15px 105px;
182
}
183

    
184
.hr_vers{
185
        clear:both;
186
        border:0;
187
}
188

    
189
.numero_vers{
190

    
191
}
192

    
193

    
194
.tl, .pl{
195
        display:block;
196
        font-size:1.2em;
197
        width:47%;
198
        float:left;
199

    
200
}
201

    
202
.tf, .pf{
203
        display:block;
204
        font-size:1.2em;
205
        width:47%;
206
        float:right;
207

    
208
}
209

    
210
.cl{
211
        display:block;
212
        width:47%;
213
        float:left;
214
        text-align:justify;
215
}
216

    
217
.cf{
218
        display:block;
219
        width:47%;
220
        float:right;
221
        text-align:justify;
222
        font-size:0.8em;
223
}
224

    
225
.add {
226
        font-style:italic;
227
}
228

    
229
.corr {
230
        color:maroon;
231
}
232

    
233
.gap {
234
        padding-left:45px;
235
        margin: 0 2px;
236
        background-image: url('../png/gap.png');
237
        background-repeat: no-repeat;
238
        background-color: silver;
239
        content: attr(type);
240
}
241

    
242
.mentioned {
243
        font-weight:900;
244
}
245

    
246
.foreign {
247
        font-family:Vusillus;
248
        font-size:1.1em;
249
}
250

    
251

    
252

    
253

    
254
.note {
255
        position:absolute;
256
        text-align:justify;
257
        width:30px;
258
        height:15px;
259
        margin-left:-10px;
260
        border-top:1px solid #000;
261
        background:#fff;
262
        font-size:9px;
263
        overflow:hidden;
264
        color:#000;
265
        z-index:1;
266
        
267
}
268

    
269
.quote{
270
        font-style:italic;
271
        font-family: arial;
272
}
273

    
274
.lemme{
275
        font-variant:small-caps;        
276
        background:#cdf;
277
        font-style:normal;
278
}
279

    
280
.note:hover {
281
        overflow:visible;
282
        left:900px;
283
        width:250px;
284
}
285

    
286
#outils{
287
        position:fixed;
288
        left: 86%;
289
        top: 5px;
290
        width:10%;
291
        background-color: #fff;
292
        border: 1px 0px 0px 1px black solid;
293
        padding:7px;
294
        font-size: 9px;
295
        text-align: left;
296
}