MediaWiki:Common.css: Difference between revisions

From Simple Wiki
(Created page with "→‎CSS placed here will be applied to all skins: #p-tb { display: none; }")
 
No edit summary
Tag: Manual revert
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
#p-tb { display: none; }
/*
#p-tb { display: none; }
h1 { display: none; }
#ca-edit { display: none !important; }
#ca-ve-edit { display: none !important; }
*/
#t-specialpages { display: none; }
#ca-history { display: none;}
#ca-viewsource { display: none; }
#ca-nstab-main { display: none; }
#footer-places-privacy { display: none; }

Latest revision as of 19:27, 21 January 2024

/* CSS placed here will be applied to all skins */
/* 
#p-tb { display: none; } 
h1 { display: none; }
#ca-edit { display: none !important; }
#ca-ve-edit { display: none !important; }
*/
#t-specialpages { display: none; }
#ca-history { display: none;}
#ca-viewsource { display: none; }
#ca-nstab-main { display: none; }
#footer-places-privacy { display: none; }