Шаблон:ModernFrame/styles.css

Версия от 12:51, 1 апреля 2025; Pok (обсуждение | вклад) (Новая страница: «.modern-frame { display: flex; flex-direction: column; } .modern-frame__title { position: relative; display: flex; align-items: center; min-height: 32px; padding: 2px 8px; color: #e5e5e5; font-size: 15px; font-family: "Noto Sans", sans-serif; border-radius: 0.3em 0.3em 0 0; border: 2px solid rgba(var(--theme-color--rgb), var(--alpha-xs)); border-bottom: 3px solid var(--color-darkened-border); } .modern-fr...»)

.modern-frame {
    display: flex;
    flex-direction: column;
}

.modern-frame__title {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 32px;
    padding: 2px 8px;
    color: #e5e5e5;
    font-size: 15px;
    font-family: "Noto Sans", sans-serif;
    border-radius: 0.3em 0.3em 0 0;
    border: 2px solid rgba(var(--theme-color--rgb), var(--alpha-xs));
    border-bottom: 3px solid var(--color-darkened-border);
}

.modern-frame__content {
    border-radius: 0 0 0.3em 0.3em;
    box-shadow: inset 0px 0px 6px 0px rgba(0, 0, 0, 0.4);
    border: 2px solid rgba(var(--theme-color--rgb), var(--alpha-xs));
    background: rgba(var(--theme-color-darkened--rgb), var(--alpha));
}