-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.css
102 lines (88 loc) · 2.93 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
@font-face {
font-family: "PT Serif";
src: url("assets/pt-serif/ptserif_regular/PTF55F-webfont.eot");
src: url("assets/pt-serif/ptserif_regular/PTF55F-webfont.eot?#iefix") format("embedded-opentype"),
url("assets/pt-serif/ptserif_regular/PTF55F-webfont.woff") format("woff"),
url("assets/pt-serif/ptserif_regular/PTF55F-webfont.ttf") format("truetype"),
url("assets/pt-serif/ptserif_regular/PTF55F-webfont.svg#pt_serifregular") format("svg");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "PT Serif";
src: url("assets/pt-serif/ptserif_italic/PTF56F-webfont.eot");
src: url("assets/pt-serif/ptserif_italic/PTF56F-webfont.eot?#iefix") format("embedded-opentype"),
url("assets/pt-serif/ptserif_italic/PTF56F-webfont.woff") format("woff"),
url("assets/pt-serif/ptserif_italic/PTF56F-webfont.ttf") format("truetype"),
url("assets/pt-serif/ptserif_italic/PTF56F-webfont.svg#pt_serifitalic") format("svg");
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: "PT Serif";
src: url("assets/pt-serif/ptserif_bold/PTF75F-webfont.eot");
src: url("assets/pt-serif/ptserif_bold/PTF75F-webfont.eot?#iefix") format("embedded-opentype"),
url("assets/pt-serif/ptserif_bold/PTF75F-webfont.woff") format("woff"),
url("assets/pt-serif/ptserif_bold/PTF75F-webfont.ttf") format("truetype"),
url("assets/pt-serif/ptserif_bold/PTF75F-webfont.svg#pt_serifbold") format("svg");
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: "PT Serif";
src: url("assets/pt-serif/ptserif_bolditalic/PTF76F-webfont.eot");
src: url("assets/pt-serif/ptserif_bolditalic/PTF76F-webfont.eot?#iefix") format("embedded-opentype"),
url("assets/pt-serif/ptserif_bolditalic/PTF76F-webfont.woff") format("woff"),
url("assets/pt-serif/ptserif_bolditalic/PTF76F-webfont.ttf") format("truetype"),
url("assets/pt-serif/ptserif_bolditalic/PTF76F-webfont.svg#pt_serifbold_italic") format("svg");
font-weight: bold;
font-style: italic;
}
@font-face {
font-family: "Arturito";
src: url("assets/Arturito_v2/Arturito-Slab_v2.ttf") format("truetype");
font-weight: normal;
}
body {
font-family: "PT Serif";
margin: 1rem calc(50vw - 480px);
}
h1 {
font-family: "Arturito";
text-align: center;
font-weight: normal;
}
a {
font-family: "Arturito";
color: #016aba;
}
canvas {
display: table;
margin: 1rem auto;
}
.key {
font-family: "Arturito";
background-color: #ddd;
padding: 0 0.5rem;
border-radius: 0.5rem;
}
.center {
text-align: center;
}
#vertical-banner {
position: absolute;
left: 0;
top: 1rem;
width: 8rem;
max-width: calc(49vw - 480px);
}
footer {
display: table;
width: 100%;
text-align: center;
}
footer > span, footer > a {
display: table-cell;
vertical-align: middle;
padding: 0 1rem;
}