The white box thats in the middle, I need help with it.
How do I change its colour, and how do I change the font colour?
The white boxes.
3 posts • Page 1 of 1 •
The white boxes.
Birds of a feather; screw the middle class all together.
Rules are like bones, they were meant to be broken.
Rules are like bones, they were meant to be broken.
-

RestriCKted - THE CAKE IS A LIE
- Posts: 1908
- Joined: 13 May 2008
- Age: 14
- Gender: Male
- Location: Hell of I know..
To get rid of the white wrap, copy the link that you have for your "background image" and insert it in this code here:
Put it in place of the url I have there and paste it at the end of your profile CSS.
As for the font color:
Get a color code and put it in the place of the #9C075 I have there. And for the different boxes...
Bolds are the font colors, change them to whatever you want.
Italics are border colors, you can set them to the same color as the fonts if you want.
Underlined text is background images. If you want to replace it with a solid color, like black put in:
in place of the background-image:url(url here)
I'm not 100% sure on the last part, but I'm pretty sure it's right.
- Code:
#wrap {
width: 100%;
margin: 0 auto;
text-align: left;
background: url(http://i204.photobucket.com/albums/bb61/Tom_Uchiha_Productions/CSS%20stuff/yagami-light-wallpaper-1024-768.jpg) repeat fixed left top;
}
Put it in place of the url I have there and paste it at the end of your profile CSS.
As for the font color:
- Code:
}
h1 {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 20px;
margin: 0px;
color: #9C0705;
display:inline;
padding: 0px;
padding-left: 5px;
}
Get a color code and put it in the place of the #9C075 I have there. And for the different boxes...
- Code:
}
.locationstuff {
color: [b]#9C0705[/b];
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:18px;
padding-left: 5px;
}
.stufftable {
background-image: none;
background-position: center;
background-repeat:no-repeat;
width:100%;
color:[b]#373737[/b];
margin-top:40px;
padding:5px;
border:2px solid [i]#9C0705[/i];
padding-left:10px;
}
.contacttable, .statstable, .raninfotable, .avatartable, .friendstable, .commenttable, .commentaddtable
{
[u]background-image: url(http://i204.photobucket.com/albums/bb61/Tom_Uchiha_Productions/CSS%20stuff/Yagami-Light-1.jpg);[/u]
background-position:center;
background-repeat:repeat;
width:100%;
margin-top:10px;
[b] color:#373737;[/b]
padding:5px;
border:2px solid [i]#9C0705;[/i]
padding-left:10px;
}
Bolds are the font colors, change them to whatever you want.
Italics are border colors, you can set them to the same color as the fonts if you want.
Underlined text is background images. If you want to replace it with a solid color, like black put in:
- Code:
background-color: #000000
in place of the background-image:url(url here)
I'm not 100% sure on the last part, but I'm pretty sure it's right.
Just because I can't change everything doesn't mean I can't change anything
Quotes of Tom's awesomeness:
Quotes of Tom's awesomeness:
Spoiler:
-

Tom - I'm barely holdin' on to you
- Posts: 3135
- Joined: 11 Feb 2008
- Age: 15
- Location: KENYAAAAAAAAAAA!
Thank ya
Birds of a feather; screw the middle class all together.
Rules are like bones, they were meant to be broken.
Rules are like bones, they were meant to be broken.
-

RestriCKted - THE CAKE IS A LIE
- Posts: 1908
- Joined: 13 May 2008
- Age: 14
- Gender: Male
- Location: Hell of I know..
3 • Page 1 of 1 •
Profile Layout Help and Discussion