MediaWiki:Timeless.css: Unterschied zwischen den Versionen

Aus Transfusionshandbuch
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 3: Zeile 3:
.mw-footer {
.mw-footer {
   width: 100%;
   width: 100%;
   max-height: 50px;
   max-height: 5px;
   padding: 0px !important;
   padding: 0px !important;
   margin-top: 20px !important;
   margin-top: 20px !important;

Version vom 28. Oktober 2024, 14:22 Uhr

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

.mw-footer {
  width: 100%;
  max-height: 5px;
  padding: 0px !important;
  margin-top: 20px !important;
  bottom: 0px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}