forked from Incognito/Open-Hamilton
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
52 lines (45 loc) · 802 Bytes
/
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
body {
font-family: Arial, sans-serif;
color: #03121b;
line-height: 150%;
}
.alert {
padding: 15px;
font-size: 14px;
line-height: 1.4;
border: 2px solid #115A83;
background: #e0f4ff;
border-radius: 10px;
color: black;
font-weight: bold;
}
.code {
color: black;
margin: 25px;
border-left: 4px solid #1d9ae0;
padding: 10px;
background-color: #b9d2e0;
font-size: 14px;
line-height: 100%;
}
.footer {
color: white;
background-color: #0c415e;
}
.footer a {
color: white;
}
.center {
text-align: center;
}
#mapPlugin {
border: 1px solid #000000;
overflow: auto;
width: 100%
}
#mapPlugin div.mapViewport {float: left;
width: 720px;
}
#mapPlugin div.mapControls {float: left;
width: 220px;
}