Skip to content

🍀 Custom Wallpaper by mnpldrk

Details

Authormnpldrk

LicenseNo License

Categorymonopoly-one

Created

Updated

Size3.8 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Установка своего фона на сайт Monopoly One, работает только с темной темой

Notes

Source code

/* ==UserStyle==
@name           🍀 Custom Wallpaper
@namespace      Custom wallpapper for m1.gg
@version        2.2
@description    stable
@author         vecnhovahue

@advanced dropdown pts "Степень размытия  / M1Pro" {
	3px "Слабая" <<<EOT 3px EOT;
    7px "Средняя" <<<EOT 7px EOT;
    15px "Сильная" <<<EOT 15px  EOT;}

@advanced text wall "Ссылка на изображение" "  "

@advanced dropdown ton "Затемнение фона (на игровом поле)" {
    0% "Нет" <<<EOT  1 EOT;
    20% "20%" <<<EOT  0.8 EOT; 
    40% "40%" <<<EOT  0.6 EOT;
	60% "60%" <<<EOT  0.4 EOT;
	80% "80%" <<<EOT  0.2 EOT;}

==/UserStyle== */
@-moz-document domain("monopoly-one.com")
{ body[theme=dark], html
    { background: url(/*[[wall]]*/) !important;
        background-color: #000;
        background-size: cover !important; }

    body[theme=dark] .block, .menu
    { background-color: #1a1e219e !important;
        backdrop-filter: blur(/*[[pts]]*/) !important; }
    body[theme=dark] .menu-item._selected {
    background-color: rgb(75 137 220 / 23%); }
    body[theme=dark] .menu-item:not(._selected):hover {
    background-color: #3435395c; }

    body[theme=dark] div.stepper .stepper-btn, body[theme=dark] div.triway[design-value="1"]:not(._hack), body[theme=dark] div.dropdown-list, body[theme=dark] .header .widther
    { background-color: #1a1e219e !important;
        backdrop-filter: blur(/*[[pts]]*/) !important; }

    body[theme=dark] div.header
    { backdrop-filter: blur(4px) !important; }

    body[theme=dark] .wrapper
    { background: #262c2f3b;
        backdrop-filter: blur(/*[[pts]]*/
        ) brightness(/*[[ton]]*/); }

    body[theme=dark] .VueGamesRoomsOne-body-members-one._slot_vs:after
    { content: '\f129';
        position: absolute;
        text-transform: uppercase;
        background: linear-gradient(45deg, #258491 33%, #148f80e3 66%, #20c871);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-top: -140px;
        margin-left: 45px;
        visibility: visible;
        font-size: 40px; }
    
    body[theme=dark] .profile-top-cover {
        backdrop-filter: blur(/*[[pts]]*/) brightness(/*[[ton]]*/);}
    
    div.profile-body-posts-list {
    border: 20px solid #1a1e2100 !important;
    background-color: #1a1e219e !important;
    backdrop-filter: blur(7px) !important; }

    body[theme=dark] .VueGamesRoomsOne-body-members-one._slot_vs
    { visibility: hidden; }

    body[theme=dark] div.table-body-players-card-body-credit.ion-card > span
    { min-width: 820px;
        max-width: 170px }

    body[theme=dark] div.header[mnpl-style="transparent-white"], div.header[mnpl-style="transparent-light"]
    { background-color: #fff0!important; }

    body[theme=dark] .table-body-stats .TableHelper-content, .table-body-stats .TablePool-content
    { background-color: #262c2f12;
        backdrop-filter: blur(/*[[pts]]*/);
        border-radius: 10px !important;
        padding-right: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 16px; }

    body[theme=dark] .profile-top-cover
    { height: 106.7Vh !important; }

    .profile-top-cover > ._img
    { border-bottom: 5px solid #16191a;}

    body[theme=dark] div.VueGamesRooms, .gamebox
    { background: none !important }

    body[theme=dark] div.header
    { background: none !important }

    body[theme=dark] div.title.title-noblock, .inv-header
    { background-color: #fff0 !important;
        margin-top: 10px !important }

    body[theme=dark] div.block.games-market
    { display: none }

    body[theme=dark] .VueGamesRoomsOne:not(._hack)
    { border-color: #0d0e1012 }

    /* иконки игроков на поле */
    ::-webkit-scrollbar
    { display: none !important } }

Reviews

No reviews yet.