MediaWiki:Nimbus.css: Difference between revisions

No edit summary
No edit summary
Line 7: Line 7:


#site-logo a {
#site-logo a {
background-image: url(https://marathon.wiki.gallery/images/cyberacme-wordmark2.svg),url(https://marathon.wiki.gallery/images/cyberacme-icon.svg);
background-image: url(https://marathon.wiki.gallery/images/cyberacme-wordmark.svg),url(https://marathon.wiki.gallery/images/cyberacme.png);
background-position: center 35px, center 0;
background-position: center 80px, center 0;
background-size: 200px, 148px;
background-size: 200px, 148px;
}
}

Revision as of 17:54, August 22, 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-wordmark.svg),url(https://marathon.wiki.gallery/images/cyberacme.png);
	background-position: center 80px, center 0;
	background-size: 200px, 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; }