MediaWiki:Vector.css: различия между версиями
Popov (обсуждение | вклад) Нет описания правки |
Popov (обсуждение | вклад) Нет описания правки |
||
| (не показано 16 промежуточных версий этого же участника) | |||
| Строка 9: | Строка 9: | ||
#p-tb, | #p-tb, | ||
#p-search, | #p-search, | ||
.vector-page-toolbar-container, | |||
#p-personal, | #p-personal, | ||
#footer ul li, | #footer ul li, | ||
.vector-pinnable-header, | .vector-pinnable-header, | ||
#mw-panel-toc-list, | #mw-panel-toc-list, | ||
.vector-main-menu-action { | .vector-main-menu-action, | ||
.vector-header-container a { | |||
font-family: "EFNRobin"; | font-family: "EFNRobin"; | ||
} | |||
.vector-page-toolbar-container a { | |||
color: #59371d !important; | |||
} | |||
.vector-page-toolbar-container a:hover { | |||
color: #FFCA51 !important; | |||
} | |||
.vector-page-toolbar-container .vector-dropdown-content a, | |||
.vector-page-toolbar-container .vector-dropdown-content a:hover, | |||
.vector-page-titlebar-toc a, | |||
.vector-page-titlebar-toc a:hover{ | |||
color: #FFCA51 !important; | |||
} | } | ||
| Строка 37: | Строка 52: | ||
visibility: collapse; | visibility: collapse; | ||
} | } | ||
.vector-header span.vector-icon, | |||
.vector-sticky-header span.vector-icon, | |||
.vector-dropdown-label::after { | |||
filter: invert(1); | |||
} | |||
.vector-header-container .mw-header { | |||
background-color: rgba(0, 0, 0, 0.1) !important; | |||
backdrop-filter: blur(10px); | |||
} | |||
.vector-header .vector-dropdown-content { | |||
margin: 17px 0 0 0; | |||
} | |||
.vector-dropdown-content { | |||
background-color: rgba(21, 6, 4, 0.8) !important; | |||
backdrop-filter: blur(10px); | |||
} | |||
.vector-sticky-header { | |||
background-color: rgba(0, 0, 0, 0.6) !important; | |||
backdrop-filter: blur(10px); | |||
} | |||
a, | |||
a:visited, | |||
#pt-userpage-2 a:not(.mw-selflink), | |||
.vector-pinnable-element .mw-list-item a, .vector-dropdown-content .mw-list-item a, | |||
.vector-pinnable-element .mw-list-item a:not(.mw-selflink):visited, .vector-dropdown-content .mw-list-item a:not(.mw-selflink):visited { | |||
color: #CA6500; | |||
} | |||
#pt-notifications-notice .mw-echo-unseen-notifications::after { | |||
background-color: #CA6500; | |||
} | |||
a:not(.selflink):hover, | |||
.vector-pinnable-element .mw-list-item a:not(.mw-selflink):hover, .vector-dropdown-content .mw-list-item a:not(.mw-selflink):hover { | |||
color: #FFCA65; | |||
} | |||
.vector-pinnable-header-label, | |||
.vector-pinnable-element .vector-menu-heading, | |||
.vector-toc-pinnable-header { | |||
color: lightgray; | |||
} | |||
#content, | |||
#content p, | |||
#content h1, | |||
#content h2, | |||
#content h3, | |||
#content h4 { | |||
color: #59371d; | |||
} | } | ||
Текущая версия от 10:45, 30 октября 2024
#content,
#content p,
#content h1,
#content h2,
#content h3,
#content h4,
#mw-panel .portal,
#p-navigation,
#p-tb,
#p-search,
.vector-page-toolbar-container,
#p-personal,
#footer ul li,
.vector-pinnable-header,
#mw-panel-toc-list,
.vector-main-menu-action,
.vector-header-container a {
font-family: "EFNRobin";
}
.vector-page-toolbar-container a {
color: #59371d !important;
}
.vector-page-toolbar-container a:hover {
color: #FFCA51 !important;
}
.vector-page-toolbar-container .vector-dropdown-content a,
.vector-page-toolbar-container .vector-dropdown-content a:hover,
.vector-page-titlebar-toc a,
.vector-page-titlebar-toc a:hover{
color: #FFCA51 !important;
}
/* Цвет фона контейнера страницы */
.mw-page-container {
--background-color-base: #fff7de
}
body {
color: #202122;
background-image: url("/static/background_maoru.jpg");
background-origin: padding-box;
background-position-x: 50%;
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
}
.vector-limited-width-toggle {
visibility: collapse;
}
.vector-header span.vector-icon,
.vector-sticky-header span.vector-icon,
.vector-dropdown-label::after {
filter: invert(1);
}
.vector-header-container .mw-header {
background-color: rgba(0, 0, 0, 0.1) !important;
backdrop-filter: blur(10px);
}
.vector-header .vector-dropdown-content {
margin: 17px 0 0 0;
}
.vector-dropdown-content {
background-color: rgba(21, 6, 4, 0.8) !important;
backdrop-filter: blur(10px);
}
.vector-sticky-header {
background-color: rgba(0, 0, 0, 0.6) !important;
backdrop-filter: blur(10px);
}
a,
a:visited,
#pt-userpage-2 a:not(.mw-selflink),
.vector-pinnable-element .mw-list-item a, .vector-dropdown-content .mw-list-item a,
.vector-pinnable-element .mw-list-item a:not(.mw-selflink):visited, .vector-dropdown-content .mw-list-item a:not(.mw-selflink):visited {
color: #CA6500;
}
#pt-notifications-notice .mw-echo-unseen-notifications::after {
background-color: #CA6500;
}
a:not(.selflink):hover,
.vector-pinnable-element .mw-list-item a:not(.mw-selflink):hover, .vector-dropdown-content .mw-list-item a:not(.mw-selflink):hover {
color: #FFCA65;
}
.vector-pinnable-header-label,
.vector-pinnable-element .vector-menu-heading,
.vector-toc-pinnable-header {
color: lightgray;
}
#content,
#content p,
#content h1,
#content h2,
#content h3,
#content h4 {
color: #59371d;
}