Difference between revisions of "MediaWiki:Common.css"
From BME Matematikus felvi
(Új oldal, tartalma: „- →Közös CSS az összes felületnek: #footer-icon-poweredby { display: none; }”) |
|||
(3 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
− | /* | + | /* CSS placed here will be applied to all skins */ |
− | # | + | /* hide Toolbox */ |
+ | #p-tb { display:none !important; } | ||
+ | |||
+ | /* hide Search Box */ | ||
+ | #p-search {display:none;} |
Latest revision as of 23:54, 11 February 2013
/* CSS placed here will be applied to all skins */ /* hide Toolbox */ #p-tb { display:none !important; } /* hide Search Box */ #p-search {display:none;}