2019-11-22 19:28:19 +00:00
|
|
|
body {
|
|
|
|
padding: 5px;
|
2019-11-23 01:09:42 +00:00
|
|
|
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
|
2019-11-25 23:20:12 +00:00
|
|
|
font-size: 3vh;
|
2019-11-23 01:09:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
button {
|
2019-11-25 23:20:12 +00:00
|
|
|
font-size: 3vh;
|
2019-11-23 21:04:33 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
pre {
|
|
|
|
background-color: black;
|
|
|
|
overflow-x: auto;
|
|
|
|
word-break: normal;
|
|
|
|
word-wrap: normal;
|
|
|
|
white-space: pre;
|
|
|
|
border: solid 1px gray;
|
|
|
|
padding: 0.5em;
|
|
|
|
color: lightgreen;
|
|
|
|
font-family: "consolas", sans-serif
|
|
|
|
}
|
|
|
|
|
2019-11-25 23:20:12 +00:00
|
|
|
video {
|
|
|
|
height: 40vh;
|
|
|
|
max-width: 90vw;
|
|
|
|
display: block;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
}
|
|
|
|
|
2019-11-23 21:04:33 +00:00
|
|
|
slide-deck img {
|
|
|
|
display: block;
|
2019-11-25 23:20:12 +00:00
|
|
|
max-height: 60vh;
|
2019-11-23 21:04:33 +00:00
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
2019-11-23 01:09:42 +00:00
|
|
|
}
|
|
|
|
|
2019-11-25 23:20:12 +00:00
|
|
|
slide-deck img.expandable:hover {
|
|
|
|
margin-top: -20vh;
|
|
|
|
max-height: 80vh;
|
|
|
|
}
|
|
|
|
|
2019-11-23 01:09:42 +00:00
|
|
|
@media only screen and (max-width: 800px) {
|
|
|
|
body {
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
button {
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media only screen and (max-width: 1200px) {
|
|
|
|
body {
|
2019-11-25 23:20:12 +00:00
|
|
|
font-size: 2vh;
|
2019-11-23 01:09:42 +00:00
|
|
|
}
|
|
|
|
button {
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
2019-11-22 19:28:19 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
h1, h2, h3 {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
|
|
|
img {
|
|
|
|
max-width: 100%;
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
|
2019-11-25 23:20:12 +00:00
|
|
|
.appear {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2019-11-23 00:37:45 +00:00
|
|
|
.footer {
|
|
|
|
float: left;
|
|
|
|
height: 15vh;
|
|
|
|
vertical-align: middle;
|
|
|
|
width: 32vw;
|
2019-11-22 19:28:19 +00:00
|
|
|
}
|
|
|
|
|
2019-11-23 00:37:45 +00:00
|
|
|
.right {
|
|
|
|
text-align: right;
|
2019-11-22 19:28:19 +00:00
|
|
|
}
|
|
|
|
|
2019-11-23 00:37:45 +00:00
|
|
|
.left {
|
|
|
|
text-align: left;
|
2019-11-22 19:28:19 +00:00
|
|
|
}
|
|
|
|
|
2019-11-23 00:37:45 +00:00
|
|
|
.center {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
slide-deck div {
|
|
|
|
height: 80vh;
|
|
|
|
padding: 1em;
|
|
|
|
}
|
|
|
|
|
2019-11-23 01:09:42 +00:00
|
|
|
@media only screen and (max-width: 960px) {
|
|
|
|
.footer {
|
|
|
|
float: none;
|
|
|
|
width: 100%;
|
|
|
|
height: auto;
|
|
|
|
margin-top: 2px;
|
|
|
|
}
|
|
|
|
.right {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.left {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
slide-deck div {
|
|
|
|
height: 75vh;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-11-23 00:37:45 +00:00
|
|
|
slide-controls {
|
2019-11-22 19:28:19 +00:00
|
|
|
height: 15vh;
|
2019-11-23 00:37:45 +00:00
|
|
|
width: 33vw;
|
|
|
|
text-align: center;
|
|
|
|
float: left;
|
2019-11-22 19:28:19 +00:00
|
|
|
}
|
|
|
|
|
2019-11-23 20:07:22 +00:00
|
|
|
nextslide, transition {
|
2019-11-22 19:28:19 +00:00
|
|
|
display: none;
|
|
|
|
}
|