Skip to content

MadaraDex by xiggi

Details

Authorxiggi

LicenseNo License

Categorymadaradex

Created

Updated

Size1.6 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Some utilities.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         MadaraDex
@version      20240401.08.42
@namespace    ?
==/UserStyle== */

@-moz-document domain("madaradex.org") {
div#manga-discussion,  .manga-discussion.wrapper, h2.wp-block-headin, .c-blog-post .entry-content .entry-content_wrap p, .site-footer,  .row.c-row.related-manga, .widget_text.row {
    display: none;
}

.site-header .main-navigation.style-1, .widget-heading, .widget.background:after, .c-blog__heading.style-2 i, .tab-wrap .c-nav-tabs ul.c-tabs-content li.active a:after, .tab-wrap .c-nav-tabs ul.c-tabs-content li:hover a:after, .tab-wrap .c-nav-tabs ul.c-tabs-content li a:after, .related-heading.font-nav, .c-blog__heading.style-3, .settings-page .nav-tabs-wrap ul.nav-tabs li.active a, .off-canvas {
    background: #ff6740;
}

img.lazyloaded {
    background-color: #2C2D2D!important;
}
    
    img.lazyload, img.lazyloading {
    background-color: #2C2D2D !important;
    }

.site-header .c-sub-header-nav .c-sub-nav_wrap .sub-nav_content .sub-nav_list > li.menu-item-has-children > ul.sub-menu {
    background-color: #2C2D2D;
    border-top: 1px solid transparent;
}

.c-blog__heading.style-2 i:after, .settings-page .nav-tabs-wrap ul.nav-tabs li.active:after {
    border-left-color: #ff6740;
}

.main-col-inner {
    padding-bottom: 10px;
}

.genres_wrap .genres__collapse .genres ul li a:before {
    color: inherit;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

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

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

Reviews

No reviews yet.