-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcustom.css
53 lines (44 loc) · 851 Bytes
/
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
.reveal img, .reveal section img {
border:0px;
background-color: transparent;
}
.reveal img.faroImage{
display:inline-block;
width:30%;
background-color: transparent;
border:0px;
}
.reveal .smallText{ font-size:60%}
.reveal div.left, .reveal div.eventstorming {
left:-8.33%;
text-align: left;
float: left;
width:50%;
z-index:-10;
font-size:75%;
}
.reveal div.left img{
width:100%;
}
.reveal div.eventstorming img, {
height:80%;
width:80%;
}
.reveal div.right {
left:31.25%;
top: 75px;
float: right;
text-align: right;
z-index:-10;
width:50%;
font-size:75%;
}
.reveal .lowernote {
font-size:60%;
}
.reveal pre code{
font-size:80%;
}
.highlight{
color: #fdf479;
}