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

From Pikmin Fanon
m (Darryl Omg moved page User:Darryl Omg/common.css to User:Darryl Omg/refreshed.css over redirect)
(the wiki doesn't looks the same with this)
Tag: Replaced
Line 1: Line 1:
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: #FFF;
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){
}

Revision as of 17:21, 29 November 2023

>