forked from jeffstacey/swa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprint-factsheet.css
192 lines (121 loc) · 3.26 KB
/
print-factsheet.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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
/* @import url("fontface-myriad/myriad.css");*/
/*
@page {
@footnotes {
border-top: 1px solid #888;
padding: .5em 0;
margin-top: .8em;
}
}
*/
html, body { height: inherit; }
/*body { font-family: Georgia, serif !important; }*/
@media screen {
body {
width: 7in;
margin: 0 auto 2em;
}
.footer { margin-top: 1em; }
.admin-only { display: block !important; }
.admin-only {
background: #ff9;
border: 1px solid #ccc;
padding: .5em;
font: .9em Helvetica;
overflow: auto;
clear: both;
/* display: none;*/
}
}
@media print {
.fact-sheet h2 {
margin: 10px 0;
}
.factsheet-intro {
font-size: .8em;
}
.fact-sheet .box {
padding: 0;
}
}
@page:first {
/*margin-top: 1.8cm;*/
@top { content: normal }
/* Use this if we are using a SWA or other header */
/*
margin-top: 3cm;
@top {
border: 0px;
padding: 0;
margin-top: -3cm;
margin-left: -1.91cm;
content: flow(topbanner);
}
*/
/* End of SWA Banner */
@bottom-left { content: none }
@bottom-right { content: none }
/* @bottom-center { content: 'Economic Policy Institute'; }*/
@bottom {
/*content: 'Economic Policy Institute | 1333 H Street, NW | Suite 300, East Tower | Washington, DC 20005 | 202.775.8810 | www.epi.org';
letter-spacing: 0em;
text-align: center;
font-size: 8pt;*/
/*margin-top: -2em;*/
content: flow(footer);
}
}
.footer {
flow: static(footer);
text-transform:uppercase;
font-family: "myriad-pro", Trebuchet, sans-serif;
/* letter-spacing: .05em;*/
/* letter-spacing: .1em;*/
letter-spacing: .07em;
font-size: 8pt;
font-size: .7em;
text-align:center;
/*border: 1px solid red;*/
/*margin-top: -2em;*/
}
.footerleft-content {
flow: static(footerleft);
text-transform:uppercase;
font-family: "myriad-pro", Trebuchet, sans-serif;
/* letter-spacing: .05em;*/
/* letter-spacing: .1em;*/
font-size: 8pt;
/*text-align:center;*/
}
#pdf-topbanner {
flow:static(topbanner);
/*background-color: blue;*/
}
.figure.float-none { float: none; }
.figure.float-left { float: left; }
.figure.float-right { float: right; }
.figure.float-prince-column-top { float: prince-column-top; }
.figure.float-prince-column-bottom { float: prince-column-bottom; }
.figure.float-prince-column-top-if-necessary { float: prince-column-top-if-necessary; }
.figure.float-prince-column-bottom-if-necessary { float: prince-column-bottom-if-necessary; }
.figure.float-top, .float-top { float: top; }
.figure.float-bottom, .float-bottom { float: bottom; }
.figure.float-prince-top-next { float: prince-top-next; }
.figure.float-prince-bottom-next { float: prince-bottom-next; }
.figure.float-prince-top-if-necessary { float: prince-top-if-necessary; }
.figure.float-prince-bottom-if-necessary { float: prince-bottom-if-necessary; }
/***************************************************
Uncomment this if you want to make the body of the paper two columns.
There are some limitations: Figures must be floated to the top or bottom of the page.
*****************************************************/
.entry-content {
columns: 1;
column-gap: 1.5em;
column-rule-width: .05em;
column-rule-style: solid;
column-rule-color: #444;
text-align: justify;
prince-hyphenate-lines: 2;
prince-hyphenate-before: 3;
prince-hyphenate-after: 3;
}