MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Witt (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Witt (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
| Zeile 13: | Zeile 13: | ||
/*position: absolute;*/ | /*position: absolute;*/ | ||
bottom: 0; | bottom: 0; | ||
width: 100%; | /*width: 100%;*/ | ||
height: 50px; | height: 50px; | ||
background: #003063; | background: #003063; | ||
Version vom 19. Mai 2022, 09:52 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;
}