MediaWiki:Minerva.css: Unterschied zwischen den Versionen
Aus Transfusionshandbuch
Keine Bearbeitungszusammenfassung Markierung: Zurückgesetzt |
Keine Bearbeitungszusammenfassung Markierung: Zurückgesetzt |
||
| Zeile 9: | Zeile 9: | ||
} | } | ||
html{ | |||
html | position:relative; | ||
min-height: 100%; | |||
} | } | ||
/*Normalize html and body elements,this style is just good to have*/ | |||
html,body{ | |||
margin:0; | |||
padding:0; | |||
} | } | ||
.pageContentWrapper{ | |||
margin-bottom:100px;/* Height of footer*/ | |||
} | |||
.footer{ | |||
position: absolute; | |||
bottom: 0; | |||
left: 0; | |||
right: 0; | |||
height:100px; | |||
background:#ccc; | |||
} | } | ||
Version vom 28. Oktober 2024, 14:41 Uhr
/* All CSS here will be loaded for users of the MinervaNeue skin */
#mw-mf-header h1 {
display: none;
}
#p-persona .skin-minerva .branding {
display: none;
}
html{
position:relative;
min-height: 100%;
}
/*Normalize html and body elements,this style is just good to have*/
html,body{
margin:0;
padding:0;
}
.pageContentWrapper{
margin-bottom:100px;/* Height of footer*/
}
.footer{
position: absolute;
bottom: 0;
left: 0;
right: 0;
height:100px;
background:#ccc;
}
