Yeah somebody help me please |
Yeah somebody help me please |
Aug 14 2005, 06:40 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 1 Joined: Aug 2005 Member No: 203,111 |
Alright so i used one of those premade layouts from another free website.. and i really like the layout but the pictures and comments fade into the layout.. Here's the code.. can anyone tell me how to change that? Also how would I change the fonts and colors, i'm used to very simple html.. this is way too over my head. I was able to change the hoverlink but that's About it.
<style type="text/css">body { background-color:ffffff; background-image:url('http://img56.imageshack.us/img56/448/rainbowhearts9km.jpg'); background-position:center center; background-repeat:repeat; background-attachment:fixed; } table, td {background:transparent; border:0px;} table table table {background:transparent;} table table table td { background-color:000000; filter:alpha(opacity=70); -moz-opacity:0.7; opacity:0.7; -khtml-opacity:0.7; } table table table table td {filter:none;} input {background-color:transparent !important;} td, span, div, input, a, table td div div font, body div table tbody tr td font {font-family:terminal !important;} td, span, div, input, table td div div font, body div table tbody tr td font {color:white !important;} font, body, td, .nametext, .whitetext12, .lightbluetext8, .orangetext15, .blacktext12, .redtext, .redbtext, .blacktext10 {color:white !important; font-size:11px;} a {color:white !important; text-decoration: none!important; font-style: normal !important; font-weight: normal !important; text-transform: uppercase !important; } a:hover {color:yellow !important; text-decoration: none!important; font-style: normal !important; font-weight: normal !important; text-transform: lowercase !important; } /* === Extra Features === */ img {border:0px;} /* brought to you by bbz v0.21 */ /* Any additional style codes go under this line. */ body{scrollbar-face-color:black; scrollbar-shadow-color:yellow; scrollbar-highlight-color:black; scrollbar-3dlight-color:limegreen; scrollbar-darkshadow-color:aqua; scrollbar-track-color:hotpink; scrollbar-arrow-color:ffffff;}</style> |
|
|
|
![]() |
Aug 14 2005, 10:05 PM
Post
#2
|
|
![]() mmm. ![]() ![]() ![]() ![]() Group: Member Posts: 283 Joined: Aug 2005 Member No: 199,949 |
dun understand the redtext or the blacktext stuff go \\ HERE // for the explanations.
the tables fade cuz of this code QUOTE table table table td { background-color:000000; filter:alpha(opacity=70); -moz-opacity:0.7; opacity:0.7; -khtml-opacity:0.7; } so u might want to change that top opacity=90 or somethin and the rest to 0.9 if u want them to be a little less transparent. td, span, div, input, a, table td div div font, body div table tbody tr td font {font-family:terminal !important;} that is where u can change ur font, just replace terminal with arial or w/e. QUOTE font, body, td, .nametext, .whitetext12, .lightbluetext8, .orangetext15, .blacktext12, .redtext, .redbtext, .blacktext10 {color:white !important; font-size:11px;} a {color:white !important; text-decoration: none!important; font-style: normal !important; font-weight: normal !important; text-transform: uppercase !important; } a:hover {color:yellow !important; text-decoration: none!important; font-style: normal !important; font-weight: normal !important; text-transform: lowercase !important; } those are the words in ur myspace (check the link above if u dun understand what each one means) and u can change the color (white) and the font size (11). font style u can change from normal to bold or underline or italicize; text transform u can change it to uppercase or lowercase or line-through. and yup thats basically it whew that took awhile |
|
|
|
![]() ![]() |