MediaWiki:Dark.css: відмінності між версіями
Wiki (обговорення | внесок) Немає опису редагування |
Wiki (обговорення | внесок) Немає опису редагування |
||
| Рядок 207: | Рядок 207: | ||
/* ========================= | /* ========================= | ||
УНІВЕРСАЛЬНИЙ РЕЖИМ ДОСТУПНОСТІ | УНІВЕРСАЛЬНИЙ РЕЖИМ ДОСТУПНОСТІ ДЛЯ ТЕМНОЇ ТЕМИ | ||
========================= */ | ========================= */ | ||
body.accessibility-mode { | body.accessibility-mode { | ||
/* Поліпшена читабельність | /* Поліпшена читабельність */ | ||
line-height: 1.8 !important; | line-height: 1.8 !important; | ||
letter-spacing: 0.5px !important; | letter-spacing: 0.5px !important; | ||
| Рядок 216: | Рядок 216: | ||
} | } | ||
/* | /* ВИСОКОКОНТРАСТНИЙ РЕЖИМ ДЛЯ ТЕМНОЇ ТЕМИ */ | ||
body.accessibility-mode .mw-body, | body.accessibility-mode .mw-body, | ||
body.accessibility-mode .mw-parser-output { | body.accessibility-mode .mw-parser-output { | ||
background-color: #000000 !important; | background-color: #000000 !important; | ||
color: #ffffff !important; | color: #ffffff !important; | ||
border | border: 3px solid #ffff00 !important; | ||
} | } | ||
/* | /* НАВІГАЦІЯ */ | ||
body.accessibility-mode #mw-head, | body.accessibility-mode #mw-head, | ||
body.accessibility-mode #p-personal, | body.accessibility-mode #p-personal, | ||
| Рядок 238: | Рядок 230: | ||
body.accessibility-mode #p-tb, | body.accessibility-mode #p-tb, | ||
body.accessibility-mode #p-lang { | body.accessibility-mode #p-lang { | ||
background-color: # | background-color: #222222 !important; | ||
border: 2px solid | border: 2px solid #ffff00 !important; | ||
color: #ffffff !important; | color: #ffffff !important; | ||
} | } | ||
/* | /* ПОСИЛАННЯ */ | ||
body.accessibility-mode a { | body.accessibility-mode a { | ||
color: # | color: #ff6b6b !important; | ||
font-weight: bold !important; | font-weight: bold !important; | ||
text-decoration: underline !important; | text-decoration: underline !important; | ||
padding: 2px 4px !important; | padding: 2px 4px !important; | ||
} | } | ||
body.accessibility-mode a:hover, | body.accessibility-mode a:hover, | ||
body.accessibility-mode a:focus { | body.accessibility-mode a:focus { | ||
color: # | color: #000000 !important; | ||
background-color: # | background-color: #ff6b6b !important; | ||
text-decoration: none !important; | text-decoration: none !important; | ||
} | } | ||
/* | /* КНОПКИ */ | ||
body.accessibility-mode button, | body.accessibility-mode button, | ||
body.accessibility-mode input[type="submit"], | body.accessibility-mode input[type="submit"], | ||
| Рядок 276: | Рядок 256: | ||
font-size: 16px !important; | font-size: 16px !important; | ||
padding: 14px 20px !important; | padding: 14px 20px !important; | ||
border: 3px solid # | border: 3px solid #ffffff !important; | ||
border-radius: 8px !important; | border-radius: 8px !important; | ||
min-height: 50px !important; | min-height: 50px !important; | ||
background-color: #4d4dff !important; | |||
color: #ffffff !important; | |||
font-weight: bold !important; | font-weight: bold !important; | ||
} | } | ||
| Рядок 288: | Рядок 267: | ||
body.accessibility-mode input[type="submit"]:hover, | body.accessibility-mode input[type="submit"]:hover, | ||
body.accessibility-mode input[type="button"]:hover { | body.accessibility-mode input[type="button"]:hover { | ||
background-color: # | background-color: #ff6b6b !important; | ||
border-color: # | border-color: #ff6b6b !important; | ||
} | } | ||
| Рядок 296: | Рядок 274: | ||
body.accessibility-mode input[type="text"], | body.accessibility-mode input[type="text"], | ||
body.accessibility-mode input[type="search"], | body.accessibility-mode input[type="search"], | ||
body.accessibility-mode textarea, | body.accessibility-mode textarea, | ||
body.accessibility-mode select { | body.accessibility-mode select { | ||
font-size: 16px !important; | font-size: 16px !important; | ||
padding: 12px !important; | padding: 12px !important; | ||
border: 3px solid # | border: 3px solid #ffffff !important; | ||
border-radius: 6px !important; | border-radius: 6px !important; | ||
min-height: 44px !important; | min-height: 44px !important; | ||
background-color: # | background-color: #000000 !important; | ||
color: # | color: #ffffff !important; | ||
} | } | ||
/* | /* ФОКУСИ */ | ||
body.accessibility-mode *:focus { | body.accessibility-mode *:focus { | ||
outline: 4px solid # | outline: 4px solid #ffff00 !important; | ||
outline-offset: 3px !important; | outline-offset: 3px !important; | ||
} | } | ||
| Рядок 319: | Рядок 295: | ||
body.accessibility-mode #ca-nstab-main.mw-selected a, | body.accessibility-mode #ca-nstab-main.mw-selected a, | ||
body.accessibility-mode #ca-nstab-talk.mw-selected a { | body.accessibility-mode #ca-nstab-talk.mw-selected a { | ||
background-color: # | background-color: #ffff00 !important; | ||
color: # | color: #000000 !important; | ||
font-weight: bold !important; | font-weight: bold !important; | ||
border: 3px solid #ff6b6b !important; | |||
border: 3px solid # | |||
} | } | ||
/* ТАБЛИЦІ */ | /* ТАБЛИЦІ */ | ||
body.accessibility-mode table { | body.accessibility-mode table { | ||
border: 3px solid # | border: 3px solid #ffffff !important; | ||
} | } | ||
body.accessibility-mode th { | body.accessibility-mode th { | ||
background-color: # | background-color: #4d4dff !important; | ||
color: #ffffff !important; | color: #ffffff !important; | ||
font-weight: bold !important; | font-weight: bold !important; | ||
padding: 12px !important; | padding: 12px !important; | ||
} | } | ||
body.accessibility-mode td { | body.accessibility-mode td { | ||
background-color: # | background-color: #222222 !important; | ||
color: # | color: #ffffff !important; | ||
padding: 10px !important; | padding: 10px !important; | ||
border: 2px solid # | border: 2px solid #444444 !important; | ||
} | } | ||
| Рядок 372: | Рядок 323: | ||
body.accessibility-mode h1, | body.accessibility-mode h1, | ||
body.accessibility-mode h2, | body.accessibility-mode h2, | ||
body.accessibility-mode h3 | body.accessibility-mode h3 { | ||
color: #ff6b6b !important; | |||
border-left: 5px solid #4d4dff !important; | |||
color: # | |||
border-left: 5px solid # | |||
padding-left: 15px !important; | padding-left: 15px !important; | ||
} | } | ||