MediaWiki:Minerva.css: Unterschied zwischen den Versionen
Aus Transfusionshandbuch
Keine Bearbeitungszusammenfassung Markierung: Zurückgesetzt |
Keine Bearbeitungszusammenfassung Markierung: Zurückgesetzt |
||
| Zeile 9: | Zeile 9: | ||
} | } | ||
/* 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: auto; | |||
} | } | ||
Version vom 28. Oktober 2024, 14:26 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: auto;
}
