bots/LogBot/stylesheets/timeline.css

36 lines
503 B
CSS
Raw Normal View History

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