MediaWiki:Minerva.css: Unterschied zwischen den Versionen

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


#footer {
.footer {
     position: absolute;
     position: absolute;
     bottom: 0;
     bottom: 0;
     width: 100%;
     width: 100%;
     height: 335px;
     height: 60px;
     background: green;
     background-color: #f5f5f5;
}
}

Version vom 28. Oktober 2024, 14:08 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: 60px;
    background-color: #f5f5f5;
}