CSS is a common way of styling a web page. By keeping style information separate from structure and content it is possible to easily change and customize the look of a page without making any structural changes to it.
Mix2r allows you to change the appearance of your user profile page. By default, Mix2r uses the following styles:
#profiletable .username {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
color: #000000;
background-color: #FFCC33;
border: thin dotted #FFCC33;
height: 30px;
padding-bottom: 10px;
}
#profiletable {
width: 500px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;
height: 22px;
background-color: #333333;
padding: 2px;
}
#mix2rprofile {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333333;
}
.mix2rprofileheader {
font-size: 14px;
font-weight: bold;
}
To customize your user profile, we suggest that you copy the CSS above and put it into My Account > Edit > Profile Display Settings (Advanced) > CSS Snippet field, and slowly make changes to colors and stuff until you see what you like.
Your customization will be loaded after Mix2r's default style sheets, so to go back to the site default, just delete the contents of your CSS Snipped field.
Oops!
Forget it. I got it. Thanks!