MediaWiki:Common.css: Unterschied zwischen den Versionen
| Zeile 15: | Zeile 15: | ||
} | } | ||
| − | + | #firstHeading { | |
border-bottom:none !important; | border-bottom:none !important; | ||
top:-60px; | top:-60px; | ||
| Zeile 22: | Zeile 22: | ||
} | } | ||
| − | + | #bodyContent { | |
top:-60px; | top:-60px; | ||
position:relative; | position:relative; | ||
} | } | ||
Version vom 10. November 2021, 18:13 Uhr
/* CSS placed here will be applied to all skins */
.mw-wiki-logo {
background-size:contain;
}
/* Diskussions-Tab für Beiträge ausblenden */
#ca-talk {
display:none! important;
}
/* Start-Tab für Beiträge ausblenden -> Macht keinen Sinn da Disktisionstab ja bereits AUsgeblendet ist -> nur 1 Tab da */
#p-namespaces {
display:none! important;
}
#firstHeading {
border-bottom:none !important;
top:-60px;
left:-20px;
position:relative;
}
#bodyContent {
top:-60px;
position:relative;
}