]> git.rmz.io Git - dotfiles.git/commitdiff
dwb: add trakt custom css
authorSamir Benmendil <samir.benmendil@gmail.com>
Fri, 13 Mar 2015 15:42:28 +0000 (15:42 +0000)
committerSamir Benmendil <samir.benmendil@gmail.com>
Fri, 13 Mar 2015 15:47:26 +0000 (15:47 +0000)
dwb/userscripts/extension_loader.js
dwb/userstyles/trakt.tv.css [new file with mode: 0644]

index 1b3bc412dedaa1829036c8c79d812c96e8516bfc..b1edc364428ef4611994ab32a77ada78a5cb6853 100644 (file)
@@ -119,6 +119,7 @@ domains : {
     "superuser.com" :      { "user-stylesheet-uri" : "file:///home/ramsi/.config/dwb/userstyles/stackoverflow.com.css" },
     "tardis" :             { "user-stylesheet-uri" : "" },
     "tardis.uni.cx" :      { "user-stylesheet-uri" : "" },
+    "trakt.tv" :           { "user-stylesheet-uri" : "file:///home/ramsi/.config/dwb/userstyles/trakt.tv.css" },
     "thetvdb.com" :        { "user-stylesheet-uri" : "" },
     "usenet-crawler.com" : { "user-stylesheet-uri" : "" },
     "wikipedia.org" :      { "user-stylesheet-uri" : "file:///home/ramsi/.config/dwb/userstyles/wikipedia.org.css" },
diff --git a/dwb/userstyles/trakt.tv.css b/dwb/userstyles/trakt.tv.css
new file mode 100644 (file)
index 0000000..29e7035
--- /dev/null
@@ -0,0 +1,56 @@
+section {
+  background-color: #1d1d1d !important;
+  color: #fff ;
+}
+
+.users-wrapper {
+  background-color: #1d1d1d !important;
+  border-color: #0f0f0f !important;
+  color: #fff ;
+}
+
+.btn {
+  background-color: #1d1d1d !important;
+}
+
+.data-wrapper {
+  background-color: #1d1d1d !important;
+  color: #fff !important;
+}
+
+#info-wrapper .info .action-buttons .btn .data-wrapper ul.lists li {
+  color: #fff !important;
+}
+
+.comment-wrapper.featured {
+  background-color: #222222 !important;
+}
+
+.comment-wrapper {
+  background-color: #1d1d1d !important;
+}
+
+.panel, .form-control {
+  background-color: #1d1d1d !important;
+}
+
+.panel-default>.panel-heading {
+  background-color: #222222 !important;
+}
+
+#progress-wrapper .row .main-info .seasons {
+  background-color: #101010 !important;
+}
+
+.stat span {
+  color: #525252 !important;
+}
+
+#info-wrapper .sidebar .external li a {
+  color: white !important;
+}
+
+section#huckster-content-page, 
+div#huckster-desktop-wrapper {
+  display: none !important;
+}