Skip to content

HentaiEra by xiggi

Details

Authorxiggi

LicenseNo License

Categoryhentaiera

Created

Updated

Size4.1 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

[info] theme is abandoned

Notes

Features:

  • Hide titles which tags you have on blacklisted,
  • Biggest notification bubble's,
  • Dark theme for text forms, searchbar scrollbar,

some else but idk what ( ͡° ͜ʖ ͡°)

Source code

/* ==UserStyle==
@name           hentaiera.com - 29.03.2023, 11:14:33
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document domain("hentaiera.com") {
.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;
}
    
.fstElement {
    display: inline-block;
    position: relative;
    border: 1px solid transparent;
    box-sizing: border-box;
    color: #232323;
    font-size: 1.1em;
    background-color: #262a2b;
    min-width: 386px;
    max-width: 386px;
}
    
.profile_edit p {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    cursor: default;
    margin-bottom: 10px;
}
    
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #262a2b;
    opacity: 1;
}
    
.profile_edit input[type=password], .profile_edit input[type=text] {
    width: 300px;
    padding: 10px;
    color: #fff;
    margin: 0 0 10px 0;
    background: #262a2b;
    border: 1px solid transparent;;
}
    
.profile_edit textarea {
    width: 500px;
    height: 120px;
    padding: 10px;
    margin: 0 0 8px 10px;
    color: #fff;
    resize: none;
    background: #262a2b;
    border: 1px solid transparent;;
}
    
.profile_edit select {
    padding: 10px;
    color: #fff;
    margin: 0 0 10px 0;
    background: #262a2b;
    border: 1px solid transparent;;
}
    
bell .notification--num {
    position: absolute;
    top: -5%;
    left: 60%;
    font-size: 12px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background-color: #b73333;
    color: #FFFFFF;
    text-align: center;
    line-height: 20px;
    bottom: 5%;
}
    
.navbar-inverse .navbar-nav>li>a:hover {
    color: #33b2ef;
    border-bottom: 2px solid #33b2ef;
    background: #404647;
}
    
.navbar-form .input-group>.form-control {
    box-shadow: 0 3px 6px #00000040;
    border-radius: 10px;
    border: none;
    margin-bottom: 0;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 36px 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #fff;
    background-color: #262a2b;
    background-image: none;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
    
.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 transparent;
    border-top: 0;
    background-color: #262a2b;
    display: none;
    color: #fff;
}
    
.fstResultItem {
    font-size: 12px;
    display: block;
    padding: 8px 20px;
    margin: 0;
    cursor: pointer;
    border-top: 1px solid transparent;
}
    
.fstMultipleMode.fstActive .fstResults {
    display: block;
    z-index: 10;
    border-top: 1px solid transparent;
}
    
button.fstChoiceRemove:hover {
    color: #33b2ef;
}
    
    /** Scrollbar **/
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #191919;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #262a2b;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #33b2ef;
}
    
    /** Hider Blacklisted titles*/
.thumb.blacklisted {
    opacity: .1;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    will-change: filter;
    display: none;
}
    
.index_search .middle input[type="text"] {
    width: 100%;
    padding: 8px 12px;
    outline: none;
    border-radius: 0;
    border: none;
    color: #000;
    background: #262a2b;
}
    
.index_search .middle {
    margin-top: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}
    

}

Reviews

No reviews yet.