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

From Pikmin Fanon
No edit summary
Tag: Reverted
 
(15 intermediate revisions by one other user not shown)
Line 1: Line 1:
.infobox {
#header-wrapper {
border-radius: 8px;
background: none;
position: relative;
box-shadow: none;
}
}


.infobox th {
#user-info-search-wrapper {
border-radius: 6px;
background: #137813;
color: #fff;
}
}


.infobox {
body {
border-radius: 8px;
background: #137813;
}
 
.navbox {
border-radius: 8px;
}
 
table.navbox th {
border-radius: 6px;
}
}

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