-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprint.css
More file actions
122 lines (122 loc) · 2.21 KB
/
Copy pathprint.css
File metadata and controls
122 lines (122 loc) · 2.21 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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
@media print {
body {
font-family: 'Source Sans Pro', Arial, Sans-serif;
background: #f3f3f3;
padding: 0 100px 0;
}
body:after {
content: "Glad you liked this enough to print it! Check out more at www.cattsmall.com.";
display: block;
font-weight: 200;
border-top: 1px dotted #ececec;
padding-top: 10px;
color: #ccc;
margin-top: 30px;
font-size: .8em;
}
* {
text-decoration: none;
}
*[role="sidebar"],
.wpcf7,
.meta,
.nav-menu,
.page-footer,
.btn-cta,
.outside-link,
.ss-icon,
.seemore-link,
.readmore-link {
display: none;
}
a {
color: #333;
}
.sitenav {
margin-bottom: 40px;
}
.brand {
font-weight: 200;
font-size: 1.5em;
color: #ccc;
border-bottom: 1px dotted #ececec;
padding: 0 0 10px;
}
div.content > section h1 {
font-size: 1.5em;
}
div.content > section h2 {
font-size: 1.25em;
font-weight: 200;
}
div.content > section header h2 {
font-weight: bold;
margin-top: 50px;
}
div.content > section article h1 {
font-size: 1.25em;
margin: 20px 0 0;
padding: 0;
}
div.content > section article p {
margin: 0;
}
div.content > section article.portfolio-post-thumbnail h1 {
margin: 10px 0 20px;
}
div.content > section .post-content ul {
margin-top: .5em;
}
div.content > section .post-content li {
margin-bottom: 5px;
}
div.content > section .post-content h1 {
margin-bottom: .75em;
}
div.content > section .post-content h2 {
font-size: 1.5em;
font-weight: normal;
}
div.content > section .post-content h3 {
font-size: 1.25em;
padding: 0;
color: #666;
margin: 0;
}
div.content > section .post-content h4 {
margin: 0;
}
div.content > section .post-content p {
margin: 0 0 1em;
}
.comments-area {
display: none;
}
p,
ul,
li {
font-size: 1em;
line-height: 1.5em;
}
img {
max-width: 100%;
height: auto;
display: block;
}
img.aligncenter {
margin: 0 auto;
}
.carousel {
margin-top: 50px;
}
.carousel figure {
display: none;
}
.carousel figure:first-of-type {
display: block;
}
.crayon-plain-wrap,
.crayon-info {
display: none;
}
}