MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Dornheim Anatomy
Wechseln zu:Navigation, Suche
K (Test PoweredBy entfernen)
K (important)
Zeile 60: Zeile 60:
 
}
 
}
  
.footer-icons {
+
#footer-icons {
display: none;
+
display: none !important;
 
}
 
}
  

Version vom 6. Dezember 2019, 08:49 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */

.mw-welcome-bar{
display: none !important;
}

*, ::before, ::after {
box-sizing: unset;
}

.clearfix:after {
content: "";
display: table;
clear: both;
}

.p-navbar {
background-color: #c2bfad;
color: #010b15 !important;
}

.nav-link {
color: #010b15 !important;
}

.container-fluid {
background-color: #c2bfad;
color: #010b15;
}

.n-recentchanges {
display: none;
}

.n-randompage {
display: none;
}
.n-help-mediawiki {
display: none;
}

#mw-navigation {
display: none;
}


.clear {
clear: both;
}

img {
max-width: 100%;
height: auto;
}

/*Test reponsiver Segmenter*/

iframe {
max-width: 100%;
}

#footer-icons {
display: none !important;
}

/*CSS Anpassungen für die Hauptseite*/


.page-Hauptseite #firstHeading {
display: none;
}