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 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
html {
visibility: hidden;
}
.mw-page-title-namespace,
.mw-page-title-namespace,
.mw-page-title-separator {
.mw-page-title-separator {

Revision as of 02:51, 1 January 2025

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