User:Blower Pot/refreshed.css: Difference between revisions

From Pikmin Fanon
No edit summary
No edit summary
Line 15: Line 15:
}
}


hmtl, body, #content, #mw-body, #mw-mf-page-center{
hmtl, #content, #mw-body, #mw-mf-page-center{
background: #000;
background: cyan;
color: #000;
color: #FFF;
}
}

Revision as of 16:12, 29 November 2023

body{
	background: #44007e;
}

element.style{
}
#header-wrapper{
	background: linear-gradient(to left, #4c008b 0, #8b00ff 50%, #4c008b 100%);
}

element.style{
}
#sidebar-wrapper{
	background: #a233ff;
}

hmtl, #content, #mw-body, #mw-mf-page-center{
	background: cyan;
	color: #FFF;
}