MediaWiki:Vector.css: Difference between revisions

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will affect users of the Vector skin */
/* CSS placed here will affect users of the Vector skin */


a.new[href^="/Mw:"] { color: #36b !important; }
body { background: #f6f6f6 url(https://mario.wiki.gallery/images/vector-bg.webp); }
body { background: #f6f6f6 url(https://mario.wiki.gallery/images/vector-bg.webp); }
#mw-page-base { background: transparent; }
#mw-page-base { background: transparent; }

Revision as of 22:37, July 21, 2022

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

body { background: #f6f6f6 url(https://mario.wiki.gallery/images/vector-bg.webp); }
#mw-page-base { background: transparent; }
.mw-body { background-color: #fff; }
.mw-logo { color: #000 !important; }

/* User icon */
#pt-anonuserpage, #pt-userpage {
	background: url(https://mario.wiki.gallery/images/mushroom.gif) bottom left no-repeat;
	padding-left: 20px !important;
}
#pt-userpage a {
	background: none;
	padding-left: 0 !important;
}

/* Transparent tabs */
.vector-menu-tabs .selected {
	background: linear-gradient(to top,#fff 0,transparent 100%);
}
.vector-menu-tabs li {
	background-image: linear-gradient(to top,#77c1f6 0,#e8f2f8 1px,transparent 100%);
}

/* Indicator icons */
.mw-indicators {
	top: 2px;
}
#mw-indicator-shortcut {
	top: 13px;
}

/* Site notice */
#localNotice > :first-child {
      margin-top: 0 !important;
}

/* Main page */
.page-Main_Page h2 {
	margin-top: 0 !important;
}
#WelcomeDiv {
	margin-top: -0.2em !important;
	margin-bottom: -0.9em !important;
}
body.page-Main_Page.action-view #footer-info-lastmod {
	display: none !important;
}
body.page-Main_Page .pds-vote {
	padding-bottom: 0 !important;
}

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