changed the anarchive style

This commit is contained in:
alicestrt 2021-06-03 15:29:20 +03:00
parent 6cd9904ede
commit c7620b27e7
12 changed files with 25 additions and 5 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
anarchive/fonts/Aquino.otf Normal file

Binary file not shown.

BIN
anarchive/fonts/Combine.otf Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -2,16 +2,36 @@
font-family: "font"; font-family: "font";
src: url("font.ttf") format("truetype"); src: url("font.ttf") format("truetype");
} }
@font-face {
font-family: "ARK-ES DenseMedium";
src: url("fonts/ARK-ES-DenseMedium.woff") format("woff");
}
@font-face {
font-family: "Inconsolata Regular";
src: url("fonts/Inconsolata-Regular.otf") format("otf");
}
body { body {
margin: 1em 1em 3em 1em; margin: 1em 1em 3em 1em;
background-color: #eeebeb; background-color: #f1eede;
font-family: "font", serif; font-family: "Inconsolata";
font-size: 16px; font-size: 16px;
line-height: 1.6; line-height: 1.6;
} }
h1 {
font-family: "ARK-ES DenseMedium";
font-weight: normal;
font-size: 48px;
margin-top: 20px;
color: #3c4cac;
}
.post { .post {
max-width: 350px; max-width: 350px;
margin: 1.5em 1em; margin: 0.5em 0.5em;
float: left; float: left;
} }
.post p.key { .post p.key {
@ -26,7 +46,7 @@ img,
iframe, iframe,
audio, audio,
video { video {
max-width: 100%; max-width: 80%;
height: auto; height: auto;
clear: both; clear: both;
margin: 0; margin: 0;

View File

@ -1,4 +1,4 @@
REMOTE := relearn.be:/home/relearn/relearn.be/relearn.2021.be/html/; REMOTE := relearn@relearn.be:/home/relearn/relearn.be/relearn.2021.be/html/;
RSYNC := rsync -chavzP RSYNC := rsync -chavzP
SRC := . SRC := .