forked from regisb/reveal.js-fullscreen-img
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfullscreen-img.css
55 lines (49 loc) · 902 Bytes
/
fullscreen-img.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
/*********************************************
* Fullscreen images
*********************************************/
.fullscreen {
background-size: cover;
-moz-background-size: cover;
}
.fullscreen .state-background {
width: 100%;
height: 100%;
}
.fullscreen .reveal .slides {
margin: 0px;
width: 100%;
height: 100%;
max-width: 100%;
left: 0px;
right: 0px;
top:0px;
bottom: 0px;
}
.fullscreen .reveal .slides > section {
position: absolute;
width: 100%;
height: 100%;
min-height: 100%;
text-align: left;
left: 0px;
right: 0px;
top: 0px;
bottom: 0px;
margin:0px;
padding:20px;
padding-top: 40px;
}
.fullscreen .reveal .slides > section > section {
position: absolute;
width: 100%;
height: 100%;
left: 0px;
right: 0px;
top: 0px;
bottom: 0px;
min-height: 100%;
margin: 0px;
text-align: left;
padding:20px;
padding-top: 40px;
}