Changing font size and color on one particular part, see inside for my attempt at an explanation lol. |
Changing font size and color on one particular part, see inside for my attempt at an explanation lol. |
![]()
Post
#1
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 125 Joined: Jun 2005 Member No: 156,341 ![]() |
Ok I would like to change my font to one size bigger...which would make it arial 11pt...and i'd like the change the color of it in my general, movies, music, etc. but only in the heading itself not in the text i typed in. Here's the coding for my style sheet.
<style> table table table td {vertical-align:top ! important;} span.blacktext12 { visibility:visible !important; background-color:transparent; background-image:url("http://i34.photobucket.com/albums/d119/a_forgotten_ghost/banner.jpg"); background-repeat:no-repeat; background-position:center center; font-size:0px; letter-spacing:-0.0px; width:435px; height:75px; display:block !important; } span.img {display:none;} </style> <style type="text/css"> .contactTable { width:300px !important; height:150px !important; padding:0px !important; background-image:url("http://i34.photobucket.com/albums/d119/a_forgotten_ghost/contacttable2.jpg"); background-attachment:scroll; background-position:center center; background-repeat:no-repeat; background-color:transparent;} .contactTable table, table.contactTable td { padding:0px !important; border:0px; background-color:transparent; background-image:none;} .contactTable a img {visibility:hidden; border:0px !important;} .contactTable a {display:block; height:28px; width:115px;} .contactTable .text {font-size:1px !important;} .contactTable .text, .contactTable a, .contactTable img {filter:none !important;} </style> <style type="text/css"> body { background-color: rgb(255,255,255); background-image: url(http://www.profilefuze.com/uploads/20061219/20061219_Layout140BG_1166577092707998499.jpg); background-position: center center; background-repeat: no-repeat; background-attachment: fixed; } table, tr, td { background-color: transparent; border: 0px; } table table { border: 0px; } table table table table{ border:0px; } table table table { border-width: 0px; border-color: rgb(102,102,102); border-style: solid; background-color: transparent; } table table table td { background-color: transparent; filter:alpha(100); -moz-opacity:1; opacity:1; -khtml-opacity:1; } table table table table td { filter:none; } body, div, span, td, p, .orangetext15, .whitetext12, .lightbluetext8, strong, b, u, .redtext, .redbtext, .btext, .text, .nametext, .blacktext10, .blacktext12 { font-family: Arial; font-size: 10px; color: rgb(255, 255, 255); font-weight: normal; font-style: normal; text-decoration: none; } .nametext { padding: 5px; display:block; font-family: Arial; font-size: 10px; color: rgb(255, 255, 255); font-weight: bold; font-style: normal; text-decoration: none; } .whitetext12, .orangetext15 { font-family: Arial; font-size: 12px; color: rgb(111, 136, 070); font-weight: bold; font-style: normal; text-decoration: none; } a.navbar:link, a.navbar:active, a.navbar:visited, a.navbar:hover, a.man:link, a.man:active, a.man:visited, a.man:hover, a, a:link, a:active, a:visited, a:hover, a.navbar:link, a.navbar:active, a.navbar:visited, a.navbar:hover, a.text:link, a.text:active, a.text:visited, a.text:hover, a.searchlinksmall:link, a.searchlinksmall:active, a.searchlinksmall:visited, a.searchlinksmall:hover, a.redlink:link, a.redlink:active, a.redlink:visited, a.redlink:hover { color: rgb(111, 136, 070); font-weight: bold; font-style: normal; text-decoration: none; } a.navbar:hover, a.man:hover, a:hover { color: rgb(0, 0, 0); font-weight: bold; font-style: normal; text-decoration: underline; } </style> |
|
|
![]() ![]() |