Some utilities.
HentaiRox by xiggi
Details
Authorxiggi
LicenseNo License
Categoryhentairox
Created
Updated
Size4.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 HentaiRox
@version 20240404.11.03
@namespace ?
==/UserStyle== */
@-moz-document domain("hentairox.com") {
.gallery_second, .thumb.blacklisted, #bar {
display: none;
}
.gallery_first .dl_btn, .gallery_first .fap_btn, .gallery_first .fav_btn, .profile_block .user_profile_avatar .acc_settings, .normal_btn, .container .more_latest a, .panel-register input[type=submit], .panel-register input[type=submit]:active {
background: #131313;
border: 1px solid transparent;
color: #ccc;
transition: all .2s ease;
}
.gallery_first .dl_btn:hover, .gallery_first .fap_btn:hover, .gallery_first .fav_btn:hover, .profile_block .user_profile_avatar .acc_settings:hover, .normal_btn:hover, .container .more_latest a:hover, .normal_btn:active, .panel-register input[type=submit]:hover {
background: #1f1f1f !important;
border: 1px solid transparent !important;
color: #fff;
}
.navbar-form .input-group>.form-control {
background: #131313;
border: 1px solid transparent;
color: #ccc;
}
.navbar-inverse .navbar-toggle .icon-bar {
background-color: #ccc;
}
.galleries_info .btn {
border: 1px solid transparent;
}
.galleries_info .btn {
color: #ccc;
}
.galleries_info .btn:hover, .galleries_info .btn:focus, .galleries_info .btn:active {
background: #1f1f1f;
}
#bigcontainer #cover img:hover, #bigcontainer #info-block img:hover, .thumbnail a>img:hover, .thumbnail>img:hover, img.lazy.entered.loaded:hover {
opacity: 50%;
transition: 0.2s;
}
.fstElement, .profile_edit input[type=password], .profile_edit input[type=text], .profile_edit textarea, .profile_edit select, .search_mobile input[type=text] {
background: #1f1f1f;
border: 1px solid transparent;
color: #fff;
}
.fstMultipleMode .fstQueryInput {
color: #fff;
}
.fstMultipleMode.fstActive .fstResults {
display: block;
z-index: 10;
border-top: 1px solid #363636;
}
.fstMultipleMode.fstActive, .fstMultipleMode.fstActive .fstResults {
box-shadow: 0 0.2em 0.2em rgb(0 0 0 / 10%);
}
.fstResults {
position: absolute;
left: -1px;
top: 100%;
right: -1px;
max-height: 20em;
overflow-x: hidden;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
border: 1px solid #363636;
border-top: 0;
background-color: #1f1f1f;
display: none;
}
.fstResultItem {
background: #1f1f1f;
border-top: 1px solid transparent;
color: #ccc;
}
.alert-warning {
color: #d3a454;
background-color: rgb(138 109 59 / 15%);
border-color: transparent;
}
.alert-success {
color: #67d354;
background-color:hwb(111 33% 17% / .15);
border-color: transparent;
}
.navbar-inverse {
backdrop-filter: blur(10px);
background: rgb(12 12 12 / 90%);
border-color: transparent;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
background: rgb(12 12 12 / 40%);
}
.container {
padding: 0 20px;
margin-top: 0;
}
.navbar-fixed-bottom, .navbar-fixed-top {
position: inherit;
}
.preloader {
text-indent: -9999px;
background: #1f1f1f;
}
.galleries_info .tags_text {
margin-right: 10px'
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
transition: 0.2s;
}
.thumb .caption, .thumb .caption h2 {
background: transparent;
}
.thumb .caption a, .cat_flag .thumb_cat {
color: #ccc;
}
.thumb .caption a:hover, .thumb .caption a:active {
color: #e7cc26;
transition: 0.2s;
}
.thumbnail .cat_flag {
background: transparent;
color: #ccc;
margin-bottom: 5px;
}
.profile_edit .avt_div img {
border: 2px solid #131313;
}
.pagination>li>a, .pagination>li>span {
color: #ccc;
}
.container .latest_tr, .container .latest_pe, .container .latest_h1 {
color: #fff;
margin-bottom: 1em;
}
.panel-login a:hover, .panel-register a:hover,
.panel-login a:active, .panel-register a:active {
color: #fff;
transition: 0.2s;
text-decoration: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active{
-webkit-box-shadow: 0 0 0 30px #080808 inset !important;
-webkit-text-fill-color: #e7cc26;
border-color: #e7cc26;
}
::-webkit-scrollbar {
width: 5px;
height: 8px;
background-color: #080808;
}
::-webkit-scrollbar-thumb {
background: #383838;
}
}