blob: 619377dc8ae522b006c4199b181d99887cf4853d [file] [log] [blame]
/* Asciidoctor default stylesheet | MIT License | http://asciidoctor.org */
@import url(https://fonts.googleapis.com/css?family=Noto+Sans);
@import "asciidoctor.css"; /* Default asciidoc style framework - important */
/* CUSTOMISATIONS */
/* Change the values in root for quick customisation. If you want even more fine grain... venture further. */
:root{
--maincolor:#FFFFFF;
--primarycolor:#009688; /* Teal 500 */
--secondarycolor:#ba3925;
--tertiarycolor: #186d7a;
--sidebarbackground:#004d40; /* Teal 900 */
--linkcolor:#80cbc4; /* Teal 200 */
--linkcoloralternate:#f44336;
--white:#FFFFFF;
--black:#000000;
}
body{font-family: "Noto Sans",sans-serif;}
#header{background-color:var(--primarycolor); padding:25px;max-width: none;}
#footer{background-color: var(--sidebarbackground);}
h1,h2,h3{background-color:var(--primarycolor);color:var(--white) !important;font-family:"Noto Sans",sans-serif;text-decoration:none;padding:10px;}
h4,h5,h6{color:var(--primarycolor);}
.title{color:var(--sidebarbackground) !important;font-family:"Noto Sans",sans-serif;font-style: normal; font-weight: normal;}
p{font-family: "Noto Sans",sans-serif ! important}
#toc.toc2 a:link{color:white;}
a {
text-decoration: none;
color: var(--linkcolor);
}
a:hover {
color: var(--sidebarbackground);
}
.quoteblock blockquote::before {
color: var(--linkcolor);
}
mark {
color: var(--white);
background-color: #80cbc4;
}
/* Card styling */
.sect1{border-bottom:1px solid grey;border-radius:8px;}
/* Table styles */
th{background-color: #80cbc4;color:#FFFFFF;}
#toc.toc2{background-color:var(--sidebarbackground);color:white !important;}
#toc.toc2.a{color:var(--white);}
#toc.toc2.a:active{color:var(--white) !important;}
#toc.toc2.a:visited{color:var(--white) !important;}
#toctitle{color:white;font-size: 16px;}
/* Responsiveness fixes */
video {
max-width: 100%;
}
@media all and (max-width: 600px) {
table {
width: 55vw!important;
font-size: 3vw;
}