1
Fork 0

Update Tildes Dracula

This commit is contained in:
Bauke 2018-07-23 21:42:53 +02:00
parent 9df9e88769
commit 76a2b7054a
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
4 changed files with 25 additions and 5 deletions

View File

@ -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

View File

@ -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;

View File

@ -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;

View File

@ -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",