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
No edit summary
No edit summary
Tag: Reverted
Line 6: Line 6:
padding: 0 !important;
padding: 0 !important;
}
}
.new {
a.new {
color: #f72a57;
color: #f72a57;
}
}

Revision as of 23:05, 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;
}
a.new {
	color: #f72a57;
}