-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
150 lines (116 loc) · 2.06 KB
/
style.css
File metadata and controls
150 lines (116 loc) · 2.06 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
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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
/* font start */
@font-face {
font-display: swap;
/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
font-family: 'Gloria Hallelujah';
font-style: normal;
font-weight: 400;
src: url('fonts/gloria-hallelujah-v21-latin/gloria-hallelujah-v21-latin-regular.woff2') format('woff2');
/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* font end */
.font200{
font-size: 200%;
}
.font150{
font-size: 150%;
}
.uppercase{
text-transform: uppercase;
font-weight: bold;
}
/* blockquote start */
/* .blockquote::before {
font-family: FontAwesome;
content: '\f10d';
} */
.blockquote {
font-family: "Gloria Hallelujah", "normal";
}
.attribution {
font-size: large;
padding-top: 20px;
}
/* blockquote end */
kbd{
background-color:gray;
padding: 5px;
margin: 2px;
border-radius: 5px;
font-size: 100%;
}
/* logo start */
.reveal .slide-logo {
height: 150px !important;
/* width: 300px !important; */
max-width: unset !important;
max-height: unset !important;
}
/* logo end */
#complete{
background-color: #bef9c6;
color: #0f4a21;
border-radius: 2px;
font-size: 50%;
padding: 2px;
}
#open{
background-color: #8efbf7;
color: #014847;
border-radius: 2px;
font-size: 50%;
padding: 2px;
}
#story-of-a-fox{
background-color: gray;
padding: 20px;
border: 1px solid white;
}
.hl{
border: 1px solid red;
padding: 1px;
}
.hlo{
color: orange;
}
.blurred-5 .slide-background-content {
filter: blur(5px)
}
.outline{
text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
#posit-publish{
vertical-align: middle;
}
#fig-baratheon-0{
float: left;
}
#fig-houses img{
width: 150px;
}
/* svg start */
.graph{
height: 200px;
width: 500px;
}
.svg-hline{
stroke: #fefce2;
stroke-width: 1;
}
.svg-circle{
stroke: #fefce2;
fill: #8a8e96;
}
.svg-text{
font-family: Mono;
font-size:20px;
fill: #fefce2;
dominant-baseline: middle
}
.svg-small{
font-size:15px;
}
.svg-gray{
fill: 2A9D8F
}
/* svg end */