MediaWiki:Nimbus.css: Difference between revisions

m (1 revision imported)
No edit summary
 
(14 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will affect users of the Nimbus skin */
/* CSS placed here will affect users of the Nimbus skin */


body { background: #fff url(https://halo.wiki.gallery/images/bodybg6.jpg) repeat-x center top / contain; }
body { background: #fff url(https://marathon.wiki.gallery/images/nimbus-bg.jpg) repeat-x center top / contain; }
#site-logo a { background-size: contain; }
#site-logo a { background-size: contain; }
#site-logo { margin: 0 0 -10px -4px; }
#site-logo { margin: 0 0 -10px -4px; }
#mw-indicator-rc { top: 23px; }
#mw-indicator-rc { top: 17px; }


.client-nojs #site-logo a,
#site-logo a {
.mw-special-Gadgets #site-logo a,
background-image: url(https://marathon.wiki.gallery/images/cyberacme.svg);
.mw-special-Userlogin #site-logo a,
background-position: center 0;
.mw-special-Preferences #site-logo a,
background-size: 148px;
.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://halo.wiki.gallery/images/halopedia-john.png);
}
}


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


.ns-talk p + dl, .ns-110 p + dl,
.ns-talk p + dl, .ns-110 p + dl,
.rootpage-Halopedia_Changing_username p + dl {
.rootpage-CyberAcme_Changing_username p + dl {
margin-top: -0.4em;
margin-top: -0.4em;
}
}
.ns-talk dl + dl, .ns-110 dl + dl,
.ns-talk dl + dl, .ns-110 dl + dl,
.rootpage-Halopedia_Changing_username dl + dl {
.rootpage-CyberAcme_Changing_username dl + dl {
margin-top: -0.2em;
margin-top: -0.2em;
}
}
Line 41: Line 35:
.pagetitle {
.pagetitle {
font-size: 2.3em;
font-size: 2.3em;
padding-top: 11px;
padding-top: 6px;
}
}
#article-body, #content {
#article-body, #content {
Line 51: Line 45:
}
}


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

Latest revision as of 14:18, August 24, 2023

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

body { background: #fff url(https://marathon.wiki.gallery/images/nimbus-bg.jpg) repeat-x center top / contain; }
#site-logo a { background-size: contain; }
#site-logo { margin: 0 0 -10px -4px; }
#mw-indicator-rc { top: 17px; }

#site-logo a {
	background-image: url(https://marathon.wiki.gallery/images/cyberacme.svg);
	background-position: center 0;
	background-size: 148px;
}

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

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

.pagetitle {
	font-size: 2.3em;
	padding-top: 6px;
}
#article-body, #content {
	border: 1px solid #D4DFD7;
}
#navigation-title, #footer-container h2,
#other-links a, #article-tabs a, #article-tabs div {
	color: #3B4744;
}

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