-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
110 lines (92 loc) · 2.51 KB
/
styles.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
@import url(http://fonts.googleapis.com/css?family=IM+Fell+English+SC|Michroma|Cabin+Sketch|Rock+Salt|Oswald|Bangers|Press+Start+2P|Holtwood+One+SC);
@font-face {
font-family: 'OverpassBold';
src: url("/image/fonts/overpass-bold-wf.eot");
src: url("/image/fonts/overpass-bold-wf.eot?#iefix") format("eot"), url("/image/fonts/overpass-bold-wf.woff") format("woff"), url("/image/fonts/overpass-bold-wf.ttf") format("truetype"), url("/image/fonts/overpass-bold-wf.svg#webfontzRhIMntw") format("svg");
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'Overpass';
src: url("/image/fonts/overpass-wf.eot");
src: url("/image/fonts/overpass-wf.eot?#iefix") format("eot"), url("/image/fonts/overpass-wf.woff") format("woff"), url("/image/fonts/overpass-wf.ttf") format("truetype"), url("/image/fonts/overpass-wf.svg#webfontiqWxLEM5") format("svg");
font-weight: normal;
font-style: normal;
}
h3 {
letter-spacing: -2px;
}
.content {
/* font-family: 'IM Fell English SC', serif; */
font-family: 'Overpass', serif;
letter-spacing: -5px;
}
.bullets > ul > li {
margin-left: 0px;
}
.command, .result {
letter-spacing: 0px;
}
.written {
font-family: 'Rock Salt', cursive;
}
.condense .result {
font-size: 0.7em;
}
.condense > ul > li {
font-size: 0.7em;
letter-spacing: 0px;
padding: 5px;
}
.comic {
font-family: 'Bangers', sans-serif;
font-size: 2em;
letter-spacing: 0px;
}
.comic li {
font-family: 'Overpass', sans-serif;
font-size: 0.5em;
letter-spacing: -5px;
}
.stress li {
font-family: 'Bangers', sans-serif;
font-size: 2em;
font-style: italic;
letter-spacing: 0px;
}
.bold h1 {
font-family: 'Holtwood One SC', serif;
font-size: 7em;
letter-spacing: 0px;
}
.bold h2 {
font-family: 'Holtwood One SC', serif;
font-size: 5em;
letter-spacing: 0px;
}
#preso, .slide {
border: none !important;
}
#slideInfo {
display: none;
}
#footer {
background: transparent;
}
/* Full background example courtesy of http://bit.ly/gIvYa1 */
body.fullScreen {
background-repeat: no-repeat;
background-position: center center;
background-attachment: fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
/* Full background example courtesy of http://bit.ly/gIvYa1 */
body.fullScreen #preso, body.fullScreen #preso .slide {
background: transparent;
box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
}