diff --git a/css/tildes-compact/tildes-compact.user.css b/css/tildes-compact/tildes-compact.user.css index 4701c58..4186d19 100755 --- a/css/tildes-compact/tildes-compact.user.css +++ b/css/tildes-compact/tildes-compact.user.css @@ -4,9 +4,9 @@ @version 1.0.0 @author Bauke @description Compact theme for Tildes.net - - - +@homepageURL https://gitlab.com/Bauke/styles +@supportURL https://gitlab.com/Bauke/styles/issues +@license MIT ==/UserStyle== */ @-moz-document domain('tildes.net') { .topic-listing .topic-text-excerpt, .post-listing .topic-text-excerpt { display: none !important; } .topic-listing .topic-metadata, .post-listing .topic-metadata { display: inline-flex !important; height: 1.3em !important; max-width: 200px !important; overflow: hidden !important; white-space: nowrap !important; } diff --git a/css/tildes-dracula/tildes-dracula.css b/css/tildes-dracula/tildes-dracula.css index ad1de8b..0ef31a4 100755 --- a/css/tildes-dracula/tildes-dracula.css +++ b/css/tildes-dracula/tildes-dracula.css @@ -52,8 +52,10 @@ .message header { background-color: #282a36 !important; } .message .message-text { color: #f8f8f2 !important; } .is-message-mine { border-width: 1px !important; margin-left: 0 !important; } - aside#sidebar .group-subscription-count { text-align: center; } - body > header > a:nth-child(1) { background-size: 32px 32px !important; background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJAAAACQCAMAAADQmBKKAAAAHlBMVEUoKjZQ+nticqSL6f29k/nx+oz/VVX/ecb/uGz///+3yBn7AAAAaklEQVR42u3Oxw2AQAADsNDZf2IGyO8kioQ9gQMAAAAAcLelCAkJCQkJCQkJ/Tk0lZS5ZMhZhISEhISEhISEvhbaSoasJWUvKUJCQkJCQkJCQu+GnnSUFCEhISEhISEhoXdDAAAAAAA3uwDrCC2R1NNC7QAAAABJRU5ErkJggg==") !important; } + #new-topic fieldset, #new-topic .divider { border-color: #282a36 !important; } + #new-topic .divider::after { color: #f8f8f2 !important; background: #282a36 !important; } + #new-topic input { color: #f8f8f2 !important; background-color: #282a36 !important; border-color: #6272a4 !important; } + body > header > a:nth-child(1):not(.no-header-logo) { background-size: 32px 32px !important; background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJAAAACQCAMAAADQmBKKAAAAHlBMVEUoKjZQ+nticqSL6f29k/nx+oz/VVX/ecb/uGz///+3yBn7AAAAaklEQVR42u3Oxw2AQAADsNDZf2IGyO8kioQ9gQMAAAAAcLelCAkJCQkJCQkJ/Tk0lZS5ZMhZhISEhISEhISEvhbaSoasJWUvKUJCQkJCQkJCQu+GnnSUFCEhISEhISEhoXdDAAAAAAA3uwDrCC2R1NNC7QAAAABJRU5ErkJggg==") !important; } .label-edit-box { background-color: #282a36 !important; color: #f8f8f2 !important; } .user-label { border-radius: 0 !important; padding: 1px 3px !important; } .bg-red { background-color: #ff5555 !important; color: #f8f8f2 !important; } @@ -71,6 +73,7 @@ .post-listing .topic { background-color: #282a36 !important; } .topic-listing { background-color: #44475a !important; } .topic-listing > li { background-color: #282a36 !important; } + .topic-listing .label-topic-tag > * { color: #6272a4 !important; } .is-topic-official { border-color: #ffb86c !important; } .topic-title a { color: #8be9fd !important; } .topic-title a:visited { color: #ff79c6 !important; } diff --git a/css/tildes-dracula/tildes-dracula.user.css b/css/tildes-dracula/tildes-dracula.user.css index 7feb670..cc67aec 100755 --- a/css/tildes-dracula/tildes-dracula.user.css +++ b/css/tildes-dracula/tildes-dracula.user.css @@ -4,9 +4,9 @@ @version 1.0.0 @author Bauke @description Dracula theme for Tildes.net - - - +@homepageURL https://gitlab.com/Bauke/styles +@supportURL https://gitlab.com/Bauke/styles/issues +@license MIT ==/UserStyle== */ @-moz-document domain('tildes.net') { .date-info { color: #f8f8f2 !important; } .btn { border-color: #8be9fd !important; color: #8be9fd !important; } @@ -62,8 +62,10 @@ .message header { background-color: #282a36 !important; } .message .message-text { color: #f8f8f2 !important; } .is-message-mine { border-width: 1px !important; margin-left: 0 !important; } - aside#sidebar .group-subscription-count { text-align: center; } - body > header > a:nth-child(1) { background-size: 32px 32px !important; background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJAAAACQCAMAAADQmBKKAAAAHlBMVEUoKjZQ+nticqSL6f29k/nx+oz/VVX/ecb/uGz///+3yBn7AAAAaklEQVR42u3Oxw2AQAADsNDZf2IGyO8kioQ9gQMAAAAAcLelCAkJCQkJCQkJ/Tk0lZS5ZMhZhISEhISEhISEvhbaSoasJWUvKUJCQkJCQkJCQu+GnnSUFCEhISEhISEhoXdDAAAAAAA3uwDrCC2R1NNC7QAAAABJRU5ErkJggg==") !important; } + #new-topic fieldset, #new-topic .divider { border-color: #282a36 !important; } + #new-topic .divider::after { color: #f8f8f2 !important; background: #282a36 !important; } + #new-topic input { color: #f8f8f2 !important; background-color: #282a36 !important; border-color: #6272a4 !important; } + body > header > a:nth-child(1):not(.no-header-logo) { background-size: 32px 32px !important; background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJAAAACQCAMAAADQmBKKAAAAHlBMVEUoKjZQ+nticqSL6f29k/nx+oz/VVX/ecb/uGz///+3yBn7AAAAaklEQVR42u3Oxw2AQAADsNDZf2IGyO8kioQ9gQMAAAAAcLelCAkJCQkJCQkJ/Tk0lZS5ZMhZhISEhISEhISEvhbaSoasJWUvKUJCQkJCQkJCQu+GnnSUFCEhISEhISEhoXdDAAAAAAA3uwDrCC2R1NNC7QAAAABJRU5ErkJggg==") !important; } .label-edit-box { background-color: #282a36 !important; color: #f8f8f2 !important; } .user-label { border-radius: 0 !important; padding: 1px 3px !important; } .bg-red { background-color: #ff5555 !important; color: #f8f8f2 !important; } @@ -81,6 +83,7 @@ .post-listing .topic { background-color: #282a36 !important; } .topic-listing { background-color: #44475a !important; } .topic-listing > li { background-color: #282a36 !important; } + .topic-listing .label-topic-tag > * { color: #6272a4 !important; } .is-topic-official { border-color: #ffb86c !important; } .topic-title a { color: #8be9fd !important; } .topic-title a:visited { color: #ff79c6 !important; }