Warning, /libraries/kosmindoormap/src/map/assets/css/diagnostic.mapcss is written in an unsupported language. File is not indexed.
0001 /* 0002 SPDX-FileCopyrightText: 2020 Volker Krause <vkrause@kde.org> 0003 0004 SPDX-License-Identifier: LGPL-2.0-or-later 0005 */ 0006 0007 /** Diagnostic stylesheet */ 0008 0009 canvas { 0010 fill-color: #000000; 0011 text-color: #ffffff; 0012 } 0013 0014 area 0015 { 0016 fill-color: #40ff0000; 0017 color: #ff808080; 0018 width: 0; 0019 } 0020 area[water], 0021 area[natural=water] 0022 { 0023 fill-color: #20000077; 0024 color: #000077; 0025 width: 0; 0026 z-index: -10; 0027 } 0028 0029 relation[type=multipolygon] 0030 { 0031 fill-color: #40ffff00; 0032 } 0033 0034 area[layer>0] 0035 { 0036 color: #80ff00ff; 0037 dashes: 5,5; 0038 width: 2; 0039 } 0040 area[layer<0] 0041 { 0042 color: #8000ffff; 0043 dashes: 5,5; 0044 width: 2; 0045 } 0046 0047 line { 0048 color: #00ff00; 0049 width: 0.75; 0050 } 0051 line[layer] { color: #008000; } 0052 0053 line[railway] 0054 { 0055 color: #ffff00; 0056 dashes: 2,2; 0057 width: 1.5; 0058 } 0059 line[railway=platform_edge] 0060 { 0061 width: 2px; 0062 color: #ffff7f; 0063 } 0064 line[waterway] 0065 { 0066 color: #000077; 0067 width: 3; 0068 opacity: 0.5; 0069 } 0070 0071 /** lines relevant for navigation */ 0072 line[highway=footway], 0073 line[highway=steps] 0074 { 0075 width: 0.25; 0076 z-index: 10; 0077 dashes: 1,0.25; 0078 } 0079 node|z20-[indoormark=beacon] 0080 { 0081 icon-image: "network-wireless-hotspot"; 0082 icon-color: #ffff7f; 0083 } 0084 0085 /** generic labels */ 0086 * { 0087 text: name; 0088 text-color: #00ffff; 0089 } 0090 0091 *[ref] { 0092 text: ref; 0093 text-color: #00ffff; 0094 } 0095 0096 area[marble_land] { 0097 fill-opacity: 0.0; 0098 color: #ffffff; 0099 dashes: 2,4; 0100 width: 1; 0101 } 0102 0103 node[public_transport=platform_section_sign] 0104 { 0105 text: platform_section_sign_value; 0106 text-color: #ffff00; 0107 } 0108 node[railway:platform:section] 0109 { 0110 text: railway:platform:section; 0111 text-color: #ffff00; 0112 }