User:Pbsouthwood/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:Pbsouthwood/common.js. |
/* 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;
}
/* show Category:Pages displaying short descriptions with no spaces via Module:Annotated link instances */
.category-spaceless-annotation {
/* Required for visibility */
display: inline !important;
/* Optional highlighting */
margin-left: .5em;
font-size: 1.5em;
color: #d33;
}