if anyone cares heres my css
~changes the gamer level color:"Gamer level:1"~
gamer level .userscore{Color:Skyblue;}
Colors can be color names or color hex.
Color name: Aqua
Color hex:#00FFFF
In the code it would go
Color:aqua; or Color:#00FFFF
Font Family can be any font that the internet accepts like papyrus and tahoma.The others are yet to be found :P
Text-align can be Left,Right,Center, and Justify.
Just add to any code and it should work == text-align:Left;
*********
~This just removes or makes invisible part of the buttons the "post comment" button
Protip: When adding "none" instead of a url it makes that invisible.
post comment half button .h2more{float:right;margin-top:-30px;background:url(none);}
~ used to remove the rest of the whole button not sure if it still works.still works for font color of the button.
Protip: if you dont know what will change what always use "lime" for the color so its more easy to find what you have changed.works for backgrounds as well.[ex: background-color:lime;]
* buttons * .smallbutton, .buttonend{background:url(none);
color:DarkOrchid;}
********* ~links
a:link[all the links on the profile],a:hover[the color it will change when u hover over the link] a:visited [the color it will change to once youve already visitied that link], a:active[the links that are active xD]
Protip:apparently transparent is a color as well works on FF not on IE transparent =balck in IE.
you can change the color to the link and background transparent makes the background transparent.
a:link {
color:black;
text-decoration:none;
font-family:Comic Sans MS;
background:transparent;
text-position:center;}
a:hover{
color:black;
text-decoration: none;
font-family:Comic Sans MS;
background:transparent;
text-position:center;}
a:active{
color:black;
text-decoration: none;
font-family:Comic Sans MS;
background:transparent;
text-position:center;}
a:visited {
color:black;
text-decoration: none;
font-family:Comic Sans MS;
background:transparent;
text-position:center;}
*****************
~Font color to every color
* Basic font * body{
color:black;
}
**************** ~Headings
welcome to my profile h1{
font-family:papyrus;
font-size:25px;
text-align:center;
color:#FF0099!important;
}
2nd headings like comment/post comment, recent activities and friends h2{
font-family: papyrus;
font-size:15px;
text-align: center;
color:red!important;
}
dates on recent activity h3{
font-family: papyrus;
font-size:15px;
text-align: center;
color:lime!important;
}
demonic780 said
a long time ago | Post #61 | in reply to #59http://nonoba.com/forum/nonoba/guide-how-to-add-music-to-your-profile