html {
font-size: 16px;
height: 100%;
}
body {
height: 100%;
margin: 0;
box-sizing: border-box;
display: flex;
flex-direction: column;
font-family: Ubuntu, Source Sans Pro, DejaVu Sans, sans-serif;
line-height: 1.33;
background: hsl(225, 5%, 5%);
background-image: url(background.svg);
background-size: 12em;
color: #ececec;
--panel-bg-color: hsl(225, 10%, 15%);
--button-bg-color: hsl(225, 10%, 25%);
--button-bg-hover-color: hsl(225, 15%, 30%);
--generic-bg-hover-on-white: hsl(225, 60%, 90%);
--generic-bg-selected-on-white: hsl(225, 60%, 85%);
--generic-border-selected-on-white: hsl(225, 60%, 75%);
}
/* Generic element styling */
main[hidden] {
display: none !important;
}
input[type=radio],
input[type=checkbox],
input[type=range] {
margin: 0.125em;
vertical-align: middle;
}
input[type=number] {
font-size: inherit;
width: 4em;
width: 8ch;
text-align: right;
}
button,
.radio-faux-button-set > label > input + span {
font-size: inherit;
padding: 0.25em 0.5em;
font-family: inherit;
color: white;
background: var(--button-bg-color);
border: 1px solid hsl(225, 10%, 10%);
box-shadow:
inset 0 0 0 1px hsl(225, 10%, 33%),
0 1px 1px hsl(225, 10%, 10%);
border-radius: 0.25em;
text-transform: lowercase;
cursor: pointer;
}
button:hover,
.radio-faux-button-set > label:hover > input + span {
background: var(--button-bg-hover-color);
}
button:active,
.radio-faux-button-set > label:active > input + span {
transform: translateY(1px);
/* Need this for the editor's tool help things and i'm not questioning it */
z-index: 1;
}
button:disabled {
color: #606060;
background: #202020;
box-shadow:
inset 0 0 2px 1px hsl(225, 0%, 10%),
0 1px 0 hsl(225, 10%, 10%);
cursor: auto;
}
button.button-big {
display: block;
width: 100%;
margin: 0.5em 0;
padding: 1em;
}
button.--button-glow-ok {
background: hsl(225, 100%, 50%);
}
button.--button-glow {
transition: background-color 0.5s ease-out;
}
button.--image {
padding: 0;
border: none;
background: none;
box-shadow: none;
}
button.--image img {
display: block;
}
h1, h2, h3, h4, h5, h6 {
font-weight: normal;
margin: 0;
}
ul, ol {
margin: 0;
padding: 0;
list-style: none;
}
ul.normal-list {
margin-left: 1em;
list-style: disc;
}
ol.normal-list {
margin-left: 1.5em;
list-style: decimal;
}
p {
margin: 0.5em 0;
}
p:first-child {
margin-top: 0;
}
p:last-child {
margin-bottom: 0;
}
pre {
white-space: pre-wrap;
}
code {
color: #c0c0e0;
}
kbd {
padding: 0 0.25em;
border: 1px solid currentColor;
border-radius: 0.25em;
box-shadow: 0 2px 0 currentColor;
text-align: center;
text-transform: uppercase;
}
a {
color: #c0c0c0;
}
a:link,
a:visited {
text-decoration: underline dotted;
}
a:link {
color: hsl(225, 50%, 75%);
}
a:visited {
color: hsl(255, 50%, 75%);
}
a:link:hover,
a:visited:hover {
text-decoration: underline;
}
a:active {
color: hsl(0, 50%, 60%);
}
svg#svg-iconsheet {
/* This is a collection of SVG icons to be re-