From a2432969f63c1f09d4951b2b232240db217a81a7 Mon Sep 17 00:00:00 2001 From: GilbN <24592972+gilbN@users.noreply.github.com> Date: Tue, 10 Nov 2020 22:46:11 +0100 Subject: [PATCH] Created Radarr 4K logo (markdown) --- Radarr-4K-logo.md | 54 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 Radarr-4K-logo.md diff --git a/Radarr-4K-logo.md b/Radarr-4K-logo.md new file mode 100644 index 0000000..7b7b81e --- /dev/null +++ b/Radarr-4K-logo.md @@ -0,0 +1,54 @@ +# Radarr 4K logo + +Add a 4K logo to your Radarr css. + +### Desktop +![](desktop.png) +![](v3-desktop.png) + +### Mobile +![](mobile.png) +![](v3-mobile.png) + + +## Setup + +#### Nginx +Examples of how to add it: + +```nginx +proxy_set_header Accept-Encoding ""; +sub_filter +'' +' + +'; +sub_filter_once on; +``` + +#### Apache + +```nginx +AddOutputFilterByType SUBSTITUTE text/html + Substitute 's| ' +';|' +``` + +#### Caddy + +```nginx +filter rule { + content_type text/html.* + search_pattern + replacement "" +} +``` + +#### Stylus + +Just add another import line. + +```css +@import "https://gilbn.github.io/theme.park/CSS/themes/radarr/THEME.css"; +@import "https://gilbn.github.io/theme.park/CSS/addons/radarr/radarr-4k-logo.css"; +``` \ No newline at end of file