-
Notifications
You must be signed in to change notification settings - Fork 1
/
offcanvas.css
110 lines (94 loc) · 1.34 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
/*
* Style tweaks
* --------------------------------------------------
*/
html,
body {
overflow-x: hidden; /*Prevent scroll on narrow devices */
padding-top: 30px;
text-align: justify;
}
footer {
padding: 10px 0;
}
.authors {
font-size: 20px;
}
/*.container {
max-width: 768px;
}*/
.container {
max-width: 1000px;
}
p {
font-size: 16px;
padding-bottom: -10px;*/
}
li {
font-size: 16px;
}
h2 {
text-align: center;
align: center;
}
.jumbotron{
text-align: center;
}
.btn {
font-size: 18px;
}
.btn-disabled {
/*background-color: #f4f4f4;*/
}
.jumbotron h2 {
font-size: 36px;
}
.section {
padding-top: 10px;
}
.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;
}