Ciemny styl do strony teleman.pl
Teleman dark by j4cked
Details
Authorj4cked
LicenseNo License
Categoryhttps://www.teleman.pl/
Created
Updated
Size1.4 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Wersja 1
Source code
/* ==UserStyle==
@name Teleman dark
@namespace github.com/J4CKED
@version 1.0.0
@description A new userstyle
@author J4CKED
==/UserStyle== */
@-moz-document domain("www.teleman.pl") {
html {
background-color: #000 !important;
}
body {
background-color: #FFF !important;
filter: invert(85%) hue-rotate(180deg) !important;
-webkit-filter: invert(95%) hue-rotate(180deg) !important;
}
em, img, svg, image, video, audio, embed, iframe, object, button, canvas, figure:empty {
filter: invert(100%) hue-rotate(-180deg) !important;
-webkit-filter: invert(100%) hue-rotate(-180deg) !important;
}
/* kolor tła programu */
.grid-col {background-color:#dee3e3!important;}
/* kolor tła */
#content {background-color:#dee3e3!important;}
/* nazwa stacji */
.station {
color: #b0b0b0!important;
}
/* godzina i rodzaj programu */
.grid-info {
font-weight : bold !important;
}
/* tło paska godzin */
.grid-hours {
/* font-weight : bold; */
background-color:#7faa76!important;}
/* reklamy i wolna przestrzeń */
#billboard, .grid-group-as, #leaderboard-bottom {
display:none!important;
}
/* szukajka */
.nav-search
{background-color: #dee3e3;}
/* przycisk Teraz i Dziś wieczór */
.button[disabled]{
color: #000!important;
background-color: #7ad1fd!important;
}
/* godzina w widoku całego dnia stacji */
.stationItems em {
color: #b0b0b0!important;}
}