User:Blower Pot/vector.css

From Pikmin Fanon

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.
body {
	background: #b8bbda url(https://cdn.pikminfanon.com/0/0a/Seagrass_Plains.jpg)/* That's  a placeholder. */ center top;
}

#mw-page-base {
	background: initial;
}

nav.vector-menu-tabs {
    background: initial;
    margin-left: 10px;
    height: 37px;
}

nav.vector-menu tabs ul {
    background: initial
    height: 37px;
}

nav.vector-menu-tabs ul > li {
	background: #ccccee;
	border: 2px solid #6668b2;
	border-radius: 10px 10px 0px 0px;
	margin-right: 10px;
	line-height: 0.5em;
	border-bottom: 0;
}

nav.vector-menu-tabs li.selected {
	background: #fff;
	border-bottom: 0;
}

.vector-menu-tabs, .vector-menu-tabs a,
#mw-head .vector-menu-dropdown .vector-menu-heading {
	background: none;
}

#p-search {
    margin-right: 10px;
}

#p-search form {
    margin-top: 10px;
}

#searchInput, .rcoptions #tagfilter {
	background: #fff;
	border-radius: 6px;
	border: 1px solid #a2a9b1;
	padding: 0.3em 0.4em 0.2em;
}

.rcoptions #tagfilter:hover {
	border-color: #7277dd;
}

#searchButton {
	background-position: center 5px;
}

#ca-watch, #ca-unwatch {
	line-height: 2em;
}

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

.vector-menu-portal .vector-menu-heading {
	color: #000;
	border-bottom: 1px solid #66a2b2;
	margin-right: 10px;
}

#mw-panel .portal {
	margin-top: 10px;
}

#mw-panel #p-logo + .portal,
#mw-panel .portal, #p-personal {
	padding: 6px;
	padding-left: 10px;
	border: 2px solid #fff8;
	border-radius: 12px;
	box-shadow: inset  0 0  20px #fff8;
	background-color: #fff4;
}

#p-personal {
	padding: 0 10px  2px 0;
	right: 0.33em;
}

#p-personal ul {
	padding-left: 0;
}

.vector-user-menu-legancy #pt-userpage a,
.vector-user-menu-legancy #pt-anonuserpage {
	background-position: left 5px;
}

#footer {
	background: #ccccee;
	min-height: 85px;
	border: 2px solid #6668b2;
	border-radius: 0px 0px 14px 14px;
	border-top: 0;
	text-align: center;
}

#footer::after {
	content: '';
	display: block;
	clear: both;
}

#content {
	background: #fff;
	border-right-width: initial;
	border: 2px solid #6668b2;
	border-radius: 14px 14px 0px 0px;
	border-bottom: 0;
}

@media all and (min-width: 1350px) {
	body, #right-navigation {
		padding-right: 11em;
	}
}

.mw-body-content {
	font-size: 11pt;
}

p-personal li a: hover {
	background: none;
}

#catlinks {
	border-radius: 8px;
}

.suggestions-result-current {
	background-color: #2a5d8d;
}