-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathprint.css
103 lines (78 loc) · 6.96 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
@font-face {
font-family: OpenSans Regular;
src: url(fonts/opensans/OpenSans-Regular.ttf);
}
@font-face {
font-family: Monsterrat Regular;
src: url(fonts/montserrat/Montserrat-Regular.ttf);
}
body { font-family: 'Monsterrat Regular', 'OpenSans Regular', 'Open Sans', 'Trebuchet MS', san serif; margin: 0px 0px 80px 0px; padding: 0px; min-width: 1100px; background-repeat:no-repeat; background-attachment:fixed; background-color: #fff; }
body.short { font-family: 'Monsterrat Regular', 'OpenSans Regular', 'Open Sans', 'Trebuchet MS', san serif; margin: 0px 0px 80px 0px; padding: 0px; min-width: 1100px; background-image:none; background-color: #fff; }
a { color: #999; padding: 2px 10px; text-decoration: none; border-bottom: 1px dotted #666; }
a:visited { color: #666; text-decoration: none; border-bottom: 0px dotted #000; }
a:hover { color: #fff; text-decoration: none; border-bottom: 0px dotted #000; }
.doc-content a { color: #999; padding: 0px; text-decoration: none; }
.doc-content a:visited { color: #666; text-decoration: none; border-bottom: 0px dotted #000; }
.doc-content a:hover { color: #000; background-color: #eee; text-decoration: none; border-bottom: 0px dotted #000; }
a.text { color: #999; padding: 0px; text-decoration: none; }
a.text:visited { color: #666; text-decoration: none; border-bottom: 0px dotted #000; }
a.text:hover { color: #000; background-color: #eee; text-decoration: none; border-bottom: 0px dotted #000; }
a.logo { color: #999; padding: 2px 10px; border-bottom: 0px dotted #000; }
a.toc { color: #999; padding: 2px 0px; border-bottom: 0px dotted #000; }
a.toc:visited { color: #666 }
a.toc:hover { color: #000; text-decoration: none; border-bottom: 1px dotted #666; }
a.pale { border-bottom: 0px dotted #000; }
a.green:hover { background-color: #6bbf56; color: #fff; text-decoration: none; border-bottom: 0px dotted #000; }
a.orange:hover { background-color: #fca34c; color: #fff; text-decoration: none; border-bottom: 0px dotted #000; }
a.red:hover { background-color: #f0043e; color: #fff; text-decoration: none; border-bottom: 0px dotted #000; }
a.purple:hover { background-color: #8b3e93; color: #fff; text-decoration: none; border-bottom: 0px dotted #000; }
a.blue:hover { background-color: #396caf; color: #fff; text-decoration: none; border-bottom: 0px dotted #000; }
a.pale:hover { background-color: #fff491; color: #000; text-decoration: none; border-bottom: 0px dotted #000; }
a.select-green { background-color: #6bbf56; color: #fff; text-decoration: none; border-bottom: 0px dotted #000; }
a.select-orange { background-color: #fca34c; color: #fff; text-decoration: none; border-bottom: 0px dotted #000; }
a.select-red { background-color: #f0043e; color: #fff; text-decoration: none; border-bottom: 0px dotted #000; }
a.select-purple { background-color: #8b3e93; color: #fff; text-decoration: none; border-bottom: 0px dotted #000; }
a.select-blue { background-color: #396caf; color: #fff; text-decoration: none; border-bottom: 0px dotted #000; }
a.select-pale { background-color: #fff491; color: #000; text-decoration: none; border-bottom: 0px dotted #000; }
a.select-pink { background-color: #f05687; color: #fff; text-decoration: none; border-bottom: 0px dotted #000; }
a.select-toc { background-color: #eee; color: #f05687; text-decoration: none; border-bottom: 0px dotted #000; }
.header { font-size: 32px; line-height: 71px; background-color: #000; color: #fff; height: 80px; }
.header-tall { font-size: 32px; line-height: 71px; background-color: #000; color: #fff; height: 130px; text-align: center; }
.header img { width: 300px; padding-top: 16px; margin-left: 44px; border: none; }
.header-tall img { width: 300px; padding-top: 16px; }
.footer { border-top: 1px dotted #ccc; margin-right: 100px; margin-left: 40px; margin-top: 60px; margin-bottom: 30px; clear: both; }
.footer-left { float: left; }
.footer-right { float: right; }
.main-content { font-family: 'OpenSans Regular', 'Open Sans', 'Trebuchet MS', san serif; padding-left: 20px; }
.intro-text { font-family: 'OpenSans Regular', 'Open Sans', 'Trebuchet MS', san serif; padding-top: 30px; margin-right: 80px;}
.content { font-family: 'OpenSans Regular', 'Open Sans', 'Trebuchet MS', san serif; padding-top: 10px; margin-right: 80px; margin-left: 0px; }
.doc-content { font-family: 'OpenSans Regular', 'Open Sans', 'Trebuchet MS', san serif; padding-top: 10px; margin-right: 80px; margin-left: 0px; min-height: 460px; }
.content-column-left { width: 45%; float: left; padding-bottom: 40px; padding-right: 30px; }
.content-column-right { width: 45%; float: right; padding-bottom: 40px; padding-right: 30px; }
dl { font-size: 18px; background-color: #eeeded; padding: 18px;
-moz-border-radius: 24px;
-webkit-border-radius: 24px; border-radius: 24px; /* future proofing */
-khtml-border-radius: 24px; /* for old Konqueror browsers */
border: 1px solid #d1d0d0;
}
dd { padding-bottom: 6px; }
dt { font-family: 'Monsterrat Regular', san serif; padding-top: 6px; padding-bottom: 12px; }
ol.toc-nav { font-family: 'OpenSans Regular', 'Open Sans', 'Trebuchet MS', san serif; white-space: nowrap; font-size: 14px; margin-left: -30px; margin-top: 8px; margin-bottom: 8px; }
ol.toc-nav li { line-height: 16px; margin-top: 4px; margin-bottom: 4px; }
p.first { padding-top: 0px; margin-top: 0px; }
.annotate { font-size: 12px; color: #f05687; font-style: italic; }
h1.home { font-family: 'Monsterrat Regular', san serif; font-weight: normal; font-size: 58px; line-height: 54px; color: #333; }
h1 { font-family: 'Monsterrat Regular', san serif; font-weight: normal; font-size: 45px; color: #333; margin-bottom: 0px; padding-bottom: 10px; margin-top: 0px; padding-top: 20px; }
h2 { font-family: 'Monsterrat Regular', san serif; font-weight: normal; font-size: 34px; color: #333; margin-bottom: 0px; padding-bottom: 0px; margin-top: 0px; padding-top: 20px; }
h3 { font-family: 'Monsterrat Regular', san serif; font-weight: normal; font-size: 26px; color: #333; margin-bottom: 0px; padding-bottom: 0px; }
h3.knapsack { font-family: 'Monsterrat Regular', san serif; font-weight: normal; font-size: 18px; color: #333; margin-bottom: 0px; padding-bottom: 9px; padding-left: 28px; }
h4 { font-family: 'Monsterrat Regular', san serif; font-weight: normal; font-size: 20px; color: #666; margin-bottom: 0px; padding-bottom: 0px; text-transform: uppercase; }
.montserrat { font-family: 'Monsterrat Regular', san serif; }
img.doc-image { width: 100% }
pre { background-color: #d9f8c9; padding: 20px; border: 1px solid #90c077; white-space: pre-wrap; font-family: 'Monaco'; 'Lucida Console', 'Lucida Typewriter', monospace; }
code { font-family: 'Monaco'; 'Lucida Console', 'Lucida Typewriter', monospace; font-size: 11pt; }
p {font-family: 'OpenSans Regular', 'Open Sans', 'Trebuchet MS', san serif; }
form { margin-left: 20px; }
ul, ul.nav, ul.nav-noscroll, ul.subnav, ol, ol li, #download-splash { display: none; }
.pulldown { visibility: hidden; }
.main-content .demonstration { display: inline; width: 500px; margin: 0px 30px 0px 50px; float: left; padding-bottom: 20px; }