-
Notifications
You must be signed in to change notification settings - Fork 0
/
BOSC2015-ReprSciCurr.css
88 lines (73 loc) · 1.26 KB
/
BOSC2015-ReprSciCurr.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
80
81
82
83
84
85
86
87
88
.reveal section h1 {
text-align: center;
-ms-hyphens: none;
-moz-hyphens: none;
-webkit-hyphens: none;
hyphens: none;
}
.midcenter {
position: fixed;
top: 50%;
left: 50%;
}
.twocolspan {
position: fixed;
top: 85%;
left: 0%;
width: 100%;
}
.highlight {
text-align: center;
background-color: #ddeeff;
padding: 10px;
}
.reveal .centered-image img {
display: block;
margin-left: auto;
margin-right: auto;
}
.titleonly .reveal .state-background {
background: #96A2B6;
}
.titleonly .reveal h1,
.titleonly .reveal h2,
.titleonly .reveal h3 {
font-size: 270%;
text-align: center;
margin-top: 200px;
color: white;
-ms-hyphens: none;
-moz-hyphens: none;
-webkit-hyphens: none;
hyphens: none;
line-height: 1.1em;
}
.titleonly .reveal p {
font-size: 200%;
text-align: center;
margin-top: 200px;
}
.reveal section .smaller {
font-size: 90%;
}
.reveal section .level6 {
font-size: 160%;
}
.reveal section .level5 {
font-size: 125%;
}
.reveal section .level4 {
font-size: 95%;
}
.reveal section .level3 {
font-size: 75%;
}
.reveal section .level2 {
font-size: 50%;
}
.reveal section .level1 {
font-size: 30%;
}
.level0 {
font-size: 10%;
}