MediaWiki:Minerva.css: Unterschied zwischen den Versionen
Aus Transfusionshandbuch
Keine Bearbeitungszusammenfassung Markierung: Zurückgesetzt |
Keine Bearbeitungszusammenfassung Markierung: Zurückgesetzt |
||
| Zeile 11: | Zeile 11: | ||
/* Für Sticky-Footer-Effekt */ | /* Für Sticky-Footer-Effekt */ | ||
html, body { | html, body { | ||
height: | height: 100%; | ||
margin: 0; | margin: 0; | ||
display: flex; | display: flex; | ||
Version vom 28. Oktober 2024, 14:35 Uhr
/* All CSS here will be loaded for users of the MinervaNeue skin */
#mw-mf-header h1 {
display: none;
}
#p-persona .skin-minerva .branding {
display: none;
}
/* Für Sticky-Footer-Effekt */
html, body {
height: 100%;
margin: 0;
display: flex;
flex-direction: column;
}
#content {
flex: 1;
}
#footer {
background-color: #f9f9f9;
text-align: center;
padding: 10px;
min-height: 50px; /* Mindesthöhe des Footers */
margin-top: calc(100vh - 150px);
}
