MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Bibliothekarische Fortbildungen in Hamburg
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 15: Zeile 15:
   width: 100%;
   width: 100%;
   height: 50px;
   height: 50px;
  background: #003063;
}
}
#footer-icons {
#footer-icons {
  display: none;
  display: none;
}
}

Version vom 19. Mai 2022, 09:18 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
body {
  position: relative;
}

body::after {
  content: '';
  display: block;
  height: 50px; /* Set same as footer's height */
}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  background: #003063;
}
#footer-icons {
 display: none;
}