MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Reflekt
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 3: Zeile 3:
  background-size: cover;
  background-size: cover;
}
}
.popup-alerts-wrapper .popup-alerts-window { max-width: 90vw; }
.popup-alerts-wrapper .popup-alerts-window { max-width: 90vw; display: block; flex: none; }
.popup-alerts-window { display: block; flex: none; }
.popup-alerts-content { overflow: hidden; }
.popup-alerts-content { overflow: hidden; }
.popup-alerts-content a.image { position: relative; }
.popup-alerts-content a.image { position: relative; }
.popup-alerts-content img { max-width: 90vw; height: auto; width: auto; max-height: 90vh; }
.popup-alerts-content img { max-width: 90vw; height: auto; width: auto; max-height: 90vh; }

Version vom 16. Dezember 2021, 12:09 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
#p-logo a {
 background-size: cover;
}
.popup-alerts-wrapper .popup-alerts-window { max-width: 90vw; display: block; flex: none; }
.popup-alerts-content { overflow: hidden; }
.popup-alerts-content a.image { position: relative; }
.popup-alerts-content img { max-width: 90vw; height: auto; width: auto; max-height: 90vh; }