hugo-theme-relearn/static/css/theme.css

1477 lines
28 KiB
CSS
Raw Normal View History

@charset "UTF-8";
2018-11-29 08:34:55 +00:00
@import "tags.css";
@import "tabs.css";
2018-11-29 08:34:55 +00:00
@font-face {
font-family: 'Work Sans';
2016-03-25 18:10:51 +00:00
font-style: normal;
font-weight: 200;
src: url("../fonts/WorkSans-ExtraLight.woff") format("woff2"), url("../fonts/WorkSans-ExtraLight.woff") format("woff");
2016-03-25 18:10:51 +00:00
}
2022-02-10 23:59:40 +00:00
@font-face {
2016-03-25 18:10:51 +00:00
font-family: 'Work Sans';
font-style: normal;
font-weight: 300;
src: url("../fonts/WorkSans-Light.woff2") format("woff2"), url("../fonts/WorkSans-Light.woff") format("woff");
2016-03-25 18:10:51 +00:00
}
2022-02-10 23:59:40 +00:00
@font-face {
font-family: 'Work Sans';
font-style: normal;
font-weight: 400;
src: url("../fonts/WorkSans-Regular.woff2") format("woff2"), url("../fonts/WorkSans-Regular.woff") format("woff");
}
2022-02-10 23:59:40 +00:00
@font-face {
2016-03-25 18:10:51 +00:00
font-family: 'Work Sans';
font-style: normal;
font-weight: 500;
src: url("../fonts/WorkSans-Medium.woff2") format("woff2"), url("../fonts/WorkSans-Medium.woff") format("woff");
2016-03-25 18:10:51 +00:00
}
2022-02-10 23:59:40 +00:00
@font-face {
font-family: 'Work Sans';
font-style: normal;
font-weight: 600;
src: url("../fonts/WorkSans-Bold.woff2") format("woff2"), url("../fonts/WorkSans-Bold.woff") format("woff");
}
2022-02-10 23:59:40 +00:00
body {
2022-02-10 23:59:40 +00:00
background-color: #ffffff; /* var(--MAIN-BG-color) */
color: #101010; /* var(--MAIN-TEXT-color) */
font-family: "Work Sans", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
font-size: 16.25px;
font-weight: 300;
line-height: 1.574;
2016-03-25 18:10:51 +00:00
}
2022-02-10 23:59:40 +00:00
2016-03-25 18:10:51 +00:00
body #chapter h1 {
font-size: 3.5rem;
}
@media only all and (min-width: 48em) and (max-width: 59.938em) {
body #chapter h1 {
font-size: 3rem;
}
}
@media only all and (max-width: 47.938em) {
body #chapter h1 {
font-size: 2rem;
}
}
2022-02-10 23:59:40 +00:00
a,
#toc-menu {
color: #486ac9; /* var(--MAIN-LINK-color) */
2016-03-25 18:10:51 +00:00
}
2022-02-10 23:59:40 +00:00
a:hover,
#toc-menu:hover {
color: #134fbf; /* var(--MAIN-LINK-HOVER-color) */
2016-03-25 18:10:51 +00:00
}
2022-02-10 23:59:40 +00:00
pre {
2016-03-25 18:10:51 +00:00
position: relative;
}
2022-02-10 23:59:40 +00:00
b,
strong,
label,
th {
2016-03-25 18:10:51 +00:00
font-weight: 600;
}
2022-02-10 23:59:40 +00:00
2022-02-13 00:53:23 +00:00
.default-animation{
2016-03-25 18:10:51 +00:00
transition: all 0.5s ease;
}
2022-02-10 23:59:40 +00:00
2022-02-14 19:34:18 +00:00
#sidebar {
background-color: #282830; /* var(--MENU-SECTIONS-BG-color) */
2022-02-14 19:34:18 +00:00
bottom: 0;
display: flex;
flex-direction: column;
font-size: 15.25px;
left: 0;
line-height: 1.574;
position: fixed;
top: 0;
width: 300px;
}
#header-wrapper {
background-color: #7dc903; /* var(--MENU-HEADER-BG-color) */
color: #efefef; /* var(--MENU-SEARCH-color) */
2016-03-25 18:10:51 +00:00
text-align: center;
border-bottom: 4px solid #7dc903; /* var(--MENU-HEADER-BORDER-color) */
2016-03-25 18:10:51 +00:00
padding: 1rem;
position: relative;
2016-03-25 18:10:51 +00:00
}
2022-02-10 23:59:40 +00:00
2016-03-25 18:10:51 +00:00
#header a {
display: inline-block;
}
2022-02-10 23:59:40 +00:00
.searchbox {
border: 1px solid #efefef; /* var(--MENU-SEARCH-BOX-color) */
2016-03-25 18:10:51 +00:00
border-radius: 4px;
background-color: #3d414d; /* var(--MENU-SEARCH-BG-color) */
2022-02-10 23:59:40 +00:00
position: relative;
margin-top: 1rem;
2016-03-25 18:10:51 +00:00
}
2022-02-10 23:59:40 +00:00
2016-03-25 18:10:51 +00:00
.searchbox label {
2022-02-10 23:59:40 +00:00
color: rgba( 255, 255, 255, .8 );
position: absolute;
left: 10px;
2016-03-25 18:10:51 +00:00
top: 3px;
}
2022-02-10 23:59:40 +00:00
2016-03-25 18:10:51 +00:00
.searchbox span {
2022-02-10 23:59:40 +00:00
color: rgba( 255, 255, 255, .6 );
position: absolute;
right: 10px;
top: 3px;
2016-03-25 18:10:51 +00:00
cursor: pointer;
}
2022-02-10 23:59:40 +00:00
2016-03-25 18:10:51 +00:00
.searchbox span:hover {
2022-02-10 23:59:40 +00:00
color: rgba( 255, 255, 255, .9 );
2016-03-25 18:10:51 +00:00
}
2022-02-10 23:59:40 +00:00
2016-03-25 18:10:51 +00:00
.searchbox input {
display: inline-block;
width: 100%;
height: 30px;
background: transparent;
border: 0;
padding: 0 25px 0 30px;
margin: 0;
2016-03-25 18:10:51 +00:00
font-weight: 300;
}
2022-02-10 23:59:40 +00:00
2016-03-25 18:10:51 +00:00
.searchbox input:-ms-input-placeholder {
2022-02-10 23:59:40 +00:00
color: rgba( 255, 255, 255, .4 );
}
.searchbox input::placeholder {
color: rgba( 255, 255, 255, .4 );
2016-03-25 18:10:51 +00:00
}
2022-02-10 23:59:40 +00:00
2022-02-14 19:34:18 +00:00
#content-wrapper {
display: flex;
flex: 1;
flex-direction: column;
overflow: hidden;
2016-03-25 18:10:51 +00:00
}
2022-02-10 23:59:40 +00:00
2016-03-25 18:10:51 +00:00
#sidebar a {
color: #bababa; /* var(--MENU-SECTIONS-LINK-color) */
2016-03-25 18:10:51 +00:00
}
2022-02-10 23:59:40 +00:00
2016-03-25 18:10:51 +00:00
#sidebar a:hover {
color: #ffffff; /* var(--MENU-SECTIONS-LINK-HOVER-color) */
2016-03-25 18:10:51 +00:00
}
2022-02-10 23:59:40 +00:00
2016-03-25 18:10:51 +00:00
#sidebar a.padding {
padding: 0 1rem;
}
2022-02-10 23:59:40 +00:00
2016-03-25 18:10:51 +00:00
#sidebar ul {
list-style: none;
padding: 0;
2016-03-25 18:10:51 +00:00
margin: 0;
}
2022-02-10 23:59:40 +00:00
2016-03-25 18:10:51 +00:00
#sidebar ul.topics {
margin: 0 1rem;
}
2022-02-10 23:59:40 +00:00
2016-03-25 18:10:51 +00:00
#sidebar ul.topics.searched ul {
display: block;
}
2022-02-10 23:59:40 +00:00
2021-09-03 22:17:47 +00:00
#sidebar ul.topics ul {
2016-03-25 18:10:51 +00:00
display: none;
}
2022-02-10 23:59:40 +00:00
#sidebar ul.topics > li > ul > li:last-child {
2016-03-25 18:10:51 +00:00
padding-bottom: 1rem;
}
2022-02-10 23:59:40 +00:00
2016-03-25 18:10:51 +00:00
#sidebar ul.topics ul ul {
padding-bottom: 0;
}
2022-02-10 23:59:40 +00:00
2021-09-03 22:17:47 +00:00
#sidebar ul.topics li.parent > ul,
#sidebar ul.topics li.active > ul,
#sidebar ul.topics li.alwaysopen > ul {
2016-03-25 18:10:51 +00:00
display: block;
}
2022-02-10 23:59:40 +00:00
2016-03-25 18:10:51 +00:00
#sidebar ul.topics > li > a {
font-size: 1.1rem;
2022-02-10 23:59:40 +00:00
line-height: 2rem;
2016-03-25 18:10:51 +00:00
}
2022-02-10 23:59:40 +00:00
2016-03-25 18:10:51 +00:00
#sidebar ul.topics > li > a b {
font-weight: 400;
2022-02-10 23:59:40 +00:00
opacity: 0.5;
2016-03-25 18:10:51 +00:00
}
2022-02-10 23:59:40 +00:00
2016-03-25 18:10:51 +00:00
#sidebar ul.topics > li > a .fa {
margin-top: 9px;
}
2022-02-10 23:59:40 +00:00
#sidebar ul.topics > li.parent {
background-color: #202028; /* var(--MENU-SECTIONS-ACTIVE-BG-color) */
2016-03-25 18:10:51 +00:00
margin-left: -1rem;
margin-right: -1rem;
padding-left: 1rem;
padding-right: 1rem;
}
2022-02-10 23:59:40 +00:00
2016-03-25 18:10:51 +00:00
#sidebar ul li.active > a {
2022-02-10 23:59:40 +00:00
background-color: #ffffff; /* var(--MENU-SECTION-ACTIVE-CATEGORY-BG-color) */
color: #444444; /* var(--MENU-SECTION-ACTIVE-CATEGORY-color) */
2016-03-25 18:10:51 +00:00
margin-left: -1rem;
margin-right: -1rem;
padding-left: 1rem;
padding-right: 1rem;
}
2022-02-10 23:59:40 +00:00
2016-03-25 18:10:51 +00:00
#sidebar ul li {
padding: 0;
}
2022-02-10 23:59:40 +00:00
2016-03-25 18:10:51 +00:00
#sidebar ul li.visited + span {
margin-right: 16px;
}
2022-02-10 23:59:40 +00:00
2016-03-25 18:10:51 +00:00
#sidebar ul li a {
display: block;
padding: 2px 0;
}
2022-02-10 23:59:40 +00:00
2016-03-25 18:10:51 +00:00
#sidebar ul li a span {
2022-02-10 23:59:40 +00:00
display: block;
2016-03-25 18:10:51 +00:00
overflow: hidden;
2022-02-10 23:59:40 +00:00
text-overflow: ellipsis;
2016-03-25 18:10:51 +00:00
white-space: nowrap;
}
2022-02-10 23:59:40 +00:00
2016-03-25 18:10:51 +00:00
#sidebar ul li > a {
padding: 4px 0;
}
2022-02-10 23:59:40 +00:00
#sidebar ul li li {
padding-left: 1rem;
}
#sidebar ul.topics > li > a .read-icon {
margin-top: 9px;
}
#sidebar ul {
list-style: none;
margin: 0;
padding: 0;
}
#sidebar #shortcuts li {
list-style: none;
padding: 2px 0;
}
#sidebar ul li .read-icon {
display: none;
float: right;
font-size: 13px;
margin: 4px 0 0 0;
min-width: 16px;
text-align: right;
}
2016-03-25 18:10:51 +00:00
#sidebar ul li.visited > a .read-icon {
color: #506397; /* var(--MENU-VISITED-color) */
2016-03-25 18:10:51 +00:00
display: inline;
}
2022-02-10 23:59:40 +00:00
#sidebar .nav-title {
color: #ffffff; /* var(--MENU-SECTIONS-LINK-HOVER-color) */
2022-02-10 23:59:40 +00:00
font-size: 2rem;
font-weight: 200;
letter-spacing: -1px;
line-height: 110% !important;
margin: 1rem 0 1rem 0;
2016-03-25 18:10:51 +00:00
padding-left: 1rem;
2022-02-10 23:59:40 +00:00
text-rendering: optimizeLegibility;
text-transform: uppercase;
2016-03-25 18:10:51 +00:00
}
2022-02-10 23:59:40 +00:00
#sidebar .footermargin {
margin-top: auto;
}
#sidebar hr {
border-bottom: 1px solid #606060; /* var(--MENU-SECTION-HR-color) */
margin: 1.5rem 1rem 1rem 1rem;
}
#footer {
color: #bababa; /* var(--MENU-SECTIONS-LINK-color) */
}
#body {
2016-03-25 18:10:51 +00:00
margin-left: 300px;
min-height: 100%;
2022-02-10 23:59:40 +00:00
position: relative;
2016-03-25 18:10:51 +00:00
}
2022-02-10 23:59:40 +00:00
#body img,
#body .video-container {
display: block;
2022-02-10 23:59:40 +00:00
margin: 1.5rem auto;
2016-03-25 18:10:51 +00:00
text-align: center;
}
2022-02-10 23:59:40 +00:00
#body img.border,
#body .video-container.border {
border: 2px solid #e6e6e6;
2016-03-25 18:10:51 +00:00
padding: 2px;
}
2022-02-10 23:59:40 +00:00
#body img.shadow,
#body .video-container.shadow {
2022-02-15 19:00:00 +00:00
box-shadow: 0 10px 30px rgba( 216, 216, 216, .666 );
2016-03-25 18:10:51 +00:00
}
2022-02-10 23:59:40 +00:00
2017-01-27 15:37:22 +00:00
#body img.inline {
display: inline !important;
margin: 0 !important;
vertical-align: bottom;
}
2022-02-10 23:59:40 +00:00
2016-03-25 18:10:51 +00:00
#body .padding {
padding: 3rem 6rem;
}
@media only all and (max-width: 59.938em) {
#body .padding {
position: static;
2016-03-25 18:10:51 +00:00
padding: 15px 3rem;
}
}
@media only all and (max-width: 47.938em) {
#body .padding {
padding: 5px 1rem;
}
}
2022-02-10 23:59:40 +00:00
2016-03-25 18:10:51 +00:00
#body h1 + hr {
2021-09-28 22:02:34 +00:00
margin-bottom: 2rem;
2022-02-10 23:59:40 +00:00
margin-top: -1rem;
2016-03-25 18:10:51 +00:00
}
2022-02-10 23:59:40 +00:00
2016-03-25 18:10:51 +00:00
@media only all and (max-width: 59.938em) {
#body #navigation {
2022-02-10 23:59:40 +00:00
display: table;
2016-03-25 18:10:51 +00:00
margin-right: 0 !important;
2022-02-10 23:59:40 +00:00
position: static;
2016-03-25 18:10:51 +00:00
width: 100%;
}
}
2022-02-10 23:59:40 +00:00
2016-03-25 18:10:51 +00:00
#body .nav {
bottom: 0;
cursor: pointer;
display: table;
2022-02-10 23:59:40 +00:00
font-size: 50px;
height: 100%;
position: fixed;
2016-03-25 18:10:51 +00:00
text-align: center;
2022-02-10 23:59:40 +00:00
top: 0;
width: 4rem;
2016-03-25 18:10:51 +00:00
}
#body .nav > i {
display: table-cell;
text-align: center;
2022-02-10 23:59:40 +00:00
vertical-align: middle;
2016-03-25 18:10:51 +00:00
}
@media only all and (max-width: 59.938em) {
#body .nav {
display: table-cell;
height: 100px;
line-height: 100px;
2016-03-25 18:10:51 +00:00
padding-top: 0;
2022-02-10 23:59:40 +00:00
position: static;
text-align: center;
top: auto;
width: 50%;
2016-03-25 18:10:51 +00:00
}
#body .nav > i {
display: inline-block;
}
}
2022-02-10 23:59:40 +00:00
2016-03-25 18:10:51 +00:00
#body .nav:hover {
2022-02-10 23:59:40 +00:00
background-color: rgba( 134, 134, 134, .066 );
2016-03-25 18:10:51 +00:00
}
2022-02-10 23:59:40 +00:00
2016-03-25 18:10:51 +00:00
#body .nav.nav-pref {
left: 0;
}
2022-02-10 23:59:40 +00:00
2016-03-25 18:10:51 +00:00
#body .nav.nav-next {
margin-right: 0px;
2016-03-25 18:10:51 +00:00
right: 0;
}
/* we limit width if we have large screens */
@media screen and ( min-width: 1300px ){ /* #sidebar/width + ./max-width */
#body #body-inner {
margin: auto;
2022-02-10 23:59:40 +00:00
max-width: 1000px;
}
}
#chapter {
2016-03-25 18:10:51 +00:00
align-items: center;
2022-02-10 23:59:40 +00:00
display: flex;
2016-03-25 18:10:51 +00:00
height: 100%;
2022-02-10 23:59:40 +00:00
justify-content: center;
2016-03-25 18:10:51 +00:00
padding: 2rem 0;
}
2022-02-10 23:59:40 +00:00
2016-03-25 18:10:51 +00:00
#chapter #body-inner {
max-width: 80%;
}
2022-02-10 23:59:40 +00:00
2021-10-30 21:36:29 +00:00
#chapter #body-inner h3:first-child {
font-weight: 200;
2016-03-25 18:10:51 +00:00
text-align: center;
}
2022-02-10 23:59:40 +00:00
2016-03-25 18:10:51 +00:00
#chapter h1 {
2022-02-10 23:59:40 +00:00
border-bottom: 4px solid rgba( 134, 134, 134, .125 );
font-size: 5rem;
2016-03-25 18:10:51 +00:00
}
2022-02-10 23:59:40 +00:00
2016-03-25 18:10:51 +00:00
#chapter p {
font-size: 1.2rem;
2022-02-10 23:59:40 +00:00
text-align: justify;
2016-03-25 18:10:51 +00:00
}
2022-02-10 23:59:40 +00:00
h2, h3, h4, h5, h6 {
color: #444753; /* var(--MAIN-TITLES-TEXT-color) */
2016-03-25 18:10:51 +00:00
font-family: "Work Sans", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
letter-spacing: -1px;
2022-02-10 23:59:40 +00:00
text-rendering: optimizeLegibility;
2016-03-25 18:10:51 +00:00
}
2022-02-10 23:59:40 +00:00
h1 {
font-family: "Work Sans", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
font-weight: 200;
2016-03-25 18:10:51 +00:00
text-align: center;
text-transform: uppercase;
}
2022-02-10 23:59:40 +00:00
blockquote {
2022-02-10 23:59:40 +00:00
border-left: 10px solid rgba( 134, 134, 134, .4 );
2016-03-25 18:10:51 +00:00
}
2022-02-10 23:59:40 +00:00
2016-03-25 18:10:51 +00:00
blockquote p {
2022-02-10 23:59:40 +00:00
font-size: 105%;
font-style: italic;
opacity: .75;
text-align: justify;
2016-03-25 18:10:51 +00:00
}
2022-02-10 23:59:40 +00:00
2016-03-25 18:10:51 +00:00
blockquote cite {
display: block;
2022-02-10 23:59:40 +00:00
font-weight: bold;
opacity: .5;
padding-top: .5em;
text-align: right;
2016-03-25 18:10:51 +00:00
}
2022-02-10 23:59:40 +00:00
div.notices {
2022-02-08 18:51:48 +00:00
background-color: #eaeaea;
2022-02-10 23:59:40 +00:00
border-color: rgba( 80, 80, 80, .8 );
border-top-style: solid;
2022-02-10 23:59:40 +00:00
border-top-width: 2rem;
color: #323232;
-webkit-print-color-adjust: exact;
color-adjust: exact;
2021-09-28 22:02:34 +00:00
margin: 1.5rem 0;
padding-bottom: .1px;
padding-left: 1rem;
padding-right: 1rem;
2016-03-25 18:10:51 +00:00
}
2022-02-10 23:59:40 +00:00
2022-02-08 18:51:48 +00:00
div.notices > div.label:first-child:before {
content: "";
}
2022-02-10 23:59:40 +00:00
div.notices > div.label {
2022-02-10 23:59:40 +00:00
color: #ffffff;
font-weight: 500;
margin-bottom: 1rem;
margin-top: -1.75rem;
}
2022-02-10 23:59:40 +00:00
div.notices > div.label:first-child:before {
2018-02-19 11:10:41 +00:00
font-family: "Font Awesome 5 Free";
font-weight: 900;
2016-03-25 18:10:51 +00:00
}
2022-02-10 23:59:40 +00:00
div.notices.info {
2022-02-08 18:51:48 +00:00
background-color: #e5f0ff;
2022-02-10 23:59:40 +00:00
border-color: rgba( 48, 117, 229, .8 );
2016-03-25 18:10:51 +00:00
}
2022-02-10 23:59:40 +00:00
div.notices.info > div.label:first-child:before {
content: "\f05a";
2022-02-10 23:59:40 +00:00
margin-left: -.15rem;
margin-right: .35rem;
}
2022-02-10 23:59:40 +00:00
div.notices.warning {
2022-02-08 18:51:48 +00:00
background-color: #ffe5e5;
2022-02-10 23:59:40 +00:00
border-color: rgba( 224, 62, 62, .8 );
2016-03-25 18:10:51 +00:00
}
2022-02-10 23:59:40 +00:00
div.notices.warning > div.label:first-child:before {
content: "\f071";
2022-02-10 23:59:40 +00:00
margin-left: -.15rem;
margin-right: .35rem;
}
2022-02-10 23:59:40 +00:00
div.notices.note {
2022-02-08 18:51:48 +00:00
background-color: #ffedd5;
2022-02-10 23:59:40 +00:00
border-color: rgba( 237, 153, 9, .8 );
2016-03-25 18:10:51 +00:00
}
2022-02-10 23:59:40 +00:00
div.notices.note > div.label:first-child:before {
content: "\f06a";
2022-02-10 23:59:40 +00:00
margin-left: -.15rem;
margin-right: .35rem;
}
2022-02-10 23:59:40 +00:00
div.notices.tip {
2022-02-08 18:51:48 +00:00
background-color: #e2fce0;
2022-02-10 23:59:40 +00:00
border-color: rgba( 42, 178, 24, .8 );
2016-03-25 18:10:51 +00:00
}
2022-02-10 23:59:40 +00:00
div.notices.tip > div.label:first-child:before {
content: "\f0eb";
2022-02-10 23:59:40 +00:00
margin-left: -.15rem;
margin-right: .35rem;
}
2017-08-01 20:25:17 +00:00
2017-08-01 20:37:40 +00:00
/* attachments shortcode */
div.attachments {
border-top-style: solid;
2022-02-10 23:59:40 +00:00
border-top-width: 2rem;
color: #323232;
-webkit-print-color-adjust: exact;
color-adjust: exact;
2021-09-28 22:02:34 +00:00
margin: 1.5rem 0;
2022-02-10 23:59:40 +00:00
padding-bottom: .1px;
padding-left: 1rem;
padding-right: 1rem;
2017-08-01 20:25:17 +00:00
}
div.attachments > div.label {
2022-02-10 23:59:40 +00:00
color: #ffffff;
font-weight: 500;
margin-bottom: 1rem;
margin-top: -1.75rem;
}
div.attachments > div.label:first-child:before {
2022-02-10 23:59:40 +00:00
content: "\f0c6";
font-family: "Font Awesome 5 Free";
font-weight: 900;
margin-left: -.35rem;
margin-right: .35rem;
2017-08-01 20:25:17 +00:00
}
div.attachments .attachments-files {
2017-08-01 20:25:17 +00:00
display: block;
font-size: 1rem;
margin-bottom: 0rem;
2022-02-10 23:59:40 +00:00
margin-top: -1rem;
padding: 1rem;
2017-08-01 20:25:17 +00:00
}
div.attachments.orange {
2022-02-08 18:51:48 +00:00
background-color: #ffedd5;
2022-02-10 23:59:40 +00:00
border-color: rgba( 237, 153, 9, .8 );
2017-08-01 20:25:17 +00:00
}
div.attachments.green {
2022-02-08 18:51:48 +00:00
background-color: #e2fce0;
2022-02-10 23:59:40 +00:00
border-color: rgba( 42, 178, 24, .8 );
2017-08-01 20:25:17 +00:00
}
div.attachments.red {
2022-02-08 18:51:48 +00:00
background-color: #ffe5e5;
2022-02-10 23:59:40 +00:00
border-color: rgba( 224, 62, 62, .8 );
2017-08-01 20:25:17 +00:00
}
div.attachments.blue {
2022-02-08 18:51:48 +00:00
background-color: #e5f0ff;
2022-02-10 23:59:40 +00:00
border-color: rgba( 48, 117, 229, .8 );
2017-08-01 20:25:17 +00:00
}
div.attachments.grey {
2022-02-08 18:51:48 +00:00
background-color: #eaeaea;
2022-02-10 23:59:40 +00:00
border-color: rgba( 80, 80, 80, .8 );
2017-08-01 20:25:17 +00:00
}
div.attachments.neutral {
background-color: transparent;
2022-02-10 23:59:40 +00:00
border-color: transparent;
2017-08-01 20:25:17 +00:00
}
2022-02-10 23:59:40 +00:00
div.attachments.neutral > div.label {
2022-02-10 23:59:40 +00:00
color: #5e5e5e;
2017-08-01 20:25:17 +00:00
}
2017-08-01 20:37:40 +00:00
/* Children shortcode */
2022-02-10 23:59:40 +00:00
2017-08-01 20:37:40 +00:00
.children p {
font-size: small;
margin-bottom: 0px;
2022-02-10 23:59:40 +00:00
margin-top: 0px;
2017-08-01 20:37:40 +00:00
padding-bottom: 0px;
2022-02-10 23:59:40 +00:00
padding-top: 0px;
2017-08-01 20:37:40 +00:00
}
2022-02-10 23:59:40 +00:00
2017-08-01 20:37:40 +00:00
.children-li p {
font-size: small;
font-style: italic;
}
2022-02-10 23:59:40 +00:00
.children-h2 p,
.children-h3 p {
2017-08-01 20:37:40 +00:00
font-size: small;
margin-bottom: 0px;
2022-02-10 23:59:40 +00:00
margin-top: 0px;
2017-08-01 20:37:40 +00:00
padding-bottom: 0px;
2022-02-10 23:59:40 +00:00
padding-top: 0px;
2017-08-01 20:37:40 +00:00
}
2022-02-10 23:59:40 +00:00
#body-inner .children h2,
#body-inner .children h3,
#body-inner .children h4,
#body-inner .children h5,
#body-inner .children h6 {
2021-10-31 09:34:32 +00:00
margin-bottom: 0;
margin-top: 1rem;
2017-08-01 20:37:40 +00:00
}
#body-inner ul.children-h2,
#body-inner ul.children-h3,
#body-inner ul.children-h4,
#body-inner ul.children-h5,
#body-inner ul.children-h6 {
/* if we display children with style=h2 but without a containerstyle
a ul will be used for structuring; we remove default indention for uls
in this case */
padding-inline-start: 0;
}
2017-08-01 20:37:40 +00:00
2022-02-10 23:59:40 +00:00
code,
kbd,
pre,
samp {
2016-03-25 18:10:51 +00:00
font-family: "Consolas", menlo, monospace;
font-size: 92%;
vertical-align: baseline;
2016-03-25 18:10:51 +00:00
}
2022-02-10 23:59:40 +00:00
code {
2022-02-10 23:59:40 +00:00
background-color: #fffae9; /* var(--CODE-INLINE-BG-color) */
border: 1px solid #f8e8c8; /* var(--CODE-INLINE-BORDER-color) */
2016-03-25 18:10:51 +00:00
border-radius: 2px;
2022-02-10 23:59:40 +00:00
color: #5e5e5e; /* var(--CODE-INLINE-color) */
-webkit-print-color-adjust: economy;
color-adjust: economy;
padding-left: 2px;
padding-right: 2px;
2016-03-25 18:10:51 +00:00
white-space: nowrap;
}
2022-02-10 23:59:40 +00:00
code.copy-to-clipboard-inline {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
border-right-width: 0;
2016-03-25 18:10:51 +00:00
}
2022-02-10 23:59:40 +00:00
pre {
background-color: #f8f8f8; /* var(--CODE-BLOCK-BG-color) */
border: 1px solid #d8d8d8; /* var(--CODE-BLOCK-BORDER-color) */
2016-03-25 18:10:51 +00:00
border-radius: 2px;
color: #000000; /* var(--CODE-BLOCK-color) */
-webkit-print-color-adjust: economy;
color-adjust: economy;
2016-03-25 18:10:51 +00:00
line-height: 1.15;
padding: 1rem;
2016-03-25 18:10:51 +00:00
}
2022-02-10 23:59:40 +00:00
2016-03-25 18:10:51 +00:00
pre code {
background-color: inherit;
color: inherit;
-webkit-print-color-adjust: economy;
color-adjust: economy;
border: 0;
2016-03-25 18:10:51 +00:00
font-size: 15px;
margin: 0;
padding: 0;
white-space: inherit;
2016-03-25 18:10:51 +00:00
}
2022-02-10 23:59:40 +00:00
hr {
2022-02-10 23:59:40 +00:00
border-bottom: 4px solid rgba( 134, 134, 134, .125 );
2016-03-25 18:10:51 +00:00
}
2022-02-10 23:59:40 +00:00
#body-inner pre {
2016-03-25 18:10:51 +00:00
white-space: pre-wrap;
}
2022-02-10 23:59:40 +00:00
#body-inner h1,
#body-inner h2,
#body-inner h3,
#body-inner h4,
#body-inner h5,
#body-inner h6 {
/* big titles cause a horizontal scrollbar - fixing this by wrapping text */
overflow-wrap: break-word;
2022-02-10 23:59:40 +00:00
overflow-x: hidden;
}
table {
2022-02-10 23:59:40 +00:00
border: 1px solid rgba( 134, 134, 134, .333 );
2021-08-27 13:42:41 +00:00
margin-bottom: 1rem;
margin-top: 1rem;
2016-03-25 18:10:51 +00:00
table-layout: auto;
}
2022-02-10 23:59:40 +00:00
th,
thead td {
background-color: rgba( 134, 134, 134, .166 );
border: 1px solid rgba( 134, 134, 134, .333 );
-webkit-print-color-adjust: exact;
color-adjust: exact;
2021-08-27 20:17:19 +00:00
padding: 0.5rem;
2016-03-25 18:10:51 +00:00
}
2022-02-10 23:59:40 +00:00
td {
2022-02-10 23:59:40 +00:00
border: 1px solid rgba( 134, 134, 134, .333 );
padding: 0.5rem;
2016-03-25 18:10:51 +00:00
}
2022-02-10 23:59:40 +00:00
.tooltipped {
2016-03-25 18:10:51 +00:00
position: relative;
}
2022-02-15 19:00:00 +00:00
.tooltipped:after {
2022-02-15 19:00:00 +00:00
background: rgba(0, 0, 0, 0.8);
border: 1px solid #777;
2022-02-15 19:00:00 +00:00
border-radius: 3px;
color: #fff;
content: attr(aria-label);
2016-03-25 18:10:51 +00:00
display: none;
font: normal normal 11px/1.5 "Work Sans", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
2022-02-15 19:00:00 +00:00
-webkit-font-smoothing: subpixel-antialiased;
letter-spacing: normal;
padding: 5px 8px;
pointer-events: none;
position: absolute;
2016-03-25 18:10:51 +00:00
text-align: center;
text-decoration: none;
text-shadow: none;
text-transform: none;
white-space: pre;
2022-02-15 19:00:00 +00:00
word-wrap: break-word;
z-index: 1000000;
2016-03-25 18:10:51 +00:00
}
2022-02-15 19:00:00 +00:00
.tooltipped:before {
2022-02-15 19:00:00 +00:00
border: 5px solid transparent;
color: rgba(0, 0, 0, 0.8);
content: "";
2016-03-25 18:10:51 +00:00
display: none;
height: 0;
pointer-events: none;
2022-02-15 19:00:00 +00:00
position: absolute;
width: 0;
z-index: 1000001;
2016-03-25 18:10:51 +00:00
}
2022-02-15 19:00:00 +00:00
.tooltipped:hover:before,
.tooltipped:hover:after,
.tooltipped:active:before,
.tooltipped:active:after,
.tooltipped:focus:before,
.tooltipped:focus:after {
2016-03-25 18:10:51 +00:00
display: inline-block;
text-decoration: none;
}
2022-02-15 19:00:00 +00:00
.tooltipped-s:after,
.tooltipped-se:after,
.tooltipped-sw:after {
2016-03-25 18:10:51 +00:00
margin-top: 5px;
right: 50%;
2022-02-15 19:00:00 +00:00
top: 100%;
}
.tooltipped-s:before,
.tooltipped-se:before,
.tooltipped-sw:before {
border-bottom-color: rgba(0, 0, 0, 0.8);
2016-03-25 18:10:51 +00:00
bottom: -5px;
margin-right: -5px;
2022-02-15 19:00:00 +00:00
right: 50%;
top: auto;
2016-03-25 18:10:51 +00:00
}
2022-02-15 19:00:00 +00:00
.tooltipped-se:after {
2016-03-25 18:10:51 +00:00
left: 50%;
margin-left: -15px;
2022-02-15 19:00:00 +00:00
right: auto;
2016-03-25 18:10:51 +00:00
}
2022-02-15 19:00:00 +00:00
.tooltipped-sw:after {
2016-03-25 18:10:51 +00:00
margin-right: -15px;
}
2022-02-15 19:00:00 +00:00
.tooltipped-n:after,
.tooltipped-ne:after,
.tooltipped-nw:after {
2016-03-25 18:10:51 +00:00
bottom: 100%;
margin-bottom: 5px;
right: 50%;
2022-02-15 19:00:00 +00:00
}
.tooltipped-n:before,
.tooltipped-ne:before,
.tooltipped-nw:before {
border-top-color: rgba(0, 0, 0, 0.8);
2016-03-25 18:10:51 +00:00
bottom: auto;
margin-right: -5px;
2022-02-15 19:00:00 +00:00
right: 50%;
top: -5px;
2016-03-25 18:10:51 +00:00
}
2022-02-15 19:00:00 +00:00
.tooltipped-ne:after {
2016-03-25 18:10:51 +00:00
left: 50%;
margin-left: -15px;
2022-02-15 19:00:00 +00:00
right: auto;
2016-03-25 18:10:51 +00:00
}
2022-02-15 19:00:00 +00:00
.tooltipped-nw:after {
2016-03-25 18:10:51 +00:00
margin-right: -15px;
}
2022-02-15 19:00:00 +00:00
.tooltipped-s:after,
.tooltipped-n:after {
2016-03-25 18:10:51 +00:00
transform: translateX(50%);
}
2022-02-15 19:00:00 +00:00
.tooltipped-w:after {
2016-03-25 18:10:51 +00:00
bottom: 50%;
margin-right: 5px;
2022-02-15 19:00:00 +00:00
right: 100%;
2016-03-25 18:10:51 +00:00
transform: translateY(50%);
}
2022-02-15 19:00:00 +00:00
.tooltipped-w:before {
2022-02-15 19:00:00 +00:00
border-left-color: rgba(0, 0, 0, 0.8);
2016-03-25 18:10:51 +00:00
bottom: 50%;
left: -5px;
margin-top: -5px;
2022-02-15 19:00:00 +00:00
top: 50%;
2016-03-25 18:10:51 +00:00
}
2022-02-15 19:00:00 +00:00
.tooltipped-e:after {
2016-03-25 18:10:51 +00:00
bottom: 50%;
left: 100%;
margin-left: 5px;
transform: translateY(50%);
}
2022-02-15 19:00:00 +00:00
.tooltipped-e:before {
2022-02-15 19:00:00 +00:00
border-right-color: rgba(0, 0, 0, 0.8);
2016-03-25 18:10:51 +00:00
bottom: 50%;
margin-top: -5px;
2022-02-15 19:00:00 +00:00
right: -5px;
top: 50%;
2016-03-25 18:10:51 +00:00
}
2022-02-10 23:59:40 +00:00
.highlightable {
padding: 1rem 0 1rem;
2016-03-25 18:10:51 +00:00
position: relative;
}
2022-02-10 23:59:40 +00:00
.lightbox-active #body {
2016-03-25 18:10:51 +00:00
overflow: visible;
}
2022-02-10 23:59:40 +00:00
2016-03-25 18:10:51 +00:00
.lightbox-active #body .padding {
overflow: visible;
}
2022-02-10 23:59:40 +00:00
.featherlight img {
2016-03-25 18:10:51 +00:00
margin: 0 !important;
}
2022-02-10 23:59:40 +00:00
#top-bar {
2022-02-10 23:59:40 +00:00
background-color: #ffffff; /* var(--MAIN-BG-color) */
2016-03-25 18:10:51 +00:00
border-radius: 2px;
height: 0;
min-height: 3rem;
2022-02-10 23:59:40 +00:00
position: sticky;
top: 0;
z-index: 999;
}
#top-bar > div {
background-color: rgba( 134, 134, 134, .066 );
padding: 0 1rem;
height: 100%;
}
#top-bar.is-sticky {
2022-02-15 19:00:00 +00:00
box-shadow: 1px 2px 5px 1px rgba( 134, 134, 134, .2 );
2016-03-25 18:10:51 +00:00
}
2022-02-10 23:59:40 +00:00
#top-github-link {
2016-03-25 18:10:51 +00:00
display: block;
2022-02-10 23:59:40 +00:00
float: right;
z-index: 1;
2016-03-25 18:10:51 +00:00
}
2022-02-10 23:59:40 +00:00
#top-github-link,
#body #breadcrumbs {
2022-02-10 23:59:40 +00:00
position: relative;
top: 50%;
transform: translateY(-50%);
}
#body #breadcrumbs {
display: inline-block;
float: left;
2016-03-25 18:10:51 +00:00
height: auto;
line-height: 1.4;
2022-02-10 23:59:40 +00:00
margin-bottom: 0;
overflow: hidden;
2022-02-10 23:59:40 +00:00
padding-left: 0;
text-overflow: ellipsis;
2022-02-10 23:59:40 +00:00
white-space: nowrap;
width: 70%;
2016-03-25 18:10:51 +00:00
}
2022-02-10 23:59:40 +00:00
2022-02-14 19:34:18 +00:00
#sidebar-toggle-span {
display: none;
}
2022-02-14 22:59:06 +00:00
2022-02-14 19:34:18 +00:00
@media only all and (max-width: 47.938em) {
#sidebar-toggle-span {
display: inline;
}
}
2016-03-25 18:10:51 +00:00
#body #breadcrumbs span {
padding: 0 0.1rem;
}
2022-02-10 23:59:40 +00:00
#body #breadcrumbs .links {
display: inline;
padding: 0 0.1rem;
}
#body #breadcrumbs .links * {
display: inline-block;
padding: 0;
}
2022-02-10 23:59:40 +00:00
#body #breadcrumbs .links meta {
display: none;
}
2022-02-10 23:59:40 +00:00
#body #breadcrumbs .links li:last-of-type {
cursor: text;
}
2022-02-10 23:59:40 +00:00
a[aria-disabled="true"] {
color: inherit;
pointer-events: none;
text-decoration: none;
}
2022-02-10 23:59:40 +00:00
@media only all and (max-width: 59.938em) {
2016-03-25 18:10:51 +00:00
#sidebar {
width: 230px;
}
#body {
margin-left: 230px;
}
}
@media only all and (max-width: 47.938em) {
2016-03-25 18:10:51 +00:00
#sidebar {
left: -230px;
2022-02-10 23:59:40 +00:00
width: 230px;
2016-03-25 18:10:51 +00:00
}
#body {
margin-left: 0;
width: 100%;
}
.sidebar-hidden {
overflow: hidden;
}
.sidebar-hidden #sidebar {
2016-03-25 18:10:51 +00:00
left: 0;
}
.sidebar-hidden #body {
2016-03-25 18:10:51 +00:00
margin-left: 230px;
overflow: hidden;
}
.sidebar-hidden #overlay {
2022-02-14 22:59:06 +00:00
background-color: rgba(134, 134, 134, 0.5);
2022-02-10 23:59:40 +00:00
bottom: 0;
cursor: pointer;
2016-03-25 18:10:51 +00:00
left: 0;
2022-02-10 23:59:40 +00:00
position: absolute;
2016-03-25 18:10:51 +00:00
right: 0;
top: 0;
z-index: 10;
}
}
2022-02-10 23:59:40 +00:00
.copy-to-clipboard {
2022-02-10 23:59:40 +00:00
background-color: #fffae9; /* var(--CODE-INLINE-BG-color) */
border: 1px solid #f8e8c8; /* var(--CODE-INLINE-BORDER-color) */
border-radius: 0 2px 2px 0;
2022-02-10 23:59:40 +00:00
color: #5e5e5e; /* var(--CODE-INLINE-color) */
cursor: pointer;
font-family: "Consolas", menlo, monospace;
font-size: 92%;
padding-left: 22px;
2016-03-25 18:10:51 +00:00
}
2022-02-10 23:59:40 +00:00
.copy-to-clipboard:before {
content: "\f0c5";
font-family: "Font Awesome 5 Free";
font-size: 92%;
font-weight: 500;
margin-left: -22px;
}
.copy-to-clipboard-inline + .copy-to-clipboard:before {
padding-left: 5px;
padding-right: 5px;
}
2016-03-25 18:10:51 +00:00
.copy-to-clipboard:hover {
2022-02-10 23:59:40 +00:00
background-color: #5e5e5e; /* var(--CODE-INLINE-color) */
color: #fffae9; /* var(--CODE-INLINE-BG-color) */
2016-03-25 18:10:51 +00:00
}
2022-02-10 23:59:40 +00:00
/* using our MAIN-TEXT and MAIN-BG colors here hopefully asserts for enough contrast */
2016-03-25 18:10:51 +00:00
pre .copy-to-clipboard {
2022-02-10 23:59:40 +00:00
background-color: #ffffff; /* var(--MAIN-BG-color) */
border-color: #101010; /* var(--MAIN-TEXT-color) */
border-radius: 2px;
color: #101010; /* var(--MAIN-TEXT-color) */
2022-02-10 23:59:40 +00:00
font-size: 120%;
opacity: .5;
padding: 5px 3px 5px 25px;
position: absolute;
right: 4px;
top: 4px;
2016-03-25 18:10:51 +00:00
}
2022-02-10 23:59:40 +00:00
pre .copy-to-clipboard:hover {
background-color: #101010; /* var(--MAIN-TEXT-color) */
2022-02-10 23:59:40 +00:00
color: #ffffff; /* var(--MAIN-BG-color) */
opacity: .5;
2017-08-02 21:39:49 +00:00
}
2022-02-10 23:59:40 +00:00
#homelinks {
background-color: #7dc903; /* var(--MENU-HEADER-BORDER-color) */
border-bottom: 4px solid #7dc903; /* var(--MENU-HEADER-BORDER-color) */
2022-02-10 23:59:40 +00:00
padding: 7px 0;
}
2022-02-10 23:59:40 +00:00
#homelinks a {
color: #323232 /* var(--MENU-HOME-LINK-color) */
2017-08-02 21:39:49 +00:00
}
2022-02-10 23:59:40 +00:00
#homelinks a:hover {
color: #808080 /* var(--MENU-HOME-LINK-HOVER-color) */;
}
2019-11-15 10:43:44 +00:00
option {
color: initial;
}
2021-07-16 21:07:15 +00:00
2021-08-27 16:21:12 +00:00
.expand{
margin-bottom: 1rem;
margin-top: 1rem;
}
2021-07-16 21:07:15 +00:00
.expand-label {
cursor: pointer;
}
.expand-label > .fas {
font-size: .8rem;
width: .6rem;
}
/* expander collapsed, default */
.expand > .expand-label > .fa-chevron-down {
display: none;
}
.expand > .expand-label > .fa-chevron-right {
display: inline-block;
}
/* expander expanded, controlled by expand.html */
.expand.expand-expanded > .expand-label > .fa-chevron-down {
display: inline-block;
}
.expand.expand-expanded > .expand-label > .fa-chevron-right {
display: none;
}
/* expander expand collapsed marked, must override logic of expand.html, controlled by relearn.js */
.expand:not(.expand-expanded).expand-marked > .expand-label > .fa-chevron-down {
display: inline-block;
}
.expand:not(.expand-expanded).expand-marked > .expand-label > .fa-chevron-right {
display: none;
}
.expand:not(.expand-expanded).expand-marked > .expand-content {
/* this will disable jquery's animation */
display: block !important;
2021-07-16 21:07:15 +00:00
}
#body footer.footline{
margin-top: 2rem;
}
2021-08-27 16:21:12 +00:00
.mermaid {
margin-bottom: 1.7rem;
margin-top: 1.7rem;
}
.mermaid > svg {
border: 1px solid transparent;
cursor: pointer;
/* remove inline height from generated diagram */
height: initial !important;
}
2022-02-10 23:59:40 +00:00
.mermaid > svg:hover {
2022-02-15 19:00:00 +00:00
border-color: rgba( 134, 134, 134, .333 );
}
.include.hide-first-heading h1:first-of-type,
.include.hide-first-heading h2:first-of-type,
.include.hide-first-heading h3:first-of-type,
.include.hide-first-heading h4:first-of-type,
.include.hide-first-heading h5:first-of-type,
.include.hide-first-heading h6:first-of-type {
display: none;
}
.include.hide-first-heading h1 + h2:first-of-type,
.include.hide-first-heading h1 + h3:first-of-type,
.include.hide-first-heading h2 + h3:first-of-type,
.include.hide-first-heading h1 + h4:first-of-type,
.include.hide-first-heading h2 + h4:first-of-type,
.include.hide-first-heading h3 + h4:first-of-type,
.include.hide-first-heading h1 + h5:first-of-type,
.include.hide-first-heading h2 + h5:first-of-type,
.include.hide-first-heading h3 + h5:first-of-type,
.include.hide-first-heading h4 + h5:first-of-type,
.include.hide-first-heading h1 + h6:first-of-type,
.include.hide-first-heading h2 + h6:first-of-type,
.include.hide-first-heading h3 + h6:first-of-type,
.include.hide-first-heading h4 + h6:first-of-type,
.include.hide-first-heading h5 + h6:first-of-type {
display: block;
}
2022-02-10 23:59:40 +00:00
#body a.highlight,
#body a.highlight:hover,
#body a.highlight:focus {
outline-style: none;
text-decoration: none;
}
2022-02-10 23:59:40 +00:00
#body a.highlight {
display: inline-block;
2022-02-10 23:59:40 +00:00
line-height: 1.1;
}
2022-02-10 23:59:40 +00:00
#body a.highlight:after {
background-color: #486ac9; /* var(--MAIN-LINK-color) */
content: "";
2022-02-10 23:59:40 +00:00
display: block;
height: 1px;
width: 0%;
transition: width 0.5s ease;
}
2022-02-10 23:59:40 +00:00
#body a.highlight:hover:after,
#body a.highlight:focus:after {
width: 100%;
}
#body #sidebar-toggle-span a.highlight:after,
#body #top-github-link a.highlight:after {
2022-02-14 22:59:06 +00:00
background-color: transparent;
}
2022-02-15 19:00:00 +00:00
/* Table of contents */
.progress {
2022-02-15 19:00:00 +00:00
background-color: #ffffff; /* var(--MAIN-BG-color) */
border: thin solid rgba( 134, 134, 134, .166 );
box-shadow: 1px 2px 5px 1px rgba( 134, 134, 134, .2 );
display: none;
position: absolute;
2022-02-10 23:59:40 +00:00
width: auto;
z-index: 200;
}
2022-02-15 19:00:00 +00:00
.progress .wrapper {
background-color: rgba( 134, 134, 134, .066 );
}
.progress ul {
list-style: none;
margin: 0;
padding: 0 15px;
}
#TableOfContents {
font-size: 13px !important;
max-height: 85vh;
overflow: auto;
padding: 15px 5px !important;
}
#TableOfContents > ul > li > a {
font-weight: 500;
}
#toc-menu {
2022-02-15 19:00:00 +00:00
border-right: thin solid rgba( 134, 134, 134, .333 );
margin-right: 0.5rem !important;
2022-02-10 23:59:40 +00:00
padding-right: 1rem !important;
}
#sidebar-toggle-span {
2022-02-15 19:00:00 +00:00
border-right: thin solid rgba( 134, 134, 134, .333 );
margin-right: 1rem !important;
2022-02-10 23:59:40 +00:00
padding-right: 0.5rem !important;
}
.btn {
2022-02-15 19:00:00 +00:00
background-image: none !important;
border: 1px solid transparent !important;
border-radius: 4px !important;
cursor: pointer !important;
display: inline-block !important;
font-size: 14px !important;
font-weight: 500;
line-height: 1.42857143 !important;
2022-02-15 19:00:00 +00:00
padding: 6px 12px !important;
margin-bottom: 0 !important;
text-align: center !important;
touch-action: manipulation !important;
transition: all 0.15s !important;
-ms-user-select: none !important;
-webkit-user-select: none !important;
user-select: none !important;
2022-02-15 19:00:00 +00:00
vertical-align: middle !important;
white-space: nowrap !important;
}
2022-02-15 19:00:00 +00:00
.btn:focus {
outline: none !important;
}
2022-02-15 19:00:00 +00:00
.btn:hover,
.btn:focus {
text-decoration: none !important;
}
.btn-default {
2022-02-15 19:00:00 +00:00
color: #101010 !important; /* var(--MAIN-TEXT-color) */
background-color: transparent;
border-color: rgba( 134, 134, 134, .333 ) !important;
}
2022-02-15 19:00:00 +00:00
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
2022-02-15 19:00:00 +00:00
color: #ffffff !important; /* var(--MAIN-BG-color) */
background-color: rgba( 134, 134, 134, .75 ) !important;
border-color: rgba( 134, 134, 134, .75 ) !important;
}
2022-02-15 19:00:00 +00:00
.btn-default:active {
background-image: none !important;
}
/* anchors */
.anchor {
color: #486ac9; /* var(--MAIN-ANCHOR-color) */
cursor: pointer;
font-size: .5em;
margin-left: .66em;
margin-top: .9em;
position: absolute;
visibility: hidden;
}
2022-02-10 23:59:40 +00:00
h2:hover .anchor,
h3:hover .anchor,
h4:hover .anchor,
h5:hover .anchor,
h6:hover .anchor {
visibility:visible;
}
/* Redfines headers style */
2022-02-10 23:59:40 +00:00
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
font-weight: inherit;
}
#body h2 {
font-size: 2.2rem;
font-weight: 500;
margin-top: 2rem;
}
#body h3 {
font-size: 1.8rem;
font-weight: 500;
margin-top: 2rem;
}
#body h4 {
font-size: 1.85rem;
font-weight: 300;
margin-top: 2rem;
}
#body h5 {
font-size: 1.6rem;
font-weight: 300;
margin-top: 2rem;
}
#body h6 {
font-size: 1.3rem;
font-weight: 300;
margin-top: 2rem;
}
#body h1 + h2,
#body h1 + h3,
#body h1 + h4,
#body h1 + h5,
#body h1 + h6,
#body h2 + h3,
#body h2 + h4,
#body h2 + h5,
#body h2 + h6,
#body h3 + h4,
#body h3 + h5,
#body h3 + h6,
#body h4 + h5,
#body h4 + h6,
#body h5 + h6 {
margin-top: 1rem;
}
2022-02-12 22:49:33 +00:00
.select-container {
}
.select-container i {
padding-top: .25em;
}
.select-container i,
.select-container span {
display: block;
float: left;
2022-02-12 22:49:33 +00:00
}
.select-style {
border: 0;
border-radius: 0px;
height: 1.574em;
2022-02-10 23:59:40 +00:00
overflow: hidden;
}
.select-style select {
2022-02-10 23:59:40 +00:00
-webkit-appearance: none;
appearance: none;
border: none;
box-shadow: none;
2022-02-12 22:49:33 +00:00
background-color: transparent;
background-image: none;
2022-02-12 22:49:33 +00:00
width: 100%;
}
.select-style select:focus {
outline: none;
}
.select-style select::-ms-expand {
display: none;
}
.select-style :hover {
2022-02-12 22:49:33 +00:00
cursor: pointer;
}
.select-style option {
color: #000000;
padding: 0;
margin: 0;
}
.select-clear {
clear: both;
}
@media only all and (max-width: 47.938em) {
#breadcrumbs .links, #top-github-link-text {
display: none;
}
}
/* turn off animiation in IE because this causes the menu
to move in from the left on every page load */
@media all and (-ms-high-contrast:none) {
.default-animation{
transition: none;
}
}