Changes between Version 252 and Version 253 of Help/Styles/MapCSSImplementation
- Timestamp:
- 2023-03-02T13:01:01+01:00 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Styles/MapCSSImplementation
v252 v253 1020 1020 }}} 1021 1021 1022 Settings groups are displayed as sub-menus from the style settings menu. If at least two settings belong to a group, a special "Toggle all settings" menu item allows to quickly switch on/off all settings from this group at once. Usage example: [wiki:/Styles/MapWithAI MapWithAI]. 1022 Settings groups are displayed as sub-menus from the style settings menu. If at least two settings belong to a group, a special "Toggle all settings" menu item allows to quickly switch on/off all settings from this group at once. Usage example: [wikitr:/Styles/MapWithAI MapWithAI]. 1023 1023 1024 1024 … … 1176 1176 * '''`rgba(/*r*/, /*g*/, /*b*/, /*alpha*/)`''' - rgb value with alpha 1177 1177 * '''`hsb_color(/*hue*/, /*saturation*/, /*brightness*/)`''' - color from HSB color space 1178 * if the color is prefixed with a name and #, e.g. `color: highway_track#6e541c;` it will appear in the [wiki:/Help/Preferences/ColorPreference Color Preference] and end users can adjust the color there themself 1178 * if the color is prefixed with a name and #, e.g. `color: highway_track#6e541c;` it will appear in the [wikitr:/Help/Preferences/ColorPreference Color Preference] and end users can adjust the color there themself 1179 1179 1180 1180 '' '''Opacity''' ''