MediaWiki:Colors.css: Difference between revisions

From Poupedia
Jump to navigation Jump to search
Content deleted Content added
mNo edit summary
mNo edit summary
Line 6: Line 6:
.theme-fandomdesktop-dark a[href$="Frojo%20Apps%20Big%20Fan%202010"],
.theme-fandomdesktop-dark a[href$="Frojo%20Apps%20Big%20Fan%202010"],
.theme-fandomdesktop-dark a[href$="OesKy"],
.theme-fandomdesktop-dark a[href$="OesKy"],
.theme-fandomdesktop-dark a[href$="PretzelBubbleTea"],
.theme-fandomdesktop-dark a[href$="PretzelBubbleTea"] {
.theme-fandomdesktop-dark a[href$="Axelnocs"] {
font-weight: bold !important;
font-weight: bold !important;
color: #00ABFE !important;
color: #00ABFE !important;
Line 13: Line 12:
.theme-fandomdesktop-dark a[href$="H401217"],
.theme-fandomdesktop-dark a[href$="H401217"],
.theme-fandomdesktop-dark a[href$="Virtuakizer_Extreme"],
.theme-fandomdesktop-dark a[href$="Virtuakizer_Extreme"],
.theme-fandomdesktop-dark a[href$="Virtuakizer%20Extreme"] {
.theme-fandomdesktop-dark a[href$="Virtuakizer%20Extreme"],
.theme-fandomdesktop-dark a[href$="Fachipou"] {
font-weight: bold !important;
font-weight: bold !important;
color: #00B300 !important;
color: #00B300 !important;
Line 24: Line 24:
.theme-fandomdesktop-light a[href$="Frojo%20Apps%20Big%20Fan%202010"],
.theme-fandomdesktop-light a[href$="Frojo%20Apps%20Big%20Fan%202010"],
.theme-fandomdesktop-light a[href$="OesKy"],
.theme-fandomdesktop-light a[href$="OesKy"],
.theme-fandomdesktop-light a[href$="PretzelBubbleTea"],
.theme-fandomdesktop-light a[href$="PretzelBubbleTea"] {
.theme-fandomdesktop-light a[href$="Axelnocs"] {
font-weight: bold !important;
font-weight: bold !important;
color: #337800 !important;
color: #337800 !important;
Line 31: Line 30:
.theme-fandomdesktop-light a[href$="H401217"],
.theme-fandomdesktop-light a[href$="H401217"],
.theme-fandomdesktop-light a[href$="Virtuakizer_Extreme"],
.theme-fandomdesktop-light a[href$="Virtuakizer_Extreme"],
.theme-fandomdesktop-light a[href$="Virtuakizer%20Extreme"] {
.theme-fandomdesktop-light a[href$="Virtuakizer%20Extreme"],
.theme-fandomdesktop-dark a[href$="Fachipou"] {
font-weight: bold !important;
font-weight: bold !important;
color: #000431 !important;
color: #000431 !important;

Revision as of 19:35, 15 February 2024

/* Dark Mode Username Colors */
.theme-fandomdesktop-dark a[href$="KrabbyPatty1999"],
.theme-fandomdesktop-dark a[href$="MasterTeska"],
.theme-fandomdesktop-dark a[href$="Losyash661"],
.theme-fandomdesktop-dark a[href$="Frojo_Apps_Big_Fan_2010"],
.theme-fandomdesktop-dark a[href$="Frojo%20Apps%20Big%20Fan%202010"],
.theme-fandomdesktop-dark a[href$="OesKy"],
.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$="Fachipou"] {
    font-weight: bold !important;
    color: #00B300 !important;
}
/* Light Mode Username Colors */
.theme-fandomdesktop-light a[href$="KrabbyPatty1999"],
.theme-fandomdesktop-light a[href$="MasterTeska"],
.theme-fandomdesktop-light a[href$="Losyash661"],
.theme-fandomdesktop-light a[href$="Frojo_Apps_Big_Fan_2010"],
.theme-fandomdesktop-light a[href$="Frojo%20Apps%20Big%20Fan%202010"],
.theme-fandomdesktop-light a[href$="OesKy"],
.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-dark a[href$="Fachipou"] {
    font-weight: bold !important;
    color: #000431 !important;
}