You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
85 lines
1.1 KiB
85 lines
1.1 KiB
@font-face {
|
|
font-family: "ARK-ES" format("otf");
|
|
src: url("/fonts/ARK-ES-DenseRegular.otf");
|
|
}
|
|
|
|
|
|
@font-face {
|
|
font-family: "Aquino" format("otf");
|
|
src: url("/fonts/Aquino.otf");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Combine" format("otf");
|
|
src: url("/fonts/Combine.otf");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Inconsolata" format("ttf");
|
|
src: url("/fonts/Inconsolata-Regular.otf");
|
|
}
|
|
|
|
.content, html, body {
|
|
height: 100%;
|
|
}
|
|
|
|
#left {
|
|
float: left;
|
|
width: 50%;
|
|
height: 100%;
|
|
background: #d1dfc3;
|
|
overflow-y: auto;
|
|
}
|
|
#right {
|
|
float: left;
|
|
width: 50%;
|
|
background: #fdfae3;
|
|
height: 100%;
|
|
overflow-y: auto;
|
|
}
|
|
|
|
img {
|
|
width: 50%;
|
|
padding: 20px;
|
|
}
|
|
|
|
#caption1 {
|
|
float: right;
|
|
}
|
|
|
|
#title {
|
|
padding-left: 20px;
|
|
font-family: "ARK-ES";
|
|
font-weight: normal;
|
|
font-size: 70px;
|
|
|
|
}
|
|
|
|
#subtitle {
|
|
font-size: 30px;
|
|
padding-left: 20px;
|
|
font-family: "Combine";
|
|
}
|
|
.description {
|
|
font-size: 16px;
|
|
padding-left: 20px;
|
|
padding-right: 60px;
|
|
}
|
|
|
|
.anarchive {
|
|
padding-left: 20px;
|
|
}
|
|
|
|
h1 {
|
|
padding-left: 20px;
|
|
}
|
|
|
|
.question {
|
|
font-size: 22px;
|
|
font-family: "Combine";
|
|
}
|
|
|
|
.details {
|
|
display: none;
|
|
margin-top: 1em;
|
|
}
|
|
|