-
Notifications
You must be signed in to change notification settings - Fork 2
/
bundle.css
130 lines (123 loc) · 2.58 KB
/
bundle.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
body {
font-family: "Source Sans Pro", Helvetica, sans-serif;
margin: 0px;
}
._26468d63 {
width: 0 auto;
padding: 0 10px;
background-color: #f2f2f0;
margin-top: 10px;
height: 100px;
bottom: 0;
border-top: 2px solid #e2e2e0;
text-align: center;
}
._26468d63 ul {
list-style: none;
// margin:0;
// padding:0;
}
._26468d63 ul > li {
display: inline-block;
width: 100%;
}
._26468d63 ul > li > ul >li {
color: black;
font-size: 0.8em;
}
._26468d63 div {
// width: 80%;
// border: 1px solid black;
-webkit-column-count:3;
-moz-column-count:3;
-ms-column-count:3;
-o-column-count:3;
column-count:3;
-webkit-column-gap:5px;
-moz-column-gap:5px;
-ms-column-gap:5px;
-o-column-gap:5px;
column-gap:5px;
columns:3;
}._505b33ec {
width: 100%;
background-color: #f2f2f0;
padding: 10px 0px;
height: 50px;
top: 0;
border-bottom: 1px solid #e2e2e0;
}
._505b33ec h1 {
font-size: 20px;
line-height: 1;
margin: 15px 0px 0px 0px;
display: inline-block;
}
._505b33ec h1 a {
text-decoration: none;
color: #444;
}._7b4f2972 {
width: 100%;
min-height: 500px;
}._1a3cfdf3 input[type=search] {
text-align: center;
width: 100%;
cursor: auto;
text-shadow: none;
font-size: 20px;
padding: 5px;
border: 0px;
}._c86e8af3 {
// background-color: #ffffff;
margin: 0 auto;
text-align: center;
}
._c86e8af3 h1 {
font-size: 12px;
}
._c86e8af3 img {
width: 10%;
margin:-5px 0;
padding:0;
}
._c86e8af3 hr {
margin:0;
border:0;
height: 15px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}._96ebc31d {
// background-color: #ffffff;
margin: 0 auto;
text-align: center;
}
._96ebc31d div.stackedMapHeader {
width: 100%;
}
._96ebc31d div.stackedMapSearch {
width: 80%;
margin: 10px auto;
}
._96ebc31d div.stackMapContainer {
width: 80%;
margin: 0 auto;
position: relative;
min-height: 500px;
// border: 1px solid gray;
}
._96ebc31d div.stackedMapStacks {
position: absolute;
bottom: 0;
width: 24%;
float: right;
// border:1px solid gray;
}
._96ebc31d div.stackedMapMap {
width: 100%;
float: left;
// border: 1px solid gray;
min-height: 500px;
}
._96ebc31d div.stackedMapFooter {
width: 100%;
}