MediaWiki:Common.css: Difference between revisions
(Created page with "→CSS placed here will be applied to all skins: →no title on main page: body.page-Main_Page h1.firstHeading { display:none; }") |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
/* no title on main page */ | /* no title on main page */ | ||
body.page-Main_Page h1.firstHeading { display:none; } | body.page-Main_Page h1.firstHeading { display:none; } | ||
/* don't show links for user and talk pages if not logged in */ | |||
#pt-anontalk,#pt-anonuserpage { display:none; } | |||
label[for="wpCaptchaWord"] { border:3px solid red; padding:2px; } |
Latest revision as of 11:35, 14 February 2012
/* CSS placed here will be applied to all skins */ /* no title on main page */ body.page-Main_Page h1.firstHeading { display:none; } /* don't show links for user and talk pages if not logged in */ #pt-anontalk,#pt-anonuserpage { display:none; } label[for="wpCaptchaWord"] { border:3px solid red; padding:2px; }