-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
- Loading branch information
There are no files selected for viewing
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
/* File dedicated to custom attributes */ | ||
/* Get more info here : https://pypi.org/project/mkdocs-custom-tags-attributes/ */ | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
/* UNCOMMENT THIS LINE TO ADD ANY BACKGROUND IN THE HEADER | ||
DONT FORGET TO EDIT THE URL | ||
.md-header, | ||
.md-nav--primary .md-nav__title[for="__drawer"] { | ||
background: var(--md-primary-fg-color) url(background_image_link_here&auto=format&fit=crop&w=1074&q=80) left center/cover no-repeat; | ||
} | ||
*/ | ||
|
||
.md-typeset details.wiki, | ||
.md-typeset .admonition.wiki { | ||
border-color: transparent; | ||
background-color: transparent; | ||
} | ||
|
||
.md-typeset .wiki>.admonition-title, | ||
.md-typeset .wiki>.summary { | ||
display: none; | ||
} | ||
|
||
.md-typeset .wiki>.admonition-title::before { | ||
background-color: transparent; | ||
-webkit-mask-image: var(--md-admonition-icon--grid); | ||
mask-image: var(--md-admonition-icon--grid); | ||
} | ||
|
||
.admonition.wiki { | ||
float: left; | ||
margin-right: 0.8rem; | ||
margin-top: 0; | ||
width: 11.7rem; | ||
} | ||
|
||
.admonition.wiki h1 { | ||
text-align: center; | ||
padding-top: 0.5em; | ||
margin-bottom: 0; | ||
} | ||
|
||
.admonition.wiki thead { | ||
display: none; | ||
} | ||
|
||
.admonition.wiki td:first-child { | ||
font-weight: 600; | ||
} | ||
|
||
.admonition.wiki table { | ||
border: 0; | ||
} | ||
|
||
@media screen and (min-width: 76.25em) { | ||
.md-nav__item--section { | ||
display: block; | ||
margin: 1.7em 0; | ||
} | ||
} | ||
|
||
.md-typeset .grid { | ||
grid-gap: .4rem; | ||
display: grid; | ||
grid-template-columns: repeat(auto-fit,minmax(12rem,1fr)); | ||
margin: 2em 0; | ||
} |