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.
#teahouseNavbar {display: block !important;} /* Adds the hidden host navbox to your Teahouse pages */

@import url('//en.wikipedia.org/w/index.php?action=raw&title=User:Anomie/hide-images.css&ctype=text/css');
@import url('//en.wikipedia.org/w/index.php?action=raw&title=User:Anomie/talklink.css&ctype=text/css'); /* Linkback: [[User:Anomie/talklink.css]] */

/* Number in bell */
#pt-notifications-alert.mw-echo-notifications-badge.oo-ui-flaggedElement-unseen::after, #pt-notifications-alert .mw-echo-notifications-badge.mw-echo-unseen-notifications::after {
    color: blue;
    background-color: red; /* Thegooduser, are you sure that this is working as intended? --Oshwah */
}

/* Number in inbox */
#pt-notifications-notice.mw-echo-notifications-badge.oo-ui-flaggedElement-unseen::after, #pt-notifications-notice .mw-echo-notifications-badge.mw-echo-unseen-notifications::after {
    color: green; /* Changing for Thegooduser per his request on my user talk page. --Oshwah */
    background-color: blue;
}
/* Bell icon */
#pt-notifications-alert.mw-echo-notifications-badge::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E %3Ctitle%3E bell %3C/title%3E %3Cpath d=%22M16 7a5.38 5.38 0 0 0-4.46-4.85C11.6 1.46 11.53 0 10 0S8.4 1.46 8.46 2.15A5.38 5.38 0 0 0 4 7v6l-2 2v1h16v-1l-2-2zm-6 11a3 3 0 0 0 3-3H7a3 3 0 0 0 3 3z%22 fill=%22colorname%22 /%3E %3C/svg%3E");
}

/* Inbox icon */
#pt-notifications-alert.mw-echo-notifications-badge::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E %3Ctitle%3E tray %3C/title%3E %3Cpath d=%22M17 1H3a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2zm0 12h-4l-1 2H8l-1-2H3V3h14z%22 fill=%22colorname%22 /%3E %3C/svg%3E");
}

#pt-notifications-notice.mw-echo-notifications-badge::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E %3Ctitle%3E tray %3C/title%3E %3Cpath d=%22M17 1H3a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2zm0 12h-4l-1 2H8l-1-2H3V3h14z%22 fill=%22colorname%22 /%3E %3C/svg%3E");
}

/* New messages alert text */
.mw-echo-alert {
    color: black;
    background-color: green
    ;
}