MediaWiki:Common.css: Unterschied zwischen den Versionen

 
(3 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 25: Zeile 25:
 
#bs-page-discussion-button {
 
#bs-page-discussion-button {
 
display: none !important;
 
display: none !important;
 +
}
 +
 +
/* Hide Indicators */
 +
.bs-firstHeading-container .mw-indicators {
 +
display: none;
 +
}
 +
 +
/* Hide FlaggedRevs UI */
 +
#mw-fr-revisiontag {
 +
display:none;
 
}
 
}

Aktuelle Version vom 13. Juli 2023, 11:31 Uhr

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

#bs-sitenavtabs:before {
	display: none !important;
}
#bs-sitenavtabs {
	padding-top: 15px;
}
#bs-sitenavtabs > .nav-pills {
	display: none !important;
}

.sitetools-main {
	display: none !important;
}

.bs-page-after-header {
	display: none;
}

#bs-page-context-button-toggle,
.sidebar-toggle {
	display: none;
}
#bs-page-discussion-button {
	display: none !important;
}

/* Hide Indicators */
.bs-firstHeading-container .mw-indicators {
	display: none;
}

/* Hide FlaggedRevs UI */
#mw-fr-revisiontag {
	display:none;
}