MediaWiki:Timeless.css: Difference between revisions
Jump to navigation
Jump to search
(Created page with "→All CSS here will be loaded for users of the Timeless skin: →---- Timeless Dark Theme ----: html, body { background: #0e0e0f !important; color: #d5d5d5 !important; } →Основной контент: #mw-content-container, #content, #mw-content-text { background: #151515 !important; color: #ddd !important; } →Шапка: #header, #header-container { background: #101010 !important; border-bottom: 1px solid #333 !important; } /*...") |
(No difference)
|
Revision as of 14:00, 8 December 2025
/* All CSS here will be loaded for users of the Timeless skin */
/* ---- Timeless Dark Theme ---- */
html, body {
background: #0e0e0f !important;
color: #d5d5d5 !important;
}
/* Основной контент */
#mw-content-container,
#content,
#mw-content-text {
background: #151515 !important;
color: #ddd !important;
}
/* Шапка */
#header, #header-container {
background: #101010 !important;
border-bottom: 1px solid #333 !important;
}
/* Боковая панель */
#sidebar {
background: #141414 !important;
border-right: 1px solid #2b2b2b !important;
}
/* Меню вверху */
#p-personal,
#mw-panel,
#p-navigation,
#mw-portlets {
background: #161616 !important;
}
/* Навигация */
#mw-panel a,
#p-navigation a,
#sidebar a {
color: #9bbcff !important;
}
#mw-panel a:hover,
#p-navigation a:hover,
#sidebar a:hover {
color: #cce0ff !important;
}
/* Ссылки */
a {
color: #8cb7ff !important;
}
a:visited {
color: #9b8cff !important;
}
a:hover {
color: #bcd4ff !important;
}
/* Заголовки */
h1, h2, h3, h4, h5 {
color: #eee !important;
}
/* Таблицы */
table {
background: #181818;
border-color: #333;
}
th, td {
border-color: #333 !important;
}
/* Код */
pre, code {
background: #1d1d1d !important;
border: 1px solid #333 !important;
color: #e6e6e6 !important;
}
/* Категории и футер */
#mw-footer-container {
background: #101010 !important;
color: #aaa !important;
}
/* Формы */
input, textarea, select {
background: #1a1a1a !important;
color: #ddd !important;
border: 1px solid #333 !important;
}
input:focus, textarea:focus {
border-color: #5588ff !important;
}
/* Кнопки */
button,
input[type="submit"],
input[type="button"] {
background: #222 !important;
color: #eee !important;
border: 1px solid #444 !important;
}
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
background: #2a2a2a !important;
border-color: #5588ff !important;
}
/* Поп-ап/всплывашки */
.mw-ui-widget-output {
background: #111 !important;
}