Greasy Fork is available in English.

ZwiftPower.com - Dark Mode

ZwiftPower Dark Mode

Stan na 22-11-2024. Zobacz najnowsza wersja.

Aby zainstalować ten skrypt, wymagana jest instalacje jednego z następujących rozszerzeń: Tampermonkey, Greasemonkey lub Violentmonkey.

You will need to install an extension such as Tampermonkey to install this script.

Aby zainstalować ten skrypt, wymagana jest instalacje jednego z następujących rozszerzeń: Tampermonkey, Violentmonkey.

Aby zainstalować ten skrypt, wymagana będzie instalacja rozszerzenia Tampermonkey lub Userscripts.

You will need to install an extension such as Tampermonkey to install this script.

Aby zainstalować ten skrypt, musisz zainstalować rozszerzenie menedżera skryptów użytkownika.

(Mam już menedżera skryptów użytkownika, pozwól mi to zainstalować!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

Będziesz musiał zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

Będziesz musiał zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

Musisz zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

(Mam już menedżera stylów użytkownika, pozwól mi to zainstalować!)

/* ==UserStyle==
@name           ZwiftPower.com - Dark Mode
@namespace      https://github.com/Nick2bad4u/UserStyles
@homepageURL    https://github.com/Nick2bad4u/UserStyles
@version        1.0.2
@description    ZwiftPower Dark Mode
@author         Nick2bad4u
@license        UnLicense
==/UserStyle== */
@-moz-document domain("zwiftpower.com")
{
	html,
	svg,
	iframe,
	nav,
	img.img-circle,
	rect,
	span.text-gray,
	#team_riders > tbody > tr:nth-child(n) > td.text-left.text-nowrap.athlete_col.sorting_1 > div > span,
	#user-menu > ul.nav.navbar-nav.navbar-right.hidden-xs.fix-right-nav > li > ul,
	#team_list > tbody > tr:nth-child(n) > td:nth-child(n) > div > span
	{
		filter: invert(1) hue-rotate(180deg);
	}

	button:nth-child(n)
	{
		color: #000 !important;
	}

	#zp_submenu > ul,
	#zp_submenu > ul > li:nth-child(n) > a
	{
		background: white;
		color: #000 !important;
		text-shadow: 1px 1px 1px white !important;
	}

	#page-footer
	{
		background-color: #FFF;
		border-radius: 50px;
	}

	button:nth-child(n):hover
	{
		background-color: #337ab7 !important;
	}

	#friends_results > thead > tr > th:nth-child(n)::after
	{
		color: #000 !important;
		opacity: 0.3;
	}
}