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

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


element.style{
#user-info-search-wrapper {
}
background: #137813;
#header-wrapper{
color: #fff;
background: linear-gradient(to left, #2e007c 0, #4600bf 50%, #2e007c 100%);
}
 
element.style{
}
#sidebar-wrapper{
background: #652fc1;
}
 
#content-wrapper{
background: #000;
}
 
#content{
background: #50505;
    color: #FFF;
}
}


.sidebar-section{
body {
  color: #FFF;
background: #137813;
}
}

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