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
503 B

@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;
}
div.post {
margin: 1em 0;
clear: both;
}
div.post p.key {
margin: 2em 0 0 5em;
font-size: 12px;
}
div.post p.date{
display: none;
}
div.post p.message,
div.post p.media {
margin: 0;
}
img,
iframe,
audio,
video {
max-width: calc(100% - 100px);
height: auto;
margin: 0.6em 0;
}