MediaWiki:Colors.css

From Poupedia
Jump to navigation Jump to search

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.
/* Dark Mode Username Colors */
.theme-fandomdesktop-dark a[href$="KrabbyPatty1999"],
.theme-fandomdesktop-dark a[href$="Losyash661"],
.theme-fandomdesktop-dark a[href$="PretzelBubbleTea"] {
    font-weight: bold !important;
    color: #00ABFE !important;
}
.theme-fandomdesktop-dark a[href$="H401217"],
.theme-fandomdesktop-dark a[href$="Virtuakizer_Extreme"],
.theme-fandomdesktop-dark a[href$="Virtuakizer%20Extreme"],
.theme-fandomdesktop-dark a[href$="Kynliabela"] {
    font-weight: bold !important;
    color: #00B300 !important;
}
/* Light Mode Username Colors */
.theme-fandomdesktop-light a[href$="KrabbyPatty1999"],
.theme-fandomdesktop-light a[href$="Losyash661"],
.theme-fandomdesktop-light a[href$="PretzelBubbleTea"] {
    font-weight: bold !important;
    color: #337800 !important;
}
.theme-fandomdesktop-light a[href$="H401217"],
.theme-fandomdesktop-light a[href$="Virtuakizer_Extreme"],
.theme-fandomdesktop-light a[href$="Virtuakizer%20Extreme"],
.theme-fandomdesktop-light a[href$="Kynliabela"] {
    font-weight: bold !important;
    color: #000431 !important;
}