Ver Mensaje Individual
  #1 (permalink)  
Antiguo 14/01/2010, 20:16
ZADO
 
Fecha de Ingreso: enero-2010
Mensajes: 4
Antigüedad: 14 años, 3 meses
Puntos: 0
Significado del Codigo CSS Myspace

Hola Weberos!

Estoy modificando el Myspace de mi grupo www.myspace.com/thefussmadrid y queria saber las etiquetas que usa Myspace para modificar el Css, me explico:

tengo un pequeño codigo, pero no se a que corresponde cada estilo.

Código HTML:
[CODE]<span><b></b><span></span></span><style>

body.bodyContent{

background-color: E5E5E5;background-position: top center;background-repeat: repeat-y;background-attachment: fixed;}body.bodyContent{background-color: 000000;background-image: url("http://img693.imageshack.us/img693/7567/fondomyspace3.jpg");background-position: top center;background-repeat: no-repeat;background-attachment: fixed;

}

table.contactTable a img{visibility: hidden;}
table.contactTable{background-color: 000000;background-image: url("http://img709.imageshack.us/img709/5227/contactable2.jpg");background-position: center center;background-repeat: no-repeat;border-left-style: solid;border-right-style: solid;border-top-style: solid;border-bottom-style: solid;border-left-width: 1px;border-right-width: 1px;border-top-width: 1px;border-bottom-width: 1px;border-left-color: 666666;border-right-color: 666666;border-top-color: 666666;border-bottom-color: 666666;}

table,tr,td{background-color: transparent;border-style: none; padding: 1px;}

table table table{background-color: 000000;opacity: 0.9;filter: alpha(opacity=90);-moz-opacity: 0.9;border-left-style: none;border-right-style: none;border-top-style: solid;border-bottom-style: solid;border-top-width: 1px;border-bottom-width: 1px;border-top-color: 666666;border-bottom-color: 666666; padding-right:10px; padding-left:10px; padding-top: 10px; padding-bottom: 10px; margin-right: -6px; margin-left: -6px; width: px}

table table,table table table table,table table table td{border-style: none;background: transparent; padding: 4px;}

table table table td table td.text a{margin-left: 5px; padding: -2px;}

</i><style>table.contactTable td.text a{margin-left: 0px;}

General,body,div,p,strong,td,textarea,input,.text,span.redtext,span.redbtext,span.blacktext10,span.blacktext12{font-family: arial;font-size: 12px;color: eeeeee;}Headings,span.orangetext15,span.whitetext12,span.nametext,span.btext{color: ffffff;font-family: arial;font-weight: bold;}ProfileName,span.nametext{font-family: arial;color: fdad3b;}ContactHeader,table.contactTable tr td.text span.whitetext12{color: 000000;}AllLinksNormal,a,a:link,a:visited,a.man,a.man:link,a.man:visited,a.navbar,a.navbar:link,a.navbar:visited,a.redlink,a.redlink:link,a.redlink:visited,a.searchlinkSmall,a.searchlinkSmall:link,a.searchlinkSmall:visited,a:hover,a:active,a.man:hover,a.man:active,a.navbar:hover,a.navbar:active,a.redlink:hover,a.redlink:active,a.searchlinkSmall:hover,a.searchlinkSmall:active{font-family: arial;color: ff9d11;}AllLinksHover,a:hover,a:active,a.man:hover,a.man:active,a.navbar:hover,a.navbar:active,a.redlink:hover,a.redlink:active,a.searchlinkSmall:hover,a.searchlinkSmall:active{color: cccccc;text-decoration: underline;}i.text span.text a{ display:block; border:1px solid; border-color:F78400; width:106px; height:40px; background-color:292929; top:30px; left:5px; position:absolute; font:normal normal 11px tahoma; text-align:center; color:FFFFFF; text-decoration:none; font-weight:normal; cursor:pointer; } i.text span.text a b{ display:block; height:20px; color:9CBDE7; text-decoration:underline; font-weight:normal; background-color:111111; cursor:pointer; } i.text span.text a span{ line-height:20px; color:DE6310; text-decoration:none; cursor:pointer; } NavBarNormal,a.navbar,a.navbar:link,a.navbar:visited,a.navbar:hover,a.navbar:active{color: 222222;}table table table table{rc: 1;visibility: visible;}table.navigationBar{display: none;}ExtendedNetwork,table.extendedNetwork{display: none;}table.contactTable a{rc: 1;display: block;rc: 1;width: 115px;rc: 1;height: 28px;}Labels,span.lightbluetext8{color: ffffff;font-family: arial;}.function{}

table.friendsComments{background-color: 000000; width:650px; margin: 10px}.function{}

</style>

[/CODE]
"table.contactTable" se que se refiere a la tabla de contacto pero, "table,tr,td" a que parte del myspace hace referencia?

Tamien me pasa con:

table table table

table table,table table table table,table table table td

table table table td table td.text a

estaba intentando cambiar el tamaño paddin y margin de cada caja del myspace por separado pero no se como y me vuelvo loco, alguien sabe esto? o alguna web donde los expliquen?.

Estaria bien algo que me dijese los estilos que corresponden a cada una de las cajas para poder modificarlas por separado con el css.

Muchas gracias a todos, espero que se entienda lo que pido.