Skip to content

mineplay.pl by xiggi

Details

Authorxiggi

LicenseNo License

Categorymineplay

Created

Updated

Size1.1 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

coś ukrywa, coś poprawia
znacznie prostszy wygląd, bez zbędnych rzeczy

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         mineplay.pl
@version      20240802.06.28
@namespace    ?
==/UserStyle== */

@-moz-document domain("mineplay.pl") {
:root {
    --text: #ccc;
    --background: #000;
    --primary: #f8bd0d;
    --secondary: #eae9e6;
    --accent: #797e8b;
    --bg-light: rgba(0, 0, 0, 0.03);
    --bg-light2: #F5F6F4;
    --bg-footer: rgba(0, 0, 0, 0.05);
    --static1: #F0F0EF;
    --gradient1: linear-gradient(212deg, rgba(248,189,13,1) 20%, rgba(248,230,13,1) 88%);
}

footer, .hero, .discord, .rankings, .nav .navbar {
    display: none;
}

.shop-row input {
    width: 100%;
    background-color: #171717;
    color: #ccc;
    border: 1px solid transparent;
}

.shop-row input.error {
    background-color: var(--background);
    border: 1px solid rgba(255,0,0,.8);
    color: rgba(255,0,0,.8);
}

.btn-primary {
    background-color: #171717;
    color: #ccc;
}

.btn-primary:hover {
    background-color: var(--primary);
    color: var(--background);
}

[data-tooltip]::before {
    background-color:#171717;
    color: var(--text);
}

[data-tooltip]::after {
    border-color: #171717 transparent transparent transparent;
}
}

Reviews

No reviews yet.