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



YumeWiki
2,813Articles

MediaWiki:Cosmos.css: Difference between revisions

No edit summary
No edit summary
Line 2: Line 2:


/* Muma|Rope Wiki styling */
/* Muma|Rope Wiki styling */
@import url("https://yume.wiki/MediaWiki:MumaRope-Cosmos.css?action=raw&ctype=text/css");  
@import url("https://yume.wiki/MediaWiki:MumaRope-Cosmos.css?action=render&ctype=text/css");  


#cosmos-banner, #cosmos-toolbar {
#cosmos-banner, #cosmos-toolbar {

Revision as of 06:53, 23 February 2023

/* All CSS here will be loaded for users of the Cosmos skin */

/* Muma|Rope Wiki styling */
@import url("https://yume.wiki/MediaWiki:MumaRope-Cosmos.css?action=render&ctype=text/css"); 

#cosmos-banner, #cosmos-toolbar {
	position: static !important;
}

#cosmos-toolbar {
	box-shadow: none !important;
}

@media screen {
    body > #mw-content-container {
        margin-top: 5%;
    }
}

#mw-content-wrapper {
    width: 90%;
    padding: 0 20px;
}

#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;
}


element.style {
    width: 141px;
}

li.gallerybox div.thumb {
	background: none !important;
}

.toc {
  	background: rgba(246, 247, 248, 0.2);
}

.toc .tocnumber{
    font-weight: bold;
}

.runningAuthor {
    background: rgba(255, 255, 255, 0.2)
}