Skip to content

Reactor Blue Checkmarks by innerhtml

Screenshot of Reactor Blue Checkmarks

Details

Authorinnerhtml

LicenseNo License

Categoryjoyreactor.cc, reactor.cc

Created

Updated

Size1.3 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Шуточный стиль, который заменяет звезды рейтинга JoyReactor на галочки Twitter Blue. Был навеян комментариями к этому посту: https://reactor.cc/post/5385803

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Reactor Blue Checkmarks
@version      20221114.17.07
@namespace    userstyles.world/user/innerhtml
@description  Шуточный стиль, который заменяет звезды рейтинга JoyReactor на галочки Twitter Blue. Был навеян комментариями к этому посту: https://reactor.cc/post/5385803
@author       innerhtml
@license      No License
==/UserStyle== */

@-moz-document domain("reactor.cc"), domain("joyreactor.cc") {
.star-0, .star-1, .star-empty {
    background: url("https://upload.wikimedia.org/wikipedia/commons/e/e4/Twitter_Verified_Badge.svg") !important;
    width: 20px !important;
    height: 20px !important;
}
.star-1 {
    filter: hue-rotate(185deg) !important;
}
.star-empty {
    filter: grayscale(1) !important;
    opacity: .5;
}
.stars {
    width: 200px !important;
}
.progress_bar {
    background-color: #ccecf4 !important;
    height: 15px !important;
}
.progress_bar div {
    background: #1da1f2 !important;
    height: 15px !important;
}
.progressBarLabel:after {
    content: 'Прогресс до следующей галочки:';
    font-size: 11px;
}
.progressBarLabel {
    font-size: 0px;
}
}

Reviews

No reviews yet.