-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.css
129 lines (106 loc) · 1.84 KB
/
index.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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
/* * {
} */
body {
background-color: rgb(253, 253, 254);
margin: 60px 0px;
min-width: 300px;
font-family: "Crimson Text", serif;
/* font-weight: 400; */
font-size: 20px;
margin: 0;
padding: 0;
border: none;
box-sizing: border-box;
line-height: 145%;
color: rgb(75, 81, 93);
}
h1, h2, h3, h4 {
font-family: "Open Sans", sans-serif;
color: rgb(36, 41, 46);
}
h1 {
text-align: center;
font-size: 40px;
font-weight: 600;
margin-bottom: 40px;
}
h2 {
font-size: 30px;
font-weight: 600;
margin: 60px 0px 10px 0px;
}
h3 {
font-size: 24px;
font-weight: 400;
margin: 40px 0px 10px 0px;
padding-bottom: 12px;
border-bottom: 2px solid rgb(229,232,235);
}
h4 {
font-size: 20px;
font-weight: 400;
margin: 40px 0px 10px 0px;
}
p {
margin: 15px 0px 20px 0px;
padding-right: 5px;
}
/* b {
font-weight: 800;
} */
a {
color: rgb(68, 128, 200)
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
ul {
display:table;
padding-left: 8%;
margin: 0px 0px;
}
li {
font-size: 20px;
margin-top: 15px;
}
li:first-of-type {
margin-top: 0px;
}
hr {
margin: 60px 0px;
border-bottom: 1px solid rgb(205, 208, 211);
}
table {
margin: 0 auto; /* or margin: 0 auto 0 auto */
border: 0;
}
.section {
margin-bottom: 100px;
width: 90%;
margin: auto;
max-width: 800px; /* 660 */
}
.section_audio_samples {
margin-bottom: 100px;
width: 90%;
margin: auto;
max-width: 2300px; /* 660 */
}
.text {
font-size: 16px;
text-align: center;
font-style: italic;
line-height: 120%;
}
.playlist-title-text {
font-size: 26px;
font-weight: 400;
padding-bottom: 12px;
text-align: center;
display: block;
margin: 0px 20%;
margin-top: 30px;
}