User:John of Reading/common.css

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/*
  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[name^='ids['],
.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[href="/wiki/File:Castle_of_Park_Glenluce_exterior.JPG"] {display: none;} */