From b037143c0deba8ef8d6eb0ec37d65f50e3a5f10c Mon Sep 17 00:00:00 2001 From: GilbN Date: Wed, 31 Jul 2019 19:54:55 +0200 Subject: [PATCH 1/4] Update README.md --- README.md | 27 +++++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a1667339..cbadbc23 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,21 @@ ## Setup -### Subfilter +All apps have 4 themes to choose from. +`https://gilbn.github.io/theme.park/CSS/themes//.css` +``` +aquamarine.css +hotline.css +dark.css +plex.css +``` +`https://gilbn.github.io/theme.park/CSS/themes/sonarr/dark.css` + +### Subfilter method -As most of these apps doesn't have support for custom CSS you can get around that by using [subfilter](http://nginx.org/en/docs/http/ngx_http_sub_module.html) in Nginx. +As most of these apps doesn't have support for custom CSS you can get around that by using [subfilter](http://nginx.org/en/docs/http/ngx_http_sub_module.html) in Nginx or a browser addon called Stylus. +## nginx Add this to your reverse proxy: ```nginx @@ -64,6 +75,18 @@ location / { ``` +## Stylus method + +Add this in the style page: + +```css +@import "https://gilbn.github.io/theme.park/CSS/themes//THEME.css"; +``` +Example: `@import "https://gilbn.github.io/theme.park/CSS/themes/sonarr/dark.css";` + +Link to Chrome extention: https://chrome.google.com/webstore/detail/stylus/clngdbkpkpeebahjckkjfobafhncgmne?hl=en +Link to Firefox extention: https://addons.mozilla.org/en-US/firefox/addon/styl-us/ + ## [Feature requests](https://feathub.com/gilbN/theme.park) [![Feature Requests](https://feathub.com/gilbN/theme.park?format=svg)](http://feathub.com/gilbN/theme.park) From 59e9cbed926c75bc55c49d41ba7ad0bbaa00550f Mon Sep 17 00:00:00 2001 From: GilbN Date: Wed, 31 Jul 2019 19:55:32 +0200 Subject: [PATCH 2/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cbadbc23..48febd59 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ hotline.css dark.css plex.css ``` -`https://gilbn.github.io/theme.park/CSS/themes/sonarr/dark.css` +Example: `https://gilbn.github.io/theme.park/CSS/themes/sonarr/dark.css` ### Subfilter method From 57e48684277e8ad8e7c383c72fa3062cea14b932 Mon Sep 17 00:00:00 2001 From: GilbN Date: Thu, 1 Aug 2019 17:21:33 +0200 Subject: [PATCH 3/4] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 48febd59..ecd0ce92 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Screen Shot 4

-## Setup +# Setup All apps have 4 themes to choose from. `https://gilbn.github.io/theme.park/CSS/themes//.css` @@ -26,11 +26,11 @@ plex.css ``` Example: `https://gilbn.github.io/theme.park/CSS/themes/sonarr/dark.css` -### Subfilter method +## Subfilter method As most of these apps doesn't have support for custom CSS you can get around that by using [subfilter](http://nginx.org/en/docs/http/ngx_http_sub_module.html) in Nginx or a browser addon called Stylus. -## nginx +### nginx Add this to your reverse proxy: ```nginx @@ -75,7 +75,7 @@ location / { ``` -## Stylus method +### Stylus method Add this in the style page: From 0e2691146d055118f2ed82aead500b355def75e9 Mon Sep 17 00:00:00 2001 From: GilbN Date: Sat, 3 Aug 2019 14:41:23 +0200 Subject: [PATCH 4/4] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ecd0ce92..c3884c76 100644 --- a/README.md +++ b/README.md @@ -26,10 +26,9 @@ plex.css ``` Example: `https://gilbn.github.io/theme.park/CSS/themes/sonarr/dark.css` -## Subfilter method - As most of these apps doesn't have support for custom CSS you can get around that by using [subfilter](http://nginx.org/en/docs/http/ngx_http_sub_module.html) in Nginx or a browser addon called Stylus. +## Subfilter method ### nginx Add this to your reverse proxy: @@ -76,6 +75,7 @@ location / { ### Stylus method +Stylus is a browser extention that can inject custom css to the webpage of your choosing. Add this in the style page: