-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcustom.css
More file actions
39 lines (33 loc) · 705 Bytes
/
Copy pathcustom.css
File metadata and controls
39 lines (33 loc) · 705 Bytes
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
html.dimBackground .slide-background { opacity: 0.4 !important; }
/* make code sections larger */
.reveal pre code {
max-height: 525px;
}
/* images without borders */
.reveal section img { background:none; border:none; box-shadow:none; }
.reveal pre {
box-shadow: none;
}
/* two-column layout */
#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%;
}
/* inline-code with light grey background*/
.reveal code {
/* background: #F5F5F5; /* lighter */
background: #e7e8e2; /* darker */
border-radius: 2px;
padding: 1px;
}