Skip to content

mapy.cz - less distractive POIs by myfonj

Details

Authormyfonj

LicenseCC0

Categorymapy.cz

Created

Updated

Size886 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Makes points of interest badges smaller and semi-transparent, unifies paid ones.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           mapy.cz - less distractive POIs
@namespace      github.com/openstyles/stylus
@version        1.1.1
@description    Makes points of interest marker badges smaller and semi-transparent, unifies paid ones.
@license        CC0
==/UserStyle== */
@-moz-document domain("mapy.cz") {
 /*
 https://userstyles.world/style/13690/mapy-cz-less-distractive-pois
 Changelog
 1.1.1 (2025-03-09) better scaled marker placement
 */
 .marker:not(.show-title) {
  transform: scale(.7);
  opacity: .7;
  transform-origin: center center;
  &:has(>.marker-bg-wrapper) {
   transform-origin: bottom center;
  }
  &:hover {
   transform: scale(1.3);
   opacity: 1;
   background-color: #fff7;
  }
  &.type-paid {
   &,& * {
    animation: none !important;
   }
  }
 }
 /*
 metro, tracks
 */
 polyline:not(:hover) {
  opacity: .65;
  &[stroke="#ffffff"] {
   opacity: 0;
  }
 }
}

Reviews

No reviews yet.