This repository has been archived by the owner on Nov 4, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
style-print.css
executable file
·163 lines (155 loc) · 2.33 KB
/
style-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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
body {
background: white;
color: black;
font: 10pt/13pt arial;
margin: 0;
}
a,
a:link,
a:visited,
.printonly.url span {
background: transparent;
color: #1772AF;
text-decoration: none;
}
.printonly.url {
border: 1px solid #888;
display: block;
padding: 5px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.printonly {
clear: both;
}
h1,
h2,
h3,
h4,
h5,
h6,
img {
page-break-after:avoid;
page-break-inside:avoid;
}
blockquote,
table,
pre {
page-break-inside:avoid;
}
ul,
ol,
dl {
page-break-before:avoid;
}
img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}
img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}
.alignright {
float: right;
}
.alignleft {
float: left;
}
/* hide the following IDs*/
#top-bar,
#nav,
#footer,
.sidebar,
.featured_slider,
#respond,
.post-nav,
.post .avatar,
.date,
.post-date-inline,
.edit-post,
.comment-edit-link,
.comment-reply-link,
.print,
.email {
display: none;
}
#header {
border-bottom: 1px solid #bbb;
}
.header_title,
.header_title a,
.header_desc {
display: block !important;
}
.header_title a {
color: #000;
font: bold 16pt arial;
}
.header_title {
margin-bottom: 5px;
}
.header_desc {
font: normal 12pt/14pt arial;
margin-top: 0;
}
#content-main {
float: none;
width: auto;
display: block;
}
.post-meta ul,
.post-meta li,
.meta_categories {
display: inline;
margin: 0;
padding: 0;
}
.author-info .avatar {
float: left;
margin: 0 10px 10px 0;
}
#comments > h4 {
font-size: 18px;
}
#comments_list {
margin: 0;
}
#comments li {
list-style: none;
border-top: 1px solid #eee;
padding: 10px 0;
}
.comment-avatar-wrap {
float: left;
margin-right: 10px;
}
.comment-author {
margin: 0;
padding-top: 5px;
font-size: 16px;
}
.comment-meta p {
font-size: 11px;
color: #bbb;
margin-top: 0;
}
.comment-entry {
clear: both;
}
.message-block {
padding: 0 10px;
border: 1px solid #ccc;
margin-bottom: 10px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}