-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplays.css
More file actions
45 lines (39 loc) · 729 Bytes
/
plays.css
File metadata and controls
45 lines (39 loc) · 729 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
Play {
color: burlywood;
display: block;
width: 680px;
font-family: Times New Roman;
font-size: 12pt;
border: 1px solid black;
margin: 5px;
padding: 15px
}
Summary {
display: block;
text-align: justify
}
Title {
display: block;
font-family: Arial, Helvetica, Sans-serif;
font-size: 24pt;
color: blue;
font-weight: bold;
margin-bottom: 20px
}
Act {
display: block;
margin-top: 20px
}
Act_Number {
font-weight: bold;
color: blue;
font-family: Arial, Helvetica, Sans-serif
}
Scene {
display: list-item;
margin-left: 15pt;
list-style-type: square
}
Scene_Number {
font-weight: bold
}