-
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.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
:root { | ||
--md-admonition-icon--dictionnary: url('data:image/svg+xml;charset=utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 22a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2h-6v7L9.5 7.5 7 9V2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12z"/></svg>') | ||
} | ||
|
||
.md-typeset .admonition.dictionnary, | ||
.md-typeset details.dictionnary { | ||
border-color: rgb(43, 155, 70); | ||
} | ||
|
||
.md-typeset .dictionnary>.admonition-title, | ||
.md-typeset .dictionnary>.summary { | ||
background-color: rgba(43, 155, 70, 0.1); | ||
border-color: rgb(43, 155, 70); | ||
} | ||
|
||
.md-typeset .dictionnary>.admonition-title::before, | ||
.md-typeset .dictionnary>summary::before { | ||
background-color: rgb(43, 155, 70); | ||
-webkit-mask-image: var(--md-admonition-icon--dictionnary); | ||
mask-image: var(--md-admonition-icon--dictionnary); | ||
} |
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; | ||
} |
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.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.