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

From Pikmin Fanon
No edit summary
 
(38 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: #FFF;
background: #137813;
color: #000;
}
}
.content figure .thumbinner, .content .thumb .thumbinner{
border-radius: 20px;
border: none;
background: #000;
box-shadow: 3px 3px 6px rgba(0,0,0,0.2);
}
@media (prefers-color-scheme: dark){
}

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;
}