-
Notifications
You must be signed in to change notification settings - Fork 1
/
slide-style.css
98 lines (76 loc) · 2.04 KB
/
slide-style.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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
/* .reveal .slides { text-align: initial; } */
.reveal .filename { font-size: 50%; /* line-height: 0ex; */ float: right }
/* .reveal h1 { font-family: sans-serif; } */
.reveal h1 { font-size: 3.77em; }
.reveal h2 { font-size: 2.11em; }
.reveal h3 { font-size: 1.55em; }
.reveal .level2 h1 { font-size: 2.11em; }
.reveal { line-height: initial; }
.reveal .heads_up { position: absolute; right: 0; top: 20ex; z-index: 10; }
.reveal pre code {
color: #000000;
// This messes up the background-color green that I use in some slides
// background-color: white;
}
.reveal pre code {
font-family: Menlo,monospace;
font-size: 125%;
line-height: initial;
}
.left_align > div {
text-align: left;
}
.left_align ol, .left_align ul {
display: initial; margin: initial;
}
.no_bullets li {
list-style: none;
}
.reveal .halfsize code { font-size: 50%; }
.reveal .thirdsize code { font-size: 33%; }
.reveal .quartsize code { font-size: 25%; }
.float_left code { float: left; }
/* .reveal code { font-family: Menlo,monospace; font-size: 100%; line-height: initial; } */
/* div .center_align { text-align: center; } */
div.no_border img {
box-shadow: initial;
border: initial;
background: initial;
}
div.logo img {
width: 50%;
height: auto;
}
div.screen_grab img {
width: 50%;
height: auto;
}
.reveal .slides>section,
.reveal .slides>section>section {
padding: 0;
}
.no_center {
min-height: initial !important;
}
.strike { text-decoration: line-through; color: #8f4040; }
section.center table, .centertable table {
margin: auto;
margin-top: 1em;
margin-bottom: 1em;
}
.equation .reveal table th, .reveal table td {
border-bottom: inherit;
}
kbd.key {
padding: 0.04em 0.5em;
border: 1px solid #CCC;
background-color: #F7F7F7;
box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 2px #FFF inset;
border-radius: 3px;
text-shadow: 0px 1px 0px #FFF;
font-family: Arial,Helvetica,sans-serif;
font-size: 75%;
}
pre, code, p .no_margin {
margin: 0 !important;
}