MediaWiki:Minerva.css: Unterschied zwischen den Versionen

Aus Transfusionshandbuch
Keine Bearbeitungszusammenfassung
Markierung: Zurückgesetzt
Keine Bearbeitungszusammenfassung
Markierung: Zurückgesetzt
Zeile 9: Zeile 9:
}
}


/* Seite und Inhaltsbereich vollständig nutzen */
html, body {
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
}
/* Inhaltsbereich dehnt sich zwischen Kopf- und Fußzeile */
#content {
    flex: 1;
    padding-bottom: 20px; /* Platz für den Footer reservieren */
}
/* Footer-Einstellungen */
#footer {
#footer {
     min-height: 50px; /* Mindesthöhe für den Footer */
     position: absolute;
     max-height: 100px; /* Begrenzung der maximalen Höhe */
     bottom: 0;
     background-color: #f9f9f9;
     width: 100%;
     text-align: center;
     height: 335px;
     padding: 10px;
     background: green;
    margin-top: auto; /* Footer bleibt am Seitenende */
}
}

Version vom 28. Oktober 2024, 14:04 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;
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 335px;
    background: green;
}