Skip to content

Commit 4a05390

Browse files
committed
wip
1 parent 6df6390 commit 4a05390

File tree

3 files changed

+353
-367
lines changed

3 files changed

+353
-367
lines changed

stubs/assets/theme-dark.html

+171-183
Original file line numberDiff line numberDiff line change
@@ -1,193 +1,181 @@
11
<header>
22
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@9.13.1/build/styles/sunburst.min.css">
33
<style>
4-
body {
5-
font-family: calibri;
6-
font-size: 14px;
7-
line-height: 1.4;
8-
background-color: #011627;
9-
color: #c1d4ea;
10-
}
11-
12-
h1, h2 {
13-
font-family: times;
14-
color: #fff;
15-
}
16-
17-
h3 {
18-
font-family: calibri;
19-
color: #fff;
20-
font-weight: bold;
21-
}
22-
23-
h1 {
24-
font-size: 35px;
25-
padding-top: 0;
26-
padding-bottom: 70px;
27-
}
28-
29-
h2 {
30-
text-align: left;
31-
font-size: 20px;
32-
padding-top: 0;
33-
padding-bottom: 30px;
34-
}
35-
36-
h3 {
37-
text-align: left;
38-
font-size: 19px;
39-
padding-top: 20px;
40-
padding-bottom: 0;
41-
}
42-
43-
p, ul, ol {
44-
margin-bottom: 20px;
45-
}
46-
47-
pre {
48-
line-height: 20px;
49-
page-break-inside: avoid;
50-
border-left: solid 5px #EABC65;
51-
padding-top: 15px;
52-
padding-bottom: 15px;
53-
padding-left: 20px;
54-
margin-bottom: 30px;
55-
}
56-
57-
a {
58-
color: #abe9ef;
59-
}
60-
61-
pre code {
62-
background: none;
63-
font-size: 13px;
64-
color: #abe9ef;
65-
}
66-
67-
code {
68-
font-size: 14px;
69-
color: #EABC65;
70-
}
71-
72-
.mpdf_toc {
73-
font-family: calibri;
74-
color: #c1d4ea;
75-
}
76-
77-
div.mpdf_toc_level_0 {
78-
padding-top: 30px;
79-
line-height: 30px;
80-
}
81-
82-
div.mpdf_toc_level_1 {
83-
line-height: 30px;
84-
}
85-
86-
div.mpdf_toc_level_2 {
87-
line-height: 30px;
88-
}
89-
90-
span.mpdf_toc_t_level_0, span.mpdf_toc_p_level_0 {
91-
color: #c1d4ea;
92-
font-family: calibri;
93-
font-weight: bold;
94-
font-style: normal;
95-
}
96-
97-
span.mpdf_toc_t_level_1, span.mpdf_toc_p_level_1 {
98-
color: #c1d4ea;
99-
font-family: calibri;
100-
font-weight: normal;
101-
font-style: normal;
102-
}
103-
104-
span.mpdf_toc_t_level_2, span.mpdf_toc_p_level_2 {
105-
color: #c1d4ea;
106-
font-family: calibri;
107-
font-weight: normal;
108-
font-style: normal;
109-
}
110-
111-
#toc-title {
112-
font-weight: bold;
113-
font-size: 45px;
114-
padding-top: 0;
115-
padding-bottom: 10px;
116-
text-align: center;
117-
}
118-
119-
blockquote {
120-
margin-top: 0;
121-
margin-right: 0;
122-
margin-bottom: 30px;
123-
margin-left: 0;
124-
page-break-inside: avoid;
125-
}
126-
127-
blockquote p {
128-
margin-top: 0;
129-
margin-bottom: 0;
130-
}
131-
132-
blockquote.quote {
133-
padding-top: 20px;
134-
padding-bottom: 20px;
135-
padding-left: 20px;
136-
padding-right: 20px;
137-
font-style: italic;
138-
}
139-
140-
blockquote.notice {
141-
border-left: solid 5px #5b87dd;
142-
padding-top: 20px;
143-
padding-bottom: 20px;
144-
padding-left: 20px;
145-
padding-right: 20px;
146-
}
147-
148-
blockquote.notice strong {
149-
color: #5b87dd;
150-
}
151-
152-
blockquote.warning {
153-
border-left: solid 5px #dd787d;
154-
padding-top: 20px;
155-
padding-bottom: 20px;
156-
padding-left: 20px;
157-
padding-right: 20px;
158-
}
159-
160-
blockquote.warning strong {
161-
color: #dd787d;
162-
}
163-
164-
table {
165-
border-collapse: collapse;
166-
width: 100%;
167-
}
168-
169-
td, th {
170-
border: 1px solid #ddd;
171-
padding: 8px;
172-
}
173-
174-
tr:nth-child(even){
175-
background-color: #113e63;
176-
color: #011627;
177-
}
178-
179-
th {
180-
padding-top: 12px;
181-
padding-bottom: 12px;
182-
text-align: left;
183-
background-color: #001321;
184-
color: white;
185-
}
4+
body {
5+
font-family: calibri;
6+
font-size: 16px;
7+
line-height: 1.4;
8+
color: #c1d4ea;
9+
background-color: #011627;
10+
text-align: justify;
11+
}
12+
13+
h3 {
14+
font-family: calibri;
15+
color: #fff;
16+
font-weight: bold;
17+
}
18+
19+
h1 {
20+
font-size: 40px;
21+
margin-top: 0;
22+
padding-top: 0;
23+
padding-bottom: 100px;
24+
text-align: right;
25+
}
26+
27+
h2 {
28+
text-align: left;
29+
font-size: 30px;
30+
padding-top: 10px;
31+
}
32+
33+
h3 {
34+
text-align: left;
35+
font-size: 18px;
36+
padding-top: 10px;
37+
padding-bottom: 0;
38+
}
39+
40+
div.chapter_title {
41+
text-transform: uppercase;
42+
font-size: 30px;
43+
border-bottom: solid 1px #8a9db3;
44+
display: block;
45+
margin-bottom: 0px;
46+
padding-bottom: 5px;
47+
font-weight: bold;
48+
text-align: right;
49+
}
50+
51+
p, ul, ol, table {
52+
margin-bottom: 20px;
53+
}
54+
55+
pre {
56+
line-height: 20px;
57+
border-left: solid 5px #EABC65;
58+
padding-top: 10px;
59+
padding-bottom: 10px;
60+
padding-left: 15px;
61+
margin-bottom: 30px;
62+
}
63+
64+
a {
65+
color: #abe9ef;
66+
}
67+
68+
pre code {
69+
background: none;
70+
font-size: 11px;
71+
color: #abe9ef;
72+
}
73+
74+
code {
75+
font-size: 14px;
76+
color: #EABC65;
77+
}
78+
79+
.mpdf_toc {
80+
font-family: calibri;
81+
color: #c1d4ea;
82+
}
83+
84+
div.mpdf_toc_level_0 {
85+
padding-top: 30px;
86+
line-height: 25px;
87+
}
88+
89+
div.mpdf_toc_level_1 {
90+
line-height: 25px;
91+
}
92+
93+
div.mpdf_toc_level_2 {
94+
line-height: 25px;
95+
}
96+
97+
span.mpdf_toc_t_level_0, span.mpdf_toc_p_level_0 {
98+
color: #c1d4ea;
99+
font-family: calibri;
100+
font-weight: bold;
101+
font-style: normal;
102+
}
103+
104+
span.mpdf_toc_t_level_1, span.mpdf_toc_p_level_1 {
105+
color: #c1d4ea;
106+
font-family: calibri;
107+
font-weight: normal;
108+
font-style: normal;
109+
}
110+
111+
span.mpdf_toc_t_level_2, span.mpdf_toc_p_level_2 {
112+
color: #c1d4ea;
113+
font-family: calibri;
114+
font-weight: normal;
115+
font-style: normal;
116+
}
117+
118+
#toc-title {
119+
font-weight: bold;
120+
font-size: 40px;
121+
padding-top: 0;
122+
padding-bottom: 10px;
123+
text-align: center;
124+
}
125+
126+
blockquote {
127+
margin-top: 0;
128+
margin-right: 0;
129+
margin-bottom: 30px;
130+
margin-left: 0;
131+
page-break-inside: avoid;
132+
}
133+
134+
blockquote p {
135+
margin-top: 0;
136+
margin-bottom: 0;
137+
}
138+
139+
blockquote.quote {
140+
padding-top: 20px;
141+
padding-bottom: 20px;
142+
padding-left: 20px;
143+
padding-right: 20px;
144+
font-style: italic;
145+
}
146+
147+
blockquote.notice {
148+
border-left: solid 5px #5b87dd;
149+
padding-top: 20px;
150+
padding-bottom: 20px;
151+
padding-left: 20px;
152+
padding-right: 20px;
153+
}
154+
155+
blockquote.notice strong {
156+
color: #5b87dd;
157+
}
158+
159+
blockquote.warning {
160+
border-left: solid 5px #dd787d;
161+
padding-top: 20px;
162+
padding-bottom: 20px;
163+
padding-left: 20px;
164+
padding-right: 20px;
165+
}
166+
167+
blockquote.warning strong {
168+
color: #dd787d;
169+
}
170+
171+
img {
172+
border: solid 1px #8a9db3;
173+
}
186174
</style>
187175

188176
</header>
189177

190178
<tocpagebreak links="on"
191179
toc-suppress="on"
192-
toc-preHTML="&lt;h1 id=&quot;toc-title&quot;&gt;Table of Contents&lt;/h1&gt;"
180+
toc-preHTML="&lt;h1 id=&quot;toc-title&quot;&gt;Contents&lt;/h1&gt;"
193181
toc-bookmarkText="Contents">

0 commit comments

Comments
 (0)