]> mj.ucw.cz Git - leo.git/blob - test.css
Low-level parts of text rotation
[leo.git] / test.css
1 // relation, area way[highway=path][magic?][!troll] { visibility: none; width: 1; }
2
3 // *[water=river] { }
4
5 node[highway=crossing] {
6 //      symbol-shape: circle;
7 //      symbol-stroke-width: 1;
8 //      symbol-stroke-color: #ff0000;
9 //      symbol-stroke-opacity: 0.5;
10 //      symbol-fill-color: #00ff00;
11 //      icon-image: "symbols/mj/view_point.svg";
12 //      icon-width: 2;
13 }
14
15 way[highway] {
16         width: 0.6;
17         color: #fff;
18         linecap: round;
19         casing-width: 1;
20         casing-color: #888;
21         casing-linecap: round;
22         z-index: 1;
23 }
24
25 way[highway=track], way[highway=footway] {
26         casing-width: 0;
27         width: 0.3;
28         color: #888;
29         z-index: 0;
30 }
31
32 area {
33         fill-color: #cfc;
34         width: 0.2;
35         color: #080;
36 }
37
38 area[natural=water] {
39         fill-color: #77f;
40         color: #00f;
41         width: 0.2;
42         z-index: 3;
43         text: name;
44         text-halo-radius: 1;
45         text-color: #000000;
46         text-halo-color: #ffffff;
47         text-halo-opacity: 0.8;
48         text-position: center;
49         font-family: Times;
50         font-size: 3;
51         font-style: italic;
52 }
53
54 node[highway=bus_stop] {
55         text: name;
56         text-halo-radius: 1;
57         text-color: #000000;
58         text-halo-color: #ffffff;
59         text-halo-opacity: 0.8;
60         text-dup-threshold: 20;
61         text-anchor-horizontal: center;
62         text-anchor-vertical: center;
63         font-family: Times;
64         font-size: 3;
65         font-style: italic;
66 //      icon-image: "symbols/mj/view_point.svg";
67 //      icon-width: 2;
68         symbol-shape: circle;
69         symbol-fill-color: #ff00ff;
70 }