-
Notifications
You must be signed in to change notification settings - Fork 0
/
presentAble.css
81 lines (64 loc) · 1.55 KB
/
presentAble.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
/* Copy of Columbia Template styles */
@import 'styles.min.css';
/* Need reboot from bootstrap to clean up CSS otherwise spacings are different from original presentables */
@import 'https://cdn.jsdelivr.net/npm/bootstrap@4.3.1/dist/css/bootstrap.min.css';
html {
overscroll-behavior: contain;
}
body {
overscroll-behavior: contain;
}
.invisible {
display:none;
}
@media print {
* {
transition: none !important;
}
/* div.col-12:has(stori-book) {
height: fit-content;
} */
.container-fluid {
height: 100%;
padding: 0;
}
div.col-12:has(stori-book) {
display: block;
height: fit-content;
}
div.col-12:has(img) {
display: none;
}
#footer {
display: none;
}
#transcript {
display: block;
height: fit-content;
}
}
.aSlideChapters,
.aSlideContent {
max-height: 481px;
}
@font-face {
font-family: 'glacial_indifferencebold';
src: url('glacialindifference-bold-webfont.woff2') format('woff2'),
url('glacialindifference-bold-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'glacial_indifferenceitalic';
src: url('glacialindifference-italic-webfont.woff2') format('woff2'),
url('glacialindifference-italic-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'glacial_indifferenceregular';
src: url('glacialindifference-regular-webfont.woff2') format('woff2'),
url('glacialindifference-regular-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}