-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deployed bd57d11 with MkDocs version: 1.6.1
- Loading branch information
1 parent
29517e0
commit 406aca2
Showing
24 changed files
with
264 additions
and
146 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
6 changes: 3 additions & 3 deletions
6
...avascripts/workers/search.b8dbb3d2.min.js → ...avascripts/workers/search.6ce7567c.min.js
Large diffs are not rendered by default.
Oops, something went wrong.
4 changes: 2 additions & 2 deletions
4
...cripts/workers/search.b8dbb3d2.min.js.map → ...cripts/workers/search.6ce7567c.min.js.map
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
document$.subscribe(function() { | ||
var tables = document.querySelectorAll("article div.table-sortable table") | ||
tables.forEach(function(table) { | ||
new Tablesort(table) | ||
}) | ||
}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,89 +1,81 @@ | ||
div.cover { | ||
.cover { | ||
position: relative; | ||
} | ||
|
||
div.cover div.background { | ||
.cover__background { | ||
position: absolute; | ||
width: 100%; | ||
height: 100%; | ||
z-index: -1; | ||
} | ||
|
||
div.cover div.background svg { | ||
.cover__background svg { | ||
position: absolute; | ||
} | ||
|
||
div.cover div.logo img, | ||
div.cover div.logo svg { | ||
.cover__logo img, | ||
.cover__logo svg { | ||
height: auto; | ||
max-width: 100%; | ||
max-height: 200px; | ||
} | ||
|
||
div.cover div.content { | ||
.cover__content { | ||
flex-grow: 1; | ||
box-sizing: border-box; | ||
display: flex; | ||
flex-direction: column; | ||
gap: 1rem; | ||
width: 100%; | ||
height: 100%; | ||
padding: 1rem; | ||
gap: 1rem; | ||
} | ||
|
||
div.cover div.content.with-background { | ||
padding-left: 120px; | ||
/* | ||
background-image: | ||
url("../img/cover/horizontal_rect.svg"), | ||
url("../img/cover/vertical_rect.svg"), | ||
url("../img/cover/lines.svg"); | ||
background-size: auto, auto, auto 50%; | ||
background-repeat: no-repeat, repeat-y; | ||
background-position: 0 20%, 0 0, 25px bottom; | ||
*/ | ||
.cover__content.with-background { | ||
padding-left: calc(25px + 1rem); | ||
} | ||
|
||
div.cover h1, | ||
div.cover h2, | ||
div.cover h3, | ||
div.cover h4, | ||
div.cover h5, | ||
div.cover h6 { | ||
.cover h1, | ||
.cover h2, | ||
.cover h3, | ||
.cover h4, | ||
.cover h5, | ||
.cover h6 { | ||
font-weight: bold; | ||
border-bottom-style: none; | ||
padding-bottom: 0; | ||
counter-reset: none; | ||
text-align: center; | ||
margin: 0; | ||
} | ||
div.cover h1 { | ||
.cover h1 { | ||
font-size: 2.5em; | ||
} | ||
div.cover .cover-logo { | ||
display: block; | ||
max-height: 200px; | ||
margin: 2rem auto; | ||
width: fit-content; | ||
} | ||
div.cover p { | ||
|
||
.cover p { | ||
margin: 0; | ||
margin-bottom: 0.3em; | ||
} | ||
|
||
div.cover .details { | ||
.cover__details { | ||
text-align: right; | ||
margin-top: auto; | ||
margin-left: auto; | ||
width: -webkit-fit-content; | ||
width: -moz-fit-content; | ||
width: fit-content; | ||
} | ||
|
||
div.cover .license { | ||
.cover__license { | ||
text-align: left; | ||
} | ||
div.cover .license-img { | ||
.cover__license-img { | ||
margin-top: 0.5rem; | ||
} | ||
div.cover .license-img img { | ||
.cover__license-img img { | ||
max-height: 50px; | ||
} | ||
|
||
.cover + h1 { | ||
margin-top: 1.6rem; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters