aboutsummaryrefslogtreecommitdiff
path: root/presentation/custom.css
blob: 23b2c339b08ad3abf282c15783a2d7e4eb3f18e6 (plain) (blame)
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
.reveal h1, h2 { font-size: 250% }

.reveal .title { font-size: 400% }
.reveal .author { font-style: italic }

/* .reveal p { */
/*   display: block; */
/*   margin: .5em; */
/*   height: auto; } */

/* .reveal h1, .reveal h2, .reveal h3, .reveal h4, .reveal h5, .reveal h6, .reveal li { */
/*   height: auto; } */

/* .reveal figure, .reveal section { */
/*   height: inherit; } */

/* .reveal .slides { */
/*   width: 100%; */
/*   height: 100%; */
/*   top: 0; */
/*   margin-top: 0; } */

/* .reveal .slides > section { */
/*   padding: 0; } */

.reveal section img {
  border: none;
  margin: 0; }

/* .reveal img, .reveal video, .reveal iframe { */
/*   max-height: 100%; */
/*   height: 100%; } */

/* .reveal figure img { */
/*   box-shadow: none; */
/*   max-width: 100%; */
/*   object-fit: contain; */
/* } */

.reveal figcaption {
/*   position: absolute; */
/*   margin: auto; */
/*   width: 100%; */
/*   left: 0; */
/*   text-align: center; */
/*   bottom: 1em; */
/*   height: auto; */
/*   display: block; */
/*   background-color: white; */
/*   color: black; */
  font-size: small;
/*   opacity: 0; */
}

/* .reveal figcaption:hover { */
/*   opacity: .9; */
/* } */