forked from wo-ist-markt/wo-ist-markt.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.css
94 lines (77 loc) · 1.29 KB
/
main.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
html, body, #map {
height: 100%;
width: 100%;
padding: 0;
margin: 0;
}
.leaflet-label {
font-weight: normal;
}
div.info {
width: 40em;
white-space: normal;
}
#legend {
margin: 3em;
border: 1px solid #555;
background-color: #fafafa;
padding: 1em;
border-radius: 6px;
-o-border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
color: #555;
width: 22em;
}
#legend p {
margin: 0;
}
#legend h1 {
margin-top: 0;
font-size: 120%;
}
#legend form {
margin-bottom: 0.5em;
}
#legend input {
margin-left: 0;
vertical-align: top;
}
#legend label {
margin-right:1em;
vertical-align: middle;
font-weight: bold;
}
table.times {
margin-top: 0.75em;
}
table.times th {
font-weight: normal;
font-style: italic;
padding-left: 0;
padding-right: 0.75em;
}
table.times tr.today * {
font-weight: bold;
}
:disabled + span {
color: #999;
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
background-color: #fafafa;
}
.leaflet-popup-content {
margin: 1em;
}
.leaflet-popup-content h1 {
font-size: 120%;
margin-bottom: 0.25em;
}
.leaflet-popup-content p {
margin: 0;
}
.leaflet-popup-content p.unclassified {
margin-top: 0.5em;
font-style: italic;
}