No 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 */ | ||
#cosmos-banner { | |||
position: static !important; | |||
} | |||
.ns-3002,.ns-3003 { | .ns-3002,.ns-3003 { | ||
background-image: url(https://yume.wiki/images/1/1c/2kki-bg-image.png); | background-image: url(https://yume.wiki/images/1/1c/2kki-bg-image.png); | ||
Line 5: | Line 8: | ||
.ns-3002 #mw-content, .ns-3003 #mw-content { | .ns-3002 #mw-content, .ns-3003 #mw-content { | ||
background-color: #dfdbc3; | |||
} | } | ||
Revision as of 04:58, 22 November 2022
/* All CSS here will be loaded for users of the Cosmos skin */
#cosmos-banner {
position: static !important;
}
.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 #mw-content a:not(.new), .ns-3003 #mw-content a:not(.new) {
color: #7f2d3d;
}
.ns-3002 #mw-content a:not(.new):hover, .ns-3003 #mw-content a:not(.new):hover {
color: #331218;
}
.ns-3016, .ns-3017 {
background: #180C29;
}