-
Notifications
You must be signed in to change notification settings - Fork 0
/
ACM.css
284 lines (282 loc) · 6 KB
/
ACM.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
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
.user-contents {
font-family: 'Noticia Text', serif;
font-weight: 400;
line-height: 18pt;
text-align: justify;
word-wrap: break-word;
hyphens: auto;
}
div#flow {
font-size: 12pt;
}
div#print {
font-size: 9pt;
}
div#print,
div#flow {
counter-reset: footnote-counter footnote-marker-counter heading section subsection figure-cat-0 figure-cat-1 figure-cat-2 !important;
}
.article-title {
font-family: 'Source Sans Pro', sans-serif;
margin: 0 0 0.333em;
font-size: 2em;
font-weight: 700;
text-transform: capitalize;
}
div#print .article-title {
justify-content: center;
display: flex;
align-items: center;
}
.article-subtitle {
font-family: 'Source Sans Pro', sans-serif;
font-size: 1.6em;
font-weight: 400;
}
div#print .article-subtitle {
justify-content: center;
}
.article-authors {
font-family: 'Source Sans Pro', sans-serif;
font-weight: 400;
break-after: always;
font-size: 1.25em;
margin-top: 20px;
margin-bottom: 20px;
text-decoration: none;
}
div#print .article-authors {
display: center;
text-align: center;
}
.article-abstract {
margin: 0 0 0.5em;
line-height: 15pt;
}
.article-part.article-abstract::before {
content: 'ABSTRACT';
color: black;
font-weight: 700;
}
div#print .article-abstract {
column-count: 2;
column-fill: auto;
-moz-column-count: 2;
}
.article-part.article-keywords::before {
content: 'Keywords\A';
color: black;
font-weight: 700;
}
.article-keywords {
margin: 0 -10 0.5em;
line-height: 15pt;
}
.article-part.metadata {
margin-top: 30px;
margin-bottom: 40px;
line-height: 25px;
}
.pagination-footnote:before,
.pagination-footnote > * > *:first-child:before {
font-family: 'Noticia Text', serif;
font-weight: 700;
font-size: 1em;
text-align: left;
font-style: normal;
vertical-align: super;
line-height: 0;
}
.pagination-footnote > * > *:first-child:before {
margin-right: 5px;
}
.pagination-footnote > * > * {
font-family: 'Noticia Text', serif;
font-weight: 400;
font-size: 1.1em;
line-height: 1.35em;
}
.pagination-pagenumber {
font-family: 'Source Sans Pro', sans-serif;
font-size: 1em;
font-weight: 400;
text-align: center !important;
}
.pagination-footnotes {
margin-top: 25px;
}
.user-contents h1,
.user-contents h2,
.user-contents h3,
.user-contents h4,
.user-contents p,
.user-contents dl,
.user-contents blockquote,
.user-contents code,
.user-contents ol,
.user-contents ul {
margin-bottom: 18px;
}
.user-contents h1,
.user-contents h2,
.user-contents h3,
.user-contents h4,
.user-contents h5,
.user-contents h6 {
font-family: 'Noticia Text', serif;
font-weight: 700;
hyphens: none;
line-height: 1.0 em;
}
.user-contents h1 {
font-size: 1.4em;
font-weight: 700;
}
.user-contents h2 {
font-size: 1.3em;
font-weight: 700;
}
.user-contents h3 {
font-size: 1.2em;
font-weight: 700;
}
.user-contents h4 {
margin: 1.33333333em 0 0 0;
font-size: 1.1em;
font-weight: 400;
font-style: italic;
}
.user-contents h5 {
margin: 1.33333333em 0 0 0;
font-size: 1.1em;
font-weight: 400;
font-variant: small-caps;
}
.user-contents h6 {
margin: 1.33333333em 0 0 0;
font-size: 1.1em;
font-weight: 400;
text-decoration: underline;
}
div#print .article-body {
column-count: 2;
column-fill: auto;
-moz-column-count: 2;
}
.article-body h1:before {
counter-increment: heading;
/* add 1 to heading */
content: counter(heading) ". ";
}
.article-body h1 {
counter-reset: subheading section;
/* set section to 0 */
}
.article-body h2:before {
content: counter(heading) "." counter(subheading) " ";
counter-increment: subheading subsection;
}
.article-body h2 {
counter-reset: section;
}
.article-body h3:before {
content: counter(heading) "." counter(subheading) "." counter(section) " ";
counter-increment: section;
}
.article-body h3 {
counter-reset: subsection;
}
div#print .article-body,
.pagination-footnote > * > * {
font-size: 1em;
}
/*unordered lists (<ul>) - the list items are marked with bullets*/
/*ordered lists (<ol>) - the list items are marked with numbers or letters*/
/*Anything added to the <ol> or <ul> tag, affects the entire list, while properties added to the <li> tag will affect the individual list items*/
.user-contents p,
.user-contents ol li,
.user-contents ul li {
font-size: 1em;
margin: 0 0 0.5em;
line-height: 18pt;
text-indent: 0;
counter-reset: figures;
}
.user-contents strong,
div#print strong {
font-weight: 700;
}
.user-contents em,
div#print em {
font-style: italic;
}
.user-contents ul,
.user-contents ol {
padding-left: 15px;
}
.user-contents ul {
list-style: disc;
/*A filled circle*/
}
.user-contents ol {
list-style: decimal;
}
.user-contents blockquote {
font-style: italic;
margin-left: 20px;
margin-right: 20px;
font-size: 1.8em;
line-height: 1.4em;
}
.user-contents code {
display: block;
font-family: 'Courier', monospace;
font-size: 1.1em;
line-height: 1.75em;
white-space: pre-line;
}
.article-bibliography p {
font-size: 1.2em;
margin-bottom: 18px;
}
.figure {
counter-increment: figures;
}
.figcaption:before {
content: "Fig. " counter(figures) " - ";
}
.equation {
margin: 3pt 0;
align-items: center;
justify-content: center;
font-size: 1.1em;
}
.pagination-page .pagination-contents-container {
right: 80px !important;
left: 80px !important;
}
.pagination-page .pagination-main-contents-container {
height: 927px;
}
div#print table {
border-collapse: initial;
border-spacing: initial;
margin-bottom: 30px;
}
div#print tr,
div#print td {
padding: 4px;
border: 1px solid black;
}
div#print figure {
margin: 0 0 30px 0;
}
.article-bibliography-header:before {
content: 'REFERENCES';
}
div#print .article-bibliography {
margin-top: 30px;
column-count: 2;
column-fill: auto;
-moz-column-count: 2;
}