bots/LogBot/stylesheets/float.css

40 lines
544 B
CSS
Raw Normal View History

@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: 125%;
line-height: 1.6;
}
.post {
margin: 1.5em 2em;
float: left;
}
.post p.key {
float: left;
margin: 0 1em;
font-size: small;
line-height: 0.5;
}
.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;
}
hr{
clear: both;
padding: 4em 0 0 0;
}