User:つがる/common.css
Appearance
< User:つがる
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:つがる/common.js. |
#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
;
}