Browse Source

Format and fix font-face defs

master
decentral1se 3 years ago
parent
commit
456944de72
No known key found for this signature in database GPG Key ID: 92DAD76BD9567B8A
  1. 61
      style.css

61
style.css

@ -1,46 +1,47 @@
@font-face { @font-face {
font-family: "ARK-ES" format("otf"); font-family: "ARK-ES";
src: url("/fonts/ARK-ES-DenseRegular.otf"); src: url("/fonts/ARK-ES-DenseRegular.otf") format("otf");
} }
@font-face { @font-face {
font-family: "ARK-ES" format("otf"); font-family: "ARK-ES DenseLight";
src: url("/fonts/ARK-ES-DenseLight.otf"); src: url("/fonts/ARK-ES-DenseLight.otf") format("otf");
} }
@font-face { @font-face {
font-family: "Aquino" format("otf"); font-family: "Aquino";
src: url("/fonts/Aquino.otf"); src: url("/fonts/Aquino.otf") format("otf");
} }
@font-face { @font-face {
font-family: "Combine" format("otf"); font-family: "Combine";
src: url("/fonts/Combine.otf"); src: url("/fonts/Combine.otf") format("otf");
} }
@font-face { @font-face {
font-family: "Inconsolata" format("ttf"); font-family: "Inconsolata";
src: url("/fonts/Inconsolata-Regular.otf"); src: url("/fonts/Inconsolata-Regular.otf") format("otf");
} }
.content, html, body { .content,
height: 100%; html,
body {
height: 100%;
} }
#left { #left {
float: left; float: left;
width: 50%; width: 50%;
height: 100%; height: 100%;
background: #d1dfc3; background: #d1dfc3;
overflow-y: auto; overflow-y: auto;
} }
#right { #right {
float: left; float: left;
width: 50%; width: 50%;
background: #fdfae3; background: #fdfae3;
height: 100%; height: 100%;
overflow-y: auto; overflow-y: auto;
} }
img { img {
@ -57,7 +58,6 @@ img {
font-family: "ARK-ES"; font-family: "ARK-ES";
font-weight: normal; font-weight: normal;
font-size: 70px; font-size: 70px;
} }
#subtitle { #subtitle {
@ -72,7 +72,6 @@ img {
padding-left: 20px; padding-left: 20px;
padding-right: 100px; padding-right: 100px;
margin-top: 40px; margin-top: 40px;
} }
.anarchive { .anarchive {
@ -97,15 +96,15 @@ h1 {
} }
.details { .details {
display: none; display: none;
margin-top: 1em; margin-top: 1em;
} }
a { a {
text-decoration-style: dashed; text-decoration-style: dashed;
text-decoration-skip-ink: none; text-decoration-skip-ink: none;
text-decoration-color: blue; text-decoration-color: blue;
color: black; color: black;
} }
.dash { .dash {

Loading…
Cancel
Save