132 lines
2.3 KiB
CSS
132 lines
2.3 KiB
CSS
@font-face {
|
|
font-family: "Vollkorn Regular";
|
|
src: url("/static/fonts/vollkorn/Vollkorn-Regular.ttf"); }
|
|
|
|
@font-face {
|
|
font-family: "Vollkorn Bold";
|
|
src: url("/static/fonts/vollkorn/Vollkorn-Bold.ttf"); }
|
|
|
|
@font-face {
|
|
font-family: "Vollkorn Italic";
|
|
src: url("/static/fonts/vollkorn/Vollkorn-Italic.ttf"); }
|
|
|
|
@font-face {
|
|
font-family: "Vollkorn BoldItalic";
|
|
src: url("/static/fonts/vollkorn/Vollkorn-BoldItalic.ttf"); }
|
|
|
|
@font-face {
|
|
font-family: "Orbitron Medium";
|
|
src: url("/static/fonts/orbitron/orbitron-medium.otf"); }
|
|
|
|
@font-face {
|
|
font-family: "Orbitron Light";
|
|
src: url("/static/fonts/orbitron/orbitron-light.otf"); }
|
|
|
|
@font-face {
|
|
font-family: "Orbitron Bold";
|
|
src: url("/static/fonts/orbitron/orbitron-bold.otf"); }
|
|
|
|
@font-face {
|
|
font-family: "Orbitron Black";
|
|
src: url("/static/fonts/orbitron/orbitron-black.otf"); }
|
|
|
|
body {
|
|
font-family: "Orbitron Light", sans-serif;
|
|
font-weight: 100;
|
|
background-color: #020404;
|
|
color: #2CD3FB;
|
|
max-width: 210mm; }
|
|
|
|
body, details {
|
|
margin: auto; }
|
|
|
|
p {
|
|
margin: 1em auto;
|
|
text-align: justify;
|
|
text-justify: inter-word; }
|
|
|
|
p, img, h1, h2, h3, h4, h5 {
|
|
max-width: 80ch; }
|
|
|
|
pre {
|
|
display: block;
|
|
max-width: 80ch;
|
|
padding: 1ch; }
|
|
|
|
ul, ol {
|
|
max-width: 80ch; }
|
|
|
|
ul > li {
|
|
list-style-type: square; }
|
|
|
|
ol > li {
|
|
list-style-type: lower-greek; }
|
|
|
|
li > p {
|
|
display: inline; }
|
|
|
|
details, header > h1 {
|
|
margin-bottom: 1em; }
|
|
|
|
header > h1 {
|
|
font-size: 2em; }
|
|
|
|
details, details > * {
|
|
display: block; }
|
|
|
|
header, footer, details, details > * {
|
|
text-align: center; }
|
|
|
|
a {
|
|
color: #FF9227;
|
|
text-decoration: none; }
|
|
|
|
a:visited {
|
|
color: #ff9227; }
|
|
|
|
header a {
|
|
text-decoration: none;
|
|
color: #2CD3FB; }
|
|
|
|
header a:visited {
|
|
color: #2CD3FB; }
|
|
|
|
h1, h2, h3, h4, h5 {
|
|
font-face: "Orbitron Medium";
|
|
text-align: center;
|
|
font-weight: 300; }
|
|
|
|
footer {
|
|
clear: both;
|
|
margin-top: 2em;
|
|
border-top: 1px dotted;
|
|
padding: 1em 0; }
|
|
|
|
fieldset {
|
|
border: 0.5mm dashed #143036; }
|
|
|
|
label {
|
|
margin: .5em auto;
|
|
min-width: 50%;
|
|
display: inline-block;
|
|
float: left; }
|
|
|
|
input, textarea {
|
|
color: #2CD3FB;
|
|
background-color: #020404;
|
|
border: none;
|
|
border-bottom: 0.5mm solid #143036;
|
|
float: right;
|
|
min-width: 100%; }
|
|
|
|
textarea {
|
|
border: 0.5mm solid #143036;
|
|
width: 80ch;
|
|
display: block-inline;
|
|
clear: both; }
|
|
|
|
button {
|
|
clear: both;
|
|
display: block;
|
|
margin: 1em auto; }
|