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 all CS1 errors */

.citation-comment {display: inline !important;} /* show all Citation Style 1 error messages */

/* Makes redirect links appear green to me only */

span[lang] { color: green; }
span[lang|=zh] { color: teal; }
span[lang|=zh-Latn] { color: olive; }

/* Changes color of notification badges - default lacked contrast */

#pt-notifications-alert .mw-echo-notifications-badge, #pt-notifications-message .mw-echo-notifications-badge { 
background-color:#808080;
}

#pt-notifications-alert .mw-echo-notifications-badge:hover, #pt-notifications-message .mw-echo-notifications-badge:hover, #pt-notifications-alert .mw-echo-notifications-badge:active, #pt-notifications-message .mw-echo-notifications-badge:active, #pt-notifications-alert .mw-echo-notifications-badge:focus, #pt-notifications-message .mw-echo-notifications-badge:focus {
    background-color: #ffffff;
    color: #000000;
}

/* Adds the hidden host navbox to your Teahouse pages */

#teahouseNavbar {display: block !important;} 

/* Remove to-me-useless notes in all edit boxes. Leaves only the command buttons and special chars. */

#editpage-copywarn { display: none; }
#editpage-copywarn1 { display: none; }
#editpage-copywarn2 { display: none; }
#editpage-copywarn3 { display: none; }

/* Reveals short descriptions */

.shortdescription {
  display:block !important;
  white-space: pre-wrap;
}
.shortdescription::before { 
  content: "\A[Short description:\0020";
}
.shortdescription::after { 
  content: "]\A";
}

/* Darkens up title lines in History and a few other places */

.autocomment { font-weight: normal; font-style: normal; color: #585858; }