MediaWiki:Common.css: Unterschied zwischen den Versionen

Keine Bearbeitungszusammenfassung
Markierung: Manuelle Zurücksetzung
Keine Bearbeitungszusammenfassung
Zeile 327: Zeile 327:
@media (max-width: 420px) {
@media (max-width: 420px) {
   .whisky-glass { width: 26px; height: 26px; margin: 0 5px 5px 0; }
   .whisky-glass { width: 26px; height: 26px; margin: 0 5px 5px 0; }
}
.whisky-overall-badge {
  display: inline-block;
  margin-left: .5rem;
  padding: .1rem .45rem;
  border-radius: .5rem;
  background: #111827;
  color: #fff;
  font-weight: 600;
  font-size: .95rem;
  line-height: 1.2;
}
}