File: main.css

package info (click to toggle)
mapnik-reference 8.10.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,588 kB
  • sloc: javascript: 521; python: 120; makefile: 17; sh: 3
file content (96 lines) | stat: -rw-r--r-- 1,398 bytes parent folder | download | duplicates (3)
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
:link, :visited {
    color: #c7726b;
}
#menu {
    position: fixed;
    width: 170px;
}
#ref {
    margin-left: 170px;
}
#version:before {
    content: '—';
    padding: 0 5px;
}
*:target {
    padding-top: 100px;
}
:target:link:hover {
    background-color: transparent;
}
.symbolizer {
    padding-bottom: 30px;
}
.symbolizer + .symbolizer {
    padding-top: 20px;
    border-top: 1px #ddd solid;
}
.status {
    float: right;
    border-radius: 1px;
    color: #fff;
    font-size: 0.7em;
    margin-left: 5px;
    padding: 2px 5px;
    vertical-align: middle;
    background-color: #EB974E;
}
.status.deprecated {
    background-color: #D64541;
}

.expressions-support {
    float: right;
    border-radius: 1px;
    color: #fff;
    font-size: 0.7em;
    margin-left: 5px;
    padding: 2px 5px;
    vertical-align: middle;
    background-color: #45C559;
}

p {
    margin-bottom: 5px;
    margin-top: 5px;
}
h2 {
    padding-top: 0;
}
h3 {
    margin-top: 20px;
}
.pad4y {
    text-align: right;
}
em,
strong {
    font-size: 0.9em;
}
em {
    color: #aaa;
}
b {
    font-family: monospace;
    font-size: 0.9em;
    background-color: #eee;
    padding: 0 2px;
}
.versions a {
    color: #999;
}
.versions h5 {
    margin-top: 10px;
}
a.current:before {
    content: ' ✓ ';
}
a.current {
    color: #c7726b;
}
.headerBlock {
    margin-top: 10px;
}
.headerBlock a {
    display: block;
}