X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/db6d055615a779a5a61a5153cf228773373e01d4..b1beaacd2b45c95cba8802b2483becc5223d52d3:/dwb/userstyles/trakt.tv.css diff --git a/dwb/userstyles/trakt.tv.css b/dwb/userstyles/trakt.tv.css index 29e7035..12243c2 100644 --- a/dwb/userstyles/trakt.tv.css +++ b/dwb/userstyles/trakt.tv.css @@ -1,3 +1,7 @@ +section.welcome { + display: none !important; +} + section { background-color: #1d1d1d !important; color: #fff ; @@ -13,8 +17,19 @@ section { background-color: #1d1d1d !important; } +.subnav-wrapper { + background-color: #1d1d1d !important; +} + +#info-wrapper .season-links .links ul li a.selected { + color: #fff !important; +} + .data-wrapper { background-color: #1d1d1d !important; +} + +#episodes-wrapper h3 a { color: #fff !important; } @@ -26,10 +41,33 @@ section { background-color: #222222 !important; } +/* always show search */ +/* +header#top-nav #header-search #header-search-query { + padding: 7px 12px !important; + width: 250px !important; +} + +header#top-nav #header-search #header-search-type { + opacity: 1 !important; +} + +header#top-nav #header-search #header-search-button { + opacity: 0 !important; +} */ + .comment-wrapper { background-color: #1d1d1d !important; } +.above-comment { + background-color: #252525 !important; +} + +.new-comment-wrapper textarea { + background-color: #2f2f2f !important; +} + .panel, .form-control { background-color: #1d1d1d !important; }