From dde10a33657ebdddac78b063c19759c916331113 Mon Sep 17 00:00:00 2001 From: TrimmingFool Date: Tue, 18 May 2021 16:51:56 +0200 Subject: [PATCH 01/12] fix -_-_-all-_-_- tstatus symbol --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 16e7986..444abcf 100644 --- a/style.css +++ b/style.css @@ -455,7 +455,7 @@ div#CatList ul li.sel border:none } -#-_-_-all-_-_-,#-_-_-dls-_-_-,#-_-_-com-_-_-,#-_-_-act-_-_-,#-_-_-iac-_-_-,#-_-_-err-_-_- +.-_-_-all-_-_-,#-_-_-all-_-_-,#-_-_-dls-_-_-,#-_-_-com-_-_-,#-_-_-act-_-_-,#-_-_-iac-_-_-,#-_-_-err-_-_- { background-image:url(./images/status_icons.png) } @@ -481,7 +481,7 @@ div#CatList ul li.sel transition:all .3s cubic-bezier(0.68,-0.55,0.27,1.55) 0 } -#-_-_-all-_-_- +.-_-_-all-_-_-,#-_-_-all-_-_- { background-position:4px -175px } From 32aa54259fb8e155f19c44b4874c24ec76cd0d0c Mon Sep 17 00:00:00 2001 From: TrimmingFool Date: Wed, 9 Feb 2022 18:40:59 +0100 Subject: [PATCH 02/12] lower contrast of graph_tab colors --- plugins.css | 1 - style.css | 5 +++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins.css b/plugins.css index ad5a096..691c81d 100644 --- a/plugins.css +++ b/plugins.css @@ -24,7 +24,6 @@ #meter-cpu-holder { width: 100px; height: 16px; line-height: 16px; border-right: none; margin-left: 0px; padding-left: 25px; background: url(./images/status_icons.png) no-repeat 3px -320px; } #meter-cpu-td {} -div.graph_tab { color: #FFF; border-color: #000; } div#tcreate div.dlg-header { background: #181818 url(./images/dlg-toolbars.gif) no-repeat 0px -24px; border-bottom: 1px solid #333333; text-shadow: 0px -1px 0px #000; } div#dlgAddRSS { background-color: #222222; border-top: 1px solid #333; border-right: 1px solid #1b1b1b; border-left: 1px solid #1b1b1b; border-bottom: 1px solid #000000; } div#dlgAddRSS-header, div#dlgAddRSS div.dlg-header { background: #181818 url(./images/dlg-toolbars.gif) no-repeat 0px -48px; border-bottom: 1px solid #333333; text-shadow: 0px -1px 0px #000; } diff --git a/style.css b/style.css index 444abcf..43bd250 100644 --- a/style.css +++ b/style.css @@ -593,8 +593,9 @@ div#gcont table div.graph_tab { color:#FFF; - border-color:#000; - background-color:#181818 + border-color:#0c0c0c; + border-top-color:#606060; + background-color:#181818; } div.table_tab From 30cc1b43576a2cbb7c1457167203267bfbaa5a3e Mon Sep 17 00:00:00 2001 From: TrimmingFool Date: Thu, 10 Feb 2022 23:20:32 +0100 Subject: [PATCH 03/12] add style for new label display --- style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/style.css b/style.css index 43bd250..9893ce4 100644 --- a/style.css +++ b/style.css @@ -440,6 +440,12 @@ div#CatList ul li.sel span color:#AACF27 } +div#CatList ul li span.label-text { + color:#FFF; +} +span.label-count,span.label-size { background-color: #273238; } + + div#CatList ul li { border:none; From 0e6852241be7c4adcfefc3888e1632d81e794731 Mon Sep 17 00:00:00 2001 From: TrimmingFool Date: Fri, 11 Feb 2022 15:14:41 +0100 Subject: [PATCH 04/12] update speedgraph style --- style.css | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 9893ce4..7cd8f45 100644 --- a/style.css +++ b/style.css @@ -599,11 +599,24 @@ div#gcont table div.graph_tab { color:#FFF; - border-color:#0c0c0c; - border-top-color:#606060; background-color:#181818; } +.graph_tab_grid { + border: 2px solid #606060; +} + +.graph_tab_legend { + color: #FFF; + background-color: #181818; +} + +.graph_tab_tooltip { + color: #FFF; + background-color: #606060; + border: 1px solid #606060; +} + div.table_tab { background-color:#181818; From a952e8d6f22badeaf7097517096349e6291a8d28 Mon Sep 17 00:00:00 2001 From: TrimmingFool Date: Sun, 13 Feb 2022 00:53:45 +0100 Subject: [PATCH 05/12] update for label tree display --- style.css | 60 +++++++++++++++---------------------------------------- 1 file changed, 16 insertions(+), 44 deletions(-) diff --git a/style.css b/style.css index 7cd8f45..fcc630a 100644 --- a/style.css +++ b/style.css @@ -440,19 +440,26 @@ div#CatList ul li.sel span color:#AACF27 } -div#CatList ul li span.label-text { +div#CatList .label-text { color:#FFF; } -span.label-count,span.label-size { background-color: #273238; } +.label-count,.label-size { + background-color: #273238; +} div#CatList ul li { border:none; - margin:5px; + padding: 4px; font-family:'Roboto' } +div#CatList .label-prefix +{ + font-size: 20px; +} + div#CatList ul li.sel { background-color:transparent; @@ -461,9 +468,8 @@ div#CatList ul li.sel border:none } -.-_-_-all-_-_-,#-_-_-all-_-_-,#-_-_-dls-_-_-,#-_-_-com-_-_-,#-_-_-act-_-_-,#-_-_-iac-_-_-,#-_-_-err-_-_- -{ - background-image:url(./images/status_icons.png) +.label-icon { + background-image: url(./images/status_icons.png); } .catpanel @@ -487,43 +493,13 @@ div#CatList ul li.sel transition:all .3s cubic-bezier(0.68,-0.55,0.27,1.55) 0 } -.-_-_-all-_-_-,#-_-_-all-_-_- -{ - background-position:4px -175px -} - -#-_-_-dls-_-_- -{ - background-position:4px 2px -} - -#-_-_-com-_-_- -{ - background-position:4px -15px -} - -#-_-_-act-_-_- -{ - background-position:4px -159px -} - -#-_-_-iac-_-_- -{ - background-position:4px -31px -} - -#-_-_-err-_-_- -{ - background-position:4px -95px -} -div#CatList ul li.RSS +div#CatList ul li.RSS .label-icon { background-image:url(./images/status_icons.png); - background-position:4px -207px } -div#CatList ul li.disRSS +div#CatList ul li.disRSS .label-icon { background-image:url(./images/status_icons.png) } @@ -548,16 +524,12 @@ div#CatList ul li.disRSS background:transparent url(./images/dir.gif) no-repeat left center } -div#CatList ul li.sel span +div#CatList .sel .label-size, div#CatList .sel .label-size { color:#009DDD } -div#flabel_cont ul li -{ - background-image:url(./images/status_icons.png); - background-position:4px -352px -} +#flabel_cont li:not(.-_-_-all-_-_-) .label-icon { background:transparent url(./images/status_icons.png) no-repeat 0 -352px; } div.tab { From 93aa5758b2a069248abaadc4cf12cad154a1b445 Mon Sep 17 00:00:00 2001 From: TrimmingFool Date: Mon, 14 Feb 2022 16:32:44 +0100 Subject: [PATCH 06/12] update for label tree display --- style.css | 28 ++++++++++++---------------- 1 file changed, 12 insertions(+), 16 deletions(-) diff --git a/style.css b/style.css index fcc630a..8acc7c3 100644 --- a/style.css +++ b/style.css @@ -430,26 +430,12 @@ div#CatList border-left:none } -div#CatList ul li span -{ - color:#D4D6C9 -} -div#CatList ul li.sel span -{ - color:#AACF27 -} -div#CatList .label-text { - color:#FFF; -} - -.label-count,.label-size { - background-color: #273238; -} div#CatList ul li { + color:#FFF; border:none; padding: 4px; font-family:'Roboto' @@ -457,9 +443,10 @@ div#CatList ul li div#CatList .label-prefix { - font-size: 20px; + font-size: 21px; } + div#CatList ul li.sel { background-color:transparent; @@ -468,6 +455,15 @@ div#CatList ul li.sel border:none } +.label-count,.label-size { + color: #D4D6C9; + background-color: #273238; +} + +li.sel .label-count, li.sel .label-size { + color:#009DDD; +} + .label-icon { background-image: url(./images/status_icons.png); } From 05377bd0d0072de6aa29acea7480d2967c39f92f Mon Sep 17 00:00:00 2001 From: TrimmingFool Date: Tue, 15 Feb 2022 14:48:34 +0100 Subject: [PATCH 07/12] update for decmial places option --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 8acc7c3..fd901db 100644 --- a/style.css +++ b/style.css @@ -768,7 +768,7 @@ div#tcreate textarea#trackers cursor:text } -input[type="text"],input[type="password"],select +input[type="number"],input[type="text"],input[type="password"],select { color:#fff; border:none; @@ -776,7 +776,7 @@ input[type="text"],input[type="password"],select border-radius:2px } -input[type="text"][disabled],input[type="password"][disabled],input[type="file"][disabled],select[disabled] +input[type="number"][disabled],input[type="text"][disabled],input[type="password"][disabled],input[type="file"][disabled],select[disabled] { color:#fff; border:none; From 954b70f4cb351c318aea249ca884108b162c4485 Mon Sep 17 00:00:00 2001 From: TrimmingFool Date: Thu, 17 Feb 2022 13:58:35 +0100 Subject: [PATCH 08/12] fix tree display highlight --- style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/style.css b/style.css index fd901db..426abbc 100644 --- a/style.css +++ b/style.css @@ -455,6 +455,11 @@ div#CatList ul li.sel border:none } +div#CatList li.sel .label-prefix +{ + color:#FFF; +} + .label-count,.label-size { color: #D4D6C9; background-color: #273238; From dacdfb459a3943d640d03e878ec998001052eca4 Mon Sep 17 00:00:00 2001 From: TrimmingFool Date: Fri, 18 Feb 2022 19:33:07 +0100 Subject: [PATCH 09/12] hide scrollbar buttons --- style.css | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/style.css b/style.css index 426abbc..28c4875 100644 --- a/style.css +++ b/style.css @@ -1101,16 +1101,12 @@ span#loadimg ::-webkit-scrollbar-button:start:decrement { - height:23px; - display:block; - background-color:transparent + display:none; } ::-webkit-scrollbar-button:end:increment { - height:23px; - display:block; - background-color:transparent + display:none; } ::-webkit-scrollbar-corner From 5671c4149f54b4fb4040ccd54e918297f6a79886 Mon Sep 17 00:00:00 2001 From: TrimmingFool Date: Sun, 20 Feb 2022 16:37:21 +0100 Subject: [PATCH 10/12] fix long log messages --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 28c4875..8a725a9 100644 --- a/style.css +++ b/style.css @@ -1134,7 +1134,7 @@ input#clear_log,input#add_url,input#add_button div#lcont div.std { background:#181818 url(./images/headers.png) repeat-x 0 -37px; - height:17px; + min-height:17px; line-height:17px; border-bottom:1px solid #333 } From 40dd95ee884ec4b678ac4d45711154b018df3eb5 Mon Sep 17 00:00:00 2001 From: TrimmingFool Date: Thu, 10 Mar 2022 00:19:15 +0100 Subject: [PATCH 11/12] fix RSSGroup style --- plugins.css | 1 + style.css | 7 +------ 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/plugins.css b/plugins.css index 691c81d..338832e 100644 --- a/plugins.css +++ b/plugins.css @@ -30,6 +30,7 @@ div#dlgAddRSS-header, div#dlgAddRSS div.dlg-header { background: #181818 url(./i + .lf li input.TextboxFocus { background-color: transparent; color: #009DDD } .cCell { color:#333; } diff --git a/style.css b/style.css index 8a725a9..ddf2984 100644 --- a/style.css +++ b/style.css @@ -495,16 +495,11 @@ li.sel .label-count, li.sel .label-size { } -div#CatList ul li.RSS .label-icon +.stable-icon { background-image:url(./images/status_icons.png); } -div#CatList ul li.disRSS .label-icon -{ - background-image:url(./images/status_icons.png) -} - .stable-icon { background-image:url(./images/status_icons.png) From da326c2a8f9364a09149257f5cf2c21ae770dbfd Mon Sep 17 00:00:00 2001 From: TrimmingFool <83290594+TrimmingFool@users.noreply.github.com> Date: Fri, 29 Dec 2023 14:05:19 +0100 Subject: [PATCH 12/12] Update README.md --- README.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 5a75af9..5c960e3 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,7 @@ -# ruTorrent-MaterialDesign +# ruTorrent-MaterialDesign (Outdated) +The MaterialDesign theme is being maintained in the rutorrent repository: https://github.com/Novik/ruTorrent/tree/master/plugins/theme/themes/MaterialDesign -cd /var/www/rutorrent/plugins/theme/themes - -git clone git://github.com/phlooo/ruTorrent-MaterialDesign.git MaterialDesign - -chown -R www-data:www-data /var/www/rutorrent/plugins/theme/themes/MaterialDesign - -//Screenshot +# Screenshots ![material design 1](https://cloud.githubusercontent.com/assets/15751462/14882492/6557d300-0d39-11e6-82fb-5b600ada87a9.png)