|
|
|
@font-face {
|
|
|
|
font-family: "ARK-ES Regular";
|
|
|
|
src: url("fonts/ARK-ES-DenseRegular.woff") format("woff");
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: "ARK-ES DenseMedium";
|
|
|
|
src: url("fonts/ARK-ES-DenseMedium.woff") format("woff");
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: "ARK-ES DenseLight";
|
|
|
|
src: url("fonts/ARK-ES-DenseLight.woff") format("woff");
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: "Aquino";
|
|
|
|
src: url("fonts/Aquino.otf") format("otf");
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: "Combine";
|
|
|
|
src: url("fonts/Combine.otf") format("otf");
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: "Inconsolata Regular";
|
|
|
|
src: url("fonts/Inconsolata-Regular.otf") format("otf");
|
|
|
|
}
|
|
|
|
|
|
|
|
.content,
|
|
|
|
html,
|
|
|
|
body {
|
|
|
|
height: 100%;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
#left {
|
|
|
|
float: left;
|
|
|
|
width: 50%;
|
|
|
|
height: 100%;
|
|
|
|
background: #dee1f1;
|
|
|
|
overflow-y: auto;
|
|
|
|
scroll-behavior: smooth;
|
|
|
|
scrollbar-color: #a4a4d4 #3c4cac;
|
|
|
|
}
|
|
|
|
|
|
|
|
#right {
|
|
|
|
float: left;
|
|
|
|
width: 50%;
|
|
|
|
background: #fdfae3;
|
|
|
|
height: 100%;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
img {
|
|
|
|
width: 50%;
|
|
|
|
padding: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#caption1 {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
#title {
|
|
|
|
padding-left: 20px;
|
|
|
|
font-family: "ARK-ES DenseMedium";
|
|
|
|
font-weight: normal;
|
|
|
|
font-size: 48px;
|
|
|
|
margin-top: 20px;
|
|
|
|
color: #3c4cac;
|
|
|
|
}
|
|
|
|
|
|
|
|
#subtitle {
|
|
|
|
font-size: 30px;
|
|
|
|
padding-left: 20px;
|
|
|
|
font-family: "ARK-ES Regular";
|
|
|
|
font-weight: lighter;
|
|
|
|
margin-top: -40px;
|
|
|
|
}
|
|
|
|
.description {
|
|
|
|
font-size: 18px;
|
|
|
|
padding-left: 20px;
|
|
|
|
padding-right: 100px;
|
|
|
|
margin-top: -20px;
|
|
|
|
font-family: "Inconsolata";
|
|
|
|
}
|
|
|
|
|
|
|
|
.anarchive {
|
|
|
|
padding-left: 20px;
|
|
|
|
padding-right: 100px;
|
|
|
|
margin-bottom: 40px;
|
|
|
|
font-family: "Inconsolata";
|
|
|
|
font-size: 18px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.practical {
|
|
|
|
padding-left: 20px;
|
|
|
|
padding-right: 100px;
|
|
|
|
margin-bottom: 40px;
|
|
|
|
font-family: "Inconsolata";
|
|
|
|
font-size: 18px;
|
|
|
|
}
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
padding-left: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.question {
|
|
|
|
font-size: 25px;
|
|
|
|
font-family: "ARK-ES Regular";
|
|
|
|
color: #3c4cac;
|
|
|
|
padding-top: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.details {
|
|
|
|
display: none;
|
|
|
|
margin-top: 1em;
|
|
|
|
font-family: "Inconsolata";
|
|
|
|
font-size: 18px;
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
text-decoration-style: dashed;
|
|
|
|
text-decoration-color: blue;
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dash {
|
|
|
|
font-family: "ARK-ES Regular";
|
|
|
|
}
|
|
|
|
|
|
|
|
.stars {
|
|
|
|
font-family: "ARK-ES Regular";
|
|
|
|
padding-left: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#selector {
|
|
|
|
padding-left: 20px;
|
|
|
|
padding-top: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
select {
|
|
|
|
font-size: 1.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
li {
|
|
|
|
list-style: none;
|
|
|
|
}
|
|
|
|
li:before {
|
|
|
|
content: ">>";
|
|
|
|
padding-right: 5px;
|
|
|
|
font-family: "ARK-ES Regular";
|
|
|
|
}
|
|
|
|
|
|
|
|
#logbot-help {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.more {
|
|
|
|
color: #a4a4d4;
|
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
|
|
margin: 0;
|
|
|
|
}
|