MediaWiki:Test.css

Страница интерфейса MediaWiki

Замечание: Возможно, после публикации вам придётся очистить кэш своего браузера, чтобы увидеть изменения.

  • Firefox / Safari: Удерживая клавишу Shift, нажмите на панели инструментов Обновить либо нажмите Ctrl+F5 или Ctrl+R (⌘+R на Mac)
  • Google Chrome: Нажмите Ctrl+Shift+R (⌘+Shift+R на Mac)
  • Internet Explorer / Edge: Удерживая Ctrl, нажмите Обновить либо нажмите Ctrl+F5
  • Opera: Нажмите Ctrl+F5.
/* Основные стили для тёмной темы SS14 */
.alchemy-card.dark-theme {
    background-color: #1e1e1e;
    border: 1px solid #444;
    color: #e0e0e0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.5);
    border-radius: 5px;
    padding: 15px;
    margin: 15px 0;
    font-family: sans-serif;
}

.alchemy-card.dark-theme .alchemy-title {
    color: #f0f0f0;
    border-bottom: 1px solid #555;
    font-size: 1.8em;
    margin-bottom: 15px;
    padding-bottom: 8px;
}

.alchemy-card.dark-theme .section-header {
    background-color: #2a2a2a;
    color: #d0d0ff;
    cursor: pointer;
    font-weight: bold;
    padding: 8px;
    border-radius: 3px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.alchemy-card.dark-theme .section-header:hover {
    background-color: #333;
}

.alchemy-card.dark-theme .collapse-toggle {
    color: #4da6ff;
    font-weight: normal;
    font-size: 14px;
}

.alchemy-card.dark-theme .alchemy-divider {
    background: #444;
    border: 0;
    height: 1px;
    margin: 15px 0;
}

.alchemy-card.dark-theme .recipe-step label {
    color: #e0e0e0;
}

.alchemy-card.dark-theme .recipe-step input[type="checkbox"] {
    filter: invert(80%);
    margin-right: 8px;
}

.alchemy-card.dark-theme .section-content {
    padding: 10px 5px;
}

.alchemy-card.dark-theme .recipe-step {
    margin: 8px 0;
    display: flex;
    align-items: center;
    padding-left: 5px;
}

/* Общие стили */
.alchemy-section {
    margin-bottom: 15px;
}