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