Skip to content

MangaDex - Extended by xiggi

Details

Authorxiggi

LicenseNo License

Categorymangadex

Created

Updated

Size2.9 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Some utilites.

Notes

Including:

  • Footer hider,
  • More margin-space to popular new titles section,
  • Blur background images,

Source code

/* ==UserStyle==
@name         MangaDex - Extended
@version      20240319.09.21
@namespace    ?
==/UserStyle== */

@-moz-document url-prefix("https://mangadex.org/") {
.mx-auto.flex.flex-col.w-full, .flex.flex-row.md\:flex-col { /**footer hider**/
    display: none;
}

.relative.fixed.\!p-0.\!m-0.-top-16.left-0.w-full {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
}

.flex.justify-between.items-center.text-xl {
    margin-bottom: 10px;
}

.nav-bar[data-v-a348afbf] {
    background-color: rgb(var(--md-background)) 80%;
    backdrop-filter: blur(5px);
}

.navbar-background[data-v-a348afbf] {
    border-bottom: none;
    backdrop-filter: blur(5px);
}

.banner-bg[data-v-538af703] {
    backdrop-filter: blur(5px);
    background-color: rgb(var(--md-background), 0.8);
}

.banner-image[data-v-8a7e2fea], .banner-container>.banner-shade[data-v-8a7e2fea] {
    backdrop-filter: blur(5px);
    background-color: rgb(var(--md-background), 0.8);
}

.shade[data-v-ddde313d], .shade[data-v-9ddbc8d3] {
    background-color: #000;
    opacity: 0.70;
}

.absolute.top-0.left-0.z-\[-2\].w-full.h-\[640px\].blur-xl {
    background: transparent !important;
}

hr.my-4 {
    border-color: transparent;
}

.chapter-feed__title[data-v-d0f72e14] {
    border-bottom: 1px solid transparent;
    margin-bottom: 5px;
}

a:hover {
    color: #ff6740;
    transition: 0.2s;
}

.chapter-feed__chapters-expand[data-v-d0f72e14]:hover {
    background-color: rgb(var(--md-background));
    color: #fff;
    transition: 0.2s;
}

img[data-v-ef4ac6f7]:hover {
    opacity: 50%;
    transition: 0.2s;
}

.select__tab[data-v-bcab5948] {
    opacity: unset;
    color: #ccc;
}

.select__tab[data-v-bcab5948]:hover {
    background-color: rgb(var(--md-background));
    color: #fff;
    transition: 0.2s;
    opacity: unset;
}

.select__tab.active[data-v-bcab5948] {
    background-color: rgb(var(--md-background));
}

.text-xs.text-white.rounded.inline-flex.items-center.px-1.py-0\.5.bg-status-red.md\:ml-2 {
    font-size: 15px;
    padding: 5px 10px;
    outline: 2px solid rgb(var(--md-status-red));;
    color: rgb(var(--md-status-red));
    background-color: rgb(var(--md-background));
}

svg.feather.feather-slash.icon.small.text-white.mr-1 {
    color: rgb(var(--md-status-red));
}

.tag[data-v-ee6631e6] {
    font-size: 12px;
    font-weight: 600;
}

span.tag.text-white.bg-status-red.mr-0\.5, span.tag.text-white.bg-status-red {
    border: 2px solid rgb(var(--md-status-red));;
    color: rgb(var(--md-status-red));
    background-color: rgb(var(--md-background));
}

span.tag.text-white.bg-status-yellow.mr-0\.5, span.tag.text-white.bg-status-yellow {
    border: 2px solid rgb(var(--md-status-yellow));
    color: rgb(var(--md-status-yellow));
    background-color: rgb(var(--md-background));
}

.md-btn.accent[data-v-d83b042f] {
    --main-color: rgb(var(--md-accent));
}

.role-dot[data-v-dc9f2040] {
    border-color: transparent;
}
}

Reviews

No reviews yet.