changed the anarchive style
This commit is contained in:
parent
6cd9904ede
commit
c7620b27e7
BIN
anarchive/fonts/ARK-ES-DenseLight.otf
Normal file
BIN
anarchive/fonts/ARK-ES-DenseLight.otf
Normal file
Binary file not shown.
BIN
anarchive/fonts/ARK-ES-DenseLight.woff
Normal file
BIN
anarchive/fonts/ARK-ES-DenseLight.woff
Normal file
Binary file not shown.
BIN
anarchive/fonts/ARK-ES-DenseMedium.otf
Normal file
BIN
anarchive/fonts/ARK-ES-DenseMedium.otf
Normal file
Binary file not shown.
BIN
anarchive/fonts/ARK-ES-DenseMedium.woff
Normal file
BIN
anarchive/fonts/ARK-ES-DenseMedium.woff
Normal file
Binary file not shown.
BIN
anarchive/fonts/ARK-ES-DenseRegular.otf
Normal file
BIN
anarchive/fonts/ARK-ES-DenseRegular.otf
Normal file
Binary file not shown.
BIN
anarchive/fonts/ARK-ES-DenseRegular.woff
Normal file
BIN
anarchive/fonts/ARK-ES-DenseRegular.woff
Normal file
Binary file not shown.
BIN
anarchive/fonts/Aquino.otf
Normal file
BIN
anarchive/fonts/Aquino.otf
Normal file
Binary file not shown.
BIN
anarchive/fonts/Combine.otf
Normal file
BIN
anarchive/fonts/Combine.otf
Normal file
Binary file not shown.
BIN
anarchive/fonts/Imperial.otf
Normal file
BIN
anarchive/fonts/Imperial.otf
Normal file
Binary file not shown.
BIN
anarchive/fonts/Inconsolata-Regular.ttf
Normal file
BIN
anarchive/fonts/Inconsolata-Regular.ttf
Normal file
Binary file not shown.
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user