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