MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Fabelort
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 6: Zeile 6:
.mediawiki {
.mediawiki {
background-color: transparent;
background-color: transparent;
background-image: url("/fabelort-footer-dsk-markt.png");
background: linear-gradient(to bottom right, rgba(url("/fabelort-footer-dsk-markt.png"), 0.0), rgba(url("/fabelort-footer-dsk-markt.png"),1.0));
background-repeat: no-repeat;
background-repeat: no-repeat;
     background-position: bottom right;
     background-position: bottom right;

Version vom 21. März 2026, 02:13 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */




.mediawiki {
	background-color: transparent;
	background: linear-gradient(to bottom right, rgba(url("/fabelort-footer-dsk-markt.png"), 0.0), rgba(url("/fabelort-footer-dsk-markt.png"),1.0));
	background-repeat: no-repeat;
    background-position: bottom right;
}

#mw-footer-container {
	background-color: transparent;
}
#mw-content {
	background-color: transparent;
}
#mw-content-container {
  background-color: transparent;
}