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

From Pikmin Fanon
No edit summary
(Let me see what that changed)
Line 16: Line 16:


hmtl, #content, #mw-body, #mw-mf-page-center{
hmtl, #content, #mw-body, #mw-mf-page-center{
background: #000;
background: #FFF.
color: #FFF;
color: #000;
}
}
  .content figure .thumbinner, .content .thumb .thumbinner{
  .content figure .thumbinner, .content .thumb .thumbinner{
Line 23: Line 23:
  border: none;
  border: none;
  background: #000;
  background: #000;
box-shadow: 3px 3px 6px rgba(0,0,0,0.2);
  }
  }

Revision as of 16:28, 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: #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);
 }