MediaWiki:Nimbus.css: Difference between revisions

From Destinypedia, the Destiny wiki

No edit summary
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
body { background: #fff url(https://destiny.wiki.gallery/images/9/9a/HQyeD3R.jpg) repeat-x left top / contain; }
body { background: #fff url(https://destiny.wiki.gallery/images/9/9a/HQyeD3R.jpg) repeat-x left top / contain; }
#site-logo { margin-bottom: -10px; }
#site-logo { margin-bottom: -10px; }
#mw-indicator-rc { top: 12px; }
#mw-indicator-rc { top: 13px; }


.client-nojs #site-logo a,
.client-nojs #site-logo a,
Line 14: Line 14:
.mw-special-CreateAccount #site-logo a,
.mw-special-CreateAccount #site-logo a,
.mw-special-PasswordReset #site-logo a {
.mw-special-PasswordReset #site-logo a {
background-image: url(https://destiny.wiki.gallery/images/logo-hunter.png);
background-image: url(https://destiny.wiki.gallery/images/b/b6/Rotation_logo_speaker.png);
}
}



Latest revision as of 23:33, November 30, 2023

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

body { background: #fff url(https://destiny.wiki.gallery/images/9/9a/HQyeD3R.jpg) repeat-x left top / contain; }
#site-logo { margin-bottom: -10px; }
#mw-indicator-rc { top: 13px; }

.client-nojs #site-logo a,
.mw-special-Gadgets #site-logo a,
.mw-special-Userlogin #site-logo a,
.mw-special-Preferences #site-logo a,
.mw-special-ChangeEmail #site-logo a,
.mw-special-ResetTokens #site-logo a,
.mw-special-BotPasswords #site-logo a,
.mw-special-CreateAccount #site-logo a,
.mw-special-PasswordReset #site-logo a {
	background-image: url(https://destiny.wiki.gallery/images/b/b6/Rotation_logo_speaker.png);
}

#article-text a.external[href^="https://www.destinypedia.com"] {
	color: #00f;
	background: none;
	padding: 0;
}
#article-text a.external[href^="https://www.destinypedia.com"]:active {
	color: orange;
}
#article-text a.external[href^="https://www.destinypedia.com"]:visited {
	color: #00c;
}

.ns-talk p + dl, .ns-110 p + dl,
.rootpage-Destinypedia_Featured p + dl,
.rootpage-Destinypedia_Changing_username p + dl {
	margin-top: -0.4em;
}
.ns-talk dl + dl, .ns-110 dl + dl,
.rootpage-Destinypedia_Featured dl + dl,
.rootpage-Destinypedia_Changing_username dl + dl {
	margin-top: -0.2em;
}

.pagetitle {
	padding-top: 5px;
}
#article-body, #content {
	border: 1px solid #C9D6E0;
}
#navigation-title, #footer-container h2,
#other-links a, #article-tabs a, #article-tabs div {
	color: #344B63;
}

#navigation-title { background: url(https://destiny.wiki.gallery/images/nav-top.png) no-repeat scroll left bottom #C9D6E0; }
#other-links { background: url(https://destiny.wiki.gallery/images/nav-bottom.png) no-repeat scroll left top #C9D6E0; }

#menu, .sub-menu, #searchInput, #footer-container {
	border-color: #C9D6E0;
}
a.mw-skin-nimbus-button.positive-button {
	background: #0099D9;
}
a.mw-skin-nimbus-button.positive-button:hover {
	color: #01405B !important;
}
#menu #discord-button::after {
	content: ' chat';
	font-weight: normal;
	opacity: 0.85;
}