MediaWiki:Dark.css: відмінності між версіями
Wiki (обговорення | внесок) Немає опису редагування |
Wiki (обговорення | внесок) Немає опису редагування |
||
| Рядок 8: | Рядок 8: | ||
html, body, .mw-body { | html, body, .mw-body { | ||
background-color: #121212; | background-color: #121212; | ||
color: # | color: #ffffff; /* основний текст білий */ | ||
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; | font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; | ||
min-height: 100%; | min-height: 100%; | ||
| Рядок 15: | Рядок 15: | ||
#mw-head { | #mw-head { | ||
background-color: #1a1a1a; | background-color: #1a1a1a; | ||
color: # | color: #ffffff; | ||
} | } | ||
| Рядок 27: | Рядок 27: | ||
#p-personal, #p-navigation, #p-tb, #p-lang, #p-cactions { | #p-personal, #p-navigation, #p-tb, #p-lang, #p-cactions { | ||
background-color: #1a1a1a; | background-color: #1a1a1a; | ||
color: # | color: #ffffff; | ||
} | } | ||
#p-personal a, #p-navigation a, #p-tb a, #p-lang a, #p-cactions a { | #p-personal a, #p-navigation a, #p-tb a, #p-lang a, #p-cactions a { | ||
color: # | color: #ffffff; | ||
} | } | ||
| Рядок 40: | Рядок 40: | ||
/* ========================= | /* ========================= | ||
Вкладки сторінки | Вкладки сторінки (включно з Обговорення) | ||
========================= */ | ========================= */ | ||
#ca-nstab-main, #ca-nstab-talk, #ca-view, #ca-edit, #ca-viewsource, #ca-history { | #ca-nstab-main, #ca-nstab-talk, #ca-view, #ca-edit, #ca-viewsource, #ca-history { | ||
| Рядок 48: | Рядок 48: | ||
} | } | ||
#ca-nstab-main a, #ca-nstab-talk a, #ca-view a, #ca-edit a, #ca-viewsource a, #ca-history a { | #ca-nstab-main a, | ||
color: # | #ca-nstab-talk a, /* Обговорення */ | ||
#ca-view a, | |||
#ca-edit a, | |||
#ca-viewsource a, | |||
#ca-history a { | |||
color: #ffffff !important; | |||
text-decoration: none; | text-decoration: none; | ||
padding: 4px 10px; | padding: 4px 10px; | ||
| Рядок 103: | Рядок 108: | ||
.mw-vectorTabs a:active { | .mw-vectorTabs a:active { | ||
background-color: #1c1c1c !important; | background-color: #1c1c1c !important; | ||
color: # | color: #ffffff !important; | ||
box-shadow: none !important; | box-shadow: none !important; | ||
outline: none !important; | outline: none !important; | ||
| Рядок 117: | Рядок 122: | ||
} | } | ||
p, li, span { | p, li, span, a { | ||
color: # | color: #ffffff; /* всі посилання та текст білий */ | ||
text-decoration: none; | |||
} | |||
p a:hover, li a:hover, span a:hover { | |||
color: #ffcc00; | |||
text-decoration: underline; | |||
} | } | ||
| Рядок 125: | Рядок 136: | ||
border: 1px solid #555; | border: 1px solid #555; | ||
background-color: #1c1c1c; | background-color: #1c1c1c; | ||
color: # | color: #ffffff; | ||
} | } | ||
| Рядок 145: | Рядок 156: | ||
background-color: #333 !important; | background-color: #333 !important; | ||
border: 1px solid #555 !important; | border: 1px solid #555 !important; | ||
color: # | color: #ffffff !important; | ||
padding: 6px 12px; | padding: 6px 12px; | ||
border-radius: 4px; | border-radius: 4px; | ||
| Рядок 153: | Рядок 164: | ||
} | } | ||
button:hover, button:focus, button:active, | button:hover, button:focus, button:active, | ||
input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active, | input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active, | ||