Skip to content

Wikiseries.info Dark Theme by darkissou

Screenshot of Wikiseries.info Dark Theme

Details

Authordarkissou

LicenseNo License

Categorywikiseries.info

Created

Updated

Size4.0 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Wikiseries.info Dark Theme. Also blocks ads and popups

Notes

For any questions/suggestions contact me on Discord: Darkuwu#2946

Changelog:

1.0.1

  • Fixed copypaste error in metadata

1.0

  • Initial release

Source code

/* ==UserStyle==
@name         Wikiseries.info Dark Theme
@version      20221018.02.48
@namespace    userstyles.world/user/darkissou
@description  Wikiseries.info Dark Theme. Also blocks ads and popups
@author       darkissou
@license      No License
==/UserStyle== */

@-moz-document domain("wikiseries.info") {
/* ==UserStyle==
@name           wikiseries.info Dark Theme
@namespace      github.com/openstyles/stylus
@author         Darkuwu
@description    `Wikiseries.info Dark Theme. Also blocks ads and popups`
@version        1.0
==/UserStyle== */

    body {
        background-color: #111111 !important;
        color: #888 !important;
    }

    .bg-white {
        background-color: #222222 !important;
    }

    .navbar-light .navbar-nav .nav-link {
        color: rgba(255, 255, 255, 0.5);
    }

    .nav-link:hover {
        color: #eee !important;
    }

    .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
        color: rgba(255, 255, 255, 0.5);
    }

    .dropdown-menu {
        background-color: #1c1c1c;
    }

    .dropdown-item {
        color: #bbb;
    }

    .dropdown-item:focus, .dropdown-item:hover {
        background: #111;
    }

    .text-muted {
        color: #888 !important;
    }

    .post #mv-keywords {
        background: #222 !important;
    }

    a.seasonbar {
        background-color: #222;
    }

    a.seasonbar:hover {
        background-color: #404040 !important;
    }

    a.seasonbar span {
        color: #888 !important;
    }

    a {
        color: #bbb !important;
    }

    .form-control, .js-typeahead {
        background-color: #111;
        border: 1px solid #888;
    }

    .form-control:focus, .js-typeahead:focus {
        color: #fff;
        background-color: #444;
        border-color: #666;
        box-shadow: inset 0 1px 1px rgba(21, 21, 21, 0.08),0 0 0 .2rem rgba(30, 30, 30, 0.25);
    }

    .page-link {
        background-color:#222;
        border-color: #515151;
    }

    .page-link:hover {
        background-color:#404040;
        border-color: #515151;
    }

    .page-item.disabled .page-link {
        color: #6c757d;
        background-color: #111;
        border-color: #515151;
    }

    .card {
        background-color: #222;
    }

    .episodes .epis:nth-of-type(2n+1) {
        background-color: #333;
    }

    .episodes .epis:nth-of-type(2n) {
        background-color: #222 !important;
    }

    .episodes .epis:hover {
        background-image: linear-gradient(180deg,#292439 0,#241b39);
    }

    #pub {
        display:none !important;
    }

    .links .plyhash:nth-of-type(2n+1) {
        background-color: #333;
    }

    .links .plyhash:nth-of-type(2n) {
        background-color: #222;
    }

    .custom-select {
        background: #222;
        color: #939393;
        border: 1px solid #888;
    }

    .custom-select:focus {
        border-color: #333;
        box-shadow: inset 0 1px 2px rgba(0,0,0,.075),0 0 0 .2rem rgba(0, 0, 0, 0.25);
    }

    .links .plyhash.bg-danger {
        background-image: linear-gradient(180deg,#1c182d 0,#190f2f) !important;
        color: #ddd;
    }

    .links .plyhash:hover {
        background-image: linear-gradient(180deg,#594d91 0,#472b86);
        color: #ddd;
    }

    .bg-danger {
        background-color: #000 !important;
    }
}

@-moz-document domain("upvid.cloud") {
div[style*='position: fixed; display: block; width: 100%; height: 100%; inset: 0px; background-color: rgba(0, 0, 0, 0); z-index: 300000;'] {
        display: none !important;
    }
}

@-moz-document domain("mixdrop.co") {
div[style='position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 2147483646;'] {
        display: none !important;
    }
}

Reviews

No reviews yet.