MediaWiki:Vector.css: Difference between revisions
Appearance
Szczypak64 (talk | contribs) m Protected "MediaWiki:Vector.css" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) |
Szczypak64 (talk | contribs) No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
} | } | ||
body { | body { | ||
background-color: | background-color: red; | ||
font-family: Trebuchet MS, "Ubuntu", Waree, "Segoe UI" | font-family: Trebuchet MS, "Ubuntu", Waree, "Segoe UI" | ||
} | } | ||
Line 9: | Line 9: | ||
background: #fb8b23; | background: #fb8b23; | ||
border-radius: 0 0 0 25px; | border-radius: 0 0 0 25px; | ||
background-color: purple; | |||
} | } | ||
.vector-menu-tabs-legacy li { | .vector-menu-tabs-legacy li { | ||
background: none; | background: none; | ||
background-color: yellow; | |||
} | } | ||
.vector-menu-tabs-legacy .selected { | .vector-menu-tabs-legacy .selected { | ||
background: linear-gradient(to bottom, #00000000 50%, #cbf9ce 100%); | background: linear-gradient(to bottom, #00000000 50%, #cbf9ce 100%); | ||
background-color: blue; | |||
} | } | ||
#mw-page-base { | #mw-page-base { | ||
background: none; | background: none; | ||
background-color: orange; | |||
} | } |
Latest revision as of 20:02, December 3, 2024
.mw-footer a, .mw-footer li, .mw-list-item a, .vector-menu-portal .vector-menu-content li a, .vector-menu-portal .vector-menu-content li a:visited, .vector-menu-tabs-legacy .new a, .vector-menu-tabs-legacy .selected a, .vector-menu-tabs-legacy .selected a:visited, .vector-menu-tabs-legacy li a, #mw-panel.collapsible-nav .portal.collapsed .vector-menu-heading a, .vector-menu-heading-label {
color: #fffff;
}
body {
background-color: red;
font-family: Trebuchet MS, "Ubuntu", Waree, "Segoe UI"
}
.mw-body {
background: #fb8b23;
border-radius: 0 0 0 25px;
background-color: purple;
}
.vector-menu-tabs-legacy li {
background: none;
background-color: yellow;
}
.vector-menu-tabs-legacy .selected {
background: linear-gradient(to bottom, #00000000 50%, #cbf9ce 100%);
background-color: blue;
}
#mw-page-base {
background: none;
background-color: orange;
}