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.
 /* Styling for update markers on watchlist and history pages */
   span.updatedmarker {
   background-color: transparent;
   color: #006400;
}
.mw-changeslist-line-watched .mw-title a {
   font-weight: normal;
   /* @embed */
   background: url(//upload.wikimedia.org/wikipedia/commons/thumb/a/ac/Pentagram_dis.svg/13px-Pentagram_dis.svg.png) no-repeat left;
   /* @noflip */    padding-left: 16px;
}
/* Highlight my signature, per [[WP:SIG]]. */
#bodyContent a[title="User:Pbsouthwood"] { background-color: #ffff00; color: #0000ff; }
/*  Show redirect links in green  */
    .mw-redirect {

        color: #006633;

    }
    .mw-redirect:visited {

        color: #009900;

    }
    .mw-redirect:hover {

        color: #990000;

    }
    .mw-redirect:active {

        color: #990000;

    }
/* Display short description on desktop view highlighted in yellow */    
.shortdescription { display:block !important; background-color: #FFFF80; color: #F08; font-style: italic;}

/* Highlight short description from Galobtters js script */
.mw-page-description { background-color: #FF80FF; }

/* Display portal maintenance status */
div.portal-maintenance-status { display:block !important }

.mw-parser-output span.cs1-maint {display: inline;} /* display Citation Style 1 maintenance messages */

.mw-parser-output span.cs1-hidden-error {display: inline;} /* display hidden Citation Style 1 error messages */

/* show Category:Pages displaying wikidata descriptions as a fallback via Module:Annotated link instances */
.category-wikidata-fallback-annotation {
	/* Required for visibility */
	display: inline !important;
	/* Optional highlighting */
	margin-left: .5em;
	font-size: 1.5em;
	color: #d33;
}

/* show Category:Pages displaying short descriptions of redirect targets via Module:Annotated link instances */
.category-annotation-with-redirected-description {
	/* Required for visibility */
	display: inline !important;
	/* Optional highlighting */
	margin-left: .5em;
	font-size: 1.5em;
	color: #d33;
}