MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus
Wechseln zu: Navigation, Suche
Zeile 15: Zeile 15:
 
}
 
}
  
h1 {
+
.firstHeading {
 
border-bottom:none !important;
 
border-bottom:none !important;
 +
top:-100px;
 +
left:-20px;
 +
position:relative;
 
}
 
}

Version vom 10. November 2021, 18:10 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:-100px;
left:-20px;
position:relative;
}