just scrollbar
scrollbar by SaSh0ok
Details
AuthorSaSh0ok
LicenseCC Zero
Categoryscrollbar
Created
Updated
Size1.4 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
scrollbar
Source code
/* ==UserStyle==
@name scrollbar
@version 20231030.21.21
@namespace userstyles.world/user/SaSh0ok
@description just scrollbar
@author SaSh0ok
@license CC Zero
==/UserStyle== */
@-moz-document domain("vkino.lafa.site") {
/* ==UserStyle==
@name scrollbar
@version 20231030.21.18
@namespace userstyles.world/user/SaSh0ok
@description just scrollbar
@author SaSh0ok
@license CC Zero
==/UserStyle== */
}
@-moz-document domain("top.lafa.site") {
::-webkit-scrollbar {
width: 10px;
height: 2px;
transition: 1.0s;
}
::-webkit-scrollbar-thumb {
background-color: #827a99;
background-clip: padding-box;
border: 2px solid transparent;
border-radius: 5px;
transition: 1.0s!important;
}
::-webkit-scrollbar-thumb:vertical:hover,
::-webkit-scrollbar-thumb:horizontal:hover {
background-color: #a09bae;
}
::-webkit-scrollbar-track {
background-color: transparent;
}
::-webkit-scrollbar-thumb:vertical:active,
::-webkit-scrollbar-thumb:horizontal:active {
background: #827a99;
}
::-webkit-scrollbar-corner {
background: transparent;
}
/*Ads Banners */
.page-common #headerSmall .banner-header-anime-straming {
display: none !important;
}
.page-common #header-menu .header-menu-login .btn-mal-service {
display: none !important;
}
.wrapper .top_signup{
display: none !important;
}
}