just scrollbar
scrollbar by SaSh0o0k
Details
AuthorSaSh0o0k
LicenseNo License
Categoryuserstyles
Created
Updated
Code size1.2 kB
Code checksum3e9be84f
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name scrollbar
@version 20231030.23.23
@namespace userstyles.world/user/SaSh0ok
@description just scrollbar
@author SaSh0ok
@license CC Zero
==/UserStyle== */
@-moz-document domain("vkino.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;
}
}