MediaWiki:Common.css: Unterschied zwischen den Versionen
| Zeile 17: | Zeile 17: | ||
#firstHeading { | #firstHeading { | ||
border-bottom:none !important; | border-bottom:none !important; | ||
| − | top:- | + | top:-80px; |
| + | font-size: 2.8em; | ||
left:-20px; | left:-20px; | ||
position:relative; | position:relative; | ||
| Zeile 23: | Zeile 24: | ||
#bodyContent { | #bodyContent { | ||
| − | top:- | + | top:-60px; |
| − | + | ||
position:relative; | position:relative; | ||
} | } | ||
Version vom 10. November 2021, 18:20 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:-80px;
font-size: 2.8em;
left:-20px;
position:relative;
}
#bodyContent {
top:-60px;
position:relative;
}