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.
This code will be executed when previewing this page.
The accompanying .js page for this skin is at User:Sam Sailor/common.js.
/* [[User:BrandonXLF/HighlightAdmins]] */
@import url(https://en.wikipedia.org/w/index.php?title=User:BrandonBot/HighlightAdmins.css&action=raw&ctype=text/css); /* [[User:BrandonBot/HighlightAdmins.css]] */
/* Adjust topicons */
.mw-indicators { margin: 3px; }
/* Hide notices */
.afd-help-box { display: none !important; }
/* [[User:Anomie/linkclassifier]] */
.featured-content { color: #a07e60 !important; } /* Brownish gold */
.good-content { color: #006622 !important; } /* Dark green */
/* --- Redirects and navigation --- */
/* Standard redirects - visible but subtle green */
.redirect { color: #339900 !important; }
/* With possibilities */
.redirect-with-possibilities {
color: #339900 !important;
border-bottom: 1px solid #339900 !important;
}
/* Broken redirects (links to missing pages) - high visibility */
.broken-redirect {
color: #ff0000 !important;
background-color: #ffdcdc !important;
font-weight: bold;
}
/* --- Disambiguation (Dabs) --- */
/* Yellow background helps identify links that need a specific article */
.disambiguation { background-color: #ffffbb !important; }
/* If the link is explicitly to a (disambiguation) page, no highlight needed */
.intentional-disambiguation { background-color: transparent !important; }
/* --- Deletion and protection --- */
/* Anything currently in an AfD or speedy deletion category */
.deletion {
color: #ff0000 !important;
text-decoration: line-through !important;
}
/* Indefinitely fully-protected pages (sysop only) */
.protection-edit-sysop-indef {
border-left: 3px solid #ff0000 !important;
padding-left: 2px;
}
/* --- Stubs --- */
.stubcls { color: #777777 !important; }
/* ----------------- */
/* Show a dotted red line wherever a [[WP:LISTGAP]] occurs. */
/* Originally from [[Special:PermaLink/885033309]] */
/* Now also excluding non-stacked portal template listgaps */
(ol + ol, ol + ul, ol + dl,
ul + ol, ul + ul, ul + dl,
dl + ol, dl + ul, dl + dl):not(.noprint) {
border-top: 1px dotted red;
}
/* User:Lingzhi2/reviewsourcecheck - show all Citation Style 1 error messages */
.citation-comment { display: inline !important; }
/* Turn the "Save page" button green when logged in */
#wpSave { background-color:#88ff88; }
/* [[User:Novem_Linguae/Scripts/ShowAdminMessages.js]]
Shows and highlights hidden messages for specialized user groups */
div.sysop-show,
div.checkuser-show,
div.abusefilter-show,
div.abusefilter-helper-show,
div.patroller-show,
div.templateeditor-show,
div.extendedmover-show,
p.sysop-show,
p.checkuser-show,
p.abusefilter-show,
p.abusefilter-helper-show,
p.patroller-show,
p.templateeditor-show,
p.extendedmover-show {
display: block !important;
background: yellow;
}
span.sysop-show,
span.checkuser-show,
span.abusefilter-show,
span.abusefilter-helper-show,
span.patroller-show,
span.templateeditor-show,
span.extendedmover-show,
small.sysop-show,
small.checkuser-show,
small.abusefilter-show,
small.abusefilter-helper-show,
small.patroller-show,
small.templateeditor-show,
small.extendedmover-show {
display: inline !important;
background: yellow;
}
table.sysop-show,
table.checkuser-show,
table.abusefilter-show,
table.abusefilter-helper-show,
table.patroller-show,
table.templateeditor-show,
table.extendedmover-show {
display: table !important;
background: yellow;
}
li.sysop-show,
li.checkuser-show,
li.abusefilter-show,
li.abusefilter-helper-show,
li.patroller-show,
li.templateeditor-show,
li.extendedmover-show {
display: list-item !important;
background: yellow;
}
/* [[User:Mdm.Bla/stainedglass.js]] replacement
Instant background colors based on namespace */
/* Talk pages (All odd-numbered namespaces) */
.ns-talk #content, .ns-talk #p-cactions ul li a { background-color: #FAF3EB !important; }
/* Special pages */
.ns--1 #content, .ns--1 #p-cactions ul li a { background-color: #FFF0F5 !important; }
/* Media & Files */
.ns--2 #content, .ns--2 #p-cactions ul li a,
.ns-6 #content, .ns-6 #p-cactions ul li a,
.ns-710 #content, .ns-710 #p-cactions ul li a { background-color: #F0FFFF !important; }
/* User pages */
.ns-2 #content, .ns-2 #p-cactions ul li a { background-color: #F2F2FC !important; }
/* Wikipedia, Help, Event, and MoS namespaces */
.ns-4 #content, .ns-4 #p-cactions ul li a,
.ns-12 #content, .ns-12 #p-cactions ul li a,
.ns-126 #content, .ns-126 #p-cactions ul li a,
.ns-1728 #content, .ns-1728 #p-cactions ul li a { background-color: #F0FFF0 !important; }
/* MediaWiki namespace */
.ns-8 #content, .ns-8 #p-cactions ul li a { background-color: #FFE4E1 !important; }
/* Templates & Modules */
.ns-10 #content, .ns-10 #p-cactions ul li a,
.ns-828 #content, .ns-828 #p-cactions ul li a { background-color: #FFFFE0 !important; }
/* Categories & Portals */
.ns-14 #content, .ns-14 #p-cactions ul li a,
.ns-100 #content, .ns-100 #p-cactions ul li a { background-color: #D9F1E6 !important; }
/* Drafts */
.ns-118 #content, .ns-118 #p-cactions ul li a { background-color: #F5F5DC !important; }
/* Mainspace (Explicitly white to override any leaks) */
.ns-0 #content, .ns-0 #p-cactions ul li a { background-color: #FFFFFF !important; }