-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfountains.css
executable file
·62 lines (51 loc) · 1.15 KB
/
fountains.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
51
52
53
54
55
56
57
58
59
60
61
62
/*
fountain.css
fountain is a CSS template designed for including short sections of screenplay-formatted material in blog posts.
Originally developed by John August - johnaugust.com
Last modified 8/21/08
*/
div.fountain {
width: 400px;
background: #fffffc;
color: #000000;
border: 1px solid #333;
padding: 5px 14px 15px 14px !important;
margin-bottom: 16px !important;
margin-left: 20px !important;
}
.fountain p {
font: 12px/14px Courier, "Courier New", monospace !important;
text-align: left !important;
letter-spacing: 0 !important;
margin-top: 0px !important;
margin-bottom: 0px !important;
}
.sceneheader,
.action,
.character {
padding-top: 1.5ex !important;
}
.action {
padding-right: 5% !important;
font-size: 12px !important;
line-height: 14px !important;
}
.character {
padding-left: 40% !important;
}
.dialogue {
padding-left: 20% !important;
padding-right: 20% !important;
}
.parenthetical {
padding-left: 32% !important;
padding-right: 30% !important;
}
.dialogue + .parenthetical {
padding-bottom: 0 !important;
}
.transition {
padding-top: 3ex !important;
padding-left: 65% !important;
padding-bottom: 1.5ex !important;
}