Dark style for csfd.cz
CSFD Dark + Visited links by leknin
Details
Authorleknin
LicenseNo License
Categorycsfd
Created
Updated
Code size1.5 kB
Code checksumc66c7107
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name CSFD Dark + Visited links
@version 20250420.22.15
@namespace ?
==/UserStyle== */
@-moz-document domain("csfd.cz"), domain("csfd.sk") {
/* ==UserStyle==
@name CSFD Dark + Visited links deep red
@namespace USO Archive
@author leknin
@description `tmavý styl pro csfd`
@version 1
@license
@preprocessor uso
==/UserStyle== */
/*Visited links*/
a.film-title-name:visited {
color: hsl(0, 54%, 40%) !important;
}
a.film-title-name:hover {
color: #e0e0e0 !important;
}
/*Banner gone*/
.body {
padding-top: 0px !important;
}
/* Dark Mode */
body {
color: #c4c4c4;
}
p {
color: #c4c4c4;}
ul, ol {
color: #c4c4c4;
}
:root {
--color-white: #171819;
--color-near-white-lighter: #1D1D1D;
--color-near-white: #212121;
--color-grey-lighter3: #111;
--color-grey-lighter: #3D3D3D;
--color-grey-light: #535353;
--color-grey-lighter2: #0D0D0D;
--color-grey-light3: #333435;
--color-grey-dark: #333333;
--color-gray-stars: #7C7C7C;
--color-grey-dark3: #8a8a8a;
--color-grey-light2: #8a8a8a;
--color-grey-dark6: #C9C9C9;
--color-grey-dark2: #ECECEC;
--color-black: #ffffff;
--color-red: #971311;
--color-red-dark: #810e0c;
--color-red-darker: #670908;
--color-red-text: #e64646;
--color-red-dark-text: #ba0305;
}
.header-search .detailed-search {
color: #fff!important;
}
}