MediaWiki:Timeless.css: Unterschied zwischen den Versionen

Aus Transfusionshandbuch
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
/* All CSS here will be loaded for users of the Timeless skin */
/* All CSS here will be loaded for users of the Timeless skin */


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

Version vom 28. Oktober 2024, 14:19 Uhr

/* All CSS here will be loaded for users of the Timeless skin */

.mw-footer {
  background: rgba(0, 0, 0, 0.8) none repeat scroll 0% 0%;
  width: 100%;
  padding: 0px !important;
  margin-top: 20px !important;
  bottom: 0px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  color: #C2C8CF;
}