User:John of Reading/common.css
Appearance
Code that you insert on this page could contain malicious content capable of compromising your account. If you import a script from another page with "importScript", "mw.loader.load", "iusc", or "lusc", take note that this causes you to dynamically load a remote script, which could be changed by others. Editors are responsible for all edits and actions they perform, including by scripts. User scripts are not centrally supported and may malfunction or become inoperable due to software changes. A guide to help you find broken scripts is available. If you are unsure whether code you are adding to this page is safe, you can ask at the appropriate village pump. This code will be executed when previewing this page. |
The accompanying .js page for this skin is at User:John of Reading/common.js. |
/*
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;} */