Jump to content

MediaWiki:Common.css: Difference between revisions

From λ LUMENWARD
Blanked the page
Tag: Blanking
No edit summary
Line 1: Line 1:
/* SAFE BASELINE — do not hide structural containers */


/* Text-only logo: force black */
.mw-logo,
.mw-logo a,
.mw-logo a:visited,
.mw-logo a:hover,
.mw-logo a:active {
  color: #000 !important;
}
.mw-logo a:hover { text-decoration: none !important; }
/* Remove "Powered by MediaWiki" (safe targets only) */
#footer-poweredby,
#footer-poweredbyico,
.mw-poweredby {
  display: none !important;
}

Revision as of 18:29, 13 December 2025

/* SAFE BASELINE — do not hide structural containers */

/* Text-only logo: force black */
.mw-logo,
.mw-logo a,
.mw-logo a:visited,
.mw-logo a:hover,
.mw-logo a:active {
  color: #000 !important;
}
.mw-logo a:hover { text-decoration: none !important; }

/* Remove "Powered by MediaWiki" (safe targets only) */
#footer-poweredby,
#footer-poweredbyico,
.mw-poweredby {
  display: none !important;
}