diff --git a/README.md b/README.md index c95080e..246a8c1 100755 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ | Name | Version | Applies To | 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.1.2 | [tildes.net](https://tildes.net) | [Click](https://gitlab.com/Bauke/styles/raw/master/css/tildes-dracula/tildes-dracula.user.css) | +| Tildes Dracula | 2.1.3 | [tildes.net](https://tildes.net) | [Click](https://gitlab.com/Bauke/styles/raw/master/css/tildes-dracula/tildes-dracula.user.css) | ## Installing diff --git a/css/tildes-dracula/tildes-dracula.css b/css/tildes-dracula/tildes-dracula.css index 7837158..3c2a6bf 100644 --- a/css/tildes-dracula/tildes-dracula.css +++ b/css/tildes-dracula/tildes-dracula.css @@ -352,28 +352,28 @@ body:not(.theme) .label-comment-exemplary,body.theme-light .label-comment-exempl background-color: #8be9fd; } -body:not(.theme) .post-buttons,body.theme-light .post-buttons,body.theme-dark .post-buttons,body.theme-black .post-buttons { +body:not(.theme) .btn-post,body.theme-light .btn-post,body.theme-dark .btn-post,body.theme-black .btn-post { padding: 0; } -body:not(.theme) .post-button,body.theme-light .post-button,body.theme-dark .post-button,body.theme-black .post-button { +body:not(.theme) .btn-post-action,body.theme-light .btn-post-action,body.theme-dark .btn-post-action,body.theme-black .btn-post-action { color: #8be9fd; padding: 6px 8px; margin: 6px; margin-bottom: 0px; } -body:not(.theme) .post-button:hover,body:not(.theme) .post-button:active,body:not(.theme) .post-button:focus,body.theme-light .post-button:hover,body.theme-light .post-button:active,body.theme-light .post-button:focus,body.theme-dark .post-button:hover,body.theme-dark .post-button:active,body.theme-dark .post-button:focus,body.theme-black .post-button:hover,body.theme-black .post-button:active,body.theme-black .post-button:focus { +body:not(.theme) .btn-post-action:hover,body:not(.theme) .btn-post-action:active,body:not(.theme) .btn-post-action:focus,body.theme-light .btn-post-action:hover,body.theme-light .btn-post-action:active,body.theme-light .btn-post-action:focus,body.theme-dark .btn-post-action:hover,body.theme-dark .btn-post-action:active,body.theme-dark .btn-post-action:focus,body.theme-black .btn-post-action:hover,body.theme-black .btn-post-action:active,body.theme-black .btn-post-action:focus { color: #ff79c6; text-decoration: none; } -body:not(.theme) .post-button-used,body.theme-light .post-button-used,body.theme-dark .post-button-used,body.theme-black .post-button-used { +body:not(.theme) .btn-post-action-used,body.theme-light .btn-post-action-used,body.theme-dark .btn-post-action-used,body.theme-black .btn-post-action-used { color: #ff79c6; text-decoration: underline; } -body:not(.theme) .post-button-used:hover,body:not(.theme) .post-button-used:active,body:not(.theme) .post-button-used:focus,body.theme-light .post-button-used:hover,body.theme-light .post-button-used:active,body.theme-light .post-button-used:focus,body.theme-dark .post-button-used:hover,body.theme-dark .post-button-used:active,body.theme-dark .post-button-used:focus,body.theme-black .post-button-used:hover,body.theme-black .post-button-used:active,body.theme-black .post-button-used:focus { +body:not(.theme) .btn-post-action-used:hover,body:not(.theme) .btn-post-action-used:active,body:not(.theme) .btn-post-action-used:focus,body.theme-light .btn-post-action-used:hover,body.theme-light .btn-post-action-used:active,body.theme-light .btn-post-action-used:focus,body.theme-dark .btn-post-action-used:hover,body.theme-dark .btn-post-action-used:active,body.theme-dark .btn-post-action-used:focus,body.theme-black .btn-post-action-used:hover,body.theme-black .btn-post-action-used:active,body.theme-black .btn-post-action-used:focus { color: #8be9fd; text-decoration: underline; } diff --git a/css/tildes-dracula/tildes-dracula.user.css b/css/tildes-dracula/tildes-dracula.user.css index e89b61e..6949483 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.1.2 +@version 2.1.3 @author Bauke @description Dracula theme for Tildes.net @homepageURL https://gitlab.com/Bauke/styles @@ -363,28 +363,28 @@ body:not(.theme) .label-comment-exemplary,body.theme-light .label-comment-exempl background-color: #8be9fd; } -body:not(.theme) .post-buttons,body.theme-light .post-buttons,body.theme-dark .post-buttons,body.theme-black .post-buttons { +body:not(.theme) .btn-post,body.theme-light .btn-post,body.theme-dark .btn-post,body.theme-black .btn-post { padding: 0; } -body:not(.theme) .post-button,body.theme-light .post-button,body.theme-dark .post-button,body.theme-black .post-button { +body:not(.theme) .btn-post-action,body.theme-light .btn-post-action,body.theme-dark .btn-post-action,body.theme-black .btn-post-action { color: #8be9fd; padding: 6px 8px; margin: 6px; margin-bottom: 0px; } -body:not(.theme) .post-button:hover,body:not(.theme) .post-button:active,body:not(.theme) .post-button:focus,body.theme-light .post-button:hover,body.theme-light .post-button:active,body.theme-light .post-button:focus,body.theme-dark .post-button:hover,body.theme-dark .post-button:active,body.theme-dark .post-button:focus,body.theme-black .post-button:hover,body.theme-black .post-button:active,body.theme-black .post-button:focus { +body:not(.theme) .btn-post-action:hover,body:not(.theme) .btn-post-action:active,body:not(.theme) .btn-post-action:focus,body.theme-light .btn-post-action:hover,body.theme-light .btn-post-action:active,body.theme-light .btn-post-action:focus,body.theme-dark .btn-post-action:hover,body.theme-dark .btn-post-action:active,body.theme-dark .btn-post-action:focus,body.theme-black .btn-post-action:hover,body.theme-black .btn-post-action:active,body.theme-black .btn-post-action:focus { color: #ff79c6; text-decoration: none; } -body:not(.theme) .post-button-used,body.theme-light .post-button-used,body.theme-dark .post-button-used,body.theme-black .post-button-used { +body:not(.theme) .btn-post-action-used,body.theme-light .btn-post-action-used,body.theme-dark .btn-post-action-used,body.theme-black .btn-post-action-used { color: #ff79c6; text-decoration: underline; } -body:not(.theme) .post-button-used:hover,body:not(.theme) .post-button-used:active,body:not(.theme) .post-button-used:focus,body.theme-light .post-button-used:hover,body.theme-light .post-button-used:active,body.theme-light .post-button-used:focus,body.theme-dark .post-button-used:hover,body.theme-dark .post-button-used:active,body.theme-dark .post-button-used:focus,body.theme-black .post-button-used:hover,body.theme-black .post-button-used:active,body.theme-black .post-button-used:focus { +body:not(.theme) .btn-post-action-used:hover,body:not(.theme) .btn-post-action-used:active,body:not(.theme) .btn-post-action-used:focus,body.theme-light .btn-post-action-used:hover,body.theme-light .btn-post-action-used:active,body.theme-light .btn-post-action-used:focus,body.theme-dark .btn-post-action-used:hover,body.theme-dark .btn-post-action-used:active,body.theme-dark .btn-post-action-used:focus,body.theme-black .btn-post-action-used:hover,body.theme-black .btn-post-action-used:active,body.theme-black .btn-post-action-used:focus { color: #8be9fd; text-decoration: underline; } diff --git a/sass/tildes-dracula/_comments.sass b/sass/tildes-dracula/_comments.sass index c05829f..f0db835 100644 --- a/sass/tildes-dracula/_comments.sass +++ b/sass/tildes-dracula/_comments.sass @@ -73,10 +73,10 @@ body.theme-black border-color: $cyan background-color: $cyan - .post-buttons + .btn-post padding: 0 - .post-button + .btn-post-action color: $cyan padding: 6px 8px margin: 6px @@ -88,7 +88,7 @@ body.theme-black color: $pink text-decoration: none - .post-button-used + .btn-post-action-used color: $pink text-decoration: underline diff --git a/sass/tildes-dracula/tildes-dracula.json b/sass/tildes-dracula/tildes-dracula.json index 15f07a7..e1e7976 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.1.2", + "version": "2.1.3", "author": "Bauke", "description": "Dracula theme for Tildes.net", "homepageURL": "https://gitlab.com/Bauke/styles",