MediaWiki:Vector.css: Difference between revisions

From SmashWiki, the Super Smash Bros. wiki
Jump to navigationJump to search
No edit summary
No edit summary
 
(27 intermediate revisions by 3 users not shown)
Line 1: Line 1:
/* CSS placed here will affect users of the Vector skin */
/* CSS placed here will affect users of the Vector skin */


/* Widen search bar */
.mw-body { background-color: #fff; }
#simpleSearch input#searchInput {
.mw-logo { color: #000 !important; }
width: 14em;
 
/* User icon */
.vector-user-menu-legacy #pt-userpage,
.vector-user-menu-legacy #pt-anonuserpage {
background: url(https://ssb.wiki.gallery/images/user.png) bottom left no-repeat;
padding-left: 18px !important;
}
.vector-user-menu-legacy #pt-userpage a {
background: none;
padding-left: 0 !important;
}
 
/* Indicator icons */
.mw-indicators {
top: 9px;
}
#mw-indicator-last {
top: 5px;
}
 
/* Site notice */
#siteNotice .wikitable {
margin: 0 auto 5px !important;
}
 
/* Widget popups */
.oo-ui-popupWidget-body-padded {
margin-top: 6px;
}
}

Latest revision as of 09:58, August 11, 2023

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

.mw-body { background-color: #fff; }
.mw-logo { color: #000 !important; }

/* User icon */
.vector-user-menu-legacy #pt-userpage,
.vector-user-menu-legacy #pt-anonuserpage {
	background: url(https://ssb.wiki.gallery/images/user.png) bottom left no-repeat;
	padding-left: 18px !important;
}
.vector-user-menu-legacy #pt-userpage a {
	background: none;
	padding-left: 0 !important;
}

/* Indicator icons */
.mw-indicators {
	top: 9px;
}
#mw-indicator-last {
	top: 5px;
}

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

/* Widget popups */
.oo-ui-popupWidget-body-padded {
	margin-top: 6px;
}