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.
/* 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; }