-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcustom.css
63 lines (55 loc) · 870 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
54
55
56
57
58
59
60
61
62
63
/* 1. Style header/footer <div> so they are positioned as desired. */
#header-left {
position: absolute;
top: 0%;
left: 0%;
}
#header-right {
position: absolute;
top: 0%;
right: 0%;
}
#footer-left {
position: absolute;
bottom: 0%;
left: 0%;
padding-bottom: 20px;
padding-left: 20px;
}
#footer-right {
position: absolute;
bottom: 0%;
right: 100px;
padding-bottom: 20px;
padding-left: 20px;
}
.reveal .baltimore-logo{
max-width:60%;
}
.reveal .author-title {
font-size:16px;
opacity: 0.7;
}
.reveal section img{
margin: 15px 0px;
background: none;
border: none;
box-shadow: none;
}
.reveal h2{
font-size: 4.5vw;
}
body .reveal {
font-size: 3.5vw;
}
.wmata-left{
float: left;
}
.wmata-right{
float: right;
text-align: left;
width: 50%
}
#time{
font-size:.4em;
}