MediaWiki:Monobook.css: Difference between revisions

From JP1 Remotes Wiki
Jump to navigationJump to search
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 1: Line 1:
/* All CSS here will be loaded for users of the MonoBook skin */
/* All CSS here will be loaded for users of the MonoBook skin */
/* Kill inline red borders/outlines/shadows on the Main page link in MonoBook */
/* Kill inline red borders/outlines/shadows on the Main page link in MonoBook */
#mw-panel a[style] { border: none !important; outline: none !important; box-shadow: none !important; }
#mw-panel a[href*="Main_Page"] {
  border: none !important;
}

Revision as of 17:40, 18 November 2025

/* All CSS here will be loaded for users of the MonoBook skin */
/* Kill inline red borders/outlines/shadows on the Main page link in MonoBook */
#mw-panel a[href*="Main_Page"] {
  border: none !important;
}