From a18c4dd9fbf8b939a4f15df64f15fb6fadb67b9d Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 4 Apr 2022 00:06:31 +0200 Subject: [PATCH] =?utf8?q?Pr=C5=AFvodce:=20Styling?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- pruvodce.css | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/pruvodce.css b/pruvodce.css index 9f6d2da..d57125d 100644 --- a/pruvodce.css +++ b/pruvodce.css @@ -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; } -- 2.39.5