styling/printing
This commit is contained in:
61
include/site/print.css
Normal file
61
include/site/print.css
Normal file
@@ -0,0 +1,61 @@
|
||||
.print-only {
|
||||
display: block !important;
|
||||
}
|
||||
|
||||
body.layout-default {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
body.layout-content,
|
||||
body.layout-post {
|
||||
font-size: 12px;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
body > footer {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
body > header, article > section {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
body > header {
|
||||
margin-bottom: 0;
|
||||
margin-left: 24px;
|
||||
padding-bottom: 12px;
|
||||
padding-top: 6px;
|
||||
}
|
||||
|
||||
body.layout-content article > section,
|
||||
body.layout-post article > section {
|
||||
border-left: 0;
|
||||
margin: 0 12px;
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
body.layout-default article > section {
|
||||
margin-left: 25px;
|
||||
}
|
||||
|
||||
body.layout-post section header .timeline {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.screen-only {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
p, ul, ol, dl {
|
||||
line-height: 20px;
|
||||
margin: 6px 0;
|
||||
}
|
||||
|
||||
h1 {
|
||||
margin-top: 6px;
|
||||
}
|
||||
|
||||
h3 {
|
||||
margin-top: 24px;
|
||||
}
|
||||
Reference in New Issue
Block a user