summaryrefslogtreecommitdiff
path: root/sites.mss
blob: 055eca809833c62d20b922831d38188c5acd5d0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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;
    }
  }
}