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

From Pikmin Fanon
No edit summary
 
(42 intermediate revisions by one other user not shown)
Line 1: Line 1:
body{
#header-wrapper {
background: #44007e;
background: none;
position: relative;
box-shadow: none;
}
}


element.style{
#user-info-search-wrapper {
}
background: #137813;
#header-wrapper{
color: #fff;
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{
body {
background: #000;
background: #137813;
color: #FFF;
}
}

Latest revision as of 15:40, 28 February 2024

#header-wrapper {
	background: none;
	position: relative;
	box-shadow: none;
}

#user-info-search-wrapper {
	background: #137813;
	color: #fff;
}

body {
	background: #137813;
}