MediaWiki:Vector.css: Difference between revisions

From SmashWiki, the Super Smash Bros. wiki
Jump to navigationJump to search
mNo edit summary
No edit summary
Line 5: Line 5:


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

Revision as of 11:08, February 18, 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;
}

/* Main page */
body.page-Main_Page.action-view #footer-info-lastmod {
	display: none !important;
}

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