website_jukni/pastebin/themes/default/css/print.css

17 lines
248 B
CSS
Raw Normal View History

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