MediaWiki:Vector.css

From EEWiki
Revision as of 14:17, 22 April 2024 by Boba (Talk | contribs) (live testing? live testing.)

Jump to: navigation, search

Note: After saving, 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: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Clear the cache in Tools → Preferences
/* sidebar */
#mw-panel {
	padding-left: 1em;
}

.vector-menu-portal {
	margin: 0;
}

.vector-menu-portal .vector-menu-content, .vector-menu-heading  {
	margin-left: 0 !important;
}

.vector-menu-portal .vector-menu-content li {
	padding: 0;
}

#mw-panel .vector-menu-content-list .mw-list-item a {
	font-size: 1em;
	color: white !important;
	text-decoration: underline !important;
	display: inline-block;
	width: calc(100% - 10px);
	padding: 5px;
}

#mw-panel .vector-menu-content-list .mw-list-item a:hover {
	background-color: rgba(0, 0, 0, 0.5);
}

#p-logo + .mw-portlet .vector-menu-heading {
	display: block !important;
}

.vector-menu-portal .vector-menu-heading-label {
	font-size: 1.25em;
	color: white;
}

.vector-menu-portal h3 {
	background-image: none !important;
}

#mw-panel .vector-menu-content-list {
	background: blue;
	border: solid 2px white;
	box-shadow: 4px 4px 0px black;
	padding: 4px;
}