-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
63 lines (55 loc) · 740 Bytes
/
style.css
File metadata and controls
63 lines (55 loc) · 740 Bytes
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
body {
max-width: 800px;
margin: 0 auto;
font: 11pt/1.7 "Helvetica Neue", Helvetica, Arial, sans-serif;
hyphens: auto;
}
main {
margin: 1em 0 2em;
}
h1, h2, h3 {
margin: 1em 0 .25em;
clear: both;
}
p {
margin: 0 0 1em;
}
section {
page-break-inside: avoid;
}
#venue {
font-size: 1.5em;
}
#organizers {
list-style: none;
padding: 0;
}
#abstract h2 {
display: none;
}
#abstract {
font-style: italic;
}
.chair p {
margin: 0;
}
.chair img {
float: right;
margin: -3em 0 1em 2em;
width: 10em;
}
@media print {
body {
text-align: justify;
}
a {
text-decoration: none;
color: inherit;
}
}
@page {
margin: 25mm;
@bottom-left {
content: counter(page) "/" counter(pages);
}
}