-
Notifications
You must be signed in to change notification settings - Fork 5
/
fountain.css
50 lines (50 loc) · 1011 Bytes
/
fountain.css
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
/* CSS for Fountain */
body {
font-family: Courier, monospace;
font-size: 12pt;
margin: auto;
max-width: 6in;
line-height: 1.2;
}
h1, h2, h3, h4, h5, h6 {
font-weight: bold;
font-size: 12pt;
text-align: center;
}
.Dialogue {
max-width: 4in;
margin: auto;
margin-top: 1em;
}
.Dialogue p {
margin: 0;
}
.Parenthetical {
margin-left: 2em;
}
.Lyrics {
font-style: italic;
margin-top: 0.5em;
margin-bottom: 0.5em;
}
.Transition {
text-align: right;
}
.Note {
display: none;
}
.titlepage {
text-align: center;
margin-bottom: 2em;
}
nav#toc ol,
nav#landmarks ol { padding: 0; margin-left: 1em; }
nav#toc ol li,
nav#landmarks ol li { list-style-type: none; margin: 0; padding: 0; }
a.footnote-ref { vertical-align: super; }
em, em em em, em em em em em { font-style: italic;}
em em, em em em em { font-style: normal; }
code{ white-space: pre-wrap; }
span.smallcaps{ font-variant: small-caps; }
span.underline{ text-decoration: underline; }
q { quotes: "“" "”" "‘" "’"; }