MediaWiki:Vector.css: Difference between revisions

From Pikipedia, the Pikmin wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 14: Line 14:
#siteNotice .pikipediaBox {
#siteNotice .pikipediaBox {
margin: 0 auto 5px !important;
margin: 0 auto 5px !important;
}
/* Who's online */
#wo-wrapper {
margin-bottom: -6px !important;
}
}

Revision as of 17:50, September 14, 2020

/* CSS placed here will affect users of the Vector skin */

/* Widen search bar */
#simpleSearch input#searchInput {
	width: 14em;
}

/* Indicator icons */
.mw-indicators {
	top: 7px;
}

/* Site notice */
#siteNotice .pikipediaBox {
	margin: 0 auto 5px !important;
}

/* Who's online */
#wo-wrapper {
	margin-bottom: -6px !important;
}