-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprint.css
More file actions
84 lines (75 loc) · 2.18 KB
/
print.css
File metadata and controls
84 lines (75 loc) · 2.18 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
/*
-----------------------------------------------------
Wizards.com: print.css
Copyright (c) 2008 Wizards of the Coast
http: //www.wizards.com/
Reformats page for printer friendly version
-----------------------------------------------------
*/
/* Generic site-level/global elements */
/* ----------------------------------------------- */
* {
max-width: 620px;
width: expression(width > 620 ? 620 : true);
}
#WizardsLogo, #bannerGraphic, .searchControl,
#mainNav, #leftColumn, #rightColumn, #footerNav ul, #topNav ul,
#breadcrumb, #header, .article .header, ul.filter {
display: none;
}
body, #wrap, #container, #wrapper, #MasterMainContent, #centerColumn,
#footer, #footerWrap, #footerNav,
.article, .article .content, .article .footer {
background: #fff !important;
border: none !important;
}
#wrap, #container, #wrapper, #MasterMainContent, #centerColumn,
#footer, #footerWrap, #footerNav {
width: auto !important;
min-width: 0 !important;
border: 0;
margin: 0;
padding: 0;
float: none !important;
}
/* Magic specific styles */
/* ----------------------------------------------- */
#adspaceRow, #content .center-content ul#heading-links, .article-top,
#content .center-content .article-footer, #content .center-content .heading .links {
display: none;
}
#content .center-content, .article-bottom, #footer, #footerText {
background: #fff !important;
border: none !important;
}
#content .center-content .heading {
height: auto !important;
border: none;
}
#content .center-content .heading .description h4,
#content .center-content .heading .description h5.byline {
width: 620px;
text-align: center;
}
#content .center-content .heading .description h5.byline {
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: 3px solid #666;
}
#content .center-content a {
color: #000 !important;
text-decoration: none !important;
}
#footerText, #footerText p, #footerText a {
font-size: 12px !important;
color: #000 !important;
}
#footer {
width: 620px !important;
margin-top: 10px !important;
padding-top: 10px !important;
border-top: 3px solid #666 !important;
}
.globalSearchControl {
display: none;
}