User:Rezonansowy/global.css

From Meta, a Wikimedia project coordination wiki

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/*NOTIFICATIONS*/
#pt-notifications .mw-echo-notifications-badge.mw-echo-unread-notifications {
    background-color: #339966;
}
#pt-notifications .mw-echo-notifications-badge.mw-echo-unread-notifications:hover {
    background-color: #37A66F;
}
@keyframes blink {  
    0% { background-color: #37A66F; }
    100% { background-color: #d2d2d2; }
}
/*@-webkit-keyframes blink {
    0% { color: #37A66F; }
    100% { color: #d2d2d2; }
}*/
#pt-notifications .mw-echo-notifications-badge.mw-echo-unread-notifications {
    -webkit-animation: blink 1s linear infinite;
    -moz-animation: blink 1s linear infinite;
    -ms-animation: blink 1s linear infinite;
    -o-animation: blink 1s linear infinite;
    animation: blink 1s linear infinite;
}
/*
NON-COMMOMNS IMAGE CLASS
.thumbinner img:not([src^="//upload.wikimedia.org/wikipedia/commons/"]) {
    //border-bottom:22px solid #FFDBDB !important;
    border-color: #bb7070;
}
.nocommons {
    background-color:#FFDBDB !important;
}*/