-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
96 lines (77 loc) · 1.2 KB
/
Copy pathstyle.css
File metadata and controls
96 lines (77 loc) · 1.2 KB
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
html {
-webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
font-size: 36px;
}
ol {
margin-left: -40px;
margin-top: -20px;
list-style-position: inside;
}
/* Write your CSS below, don't change the rules above. */
h1{
text-align: center;
font-family: sans-serif;
font-weight: normal;
font-size: 48px;
}
h2{
text-align: left;
color: black;
font-weight: normal;
font-family: sans-serif;
font-size: 44px;
}
h3{
color: black;
font-family: sans-serif;
font-size: 40px;
}
h4{
color: black;
font-family: sans-serif;
font-size: 38px;
}
p{
font-size: 36px;
}
.index{
color: #AAAAAA;
font-weight: normal;
}
.center {
display: inline-block;
margin-left: auto;
margin-right: auto;
}
.audio_button{
width:50pt;
font-size: 36px;
}
#images{
text-align:center;
}
.red_text{
color: #E63B30;
}
.gray_text{
color: #AAAAAA;
}
table {
font-family: arial, sans-serif;
border-collapse: collapse;
width: 100%;
}
td, th {
text-align: left;
font-weight: normal;
padding: 8px;
}
tr:nth-child(even) {
background-color: #F8F8F8;
}
tr[scope="white"]{
background-color: white;
}
tr[scope="gray"]{
background-color: #F8F8F8;
}