No edit summary |
(Changes to element backgrounds) |
||
Line 46: | Line 46: | ||
.ns-3016, .ns-3017 { | .ns-3016, .ns-3017 { | ||
background: #180C29; | background: #180C29; | ||
} | |||
.gallerybox .thumb { | |||
background: none; | |||
} | |||
.toc { | |||
background: rgba(246, 247, 248, 0.1); | |||
} | } |
Revision as of 17:47, 6 December 2022
/* All CSS here will be loaded for users of the Cosmos skin */
#cosmos-banner, #cosmos-toolbar {
position: static !important;
}
#cosmos-toolbar {
box-shadow: none !important;
}
#mw-indicator-smw-entity-examiner {
display: none;
}
.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-3014, .ns-3015 {
background-image: url(https://yume.wiki/images/9/94/Unevendream-bg-image.png);
}
.ns-3014 #mw-content, .ns-3015 #mw-content {
background-color: #ffffff;
}
.ns-3014 #mw-content a:not(.new), .ns-3015 #mw-content a:not(.new) {
color: #6f027c;
}
.ns-3014 #mw-content a:not(.new):hover, .ns-3015 #mw-content a:not(.new):hover {
color: #150017;
}
.ns-3016, .ns-3017 {
background: #180C29;
}
.gallerybox .thumb {
background: none;
}
.toc {
background: rgba(246, 247, 248, 0.1);
}