Aternos MineRent Style

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

Du musst eine Erweiterung wie Tampermonkey, Greasemonkey oder Violentmonkey installieren, um dieses Skript zu installieren.

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

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

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

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

Sie müssten eine Skript Manager Erweiterung installieren damit sie dieses Skript installieren können

(Ich habe schon ein Skript Manager, Lass mich es installieren!)

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.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

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