MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus
Wechseln zu: Navigation, Suche
Zeile 14: Zeile 14:
 
display:none! important;
 
display:none! important;
 
}
 
}
@media screen and (min-width: 640px) {
+
@media only screen and (min-width: 640px) {
  
 
#firstHeading {
 
#firstHeading {

Version vom 10. November 2021, 18:24 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;
}
@media only screen and (min-width: 640px) {

#firstHeading {
border-bottom:none !important;
top:-80px;
font-size: 2.8em;
left:-20px;
position:relative;
}

#bodyContent {
top:-60px;

position:relative;
}
}