User:84user/monobook.css

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search
Note: After saving, you have to bypass your browser's cache to see the changes. Internet Explorer: press Ctrl-F5, Mozilla: hold down Shift while clicking Reload (or press Ctrl-Shift-R), Opera/Konqueror: press F5, Safari: hold down Shift + Alt while clicking Reload, Chrome: hold down Shift while clicking Reload.
.copyrightwarning { display: none !important; }

/* disable the watchlist-message which user has no means of hiding when Javascript disabled */
/* div#watchlist-message { display: none ! important } */

/* disable the sitenotice */
div#centralNotice { display: none ! important }

/* disable upload text not needed by experienced users */
div#uploadtext { display: none ! important }
 
/* Wikipedia:Persondata#Viewing persondata */
table.persondata {display:table !important;}
 
/* from [[:en:User:Davidgothberg]], minus li#pt-userpage */
/* Turn off several things for faster page rendering. */
body {   /* Turn off the large page background image. */
    background: #f9f9f9;
}
#p-logo,    /* Turn off the Wikipedia logo. */
#footer {   /* Turn off the page footer. */
    display: none;
}

/* From [[:en:User:Quiddity]] */
/* Hide stuff */
#minoredit_helplink {display:none}
#wpSummaryLabel {display:none}
#editpage-copywarn {display:none}
#editpage-copywarn2 {display:none}
#editpage-copywarn3 {display:none}
#siteSub {display:none !important} /* Hide sitewide subtitle (From Wikipedia, the...) */
li#pt-userpage {background:none} /* Turn off the small user image at top of page. */