User:Bsoyka/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:Bsoyka/common.js. |
/* Show orphan tags */
.ambox-Orphan {
display: table !important;
}
/* Hide edit notices in my userspace */
.page-User_Bsoyka #userpageedn {
display: none;
}
/* Show all CS1 maintenance messages and errors */
.mw-parser-output .cs1-maint,
.mw-parser-output .cs1-hidden-error {
display: inline;
}
/* Hide AfD help */
.afd-help-box {
display: none !important;
}
/* From [[User:Anomie/linkclassifier.css]] (see attribution there) */
A { color:#0033cc; }
A.stubcls { color:#6000bf; }
A.new { color:#bf0000; }
A.redirect { color:#00bf00; }
A.self-redirect { background-color:#88ff88; }
A.disambiguation { background-color:#ffff88; }
A.intentional-disambiguation { background-color:#ffffcc; }
A.soft-redirect-cats { background-color:#ffff88; }
A.deletion { color:#ff0088; }
A.broken-redirect { color:#bf0000; background-color:#88ff88; }
#bodyContent a.external, #bodyContent a.extiw { color:#338ebb; }
A:visited { color:#4365cc; }
A.stubcls:visited { color:#7f3ebf; }
A.new:visited { color:#bf3e3e; }
A.redirect:visited { color:#3ebf3e; }
A.deletion:visited { color:#ff54af; }
A.broken-redirect:visited { color:#bf3e3e; background-color:#88ff88; }
#bodyContent a.external:visited, #bodyContent a.extiw:visited { color:#5f9cbb; }
A.unprintworthy:not(.unprintworthy-shortcut) { outline:1px dotted #ff0000; }
A.image.redirect > IMG { outline:2px solid #00bf00; } /* Doesn't work, because the generated link goes to the redirect target */
A.image.nonfree-media > IMG { outline:3px double #ff0000; }
A.image.deletion > IMG { outline:2px solid #ff0088; }
A.image.deletion:visited > IMG { outline-color:#ff54af; }
A.nonimage.protection-create-sysop-indef:after {
content:url(//upload.wikimedia.org/wikipedia/commons/thumb/a/a0/Padlock-skyblue.svg/12px-Padlock-skyblue.svg.png);
}
mw.loader.load( '/w/index.php?title=User:Anomie/hide-images.css&action=raw&ctype=text/css', 'text/css' ); // Backlink: [[User:Anomie/hide-images.css]]
#teahouseNavbar {display: block !important;} /* Adds the hidden host navbox to your Teahouse pages */
.asof-tag { display: inline !important; }