Модуль:Shortcut/styles.css

Материал из SS220 SS14 WIKI
Версия от 10:39, 6 марта 2024; Vinogradgarden (обсуждение | вклад) (Новая страница: «.module-shortcutboxplain { float: right; margin: 0.8rem 0 0.8rem 1rem; padding: 10px; color: #72777d; background: hsl(205,25%,15%); border-radius: 8px; text-align: center; } .module-shortcutlist { margin-bottom: 0.2rem; font-weight: bold; font-size: 0.825rem; } .module-shortcutboxplain ul { margin: 0!important; padding: 0!important; list-style: none; } .module-shortcutboxplain li { font-size: 0.875re...»)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)
.module-shortcutboxplain {
    float: right;
    margin: 0.8rem 0 0.8rem 1rem;
    padding: 10px;
    color: #72777d;
    background: hsl(205,25%,15%);
    border-radius: 8px;
    text-align: center;
}

.module-shortcutlist {
    margin-bottom: 0.2rem;
    font-weight: bold;
    font-size: 0.825rem;
}

.module-shortcutboxplain ul {
    margin: 0!important;
    padding: 0!important;
    list-style: none;
}

.module-shortcutboxplain li {
    font-size: 0.875rem;
}