just a simple question |
just a simple question |
![]()
Post
#1
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 40 Joined: Jul 2005 Member No: 181,484 ![]() |
Hey, is there any possible way to keep the layout that you originally get on Myspace, and just change the font?
Like this: <img src="http://tinypic.com/i54000.gif"><br><img src="http://tinypic.com/i540gh.gif"> |
|
|
![]() |
![]()
Post
#2
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,534 Joined: Jul 2005 Member No: 170,127 ![]() |
here are the codes to change all of the text properties in your myspace WITHOUT formatting the tables and backgrounds.
CODE /*class for the basic font for the page*/
.text {font:normal 9px arial; color:######; font-weight:none; border:0px; text-transform: none; line-height:12px;} /*style for the number of comments you have. The actual ..*/ .redtext{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase; } /*style for the number of friends you have.*/ .redbtext{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase; } /*”Blurbs”, “About Me”, “Who I’d like to Meet”, “Friend Space”, and “Friend’s Comments” style*/ .orangetext15{font-family: arial; color: ######; font-weight: bold; font-size: 20px; letter-spacing: -2px;} /*”General”, “Music”, “Movies”, “Television”, “Books”, “Heros”, “Status”, “Here for”, “Hometown”, “Body Type”, “Ethnicity”, “Religion”, “Sign”, “Smoke/Drink”, “Children”, “Education”, “Occupation”, and “Income” title style*/ .lightbluetext8{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase; } /*”Contacting”, “Interests”, “Details”, and “Schools” title styling*/ .whitetext12{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;} /*”In your extended network” style*/ .blacktext12{font-family: arial; color: ######; font-weight: bold; font-size: 20px; letter-spacing: -2px; } /*Stylizing of your name above your picture */ .nametext{font-family: arial; color: ######; font-weight: bold; font-size: 30px; letter-spacing: -3px; line-height: 35px;} /*date stamp on comments*/ .blacktext10{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;} |
|
|
![]() ![]() |