fix(dracula): update post buttons, #13
This commit is contained in:
parent
ba68de1fa0
commit
c35a70ea9d
|
@ -7,7 +7,7 @@
|
||||||
| Name | Version | Applies To | User CSS |
|
| 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 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
|
## Installing
|
||||||
|
|
||||||
|
|
|
@ -352,28 +352,28 @@ body:not(.theme) .label-comment-exemplary,body.theme-light .label-comment-exempl
|
||||||
background-color: #8be9fd;
|
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;
|
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;
|
color: #8be9fd;
|
||||||
padding: 6px 8px;
|
padding: 6px 8px;
|
||||||
margin: 6px;
|
margin: 6px;
|
||||||
margin-bottom: 0px;
|
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;
|
color: #ff79c6;
|
||||||
text-decoration: none;
|
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;
|
color: #ff79c6;
|
||||||
text-decoration: underline;
|
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;
|
color: #8be9fd;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/* ==UserStyle==
|
/* ==UserStyle==
|
||||||
@name Tildes Dracula
|
@name Tildes Dracula
|
||||||
@namespace tildes.net
|
@namespace tildes.net
|
||||||
@version 2.1.2
|
@version 2.1.3
|
||||||
@author Bauke
|
@author Bauke
|
||||||
@description Dracula theme for Tildes.net
|
@description Dracula theme for Tildes.net
|
||||||
@homepageURL https://gitlab.com/Bauke/styles
|
@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;
|
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;
|
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;
|
color: #8be9fd;
|
||||||
padding: 6px 8px;
|
padding: 6px 8px;
|
||||||
margin: 6px;
|
margin: 6px;
|
||||||
margin-bottom: 0px;
|
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;
|
color: #ff79c6;
|
||||||
text-decoration: none;
|
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;
|
color: #ff79c6;
|
||||||
text-decoration: underline;
|
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;
|
color: #8be9fd;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
|
@ -73,10 +73,10 @@ body.theme-black
|
||||||
border-color: $cyan
|
border-color: $cyan
|
||||||
background-color: $cyan
|
background-color: $cyan
|
||||||
|
|
||||||
.post-buttons
|
.btn-post
|
||||||
padding: 0
|
padding: 0
|
||||||
|
|
||||||
.post-button
|
.btn-post-action
|
||||||
color: $cyan
|
color: $cyan
|
||||||
padding: 6px 8px
|
padding: 6px 8px
|
||||||
margin: 6px
|
margin: 6px
|
||||||
|
@ -88,7 +88,7 @@ body.theme-black
|
||||||
color: $pink
|
color: $pink
|
||||||
text-decoration: none
|
text-decoration: none
|
||||||
|
|
||||||
.post-button-used
|
.btn-post-action-used
|
||||||
color: $pink
|
color: $pink
|
||||||
text-decoration: underline
|
text-decoration: underline
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"options": {
|
"options": {
|
||||||
"name": "Tildes Dracula",
|
"name": "Tildes Dracula",
|
||||||
"namespace": "tildes.net",
|
"namespace": "tildes.net",
|
||||||
"version": "2.1.2",
|
"version": "2.1.3",
|
||||||
"author": "Bauke",
|
"author": "Bauke",
|
||||||
"description": "Dracula theme for Tildes.net",
|
"description": "Dracula theme for Tildes.net",
|
||||||
"homepageURL": "https://gitlab.com/Bauke/styles",
|
"homepageURL": "https://gitlab.com/Bauke/styles",
|
||||||
|
|
Loading…
Reference in New Issue