Skip to content

GamesIsArt.ru dark theme by anmiles

Screenshot of GamesIsArt.ru dark theme

Details

Authoranmiles

LicenseNo License

Categorygamesisart.ru

Created

Updated

Size1.2 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Тёмная тема для GamesIsArt.ru, позволяет открыть прохождение на втором экране в тёмной теме с увеличенным шрифтом, чтобы не отсвечивать по время игры и обеспечить комфортное чтение

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           GamesIsArt.ru dark theme
@namespace      gamesisart.ru
@version        1.0.0
@author         anmiles
==/UserStyle== */

@-moz-document domain("gamesisart.ru") {
    html {
        width: calc(100vw + 20px);
        overflow: hidden;
    }

    body {
        height: 100vh;
        overflow-y: scroll;
    }

    .BodyMainTop {
        background: #000000;
        color: #555555;
        font-family: Arial;
    }

    #contentShifter,
    .head_table_td,
    .Right_Table,
    .Footer {
        display: none;
    }

    #content_table {
        width: 100%; 
        background: #090909;
    }

    .main_table_td {
        display: block;
        background: #090909;    
        border: 1px solid #414141;
        width: 1200px;
        max-width: 1200px;
        margin: 0 auto;
    }

    .TextTop,
    .TextTopOn {
        background: #1e1e1e;
        border-width: 1px;
    }

    a:link {
        color: #528098;
    }

    a:visited {
        color: #4f5b6f;
    }

    p {
        font-size: 22px;
        line-height: 1.5;
    }

    [data-cnt] {
        display: none;
    }
}

Reviews

No reviews yet.