MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Bibliothekarische Fortbildungen in Hamburg
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 11: Zeile 11:


footer {
footer {
   position: absolute;
   /*position: absolute;*/
   bottom: 0;
   bottom: 0;
   width: 100%;
   width: 100%;

Version vom 19. Mai 2022, 09:51 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;
}