MediaWiki:Common.css: Unterschied zwischen den Versionen

Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 278: Zeile 278:
   background: none;
   background: none;
   cursor: pointer;
   cursor: pointer;
   background-image: url("/w/index.php?title=Special:FilePath/Whisky-glas-empty.svg");
   background-image: url("/w/index.php?title=Special:FilePath/Whisky empty.png
");
   background-size: contain; background-repeat: no-repeat; background-position: center;
   background-size: contain; background-repeat: no-repeat; background-position: center;
   opacity: .7;
   opacity: .7;
Zeile 291: Zeile 292:
}
}
.whisky-glass.is-active {
.whisky-glass.is-active {
   background-image: url("/w/index.php?title=Special:FilePath/Whisky-glas-full.svg");
   background-image: url("/w/index.php?title=Special:FilePath/Whisky filled.png");
   opacity: 1;
   opacity: 1;
}
}