Skip to content

Trackseries - Dark X by Saadski

Screenshot of Trackseries - Dark X

Details

AuthorSaadski

LicenseNo License

Categoryhttps://www.trackseries.tv/

Created

Updated

Size5.1 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Dark theme for Trackseries.tv

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Trackseries - Dark X
@version      20230904.19.24
@namespace    userstyles.world/user/Saadski
@description  Dark theme for Trackseries.tv
@author       Saadski
@license      No License
==/UserStyle== */

@-moz-document domain("trackseries.tv") {
/* Track Series */
/*SCROLLBAR*/
/* width */
::-webkit-scrollbar {
	height: 10px !important;
	width: 10px !important;
}

/* Track */
/* Scrollbar Corner */
::-webkit-scrollbar-track,
::-webkit-scrollbar-corner {
	background: #141414 !important;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #3A3A3A !important;
	border-radius: 1px !important;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #3A3A3A !important;
}

::selection {
	background: #353535B0 !important;
	color: #000 !important;
}

:root {
	--dark0: hsl(0, 0%, 13%);
	--dark: hsl(0, 0%, 11%);
	--dark1: hsl(0, 0%, 11%);
	--darker: hsl(0, 0%, 7%);
	--darker2: hsl(0, 0%, 5%);
	--darker3: hsl(0, 0%, 3%);
	--bw: rgb(67, 67, 67);
	--light: rgb(146, 146, 146);
	--light1: rgb(193, 193, 193);
	--lighter: rgb(233, 233, 233);
	--accent: rgb(95, 95, 95);
	--shadow: rgba(0, 0, 0, 0.07);
	--tp: #fff0;
	--ol: #090909F2;
}

:root {
	--background: 0, 0%, 11%;
	--foreground: 215.3 25% 26.7%;
	--muted: 0, 0%, 13%;
	--muted-foreground: 215.4 16.3% 46.9%;
	--popover: 0 0% 100%;
	--popover-foreground: 215.3 25% 26.7%;
	--card: 0, 0%, 7%;
	--card-foreground: 215.3 25% 26.7%;
	--border: 214.3 31.8% 91.4%;
	--input: 0 0% 25%;
	--primary: 0, 0%, 5%;
	--primary-foreground: 204 93.8% 93.7%;
	--secondary: 27 96% 61%;
	--secondary-foreground: 204 93.8% 93.7%;
	--accent: 0, 0%, 20%;
	--accent-foreground: 222.2 47.4% 11.2%;
	--destructive: 0 72.2% 50.6%;
	--destructive-foreground: 210 40% 96.1%;
	--ring: 215 20.2% 65.1%;
	--radius: .5rem;
	--fc-small-font-size: .85em;
	--fc-page-bg-color: var(--dark);
	--fc-neutral-bg-color: hsla(0, 0%, 82%, .3);
	--fc-neutral-text-color: grey;
	--fc-border-color: #ddd;
	--fc-button-text-color: #fff;
	--fc-button-bg-color: #2c3e50;
	--fc-button-border-color: #2c3e50;
	--fc-button-hover-bg-color: #1e2b37;
	--fc-button-hover-border-color: #1a252f;
	--fc-button-active-bg-color: #1a252f;
	--fc-button-active-border-color: #151e27;
	--fc-event-bg-color: #3788d8;
	--fc-event-border-color: #3788d8;
	--fc-event-text-color: #fff;
	--fc-event-selected-overlay-color: rgba(0, 0, 0, .25);
	--fc-more-link-bg-color: #d0d0d0;
	--fc-more-link-text-color: inherit;
	--fc-event-resizer-thickness: 8px;
	--fc-event-resizer-dot-total-width: 8px;
	--fc-event-resizer-dot-border-width: 1px;
	--fc-non-business-color: hsla(0, 0%, 84%, .3);
	--fc-bg-event-color: #8fdf82;
	--fc-bg-event-opacity: 0.3;
	--fc-highlight-color: rgba(188, 232, 241, .3);
	--fc-today-bg-color: rgba(255, 220, 40, .15);
	--fc-now-indicator-color: red;
}

* {
	border-color: var(--dark0) !important;
	color: var(--light)!important;
}

html,
body {
	background: var(--darker3)
}

.text-primary-foreground,
.topbar-navbar {
	background: #0000004d !important;
	backdrop-filter: blur(12px) !important
}

.bg-white,
.bg-slate-200,
.bg-slate-100,
.bg-slate-500,
.footer,
.management-navbar-active-item {
	background: var(--darker2) !important
}

.bg-red-500 {
	background: var(--dark)
}

.hover\:bg-muted\/50:hover,
.data-\[state\=open\]\:zoom-in-95[data-state=open],
.auth .loginOr .spanOr,
.auth .loginOr .hrOr,
.management-navbar ul li a:hover,
.shadow,
.hover\:bg-slate-200:hover,
.\[\&\.active\]\:bg-slate-100.active,
.cc-btn,
.text-foreground,
[class="form-control"],
.form-control {
	background: var(--dark) !important
}

#root > div > div.min-h-screen-container.mt-navbarContainer.flex.flex-grow.flex-col > div.bg-slate-200 > div > div.rounded-lg.border.bg-card.text-card-foreground.shadow-md.hidden.md\:block > div > table > tbody > tr > td > div > div > div {
	background: var(--bw) !important
}

.max-w-2xl,
.max-h-\[30px\],
.topbar-navbar-logo img {
	filter: opacity(0.5);
}

[role="menu"],
.cc-window,
.main,
.management-navbar,
.fc .fc-daygrid-day.fc-day-today {
	background: var(--darker) !important;
}

[class="lucide lucide-eye-off"] {
	color: var(--light) !important
}

.text-secondary-foreground {
	color: var(--darker2) !important
}

.topbar-navbar-user-profile-picture img {
	border: 0px solid;
}

[src="https://static.trackseries.tv/banners/placeholder/episode.png"] {
	filteR: invert(0)opacity(0.2)contrast(1) !important;
}

.auth .btn-facebook,
.auth .btn-twitter,
.auth .btn-google {
	opacity: 0.5
}

.fa {
	color: var(--darker3) !important
}

.topbar-navbar-options ul li a:hover,
.topbar-navbar-user-profile ul li a:hover {
	background: var(--tp);
}

.img-thumbnail {
	border: 1px solid var(--accent) !important;
}

[alt="profile image"],
.topbar-navbar-user-profile-picture img,
.img-thumbnail {
	animation: filter-animation 2s infinite;
}

.bg-slate-300 {
	background: var(--dark)
}

.shadow-lg {
	width: 350px;
}

/*
@keyframes filter-animation {
  0% {
    filter: hue-rotate(20deg);
  }
  
  50% {
    filter: hue-rotate(0deg);
  }
  
  100% {
    filter: hue-rotate(300deg);
  }
}
*/
}

Reviews

No reviews yet.