-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
101 lines (90 loc) · 1.55 KB
/
style.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
body {
max-width: 800px;
margin: 0 auto;
font: 11pt/1.5 "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;
}
#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: -1em 0 1em 2em;
width: 10em;
}
@media print {
body {
font-size: 10pt;
text-align: justify;
}
a {
text-decoration: none;
color: inherit;
}
}
@page {
margin: 25mm;
@bottom-left {
content: counter(page) "/" counter(pages);
}
}
/* -- Material Design Table style -------------- */
table {
width: 100%;
max-width: 100%;
margin-bottom: 2rem;
background-color: #fff;
padding: 0.8rem;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
text-align: left;
padding: 0.6rem;
vertical-align: top;
border-top: 0;
}
table > thead > tr > th {
font-weight: 400;
color: #757575;
vertical-align: bottom;
border-bottom: 3px solid rgba(0, 0, 0, 0.12);
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
border: 0;
border-bottom: 1px solid #e0e0e0;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
border-bottom-width: 2px;
}