Aternos MineRent Style

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

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey, το Greasemonkey ή το Violentmonkey για να εγκαταστήσετε αυτόν τον κώδικα.

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

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey ή το Violentmonkey για να εγκαταστήσετε αυτόν τον κώδικα.

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey ή το Userscripts για να εγκαταστήσετε αυτόν τον κώδικα.

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

Θα χρειαστεί να εγκαταστήσετε μια επέκταση διαχείρισης κώδικα χρήστη για να εγκαταστήσετε αυτόν τον κώδικα.

(Έχω ήδη έναν διαχειριστή κώδικα χρήστη, επιτρέψτε μου να τον εγκαταστήσω!)

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.

(Έχω ήδη έναν διαχειριστή στυλ χρήστη, επιτρέψτε μου να τον εγκαταστήσω!)

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