/*
Top menu
*/
#pt-sandbox { display: none; }
/*
Help desk
*/
/* Hide the help desk edit notice */
.page-Wikipedia_Help_desk .editnotice-page { display: none; }
/*
Recent changes
*/
/* This hides four lines of links at the top of the page */
.mw-recentchanges-toplinks { display: none !important; }
/* This hides the explanatory box at the right of the header */
.mw-changeslist-legend { display: none; }
/* Not interested in viewing all other edits with the same tag */
span.mw-tag-other-edits { display:none; }
/*
History / Watchlist
*/
/* This hides "updated since my last visit" */
span.updatedmarker { display:none; }
/* Turn off the watchlist bolding */
.mw-changeslist-line-watched .mw-title { font-weight: normal; }
/* Hide the reset button and its introductory text */
#mw-watchlist-resetbutton, #mw-wlheader-showupdated { display: none; }
/* == Hide tag editing button & checkboxes == */
input,
.mw-history-editchangetags-button { display: none; }
/*
Edit screen
*/
/* These hide some of the clutter below the edit box */
#editpage-copywarn { display: none; }
#editpage-copywarn1 { display: none; }
#editpage-copywarn2 { display: none; }
#editpage-copywarn3 { display: none; }
/*
Articles
*/
/* Show all the citation error messages */
.citation-comment { display: inline !important; color: red; }
/*
Tests
*/
/* These two lines altered the appearance of the proposed Help Desk edit notice */
/* #HelpDeskEditNoticePublic { display:none } */
/* #HelpDeskEditNoticePrivate { display:block } */
/* Experiment in hiding an image */
/* body a {display: none;} */