From 76a2b7054abb86109dac3fc640b9dc72fde25a2a Mon Sep 17 00:00:00 2001 From: Bauke Date: Mon, 23 Jul 2018 21:42:53 +0200 Subject: [PATCH] Update Tildes Dracula --- README.md | 2 +- css/tildes-dracula/tildes-dracula.css | 12 +++++++++++- css/tildes-dracula/tildes-dracula.user.css | 14 ++++++++++++-- sass/tildes-dracula/tildes-dracula.json | 2 +- 4 files changed, 25 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e104189..4805c96 100755 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ |------|---------|------------|----------| | Notabug Dracula | 1.0.5 | [notabug.io](https://notabug.io) | [Click](https://gitlab.com/Bauke/styles/raw/master/css/notabug-dracula/notabug-dracula.user.css) | | Tildes Compact | 1.0.4 | [tildes.net](https://tildes.net) | [Click](https://gitlab.com/Bauke/styles/raw/master/css/tildes-compact/tildes-compact.user.css) | -| Tildes Dracula | 2.0.5 | [tildes.net](https://tildes.net) | [Click](https://gitlab.com/Bauke/styles/raw/master/css/tildes-dracula/tildes-dracula.user.css) | +| Tildes Dracula | 2.0.6 | [tildes.net](https://tildes.net) | [Click](https://gitlab.com/Bauke/styles/raw/master/css/tildes-dracula/tildes-dracula.user.css) | | Tildes Monokai | 1.1.4 | [tildes.net](https://tildes.net) | [Click](https://gitlab.com/Bauke/styles/raw/master/css/tildes-monokai/tildes-monokai.user.css) | ## Installing diff --git a/css/tildes-dracula/tildes-dracula.css b/css/tildes-dracula/tildes-dracula.css index 99f75dc..0a877c6 100644 --- a/css/tildes-dracula/tildes-dracula.css +++ b/css/tildes-dracula/tildes-dracula.css @@ -14,6 +14,10 @@ body:not(.theme) .comment,body.theme-light .comment,body.theme-dark .comment,bod border-color: #282a36; } +body:not(.theme) .comment:target>.comment-itself,body.theme-light .comment:target>.comment-itself,body.theme-dark .comment:target>.comment-itself,body.theme-black .comment:target>.comment-itself { + border-left: 3px solid #50fa7b !important; +} + body:not(.theme) .comment .comment-itself header,body.theme-light .comment .comment-itself header,body.theme-dark .comment .comment-itself header,body.theme-black .comment .comment-itself header { background-color: #282a36; } @@ -395,7 +399,13 @@ body:not(.theme) .is-comment-new .comment-text,body.theme-light .is-comment-new background: #ff79c6; } -.btn-used { +.btn-used,.topic-voting.btn-used { + color: #282a36; + border-color: #ff79c6; + background: #ff79c6; +} + +.btn-used:hover,.btn-used:active,.btn-used:focus,.topic-voting.btn-used:hover,.topic-voting.btn-used:active,.topic-voting.btn-used:focus { color: #282a36; border-color: #ff79c6; background: #ff79c6; diff --git a/css/tildes-dracula/tildes-dracula.user.css b/css/tildes-dracula/tildes-dracula.user.css index 1ba9569..7e4f76a 100755 --- a/css/tildes-dracula/tildes-dracula.user.css +++ b/css/tildes-dracula/tildes-dracula.user.css @@ -1,7 +1,7 @@ /* ==UserStyle== @name Tildes Dracula @namespace tildes.net -@version 2.0.5 +@version 2.0.6 @author Bauke @description Dracula theme for Tildes.net @homepageURL https://gitlab.com/Bauke/styles @@ -25,6 +25,10 @@ body:not(.theme) .comment,body.theme-light .comment,body.theme-dark .comment,bod border-color: #282a36; } +body:not(.theme) .comment:target>.comment-itself,body.theme-light .comment:target>.comment-itself,body.theme-dark .comment:target>.comment-itself,body.theme-black .comment:target>.comment-itself { + border-left: 3px solid #50fa7b !important; +} + body:not(.theme) .comment .comment-itself header,body.theme-light .comment .comment-itself header,body.theme-dark .comment .comment-itself header,body.theme-black .comment .comment-itself header { background-color: #282a36; } @@ -406,7 +410,13 @@ body:not(.theme) .is-comment-new .comment-text,body.theme-light .is-comment-new background: #ff79c6; } -.btn-used { +.btn-used,.topic-voting.btn-used { + color: #282a36; + border-color: #ff79c6; + background: #ff79c6; +} + +.btn-used:hover,.btn-used:active,.btn-used:focus,.topic-voting.btn-used:hover,.topic-voting.btn-used:active,.topic-voting.btn-used:focus { color: #282a36; border-color: #ff79c6; background: #ff79c6; diff --git a/sass/tildes-dracula/tildes-dracula.json b/sass/tildes-dracula/tildes-dracula.json index 4b6cc8a..4ded2e6 100644 --- a/sass/tildes-dracula/tildes-dracula.json +++ b/sass/tildes-dracula/tildes-dracula.json @@ -4,7 +4,7 @@ "options": { "name": "Tildes Dracula", "namespace": "tildes.net", - "version": "2.0.5", + "version": "2.0.6", "author": "Bauke", "description": "Dracula theme for Tildes.net", "homepageURL": "https://gitlab.com/Bauke/styles",