Difference between revisions of "MediaWiki:Gadget-vector-themed.css"

From Nookipedia, the Animal Crossing wiki
m (SuperHamster moved page MediaWiki:Vector-themed.css to MediaWiki:Gadget-vector-themed.css without leaving a redirect: Moving to gadget space)
(No difference)

Revision as of 14:56, June 14, 2021

#content {
	background: #fafffe;
	border: 0 solid;
	margin-bottom: -5em;
	margin-left: 12em;
	margin-top: 156px;
	padding-bottom: 50px;
}

#footer {
	background: var(--th-color-tertiary) var(--th-nookipedia-footer) repeat-x bottom;
	height: 100px;
	margin-left: 12em;
	margin-top: 0;
	margin-bottom: 5em;
	padding: 1em 1.25em 5em 1.25em;
	border-radius: 0 0 0 20px;
}

#footer ul {
	padding-top: .5em;
}

#left-navigation {
	margin-left: 13em;
}

#left-navigation, #right-navigation {
	font-family: Coustard, 'Linux Libertine', Georgia, Times, serif;
	font-weight: 130;
	margin-top: 196px;
}

#mw-page-base, #right-navigation div.menu ul li {
	background: none;
}

#mw-panel {
	margin-left: 10px;
	top: 15px;
}

#mw-panel .vector-menu-portal .body {
	background: var(--sidebar-background);
	border-radius: 10px;
	padding-bottom: .3em;
	padding-left: 1.5em;
}

#mw-panel .vector-menu-portal .body ul {
	list-style-image: var(--th-list);
}

#mw-panel .vector-menu-portal {
	background: var(--sidebar-color);
	background-image: none;
	border-radius: 10px;
	margin: 0 0 10px;
	padding: .4em;
}

#mw-panel .vector-menu-portal .body {
	margin: 0;
	padding-top: 7px;
}

#mw-panel .vector-menu-portal h3 {
	background: none;
	border-radius: 0;
	color: var(--sidebar-text);
	font-family: Coustard, 'Linux Libertine', Georgia, Times, serif;
	font-size: 1.2em;
	margin: 0;
	text-align: center;
}

#mw-head .vector-menu span, #mw-head .vector-menu-tabs a, #mw-head .vector-menu-tabs a:visited, #mw-head .vector-menu-dropdown a, #mw-head .vector-menu-dropdown a:visited {
	color: #67AD42;
}

#p-logo a {
	background-position: left;
	height: 160px;
	width: 179px;
}

#p-personal {
	background-color: var(--p-personal-color);
	border-radius: 0 0 0 5px;
	padding: 5px;
	right: 0;
	top: 0;
	font-family: Coustard,'Linux Libertine',Georgia,Times,serif;
    color: var(--nookipedia-bg-color);
}

#pt-userpage a {
    display: inline-block;
}

#p-personal li {
    font-size: 0.75em;
}

#pt-anonuserpage, #pt-userpage a {
	background: url(https://dodo.ac/np/images/thumb/8/82/Furniture_NH_Inv_Icon.png/30px-Furniture_NH_Inv_Icon.png) no-repeat;
	padding-left: 20px !important;
	background-position: -0.3em -0.2em;
    background-size: 2.167em 2.167em;
}

.mw-body h1, .mw-body h2 {
	color: var(--th-color-primary);
	font-family: Coustard, 'Linux Libertine', Georgia, Times, serif;
	text-shadow: 0 1px var(--th-color-tertiary);
}

.mw-wiki-logo {
	background-image: var(--th-logo);
	background-size: 179px;
}

.vectorMenu li {
	background: var(--th-color-secondary);
	border-radius: 0;
	width: 100%;
	margin: 0 4px 0 0;
}

body {
	background: var(--th-background);
}

body.page-Main_Page h1.firstHeading, body.page-Main_Page #siteSub {
	display: none;
}

.vector-menu-tabs .vector-menu-content ul li, #mw-head .vectorMenu h3 {
	background: var(--th-color-secondary);
	border-radius: 10px 10px 0 0;
	margin: 0 4px 0 0;
}

.vector-menu-tabs .vector-menu-content ul li.selected {
	background: var(--nookipedia-bg-color);
}

#mw-head .vector-menu span,
#mw-head .vector-menu-tabs a,
#mw-head .vector-menu-tabs a:visited,
#mw-head .vector-menu-dropdown a,
#mw-head .vector-menu-dropdown a:visited {
	color: var(--th-color-primary);
}

/* Hide beta social media icons */
#p-navigation #n-Discord, #p-navigation #n-Facebook, #p-navigation #n-Twitter, #p-navigation #n-Instagram {
	display: none !important;
}

/* Style Discord link in sidebar
Adapted with permission from Runescape Wiki implementation by User: JaydenKieran
https: //runescape.wiki/w/MediaWiki: Vector.css
https: //runescape.wiki/w/User: JaydenKieran */
#p-Community #n-Discord {
	list-style-image: none;
}
#p-Community #n-Discord a {
	background-color: #7289DA;
	border-radius: 5px;
	color: #fff !important;
	display: block;
	font-size: 12px;
	font-weight: 700;
	left: -18px;
	padding: 6px 0 5px calc(21px + 5.5px * 2);
	position: relative;
	transition: .2s ease;
	width: 103px;
}
#p-Community #n-Discord a::before {
	content: 'Chat on ';
	font-weight: 400;
}
#p-Community #n-Discord a::after {
	background: url(https://dodo.ac/np/images/2/26/Discord_icon_white.png) no-repeat;
	background-size: 17px 13px;
	content: '';
	height: 13px;
	left: 7px;
	position: absolute;
	top: 5px;
	width: 25px;
}
#p-Community #n-Discord a: hover {
	background-color: #5C6EAB;
	text-decoration: none;
}

/* Vector fixes */
.vector-menu-tabs, .vector-menu-tabs a, #mw-head .vector-menu-dropdown h3 {
	background-image: none;
}

.mw-logo-wordmark {
    color: transparent;
    font-size: 1.3em;
    font-family: 'Coustard', sans-serif;
	font-weight: bold;
}

.mw-logo-container {
    background: var(--th-nookipedia-text) no-repeat;
    background-size: 120px;
}

.skin-vector #content {
	background: var(--nookipedia-bg-color);
    margin-top: 45px;
    margin-bottom: 0;
    padding-bottom: 20px;
}

.skin-vector #left-navigation, .skin-vector #right-navigation {
    margin-top: 114px;
}

#mw-panel {
    top: 45px;
}

/* Categories */
#catlinks {
	display: inherit !important;
	border-top: 3px solid #cccccc;
	padding-bottom: 2em;
    margin: 0 0.2em;
    padding: 0.5em 0 0.5em;
}

.catlinks {
    border: transparent;
    background-color: transparent;
}

/* Legacy Vector fixes */
.skin-vector-legacy #mw-head {
	background: var(--th-leaves);
	border-bottom: var(--border);
	background-repeat: repeat-x;
	height: var(--height);
}

.skin-vector-legacy #left-navigation, .skin-vector-legacy #right-navigation {
    margin-top: 224px;
}
.skin-vector-legacy #content {
    background: var(--nookipedia-bg-color);
    margin-top: 184px;
    margin-bottom: 0;
    padding-bottom: 20px;
    
}