aboutsummaryrefslogtreecommitdiff
path: root/citywalls.mss
diff options
context:
space:
mode:
Diffstat (limited to 'citywalls.mss')
-rw-r--r--citywalls.mss24
1 files changed, 24 insertions, 0 deletions
diff --git a/citywalls.mss b/citywalls.mss
new file mode 100644
index 0000000..02ae59d
--- /dev/null
+++ b/citywalls.mss
@@ -0,0 +1,24 @@
+#citywalls {
+ [zoom >= 14] {
+ line-color: grey;
+ line-width: 4;
+ line-opacity: 0.8;
+ [zoom >= 15] {
+ line-width: 6;
+ }
+ [zoom >= 16] {
+ line-width: 9;
+ }
+ }
+}
+
+.castlewalls {
+ [zoom >= 14] {
+ line-color: #999;
+ line-width: 1;
+ }
+ [zoom >= 16] {
+ line-color: #888;
+ line-width: 2;
+ }
+}