Aternos MineRent Style

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

Aby zainstalować ten skrypt, wymagana jest instalacje jednego z następujących rozszerzeń: Tampermonkey, Greasemonkey lub Violentmonkey.

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

Aby zainstalować ten skrypt, wymagana jest instalacje jednego z następujących rozszerzeń: Tampermonkey, Violentmonkey.

Aby zainstalować ten skrypt, wymagana będzie instalacja rozszerzenia Tampermonkey lub Userscripts.

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

Aby zainstalować ten skrypt, musisz zainstalować rozszerzenie menedżera skryptów użytkownika.

(Mam już menedżera skryptów użytkownika, pozwól mi to zainstalować!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

Będziesz musiał zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

Będziesz musiał zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

Musisz zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

(Mam już menedżera stylów użytkownika, pozwól mi to zainstalować!)

/* ==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;
    }
}