forked from varia/bots
manetta
4 years ago
8 changed files with 136 additions and 29 deletions
@ -0,0 +1,3 @@ |
|||
Polsku, by Open Source Publishing (OSP): http://osp.kitchen/foundry/polsku/ |
|||
|
|||
NotCourierSans, by Open Source Publishing (OSP): http://osp.kitchen/foundry/notcouriersans/ |
Binary file not shown.
Binary file not shown.
@ -1,21 +0,0 @@ |
|||
body { |
|||
margin: 1em; |
|||
max-width: 800px; |
|||
} |
|||
.post { |
|||
margin: 1em 0; |
|||
clear: both; |
|||
} |
|||
.post p.key { |
|||
float: left; |
|||
margin: 0 1em 1em; |
|||
} |
|||
.post p.message { |
|||
} |
|||
img, |
|||
iframe, |
|||
audio, |
|||
video { |
|||
max-width: calc(100% - 100px); |
|||
height: auto; |
|||
} |
@ -0,0 +1,35 @@ |
|||
@font-face{ |
|||
font-family: "font"; |
|||
src: url("font.ttf") format("truetype"); |
|||
} |
|||
body { |
|||
margin: 1em 1em 3em 1em; |
|||
background-color: #eeebeb; |
|||
font-family: "font", serif; |
|||
font-size: 16px; |
|||
line-height: 1.6; |
|||
} |
|||
.post { |
|||
margin: 1.5em 2em; |
|||
float: left; |
|||
} |
|||
.post p.key { |
|||
float: left; |
|||
margin: 0 1em; |
|||
font-size: 10px; |
|||
line-height: 1px; |
|||
} |
|||
.post p.message { |
|||
float: left; |
|||
max-width: 350px; |
|||
margin: -0.6em 0; |
|||
} |
|||
img, |
|||
iframe, |
|||
audio, |
|||
video { |
|||
max-width: 350px; |
|||
height: auto; |
|||
clear: both; |
|||
margin: 0.4em 0; |
|||
} |
@ -0,0 +1,31 @@ |
|||
@font-face{ |
|||
font-family: "font"; |
|||
src: url("font.ttf") format("truetype"); |
|||
} |
|||
body { |
|||
margin: 1em; |
|||
max-width: 800px; |
|||
background-color: lightyellow; |
|||
font-family: "font", serif; |
|||
font-size: 16px; |
|||
line-height: 1.6; |
|||
} |
|||
.post { |
|||
margin: 1em 0; |
|||
clear: both; |
|||
} |
|||
.post p.key { |
|||
float: left; |
|||
margin: 0 1em 1em; |
|||
font-size: 10px; |
|||
} |
|||
.post p.message { |
|||
} |
|||
img, |
|||
iframe, |
|||
audio, |
|||
video { |
|||
max-width: calc(100% - 100px); |
|||
height: auto; |
|||
margin: 0.6em 0; |
|||
} |
Loading…
Reference in new issue