« SpaceHey Forum

Color of background

Posted by zvmb

posted

Forum: SpaceHey

So i used this layout made by sybilz layouts and i like the pink esque, but its not what im going for! id like to change it to white, particularly f9f9fa and other grey factors. if any coders could help it would be much appreciated 


Report Topic

1 Reply

Reply by GOAT

posted

nav .links {
  background-color: #9f9c9e;
  padding: 3.5px 16px 5.5px 16px;
  border: solid 3px #757575;
  box-shadow: 0px 0px 10px #484748; }

main {

border: solid 2px #acacac;
box-shadow: 0px 0px 6px #acacac; }

.row.profile {
  background-color: #e8e8e8b2;
}

.profile .contact {

border: 2px solid #b5b5b5;
background-color: #e8e8e8;
box-shadow: #b9b9b9 5px 5px; }

.profile .contact .heading {

background-color: #a4a4a4;
padding: 4px 7px;
border: 2px inset #8a8a8a; }

.inner {
background-color: #e6e6e6;
border: 3px inset #595959;
box-shadow: 5px 8px #9d9d9d !important; }

.details-table td:first-child {
background-color: #b3b3b3; }

.details-table td {
background-color: #c6c6c68c;
box-shadow: 2px 5px #757575; }

.profile .friends .heading {

background-color: #d7d6d6;
color: #3e3d3d;
border: inset #444; }

footer {

background-color: #d0d0d0; }

that should help ya a lil :3


Permalink Report Reply