-
Notifications
You must be signed in to change notification settings - Fork 0
/
cail.css
56 lines (45 loc) · 848 Bytes
/
cail.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
/*********************************************
* GLOBAL STYLES
*********************************************/
.fragment.current-visible.visible:not(.current-fragment) {
display: none;
height:0px;
line-height: 0px;
font-size: 0px;
}
.full {
width:100%;
height:100%;
}
.scrollable {
bottom: 0px;
overflow-y: auto !important;
overflow-x: hidden !important;
}
.nopad {
margin: 0
}
.credit {
font-size: 0.6em;
position: relative;
display: block;
text-align: right;
}
.reveal img {
vertical-align: middle;
max-width: 100%;
}
figure {
display: table; /* ADD Me */
margin: 0 auto; /* ADD Me */
padding: 10px 10px;
}
figcaption {
font-size: 0.5em;
padding-bottom: 0.5em;
display: block;
}
.reveal blockquote {
width: 95%;
margin-bottom: 5px;
}