-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathhead.html
More file actions
190 lines (157 loc) · 4.89 KB
/
head.html
File metadata and controls
190 lines (157 loc) · 4.89 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
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Cormorant+Unicase:wght@700&family=Cormorant:ital,wght@0,600;1,600&family=Montserrat:ital,wght@0,400;0,700;1,400&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Fira+Code:wght@400;600&display=swap" rel="stylesheet">
<script async="" id="MathJax-script" src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
<link href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.23.0/themes/prism.min.css" rel="stylesheet" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.23.0/components/prism-core.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.23.0/plugins/autoloader/prism-autoloader.min.js"></script>
<style>
body {
background-color: #202020 !important;
}
body .universe {
background-color: #202020 !important;
color: #dddddd;
}
a, .zettel-link a {
color: #7f6df2 !important;
}
body code {
font-family: "Fira Code","SFMono-Regular","Menlo","Monaco","Consolas","Liberation Mono","Courier New", monospace !important;
}
code span.zettel-link-container span.zettel-link a {
font-family: "Fira Code","SFMono-Regular","Menlo","Monaco","Consolas","Liberation Mono","Courier New", monospace !important;
font-weight: normal;
text-decoration: underline;
}
.zettel-content code, code{
background-color: #1a1a1a !important;
color: #c7254e;
}
.zettel-content blockquote, blockquote, body div.zettel-view .zettel-content blockquote{
background-color: #202020 !important;
border: 1px solid #333333;
border-left: solid 10px #333333;
}
/* Relax width constraint a bit */
#zettel-container {
max-width: 100% !important;
max-height: 100% !important;
}
#zettel-container {
max-width: 100% !important;
max-height: 100% !important;
}
.ui.label.zettel-tag {
color: #dddddd;
background-color: #202020;
border: 1px solid #333333;
}
.ui.ui.inverted.violet.menu, .ui.ui.ui.inverted.menu .violet.active.item{
background-color: #483699;
}
.ui.raised.raised.segment, .ui.raised.raised.segments {
box-shadow: none;
}
.ui.attached.segment {
border: none;
}
.ui.segment {
border: none;
background: #202020 !important;
}
.ui.header {
color: #dddddd;
}
.ui.header + p {
margin-top: 1.5em;
}
.ui.table {
color: #dddddd;
background: #202020 !important;
border: 1px solid #333333;
}
.ui.table > thead > tr > th, .ui.table > tbody > tr > td, .ui.table > tr > td {
color: #dddddd;
background: #202020 !important;
border: 0.5px solid #333;
}
body .zettel-content h1#title-h1 {
background-color: #202020 !important;
color: #7f6df2;
padding-top: 0.5em;
padding-bottom: 0.5em;
font-family: 'Montserrat', sans-serif !important;
font-weight: 500;
font-size: 3em;
text-align: center;
border: solid 2px #cccccc;
border-radius: 5px 5px 5px 5px;
}
body h1 {
background-color: 202020 !important;
padding-top: 0.5em;
padding-bottom: 0.5em;
font-family: 'Montserrat', sans-serif !important;
font-weight: 500;
font-size: 3em;
text-align: left;
}
body div.zettel-view .zettel-content h2 {
border-bottom: none !important;
text-align: left;
}
body h2, h3, h4, h5, h6 {
font-family: 'Montserrat', sans-serif !important;
font-weight: 400;
font-size: 2em;
}
body h3, h4, h5, h6 {
font-size: 1.5em;
margin: 1.5em 0px 0.5em 0px;
}
body p, li, a {
font-family: 'Montserrat', sans-serif !important;
font-weight: 400;
}
/* Hide the query divider */
div.pandoc section.tag-query-results .divider {
display: none !important;
}
div.pandoc section.tag-query-results .ui.list {
padding-left: 1em;
}
div.ui.center.aligned.container.footer-version {
display: none !important;
}
progress[value] {
/* Reset the default appearance */
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border: none;
width: 50%;
height: 20px;
background-color: #ececec;
border-radius: 10px;
}
progress[value]::-webkit-progress-bar {
background-color: #ececec;
width: 50%;
border-radius: 10px;
}
progress[value]::-webkit-progress-value {
background-color: #19a6a6;
width: 50%;
border-radius: 10px;
}
progress[value]::-moz-progress-bar {
background-color: #19a6a6;
border-radius: 10px;
}
.center {
margin-left: auto;
margin-right: auto;
display: block
}
</style>