MediaWiki:Vector.css

Revision as of 22:54, 16 December 2024 by Tali64^2 (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* All CSS here will be loaded for users of the Vector skin */

.mw-list-item a, .mw-footer a, .mw-footer li, .vector-legacy-sidebar .vector-menu-portal .vector-menu-content li a, .vector-legacy-sidebar .vector-menu-portal .vector-menu-content li a:visited, .vector-menu-heading-label {
	color: #ffffff;
}
.vector-menu-heading::after, .vector-user-menu-legacy #pt-anonuserpage, .vector-user-menu-legacy #pt-userpage a {
	filter: brightness(10);
}
.vector-menu-tabs, .vector-menu-tabs a, #mw-head .vector-menu-dropdown .vector-menu-heading {
	background-image: linear-gradient(to bottom, #798cd700 0%, #798cd7 100%);
}
#pt-notifications-alert .mw-echo-notifications-badge, #pt-notifications-notice .mw-echo-notifications-badge {
	filter: invert(1);
	opacity: 1;
}
body { 
	background-color: #3551bb;
	font-family: "Trebuchet MS", Ubuntu, Waree, sans-serif;
}
.mw-body {
	background-color: #cadaff;
	border: 1px solid #798cd7;
	border-radius: 0 0 0 25px;
}
.vector-menu-tabs li {
	border-radius: 8px 8px 0 0;
}
.vector-menu-tabs-legacy li {
	background: linear-gradient(to top, #798cd7 0%, #cad2fb 1px, #ffffff 100%);
}
.vector-menu-tabs-legacy .selected {
    background: linear-gradient(to top, #cadaff 0%, #ffffff 100%);
}
#mw-page-base {
    background: none;
}