Skip to content

StarCraft2Coop.com Increase Legibility by alkarnur

Details

Authoralkarnur

LicenseNo License

CategoryStarCraft 2 Coop

Created

Updated

Size1.4 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Increase legibility by redesigning the Weekly Mutation page and Hiding advert banners nagging you to get premium subscription / account.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         StarCraft2Coop.com Increase Legibility
@version      20220603.14.33
@namespace    userstyles.world/user/alkarnur
@description  Increase legibility by redesigning the Weekly Mutation page and Hiding advert banners nagging you to get premium subscription / account. 
@author       alkarnur
@license      No License
==/UserStyle== */

@-moz-document domain("starcraft2coop.com") {

    .banner img {
        display: none;
    }
    h2 {
        margin-top: 100px;
        font-size: 50px;
    }
    /* Map name in Current Mutation section on Weekly Mutation Page  */
    #title {
        font-family: 'Open Sans', sans-serif;
        font-size: 20px;
    }
    
    body {
        background-image: linear-gradient(rgb(230, 230, 230), rgb(255, 255, 255));
        background-attachment: fixed;
    }
    #content {
        color: black;
        font-family: 'Open Sans', sans-serif;
    }
    #upcoming + h2,
    #currentMut + h2 {
        color: purple;
    }
    .semicasted {
        color: yellow;
        background-color: black;
    }
    #content a {
        color: grey;
        line-height: 1;
    }
    #content a:visited {
        color: purple;
    }
    #links {
        font-size: 1em;
    }
    #menu a {
        color: black;
    }
    #current {
        /*border: 3px solid black; */
        border: none;
        background: #cccccc;
    }

}

Reviews

No reviews yet.