-
Notifications
You must be signed in to change notification settings - Fork 0
/
757-rug-presentations.css
202 lines (174 loc) · 3.65 KB
/
757-rug-presentations.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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
/* manages the logo */
div.logo {
padding-top: 10px;
padding-bottom: 25px;
}
.logo img {
padding-left: 10px;
padding-right: 5px;
position: fixed;
left: 0px;
z-index: 100;
}
.logo p {
font: 16px/20px Arial, sans-serif;
color: #0054A0 !important;
padding-left: 5px;
position: fixed;
left: 70px;
z-index: 100;
}
/* inserts copyright */
.copyright {
color: #555555;
text-align: left;
position: absolute;
left: 0px;
bottom: 0px;
padding: 10px;
z-index: 100;
font-size: 150%;
}
/* makes title slide white as well */
.reveal .state-background {
background: #FFFFFF !important;
}
/* pushes content further to top */
.reveal .slides > section {
top: -60% !important;
}
/* removes shadow from the title and makes slightly smaller*/
.reveal h1 {
color: #555555 !important;
text-shadow: none !important;
font-size: 1.6em !important;
margin-top: 100px !important;
}
/* makes all text a consistent color */
.reveal h2, h3 ,h4 ,h5, h6, p {
color: #555555 !important;
}
/* stops title hyphenating if too long */
.reveal h1, .reveal h2, .reveal h3 {
word-wrap: normal;
-moz-hyphens: none;
}
.reveal pre {
margin-top: 30px;
}
/* makes code blocks smaller text */
.reveal pre code {
font-size: 1em;
word-break: break-all;
}
/* force R code blocks at .9em */
.reveal code.r {
font-size: .95em;
}
.reveal sup {
vertical-align: super;
font-size: 60% !important;
}
.code-div {
margin-top: 10px !important;
max-width: 95% !important;
border: 1px solid #ccc !important;
padding: 10px !important;
margin-bottom: 1em !important;
display: block !important;
position: relative !important;
width: 90% !important;
margin: 15px auto !important;
text-align: left !important;
font-family: monospace !important;
font-size: .7em !important;
line-height: 1.2em !important;
word-wrap: break-word !important;
box-shadow: 0 0 6px rgba(0,0,0,.3) !important;
}
.longer-list li{
font-size:75% !important;
}
.reveal ol, .reveal ul {
margin: 0 !important;
}
/* default placement of images is center */
.midcenter {
position: fixed;
top: 50%;
left: 50%;
}
.photobanner p {
text-align: left;
display: block;
padding-bottom: 20px;
}
.photobanner img {
float: left;
height: 100px;
width: 100px;
}
.photobanner span {
font-size: 25px;
padding-left: 10px;
vertical-align: middle;
}
.photobanner .item2 {
font-size: 25px;
padding-left: 10px;
vertical-align: middle;
align: left;
}
.attribution {
color: #555555 !important;
text-align: left !important;
position: fixed !important;
width: 100%;
left: 0px !important;
bottom: 0px !important;
padding: 10px !important;
font-size: .6em !important;
}
.attribution-link {
position: absolute;
z-index:1000 !important;
}
.reference {
box-sizing: border-box !important;
width: 100% !important;
color: #555555 !important;
text-align: left !important;
position: absolute !important;
left: 0px !important;
bottom: 0px !important;
padding: 10px !important;
z-index: 100 !important;
font-size: 75% !important;
display: block !important;
margin-top: 10px !important;
margin-bottom: 5px !important;
margin-right: 35px !important;
background-color: #cadef6 !important;
padding-top: 8px !important;
padding-bottom: 10px !important;
padding-left: 15px !important;
padding-right: 8px !important;
border-color: #1f63b6 !important;
border-width: 1px !important;
border-style: solid !important;
}
.wrapper {
display: table;
}
.wrapper ul {
display: table-cell;
vertical-align: top;
}
.wrapper img {
margin: 100px !important;
display: table-cell;
vertical-align: top;
}
.extra-li-top-pad li {
padding-top: 20px !important;
}