-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathprint.css
85 lines (84 loc) · 1.18 KB
/
print.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
/*
This stylesheet reformats the theme for the printed page.
*/
body {
background: none !important;
}
#wrapper {
float: none !important;
clear: both !important;
display: block !important;
position: relative !important;
}
#header {
border-bottom: 4pt solid #000;
padding-bottom: 18pt;
}
#site-title, #site-description {
float: none;
margin: 0;
}
#site-title {
font-size: 13pt;
}
.entry-content {
font-size: 14pt;
line-height: 1.6em;
}
.entry-title {
font-size: 21pt;
line-height: 1.4em;
}
#access,
#branding img,
#respond,
.comment-edit-link,
.edit-link,
.navigation,
.page-link,
.widget-area {
display: none !important;
}
#branding img.wp-post-image {
display: block !important;
margin-left: -104pt;
margin-top: 20pt;
border: none;
margin-bottom: -24pt;
}
#container, #header, #footer {
margin: 0 0 0 24%;
width: 70%;
}
#content {
margin: 24pt 0 0;
}
.wp-caption p {
font-size: 11pt;
}
#site-info,
#site-generator {
float: none;
width: auto;
}
#colophon {
width: auto;
}
img#wpstats {
display: none;
}
#site-generator a {
padding: 0;
margin: 0;
}
#entry-author-info {
border: 1px solid #e7e7e7;
}
#main {
margin: 0;
width: auto;
padding: 0;
}
.home .sticky {
border: none;
}