Add new styles
This commit is contained in:
parent
3fea24c46b
commit
f94c9a19df
BIN
LogBot/fonts/ARK-ES-DenseLight.otf
Normal file
BIN
LogBot/fonts/ARK-ES-DenseLight.otf
Normal file
Binary file not shown.
BIN
LogBot/fonts/ARK-ES-DenseLight.woff
Normal file
BIN
LogBot/fonts/ARK-ES-DenseLight.woff
Normal file
Binary file not shown.
BIN
LogBot/fonts/ARK-ES-DenseMedium.otf
Normal file
BIN
LogBot/fonts/ARK-ES-DenseMedium.otf
Normal file
Binary file not shown.
BIN
LogBot/fonts/ARK-ES-DenseMedium.woff
Normal file
BIN
LogBot/fonts/ARK-ES-DenseMedium.woff
Normal file
Binary file not shown.
BIN
LogBot/fonts/ARK-ES-DenseRegular.otf
Normal file
BIN
LogBot/fonts/ARK-ES-DenseRegular.otf
Normal file
Binary file not shown.
BIN
LogBot/fonts/ARK-ES-DenseRegular.woff
Normal file
BIN
LogBot/fonts/ARK-ES-DenseRegular.woff
Normal file
Binary file not shown.
BIN
LogBot/fonts/Aquino.otf
Normal file
BIN
LogBot/fonts/Aquino.otf
Normal file
Binary file not shown.
BIN
LogBot/fonts/Combine.otf
Normal file
BIN
LogBot/fonts/Combine.otf
Normal file
Binary file not shown.
BIN
LogBot/fonts/Imperial.otf
Normal file
BIN
LogBot/fonts/Imperial.otf
Normal file
Binary file not shown.
BIN
LogBot/fonts/Inconsolata-Regular.ttf
Normal file
BIN
LogBot/fonts/Inconsolata-Regular.ttf
Normal file
Binary file not shown.
56
LogBot/stylesheets/anarchive.css
Normal file
56
LogBot/stylesheets/anarchive.css
Normal file
@ -0,0 +1,56 @@
|
||||
@font-face{
|
||||
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: #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: 0.5em 0.5em;
|
||||
float: left;
|
||||
}
|
||||
.post p.key {
|
||||
margin: 2em 0 1em 5em;
|
||||
font-size: 12px;
|
||||
}
|
||||
.post p.message {
|
||||
float: left;
|
||||
margin: 0;
|
||||
}
|
||||
img,
|
||||
iframe,
|
||||
audio,
|
||||
video {
|
||||
max-width: 80%;
|
||||
height: auto;
|
||||
clear: both;
|
||||
margin: 0;
|
||||
}
|
||||
iframe{
|
||||
height: 440px;
|
||||
}
|
Loading…
Reference in New Issue
Block a user