Skip to content

🍀 Clover by mnpldrk

Screenshot of 🍀 Clover

Details

Authormnpldrk

LicenseNo License

Categorymonopoly-one

Created

Updated

Size16 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Альтернативный стиль оформления для сайта Monopoly One
Для работы необходимы плагины Stylus и M1Pro

Notes

Source code

Source code has over 10K characters, so we truncated it. You can inspect the full source code on install link.
/* ==UserStyle==
@name           🍀 Clover
@namespace      Alternative style for m1.gg
@version        3.3
@description    stable
@author         vechnovahue

==/UserStyle== */
@-moz-document domain("monopoly-one.com")
{ .header .header-logo
    { visibility: hidden; }

    .header .header-logo:after
    { filter: contrast(0.8);
        display: block !important;
        visibility: visible;
        content: '🍀' !important;
        margin-left: -18%;
        font-size: 40px; }
    
    div.IMHistory-head-actions {
        display:none }

    body[theme=dark]
    { --color-bg: #2F353A !important;
        --color-block-bg: #2b3034; }

    ::-webkit-scrollbar, .games-market
    { display: none !important }

    .header .widther
    { background: var(--color-block-bg) }

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

    .VueGamesRooms-list
    { display: flex;
        margin: 20px 0;
        flex-direction: column-reverse; }

    .alert > :last-child
    { width: 90%; }

    div.games-market-list-one._horizontal._m1pro > div._container
    { display: none; }

    .profile-top-cover
    { left: -4.9%;
        width: 104.9%; }

    .profile-top
    { margin-top: -0%; }

    .profile-body-inventory-list
    { max-height: 268px;
        max-width: -webkit-fill-available;
        justify-content: flex-start;
        flex-wrap: wrap !important;
        display: flex;
        white-space: normal; }

    div.profile-body-posts
    { margin-top: 28%; }

    .friends-list-one-info-nick .ion-female, .friends-list-one-info-nick .ion-male
    { display: none; }

    div.block.profile-body-inventory
    { display: block;
        position: fixed;
        max-width: 950px !important;
        margin-left: 7.6% !important;
        max-height: 70% !important; }

    .profile-body-posts-list-one-bottom > div > a._like._like_liked, .profile-body-posts-list-one-bottom > div > div._like._like_liked
    { background: #da3b50;
        color: #fff; }

    .profile-body-posts-list-one-bottom > div > a, .profile-body-posts-list-one-bottom > div > div
    { border: none !important;
        background: #262f32;
        color: #fff; }

    .profile-body-posts-list-one-bottom > div > a:hover, .profile-body-posts-list-one-bottom > div > div:hover
    { border: none !important;
        background: #1a576b;
        color: #fff; }

    div.profile-body-posts-list
    { background: #2b3034;
        border: 20px solid #2b3034;
        width: 101.2%;
        margin-left: -2%;
        border-radius: 8px; }

    div.profile-body-posts-list-one.block
    { background: #2f353a; }

    .profile-body-inventory-list .Item
    { margin-left: 10px;
        margin-bottom: 13px;
        margin-bottom: 40px; }

    .profile-top-info, .profile-top-stat
    { margin-top: 10px !important;
        width: 1200px !important; }

    .profile-top-stat-actions-button, .profile-top-info-main-mods ._vip, .GamesNewroom-modes-one._selected, .GamesNewroomMaxplayers > div > div._selected
    { color: #000 !important; }

    .profile-top-stat-badge
    { position: fixed;
        margin-top: 49% !important;
        margin-right: -16% !important; }

    .profile-top-stat-actions-dropdown._opened .profile-top-stat-actions-dropdown-list
    { background-color: #292929d1;
        color: #fff;
        display: block;
        backdrop-filter: blur(20px) }

    div.m1tvLive-streams > div.widther
    { margin-left: 80px !important; }

    .m1tvLive-streams
    { margin-left: -100px !important; }

    .block
    { border: none !important;
        border-radius: 10px; }

    .marketBanner, .wallet-top
    { margin-top: -25px;
        margin-left: -7%; }

    [theme=dark] div.inv-header
    { margin-left: -110px;
        border: 10px solid #27272b;
        border-right: 90px solid #27272b;
        padding-left: 120px;
        background-color: #27272b !important;
        margin-top: -15px !important;
        margin-right: -30px; }

    .Inventory2-items
    { border: 20px solid #27272b;
        border-radius: 10px;
        background: #27272b;
        margin-top: 30px;
        margin-bottom: 20px; }

    div.marketBanner > div.widther, .wallet-top > .widther
    { margin-left: 8%; }

    .VueGamesRoomsOne-body-members-one._slot_vs:after
    { content: '\f129';
        position: absolute;
        text-transform: uppercase;
        background: linear-gradient(217deg, #53b7ac, #aab2bd);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-top: -140px;
        margin-left: 45px;
        visibility: visible;
        font-size: 40px; }

    .VueGamesRoomsOne-body-members-one-stats div.rank ._pts
    { display: none }

    .VueGamesRoomsOne-body-members-one-stats div.rank ._img
    { position: absolute;
        margin-left: 39px }

    .VueGamesRoomsOne-body-members-one._slot_vs
    { visibility: hidden;
        margin-left: -1%;
        margin-right: 3%; }

    .VueGamesRoomsOne-body-members-one-stats span.gender, .VueGame-players-one span.gender
    { display: none; }

    .table-body-board-fields-one-label
    { color: var(--color-bg) !important }

    .table-body-board-chat-message-users ._arrow
    { background: none !important }

    .table-body-board-chat-message-users ._arrow:after
    { content: "\f215";
        font-size: 16px;
        padding-top: 1px;
        margin-left: 5px; }
    
    div.table-body-players-card-body-stats {
    margin-top: 35%;}
    
    .table-body-players-card-body-timer._additional div, .table-body-players-card-body-timer._alert div {background :#303030c4}

    .table-body-board-chat-message-users ._message, .TableFieldcard-top, .table-body-board-chatbottom > div._channel
    { color: #161616; }

    .table-body-board-chat-message-users ._message._to
    { margin-right: 0px;
        margin-left: 5px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        padding-left: 6px;
        transform: none; }

    .table-body-board-chat-message-users ._message._from
    { margin-left: 2px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        padding-right: 6px;
        margin-right: 8px; }

    .nc
    { display: none; }

    .table-gameover-exit
    { left: 120px; }

    div.header .widther
    { border-radius: 10px;
        top: 12px;
        margin-left: 8px !important;
        height: 97% !important; }

    div.block.header
    { background: none !important }

    *
    { font-family: 'Ionicons', 'Rubik'; }

    @font-face
    { font-family: 'Rubik';
        font-style: normal;
        font-weight: 400;
        src: local('Rubik'), local('Rubik-Regular'), url(https://fonts.gstatic.com/s/rubik/v2/VKKpdi1QvieDs1ewFsxdAg.woff2) format('woff2');
        unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116 }

    @font-face
    { font-family: 'Rubik';
        font-style: normal;
        font-weight: 400;
        src: local('Rubik'), local('Rubik-Regular'), url(https://fonts.gstatic.com/s/rubik/v2/_mlO9_1N7oXYhEnEzC2l-g.woff2) format('woff2');
        unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000 }

    /* big profile pic on game board*/
    .table-body-players-card-body-info
    { display: none }

    .table-body-players-card-body-avatar > div > div
    { filter: brightness(0.5);
        border-radius: 0px;
        width: 172px;
        height: 129px;
        background-position: center;
        background-size: cover; }

    .table-body-board
    { margin-right: 35px; }

    .table-body-players
    { width: 180px;
        height: 695px;
        margin: 23px 0;
        margin-right: 23px; }

    div.pool-item.pool-multi > .ion-social-usd:before
    { content: "\f371"; }

    .table-body-players-card[mnpl-order="0"] .table-body-players-card-body-avatar > div, .table-body-players-card[mnpl-order="1"] .table-body-players-card-body-avatar > div, .table-body-players-card[mnpl-order="2"] .table-body-players-card-body-avatar > div, .table-body-players-card[mnpl-order="3"] .table-body-players-card-body-avatar > div, .table-body-players-card[mnpl-order="4"] .table-body-players-card-body-avatar > div
    { background: none;
        border: none }

    div.table-body-players-card-body-avatar
    { position: inherit;
        top: -32px;
        left: -34px;
        height: 35px;
        margin-top: 0 !important; }

    body[mnpl-newcolors] .table-body-players-card-body-avatar > div > div
    { border: none }

    body[mnpl-newcolors] .table-body-players-card[mnpl-order="0"] .table-body-players-card-body-avatar > div, body[mnpl-newcolors] .table-body-players-card[mnpl-order="1"] .table-body-players-card-body-avatar > div, body[mnpl-newcolors] .table-body-players-card[mnpl-order="2"] .table-body-players-card-body-avatar > div, body[mnpl-newcolors] .table-body-players-card[mnpl-order="3"] .table-body-players-card-body-avatar > div, body[mnpl-newcolors] .table-body-players-card[mnpl-order="4"] .table-body-players-card-body-avatar > div
    { background: none; }

    .table-body-stats .TablePool-content .pool-title > div
    { display: none }

    .table-body-stats .TablePool-content .pool-title
    { margin-top: 10px; }

    .table-body-stats .TablePool-content .pool-items
    { margin-left: -6px; }

    .table-body-stats .TablePool-content .pool-items .pool-sub
    { font-size: 11px; }

    .table-body-stats
    { margin-top: 80px;
        margin-bottom: 58px;
        display: grid;
        align-content: space-evenly; }

    div.table-body-players-card-body-assets-worth.m1pro-field-assets, div.table-body-players-card-body-share-worth.m1pro-assets, div.table-body-players-card-body-credit.ion-card
    { position: relative;
        margin-right: 170px !important;
        font-size: 15px }

    .table
    { margin-left: 110px; }
    
    .table-gameover-xp {
    left: 30%;
    width: 600px; }
...

Reviews

No reviews yet.