]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/base/css/print.css
Print stylesheet
[quix0rs-gnu-social.git] / theme / base / css / print.css
1 body { font-size:12pt; }
2 a:after { background-color:#fff; }
3 a:not([href^="#"]):after { content:" ( "attr(href)" ) "; }
4 a:not([href^="http:"]):after { content: " ( http://identi.ca/"attr(href)" ) "; }
5 a[href^="/"]:after { content: " ( http://identi.ca" attr(href) " ) "; }
6
7 img { border:none; }
8 p { orphans: 2; widows: 1; }
9
10 #site_nav_global_primary,
11 #site_nav_local_views,
12 #form_notice,
13 .pagination,
14 #site_nav_global_secondary,
15 .entity_actions,
16 .notice-options,
17 #aside_primary {
18 display:none;
19 }
20
21 .timestamp dt, .timestamp dd,
22 .device dt, .device dd {
23 display:inline;
24 }
25
26 .notices li {
27 margin-bottom:18px;
28 }