-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththeme.css
79 lines (66 loc) · 934 Bytes
/
theme.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
#left {
left:-8.33%;
text-align: left;
float: left;
width:50%;
z-index:-10;
}
#right {
left:31.25%;
top: 75px;
float: right;
text-align: right;
z-index:-10;
width:50%;
}
.reveal .slides {
text-align: left;
}
.reveal h1,
.reveal h2,
.reveal h3 {
text-transform: none;
text-align: center;
}
code {
padding: 2px 4px;
color: #d14;
background-color: #f7f7f9;
border: 1px solid #e1e1e8;
font-size: 24px;
}
.reveal p {
text-align: left;
margin: 20px 0;
line-height: 1.3;
}
.reveal p img {
display: block;
margin: 0 auto;
}
.reveal ul {
text-align: left;
}
.reveal img {
text-align: center;
border: 0;
box-shadow: 0 0 0 0;
}
.math {
text-align: center;
}
.reveal pre code {
padding: 3px;
word-wrap: none;
}
.reveal pre {
margin: 5px auto;
}
.reveal .knitsql-table {
font-size: 70%;
}
.reveal section img {
background:none;
border:none;
box-shadow:none;
}