-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle_print.css
More file actions
57 lines (49 loc) · 872 Bytes
/
style_print.css
File metadata and controls
57 lines (49 loc) · 872 Bytes
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
/**
* @package WP_Basic_Bootstrap
* @since WP_Basic_Bootstrap 1.0
*/
body {
font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
font-size: 14px;
font-weight: 300;
font-style: normal;
font-variant: normal;
color: #444;
line-height: 20px;
}
a {
text-decoration: dashed;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
text-decoration: none;
page-break-before: auto;
}
.blog-main,
.blog-main-left,
.blog-main-right {
width:100%;
float:left;
}
.page-break {
page-break-before: always;
page-break-inside: avoid;
}
.print-separator {
height: 12px;
display: block;
}
.post-edit-link,
.comment-edit-link,
.comment-reply-link {
display: none;
}
.blog-main .blog-post header {
margin-bottom: 12px;
padding-bottom: 12px;
}