2020-04-19 10:04:32 +00:00
|
|
|
/* @theme glenux */
|
|
|
|
@import-theme 'default';
|
|
|
|
body {
|
|
|
|
--primary-color: #009fcb;
|
|
|
|
--secondary-color: #241c1c;
|
|
|
|
--text-color: #111111; }
|
|
|
|
|
|
|
|
section {
|
|
|
|
font-size: 24px;
|
|
|
|
justify-content: start; }
|
|
|
|
|
|
|
|
section footer {
|
|
|
|
opacity: 0.75;
|
|
|
|
color: #888; }
|
|
|
|
|
|
|
|
section::after {
|
|
|
|
opacity: 0.5;
|
|
|
|
color: black; }
|
|
|
|
|
|
|
|
section[id="1"] h1,
|
|
|
|
section[id="1"] h2,
|
|
|
|
section[id="1"] h3,
|
|
|
|
section[id="1"] h4,
|
|
|
|
section[id="1"] h5,
|
|
|
|
section[id="1"] h6 {
|
|
|
|
/* color: white !important; */ }
|
|
|
|
|
|
|
|
section[id="1"]::after {
|
|
|
|
color: var(--text-color); }
|
|
|
|
|
|
|
|
section[id="1"] footer {
|
|
|
|
color: var(--text-color); }
|
|
|
|
|
|
|
|
section.chapter {
|
|
|
|
justify-content: center; }
|
|
|
|
|
|
|
|
/*
|
|
|
|
section.chapter h1:first-child::before,
|
|
|
|
section.chapter h2:first-child::before,
|
|
|
|
section.chapter h3:first-child::before,
|
|
|
|
section.chapter h4:first-child::before,
|
|
|
|
section.chapter h5:first-child::before {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
*/
|
2021-11-30 12:33:29 +00:00
|
|
|
|
|
|
|
section > bc-title {
|
|
|
|
line-height: 39px;
|
|
|
|
font-size: 32px;
|
|
|
|
padding-bottom: 9.36px;
|
|
|
|
}
|
|
|
|
|
|
|
|
section > h1 {
|
|
|
|
color: var(--text-color);
|
|
|
|
}
|
|
|
|
|
2021-11-25 19:22:28 +00:00
|
|
|
section > bc-title:first-child,
|
2021-11-23 22:44:20 +00:00
|
|
|
section > h1:first-child,
|
|
|
|
section > h2:first-child,
|
|
|
|
section > h3:first-child,
|
|
|
|
section > h4:first-child,
|
|
|
|
section > h5:first-child,
|
|
|
|
section > h6:first-child {
|
2020-04-19 10:04:32 +00:00
|
|
|
font-family: "Droid Sans Mono", monospace;
|
|
|
|
color: #662d91;
|
|
|
|
font-weight: bold;
|
|
|
|
position: relative; }
|
|
|
|
|
2021-11-25 19:22:28 +00:00
|
|
|
section > bc-title:first-child::before,
|
2021-11-25 17:48:48 +00:00
|
|
|
section > h1:first-child::before,
|
|
|
|
section > h2:first-child::before,
|
|
|
|
section > h3:first-child::before {
|
2020-04-19 10:04:32 +00:00
|
|
|
content: "";
|
|
|
|
position: absolute;
|
|
|
|
display: block;
|
|
|
|
top: 0.2em;
|
|
|
|
left: -100px;
|
|
|
|
width: 70px;
|
|
|
|
height: 0.9em;
|
2021-11-25 17:48:48 +00:00
|
|
|
background-color: white;
|
|
|
|
}
|
2020-04-19 10:04:32 +00:00
|
|
|
|
2021-11-30 12:33:29 +00:00
|
|
|
|
|
|
|
section > bc-title:first-child::before,
|
|
|
|
section > h1:first-child::before,
|
|
|
|
section > h2:first-child::before,
|
|
|
|
section > h3:first-child::before,
|
|
|
|
section > h4:first-child::before,
|
|
|
|
section > h5:first-child::before,
|
|
|
|
section > h6:first-child::before
|
|
|
|
{
|
2020-04-19 10:04:32 +00:00
|
|
|
content: "";
|
|
|
|
position: absolute;
|
|
|
|
display: block;
|
|
|
|
top: 0.2em;
|
|
|
|
left: -100px;
|
|
|
|
width: 70px;
|
|
|
|
height: 0.9em;
|
2021-11-30 12:33:29 +00:00
|
|
|
background-color: #662d91; }
|
|
|
|
|
2021-11-25 17:48:48 +00:00
|
|
|
|
|
|
|
section:not(.chapter) > h2:first-child {
|
|
|
|
font-size: 100%; }
|
2020-04-19 10:04:32 +00:00
|
|
|
|
|
|
|
a {
|
|
|
|
color: inherit;
|
|
|
|
text-decoration: underline; }
|
|
|
|
|
|
|
|
blockquote {
|
|
|
|
color: inherit; }
|
2021-11-23 22:44:20 +00:00
|
|
|
|
|
|
|
bc-row {
|
|
|
|
margin-top: 20px;
|
|
|
|
margin-bottom: auto;
|
|
|
|
/* outline: 1px solid red; */
|
|
|
|
/* padding: 10px; */
|
|
|
|
box-sizing: border-box;
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
bc-row > bc-column {
|
|
|
|
/* outline: 1px solid red; */
|
|
|
|
margin-left: 100px;
|
|
|
|
flex-basis: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
bc-row > bc-column {
|
|
|
|
/* outline: 1px solid red; */
|
|
|
|
margin-left: 100px;
|
|
|
|
flex-basis: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
bc-row > bc-column[bc-grey] {
|
|
|
|
background-color: #eeeeee;
|
|
|
|
padding: 24px;
|
|
|
|
}
|
|
|
|
|
|
|
|
bc-row > bc-column:first-of-type {
|
|
|
|
margin-left: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
bc-row > bc-column > h1:first-child,
|
|
|
|
bc-row > bc-column > h2:first-child,
|
|
|
|
bc-row > bc-column > h3:first-child,
|
|
|
|
bc-row > bc-column > h4:first-child,
|
|
|
|
bc-row > bc-column > h5:first-child,
|
|
|
|
bc-row > bc-column > h6:first-child {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|