MediaWiki:Vector.css

From TNOpediA
Revision as of 13:15, 11 May 2024 by Tunityguy (talk | contribs) (Created page with "→‎All CSS here will be loaded for users of the Vector skin: →‎ALERT / WATCH ICONS: #personal-extra>ul { margin: 0.3em 0.5em 0.5em 0.5em !important; } .mw-echo-notifications-badge:after { border: 1px solid #f8e080 !important; border-radius: 0 !important; color: #f8e080 !important; } #pt-notifications-notice .mw-echo-notifications-badge.oo-ui-flaggedElement-unseen:after, #pt-notifications-notice .mw-echo-notifications-badge.mw-echo-unseen-notification...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.
/* All CSS here will be loaded for users of the Vector skin */
/* ALERT / WATCH ICONS */
#personal-extra>ul {
    margin: 0.3em 0.5em 0.5em 0.5em !important;
}
.mw-echo-notifications-badge:after {
    border: 1px solid #f8e080 !important;
    border-radius: 0 !important;
    color: #f8e080 !important;
}
#pt-notifications-notice .mw-echo-notifications-badge.oo-ui-flaggedElement-unseen:after,
#pt-notifications-notice .mw-echo-notifications-badge.mw-echo-unseen-notifications:after {
    background-color: #b03000;
}
#pt-notifications-alert .mw-echo-notifications-badge.mw-echo-notifications-badge-all-read,
#pt-notifications-notice .mw-echo-notifications-badge.mw-echo-notifications-badge-all-read {
    opacity: 1; /* Bringing back full color */
}
#personal-extra li>a, #personal>h2:before {
    background-image: url(https://static.miraheze.org/pizzatowerwiki/c/c3/PT-WikiImage-UserIcons.png?20230922190041);
    background-size: auto 20px;
}
#pt-notifications-alert>a {
    background-position: -20px 0;
}
#pt-notifications-notice>a {
    background-position: -40px 0;
}
#personal>h2 {
    background-image: none;
    padding-top: 0.3em;
}
#personal>h2:before {
    content: "";
    display: inline-block;
    margin: 0 0.3em 0 0;
    width: 20px;
    height: 20px;
}