Browse Source

changed the anarchive style

master
alicestrt 3 years ago
parent
commit
c7620b27e7
  1. BIN
      anarchive/fonts/ARK-ES-DenseLight.otf
  2. BIN
      anarchive/fonts/ARK-ES-DenseLight.woff
  3. BIN
      anarchive/fonts/ARK-ES-DenseMedium.otf
  4. BIN
      anarchive/fonts/ARK-ES-DenseMedium.woff
  5. BIN
      anarchive/fonts/ARK-ES-DenseRegular.otf
  6. BIN
      anarchive/fonts/ARK-ES-DenseRegular.woff
  7. BIN
      anarchive/fonts/Aquino.otf
  8. BIN
      anarchive/fonts/Combine.otf
  9. BIN
      anarchive/fonts/Imperial.otf
  10. BIN
      anarchive/fonts/Inconsolata-Regular.ttf
  11. 28
      anarchive/stylesheet.css
  12. 2
      makefile

BIN
anarchive/fonts/ARK-ES-DenseLight.otf

Binary file not shown.

BIN
anarchive/fonts/ARK-ES-DenseLight.woff

Binary file not shown.

BIN
anarchive/fonts/ARK-ES-DenseMedium.otf

Binary file not shown.

BIN
anarchive/fonts/ARK-ES-DenseMedium.woff

Binary file not shown.

BIN
anarchive/fonts/ARK-ES-DenseRegular.otf

Binary file not shown.

BIN
anarchive/fonts/ARK-ES-DenseRegular.woff

Binary file not shown.

BIN
anarchive/fonts/Aquino.otf

Binary file not shown.

BIN
anarchive/fonts/Combine.otf

Binary file not shown.

BIN
anarchive/fonts/Imperial.otf

Binary file not shown.

BIN
anarchive/fonts/Inconsolata-Regular.ttf

Binary file not shown.

28
anarchive/stylesheet.css

@ -2,16 +2,36 @@
font-family: "font";
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 {
margin: 1em 1em 3em 1em;
background-color: #eeebeb;
font-family: "font", serif;
background-color: #f1eede;
font-family: "Inconsolata";
font-size: 16px;
line-height: 1.6;
}
h1 {
font-family: "ARK-ES DenseMedium";
font-weight: normal;
font-size: 48px;
margin-top: 20px;
color: #3c4cac;
}
.post {
max-width: 350px;
margin: 1.5em 1em;
margin: 0.5em 0.5em;
float: left;
}
.post p.key {
@ -26,7 +46,7 @@ img,
iframe,
audio,
video {
max-width: 100%;
max-width: 80%;
height: auto;
clear: both;
margin: 0;

2
makefile

@ -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
SRC := .

Loading…
Cancel
Save