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_empty.png
   background-image: url("/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;
Zeile 292: Zeile 292:
}
}
.whisky-glass.is-active {
.whisky-glass.is-active {
   background-image: url("/w/index.php?title=Special:FilePath/Whisky_filled.png");
   background-image: url("/index.php?title=Special:FilePath/Whisky_filled.png");
   opacity: 1;
   opacity: 1;
}
}