summaryrefslogtreecommitdiff
path: root/sites.mss
diff options
context:
space:
mode:
authorChristopher Baines <cbaines8@gmail.com>2013-08-07 20:50:08 +0100
committerChristopher Baines <cbaines8@gmail.com>2013-08-07 20:50:08 +0100
commitb20d088379c15719b1738dcbe1dcbf0e9d13d262 (patch)
treeb51952265cb922d685b3a42705d6466f777ab189 /sites.mss
downloadsum-carto-b20d088379c15719b1738dcbe1dcbf0e9d13d262.tar
sum-carto-b20d088379c15719b1738dcbe1dcbf0e9d13d262.tar.gz
Initial commit
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;
+ }
+ }
+}