Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
 
Line 12: Line 12:
}
}
.mw-category-pages-using-details-parser-tag {
.mw-category-pages-using-details-parser-tag {
display: none;
display: none !important;
}
}

Latest revision as of 19:30, 19 November 2024

/* Hide title and edit tools on main page */
.page-Star_Citizen_Wiki .mw-side,
.page-Star_Citizen_Wiki .firstHeading,
.page-Star_Citizen_Wiki #siteSub {
	display: none!important;
}

/* Force override until skin is updated */
.skin-citizen blockquote {
	margin: 0.8rem 20px;
	padding: 0;
}
.mw-category-pages-using-details-parser-tag {
    display: none !important;
}