Skip to content

Not so bad Wikipedia by tonymac129

Details

Authortonymac129

LicenseNo License

Categoryredesigns

Created

Updated

Size2.4 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

This Wikipedia makeover isn't so bad.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           en.wikipedia.org/wiki/Main_Page - Mar 2024
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */
@-moz-document url-prefix("https://en.wikipedia.org") {
    * {
        background-color: rgb(40, 40, 40) !important;
        border: none !important;
        color: white;
        font-size: 16px;
        line-height: 25.6px;
    }

    a {
        color: white !important;
        font-weight: bold !important;
        text-decoration: none !important;
    }

    .mw-headline {
        font-size: 35px !important;
    }

    .mw-headline a {
        font-size: 35px;
    }

    .mw-body {
        width: 80%;
        margin-inline: 10%;
        padding-block: 30px;
    }

    .mw-page-title-main {
        font-size: 35px;
        font-family: helvetica;
    }

    .mw-content {
        font-size: 16px;
        line-height: 25.6px;
    }

    .mw-content-ltr p {
        padding-top: 30px !important;
    }

    .mw-file-element {
        border-radius: 8px;
        margin-block: 15px;
        display: block;
    }

    .reference {
        display: none;
    }

    .vector-legacy-sidebar {
        display: none;
    }

    #mw-head {
        display: none;
    }

    .noprint {
        display: none !important;
    }

    .mw-content {
        display: none !important;
    }

    #mp-upper {
        width: 100%;
        display: none !important;
    }

    #mp-lower {
        display: none !important;
    }

    #mp-welcome {
        width: 100vw;
        position: absolute;
        left: -150px;
        line-height: 90px;
        top: 30vh;
    }
    
    .mw-content-ltr:has(#mp-welcome) {
        margin-inline: 0 !important;
    }
    
    #Welcome_to_Wikipedia:after {
        display: block;
        content: "This is a useless shit homepage, so there's no content here.";
        font-size: 25px;
    }
    #Welcome_to_Wikipedia:before {
        content: none;
    }
    
    .mp-box {
        width: 100vw;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
    }
    
    #mp-welcomecount {
    }
    
    #mp-left {
        width: 50%;
    }

    #mp-right {
        width: 50%;
    }
    .mp-contains-float {
        width: 80%;
        border: 2px solid white !important;
    }
}

Reviews

No reviews yet.