MediaWiki:Timeless.css: Unterschied zwischen den Versionen

Aus ArtisanCommerce Dokumentation
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
 
(9 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 11: Zeile 11:
     display: flex;
     display: flex;
     flex-direction: column;
     flex-direction: column;
    min-height: 95vh;
}
}


Zeile 21: 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.ts-container{
height: 100% !important;
}
#footer-poweredbyico{ display: none; }
@media screen and (max-width: 850px) {
    #mw-content {
        padding-left: 1.75em;
        padding-right: 1.75em;
        padding-top: 1.25em;
        border-width: 0;
    }
}
}

Aktuelle Version vom 18. Februar 2026, 14:14 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.ts-container{
	height: 100% !important;
}

#footer-poweredbyico{ display: none; }

@media screen and (max-width: 850px) {
    #mw-content {
        padding-left: 1.75em;
        padding-right: 1.75em;
        padding-top: 1.25em;
        border-width: 0;
    }
}