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
(2 intermediate revisions by the same user not shown)
Line 7: Line 7:


/* User icon */
/* User icon */
#pt-anonuserpage, #pt-userpage {
.vector-user-menu-legacy #pt-userpage,
.vector-user-menu-legacy #pt-anonuserpage {
background: url(https://mario.wiki.gallery/images/mushroom.gif) bottom left no-repeat;
background: url(https://mario.wiki.gallery/images/mushroom.gif) bottom left no-repeat;
padding-left: 20px !important;
padding-left: 20px !important;
}
}
#pt-userpage a {
.vector-user-menu-legacy #pt-userpage a {
background: none;
background: none;
padding-left: 0 !important;
padding-left: 0 !important;
Line 44: Line 45:
margin-top: -0.2em !important;
margin-top: -0.2em !important;
margin-bottom: -0.9em !important;
margin-bottom: -0.9em !important;
}
body.page-Main_Page.action-view #footer-info-lastmod {
display: none !important;
}
}
body.page-Main_Page .pds-vote {
body.page-Main_Page .pds-vote {

Revision as of 09:58, August 11, 2023

/* 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 */
.vector-user-menu-legacy #pt-userpage,
.vector-user-menu-legacy #pt-anonuserpage {
	background: url(https://mario.wiki.gallery/images/mushroom.gif) bottom left no-repeat;
	padding-left: 20px !important;
}
.vector-user-menu-legacy #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 .pds-vote {
	padding-bottom: 0 !important;
}

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