Removal of most things purple so my eyes stop hating me.
Some things likely broken.
Only tested in Firefox.
Authorneonoddity
LicenseNo License
Categorytrakt.tv
Created
Updated
Size2.9 kB
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Removal of most things purple so my eyes stop hating me.
Some things likely broken.
Only tested in Firefox.
0.24.10.10 -{ red theme is now a vip feature, not thrilled, but not stepping on toes, now just reverts font to the old one and fixes red theme hover link color }
/* ==UserStyle==
@name trakt.tv - oldfont
@version 0.24.10.10
@namespace https://userstyles.world/user/neonoddity
@description Removal of most things purple so my eyes stop hating me.
==/UserStyle== */
@-moz-document regexp("^http(?:s)?://trakt.tv.*") {
/* Import Old Font - Likely to Break */
@font-face {
font-family: Proxima Nova;
src: url(https://trakt.tv/assets/ProximaNova-Reg-webfont-0e888acb11ee6bc4ed424777e70e07b35cc334643bc21f455a4159ec6398991e.woff) format("woff"),
url(https://trakt.tv/assets/ProximaNova-Reg-webfont-0916f6ea8c0c13bda775057f6f96b3a5c4db125253697219a7a69897a32d7969.ttf) format("truetype");
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: Proxima Nova;
src: url(https://trakt.tv/assets/ProximaNova-Sbold-webfont-6d6863579f09f200eb578725f1dc219cca1d1a849e9d8a01d131e60a4df9a504.woff) format("woff"),
url(https://trakt.tv/assets/ProximaNova-Sbold-webfont-05a85e07be79d555f6973bdee47bac2d13cedef6cf928bd0c28b1532fa8cd661.ttf) format("truetype");
font-weight: 600;
font-style: normal;
}
@font-face {
font-family: Proxima Nova;
src: url(https://trakt.tv/assets/ProximaNova-Bold-webfont-25e2a8b010695c7221256170e518deabdc879ff8ff350fcb5bd641e099604941.woff) format("woff"),
url(https://trakt.tv/assets/ProximaNova-Bold-webfont-3d87180cf4b59a47f51c076bcb978f9518ae7987744a93ff8bcb012603cec6e0.ttf) format("truetype");
font-weight: 700;
font-style: normal;
}
/* Backup Font */
@import 'https://fonts.googleapis.com/css2?family=Figtree:wght@400,600,700';
/* CSS Variables - Why use so many and then ignore them half the time -_- */
* {
--headings-font-family: "Proxima Nova", "Figtree";
--headings-font-weight: 600;
--headings-light-font-family: "Proxima Nova", "Figtree";
--headings-light-font-weight: 400;
--headings-heavy-font-family: "Proxima Nova", "Figtree";
--headings-heavy-font-weight: 700;
}
/* Match Generic New Logo to Search Bar */
@media (min-width: 1200px) {
.logo-wrapper > a > img {
height: 40px;
width: 40px;
}
}
/* Color Fixes */
body.theme-red a:hover:not(.btn):not(.titles-link):not([class^="hide-"]):not([class^="fade-"]):not([class^="filter-"]):not(.rules-links):not(.rules-link):not(.list-title):not([class^="btn-list-"]):not([class^="chosen-"]) {
color: #af0e14;
}
/* Font Fixes */
h1,
#info-wrapper .sidebar .sections,
#info-wrapper .sidebar .external,
#info-wrapper ul.additional-stats li label,
#info-wrapper .season-links label,
#faq-wrapper .faq-item h3,
#team-wrapper .faq-item h3,
.actor-tooltip .tooltip-inner .alt {
font-family: "Proxima Nova", "Figtree" !important;
font-weight: 600;
}
#info-wrapper .sidebar .vip-actions,
#info-wrapper .sidebar .vip-actions .under-action,
#stats-tooltip,
#summary-wrapper .summary .container h1 .year {
font-family: "Proxima Nova", "Figtree" !important;
font-weight: 400;
}
}