]> git.rmz.io Git - dotfiles.git/blob - dwb/userstyles/trakt.tv.css
misc: cleanup some unimaas and cadscan related things
[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 /* always show search */
45 /*
46 header#top-nav #header-search #header-search-query {
47 padding: 7px 12px !important;
48 width: 250px !important;
49 }
50
51 header#top-nav #header-search #header-search-type {
52 opacity: 1 !important;
53 }
54
55 header#top-nav #header-search #header-search-button {
56 opacity: 0 !important;
57 } */
58
59 .comment-wrapper {
60 background-color: #1d1d1d !important;
61 }
62
63 .above-comment {
64 background-color: #252525 !important;
65 }
66
67 .new-comment-wrapper textarea {
68 background-color: #2f2f2f !important;
69 }
70
71 .panel, .form-control {
72 background-color: #1d1d1d !important;
73 }
74
75 .panel-default>.panel-heading {
76 background-color: #222222 !important;
77 }
78
79 #progress-wrapper .row .main-info .seasons {
80 background-color: #101010 !important;
81 }
82
83 .stat span {
84 color: #525252 !important;
85 }
86
87 #info-wrapper .sidebar .external li a {
88 color: white !important;
89 }
90
91 section#huckster-content-page,
92 div#huckster-desktop-wrapper {
93 display: none !important;
94 }