MediaWiki:Common.css: Difference between revisions

From stacky wiki
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:


/* don't show links for user and talk pages if not logged in */
/* don't show links for user and talk pages if not logged in */
.pt-anontalk,.pt-anonuserpage { display:none; }
#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; }