Speedway

MediaWiki:Gadget-colored-nicknames.css

Uwaga: aby zobaczyć zmiany po opublikowaniu, może zajść potrzeba wyczyszczenia pamięci podręcznej przeglądarki.

  • Firefox / Safari: Przytrzymaj Shift podczas klikania Odśwież bieżącą stronę, lub naciśnij klawisze Ctrl+F5, lub Ctrl+R (⌘-R na komputerze Mac)
  • Google Chrome: Naciśnij Ctrl-Shift-R (⌘-Shift-R na komputerze Mac)
  • Edge: Przytrzymaj Ctrl, jednocześnie klikając Odśwież, lub naciśnij klawisze Ctrl+F5.
  • Opera: Naciśnij klawisze Ctrl+F5.
a.nick_steward, a.nick_steward:visited { font-weight:bold; color: darkorange; }
a.nick_bot, a.nick_bot:visited { font-weight:bold; }
a.nick_admin, a.nick_admin:visited { font-weight: bold; color: darkgreen; }
a.nick_friend, a.nick_friend:visited { color: green; }
a.mw-anonuserlink, a.mw-anonuserlink:visited { color: darkred; }
a.nick_dynamic_ip, a.nick_dynamic_ip:visited { color: #660066; }

/* kolory w trybie ciemnym */
@media screen {
    html.skin-theme-clientpref-night a.nick_admin,
    html.skin-theme-clientpref-night a.nick_admin:visited {color:#7f7;}
    html.skin-theme-clientpref-night a.nick_bot,
    html.skin-theme-clientpref-night a.nick_bot:visited {color:#6ff;}
    html.skin-theme-clientpref-night a.nick_friend,
    html.skin-theme-clientpref-night a.nick_friend:visited {color:#7d7;}
    html.skin-theme-clientpref-night a.mw-anonuserlink,
    html.skin-theme-clientpref-night a.mw-anonuserlink:visited {color:#f99;}
    html.skin-theme-clientpref-night a.nick_dynamic_ip,
    html.skin-theme-clientpref-night a.nick_dynamic_ip:visited {color:#fae;}
    html.skin-theme-clientpref-night a.nick_steward,
    html.skin-theme-clientpref-night a.nick_steward:visited {color:#fb0;}
}

@media screen and (prefers-color-scheme: dark) {
	html.skin-theme-clientpref-os a.nick_admin,
    html.skin-theme-clientpref-os a.nick_admin:visited {color:#7f7;}
    html.skin-theme-clientpref-os a.nick_bot,
    html.skin-theme-clientpref-os a.nick_bot:visited {color:#6ff;}
    html.skin-theme-clientpref-os a.nick_friend,
    html.skin-theme-clientpref-os a.nick_friend:visited {color:#7d7;}
    html.skin-theme-clientpref-os a.mw-anonuserlink,
    html.skin-theme-clientpref-os a.mw-anonuserlink:visited {color:#f99;}
    html.skin-theme-clientpref-os a.nick_dynamic_ip,
    html.skin-theme-clientpref-os a.nick_dynamic_ip:visited {color:#fae;}
    html.skin-theme-clientpref-os a.nick_steward,
    html.skin-theme-clientpref-os a.nick_steward:visited {color:#fb0;}
}