Aternos MineRent Style

Профессиональный темный дизайн для Aternos в стиле MineRent с оранжевыми акцентами.

Dovrai installare un'estensione come Tampermonkey, Greasemonkey o Violentmonkey per installare questo script.

You will need to install an extension such as Tampermonkey to install this script.

Dovrai installare un'estensione come Tampermonkey o Violentmonkey per installare questo script.

Dovrai installare un'estensione come Tampermonkey o Userscripts per installare questo script.

Dovrai installare un'estensione come ad esempio Tampermonkey per installare questo script.

Dovrai installare un gestore di script utente per installare questo script.

(Ho già un gestore di script utente, lasciamelo installare!)

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

(Ho già un gestore di stile utente, lasciamelo installare!)

/* ==UserStyle==
@name           Aternos MineRent Style
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Профессиональный темный дизайн для Aternos в стиле MineRent с оранжевыми акцентами.
@author         Твое Имя
@license        CC-BY-4.0
==/UserStyle== */

@-moz-document domain("aternos.org") {
    /* Основной фон и цвета */
    body {
        background-color: #0d1117 !important;
        color: #e6edf3 !important;
    }

    /* Навигация */
    .navigation, .header {
        background-color: #161b22 !important;
        border-right: 1px solid #30363d !important;
        border-bottom: 1px solid #30363d !important;
    }

    /* Карточки и блоки */
    .server-body, .box, .main-content {
        background: #161b22 !important;
        border: 1px solid #30363d !important;
        border-radius: 16px !important;
    }

    /* Оранжевые акценты (кнопки) */
    .btn-primary, .btn-success {
        background-color: #ff8c69 !important;
        color: #0d1117 !important;
        font-weight: 800 !important;
        border-radius: 10px !important;
        border: none !important;
    }

    /* Блок галереи (пунктир) */
    .server-icon, .icon-wrapper {
        border: 2px dashed #484f58 !important;
        background: rgba(255, 140, 105, 0.05) !important;
        border-radius: 20px !important;
    }

    /* Скрытие рекламы */
    .ad-container, .internal-ad, .main-ad {
        display: none !important;
    }
}