From bd6b91371d0605eb33e7dce8a584e2b7847f3ffb Mon Sep 17 00:00:00 2001 From: Bauke Date: Thu, 21 Jun 2018 18:12:47 +0200 Subject: [PATCH] Update Notabug Dracula --- css/notabug-dracula/notabug-dracula.css | 64 +++++++++++++++++++ css/notabug-dracula/notabug-dracula.user.css | 66 +++++++++++++++++++- sass/notabug-dracula/notabug-dracula.json | 4 +- 3 files changed, 131 insertions(+), 3 deletions(-) diff --git a/css/notabug-dracula/notabug-dracula.css b/css/notabug-dracula/notabug-dracula.css index fab1c63..d685517 100644 --- a/css/notabug-dracula/notabug-dracula.css +++ b/css/notabug-dracula/notabug-dracula.css @@ -11,6 +11,61 @@ color: #ff79c6 } + .domain,.domain a,.search-result-meta a,.tagline a { + color: #50fa7b + } + + .link .rank,.search-result-meta,.tagline { + color: #f8f8f2 + } + + .entry .buttons li a { + color: #50fa7b + } + + .next-suggestions,.nextprev { + color: #f8f8f2 + } + + .next-suggestions a,.nextprev a { + margin: 0px 4px; + padding: 4px; + border: 1px solid #282a36; + border-radius: 0; + color: #f8f8f2; + background-color: #282a36 + } + + .next-suggestions a:hover,.next-suggestions a:active,.next-suggestions a:focus,.nextprev a:hover,.nextprev a:active,.nextprev a:focus { + border: 1px solid #282a36; + border-radius: 0; + color: #f8f8f2; + background-color: #6272a4 + } + + .footer-parent { + margin-top: 10px; + color: #f8f8f2; + background-color: #282a36 + } + + .footer-parent .bottommenu { + color: #f8f8f2; + background-color: #282a36 + } + + .footer-parent .bottommenu a { + color: #8be9fd + } + + .footer-parent .bottommenu a:hover,.footer-parent .bottommenu a:active,.footer-parent .bottommenu a:focus { + color: #ff79c6 + } + + p.debuginfo { + background-color: #282a36 + } + #header { border-bottom: 2px solid #44475a; background-color: #282a36 @@ -166,6 +221,15 @@ display: none } + .stamp { + border-radius: 0 + } + + .nsfw-stamp { + color: #f55; + border-color: #f55 + } + .error,.red { color: #282a36; background-color: #f55 diff --git a/css/notabug-dracula/notabug-dracula.user.css b/css/notabug-dracula/notabug-dracula.user.css index 54569c0..9230b8a 100644 --- a/css/notabug-dracula/notabug-dracula.user.css +++ b/css/notabug-dracula/notabug-dracula.user.css @@ -1,7 +1,7 @@ /* ==UserStyle== @name Notabug Dracula @namespace notabug.io -@version 1.0.2 +@version 1.0.3 @author Bauke @description Dracula theme for notabug.io @homepageURL https://gitlab.com/Bauke/styles @@ -21,6 +21,61 @@ color: #ff79c6 } + .domain,.domain a,.search-result-meta a,.tagline a { + color: #50fa7b + } + + .link .rank,.search-result-meta,.tagline { + color: #f8f8f2 + } + + .entry .buttons li a { + color: #50fa7b + } + + .next-suggestions,.nextprev { + color: #f8f8f2 + } + + .next-suggestions a,.nextprev a { + margin: 0px 4px; + padding: 4px; + border: 1px solid #282a36; + border-radius: 0; + color: #f8f8f2; + background-color: #282a36 + } + + .next-suggestions a:hover,.next-suggestions a:active,.next-suggestions a:focus,.nextprev a:hover,.nextprev a:active,.nextprev a:focus { + border: 1px solid #282a36; + border-radius: 0; + color: #f8f8f2; + background-color: #6272a4 + } + + .footer-parent { + margin-top: 10px; + color: #f8f8f2; + background-color: #282a36 + } + + .footer-parent .bottommenu { + color: #f8f8f2; + background-color: #282a36 + } + + .footer-parent .bottommenu a { + color: #8be9fd + } + + .footer-parent .bottommenu a:hover,.footer-parent .bottommenu a:active,.footer-parent .bottommenu a:focus { + color: #ff79c6 + } + + p.debuginfo { + background-color: #282a36 + } + #header { border-bottom: 2px solid #44475a; background-color: #282a36 @@ -176,6 +231,15 @@ display: none } + .stamp { + border-radius: 0 + } + + .nsfw-stamp { + color: #f55; + border-color: #f55 + } + .error,.red { color: #282a36; background-color: #f55 diff --git a/sass/notabug-dracula/notabug-dracula.json b/sass/notabug-dracula/notabug-dracula.json index 597728e..61ec2f3 100644 --- a/sass/notabug-dracula/notabug-dracula.json +++ b/sass/notabug-dracula/notabug-dracula.json @@ -4,11 +4,11 @@ "options": { "name": "Notabug Dracula", "namespace": "notabug.io", - "version": "1.0.2", + "version": "1.0.3", "author": "Bauke", "description": "Dracula theme for notabug.io", "homepageURL": "https://gitlab.com/Bauke/styles", "supportURL": "https://gitlab.com/Bauke/styles/issues", "license": "MIT" } -} +} \ No newline at end of file