Difference between revisions of "MediaWiki:Common.css"
From DMT-Nexus Wiki
TheTraveler (Talk | contribs) m |
TheTraveler (Talk | contribs) |
||
(10 intermediate revisions by one user not shown) | |||
Line 3: | Line 3: | ||
/* Pad Google AdSense box in portlet in sidebar */ | /* Pad Google AdSense box in portlet in sidebar */ | ||
#p-googleadsense .pBody { | #p-googleadsense .pBody { | ||
− | padding-top: | + | padding-top: 5px; |
text-align: center; | text-align: center; | ||
− | |||
} | } | ||
+ | |||
body.page-Main_Page h1.firstHeading { display:none; } | body.page-Main_Page h1.firstHeading { display:none; } | ||
+ | body.page-DMT-Nexus_Wiki_Community_Portal h1.firstHeading { display:none; } |
Latest revision as of 17:01, 16 June 2009
/* CSS placed here will be applied to all skins */ /* Pad Google AdSense box in portlet in sidebar */ #p-googleadsense .pBody { padding-top: 5px; text-align: center; } body.page-Main_Page h1.firstHeading { display:none; } body.page-DMT-Nexus_Wiki_Community_Portal h1.firstHeading { display:none; }