-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpres-style.css
90 lines (71 loc) · 1.09 KB
/
pres-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
.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6 {
text-transform: none;
}
.reveal h5 {
font-size: 0.80em;
}
.reveal h6 {
font-size: 0.60em;
}
.reveal p {
font-size: 80%;
text-align: left;
}
.reveal figcaption {
font-size: 60%;
}
.reveal p.pbcenter {
text-align: center;
}
.reveal ul, .reveal ol {
font-size: 80%;
}
.reveal blockquote {
text-align: left;
font-size: 80%;
width: 80%;
}
.reveal code {
font-size: 60%;
line-height: 1.3;
}
.reveal code.codeinline {
font-size: 100%;
line-height: 1.0;
}
.reveal ul.pbsmaller, .reveal table.pbsmaller, .reveal p.pbsmaller, div.pbsmaller {
font-size: 70%; }
.reveal p.pbcentersmaller2 {
text-align: center;
font-size: 50%;
}
.reveal div.pbverysmall {
font-size: 33%;
}
.reveal img.pbfloor {
margin-bottom: -10px;
margin-top: 0px;
}
.reveal section img {
box-shadow: 0 0 0px rgba(0, 0, 0, 0.15);
border: 0; }
.row {
display: flex;
}
.column {
flex: 50%;
}
.pbcolumns {
display: flex; width: 100%;
}
.pbcolumns div {
flex-grow: 1;
}
.pbcolumns div {
padding: 8px;
}