-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathfront.css
61 lines (61 loc) · 1.21 KB
/
front.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
.mapnik-reference h3 {
height: 50px;
line-height: 50px;
}
.mapnik-reference h4 {
background-color: #444;
padding: 5px;
margin-bottom: 5px;
margin-top: 5px;
}
.mapnik-reference .symbolizer {
background-color: #efefef;
padding-bottom: 5px;
}
.mapnik-reference h5 {
padding: 0 10px;
margin-right: 10px;
color: #333;
font-size: 1.1em;
padding-top: 5px;
}
.mapnik-reference p + h5 {
margin-top: 10px;
border-top: 1px solid #ddd;
}
.mapnik-reference .symbolizer p {
font-size: 0.9em;
padding: 0 10px;
text-align: justify;
color: #333;
}
.mapnik-reference .symbolizer p {
margin-bottom: 5px;
margin-top: 5px;
line-height: 1em;
}
.mapnik-reference .symbolizer .rules {
-moz-columns: 300px 4;
-webkit-columns: 300px 4;
}
.mapnik-reference .status {
border-radius: 1px;
color: #fff;
font-size: 0.7em;
margin-left: 5px;
padding: 2px 5px;
vertical-align: middle;
background-color: #F39C12;
}
.mapnik-reference .status.deprecated {
background-color: #D91E18;
}
#mapnik-reference-form {
float: right;
width: 50%;
}
#mapnik-reference-form input {
display: inline-block;
width: 100%;
margin-bottom: 10px;
}