MediaWiki:Timeless.css: Difference between revisions

From Kainga Encyclopedia
Jump to navigation Jump to search
(Created page with "→‎All CSS here will be loaded for users of the Timeless skin: .mw-wiki-logo{ display:none !important; }")
 
No edit summary
Tag: Reverted
Line 3: Line 3:
.mw-wiki-logo{
.mw-wiki-logo{
display:none !important;
display:none !important;
}
.color-left{
background:#341000 !important;
}
}

Revision as of 20:24, 26 May 2024

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

.mw-wiki-logo{
	display:none !important;
}
 .color-left{
	background:#341000 !important;
}