×
Create a new article
Write your page title here:
We currently have 2,817 articles on YumeWiki. Type your article name above or click on one of the titles below and start writing!



YumeWiki
2,817Articles

MediaWiki:Cosmos.css: Difference between revisions

mNo edit summary
No edit summary
Line 1: Line 1:
/* All CSS here will be loaded for users of the Cosmos skin */
/* All CSS here will be loaded for users of the Cosmos skin */
body.ns-3016 {
.ns-3002,.ns-3003 {
background-image: url(https://yume.wiki/images/1/1c/2kki-bg-image.png);
}
 
.ns-3002 #mw-content, .ns-3003 #mw-content {
    background-color: #dfdbc3;
}
 
.ns-3002 a, .ns-3003 a {
color: #7f2d3d;
}
 
.ns-3002 a:hover, .ns-3003 a:hover {
color: #331218;
}
 
.ns-3016, .ns-3017 {
background: #180C29;
background: #180C29;
}
}

Revision as of 17:54, 17 November 2022

/* All CSS here will be loaded for users of the Cosmos skin */
.ns-3002,.ns-3003 {
	background-image: url(https://yume.wiki/images/1/1c/2kki-bg-image.png);
}

.ns-3002 #mw-content, .ns-3003 #mw-content {
    background-color: #dfdbc3;
}

.ns-3002 a, .ns-3003 a {
	color: #7f2d3d;
}

.ns-3002 a:hover, .ns-3003 a:hover {
	color: #331218;
}

.ns-3016, .ns-3017 {
	background: #180C29;
}