-
Notifications
You must be signed in to change notification settings - Fork 1
/
print.css
executable file
·64 lines (55 loc) · 1.41 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
/*
Theme Name: Conestogastreet (kazad modified)
Theme URI: http://www.conestogastreet.com
Description: Everything happens on Conestoga Street
Version: 1.0
Author: Theron Parlin
Author URI: http://www.thoughtmechanics.com/
Copyright 2004 Sonny Parlin, http://www.conestogastreet.com/
*/
.post-title{
font-size: 1.8em;
text-decoration: underline;
}
#sidebar { display:none }
#header { height:75px }
#content{ margin-left:0;
float:none;
width:auto }
.demo .red { color:black;
font-weight:bold }
#content{ margin-left:0;
float:none;
width:auto }
#footer, .ad { display:none }
h1, h2, h3, h4, h5, h6 { page-break-after:avoid;
page-break-inside:avoid }
h3 { margin-left:10px;
margin-bottom:0px;
padding-bottom:0px }
blockquote, table, pre { page-break-inside:avoid }
ul, ol, dl { page-break-before:avoid }
img.centered { display: block;
margin-left: auto;
margin-right: auto; }
img.right { padding: 4px;
margin: 0 0 2px 7px;
display: inline; }
img.left { padding: 4px;
margin: 0 7px 2px 0;
display: inline; }
.right { float: right; }
.left { float: left }
img { page-break-inside:avoid;
page-break-after:avoid; }
#content{
text-align: left;
}
#header, #breadcrumb, #post-meta, .sidebar {
display: none;
}
pre {
border: 1px solid #ccc;
padding: 5px;
}
.textad { display:none }