Ver Mensaje Individual
  #3 (permalink)  
Antiguo 16/09/2010, 19:08
Avatar de mayid
mayid
Colaborador
 
Fecha de Ingreso: marzo-2009
Ubicación: BsAs
Mensajes: 4.014
Antigüedad: 15 años, 1 mes
Puntos: 101
Respuesta: Algún script para asignar el CSS a los tags html?

Mas que nada para los tags con id. Que raro que pudiendo existir algo de esto con expresiones regulares no encuentre NADA:

Esta es la hoja de estilo:
Cita:
*, html, body{margin: 0; padding: 0; border: 0}
body {text-align:center; background-color: #CCC;}


h1,h2,h3,h4,div,p,a,ul,li, {margin:0; padding:0;}
#limpia { clear:both; height:0px;}

h3 { font-size:16px; text-align:center;}
a { text-decoration:none; color:#0CF;}
a img { border: none; }
#contenedor { width:910px; margin:0 auto; text-align:left; height:auto; font-family:Verdana, Geneva, sans-serif; font-size:11px; background-image:url(http://www.libasoles.com.ar/lacasade.../fondo01.jpg); background-repeat:repeat-y;}
#cabecera01 { width:900px; height:82px; background-image:url(http://www.libasoles.com.ar/lacasade...becera01.jpg); }


#cabecera02 { width:900px; height:220px; background-image:url(http://www.libasoles.com.ar/lacasade...ril2010b.jpg); background-repeat:no-repeat;}

#cuerpo01 { width:900px; height:auto; background-image:url(http://www.libasoles.com.ar/lacasade.../fondo01.jpg); background-repeat:repeat-y; padding-bottom:15px; margin-top:0px; padding-top:0px;}

#noticia01 { width:900px; height:auto; margin-top:15px;}
#noticia01A { width:437px; height:auto; float:left;}
#noticia01B { width:380px; height:348px; float:left; background-color:#FF9; background-image:url(http://www.libasoles.com.ar/lacasade...in/curso.jpg); background-repeat:no-repeat; }

#noticia02 { width:900px; height:auto; margin-top:15px;}
#noticia02A { width:520px; height:170px;float:left; background-image:url(http://www.libasoles.com.ar/lacasade.../fondo02.jpg); padding-left:25px; padding-right:25px;}
#noticia02B { width:auto; height:auto; float:left;}

#noticia03 { width:900px; height:auto; margin-top:15px;}
#noticia03A { width:900px; height:146px; margin-top:15px; background-image:url(http://www.libasoles.com.ar/lacasade...benasque.jpg); }
#noticia03B { width:850px; height:auto; margin-top:15px; padding-left:25px; }

#linea { width:850px; height:1px; margin-top:15px; margin-left:25px; background-color:#333; }
#recomendar { width:850px; height:auto; margin-top:25px; margin-left:25px; font-size:9px; }

#inferior { width:900px; height:15px; float:left; background-image:url(http://www.libasoles.com.ar/lacasadelrio/boletin/imagenes/home/inferior.jpg);background-repeat:no-repeat;}
#pie { width:900px; height:auto; float:left; padding-top:10px; text-align:center; padding-bottom:20px; background-color:#CCC;}