MediaWiki:Minerva.css: Unterschied zwischen den Versionen

Aus Transfusionshandbuch
Keine Bearbeitungszusammenfassung
Markierung: Zurückgesetzt
Keine Bearbeitungszusammenfassung
Markierung: Zurückgesetzt
Zeile 26: Zeile 26:
     padding: 10px;
     padding: 10px;
     min-height: 50px; /* Mindesthöhe des Footers */
     min-height: 50px; /* Mindesthöhe des Footers */
     margin-top: calc(100vh - 150px);
     margin-top: 20px;
}
}

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