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

Версия от 11:57, 27 июля 2025; Als (обсуждение | вклад) (Новая страница: «.modern-frame { overflow: hidden; display: flex; flex-direction: column; background-color: var(--tmp-10); box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); border-radius: 5px; } .modern-frame hr { margin: 0.5rem 0; background-color: var(--tmp-25); } .modern-frame-header { display: flex; align-items: center; justify-content: space-between; min-height: 1.75rem; gap: 0.5rem; padding: 2px 0.5rem 0; background...»)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)
.modern-frame {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background-color: var(--tmp-10);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.modern-frame hr {
    margin: 0.5rem 0;
    background-color: var(--tmp-25);
}

.modern-frame-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 1.75rem;
    gap: 0.5rem;
    padding: 2px 0.5rem 0;
    background-color: var(--tmp-75);
    color: var(--color-white);
    border-bottom: 2px solid #ccc;
}

.modern-frame-header-icon {
    line-height: 1em;
}

.modern-frame-header-text {
    flex: 1;
    font-weight: bold;
    text-align: center;
    line-height: 1.1rem;
    padding: 0.25em 0;
}

.modern-frame-content {
    padding: 0.5rem;
    border: 1px solid var(--tmp-25);
    border-top: unset;
    border-radius: 0 0 5px 5px;
}