change font size of extended network?, help :) |
![]() ![]() |
change font size of extended network?, help :) |
| *waze* |
Jan 20 2006, 11:16 PM
Post
#1
|
|
Guest |
how do i change the font size of my extended network?
i took this layout from this site createblog...here's the code for the layout on my pg....does anyone know? <STYLE TYPE="text/css"> body { background-color: ffffff; background-image:url('http://images.cbimg5.com/myspace/31/7598.jpg'); background-position:top left; background-repeat: no-repeat; background-attachment: fixed; scrollbar-arrow-color: 000000; scrollbar-face-color: ffffff; scrollbar-3dlight-color: black; scrollbar-darkshadow-color: black; scrollbar-shadow-color: black; scrollbar-highlight-color: black; scrollbar-track-color: white; cursor: crosshair; } b, strong {color: 000000;} i, em {color: ffffff; } body, p, td, font { font-family: tahoma; font-size: 11px; color: 000000; text-transform: normal;} table, td, tr, th { font-family: tahoma; font-size: 11px; color: 000000;} body, td, li, p, div, li, p, br, table { font-family: tahoma; color: 000000; text-transform: normal;} .text { font-family: tahoma; font-size: 11px; color: 000000; text-align: center;} .blacktext12 { font-family: tahoma; font-size: 0px; color: 000000;} span.blacktext12 { ; display: block; }.redtext { font-family: tahoma; color: 000000; font-size: 11px; }.redbtext { font-family: tahoma; color: 000000; font-size: 11px;} .orangetext15 { font-family: tahoma; font-size: 11px; color: 000000; text-transform: normal;} .whitetext12 { font-family: tahoma; font-size: 11px; color: white; text-transform: uppercase; text-align: center; background-color: FF6EC7; display: block; } .lightbluetext8 { font-family: tahoma; font-size: 11px; color: white; text-transform: uppercase; text-align: center; background-color: black; display: block; } .btext { font-family: tahoma; font-size: 11px; color: white; text-transform: uppercase; text-align: center; background-color: FF6EC7; display: block; } .blacktext10 { font-family: tahoma; font-size: 11px; color: white; text-transform: uppercase; text-align: center; background-color: black; display: block; } .nametext { font-family: tahoma; font-size: 11px; color: white; text-transform: uppercase; text-align: center; background-color: FF6EC7; display: block; } table, tr, td { border: none; background-color: transparent; padding: 0;} table { border: none; background-color: transparent;} table table { border: none; border-color: none; background-color: transparent;} table table table { border: 0px solid; border-color: 000000; background-color: ffffff; padding: 0;} table table table table { border: none; border-color: none;} a:link, a:link font, a:active, a:active font, a:visited, a:visited font, a.navbar:link, a.navbar:active, a.navbar:visited, a.redlink:link, a.redlink:active, a.redlink:visited { font-family: tahoma; font-size: 11px; color: 000000; text-transform: normal; text-decoration: none; } a:hover, a.navbar:hover, a.redlink:hover { font-family: tahoma; font-size: 11px; color: FF6EC7; text-transform: normal; font-weight: bold; cursor: crosshair; background-color: ffffff; } </style> |
|
|
|
Jan 20 2006, 11:35 PM
Post
#2
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
Edit the parts of your code for blacktext12. That is for the extended network I believe.
Or just delete those parts and replace them w/ this CODE .blacktext12{font-family: arial; color: ######; font-weight: bold; font-size: 20px; letter-spacing: -2px; } edit the settings to your liking. |
|
|
|
Jan 20 2006, 11:42 PM
Post
#3
|
|
|
Myspace Helper/Beginner ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 440 Joined: Jan 2006 Member No: 345,480 |
the #### = HEX CODE = FIND HERE http://www.myspace.com/index.cfm?fuseactio...riendID=5132977
|
|
|
|
| *waze* |
Jan 21 2006, 12:04 AM
Post
#4
|
|
Guest |
i don't get it.
can one of u just copy n paste my code and BOLD the parts i need to change for the font size of my EXTENDED NETWORK. if u look at my pg. i want my extended network font size to be the same as the rest. |
|
|
|
Jan 21 2006, 12:10 AM
Post
#5
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
.blacktext12 {
font-family: tahoma; font-size: 0px; color: 000000;} span.blacktext12 { ; display: block; change that to this: CODE .blacktext12{font-family: arial; color: ######; font-weight: bold; font-size: 20px; letter-spacing: -2px; } and change the fonts of the (code you changed it to) to the font and size of the rest of your myspace layout. |
|
|
|
| *waze* |
Jan 21 2006, 12:23 AM
Post
#6
|
|
Guest |
there's alot of words that say that.
can u copy n paste my whole code an bold everythin that i need to switch it too? |
|
|
|
Jan 21 2006, 12:27 AM
Post
#7
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Duplicate Posts: 1,912 Joined: May 2005 Member No: 137,527 |
You have a very short css code, if you looked through it you would see the words blacktext12
QUOTE <STYLE TYPE="text/css"> body { background-color: ffffff; background-image:url('http://images.cbimg5.com/myspace/31/7598.jpg'); background-position:top left; background-repeat: no-repeat; background-attachment: fixed; scrollbar-arrow-color: 000000; scrollbar-face-color: ffffff; scrollbar-3dlight-color: black; scrollbar-darkshadow-color: black; scrollbar-shadow-color: black; scrollbar-highlight-color: black; scrollbar-track-color: white; cursor: crosshair; } b, strong {color: 000000;} i, em {color: ffffff; } body, p, td, font { font-family: tahoma; font-size: 11px; color: 000000; text-transform: normal;} table, td, tr, th { font-family: tahoma; font-size: 11px; color: 000000;} body, td, li, p, div, li, p, br, table { font-family: tahoma; color: 000000; text-transform: normal;} .text { font-family: tahoma; font-size: 11px; color: 000000; text-align: center;} .blacktext12 { font-family: tahoma; font-size: 0px; color: 000000;} span.blacktext12 { ; display: block; }.redtext { font-family: tahoma; color: 000000; font-size: 11px; }.redbtext { font-family: tahoma; color: 000000; font-size: 11px;} .orangetext15 { font-family: tahoma; font-size: 11px; color: 000000; text-transform: normal;} .whitetext12 { font-family: tahoma; font-size: 11px; color: white; text-transform: uppercase; text-align: center; background-color: FF6EC7; display: block; } .lightbluetext8 { font-family: tahoma; font-size: 11px; color: white; text-transform: uppercase; text-align: center; background-color: black; display: block; } .btext { font-family: tahoma; font-size: 11px; color: white; text-transform: uppercase; text-align: center; background-color: FF6EC7; display: block; } .blacktext10 { font-family: tahoma; font-size: 11px; color: white; text-transform: uppercase; text-align: center; background-color: black; display: block; } .nametext { font-family: tahoma; font-size: 11px; color: white; text-transform: uppercase; text-align: center; background-color: FF6EC7; display: block; } table, tr, td { border: none; background-color: transparent; padding: 0;} table { border: none; background-color: transparent;} table table { border: none; border-color: none; background-color: transparent;} table table table { border: 0px solid; border-color: 000000; background-color: ffffff; padding: 0;} table table table table { border: none; border-color: none;} a:link, a:link font, a:active, a:active font, a:visited, a:visited font, a.navbar:link, a.navbar:active, a.navbar:visited, a.redlink:link, a.redlink:active, a.redlink:visited { font-family: tahoma; font-size: 11px; color: 000000; text-transform: normal; text-decoration: none; } a:hover, a.navbar:hover, a.redlink:hover { font-family: tahoma; font-size: 11px; color: FF6EC7; text-transform: normal; font-weight: bold; cursor: crosshair; background-color: ffffff; } </style> change the 000000 to any RRGGBB color_code that you would like. |
|
|
|
| *waze* |
Jan 21 2006, 02:56 AM
Post
#8
|
|
Guest |
ooooh thank u! i got it!! :))))
|
|
|
|
![]() ![]() |