Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
themsaid committed Dec 6, 2024
1 parent 6df6390 commit 4a05390
Show file tree
Hide file tree
Showing 3 changed files with 353 additions and 367 deletions.
354 changes: 171 additions & 183 deletions stubs/assets/theme-dark.html
Original file line number Diff line number Diff line change
@@ -1,193 +1,181 @@
<header>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/styles/sunburst.min.css">
<style>
body {
font-family: calibri;
font-size: 14px;
line-height: 1.4;
background-color: #011627;
color: #c1d4ea;
}

h1, h2 {
font-family: times;
color: #fff;
}

h3 {
font-family: calibri;
color: #fff;
font-weight: bold;
}

h1 {
font-size: 35px;
padding-top: 0;
padding-bottom: 70px;
}

h2 {
text-align: left;
font-size: 20px;
padding-top: 0;
padding-bottom: 30px;
}

h3 {
text-align: left;
font-size: 19px;
padding-top: 20px;
padding-bottom: 0;
}

p, ul, ol {
margin-bottom: 20px;
}

pre {
line-height: 20px;
page-break-inside: avoid;
border-left: solid 5px #EABC65;
padding-top: 15px;
padding-bottom: 15px;
padding-left: 20px;
margin-bottom: 30px;
}

a {
color: #abe9ef;
}

pre code {
background: none;
font-size: 13px;
color: #abe9ef;
}

code {
font-size: 14px;
color: #EABC65;
}

.mpdf_toc {
font-family: calibri;
color: #c1d4ea;
}

div.mpdf_toc_level_0 {
padding-top: 30px;
line-height: 30px;
}

div.mpdf_toc_level_1 {
line-height: 30px;
}

div.mpdf_toc_level_2 {
line-height: 30px;
}

span.mpdf_toc_t_level_0, span.mpdf_toc_p_level_0 {
color: #c1d4ea;
font-family: calibri;
font-weight: bold;
font-style: normal;
}

span.mpdf_toc_t_level_1, span.mpdf_toc_p_level_1 {
color: #c1d4ea;
font-family: calibri;
font-weight: normal;
font-style: normal;
}

span.mpdf_toc_t_level_2, span.mpdf_toc_p_level_2 {
color: #c1d4ea;
font-family: calibri;
font-weight: normal;
font-style: normal;
}

#toc-title {
font-weight: bold;
font-size: 45px;
padding-top: 0;
padding-bottom: 10px;
text-align: center;
}

blockquote {
margin-top: 0;
margin-right: 0;
margin-bottom: 30px;
margin-left: 0;
page-break-inside: avoid;
}

blockquote p {
margin-top: 0;
margin-bottom: 0;
}

blockquote.quote {
padding-top: 20px;
padding-bottom: 20px;
padding-left: 20px;
padding-right: 20px;
font-style: italic;
}

blockquote.notice {
border-left: solid 5px #5b87dd;
padding-top: 20px;
padding-bottom: 20px;
padding-left: 20px;
padding-right: 20px;
}

blockquote.notice strong {
color: #5b87dd;
}

blockquote.warning {
border-left: solid 5px #dd787d;
padding-top: 20px;
padding-bottom: 20px;
padding-left: 20px;
padding-right: 20px;
}

blockquote.warning strong {
color: #dd787d;
}

table {
border-collapse: collapse;
width: 100%;
}

td, th {
border: 1px solid #ddd;
padding: 8px;
}

tr:nth-child(even){
background-color: #113e63;
color: #011627;
}

th {
padding-top: 12px;
padding-bottom: 12px;
text-align: left;
background-color: #001321;
color: white;
}
body {
font-family: calibri;
font-size: 16px;
line-height: 1.4;
color: #c1d4ea;
background-color: #011627;
text-align: justify;
}

h3 {
font-family: calibri;
color: #fff;
font-weight: bold;
}

h1 {
font-size: 40px;
margin-top: 0;
padding-top: 0;
padding-bottom: 100px;
text-align: right;
}

h2 {
text-align: left;
font-size: 30px;
padding-top: 10px;
}

h3 {
text-align: left;
font-size: 18px;
padding-top: 10px;
padding-bottom: 0;
}

div.chapter_title {
text-transform: uppercase;
font-size: 30px;
border-bottom: solid 1px #8a9db3;
display: block;
margin-bottom: 0px;
padding-bottom: 5px;
font-weight: bold;
text-align: right;
}

p, ul, ol, table {
margin-bottom: 20px;
}

pre {
line-height: 20px;
border-left: solid 5px #EABC65;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 15px;
margin-bottom: 30px;
}

a {
color: #abe9ef;
}

pre code {
background: none;
font-size: 11px;
color: #abe9ef;
}

code {
font-size: 14px;
color: #EABC65;
}

.mpdf_toc {
font-family: calibri;
color: #c1d4ea;
}

div.mpdf_toc_level_0 {
padding-top: 30px;
line-height: 25px;
}

div.mpdf_toc_level_1 {
line-height: 25px;
}

div.mpdf_toc_level_2 {
line-height: 25px;
}

span.mpdf_toc_t_level_0, span.mpdf_toc_p_level_0 {
color: #c1d4ea;
font-family: calibri;
font-weight: bold;
font-style: normal;
}

span.mpdf_toc_t_level_1, span.mpdf_toc_p_level_1 {
color: #c1d4ea;
font-family: calibri;
font-weight: normal;
font-style: normal;
}

span.mpdf_toc_t_level_2, span.mpdf_toc_p_level_2 {
color: #c1d4ea;
font-family: calibri;
font-weight: normal;
font-style: normal;
}

#toc-title {
font-weight: bold;
font-size: 40px;
padding-top: 0;
padding-bottom: 10px;
text-align: center;
}

blockquote {
margin-top: 0;
margin-right: 0;
margin-bottom: 30px;
margin-left: 0;
page-break-inside: avoid;
}

blockquote p {
margin-top: 0;
margin-bottom: 0;
}

blockquote.quote {
padding-top: 20px;
padding-bottom: 20px;
padding-left: 20px;
padding-right: 20px;
font-style: italic;
}

blockquote.notice {
border-left: solid 5px #5b87dd;
padding-top: 20px;
padding-bottom: 20px;
padding-left: 20px;
padding-right: 20px;
}

blockquote.notice strong {
color: #5b87dd;
}

blockquote.warning {
border-left: solid 5px #dd787d;
padding-top: 20px;
padding-bottom: 20px;
padding-left: 20px;
padding-right: 20px;
}

blockquote.warning strong {
color: #dd787d;
}

img {
border: solid 1px #8a9db3;
}
</style>

</header>

<tocpagebreak links="on"
toc-suppress="on"
toc-preHTML="&lt;h1 id=&quot;toc-title&quot;&gt;Table of Contents&lt;/h1&gt;"
toc-preHTML="&lt;h1 id=&quot;toc-title&quot;&gt;Contents&lt;/h1&gt;"
toc-bookmarkText="Contents">
Loading

0 comments on commit 4a05390

Please sign in to comment.