-
Notifications
You must be signed in to change notification settings - Fork 5
/
ttocs.css
90 lines (73 loc) · 1.17 KB
/
ttocs.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
html {
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
color: #111;
height: 100%;
}
img.headerimg {
display: block;
margin-left: auto;
margin-right: auto;
}
#opening {
line-height: 1.4em;
font-size: 1.4em;
margin-bottom: .8em;
}
body{
background: #FEFEFE;
}
#content {
font-size: 1em;
line-height: 1.2em;
padding: 1em;
margin-left: auto;
margin-right:auto;
margin-top: 0em;
width: 70%;
max-width: 800px;
margin-bottom:2em;
padding-bottom:1em;
}
#contact, h2, h3 {
background: #ddd;
padding: .5em;
}
#fwf {
font-family: Courier;
}
#menu {
text-align: center;
font-size: 1.2em;
}
a:link, a:visited {color: #222; text-decoration: underline; }
a:active, a:hover {color: #444; text-decoration: underline; }
hr {
border: none;
background-color: #aaa;
color: #ccc;
height: 1px;
}
#proceedings li {
margin-bottom: 10px;
}
#organizers li {
margin-bottom: 4px;
}
.paper-body {
margin-top: 2px;
margin-bottom: 4px;
color: #777;
}
#twitterfollow {
float: right;
text-align: right;
}
#index {
vertical-align: middle;
font-style: bold;
font-size: 1.8em;
}
#indexbox {
margin-top: 2em;
margin-bottom: 1.5em;
}