a thing to hide stas from scribblehub
hide stars by sininen-blue
Details
Authorsininen-blue
LicenseNo License
Categoryscribblehub.com
Created
Updated
Size734 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name hide stars
@namespace github.com/openstyles/stylus
@version 1.0.0
@description a thing to hide stas from scribblehub
@author sininenblue
==/UserStyle== */
@-moz-document domain("scribblehub.com") {
.fa.fa-star-half-o, .fa.fa-star-o, .fa.fa-star, .fic_rate span span, .search_stars, .search_ratings {
opacity: 0;
}
.fic_rate_logged .fa.fa-star-half-o.ficrate, .fic_rate_logged .fa.fa-star-o.ficrate, .fic_rate_logged .fa.fa-star.ficrate {
opacity: 100;
}
.fa-star-half-empty::before, .fa-star-half-full::before, .fa-star-half-o::before, .fa-star::before, .fa-star-o::before{
content: "\f005";
color: #e8e8e8;
}
}