MediaWiki:DarkTimeless.css: Difference between revisions

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
(Created page with "→‎CSS placed here will affect users of the Timeless night theme: #mw-content-container { background: #382D26 url(https://mario.wiki.gallery/images/timeless-darkbg.webp) fixed !important; }")
 
mNo edit summary
 
Line 2: Line 2:


#mw-content-container { background: #382D26 url(https://mario.wiki.gallery/images/timeless-darkbg.webp) fixed !important; }
#mw-content-container { background: #382D26 url(https://mario.wiki.gallery/images/timeless-darkbg.webp) fixed !important; }
/* Red theme */
body, #mw-header-container, #mw-header-nav-hack {
background: #600 !important;
}
.color-left, .color-middle, .color-right,
.suggestions .suggestions-result-current {
background: #400 !important;
}
#mw-content-container {
border-color: #400 !important;
}

Latest revision as of 18:38, February 20, 2025

/* CSS placed here will affect users of the Timeless night theme */

#mw-content-container { background: #382D26 url(https://mario.wiki.gallery/images/timeless-darkbg.webp) fixed !important; }

/* Red theme */
body, #mw-header-container, #mw-header-nav-hack {
	background: #600 !important;
}
.color-left, .color-middle, .color-right,
.suggestions .suggestions-result-current {
	background: #400 !important;
}
#mw-content-container {
	border-color: #400 !important;
}