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

Common.css: Difference between revisions

MediaWiki interface page
Content deleted Content added
Created page with "CSS placed here will be applied to all skins: .mw-page-title-namespace, .mw-page-title-separator { display: none !important; Hide elements completely: margin: 0 !important; padding: 0 !important; }"
 
No edit summary
Line 5: Line 5:
margin: 0 !important;
margin: 0 !important;
padding: 0 !important;
padding: 0 !important;
}
.new {
color: #f72a57;
}
}

Revision as of 23:02, 27 December 2024

/* CSS placed here will be applied to all skins */
.mw-page-title-namespace,
.mw-page-title-separator {
    display: none !important; /* Hide elements completely */
    margin: 0 !important;
    padding: 0 !important;
}
.new {
	color: #f72a57;
}