Lost.. on colors |
Lost.. on colors |
Nov 27 2007, 07:42 PM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 80 Joined: Sep 2006 Member No: 460,948 |
I'm trying to change my font colors, but I'm lost on how to do it?
Can someone give me step by step instructions on how to do it? My.. Space Thanks in advance!! |
|
|
|
![]() |
Nov 28 2007, 10:14 AM
Post
#2
|
|
![]() Addict ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 3,918 Joined: Jun 2007 Member No: 538,522 |
Well basically, every type of font on your Myspace must have a color (or hex code) assigned to it. Hex codes are what make your colors appear. They are six figures that define a set color; for example to get white text you must use 'ffffff' and black is '000000'.
What I've done here is to break down your code and tell you what each line will define if you change the hex numbers. CODE table, tr, td, li, p, div { color:aaaaaa; } This is your basic text. Everything that you write will be changed to whatever colour you specify here. CODE .btext { color:aaaaaa; } This changes the bold text which tells you '[username]'s Latest Blog Entry' and '[Username] has 10 Friends' text. CODE .blacktext10 { color:aaaaaa; } This changes the colour of your comment dates. CODE .blacktext12 { color:aaaaaa; } This changes your extended network text colour. The bit that says '[Username] is in your extended network'. CODE .lightbluetext8 { color:aaaaaa; } This changes your bold table text. The stuff that says 'Orientation:' 'Here For:' 'Zodiac:' etc. CODE .orangetext15 { color:aaaaaa; } This changes your headers. Stuff such as 'About Me','Who I'd Like To Meet' and '[Username]'s Friend Space'. CODE .redtext { color:aaaaaa; } This changes the color of your numbered comments. So if you had 10 comments showing out of 20, 'Showing 10 of 20 comments' it would change the colours of those numbers. CODE .redbtext { color:aaaaaa; } This changes the colour of the number of friends you have. For example; '[Username] has 6 friends' - it would change the 6. CODE .text { color:aaaaaa; } This changes the colour of all your details next to your profile picture. Your age, name, tagline and last log in time. CODE .whitetext12 { color:aaaaaa; } Changes the colour of the left-hand headers. 'Contacting [Username]' and [Username]'s Details. It's exactly the same for links. Each line of code changes a very small section of your Myspace. I'd advise you to explore what each one does by picking a bright colour such as red (ff0000) and substituting that in your code for the grey (aaaaaa). This way, you can see directly what each line of code changes and has an effect on. |
|
|
|
dpl313 Lost.. on colors Nov 27 2007, 07:42 PM
mlothepimp Well i'm not good with teaching stuff, but if ... Nov 27 2007, 10:34 PM
karmakiller There's some CSS charts here:
http://www.creat... Nov 27 2007, 11:22 PM
dpl313 Here's my about me code. Thanks for helping me... Nov 28 2007, 09:14 AM
dpl313 S-Majere: If I go edit it myself, and change those... Nov 28 2007, 04:07 PM
Fawaz Can You Say What Color You Want To Change It Font ... Nov 28 2007, 04:31 PM
dpl313 Fawaz: Nvm.. that's just fine
Thanks!... Nov 28 2007, 05:34 PM
S-Majere dpl313 - Just save your original code in Notepad b... Nov 28 2007, 05:40 PM
dpl313 S-Majere: Not into that idea, because that's 1... Nov 28 2007, 05:46 PM
S-Majere Hours of fustration pretty much sums up the life o... Nov 28 2007, 05:50 PM![]() ![]() |