New style
ads block by SaSh0o0k
Details
AuthorSaSh0o0k
LicenseNo License
Categoryuserstyles
Created
Updated
Size1.5 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name ads block
@version 20230828.11.32
@namespace userstyles.world/user/SaSh0o0k
@description New style
@author SaSh0o0k
@license No License
==/UserStyle== */
@-moz-document domain("anitube.in.ua") {
::-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 !important;
transition: 1.0s!important;
}
::-webkit-scrollbar-thumb:vertical:hover,
::-webkit-scrollbar-thumb:horizontal:hover {
background-color: #004daa;
}
::-webkit-scrollbar-track {
background-color: transparent;
}
::-webkit-scrollbar-thumb:vertical:active,
::-webkit-scrollbar-thumb:horizontal:active {
background: #004daa;
}
::-webkit-scrollbar-corner {
background: transparent;
}
/*Ads Banners */
#header_img,
footer,
.dcont,
#vc-complait-box {
display: none;
}
.rcols ::before, ::after{
display: none;
}
.rcols ::after, ::before {
display: none;
}
.RlVisor {
width: 100% !important;
}
.story_c h2 ul li a {
width: 25px!important;
height: 25px!important;
margin-top: -5px;
}
.story_c h2 ul li a img {
width: 100%;
height: 100%;
}
.list_file_torrent {
margin-top: 12px;
left: -360px;
width: 720px;
}
.content_block_info_torrent_modal td > div {
width: 600px
}
}