-
Notifications
You must be signed in to change notification settings - Fork 0
/
stylesheet.css
82 lines (69 loc) · 1.33 KB
/
stylesheet.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
@font-face {
font-family: 'Droid Sans';
src: local('Droid Sans'),
url(/EFpQQyG9GqCrobXxL-KRMQFhaRv2pGgT5Kf0An0s4MM.woff);
}
@font-face {
font-family: 'FreeMono';
src: local('FreeMono'),
url(/freefont-20120503/FreeMono.woff);
}
@font-face {
font-family: 'FreeSans';
src: local('FreeSans'),
url(/freefont-20120503/FreeSans.woff);
}
@font-face {
font-family: 'FreeSans Bold';
src: local('FreeSans Bold'),
url(/freefont-20120503/FreeSansBold.woff);
}
@font-face {
font-family: 'Roboto';
src: local('Roboto'),
url(/2UX7WLTfW3W8TclTUvlFyQ.woff);
}
a:link {
color: #000000;
}
a:visited {
color: #404040;
}
#advisory {
bottom: 0em;
font-family: 'Droid Sans', sans-serif;
font-size: 1.6em;
font-weight: 400;
position: absolute;
right: 1em;
}
body {
background: #ffffff;
}
#button {
background: #e0e0e0;
border-width: 0px;
font-family: 'FreeMono', monospace;
font-size: 19px;
}
#content {
text-align: left;
margin-left: 1em;
margin-top: 1em;
}
#content h2 {
font-family: 'FreeSans Bold', sans-serif;
font-size: 2em;
font-weight: 400;
}
#content h6 {
font-family: 'FreeSans', sans-serif;
font-size: 22px;
font-weight: 400;
}
#play {
background: #e0e0e0;
border-width: 0px;
font-family: 'FreeMono', monospace;
font-size: 19px;
}