Warning, /libraries/kpublictransport/autotests/data/mapcss/parser-test.mapcss.ref is written in an unsupported language. File is not indexed.

0001 area[railway=platform]
0002 {
0003     color: #ff550022;
0004 }
0005 
0006 area[railway=platform],
0007 relation[type=multipolygon][railway=platform]
0008 {
0009     color: #ff550022;
0010     fill-color: #80f0e0d0;
0011 }
0012 
0013 area[railway=platform] node[sign]
0014 {
0015     fill-color: #ffff0000;
0016     opacity: 0.5;
0017 }
0018 
0019 node[building:part][building:part=elevator]
0020 {
0021     opacity: 1;
0022     color: building:color;
0023 }
0024 
0025 *
0026 {
0027     text: ref;
0028     text-color: #ffff00ff;
0029 }
0030 
0031 line
0032 {
0033     dashes: 3, 5, ;
0034     linecap: round;
0035     linejoin: bevel;
0036     casing-width: 1;
0037     casing-color: #ff444444;
0038     casing-dashes: 1, 1, ;
0039 }
0040 
0041 node|z12-13
0042 {
0043 }
0044 
0045 node|z10
0046 {
0047 }
0048 
0049 node|z-10
0050 {
0051 }
0052 
0053 node|z10-
0054 {
0055 }
0056 
0057 node|z12-13[name]
0058 {
0059 }
0060 
0061 node|z14-[name]
0062 {
0063 }
0064 
0065 *
0066 {
0067     font-family: Arial;
0068     font-size: 16;
0069     font-weight: bold;
0070     font-style: italic;
0071     text-decoration: underline;
0072 }
0073 
0074 *[layer>1],
0075 *[layer<2],
0076 *[layer>=3],
0077 *[layer<=4]
0078 {
0079 }
0080 
0081 area[indoor=area]
0082 {
0083     text-position: line;
0084 }
0085 
0086 *
0087 {
0088     font-size: 16pt;
0089     width: 42px;
0090     casing-width: 2m;
0091 }
0092 
0093 *
0094 {
0095     width: -10.42;
0096 }
0097 
0098 *
0099 {
0100     text-color: #ffaabbcc;
0101     fill-color: #80ccbbaa;
0102     casing-color: #ff112233;
0103     shield-color: #ffff7f3f;
0104     shield-casing-color: #7fbfff3f;
0105     color: "red";
0106 }
0107 
0108 area[!shop]
0109 {
0110     opacity: 0;
0111 }
0112 
0113 node[shop=bakery]
0114 {
0115     set mx:important;
0116 }
0117 
0118 area[shop=bakery]
0119 {
0120     set mx:importance = "high";
0121     set mx:importance = 20;
0122 }
0123 
0124 node[shop=bakery],
0125 node[shop=pastry]
0126 {
0127     set .importantShops;
0128 }
0129 
0130 node.importantShops
0131 {
0132     color: "red";
0133 }
0134 
0135 way.importantShops|z20-
0136 {
0137     color: "green";
0138 }
0139 
0140 *.importantShops[access=no]
0141 {
0142     color: "blue";
0143 }
0144