forked from OBVIL/moliere
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmoliere.css
More file actions
54 lines (47 loc) · 850 Bytes
/
moliere.css
File metadata and controls
54 lines (47 loc) · 850 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
div.speaker i { font-size: 9pt; font-weight: lighter; }
article.not-i .stage { font-style: normal; }
article.not-i .l { font-style: italic; }
.label.i { font-weight: lighter; }
div.speaker { font-size: 14pt; }
ul { list-style-type: none; }
.sc { font-size: 110%;
}
.stage .sc { font-size: 12pt; font-variant: small-caps; }
div.stage.i {font-style: italic;}
h1.head {
padding-right: 100px;
}
h2.head {
padding-right: 100px;
}
h3.head {
font-weight: normal;
}
.sp + .stage {
margin-top: 2em;
}
.role {
font-style: italic;
}
.l + .stage {
margin-top: 1.5em;
}
.couleur2 {
background-color: #ac9382;
}
.couleur2:hover {
background-color: #8a6e5a;
}
#ruler {
visibility: hidden;
white-space: nowrap;
}
.indent {
text-align: center;
padding-right: 200px;
}
.lg.i.indent {
margin-left: 40px;
text-align: center;
padding-right: 200px;
}