Warning, /libraries/kosmindoormap/src/map/assets/css/platform-overlay.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 // regular section labels
0008 node|z18- [mx:platform_section]
0009 {
0010     text: mx:platform_section;
0011     text-color: #fcfcfc;
0012     shield-color: #1d99f3;
0013     shield-casing-color: #fcfcfc;
0014     shield-casing-width: 1;
0015 }
0016 node|z-19 [mx:platform_section] { font-size: 7; }
0017 
0018 // regular platform labels
0019 node|z17- [mx:platform]
0020 {
0021     text: mx:platform;
0022     text-color: #fcfcfc;
0023     shield-color: #1d99f3;
0024     shield-casing-color: #fcfcfc;
0025     shield-casing-width: 1;
0026 }
0027 node|z19- [mx:platform] { font-size: 16; }
0028 
0029 // arrival/departure markers
0030 node|z17- [mx:platform][mx:arrival=1],
0031 node|z18- [mx:platform_section][mx:arrival=1]
0032 {
0033     text-color: #eff0f1;
0034     shield-color: #16a085;
0035 }
0036 node|z17- [mx:platform][mx:departure=1],
0037 node|z18- [mx:platform_section][mx:departure=1]
0038 {
0039     text-color: #eff0f1;
0040     shield-color: #da4453;
0041 }