]> mj.ucw.cz Git - leo.git/commitdiff
Průvodce: Styling
authorMartin Mares <mj@ucw.cz>
Sun, 3 Apr 2022 22:06:31 +0000 (00:06 +0200)
committerMartin Mares <mj@ucw.cz>
Sun, 3 Apr 2022 22:06:31 +0000 (00:06 +0200)
pruvodce.css

index 9f6d2daa220c2a0aeed420ea8efb0e40bdcc2e14..d57125d6a2b0f4db746ccaaa493433a7ccae8293 100644 (file)
@@ -21,57 +21,57 @@ relation[boundary=administrative] way {
 /*** Highways ***/
 
 way[highway=motorway_link] {
-       width: 0.2;
+       width: 0.4;
        z-index: 1.9;
 }
 
 way[highway=trunk_link] {
-       width: 0.2;
+       width: 0.4;
        z-index: 1.8;
 }
 
 way[highway=primary_link] {
-       width: 0.2;
+       width: 0.4;
        z-index: 1.7;
 }
 
 way[highway=secondary_link] {
-       width: 0.2;
+       width: 0.4;
        z-index: 1.6;
 }
 
 way[highway=tertiary_link] {
-       width: 0.2;
+       width: 0.4;
        z-index: 1.5;
 }
 
 way[highway=motorway] {
-       width: 0.2;
+       width: 0.4;
        z-index: 1.9;
 }
 
 way[highway=trunk] {
-       width: 0.2;
+       width: 0.4;
        z-index: 1.8;
 }
 
 way[highway=primary] {
-       width: 0.2;
+       width: 0.4;
        z-index: 1.7;
 }
 
 way[highway=secondary] {
-       width: 0.2;
+       width: 0.4;
        z-index: 1.6;
 }
 
 way[highway=tertiary] {
-       width: 0.1;
+       width: 0.2;
        z-index: 1.5;
 }
 
 way[highway=road] {
-       width: 0.1;
+       width: 0.2;
        z-index: 1;
 }
 
@@ -79,12 +79,12 @@ way[highway=residential],
 way[highway=unclassified],
 way[highway=road],
 way[highway=living_street] {
-       width: 0.1;
+       width: 0.2;
        z-index: 1;
 }
 
 way[highway=service] {
-       width: 0.1;
+       width: 0.2;
        z-index: 1;
 }
 
@@ -101,7 +101,7 @@ way[pruvodce=visited] {
 
 way[pruvodce=path] {
        color: #000;
-       width: 1;
+       width: 1.5;
        z-index: 10;
 }
 
@@ -132,7 +132,7 @@ way[pruvodce2=visited] {
 
 way[pruvodce2=path] {
        color: #000;
-       width: 1;
+       width: 1.5;
        z-index: 10;
 }