forked from Lane/institutional-framework
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathprint.css
80 lines (80 loc) · 1.32 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
@media print {
nav.blade-navigation,
.nav-mobile,
.navigation,
.blade-search,
.banner-logo,
.oval,
nav.audience-navigation,
.navigation-container,
.breadcrumbs,
.span3.inthissection,
.sidebar,
footer,
hr.softline,
#ki_container,
.feature-area,
#videoModal {
display: none;
}
body {
font: 11pt Georgia, "Times New Roman", Times, serif;
line-height: 150%;
color: #000;
}
.brand img {
width: 140pt;
}
.blade-inner {
border-bottom: 1px solid #ccc;
}
.banner-inner {
margin: 14pt 0 0 0;
}
.banner-inner .site-title, .section-heading {
color: #000;
line-height: 125%;
text-decoration: none;
font-family: "DIN Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: bold;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "DIN Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
line-height: 125%;
padding-top: 0;
margin-top: 18pt;
padding-bottom: 0;
margin-bottom: 11pt;
font-weight: bold;
}
h1.page-title {
margin: 0 auto;
font-weight: bold;
}
h1 {
font-size: 21pt;
}
h2 {
font-size: 18pt;
}
h3 {
font-size: 16pt;
}
h4 {
font-size: 14pt;
}
h5 {
font-size: 12pt;
}
h6 {
font-size: 11pt;
}
}
.row-fluid .image-shadow img {
max-width: 100%;
}