| | 56 | area[addr:street=~/(^|.+ )[1-9]?1[^0-9]/], relation[type=multipolygon][addr:street=~/(^|.+ )[1-9]?1[^0-9]/]> way { fill-color: #FFFF33; color: #FFFF33; fill-opacity:0.2;} |
| | 57 | area[addr:street=~/(^|.+ )[1-9]?2[^0-9]/], relation[type=multipolygon][addr:street=~/(^|.+ )[1-9]?2[^0-9]/]> way { fill-color: #CC9999; color: #CC9999; fill-opacity:0.2;} |
| | 58 | area[addr:street=~/(^|.+ )[1-9]?3[^0-9]/], relation[type=multipolygon][addr:street=~/(^|.+ )[1-9]?3[^0-9]/]> way { fill-color: #FF6699; color: #FF6699; fill-opacity:0.2;} |
| | 59 | area[addr:street=~/(^|.+ )[1-9]?4[^0-9]/], relation[type=multipolygon][addr:street=~/(^|.+ )[1-9]?4[^0-9]/]> way { fill-color: #99FFCC; color: #99FFCC; fill-opacity:0.2;} |
| | 60 | area[addr:street=~/(^|.+ )[1-9]?5[^0-9]/], relation[type=multipolygon][addr:street=~/(^|.+ )[1-9]?5[^0-9]/]> way { fill-color: #FF6666; color: #FF6666; fill-opacity:0.2;} |
| | 61 | area[addr:street=~/(^|.+ )[1-9]?6[^0-9]/], relation[type=multipolygon][addr:street=~/(^|.+ )[1-9]?6[^0-9]/]> way { fill-color: #FF66CC; color: #FF66CC; fill-opacity:0.2;} |
| | 62 | area[addr:street=~/(^|.+ )[1-9]?7[^0-9]/], relation[type=multipolygon][addr:street=~/(^|.+ )[1-9]?7[^0-9]/]> way { fill-color: #CC99FF; color: #CC99FF; fill-opacity:0.2;} |
| | 63 | area[addr:street=~/(^|.+ )[1-9]?8[^0-9]/], relation[type=multipolygon][addr:street=~/(^|.+ )[1-9]?8[^0-9]/]> way { fill-color: #00FF99; color: #00FF99; fill-opacity:0.2;} |
| | 64 | area[addr:street=~/(^|.+ )[1-9]?9[^0-9]/], relation[type=multipolygon][addr:street=~/(^|.+ )[1-9]?9[^0-9]/]> way { fill-color: #66CCFF; color: #66CCFF; fill-opacity:0.2;} |
| | 65 | area[addr:street=~/(^|.+ )[1-9]?0[^0-9]/], relation[type=multipolygon][addr:street=~/(^|.+ )[1-9]?0[^0-9]/]> way { fill-color: #99CCCC; color: #99CCCC; fill-opacity:0.2;} |
| | 66 | |
| | 114 | way[highway][name=~/(^|.+ )[1-9]?1[^0-9]/]{ font-size: 12; text-color: #000000; text-position: line; text: name; text-offset: 0; text-halo-color: #FFFF33; text-halo-radius:2} |
| | 115 | way[highway][name=~/(^|.+ )[1-9]?2[^0-9]/]{ font-size: 12; text-color: #000000; text-position: line; text: name; text-offset: 0; text-halo-color: #CC9999; text-halo-radius:2} |
| | 116 | way[highway][name=~/(^|.+ )[1-9]?3[^0-9]/]{ font-size: 12; text-color: #000000; text-position: line; text: name; text-offset: 0; text-halo-color: #FF6699; text-halo-radius:2} |
| | 117 | way[highway][name=~/(^|.+ )[1-9]?4[^0-9]/]{ font-size: 12; text-color: #000000; text-position: line; text: name; text-offset: 0; text-halo-color: #99FFCC; text-halo-radius:2} |
| | 118 | way[highway][name=~/(^|.+ )[1-9]?5[^0-9]/]{ font-size: 12; text-color: #000000; text-position: line; text: name; text-offset: 0; text-halo-color: #FF6666; text-halo-radius:2} |
| | 119 | way[highway][name=~/(^|.+ )[1-9]?6[^0-9]/]{ font-size: 12; text-color: #000000; text-position: line; text: name; text-offset: 0; text-halo-color: #FF66CC; text-halo-radius:2} |
| | 120 | way[highway][name=~/(^|.+ )[1-9]?7[^0-9]/]{ font-size: 12; text-color: #000000; text-position: line; text: name; text-offset: 0; text-halo-color: #CC99FF; text-halo-radius:2} |
| | 121 | way[highway][name=~/(^|.+ )[1-9]?8[^0-9]/]{ font-size: 12; text-color: #000000; text-position: line; text: name; text-offset: 0; text-halo-color: #00FF99; text-halo-radius:2} |
| | 122 | way[highway][name=~/(^|.+ )[1-9]?9[^0-9]/]{ font-size: 12; text-color: #000000; text-position: line; text: name; text-offset: 0; text-halo-color: #66CCFF; text-halo-radius:2} |
| | 123 | way[highway][name=~/(^|.+ )[1-9]?0[^0-9]/]{ font-size: 12; text-color: #000000; text-position: line; text: name; text-offset: 0; text-halo-color: #99CCCC; text-halo-radius:2} |
| | 124 | |