-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
executable file
·79 lines (68 loc) · 1.27 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
/* CSS Document */
body {
font: 13px "Arial", Helvetica, sans-serif;
color: #000;
background-color: #fff;
}
.container {
width: 960px;
min-height: 1000px;
margin: 0 auto; /* top and bottom, right and left */
/* border: 1px solid #000; */
text-align: left; /* top, right, bottom, left */
color: #000;
background: #fff;
padding-top: 5px;
padding-left: 0px;
padding-right: 0px;
padding-bottom: 5px;
}
.venue {
font-size: 120%;
font-weight: bold;
display: block;
text-align: center;
margin-top: 8px;
margin-bottom: 8px;
}
.title {
font-size: 190%;
font-weight: bold;
display: block;
text-align: center;
margin-top: 14px; /* h1 default */
margin-bottom: 14px;
}
table.authors td {
font-size: 14px;
padding-right: 20px;
padding-left: 20px;
padding-bottom: 5px;
}
table.affiliations td {
font-size: 14px;
padding-right: 20px;
padding-left: 20px;
padding-bottom: 0px;
}
.caption {
font-style: italic;
font-size: 100%;
}
.section{
font-size: 140%;
font-weight: bold;
}
.bibtex {
font-family: "Courier New", Courier, monospace;
white-space: pre;
}
.date {
font-size: 80%;
}
table.data td {
padding-right: 10px;
padding-left: 10px;
padding-bottom: 5px;
vertical-align: top;
}