-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprint-css.css
More file actions
102 lines (88 loc) · 1.48 KB
/
print-css.css
File metadata and controls
102 lines (88 loc) · 1.48 KB
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
/* Mistape */
.mistape_caption {
display: none;
}
/* Sections Educational Book Exercise */
h2 { margin: 10px; }
.textbox.textbox--exercise { display: none; }
.textbox.textbox--summary { display: none; }
/* Sections hustle-ui */
.hustle-ui {
display: none;
}
/* WP-Print */
body {
font-family: Verdana, Arial, Tahoma;
font-size: 14px;
color: #000000;
}
* {
padding: 0;
margin: 0;
list-style-type: none;
}
hr { display: none; }
img { max-width: 100%; }
p {
word-wrap: break-word;
margin-bottom: 15px;
}
a { color: inherit; }
/* Header */
.entry-header {
margin-bottom: 5px; /* 25px; */
padding-bottom: 5px; /* 25px; */
border-bottom: 1px solid #555;
}
.hat {
display: block;
text-align: center;
margin: 15px 0 20px 0;
}
.entry-title, #CommentTitle {
font-weight: bold;
font-size: 21px;
margin-bottom: 5px;
}
/* #CommentTitle { margin-bottom: 15px; } */
/* Main */
.center {
margin: 0 auto;
padding: 0 2%;
}
/* thumbnail */
.thumbnail {
text-align: center;
margin-bottom: 25px;
}
/* content */
.entry-content {
margin-bottom: 5px; /* 35px; */
line-height: 170%;
}
pre {
white-space: pre-wrap;
}
/* Footer */
.footer {
margin-top: 25px;
padding: 25px 0 0 0;
border-top: 1px solid #555;
}
@media print {
#comments_controls,
#print-link {
display: block;
}
/* a::after{
content: " (" attr(href) ") ";
} */
}
.alignleft, .alignleft {
float: left;
margin: 10px 10px 5px 0;
}
.alignright, .alignright {
float: right;
margin: 10px 0 5px 10px;
}