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 21 2006, 12:27 AM
Post
#2
|
|
![]() 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 change font size of extended network? Jan 20 2006, 11:16 PM
toyo loco Edit the parts of your code for blacktext12. That ... Jan 20 2006, 11:35 PM
MikeTeh1337 the #### = HEX CODE = FIND HERE http://www.myspace... Jan 20 2006, 11:42 PM
waze i don't get it.
can one of u just copy n past... Jan 21 2006, 12:04 AM
toyo loco .blacktext12 {
font-family: tahoma; font-size: 0px... Jan 21 2006, 12:10 AM
waze there's alot of words that say that.
can u co... Jan 21 2006, 12:23 AM
waze ooooh thank u! i got it!! :)))) Jan 21 2006, 02:56 AM![]() ![]() |