MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Bibliothekarische Fortbildungen in Hamburg
Zur Navigation springen Zur Suche springen
Die Seite wurde neu angelegt: „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; }“
 
Keine Bearbeitungszusammenfassung
Zeile 15: Zeile 15:
   width: 100%;
   width: 100%;
   height: 50px;
   height: 50px;
}
#footer-icons {
display: none;
}
}

Version vom 19. Mai 2022, 09:17 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;
}
#footer-icons {
 display: none;
}