-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathstyle.css
65 lines (57 loc) · 1.32 KB
/
style.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
body { margin:0; padding:0; height:100%; font-family:Cabin;}
#map { position:absolute; top:0; bottom:0; width:100%; }
#overlay {
visibility: visible;
position: absolute;
left: 0px;
top: 0px;
width:100%;
height:100%;
text-align:center;
z-index: 1000;
background-image:url(img/bl66.png);
}
#overlay div {
/*width:300px;*/
margin: 100px auto;
color:#ffffff;
padding:15px;
font-size:1.1em;
text-align:center;
}
#overlay div p.small a {
color:#ec9e27;
}
p.small {
font-size: 0.75em;
margin-top:50px;
}
#locateme {
background: #617a88;
background: -webkit-gradient(linear, left top, left bottom, from(#7794a3), to(#617a88));
background: -webkit-linear-gradient(top, #7794a3, #617a88);
background: -moz-linear-gradient(top, #7794a3, #617a88);
background: -ms-linear-gradient(top, #7794a3, #617a88);
background: -o-linear-gradient(top, #7794a3, #617a88);
padding: 8px 26px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-box-shadow: rgba(0,0,0,.5) 0 5px 20px;
-moz-box-shadow: rgba(0,0,0,.5) 0 5px 20px;
box-shadow: rgba(0,0,0,.5) 0 5px 20px;
border:none;
color: white;
text-decoration: none;
font-weight:bold;
vertical-align: bottom;
font-size:1.25em;
margin-bottom:50px;
}
#locateme:hover {
cursor:pointer;
}
.tow {
display:inline-block;
vertical-align:bottom;
}