MediaWiki:Minerva.css: Unterschied zwischen den Versionen

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


#mw-footer {
/* Für Sticky-Footer-Effekt */
  background: rgba(0, 0, 0, 0.8) none repeat scroll 0% 0%;
html, body {
  width: 100%;
    height: 100%;
  padding: 0px !important;
    margin: 0;
  margin-top: 20px !important;
    display: flex;
  bottom: 0px !important;
    flex-direction: column;
  margin-left: auto !important;
}
  margin-right: auto !important;
 
  color: #C2C8CF;
#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;
}