| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258 |
- :root > * {
- --md-primary-fg-color: #338574;
- --md-primary-fg-color--light: #338574;
- --md-primary-fg-color--dark: #338574;
- --md-footer-bg-color: #353744;
- }
- .md-header__button.md-logo :is(img, svg) {
- width: unset !important;
- }
- .md-header__topic:first-child {
- font-weight: 400;
- }
- .md-typeset h4 {
- font-weight: 500 !important;
- margin: 0 !important;
- font-size: 1.1em !important;
- }
- .admonition {
- font-size: .74rem !important;
- }
- article {
- padding-bottom: 50px;
- }
- figure img, figure video {
- border-radius: 7px;
- }
- header {
- background: linear-gradient(150deg, rgba(51,133,116,1) 0%, rgba(86,189,168,1) 100%);
- }
- body[data-md-color-scheme="default"] header {
- filter: drop-shadow(0 5px 10px #ccc);
- }
- body[data-md-color-scheme="slate"] header {
- filter: drop-shadow(0 5px 10px #333);
- }
- body[data-md-color-scheme="default"] figure img,
- body[data-md-color-scheme="default"] figure video,
- body[data-md-color-scheme="default"] .screenshots img,
- body[data-md-color-scheme="default"] .screenshots video {
- filter: drop-shadow(3px 3px 3px #ccc);
- }
- body[data-md-color-scheme="slate"] figure img,
- body[data-md-color-scheme="slate"] figure video,
- body[data-md-color-scheme="slate"] .screenshots img,
- body[data-md-color-scheme="slate"] .screenshots video {
- filter: drop-shadow(3px 3px 3px #353744);
- }
- figure video {
- width: 100%;
- max-height: 450px;
- }
- .remove-md-box {
- background: none;
- border: none;
- margin: 0 auto;
- }
- .remove-md-box td {
- padding: 0 10px
- }
- /* Lightbox; thanks to https://yossiabramov.com/blog/vanilla-js-lightbox */
- .screenshots {
- text-align: center;
- }
- .screenshots img {
- max-height: 230px;
- max-width: 300px;
- margin: 3px;
- border-radius: 5px;
- filter: drop-shadow(2px 2px 2px #ddd);
- }
- .screenshots .nowrap {
- white-space: nowrap;
- }
- .lightbox {
- opacity: 0;
- visibility: hidden;
- position: fixed;
- left:0;
- right: 0;
- top: 0;
- bottom: 0;
- z-index: -1;
- display: flex;
- align-items: center;
- justify-content: center;
- transition: all 0.15s ease-in;
- }
- .lightbox.show {
- background-color: rgba(0,0,0, 0.75);
- opacity: 1;
- visibility: visible;
- z-index: 1000;
- }
- .lightbox img {
- max-width: 90%;
- max-height: 90%;
- filter: drop-shadow(5px 5px 10px #222);
- border-radius: 5px;
- }
- .lightbox .close-lightbox {
- cursor: pointer;
- position: absolute;
- top: 30px;
- right: 30px;
- width: 20px;
- height: 20px;
- }
- .lightbox .close-lightbox::after,
- .lightbox .close-lightbox::before {
- content: '';
- width: 3px;
- height: 20px;
- background-color: #ddd;
- position: absolute;
- border-radius: 5px;
- transform: rotate(45deg);
- }
- .lightbox .close-lightbox::before {
- transform: rotate(-45deg);
- }
- .lightbox .close-lightbox:hover::after,
- .lightbox .close-lightbox:hover::before {
- background-color: #fff;
- }
- @font-face {
- font-display: swap;
- font-family: "Roboto";
- font-style: normal;
- font-weight: 300;
- src: url("static/fonts/roboto-v30-latin-300.eot");
- src: url("static/fonts/roboto-v30-latin-300.eot?#iefix") format("embedded-opentype"), url("static/fonts/roboto-v30-latin-300.woff2") format("woff2"), url("static/fonts/roboto-v30-latin-300.woff") format("woff"),
- url("static/fonts/roboto-v30-latin-300.ttf") format("truetype"), url("static/fonts/roboto-v30-latin-300.svg#Roboto") format("svg");
- }
- @font-face {
- font-display: swap;
- font-family: "Roboto";
- font-style: italic;
- font-weight: 300;
- src: url("static/fonts/roboto-v30-latin-300italic.eot");
- src: url("static/fonts/roboto-v30-latin-300italic.eot?#iefix") format("embedded-opentype"), url("static/fonts/roboto-v30-latin-300italic.woff2") format("woff2"), url("static/fonts/roboto-v30-latin-300italic.woff") format("woff"),
- url("static/fonts/roboto-v30-latin-300italic.ttf") format("truetype"), url("static/fonts/roboto-v30-latin-300italic.svg#Roboto") format("svg");
- }
- @font-face {
- font-display: swap;
- font-family: "Roboto";
- font-style: normal;
- font-weight: 400;
- src: url("static/fonts/roboto-v30-latin-regular.eot");
- src: url("static/fonts/roboto-v30-latin-regular.eot?#iefix") format("embedded-opentype"), url("static/fonts/roboto-v30-latin-regular.woff2") format("woff2"), url("static/fonts/roboto-v30-latin-regular.woff") format("woff"),
- url("static/fonts/roboto-v30-latin-regular.ttf") format("truetype"), url("static/fonts/roboto-v30-latin-regular.svg#Roboto") format("svg");
- }
- @font-face {
- font-display: swap;
- font-family: "Roboto";
- font-style: italic;
- font-weight: 400;
- src: url("static/fonts/roboto-v30-latin-italic.eot");
- src: url("static/fonts/roboto-v30-latin-italic.eot?#iefix") format("embedded-opentype"), url("static/fonts/roboto-v30-latin-italic.woff2") format("woff2"), url("static/fonts/roboto-v30-latin-italic.woff") format("woff"),
- url("static/fonts/roboto-v30-latin-italic.ttf") format("truetype"), url("static/fonts/roboto-v30-latin-italic.svg#Roboto") format("svg");
- }
- @font-face {
- font-display: swap;
- font-family: "Roboto";
- font-style: normal;
- font-weight: 500;
- src: url("static/fonts/roboto-v30-latin-500.eot");
- src: url("static/fonts/roboto-v30-latin-500.eot?#iefix") format("embedded-opentype"), url("static/fonts/roboto-v30-latin-500.woff2") format("woff2"), url("static/fonts/roboto-v30-latin-500.woff") format("woff"),
- url("static/fonts/roboto-v30-latin-500.ttf") format("truetype"), url("static/fonts/roboto-v30-latin-500.svg#Roboto") format("svg");
- }
- @font-face {
- font-display: swap;
- font-family: "Roboto";
- font-style: italic;
- font-weight: 500;
- src: url("static/fonts/roboto-v30-latin-500italic.eot");
- src: url("static/fonts/roboto-v30-latin-500italic.eot?#iefix") format("embedded-opentype"), url("static/fonts/roboto-v30-latin-500italic.woff2") format("woff2"), url("static/fonts/roboto-v30-latin-500italic.woff") format("woff"),
- url("static/fonts/roboto-v30-latin-500italic.ttf") format("truetype"), url("static/fonts/roboto-v30-latin-500italic.svg#Roboto") format("svg");
- }
- @font-face {
- font-display: swap;
- font-family: "Roboto";
- font-style: normal;
- font-weight: 700;
- src: url("static/fonts/roboto-v30-latin-700.eot");
- src: url("static/fonts/roboto-v30-latin-700.eot?#iefix") format("embedded-opentype"), url("static/fonts/roboto-v30-latin-700.woff2") format("woff2"), url("static/fonts/roboto-v30-latin-700.woff") format("woff"),
- url("static/fonts/roboto-v30-latin-700.ttf") format("truetype"), url("static/fonts/roboto-v30-latin-700.svg#Roboto") format("svg");
- }
- @font-face {
- font-display: swap;
- font-family: "Roboto";
- font-style: italic;
- font-weight: 700;
- src: url("static/fonts/roboto-v30-latin-700italic.eot");
- src: url("static/fonts/roboto-v30-latin-700italic.eot?#iefix") format("embedded-opentype"), url("static/fonts/roboto-v30-latin-700italic.woff2") format("woff2"), url("static/fonts/roboto-v30-latin-700italic.woff") format("woff"),
- url("static/fonts/roboto-v30-latin-700italic.ttf") format("truetype"), url("static/fonts/roboto-v30-latin-700italic.svg#Roboto") format("svg");
- }
- @font-face {
- font-display: swap;
- font-family: "Roboto Mono";
- font-style: normal;
- font-weight: 400;
- src: url("static/fonts/roboto-mono-v22-latin-regular.eot");
- src: url("static/fonts/roboto-mono-v22-latin-regular.eot?#iefix") format("embedded-opentype"), url("static/fonts/roboto-mono-v22-latin-regular.woff2") format("woff2"),
- url("static/fonts/roboto-mono-v22-latin-regular.woff") format("woff"), url("static/fonts/roboto-mono-v22-latin-regular.ttf") format("truetype"), url("static/fonts/roboto-mono-v22-latin-regular.svg#RobotoMono") format("svg");
- }
- @font-face {
- font-display: swap;
- font-family: "Roboto Mono";
- font-style: italic;
- font-weight: 400;
- src: url("static/fonts/roboto-mono-v22-latin-italic.eot");
- src: url("static/fonts/roboto-mono-v22-latin-italic.eot?#iefix") format("embedded-opentype"), url("static/fonts/roboto-mono-v22-latin-italic.woff2") format("woff2"),
- url("static/fonts/roboto-mono-v22-latin-italic.woff") format("woff"), url("static/fonts/roboto-mono-v22-latin-italic.ttf") format("truetype"), url("static/fonts/roboto-mono-v22-latin-italic.svg#RobotoMono") format("svg");
- }
- @font-face {
- font-display: swap;
- font-family: "Roboto Mono";
- font-style: normal;
- font-weight: 700;
- src: url("static/fonts/roboto-mono-v22-latin-700.eot");
- src: url("static/fonts/roboto-mono-v22-latin-700.eot?#iefix") format("embedded-opentype"), url("static/fonts/roboto-mono-v22-latin-700.woff2") format("woff2"), url("static/fonts/roboto-mono-v22-latin-700.woff") format("woff"),
- url("static/fonts/roboto-mono-v22-latin-700.ttf") format("truetype"), url("static/fonts/roboto-mono-v22-latin-700.svg#RobotoMono") format("svg");
- }
- @font-face {
- font-display: swap;
- font-family: "Roboto Mono";
- font-style: italic;
- font-weight: 700;
- src: url("static/fonts/roboto-mono-v22-latin-700italic.eot");
- src: url("static/fonts/roboto-mono-v22-latin-700italic.eot?#iefix") format("embedded-opentype"), url("static/fonts/roboto-mono-v22-latin-700italic.woff2") format("woff2"),
- url("static/fonts/roboto-mono-v22-latin-700italic.woff") format("woff"), url("static/fonts/roboto-mono-v22-latin-700italic.ttf") format("truetype"), url("static/fonts/roboto-mono-v22-latin-700italic.svg#RobotoMono") format("svg");
- }
|