-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstylesheet.css
109 lines (104 loc) · 1.67 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,700');
body {
font-family: 'Fira Sans', 'Roboto', 'Arial', sans-serif;
margin: 10px 5% 10px 5%;
width: 90%;
padding:0;
}
div {
width: 90%;
margin-left: 5%;
}
h1 {
width: 90%;
margin-left: 5%;
}
table {
margin-left: auto;
margin-right: auto;
text-align: center;
}
.paper_title {
font-style: italic;
}
.paper_date {
font-weight: bold;
}
#toc_container {
background: #f9f9f9 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;
}
h4 {
text-align:center;
}
.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;
}
.grid-container {
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: 0%;
}
img {
display: block;
margin-left: auto;
margin-right: auto;
}