]> git.rmz.io Git - dotfiles.git/blob - dwb/userstyles/trakt.tv.css
dwb: add trakt custom css
[dotfiles.git] / dwb / userstyles / trakt.tv.css
1 section {
2 background-color: #1d1d1d !important;
3 color: #fff ;
4 }
5
6 .users-wrapper {
7 background-color: #1d1d1d !important;
8 border-color: #0f0f0f !important;
9 color: #fff ;
10 }
11
12 .btn {
13 background-color: #1d1d1d !important;
14 }
15
16 .data-wrapper {
17 background-color: #1d1d1d !important;
18 color: #fff !important;
19 }
20
21 #info-wrapper .info .action-buttons .btn .data-wrapper ul.lists li {
22 color: #fff !important;
23 }
24
25 .comment-wrapper.featured {
26 background-color: #222222 !important;
27 }
28
29 .comment-wrapper {
30 background-color: #1d1d1d !important;
31 }
32
33 .panel, .form-control {
34 background-color: #1d1d1d !important;
35 }
36
37 .panel-default>.panel-heading {
38 background-color: #222222 !important;
39 }
40
41 #progress-wrapper .row .main-info .seasons {
42 background-color: #101010 !important;
43 }
44
45 .stat span {
46 color: #525252 !important;
47 }
48
49 #info-wrapper .sidebar .external li a {
50 color: white !important;
51 }
52
53 section#huckster-content-page,
54 div#huckster-desktop-wrapper {
55 display: none !important;
56 }