website_jukni/pastebin/themes/default/css/print.css
2017-12-29 15:51:59 +01:00

16 lines
248 B
CSS

@media print {
html, body {
background: #fff;
color: #222;
font-size: 8pt;
font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
}
#container, .replies, .footer {
display: none;
}
}