/* print */
@media print {
* {
background: transparent !important;
color: #444 !important;
text-shadow: none;
}
a, a:visited {
color: #444 !important;
text-decoration: underline;
}
a:after {
content: "" !important;
}
abbr:after {
content: " (" attr(title) ")";
}
.ir a:after {
content: "";
}
pre, blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
img {
page-break-inside: avoid;
}
@page {
margin: 0.5cm;
}
h2, h3, p {
orphans: 3;
widows: 3;
}
h2, h3 {
page-break-after: avoid;
}
}
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.