-
Notifications
You must be signed in to change notification settings - Fork 0
/
offcanvas.css
131 lines (107 loc) · 1.58 KB
/
offcanvas.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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
/*
* Style tweaks
* --------------------------------------------------
*/
html,
body {
overflow-x: hidden; /*Prevent scroll on narrow devices */
padding-top: 0;
text-align: justify;
font-family: Avenir, serif;
}
a {
margin-top: 5px;
margin-bottom: 5px;
color: rgba(0,0,0,0.64);
}
.abstract{
color: #999999;
}
footer {
padding: 10px 0;
}
.authors {
font-size: 21px;
}
/*.container {
max-width: 768px;
}*/
.container {
max-width: 1000px;
}
p {
font-size: 16px;
color: #3f4141;
line-height: 150%;
margin:20px;
/*padding-bottom: 20px;*/
}
li {
font-size: 16px;
}
h2 {
text-align: center;
align: center;
color: rgba(0,0,0,0.9);
}
.jumbotron{
text-align: center;
}
.btn {
font-size: 18px;
}
.btn-disabled {
/*background-color: #f4f4f4;*/
}
.jumbotron h2 {
font-size: 36px;
}
.section {
padding-top: 30px;
}
.center{
display: block;
margin-left: auto;
margin-right: auto;
}
.vcontainer {
position: relative;
width: 100%;
height: 0;
padding-bottom: 56.25%;
}
.video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.gif {
padding:10px;
display: block;
margin-left: auto;
margin-right: auto;
text-align: center;
}
.caption {
width:75%;
font-size:14px
}
.bibtexsection {
font-family: "Courier",monospace;
font-size:16px;
white-space:pre;
background-color: #f4f4f4;
text-align:left;
}
.canvas-row canvas {
max-width:100%;
}
.padding-0{
padding-right:0;
padding-left:0;
}
.vspace-top {
margin-top: 30px;
}