MediaWiki:Timeless.css: Difference between revisions

From Kainga Encyclopedia
Jump to navigation Jump to search
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 4: Line 4:
display:none !important;
display:none !important;
}
}
  .color-left{
  .color-middle{
background:#341000 !important;
background:#341000 !important;
}
.color-left{
background:#ffcd30 !important;
}
.color-right{
background:#ee8326 !important;
}
}

Revision as of 20:29, 26 May 2024

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

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