User:Blower Pot/vector.css: Difference between revisions

From Pikmin Fanon
No edit summary
No edit summary
Line 148: Line 148:


.mw-userlink[title="User:Darryl Omg"]  { color: #4600ff !important; }
.mw-userlink[title="User:Darryl Omg"]  { color: #4600ff !important; }
.mw-userlink[title="User talk:Darryl Omg"] { color: #4600ff !important; }
/* User link to find specific non-staff users */
.mw-userlink[title="Special:Contributions/Darryl Omg"] { color: #4600ff !important; }
.mw-userlink[title="User:CarrotStilts1"] { color: #FF9200 !important; }
.mw-userlink[title="User:Purple Headache"] { color: #00CB54 !important; }

Revision as of 05:29, 24 February 2024

body {
	background: #C5F0ED  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: #CCEED8;
	border: 2px solid #0FB863;
	border-radius: 10px 10px 0px 0px;
	margin-right: 10px;
	line-height: 0.5em;
	border-bottom: 0;
}

nav.vector-menu-tabs li.selected {
	background: #fffc;
	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 #66b299;
	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 {
	min-height: 85px;
	text-align: center;
}

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

#content {
	background: #fffc;
	border-right-width: initial;
	border: 2px solid #0FB863;
	border-radius: 14px;
}

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

@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;
}

.mw-indicators {
	top: 7px;
	margin: 0 2px;
}

.mw-userlink[title="User:Darryl Omg"]  { color: #4600ff !important; }
/* User link to find specific non-staff users */
.mw-userlink[title="User:CarrotStilts1"] { color: #FF9200 !important; }
.mw-userlink[title="User:Purple Headache"] { color: #00CB54 !important; }