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

From Pikmin Fanon
No edit summary
Tag: Reverted
 
(7 intermediate revisions by one other user not shown)
Line 1: Line 1:
/* infobox {
#header-wrapper {
border-radius: 8px;
background: none;
font-size: 80%;
position: relative;
text-align: left;
box-shadow: none;
padding: 0.2em;
}
}


.infobox th {
#user-info-search-wrapper {
border-radius: 6px;
background: #137813;
padding-left: 4px;
color: #fff;
font-size: 100%;
}
}


.navbox {
body {
border-radius: 8px;
background: #137813;
padding: 0.2em;
}
}
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;
}