summaryrefslogtreecommitdiff
path: root/sites.mss
diff options
context:
space:
mode:
Diffstat (limited to 'sites.mss')
-rwxr-xr-xsites.mss20
1 files changed, 20 insertions, 0 deletions
diff --git a/sites.mss b/sites.mss
new file mode 100755
index 0000000..055eca8
--- /dev/null
+++ b/sites.mss
@@ -0,0 +1,20 @@
+#site-name {
+ [zoom >= 17] {
+ line-color: grey;
+ line-width: 1;
+ line-opacity: 0.4;
+ }
+ [zoom >= 13][zoom <= 15] {
+ text-name: "[name]";
+ text-placement: interior;
+ text-wrap-width: 50;
+ text-face-name: @book-fonts;
+ text-fill: #000;
+ text-halo-fill: fadeout(white, 10%);
+ text-halo-radius: 1.5;
+ text-size: 20;
+ [landuse = 'residential'] {
+ text-size: 15;
+ }
+ }
+}