MediaWiki:Timeless.css: Unterschied zwischen den Versionen

Aus ArtisanCommerce Dokumentation
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 22: Zeile 22:
#mw-content-block {
#mw-content-block {
     flex: 1 0 auto; /* This pushes the footer down */
     flex: 1 0 auto; /* This pushes the footer down */
}
#mw-content-container{
height: 100%;
}
}

Version vom 18. Februar 2026, 13:59 Uhr

/* CSS an dieser Stelle wird für Benutzer geladen, die die Benutzeroberfläche „Timeless“ verwenden */
/* html{min-height: 100vh !important;}
#footer-poweredbyico{ display: none; }
.mw-content-container{ min-height: 86vh; } */

html, body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 95vh;
}

#mw-wrapper {
    flex: 1 0 auto; /* This makes the wrapper grow */
    display: flex;
    flex-direction: column;
}

#mw-content-block {
    flex: 1 0 auto; /* This pushes the footer down */
}

#mw-content-container{
	height: 100%;
}