-
Notifications
You must be signed in to change notification settings - Fork 1
/
UoA.css
73 lines (59 loc) · 1.2 KB
/
UoA.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
/* Ensure certain elements are never larger than the slide itself */
.reveal img, .reveal video, .reveal iframe {
max-width: 95%;
max-height: 95%;
}
.reveal .backbox {
background: rgba(0, 0, 0, 0.9);
border-radius: 10px;
padding:5px;
margin:5px 0;
}
.reveal p, .reveal h1, .reveal h2, .reveal h3, .reveal .footnote, .reveal table {
background: rgba(0, 0, 0, 0.9);
border-radius: 10px;
}
.reveal .slides {
height: 100%;
}
.reveal .slides>section {
min-height: 90%;
}
.reveal .slides>section>section {
min-height: 100%;
}
.reveal .footnote {
font-size:0.5em;
text-align:left;padding-left:1em;padding-right:1em;
}
.plot {
width: 900px;
height: 425px;
margin: 0 auto;
}
.reveal form {
margin-left:1em;
margin-right:1em;
}
:root {
--r-main-font-size: 30px;
}
.reveal .attribution {
font-size:0.5em;
text-align:right;
}
.MathJax_CHTML {
font-size: 90% !important;
}
.reveal th, .reveal td {
border-right: 1px solid #eeeeef;
}
.reveal th:last-child, .reveal td:last-child {
border-right: none;
}
@media print {
.slide-background {
background-color: #002b36 !important;
-webkit-print-color-adjust: exact;
}
}