Log In · Register

 
 
Closed TopicStart new topic
Explain this codes
bigtrey90
post Jan 14 2007, 05:10 PM
Post #1


talent on another level
*****

Group: Member
Posts: 746
Joined: Oct 2006
Member No: 475,735



I got this code off the "5 versions of Myspace CSS" forum, could somebody explain all this to me?

CODE
<style type="text/css">
img,a:active img,a:link img,a:visited img,
img{border:0px;!important;cursor:default}
a:hover img{filter: progid:DXImageTransform.Microsoft.Pixelate (maxsquare=3);
line-height:0px;cursor:default}
.layout{website:url(http://www.myspace.com/20558964);
position:absolute;top:0px;left:0px;}
a:hover img{-moz-opacity:0.40;cursor:default}
a.text,table div font a,table div div,.navbar font,tr td font,.orangetext15,.whitetext12,.redtext,.redbtext,
.btext{visibility:hidden;display:none;height:0px;!important;cursor:default}
font,td,body,table,body,td,li,p,div,li,h1,h2,p,br,li,ol,ul,
.text{font-family:small fonts;
font-size:7px;text-transform:uppercase;text-decoration:
none;font-weight:normal;cursor:default}
a:active link,a:visited link,a:link,a.redlink:active, a.redlink:visited,
a.redlink:link{font-family:small fonts;font-size:7px;color:black;text-transform:uppercase;
text-decoration:none;font-weight:normal;cursor:default}
a.redlink:hover,a:hover{font-family:georgia;font-size:21px;color:
black;text-transform:lowercase;text-decoration:none;font-weight:normal;
letter-spacing:-3px;
line-height:8px;cursor:default}
table table table{border:black 1px solid;padding:0px;cursor:default}
.blacktext12,.lightbluetext8{display:block;font-family:arial;font-size:11px;
color:black;letter-spacing:0px;text-transform:lowercase;font-weight:normal;cursor:default}
.nametext{display:block;font-family:georgia;font-size:24px;color:black;
letter-spacing:-3px;text-transform:lowercase;font-weight:normal;
display:block;position:relative;top:55px;
left:20px;cursor:default}
b,s,i,u,.blacktext10,strong{font-family:arial;font-size:11px;color:black;
letter-spacing:0px;text-transform:lowercase;font-weight:normal;
text-decoration:none;cursor:default}
td td,td td td{text-align:center;cursor:default}
table,tr,td,table table,table table table table{border:0px;width:0px;height:0px;!important;line-height:7px;cursor:default}
td td td td,td td td td td,td td td td td td{border:0px;width:0px;cursor:default}
table,td{padding:0px;width:50px;cursor:default}
table table,table table table,table table table table,
table table table table table,table table table table table table{padding:1px;height:0px;width:98%;cursor:default}
anime.essence
</style>
 
freeflow
post Jan 14 2007, 05:31 PM
Post #2


t-t-t-toyaaa
********

Group: Official Member
Posts: 19,821
Joined: Apr 2004
Member No: 11,270



Its pretty self explanitory.
img,a:active img,a:link img,a:visited img,
img{border:0px;!important;cursor:default}

Takes the borders off images.


a:hover img{filter: progid:DXImageTransform.Microsoft.Pixelate (maxsquare=3);
line-height:0px;cursor:default}
Edits the hover of images.



.layout{website:url(http://www.myspace.com/20558964);
position:absolute;top:0px;left:0px;}

Basically positions stuff at the top corner of the page.

a:hover img{-moz-opacity:0.40;cursor:default}
Edits the style of image hovers.


a.text,table div font a,table div div,.navbar font,tr td font,.orangetext15,.whitetext12,.redtext,.redbtext,
.btext{visibility:hidden;display:none;height:0px;!important;cursor:default}
font,td,body,table,body,td,li,p,div,li,h1,h2,p,br,li,ol,ul,
.text{font-family:small fonts;
font-size:7px;text-transform:uppercase;text-decoration:
none;font-weight:normal;cursor:default}
a:active link,a:visited link,a:link,a.redlink:active, a.redlink:visited,
a.redlink:link{font-family:small fonts;font-size:7px;color:black;text-transform:uppercase;
text-decoration:none;font-weight:normal;cursor:default}
a.redlink:hover,a:hover{font-family:georgia;font-size:21px;color:
black;text-transform:lowercase;text-decoration:none;font-weight:normal;
letter-spacing:-3px;
line-height:8px;cursor:default}
table table table{border:black 1px solid;padding:0px;cursor:default}
.blacktext12,.lightbluetext8{display:block;font-family:arial;font-size:11px;
color:black;letter-spacing:0px;text-transform:lowercase;font-weight:normal;cursor:default}
.nametext{display:block;font-family:georgia;font-size:24px;color:black;
letter-spacing:-3px;text-transform:lowercase;font-weight:normal;
display:block;position:relative;top:55px;
left:20px;cursor:default}
b,s,i,u,.blacktext10,strong{font-family:arial;font-size:11px;color:black;
letter-spacing:0px;text-transform:lowercase;font-weight:normal;
text-decoration:none;cursor:default}

Edits text/link styles.

td td,td td td{text-align:center;cursor:default}
table,tr,td,table table,table table table table{border:0px;width:0px;height:0px;!important;line-height:7px;cursor:default}
td td td td,td td td td td,td td td td td td{border:0px;width:0px;cursor:default}
table,td{padding:0px;width:50px;cursor:default}
table table,table table table,table table table table,
table table table table table,table table table table table table{padding:1px;height:0px;width:98%;cursor:default}

Centers the profile and possibly changes the width, etc.

anime.essence
States that Ricky made the code.
 
anime-essence
post Jan 14 2007, 05:32 PM
Post #3


Senior Member
******

Group: Staff Alumni
Posts: 1,188
Joined: Jan 2006
Member No: 364,198



^It was a tiny layout I created a while back. I need to remove it. It isn't compatible with some browsers and I messed up on alot of coding. pinch.gif
 
bigtrey90
post Jan 14 2007, 05:44 PM
Post #4


talent on another level
*****

Group: Member
Posts: 746
Joined: Oct 2006
Member No: 475,735



oh okay sorry all i really wanted to know were the table codes, (the ones that center the profile.

to anime essence: it came out fine when i used it
 
anime-essence
post Jan 14 2007, 05:46 PM
Post #5


Senior Member
******

Group: Staff Alumni
Posts: 1,188
Joined: Jan 2006
Member No: 364,198



^I guess it was just me then. thumbsup.gif Thanks.
 
freeflow
post Jan 14 2007, 05:47 PM
Post #6


t-t-t-toyaaa
********

Group: Official Member
Posts: 19,821
Joined: Apr 2004
Member No: 11,270



^ I agree, its just you . tongue.gif _smile.gif


CODE
td td,td td td{text-align:center;cursor:default}
table,tr,td,table table,table table table table{border:0px;width:0px;height:0px;!important;line-height:7px;cursor:default}
td td td td,td td td td td,td td td td td td{border:0px;width:0px;cursor:default}


That part is the part that centers it.
 
bigtrey90
post Jan 14 2007, 05:59 PM
Post #7


talent on another level
*****

Group: Member
Posts: 746
Joined: Oct 2006
Member No: 475,735



okay then could you explain this please:

CODE
td td td td,td td td td td,td td td td td td{border:0px;width:0px;cursor:default}
table,td{padding:0px;width:50px;cursor:default}
table table,table table table,table table table table,
table table table table table,table table table table table table{padding:1px;height:0px;width:98%;cursor:default}
 
freeflow
post Jan 14 2007, 06:15 PM
Post #8


t-t-t-toyaaa
********

Group: Official Member
Posts: 19,821
Joined: Apr 2004
Member No: 11,270



What exaclty do you want explained? You can also put the whole code in your myspace, remove line by line and see what each thing does.
 
bigtrey90
post Jan 14 2007, 06:33 PM
Post #9


talent on another level
*****

Group: Member
Posts: 746
Joined: Oct 2006
Member No: 475,735



sorry i was having a lazy moment when i typed that, but im doing that, thanks for all your help
 

Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: