MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
.vector-pinnable-header-toggle-button { | |||
color: #FFA800; | |||
} | |||
.vector-pinnable-header-label { | |||
color: #E6E6E6; | |||
} | |||
.vector-feature-page-tools-enabled #vector-main-menu-pinned-container .vector-main-menu { | .vector-feature-page-tools-enabled #vector-main-menu-pinned-container .vector-main-menu { | ||
background-color: #01192E; | background-color: #01192E; | ||
Revision as of 11:25, 10 October 2023
.vector-pinnable-header-toggle-button {
color: #FFA800;
}
.vector-pinnable-header-label {
color: #E6E6E6;
}
.vector-feature-page-tools-enabled #vector-main-menu-pinned-container .vector-main-menu {
background-color: #01192E;
}
.vector-menu-tabs .mw-list-item.selected a, .vector-menu-tabs .mw-list-item.selected a:visited {
color: #E6E6E6;
}
.mw-first-heading {
color: #E6E6E6;
}
.vector-menu-tabs .mw-list-item a {
color: #FFA800;
}
#pt-userpage-2 a:not(.mw-selflink) {
color: #FFA800;
}
a {
color: #FFA800;
}
a:visited {
color: #FFA800;
}
a.new {
color: #FF8888;
}
a.new:visited {
color: #FF8888;
}
.mw-page-container {
background-color: #000D1D;
}
.mw-body {
background-color: #01192E;
color: #E6E6E6;
padding: 50px;
}
:root {
--pi-background: #FF8888;
--pi-secondary-background: #eaecf0;
/* --pi-border-color: #a2a9b1; */
--pi-item-spacing: 2px 10px;
--pi-margin: 20px;
--pi-width: 270px;
}