MediaWiki:Dark.css: відмінності між версіями
Wiki (обговорення | внесок) Немає опису редагування |
Wiki (обговорення | внесок) Немає опису редагування |
||
| Рядок 247: | Рядок 247: | ||
color: #ffffff !important; | color: #ffffff !important; | ||
font-weight: bold; | font-weight: bold; | ||
} | |||
/* Основний контент */ | |||
body.accessibility-mode-dark .mw-body, | |||
body.accessibility-mode-dark .mw-parser-output { | |||
background-color: #ffffff !important; /* білий фон */ | |||
color: #000000 !important; /* чорний текст */ | |||
font-size: 18px !important; | |||
line-height: 1.8 !important; | |||
} | |||
/* Посилання у контенті */ | |||
body.accessibility-mode-dark .mw-parser-output a { | |||
color: #1a73e8 !important; | |||
font-weight: bold !important; | |||
} | |||
body.accessibility-mode-dark .mw-parser-output a:hover, | |||
body.accessibility-mode-dark .mw-parser-output a:focus { | |||
color: #ff6600 !important; | |||
outline: 3px solid #ff6600 !important; | |||
} | |||
/* Меню залишаємо темним */ | |||
body.accessibility-mode-dark #mw-panel, | |||
body.accessibility-mode-dark #p-personal, | |||
body.accessibility-mode-dark #p-navigation, | |||
body.accessibility-mode-dark #p-tb, | |||
body.accessibility-mode-dark #p-lang, | |||
body.accessibility-mode-dark #p-cactions { | |||
background-color: #1a1a1a !important; | |||
color: #e0e0e0 !important; | |||
} | |||
/* Активні вкладки */ | |||
body.accessibility-mode-dark #ca-nstab-main.mw-selected a, | |||
body.accessibility-mode-dark #ca-nstab-talk.mw-selected a, | |||
body.accessibility-mode-dark #ca-edit.mw-selected a, | |||
body.accessibility-mode-dark #ca-viewsource.mw-selected a, | |||
body.accessibility-mode-dark #ca-history.mw-selected a { | |||
background-color: #0000ff !important; | |||
color: #ffffff !important; | |||
font-weight: bold !important; | |||
} | } | ||