mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-11 23:55:16 +01:00
81 lines
1.3 KiB
Stylus
81 lines
1.3 KiB
Stylus
//
|
|
// kremalicious3
|
|
// --------------
|
|
// Print
|
|
//
|
|
|
|
|
|
@media print
|
|
|
|
*
|
|
background: transparent
|
|
color: black !important
|
|
box-shadow:none !important
|
|
text-shadow: none !important
|
|
|
|
.entry-content a[href]:after
|
|
content: " (" attr(href) ")"
|
|
text-transform: none
|
|
font-size: $font-size-small
|
|
|
|
// hide stuff in article view
|
|
.related-posts,
|
|
.footer .grid:first-child,
|
|
.hentry:before,
|
|
.topbar
|
|
hide()
|
|
|
|
.hentry
|
|
border: none
|
|
|
|
.footer
|
|
color: #ccc !important
|
|
|
|
.footer-copyright
|
|
border-top: 1px solid #000 !important
|
|
|
|
&:after
|
|
hide()
|
|
|
|
abbr[title]:after
|
|
content: " (" attr(title) ")"
|
|
|
|
// Don't show links for images, or javascript/internal links
|
|
.ir a:after,
|
|
a[href^="javascript:"]:after,
|
|
a[href^="#"]:after
|
|
content: ""
|
|
|
|
pre,
|
|
blockquote
|
|
page-break-inside: avoid
|
|
|
|
thead
|
|
display: table-header-group
|
|
|
|
tr,
|
|
img
|
|
page-break-inside: avoid
|
|
|
|
img
|
|
max-width: 100% !important
|
|
|
|
@page
|
|
margin: 5.5cm
|
|
|
|
p,
|
|
h2,
|
|
h3
|
|
orphans: 3
|
|
widows: 3
|
|
|
|
.hentry
|
|
h1
|
|
page-break-before: always
|
|
&:first-child h1
|
|
page-break-before: avoid
|
|
|
|
h2,
|
|
h3
|
|
page-break-after: avoid
|