-
Notifications
You must be signed in to change notification settings - Fork 0
/
stylesheet.css
82 lines (78 loc) · 1.3 KB
/
stylesheet.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
@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,700');
body {
font-family: 'Roboto', Arial, sans-serif;
}
.paper_title {
font-style: italic;
font-size: 200pt;
font-weight: bold;
}
.paper_date {
font-weight: bold;
}
#toc_container {
background: #d8bbbb none repeat scroll 0 0;
border: 1px solid #aaa;
display: table;
font-size: 95%;
padding-top: 20px;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 8px;
width: auto;
}
ß
.toc_title {
font-weight: 700;
font-size: 18pt;
text-align: left;
}
#toc_container ul {
list-style: outside none none !important; margin-left: -40px;
}
.h2_explainer {
margin-bottom: 2px;
}
h3 {
margin-bottom: 2px;
}
.h3_explainer {
padding-bottom: 10px;
padding-top: 5px;
}
.transcript {
font-style: italic;
}
.text_e2e {
font-style: italic;
color: #666666;
font-size: 11pt;
}
/* padding causes text to overlap buttons on e2e page */
.text_gst {
font-style: italic;
color: #666666;
font-size: 11pt;
padding-bottom: 10px;
padding-top: 15px;
}
/* for e2e page */
td.reference {
text-wrap: overflow;
min-width: 500px;
max-width: 500px;
}
td.reference button {
margin-left: 10px;
}
td.algorithm {
text-align: right;
}
#player {
position: fixed;
top: 0;
right: 0;
}
td.synthesis {
text-align:center;
}