MediaWiki:Common.Css

From Coffeepedia - CoffeeTheCreator Wiki
Revision as of 12:43, 13 April 2025 by Coffeemc'coffee (talk | contribs) (Created page with "CSS placed here will be applied to all skins: #firstHeading{ display:none !important; } #left-navigation{ display:none !important; } #right-navigation{ display:none !important; }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

/* CSS placed here will be applied to all skins */

  1. firstHeading{
   display:none  !important;

}

  1. left-navigation{
   display:none  !important;

}

  1. right-navigation{
   display:none  !important;

}