-
Notifications
You must be signed in to change notification settings - Fork 9
/
styles.css
104 lines (79 loc) · 1.57 KB
/
styles.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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
/* Fountain Code Mirror */
.fountain-source-view>.CodeMirror-wrap>.CodeMirror-scroll {
padding: 20px !important;
position: unset;
}
.screenplay {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
overflow-y: hidden;
vertical-align: baseline;
}
.screenplay {
display: block;
}
/* Styles for Screenplain */
.screenplay {
margin: auto;
width: 60%;
text-align: left;
font: 12pt 'Courier Final Draft', 'Courier Screenplay', Courier;
padding: 0pt 0 0 0pt;
position: static;
}
.screenplay>header {
margin-bottom: 1em;
border-bottom: 1px solid black;
}
.screenplay>footer {
margin-top: 1em;
}
.screenplay>em {
font-style: italic;
}
.screenplay>p .bold {
font-weight: bold;
}
.screenplay>br {
clear: both;
}
.screenplay>div.action p {
margin-top: 1em;
}
/* Dialogue */
.screenplay>.dialogue h4 {
text-align: center;
color: var(--bright-yellow) !important;
font-weight: 500 !important;
font-size: 18px !important;
}
.screenplay>.dialogue p {
text-align: left;
margin-left: 20%;
}
.underline {
text-decoration: underline;
}
.screenplay>.dialogue .parenthetical {
padding-left: 10%;
}
/* Headers */
.screenplay>h3 {
margin-top: 2em;
text-transform: uppercase;
font-weight: bold !important;
color: var(--text-accent) !important;
}
/* Change mode button */
.fountain-button {
background-color: transparent;
margin: none;
padding: 0px;
}
.fountain-button:hover {
color: var(--text-a);
background-color: transparent;
}