MediaWiki:Common.css: Difference between revisions

From Encyclopedia of Des Plaines
Created page with "CSS placed here will be applied to all skins: .CategoryTreeNotice{display:none;}"
 
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
.CategoryTreeNotice{display:none;}
.CategoryTreeNotice { display:none; }
*sidebar-normal-catlinks { background-color: yellow; }

Revision as of 11:17, 3 July 2025

/* CSS placed here will be applied to all skins */
.CategoryTreeNotice { display:none; }
*sidebar-normal-catlinks { background-color: yellow; }