A place for all our bot adventures.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

35 lines
502 B

@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;
}