-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcustom.css
59 lines (44 loc) · 1.09 KB
/
custom.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
.reveal .line-through {
text-decoration: line-through;
}
.reveal .admonitionblock.float-right {
float: right;
font-size: 60%;
width: 33%;
background-color: darkslategray;
margin-top: 40px;
margin: 25px; }
.reveal blockquote {
width: 90%; }
.reveal blockquote p {
font-size: 0.6em;
line-height: 1.2em; }
.reveal .underline {
text-decoration: underline;
}
.reveal .imageblock.half {
width: 50%; }
.reveal div.half {
width: 50%; }
.reveal div.third {
width: 33.3%; }
.reveal .float-left {
float: left; }
.reveal .float-right {
float: right; }
.reveal section .no-border img {
background-color: lightgrey;
padding: 4px;
border: 0; }
.reveal section .no-border-transparent img {
background-color: transparent;
padding: 4px;
border: 0; }
.reveal .lightblue {
color: #42affa }
.reveal blockquote p {
font-size: 0.9em; }
.reveal .quoteblock .attribution {
font-size: 70%; }
.reveal .shaded {
background-color: rgba(20,20,20,0.3); }