MediaWiki:DarkVector.css

From Pikipedia, the Pikmin wiki
Jump to navigation Jump to search

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)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* CSS placed here will affect users of the Vector night theme */

body { background: #222821 url(https://pikmin.wiki.gallery/images/vector-darkbg.webp) center top !important; }

.vector-menu-tabs li {
	background: #022402 !important;
	border-color: #287445 !important;
}
#content, nav.vector-menu-tabs li.selected {
	background: #222 !important;
	border-color: #287445 !important;
}
.vector-menu-portal .vector-menu-heading {
	border-color: #287445 !important;
}
.vector-menu-tabs a, .vector-menu-dropdown .vector-menu-heading {
	background-image: none !important;
}

div#mw-panel nav.portal, #p-personal {
	background: #0006 !important;
}

#footer {
	border-image: linear-gradient(to right,rgba(2,15,0,0),rgba(2,15,0,255) 20%,rgba(2,15,0,255) 80%,rgba(2,15,0,0)) 1;
}