-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathtranscript.css
More file actions
70 lines (64 loc) · 2.67 KB
/
transcript.css
File metadata and controls
70 lines (64 loc) · 2.67 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
64
65
66
67
68
69
70
/* Derived from style for the slides for AC 2020 created by Bert Bos */
@font-face {
font-family: My Gill Sans;
font-style: normal;
font-weight: normal;
src: url(template/Gill_Sans.eot) format("embedded-opentype"),
url(template/Gill_Sans.woff) format("woff")}
@font-face {
font-family: My Gill Sans;
font-style: normal;
font-weight: bold;
src: url(template/Gill_Sans_Bold.eot) format("embedded-opentype"),
url(template/Gill_Sans_Bold.woff) format("woff")}
@font-face {
font-family: My Gill Sans;
font-style: oblique;
font-weight: bold;
src: url(template/Gill_Sans_Bold_Italic.eot) format("embedded-opentype"),
url(template/Gill_Sans_Bold_Italic.woff) format("woff")}
@font-face {
font-family: My Gill Sans;
font-style: oblique;
font-weight: normal;
src: url(template/Gill_Sans_Italic.eot) format("embedded-opentype"),
url(template/Gill_Sans_Italic.woff) format("woff")}
@font-face {
font-family: LeagueGothicRegular;
src: url(template/League_Gothic-webfont.woff) format('woff');
font-weight: normal;
font-style: normal}
/* Common layout independent of slide mode */
html {
font: 1.156em/1.3 Gill Sans MT, Gill Sans, My Gill Sans, Liberation Sans,
DejaVu Sans, sans-serif; font-size-adjust: 0.45;
font-variant-numeric: oldstyle-nums tabular-nums;
margin: 1em 1%; }
address {font-family: Garamond Premier Pro, Garamond, serif}
h1 {font: 2em/1.1 League Gothic, LeagueGothicRegular, sans-serif;
letter-spacing: 0.03em; margin: 0 0 0.3em 0; text-transform: uppercase;
color: #015ca4}
.slide {color: black; box-shadow: 0 0.4rem 0.6rem #000; line-height: 1.6;
padding: 1rem 6.5rem /*= L + 1 */ 1rem 1rem; position: relative;
box-sizing: border-box; z-index: 0; display: inline-block;
margin: 4rem 2rem 0 0; vertical-align: bottom; counter-increment: slide;
border-radius: 0.5rem;
text-shadow: 0 0 1px white, 0 0 1px white, 0 0 1px white;
background: 36.389rem /*= w - L + 1 */ 16.308rem /*= N - L/H + 1 */
/ 3.5rem /*= L - 2 */ auto url(AC-2020-slides-banner.svg) no-repeat,
bottom right / 5.5em /*= L */ 100%
linear-gradient(hsl(211,45%,25%), hsl(205,42%,92%)) no-repeat, #fff}
img {max-width: 100%}
.num {font-variant-numeric: oldstyle-nums tabular-nums diagonal-fractions}
code, pre {font-family: Andale Mono, Courier, monospace;
padding: 0 0.2em; background: black; color: hsl(120,100%,70%);
text-shadow: none}
code {background: #eee; padding: 0.1em 0.3em; border-radius: 0.3em}
sub, sup {line-height: 0.5}
ol {padding-left: 2.5em}
ul {padding-left: 1em}
ol, ul {margin: 1em 0}
li ul, li ol {margin: 0}
ul > li {list-style: none}
ul > li::before {content: "\25A0"; display: inline-block; width: 1em;
margin-left: -1em; color: #015ca4}