-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy paththeme.css
More file actions
63 lines (45 loc) · 1.45 KB
/
theme.css
File metadata and controls
63 lines (45 loc) · 1.45 KB
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
.flex-slide{display:flex}
.column {display: flex;
flex-direction: column;
flex-basis: 100%;
flex: 2;
}
.double-column {
display: flex;
flex-direction: column;
flex-basis: 100%;
flex: 2;
}
h1, h2, h3, h4, h5, h6, p {color:white;}
.line.focus{background:none;font-size: xx-large;color: #5cc4ea;}
.reveal ul{ margin:0 !important;}
/* .present {} */
.flex-slide p.fragment{ font-size: 0.6em; }
h1, h2, h3, h4, h5, h6, p {color:white;}
/* Fix Issue of hidden content still taking up space */
.fragment.fade-in-then-out:not(.current-fragment) {
display:none;
}
.flex-slide p.fragment{ font-size: 0.6em; }
/* Revealed TXT */
.reveal .slides section .fragment.visible {
opacity: 1;
visibility: inherit;
font-size: large;
}
.flex-slide .task-list-item-label{font-size: large;}
.reveal .slides section .fragment.visible.large {font-size: large;}
.reveal .slides section .fragment.visible.lg {font-size: large;}
.reveal .slides section .fragment.visible.xlg {font-size: x-large;}
.reveal .slides section .fragment.visible.xxlg {font-size: xx-large;}
.reveal .slides section .fragment.visible.xxxlg {font-size: xxx-large;}
/* Fix Issue of hidden content still taking up space */
@media screen and (min-width: 500px) {}
@media screen and (max-width: 600px) {}
@media screen and (min-width: 600px) {
.reveal table a, .reveal table td{
font-size: x-large;
}
}
@media screen and (max-width: 1024px) {}
@media screen and (min-width: 1600px) {}