<?xml version="1.0" encoding="ISO-8859-1"?>
<rss version="2.0" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<atom:link href="http://www.pixelchile.com/rss/tag/css" rel="self" type="application/rss+xml" /><title></title>
<link></link>
<description></description>
<pubDate>Fri, 19 Mar 2010 02:11:53 -0400</pubDate>
<generator>http://www.bligoo.com/</generator>
<language>es</language>
<item>
<title>Unidades de medidas en CSS</title>
<link>http://www.pixelchile.com/content/view/218077/Unidades-de-medidas-en-CSS.html#content-top</link>
<pubDate>Tue, 24 Jun 2008 07:25:07 -0400</pubDate>
<guid isPermaLink="false">http://www.pixelchile.com/content/view/218077/Unidades-de-medidas-en-CSS.html#content-top</guid>
<dc:creator>John Zárate</dc:creator>
<description><![CDATA[<p>En <a href="http://www.csslab.cl/" target="_blank">CSSLab</a> han publicado una lista de medidas en CSS que siempre un buen dise&ntilde;ador debe tener en cuenta, para los que no, ir con F5 como va quedando :).</p>
<table summary="Equivalencias en tama&ntilde;os tipogr&aacute;ficos con CSS" style="margin: 10px auto; width: 50%;">
<tbody>
<tr>
<th scope="col">Puntos</th> <th scope="col">Pixeles</th> <th scope="col">Em</th> <th scope="col">%</th>
</tr>
<tr>
<td>6pt</td>
<td>8px</td>
<td>0.5em</td>
<td>50%</td>
</tr>
<tr>
<td>7pt</td>
<td>9px</td>
<td>0.55em</td>
<td>55%</td>
</tr>
<tr>
<td>7.5pt</td>
<td>10px</td>
<td>0.625em</td>
<td>62.5%</td>
</tr>
<tr>
<td>8pt</td>
<td>11px</td>
<td>0.7em</td>
<td>70%</td>
</tr>
<tr>
<td>9pt</td>
<td>12px</td>
<td>0.75em</td>
<td>75%</td>
</tr>
<tr>
<td>10pt</td>
<td>13px</td>
<td>0.8em</td>
<td>80%</td>
</tr>
<tr>
<td>10.5pt</td>
<td>14px</td>
<td>0.875em</td>
<td>87.5%</td>
</tr>
<tr>
<td>11pt</td>
<td>15px</td>
<td>0.95em</td>
<td>95%</td>
</tr>
<tr>
<td>12pt</td>
<td>16px</td>
<td>1em</td>
<td>100%</td>
</tr>
<tr>
<td>13pt</td>
<td>17px</td>
<td>1.05em</td>
<td>105%</td>
</tr>
<tr>
<td>13.5pt</td>
<td>18px</td>
<td>1.125em</td>
<td>112.5%</td>
</tr>
<tr>
<td>14pt</td>
<td>19px</td>
<td>1.2em</td>
<td>120%</td>
</tr>
<tr>
<td>14.5pt</td>
<td>20px</td>
<td>1.25em</td>
<td>125%</td>
</tr>
<tr>
<td>15pt</td>
<td>21px</td>
<td>1.3em</td>
<td>130%</td>
</tr>
<tr>
<td>16pt</td>
<td>22px</td>
<td>1.4em</td>
<td>140%</td>
</tr>
<tr>
<td>17pt</td>
<td>23px</td>
<td>1.45em</td>
<td>145%</td>
</tr>
<tr>
<td>18pt</td>
<td>24px</td>
<td>1.5em</td>
<td>150%</td>
</tr>
<tr>
<td>20pt</td>
<td>26px</td>
<td>1.6em</td>
<td>160%</td>
</tr>
<tr>
<td>22pt</td>
<td>29px</td>
<td>1.8em</td>
<td>180%</td>
</tr>
<tr>
<td>24pt</td>
<td>32px</td>
<td>2em</td>
<td>200%</td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>]]></description>
<wfw:commentRss>http://www.pixelchile.com/rss/comments/view/218077</wfw:commentRss>
</item>
<item>
<title>Destacando el Leer Más en Bligoo</title>
<link>http://www.pixelchile.com/content/view/209262/Destacando-el-Leer-Mas-en-Bligoo.html#content-top</link>
<pubDate>Thu, 12 Jun 2008 04:03:44 -0400</pubDate>
<guid isPermaLink="false">http://www.pixelchile.com/content/view/209262/Destacando-el-Leer-Mas-en-Bligoo.html#content-top</guid>
<dc:creator>John Zárate</dc:creator>
<description><![CDATA[<p style="text-align: center;"><img alt="Leer M&aacute;s CSS" src="http://bligoo.com/media/users/0/43993/images/leermas.jpg" /></p>
<p>Hace tiempo que quise hacerlo, y nunca lo hab&iacute;a hecho, para muchos les va a ser muy &uacute;til, ya que los templates que hay para Bligoo disponibles se confuden los links con los links de tags y links del Leer M&aacute;s... bueno para que esto no ocurra y se vea algo similar a como lo tengo yo, lo que hice fue ver el c&oacute;digo fuente del dise&ntilde;o de pixelchile.com y bueno el atributo del enlace class que tiene el link es <span class="attribute-value">read-more, ahora vamos al CSS y a&ntilde;adamos info con ese atributo, si quieres puedes a&ntilde;adir el mismo CSS que tengo en mi blog para tu blog bligoo.</span></p>
<p><b>a.read-more {</b></p>
<p><b>text-decoration: underline overline;</b></p>
<p><b>color: red; font-size: 20px;</b></p>
<p><b>background: #FFCC00;}</b></p>
<p>Si quieres cambiarle los colores, busca alguna paleta de colores html <a target="_blank" href="http://www.webtaller.com/utilidades/csscoder/colores.php ">como esta</a>, los colores que te agraden y reemplaza los c&oacute;digos hezadecimales, cambia el color red por alguno que te acomode para el color de letras, el tama&ntilde;o de letra que esta en 20px, y erl fondo de las letras que esta en FFCC00 que es un amarillo.</p>
<p><b>Se me olvidaba, para colocar el CSS en tu dise&ntilde;o de bligoo, entra en Personalizar mi sitio, despu&eacute;s en Probador Bligoo, luego en el template que esta en uso, lo clickeas, y pones editar, luego entras en CSS, y al final a&ntilde;ades el codigo de arriba.</b></p>
<p>Que te sirva!</p>]]></description>
<wfw:commentRss>http://www.pixelchile.com/rss/comments/view/209262</wfw:commentRss>
</item>
<item>
<title>Template Adelaida para bligoo, liberado a todo el mundo.</title>
<link>http://www.pixelchile.com/content/view/168965/Template-Adelaida-para-bligoo-liberado-a-todo-el-mundo.html#content-top</link>
<pubDate>Sun, 20 Apr 2008 18:53:22 -0400</pubDate>
<guid isPermaLink="false">http://www.pixelchile.com/content/view/168965/Template-Adelaida-para-bligoo-liberado-a-todo-el-mundo.html#content-top</guid>
<dc:creator>John Zárate</dc:creator>
<description><![CDATA[<p>Bajo una licencia Creative Commons que es No comercial, pero se permiten obras derivadas, libero un dise&ntilde;o que espero que lo usen mucho, eso si, pasen por este sitio por las actualizaiones, por algunos detalles que se me quedaron.</p><div><center><img src="http://www.sube.la/images/5pzqrlz0n1q6yo79bm.png" border="0" align="middle" /></center><center><!--break--> <br /></center><center> <div><!--external_code_start--><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/2.0/cl/" mce_href="http://creativecommons.org/licenses/by-nc-sa/2.0/cl/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-nc-sa/2.0/cl/88x31.png" mce_src="http://i.creativecommons.org/l/by-nc-sa/2.0/cl/88x31.png"/></a><br/>Esta obra está bajo una <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/2.0/cl/" mce_href="http://creativecommons.org/licenses/by-nc-sa/2.0/cl/">licencia de Creative Commons</a>.<!--external_code_end--></div></center><center><font size="3"><a href="http://bligoo.com/media/users/0/43993/files/bligoo-adelaida-css.rar">Descarga el CSS de &quot;Adelaida&quot;</a> <font color="#339966"><i><b>V.0.1</b></i></font> - </font><font size="4"><a href="http://bligoo.com/media/users/0/43993/files/graficos.rar">Descarga los Gr&aacute;ficos</a></font><font size="3"><font size="3"> - <a href="http://adaptando.bligoo.com/">Demo</a></font></font></center><center> </center><center> </center><div align="left"><b>Instalaci&oacute;n</b>: Edita alguno de los dise&ntilde;os de Bligoo preferentemente el dise&ntilde;o de  Chirimoya Alegre, reemplaza el CSS, y sube los gr&aacute;ficos con los mismos nombres que estan en el archivo .rar en la parte de probador bligoo&gt; el tema que estas editando&gt; archivos extras</div><div align="left"> </div><div align="left"> </div><div align="left"><center><b>Espero un reconociemineto y en su footer (pi&eacute; de p&aacute;gina) agregar dise&ntilde;o por John Z&aacute;rate y linkearlo a http://www.johnzarate.com (mi sitio esta abajo por hoy, motivos t&eacute;cnicos). </b></center><center> </center><center>PD. agredesco todas las correcciones al c&oacute;digo que le puedan hacer al dise&ntilde;o, las agregare, por eso, los que lo usen tengan ojo a las actualizaciones en este mismo tema. marquenlo como favorito.</center></div></div>]]></description>
<wfw:commentRss>http://www.pixelchile.com/rss/comments/view/168965</wfw:commentRss>
</item>
<item>
<title>CODE-SUCKS, diseñando en CSS</title>
<link>http://www.pixelchile.com/content/view/168899/CODE-SUCKS-disenando-en-CSS.html#content-top</link>
<pubDate>Sun, 20 Apr 2008 17:20:01 -0400</pubDate>
<guid isPermaLink="false">http://www.pixelchile.com/content/view/168899/CODE-SUCKS-disenando-en-CSS.html#content-top</guid>
<dc:creator>John Zárate</dc:creator>
<description><![CDATA[<p>Recursos CSS b&aacute;sicos para comenzar nuestros dise&ntilde;os, siempre los que sabemosas o menos de CSS, copiamos y modificamos, en esta p&aacute;gina que me llamo la atenci&oacute;n el nombre :) por eso la posteo aqu&iacute;, puedes encontrar recursos CSS (layouts), entre algunas cosas que puedes encontrar:</p><blockquote><p> <b><a href="http://www.code-sucks.com/css%20layouts/fixed-width-css-layouts/">Dise&ntilde;os de ancho fijo</a></b>. <b>53 dise&ntilde;os</b>para descargar.</p> <p><b><a href="http://www.code-sucks.com/css%20layouts/faux-css-layouts/">Dise&ntilde;os de columnas de ancho variable</a></b>. 42 dise&ntilde;os disponibles.</p><p align="left">&nbsp;</p> </blockquote><b> link</b>: <a href="http://www.code-sucks.com/">code sucks</a>]]></description>
<wfw:commentRss>http://www.pixelchile.com/rss/comments/view/168899</wfw:commentRss>
</item>
<item>
<title>Probar el diseño de tu web en distintos navegadores</title>
<link>http://www.pixelchile.com/content/view/167285/Probar-el-diseno-de-tu-web-en-distintos-navegadores.html#content-top</link>
<pubDate>Fri, 18 Apr 2008 17:50:04 -0400</pubDate>
<guid isPermaLink="false">http://www.pixelchile.com/content/view/167285/Probar-el-diseno-de-tu-web-en-distintos-navegadores.html#content-top</guid>
<dc:creator>John Zárate</dc:creator>
<description><![CDATA[<div><img src="http://bligoo.com/media/users/0/43993/images/browsershot.jpg" border="0" alt="browsershot.jpg" title="browsershot.jpg" hspace="4" vspace="4" /></div><p>IE6 (Internet Explorer versi&oacute;n 6, y las otras 5.5, hacia abajo) que mucha gente usa por que no se actualizan al formatear sus equipos con Windows XP, es algo de un 25% al 35% mas o menos que usan a nivel mundial esas versiones de navegadores de IE, el que dise&ntilde;a alg&uacute;n sitio sabe que tiene que meter hacks CSS para que el sitio se vea bien en IE 6, PNG transparentes, etc. Una <a href="http://www.pixelchile.com/content/view/165840#comment-475078">maldita pesadilla</a>. El que dise&ntilde;a nunca ve su sitio como queda en distintos navegadores, siempre lo ve en Firefox e IE7 es lo m&aacute;s com&uacute;n (o soy el &uacute;nico), en fin. <a href="http://browsershots.org/">Este sitio</a> lo que hace es ver en distintos navegadores, distintas versiones, distintas plataformas del OS y te genera screenshots de tu sitio y tu puedes ver como queda el dise&ntilde;o de tu sitio. Ah&iacute; es cuando empieza a salir humo negro por las orejas y son las trasnochadas que genera el <strike>corregir c&oacute;digo</strike> o no no corregir, sino es adaptar c&oacute;digo para IE. Al momento de escribir esto, le estoy haciendo una prueba <a href="http://browsershots.org/http://www.pixelchile.com/">al sitio</a> para ver como se ve :).</p><p> Link: <a href="http://browsershots.org/">Browsershot</a><br /> </p>]]></description>
<wfw:commentRss>http://www.pixelchile.com/rss/comments/view/167285</wfw:commentRss>
</item>
<item>
<title>Enchulando mi Blog Bligoo</title>
<link>http://www.pixelchile.com/content/view/165840/Enchulando-mi-Blog-Bligoo.html#content-top</link>
<pubDate>Thu, 17 Apr 2008 05:24:55 -0400</pubDate>
<guid isPermaLink="false">http://www.pixelchile.com/content/view/165840/Enchulando-mi-Blog-Bligoo.html#content-top</guid>
<dc:creator>John Zárate</dc:creator>
<description><![CDATA[<p>A falta de tiempo ya que tengo varios proyectos web que estoy realizando, mi Bligoo lo he estado enchulando a pinceladas, como lo han visto algunos lectores que me est&aacute;n siguiendo a diario, ojala les guste como esta quedando, eso si, derrepente me da la cosa y cambio radicalmente el dise&ntilde;o, en fin, este dise&ntilde;o lo llamara la versi&oacute;n 0.2 de PixelChile, el &quot;Por aqu&iacute; no va la cosa&quot; es moment&aacute;neo y no pretende aludir ni ganar fama por esa frase este blog, solo es por ocio ya que no se me ocurri&oacute; otra frase :)...</p><p> Comenten que les parece el dise&ntilde;o, para los que saben CSS, se dar&aacute;n cuenta en el c&oacute;digo las cosas que hice son b&aacute;sicas, pero que dan un buen resultado :). </p>]]></description>
<wfw:commentRss>http://www.pixelchile.com/rss/comments/view/165840</wfw:commentRss>
</item>
<item>
<title>29 estilos CSS para decorar tu Google Adsense</title>
<link>http://www.pixelchile.com/content/view/165011/29-estilos-CSS-para-decorar-tu-Google-Adsense.html#content-top</link>
<pubDate>Wed, 16 Apr 2008 03:37:41 -0400</pubDate>
<guid isPermaLink="false">http://www.pixelchile.com/content/view/165011/29-estilos-CSS-para-decorar-tu-Google-Adsense.html#content-top</guid>
<dc:creator>John Zárate</dc:creator>
<description><![CDATA[<p>En una web hace tiempo salio el art&iacute;culo, hoy en d&iacute;a estan malos lso enlaces y muchos quieren los codigos, etc. Yo los recuperare de a poco o si puedo los colocare enseguida todos. Espero sus agradecimientos. Esta es una compilaci&oacute;n de recursos para poder hacer m&aacute;s agradable y m&aacute;s adaptado a uestros anuncios el c&oacute;digo de Adsense, por legalidad, tengo entendido que es legal hacerlo en CSS.</p><p><span>1- Rounded corners in blue</span></p><p><img src="http://bligoo.com/media/users/0/43993/images/Ads1.JPG" border="0" alt="Adsense CSS" title="Adsense CSS" hspace="4" vspace="4" width="502" height="91" align="left" /></p><h4>CSS Code</h4><p><code>#ad_code { width:516px; text-align:center; background:#FFFFFF url(YOUR-FOLDER/2007/04/bluerounded.png) center center no-repeat; padding:35px 0; }</code></p><h4>HTML Code</h4><p><code></code></p><div><blockquote><code>&lt;div id="&quot;ad_code&quot;&gt;<br" />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;!-- REPLACE ONLY THIS LINE WITH YOUR AD CODE --&gt;<br /> &lt;/div&gt;</code></blockquote>  </div><h4>Ad Color Scheme</h4> <div id="adsensescheme"> <p><span>     </span>Background Color: <i>#003366</i><br /> <span>     </span>Border Color: <i>#003366</i><br /> <span>     </span>Text Color: <i>#666666</i><br /> <span>     </span>Link Color: <i>#FFFFFF</i><br /> <span>     </span>URL Color: <i>#666666</i></p><h4>Image Download</h4><div id="adsensescheme"> <a alt="Image Download"></a><a href="http://bligoo.com/media/users/0/43993/images/bluerounded.png">Download Image</a></div><div id="adsensescheme"> </div><div id="adsensescheme"><br /><span>2-CSS Glow Banner Background</span></div><div id="adsensescheme"> <img src="http://bligoo.com/media/users/0/43993/images/ads2.PNG" border="0" alt="ads2.PNG" title="ads2.PNG" hspace="10" vspace="10" width="457" height="79" align="left" /></div><p>&nbsp;</p><h4>CSS Code </h4> <blockquote><code>#ad_code { background:#FFFFFF url(YOUR-FOLDER/2007/04/css-glow.png) center center no-repeat; text-align:center; padding:11px 10px 10px 9px; width:487px; }</code></blockquote> <p>&nbsp;</p><h4>HTML Code </h4> <blockquote><code></code><div><code>&lt;div id="&quot;ad_code&quot;&gt;<br" />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;!-- REPLACE ONLY THIS LINE WITH YOUR AD CODE --&gt;<br /> &lt;/div&gt;</code></div></blockquote><h4>Ad Color Scheme</h4> <div id="adsensescheme"> <p><span>     </span>Background Color: <i>#666666</i><br /> <span>     </span>Border Color: <i>#666666</i><br /> <span>     </span>Text Color: <i>#26AEED</i><br /> <span>     </span>Link Color: <i>#FFFFFF</i><br /> <span>     </span>URL Color: <i>#26AEED</i></p>  </div>  <p>&nbsp;</p><h4>Image Download </h4><div id="adsensescheme"> <a href="http://bligoo.com/media/users/0/43993/images/css-glow.png" alt="Image Download">Download Image</a></div><div id="adsensescheme"> </div><div id="adsensescheme"><span>3-Morning Horizon Full Banner</span></div><div id="adsensescheme"><img src="http://bligoo.com/media/users/0/43993/images/ads3.PNG" border="0" alt="ads3.PNG" title="ads3.PNG" hspace="4" vspace="4" width="480" height="87" align="left" /> </div><p>&nbsp;</p><h4>CSS Code </h4> <blockquote><code>#ad_code { background:#FFFFFF url(YOUR-FOLDER/2007/01/horizon.png) center center no-repeat; padding:25px 0; width:468px; text-align:left; }</code></blockquote> <p>&nbsp;</p><h4>HTML Code </h4> <blockquote><code></code><div><code>&lt;div id="&quot;ad_code&quot;&gt;<br" />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;!-- REPLACE ONLY THIS LINE WITH YOUR AD CODE --&gt;<br /> &lt;/div&gt;</code></div></blockquote><h4>Ad Color Scheme</h4> <div id="adsensescheme"> <p><span>     </span>Background Color: <i>#FFFFFF</i><br /> <span>     </span>Border Color: <i>#FFFFFF</i><br /> <span>     </span>Text Color: <i>#777777</i><br /> <span>     </span>Link Color: <i>#282828</i><br /> <span>     </span>URL Color: <i>#777777</i></p>  </div>  <p>&nbsp;</p><h4>Image Download </h4></div><div id="adsensescheme"> <a href="http://bligoo.com/media/users/0/43993/images/horizon.png" alt="Image Download">Download Image</a></div><div id="adsensescheme"> </div><p> <span>4- Purple Haze Full Banner</span></p><p><img src="http://bligoo.com/media/users/0/43993/images/ads4.PNG" border="0" alt="ads4.PNG" title="ads4.PNG" hspace="4" vspace="4" width="480" height="93" align="left" /> </p><h4>CSS Code </h4> <blockquote><code>#ad_code{ width:490px; padding:15px 10px; text-align:center; background:transparent url(YOUR-FOLDER/2007/01/) center center no-repeat; }</code></blockquote> <p>&nbsp;</p><h4>HTML Code </h4> <blockquote><code></code><div><code>&lt;div id="&quot;ad_code&quot;&gt;<br" />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;!-- REPLACE ONLY THIS LINE WITH YOUR AD CODE --&gt;<br /> &lt;/div&gt;</code></div></blockquote><h4>Ad Color Scheme</h4> <div id="adsensescheme"> <p><span>     </span>Background Color: <i>#9966CC</i><br /> <span >     </span>Border Color: <i>#9966CC</i><br /> <span >     </span>Text Color: <i>#EEEEEE</i><br /> <span >     </span>Link Color: <i>#000000</i><br /> <span >     </span>URL Color: <i>#EEEEEE</i></p>  </div>  <p>&nbsp;</p><h4>Image Download </h4> <a href="http://bligoo.com/media/users/0/43993/images/purplehaze.jpg" alt="Image Download">Download Image</a><p><br /><span style="font-size: 130%">5- Blue Blue Sky Full Banner</span></p><p><img src="http://bligoo.com/media/users/0/43993/images/ads5.PNG" border="0" alt="ads5.PNG" title="ads5.PNG" hspace="4" vspace="4" width="483" height="87" align="left" /> </p><h4>CSS Code </h4> <blockquote><code>#ad_code { width:480px; padding:10px; background:transparent url(YOUR-FOLDER/2007/01/bluesky.jpg) center center no-repeat; text-align:center; }</code></blockquote> <p>&nbsp;</p><h4>HTML Code </h4> <blockquote><code></code><div><code>&lt;div id="&quot;ad_code&quot;&gt;<br" />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;!-- REPLACE ONLY THIS LINE WITH YOUR AD CODE --&gt;<br /> &lt;/div&gt;</code></div></blockquote><h4>Ad Color Scheme</h4> <div id="adsensescheme"> <p><span style="background: #0066cc none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial">     </span>Background Color: <i>#0066CC</i><br /> <span style="background: #0066cc none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial">     </span>Border Color: <i>#0066CC</i><br /> <span style="background: #e1e1e1 none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial">     </span>Text Color: <i>#E1E1E1</i><br /> <span style="background: #ffffff none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial">     </span>Link Color: <i>#FFFFFF</i><br /> <span style="background: #e1e1e1 none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial">     </span>URL Color: <i>#E1E1E1</i></p>  </div>  <p>&nbsp;</p><h4>Image Download </h4><p> <a href="http://bligoo.com/media/users/0/43993/images/bluesky.jpg" alt="Image Download">Download Image</a></p><p>&nbsp;</p><p><span style="font-size: 130%">6- Blue &amp; Black Titled Full Banner</span></p><p><img src="http://bligoo.com/media/users/0/43993/images/ads6.PNG" border="0" alt="ads6.PNG" title="ads6.PNG" hspace="4" vspace="4" width="486" height="84" align="left" /></p><p>&nbsp;</p><p>&nbsp;</p><center><!-- google_ad_client = "pub-6548271997279462"; /* 336x280, creado 16/04/08 */ google_ad_slot = "2574972743"; google_ad_width = 336; google_ad_height = 280; //-->   </center><h4>CSS Code </h4> <blockquote><code>#ad_code { width:520px; background:transparent url(YOUR-FOLDER/2006/12/blacknblue-titled.jpg) left center no-repeat; padding:10px 0 10px 22px }</code></blockquote> <p>&nbsp;</p><h4>HTML Code </h4> <blockquote><code></code><div><code>&lt;div id="&quot;ad_code&quot;&gt;<br" />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;!-- REPLACE ONLY THIS LINE WITH YOUR AD CODE --&gt;<br /> &lt;/div&gt;</code></div></blockquote><h4>Ad Color Scheme</h4> <div id="adsensescheme"> <p><span style="background: #0099ff none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial">     </span>Background Color: <i>#0099FF</i><br /> <span style="background: #0099ff none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial">     </span>Border Color: <i>#0099FF</i><br /> <span style="background: #ffffff none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial">     </span>Text Color: <i>#FFFFFF</i><br /> <span style="background: #000000 none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial">     </span>Link Color: <i>#000000</i><br /> <span style="background: #ffffff none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial">     </span>URL Color: <i>#FFFFFF</i></p>  </div>  <p>&nbsp;</p><h4>Image Download</h4><p> <a href="http://bligoo.com/media/users/0/43993/images/blacknblue-titled.jpg" alt="Image Download">Download Image</a></p><p>&nbsp;</p><p><span style="font-size: 130%">7- Black &amp; Blue Titled Full Banner</span></p><p><img src="http://bligoo.com/media/users/0/43993/images/ads7.PNG" border="0" alt="ads7.PNG" title="ads7.PNG" hspace="4" vspace="4" width="488" height="85" align="left" /></p><h4>CSS Code </h4> <blockquote><code>#ad_code { width:520px; background:transparent url(YOUR-FOLDER/2006/12/blue-titled.jpg) left center no-repeat; padding:10px 0 10px 22px }</code></blockquote> <p>&nbsp;</p><h4>HTML Code </h4> <blockquote><code></code><div><code>&lt;div id="&quot;ad_code&quot;&gt;<br" />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;!-- REPLACE ONLY THIS LINE WITH YOUR AD CODE --&gt;<br /> &lt;/div&gt;</code></div></blockquote><h4>Ad Color Scheme</h4> <div id="adsensescheme"> <p><span style="background: #333333 none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial">     </span>Background Color: <i>#333333</i><br /> <span style="background: #333333 none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial">     </span>Border Color: <i>#333333</i><br /> <span style="background: #ffffff none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial">     </span>Text Color: <i>#FFFFFF</i><br /> <span style="background: #0099ff none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial">     </span>Link Color: <i>#0099FF</i><br /> <span style="background: #cccccc none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial">     </span>URL Color: <i>#CCCCCC</i></p>  </div>  <p>&nbsp;</p><h4>Image Download </h4> <a href="http://bligoo.com/media/users/0/43993/images/blue-titled.jpg" alt="Image Download">Download Image</a><p>&nbsp;</p><p> <span style="font-size: 130%">8- Black Gradient Full Banner</span></p><p><img src="http://bligoo.com/media/users/0/43993/images/ads8.PNG" border="0" alt="ads8.PNG" title="ads8.PNG" hspace="4" vspace="4" width="497" height="89" align="left" /></p><h4>CSS Code </h4> <blockquote><code>#ad_code { text-align:center; width:490px; padding:15px; background:transparent url(YOUR-FOLDER/2006/12/adsense2.gif) center center no-repeat; }</code></blockquote> <p>&nbsp;</p><h4>HTML Code </h4> <blockquote><code></code><div><code>&lt;div id="&quot;ad_code&quot;&gt;<br" />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;!-- REPLACE ONLY THIS LINE WITH YOUR AD CODE --&gt;<br /> &lt;/div&gt;</code></div></blockquote><h4>Ad Color Scheme</h4> <div id="adsensescheme"> <p><span style="background: #333333 none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial">     </span>Background Color: <i>#333333</i><br /> <span style="background: #333333 none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial">     </span>Border Color: <i>#333333</i><br /> <span style="background: #ffffff none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial">     </span>Text Color: <i>#FFFFFF</i><br /> <span style="background: #5c9cdd none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial">     </span>Link Color: <i>#5C9CDD</i><br /> <span style="background: #cccccc none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial">     </span>URL Color: <i>#CCCCCC</i></p>  </div>  <p>&nbsp;</p><h4>Image Download </h4><p> <a href="http://bligoo.com/media/users/0/43993/images/adsense2.jpg" alt="Image Download">Download Image</a></p><p><span style="color: #cc0000; font-size: 180%">Hal Banners </span><br /><span style="font-size: 130%"><br />9- Black Horizontal Gradient Half Banner</span></p><p><img src="http://bligoo.com/media/users/0/43993/images/ads9.PNG" border="0" alt="ads9.PNG" title="ads9.PNG" hspace="4" vspace="4" align="left" /></p><p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p><h4>CSS Code </h4> <blockquote><code>#ad_code { background:#FFFFFF url(YOUR-FOLDER/2007/05/blackgradient.png) center center no-repeat; width:314px; text-align:center; padding:6px 45px 6px 35px; }</code></blockquote> <p>&nbsp;</p><h4>HTML Code </h4> <blockquote><code></code><div><code></code><div><code>&lt;div id="&quot;ad_code&quot;&gt;<br" />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;!-- REPLACE ONLY THIS LINE WITH YOUR AD CODE --&gt;<br /> &lt;/div&gt;</code></div></div></blockquote><h4>Ad Color Scheme</h4> <div id="adsensescheme"> <p><span style="background: #333333 none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial">     </span>Background Color: <i>#333333</i><br /> <span style="background: #333333 none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial">     </span>Border Color: <i>#333333</i><br /> <span style="background: #999999 none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial">     </span>Text Color: <i>#999999</i><br /> <span style="background: #ffffff none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial">     </span>Link Color: <i>#FFFFFF</i><br /> <span style="background: #999999 none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial">     </span>URL Color: <i>#999999</i></p>  </div>  <p>&nbsp;</p><h4>Image Download </h4> <a href="http://bligoo.com/media/users/0/43993/images/blackgradient.png" alt="Image Download">Download Image</a><p>&nbsp;</p><p align="center"><font size="4"><b>Los que faltan (<font color="#ff0000">20</font>) los subo de a poco, en 2 d&iacute;as aprox. Los tengo todos online, la cosa toma trabajo :). </b></font></p>]]></description>
<wfw:commentRss>http://www.pixelchile.com/rss/comments/view/165011</wfw:commentRss>
</item>
<item>
<title>Personalizar listas con CSS</title>
<link>http://www.pixelchile.com/content/view/163089/Personalizar-listas-con-CSS.html#content-top</link>
<pubDate>Mon, 14 Apr 2008 03:16:20 -0400</pubDate>
<guid isPermaLink="false">http://www.pixelchile.com/content/view/163089/Personalizar-listas-con-CSS.html#content-top</guid>
<dc:creator>John Zárate</dc:creator>
<description><![CDATA[<p><img src="http://www.sube.la/images/klgkuoyvnlzoaomg0y.jpg" border="0" /></p><p>Especial para personalizar las listas de nuestro Blogroll de Bligoo, con los enlaces de webs amigas, eso si te tomara unos minutos hacerlo para que quede un resultado como el que sale en la imagen de arriba. La forma en simple, les explicare para bligoo, para WordPress, Blogger, a forma es igual, para webs, ya sabr&aacute;n los webmasters como hacerlo.</p><p>Primero los ejemplos y la descarga:  Ver <a href="http://xyberneticos.com/demos/listas_%20con_%20iconos/listas.html">Demo</a> - <a href="http://xyberneticos.com/demos/listas_%20con_%20iconos/listas_%20con_%20iconos.rar">Descarga</a> Ejemplo </p><p>Nuestro CSS:</p><div id="css-1"> <div class="css"> <ol><li> <div><span>.mac </span><span>{</span></div> </li><li> <div>    <span>font-size</span>: 11px;</div> </li><li> <div >    <span >padding-left</span>: 17px;</div> </li><li > <div >    <span style="color: #9d9200; font-weight: bold">margin-left</span>: 2px;</div> </li><li style="font-family: 'Courier New',Courier,monospace; font-weight: normal; font-style: normal; color: #3a6a8b"> <div style="font-family: 'Courier New',Courier,monospace; font-weight: normal">    <span style="color: #9d9200; font-weight: bold">margin-bottom</span>: 5px;</div> </li><li style="font-weight: bold; color: #26536a"> <div style="font-family: 'Courier New',Courier,monospace; font-weight: normal">    <span style="color: #9d9200; font-weight: bold">background</span>:<span style="color: #9d9200">url</span><span style="color: #9d9200">(</span>images/macosx.gif<span style="color: #9d9200">)</span> <span style="color: #9d9200; font-weight: bold">bottom</span> <span style="color: #9d9200; font-weight: bold">left</span> <span style="color: #9d9200">no-repeat</span>;</div> </li><li style="font-family: 'Courier New',Courier,monospace; font-weight: normal; font-style: normal; color: #3a6a8b"> <div style="font-family: 'Courier New',Courier,monospace; font-weight: normal">    List-style:<span style="color: #9d9200">none</span>;</div> </li><li style="font-weight: bold; color: #26536a"> <div style="font-family: 'Courier New',Courier,monospace; font-weight: normal"><span style="color: #9d9200">}</span></div> </li><li style="font-family: 'Courier New',Courier,monospace; font-weight: normal; font-style: normal; color: #3a6a8b"> <div style="font-family: 'Courier New',Courier,monospace; font-weight: normal"> </div> <br /></li><li style="font-weight: bold; color: #26536a"> <div style="font-family: 'Courier New',Courier,monospace; font-weight: normal"> </div> <br /></li><li style="font-family: 'Courier New',Courier,monospace; font-weight: normal; font-style: normal; color: #3a6a8b"> <div style="font-family: 'Courier New',Courier,monospace; font-weight: normal"><span style="color: #9d9200">.clickideas </span><span style="color: #9d9200">{</span></div> </li><li style="font-weight: bold; color: #26536a"> <div style="font-family: 'Courier New',Courier,monospace; font-weight: normal">    <span style="color: #9d9200; font-weight: bold">font-size</span>: 11px;</div> </li><li style="font-family: 'Courier New',Courier,monospace; font-weight: normal; font-style: normal; color: #3a6a8b"> <div style="font-family: 'Courier New',Courier,monospace; font-weight: normal">    <span style="color: #9d9200; font-weight: bold">padding-left</span>: 17px;</div> </li><li style="font-weight: bold; color: #26536a"> <div style="font-family: 'Courier New',Courier,monospace; font-weight: normal">    <span style="color: #9d9200; font-weight: bold">margin-left</span>: 2px;</div> </li><li style="font-family: 'Courier New',Courier,monospace; font-weight: normal; font-style: normal; color: #3a6a8b"> <div style="font-family: 'Courier New',Courier,monospace; font-weight: normal">    <span style="color: #9d9200; font-weight: bold">margin-bottom</span>: 5px;</div> </li><li style="font-weight: bold; color: #26536a"> <div style="font-family: 'Courier New',Courier,monospace; font-weight: normal">    <span style="color: #9d9200; font-weight: bold">background</span>:<span style="color: #9d9200">url</span><span style="color: #9d9200">(</span>images/cli.gif<span style="color: #9d9200">)</span> <span style="color: #9d9200; font-weight: bold">bottom</span> <span style="color: #9d9200; font-weight: bold">left</span> <span style="color: #9d9200">no-repeat</span>;</div> </li><li style="font-family: 'Courier New',Courier,monospace; font-weight: normal; font-style: normal; color: #3a6a8b"> <div style="font-family: 'Courier New',Courier,monospace; font-weight: normal">    List-style:<span style="color: #9d9200">none</span>;</div> </li><li style="font-weight: bold; color: #26536a"> <div style="font-family: 'Courier New',Courier,monospace; font-weight: normal"><span style="color: #9d9200">}</span></div> </li><li style="font-family: 'Courier New',Courier,monospace; font-weight: normal; font-style: normal; color: #3a6a8b"> <div style="font-family: 'Courier New',Courier,monospace; font-weight: normal"><span style="color: #9d9200">.pownce </span> <span style="color: #9d9200">{</span></div> </li><li style="font-weight: bold; color: #26536a"> <div style="font-family: 'Courier New',Courier,monospace; font-weight: normal">    <span style="color: #9d9200; font-weight: bold">font-size</span>: 11px;</div> </li><li style="font-family: 'Courier New',Courier,monospace; font-weight: normal; font-style: normal; color: #3a6a8b"> <div style="font-family: 'Courier New',Courier,monospace; font-weight: normal">    <span style="color: #9d9200; font-weight: bold">padding-left</span>: 17px;</div> </li><li style="font-weight: bold; color: #26536a"> <div style="font-family: 'Courier New',Courier,monospace; font-weight: normal">    <span style="color: #9d9200; font-weight: bold">margin-left</span>: 2px;</div> </li><li style="font-family: 'Courier New',Courier,monospace; font-weight: normal; font-style: normal; color: #3a6a8b"> <div style="font-family: 'Courier New',Courier,monospace; font-weight: normal">    <span style="color: #9d9200; font-weight: bold">margin-bottom</span>: 5px;</div> </li><li style="font-weight: bold; color: #26536a"> <div style="font-family: 'Courier New',Courier,monospace; font-weight: normal">    <span style="color: #9d9200; font-weight: bold">background</span>:<span style="color: #9d9200">url</span><span style="color: #9d9200">(</span>images/pow.gif<span style="color: #9d9200">)</span> <span style="color: #9d9200; font-weight: bold">bottom</span> <span style="color: #9d9200; font-weight: bold">left</span> <span style="color: #9d9200">no-repeat</span>;</div> </li><li style="font-family: 'Courier New',Courier,monospace; font-weight: normal; font-style: normal; color: #3a6a8b"> <div style="font-family: 'Courier New',Courier,monospace; font-weight: normal">    List-style:<span style="color: #9d9200">none</span>;</div> </li><li style="font-weight: bold; color: #26536a"> <div style="font-family: 'Courier New',Courier,monospace; font-weight: normal"><span style="color: #9d9200">}</span></div> </li><li style="font-family: 'Courier New',Courier,monospace; font-weight: normal; font-style: normal; color: #3a6a8b"> <div style="font-family: 'Courier New',Courier,monospace; font-weight: normal"><span style="color: #9d9200">.flickr </span> <span style="color: #9d9200">{</span></div> </li><li style="font-weight: bold; color: #26536a"> <div style="font-family: 'Courier New',Courier,monospace; font-weight: normal">    <span style="color: #9d9200; font-weight: bold">font-size</span>: 11px;</div> </li><li style="font-family: 'Courier New',Courier,monospace; font-weight: normal; font-style: normal; color: #3a6a8b"> <div style="font-family: 'Courier New',Courier,monospace; font-weight: normal">    <span style="color: #9d9200; font-weight: bold">padding-left</span>: 17px;</div> </li><li style="font-weight: bold; color: #26536a"> <div style="font-family: 'Courier New',Courier,monospace; font-weight: normal">    <span style="color: #9d9200; font-weight: bold">margin-left</span>: 2px;</div> </li><li style="font-family: 'Courier New',Courier,monospace; font-weight: normal; font-style: normal; color: #3a6a8b"> <div style="font-family: 'Courier New',Courier,monospace; font-weight: normal">    <span style="color: #9d9200; font-weight: bold">margin-bottom</span>: 5px;</div> </li><li style="font-weight: bold; color: #26536a"> <div style="font-family: 'Courier New',Courier,monospace; font-weight: normal">    <span style="color: #9d9200; font-weight: bold">background</span>:<span style="color: #9d9200">url</span><span style="color: #9d9200">(</span>images/flickr.gif<span style="color: #9d9200">)</span> <span style="color: #9d9200; font-weight: bold">bottom</span> <span style="color: #9d9200; font-weight: bold">left</span> <span style="color: #9d9200">no-repeat</span>;</div> </li><li style="font-family: 'Courier New',Courier,monospace; font-weight: normal; font-style: normal; color: #3a6a8b"> <div style="font-family: 'Courier New',Courier,monospace; font-weight: normal">    List-style:<span style="color: #9d9200">none</span>;</div> </li><li style="font-weight: bold; color: #26536a"> <div style="font-family: 'Courier New',Courier,monospace; font-weight: normal"><span style="color: #9d9200">}</span></div> </li><li style="font-family: 'Courier New',Courier,monospace; font-weight: normal; font-style: normal; color: #3a6a8b"> <div style="font-family: 'Courier New',Courier,monospace; font-weight: normal"><span style="color: #9d9200">.wordpress </span><span style="color: #9d9200">{</span></div> </li><li style="font-weight: bold; color: #26536a"> <div style="font-family: 'Courier New',Courier,monospace; font-weight: normal">    <span style="color: #9d9200; font-weight: bold">font-size</span>: 11px;</div> </li><li style="font-family: 'Courier New',Courier,monospace; font-weight: normal; font-style: normal; color: #3a6a8b"> <div style="font-family: 'Courier New',Courier,monospace; font-weight: normal">    <span style="color: #9d9200; font-weight: bold">padding-left</span>: 17px;</div> </li><li style="font-weight: bold; color: #26536a"> <div style="font-family: 'Courier New',Courier,monospace; font-weight: normal">    <span style="color: #9d9200; font-weight: bold">margin-left</span>: 2px;</div> </li><li style="font-family: 'Courier New',Courier,monospace; font-weight: normal; font-style: normal; color: #3a6a8b"> <div style="font-family: 'Courier New',Courier,monospace; font-weight: normal">    <span style="color: #9d9200; font-weight: bold">margin-bottom</span>: 5px;</div> </li><li style="font-weight: bold; color: #26536a"> <div style="font-family: 'Courier New',Courier,monospace; font-weight: normal">    <span style="color: #9d9200; font-weight: bold">background</span>:<span style="color: #9d9200">url</span><span style="color: #9d9200">(</span>images/wordpress.gif<span style="color: #9d9200">)</span> <span style="color: #9d9200; font-weight: bold">bottom</span> <span style="color: #9d9200; font-weight: bold">left</span> <span style="color: #9d9200">no-repeat</span>;</div> </li><li style="font-family: 'Courier New',Courier,monospace; font-weight: normal; font-style: normal; color: #3a6a8b"> <div style="font-family: 'Courier New',Courier,monospace; font-weight: normal">    List-style:<span style="color: #9d9200">none</span>;</div> </li><li style="font-weight: bold; color: #26536a"> <div style="font-family: 'Courier New',Courier,monospace; font-weight: normal"><span style="color: #9d9200">}</span></div> </li><li style="font-family: 'Courier New',Courier,monospace; font-weight: normal; font-style: normal; color: #3a6a8b"> <div style="font-family: 'Courier New',Courier,monospace; font-weight: normal"><span style="color: #9d9200">.blog </span> <span style="color: #9d9200">{</span></div> </li><li style="font-weight: bold; color: #26536a"> <div style="font-family: 'Courier New',Courier,monospace; font-weight: normal">    <span style="color: #9d9200; font-weight: bold">font-size</span>: 11px;</div> </li><li style="font-family: 'Courier New',Courier,monospace; font-weight: normal; font-style: normal; color: #3a6a8b"> <div style="font-family: 'Courier New',Courier,monospace; font-weight: normal">    <span style="color: #9d9200; font-weight: bold">padding-left</span>: 17px;</div> </li><li style="font-weight: bold; color: #26536a"> <div style="font-family: 'Courier New',Courier,monospace; font-weight: normal">    <span style="color: #9d9200; font-weight: bold">margin-left</span>: 2px;</div> </li><li style="font-family: 'Courier New',Courier,monospace; font-weight: normal; font-style: normal; color: #3a6a8b"> <div style="font-family: 'Courier New',Courier,monospace; font-weight: normal">    <span style="color: #9d9200; font-weight: bold">margin-bottom</span>: 5px;</div> </li><li style="font-weight: bold; color: #26536a"> <div style="font-family: 'Courier New',Courier,monospace; font-weight: normal">    <span style="color: #9d9200; font-weight: bold">background</span>:<span style="color: #9d9200">url</span><span style="color: #9d9200">(</span>images/blog.gif<span style="color: #9d9200">)</span> <span style="color: #9d9200; font-weight: bold">bottom</span> <span style="color: #9d9200; font-weight: bold">left</span> <span style="color: #9d9200">no-repeat</span>;</div> </li><li style="font-family: 'Courier New',Courier,monospace; font-weight: normal; font-style: normal; color: #3a6a8b"> <div style="font-family: 'Courier New',Courier,monospace; font-weight: normal">    List-style:<span style="color: #9d9200">none</span>;</div> </li><li style="font-weight: bold; color: #26536a"> <div style="font-family: 'Courier New',Courier,monospace; font-weight: normal"><span style="color: #9d9200">}</span></div> </li><li style="font-family: 'Courier New',Courier,monospace; font-weight: normal; font-style: normal; color: #3a6a8b"> <div style="font-family: 'Courier New',Courier,monospace; font-weight: normal"><span style="color: #9d9200">.mail </span> <span style="color: #9d9200">{</span></div> </li><li style="font-weight: bold; color: #26536a"> <div style="font-family: 'Courier New',Courier,monospace; font-weight: normal">    <span style="color: #9d9200; font-weight: bold">font-size</span>: 11px;</div> </li><li style="font-family: 'Courier New',Courier,monospace; font-weight: normal; font-style: normal; color: #3a6a8b"> <div style="font-family: 'Courier New',Courier,monospace; font-weight: normal">    <span style="color: #9d9200; font-weight: bold">padding-left</span>: 17px;</div> </li><li style="font-weight: bold; color: #26536a"> <div style="font-family: 'Courier New',Courier,monospace; font-weight: normal">    <span style="color: #9d9200; font-weight: bold">margin-left</span>: 2px;</div> </li><li style="font-family: 'Courier New',Courier,monospace; font-weight: normal; font-style: normal; color: #3a6a8b"> <div style="font-family: 'Courier New',Courier,monospace; font-weight: normal">    <span style="color: #9d9200; font-weight: bold">margin-bottom</span>: 5px;</div> </li><li style="font-weight: bold; color: #26536a"> <div style="font-family: 'Courier New',Courier,monospace; font-weight: normal">    <span style="color: #9d9200; font-weight: bold">background</span>:<span style="color: #9d9200">url</span><span style="color: #9d9200">(</span>images/mail.gif<span style="color: #9d9200">)</span> <span style="color: #9d9200; font-weight: bold">bottom</span> <span style="color: #9d9200; font-weight: bold">left</span> <span style="color: #9d9200">no-repeat</span>;</div> </li><li style="font-family: 'Courier New',Courier,monospace; font-weight: normal; font-style: normal; color: #3a6a8b"> <div style="font-family: 'Courier New',Courier,monospace; font-weight: normal">    List-style:<span style="color: #9d9200">none</span>;</div> </li><li style="font-weight: bold; color: #26536a"> <div style="font-family: 'Courier New',Courier,monospace; font-weight: normal"><span style="color: #9d9200">}</span></div> </li><li style="font-family: 'Courier New',Courier,monospace; font-weight: normal; font-style: normal; color: #3a6a8b"> <div style="font-family: 'Courier New',Courier,monospace; font-weight: normal"><span style="color: #9d9200">.tarjeta </span> <span style="color: #9d9200">{</span></div> </li><li style="font-weight: bold; color: #26536a"> <div style="font-family: 'Courier New',Courier,monospace; font-weight: normal">    <span style="color: #9d9200; font-weight: bold">font-size</span>: 11px;</div> </li><li style="font-family: 'Courier New',Courier,monospace; font-weight: normal; font-style: normal; color: #3a6a8b"> <div style="font-family: 'Courier New',Courier,monospace; font-weight: normal">    <span style="color: #9d9200; font-weight: bold">padding-left</span>: 17px;</div> </li><li style="font-weight: bold; color: #26536a"> <div style="font-family: 'Courier New',Courier,monospace; font-weight: normal">    <span style="color: #9d9200; font-weight: bold">margin-left</span>: 2px;</div> </li><li style="font-family: 'Courier New',Courier,monospace; font-weight: normal; font-style: normal; color: #3a6a8b"> <div style="font-family: 'Courier New',Courier,monospace; font-weight: normal">    <span style="color: #9d9200; font-weight: bold">margin-bottom</span>: 5px;</div> </li><li style="font-weight: bold; color: #26536a"> <div style="font-family: 'Courier New',Courier,monospace; font-weight: normal">    <span style="color: #9d9200; font-weight: bold">background</span>:<span style="color: #9d9200">url</span><span style="color: #9d9200">(</span>images/tarjeta.gif<span style="color: #9d9200">)</span> <span style="color: #9d9200; font-weight: bold">bottom</span> <span style="color: #9d9200; font-weight: bold">left</span> <span style="color: #9d9200">no-repeat</span>;</div> </li><li style="font-family: 'Courier New',Courier,monospace; font-weight: normal; font-style: normal; color: #3a6a8b"> <div style="font-family: 'Courier New',Courier,monospace; font-weight: normal">    List-style:<span style="color: #9d9200">none</span>;</div> </li><li style="font-weight: bold; color: #26536a"> <div style="font-family: 'Courier New',Courier,monospace; font-weight: normal"><span style="color: #9d9200">}</span></div> </li><li style="font-family: 'Courier New',Courier,monospace; font-weight: normal; font-style: normal; color: #3a6a8b"> <div style="font-family: 'Courier New',Courier,monospace; font-weight: normal"><span style="color: #9d9200">.info </span> <span style="color: #9d9200">{</span></div> </li><li style="font-weight: bold; color: #26536a"> <div style="font-family: 'Courier New',Courier,monospace; font-weight: normal">    <span style="color: #9d9200; font-weight: bold">font-size</span>: 11px;</div> </li><li style="font-family: 'Courier New',Courier,monospace; font-weight: normal; font-style: normal; color: #3a6a8b"> <div style="font-family: 'Courier New',Courier,monospace; font-weight: normal">    <span style="color: #9d9200; font-weight: bold">padding-left</span>: 17px;</div> </li><li style="font-weight: bold; color: #26536a"> <div style="font-family: 'Courier New',Courier,monospace; font-weight: normal">    <span style="color: #9d9200; font-weight: bold">margin-left</span>: 2px;</div> </li><li style="font-family: 'Courier New',Courier,monospace; font-weight: normal; font-style: normal; color: #3a6a8b"> <div style="font-family: 'Courier New',Courier,monospace; font-weight: normal">    <span style="color: #9d9200; font-weight: bold">margin-bottom</span>: 5px;</div> </li><li style="font-weight: bold; color: #26536a"> <div style="font-family: 'Courier New',Courier,monospace; font-weight: normal">    <span style="color: #9d9200; font-weight: bold">background</span>:<span style="color: #9d9200">url</span><span style="color: #9d9200">(</span>images/info.gif<span style="color: #9d9200">)</span> <span style="color: #9d9200; font-weight: bold">bottom</span> <span style="color: #9d9200; font-weight: bold">left</span> <span style="color: #9d9200">no-repeat</span>;</div> </li><li style="font-family: 'Courier New',Courier,monospace; font-weight: normal; font-style: normal; color: #3a6a8b"> <div style="font-family: 'Courier New',Courier,monospace; font-weight: normal">    List-style:<span style="color: #9d9200">none</span>;</div> </li><li style="font-weight: bold; color: #26536a"> <div style="font-family: 'Courier New',Courier,monospace; font-weight: normal"><span style="color: #9d9200">}</span> </div> </li></ol> </div> </div><p>En Bligoo el CSS tienen que entrar a Personalizar Sitio &gt; Eligen su tema, lo editan&gt; Entrarn a CSS, agregan el c&oacute;digo CSS de arriba al final. Reemplazan los links de las imagenes por los links de los iconos que quieran y reemplazan los nombres por los que quieran ejemplo si sale .wordpress lo remplzan por .johnzarate por decirlo, sin espacios.</p><p>Ahora guardan el tema, y van a mis temas, y ponen usar el que editaron.  Despu&eacute;s de hecho esto, van a los Bligets, a&ntilde;aden uno de texto, y ediatn en HTML (presionan el bot&oacute;n que sale de HTML en el editor). Agregan:</p><br /><div id="html-2"> <div class="html"> <ol><li style="font-family: 'Courier New',Courier,monospace; font-weight: normal; font-style: normal; color: #3a6a8b"> <div style="font-family: 'Courier New',Courier,monospace; font-weight: normal"><span style="color: #9d9200"><a href="http://december.com/html/4/element/ul.html"><span style="color: #9d9200; font-weight: bold">&lt;ul&gt;</span></a></span></div> </li><li style="font-weight: bold; color: #26536a"> <div style="font-family: 'Courier New',Courier,monospace; font-weight: normal">&nbsp;</div> </li><li style="font-family: 'Courier New',Courier,monospace; font-weight: normal; font-style: normal; color: #3a6a8b"> <div style="font-family: 'Courier New',Courier,monospace; font-weight: normal"><span style="color: #9d9200"><a href="http://december.com/html/4/element/li.html"><span style="color: #9d9200; font-weight: bold">&lt;li</span></a> <span style="color: #9d9200">class</span>=<span style="color: #9d9200">&quot;mac&quot;</span><span style="color: #9d9200; font-weight: bold">&gt;</span></span>Usando <span style="color: #9d9200"><a href="http://december.com/html/4/element/a.html"><span style="color: #9d9200; font-weight: bold">&lt;a</span></a> <span style="color: #9d9200">href</span>=<span style="color: #9d9200">&quot;http://www.apple.com&quot;</span><span style="color: #9d9200; font-weight: bold">&gt;</span></span>Macintosh<span style="color: #9d9200"><span style="color: #9d9200; font-weight: bold">&lt;/a&gt;</span></span><span style="color: #9d9200"><span style="color: #9d9200; font-weight: bold">&lt;/li&gt;</span></span></div> </li><li style="font-weight: bold; color: #26536a"> <div style="font-family: 'Courier New',Courier,monospace; font-weight: normal"><span style="color: #9d9200"><a href="http://december.com/html/4/element/li.html"><span style="color: #9d9200; font-weight: bold">&lt;li</span></a> <span style="color: #9d9200">class</span>=<span style="color: #9d9200">&quot;wordpress&quot;</span><span style="color: #9d9200; font-weight: bold">&gt;</span></span>Powered by <span style="color: #9d9200"><a href="http://december.com/html/4/element/a.html"><span style="color: #9d9200; font-weight: bold">&lt;a</span></a> <span style="color: #9d9200">href</span>=<span style="color: #9d9200">&quot;http://www.wordpress.org&quot;</span><span style="color: #9d9200; font-weight: bold">&gt;</span></span>Wordpress<span style="color: #9d9200"><span style="color: #9d9200; font-weight: bold">&lt;/a&gt;</span></span><span style="color: #9d9200"><span style="color: #9d9200; font-weight: bold">&lt;/li&gt;</span></span></div> </li><li style="font-family: 'Courier New',Courier,monospace; font-weight: normal; font-style: normal; color: #3a6a8b"> <div style="font-family: 'Courier New',Courier,monospace; font-weight: normal"><span style="color: #9d9200"><a href="http://december.com/html/4/element/li.html"><span style="color: #9d9200; font-weight: bold">&lt;li</span></a> <span style="color: #9d9200">class</span>=<span style="color: #9d9200">&quot;clickideas&quot;</span><span style="color: #9d9200; font-weight: bold">&gt;</span></span>Design by <span style="color: #9d9200"><a href="http://december.com/html/4/element/a.html"><span style="color: #9d9200; font-weight: bold">&lt;a</span></a> <span style="color: #9d9200">href</span>=<span style="color: #9d9200">&quot;http://www.clickideas.net&quot;</span><span style="color: #9d9200; font-weight: bold">&gt;</span></span>Clickideas<span style="color: #9d9200"><span style="color: #9d9200; font-weight: bold">&lt;/a&gt;</span></span><span style="color: #9d9200"><span style="color: #9d9200; font-weight: bold">&lt;/li&gt;</span></span></div> </li><li style="font-weight: bold; color: #26536a"> <div style="font-family: 'Courier New',Courier,monospace; font-weight: normal"><span style="color: #9d9200"><a href="http://december.com/html/4/element/li.html"><span style="color: #9d9200; font-weight: bold">&lt;li</span></a> <span style="color: #9d9200">class</span>=<span style="color: #9d9200">&quot;pownce&quot;</span><span style="color: #9d9200; font-weight: bold">&gt;</span></span>My <span style="color: #9d9200"><a href="http://december.com/html/4/element/a.html"><span style="color: #9d9200; font-weight: bold">&lt;a</span></a> <span style="color: #9d9200">href</span>=<span style="color: #9d9200">&quot;http://www.pownce.com/nikko&quot;</span><span style="color: #9d9200; font-weight: bold">&gt;</span></span>Pownce<span style="color: #9d9200"><span style="color: #9d9200; font-weight: bold">&lt;/a&gt;</span></span><span style="color: #9d9200"><span style="color: #9d9200; font-weight: bold">&lt;/li&gt;</span></span></div> </li><li style="font-family: 'Courier New',Courier,monospace; font-weight: normal; font-style: normal; color: #3a6a8b"> <div style="font-family: 'Courier New',Courier,monospace; font-weight: normal"><span style="color: #9d9200"><a href="http://december.com/html/4/element/li.html"><span style="color: #9d9200; font-weight: bold">&lt;li</span></a> <span style="color: #9d9200">class</span>=<span style="color: #9d9200">&quot;flickr&quot;</span><span style="color: #9d9200; font-weight: bold">&gt;</span></span>My Photos <span style="color: #9d9200"><a href="http://december.com/html/4/element/a.html"><span style="color: #9d9200; font-weight: bold">&lt;a</span></a> <span style="color: #9d9200">href</span>=<span style="color: #9d9200">&quot;http://www.flickr.com/photos/14412260@N08/&quot;</span><span style="color: #9d9200; font-weight: bold">&gt;</span></span>Flickr<span style="color: #9d9200"><span style="color: #9d9200; font-weight: bold">&lt;/a&gt;</span></span><span style="color: #9d9200"><span style="color: #9d9200; font-weight: bold">&lt;/li&gt;</span></span></div> </li><li style="font-weight: bold; color: #26536a"> <div style="font-family: 'Courier New',Courier,monospace; font-weight: normal"><span style="color: #9d9200"><a href="http://december.com/html/4/element/li.html"><span style="color: #9d9200; font-weight: bold">&lt;li</span></a> <span style="color: #9d9200">class</span>=<span style="color: #9d9200">&quot;blog&quot;</span><span style="color: #9d9200; font-weight: bold">&gt;</span></span>My <span style="color: #9d9200"><a href="http://december.com/html/4/element/a.html"><span style="color: #9d9200; font-weight: bold">&lt;a</span></a> <span style="color: #9d9200">href</span>=<span style="color: #9d9200">&quot;http://www.xyberneticos.com/&quot;</span><span style="color: #9d9200; font-weight: bold">&gt;</span></span>blog<span style="color: #9d9200"><span style="color: #9d9200; font-weight: bold">&lt;/a&gt;</span></span><span style="color: #9d9200"><span style="color: #9d9200; font-weight: bold">&lt;/li&gt;</span></span></div> </li><li style="font-family: 'Courier New',Courier,monospace; font-weight: normal; font-style: normal; color: #3a6a8b"> <div style="font-family: 'Courier New',Courier,monospace; font-weight: normal"><span style="color: #9d9200"><a href="http://december.com/html/4/element/li.html"><span style="color: #9d9200; font-weight: bold">&lt;li</span></a> <span style="color: #9d9200">class</span>=<span style="color: #9d9200">&quot;mail&quot;</span><span style="color: #9d9200; font-weight: bold">&gt;</span></span>My <span style="color: #9d9200"><a href="http://december.com/html/4/element/a.html"><span style="color: #9d9200; font-weight: bold">&lt;a</span></a> <span style="color: #9d9200">href</span>=<span style="color: #9d9200">&quot;http://www.xyberneticos.com/index.php/contacto/&quot;</span><span style="color: #9d9200; font-weight: bold">&gt;</span></span>E-mail<span style="color: #9d9200"><span style="color: #9d9200; font-weight: bold">&lt;/a&gt;</span></span><span style="color: #9d9200"><span style="color: #9d9200; font-weight: bold">&lt;/li&gt;</span></span></div> </li><li style="font-weight: bold; color: #26536a"> <div style="font-family: 'Courier New',Courier,monospace; font-weight: normal"><span style="color: #9d9200"><a href="http://december.com/html/4/element/li.html"><span style="color: #9d9200; font-weight: bold">&lt;li</span></a> <span style="color: #9d9200">class</span>=<span style="color: #9d9200">&quot;tarjeta&quot;</span><span style="color: #9d9200; font-weight: bold">&gt;</span></span>My <span style="color: #9d9200"><a href="http://december.com/html/4/element/a.html"><span style="color: #9d9200; font-weight: bold">&lt;a</span></a> <span style="color: #9d9200">href</span>=<span style="color: #9d9200">&quot;http://www.xyberneticos.com/index.php/acerca-de/&quot;</span><span style="color: #9d9200; font-weight: bold">&gt;</span></span>vcard<span style="color: #9d9200"><span style="color: #9d9200; font-weight: bold">&lt;/a&gt;</span></span><span style="color: #9d9200"><span style="color: #9d9200; font-weight: bold">&lt;/li&gt;</span></span></div> </li><li style="font-family: 'Courier New',Courier,monospace; font-weight: normal; font-style: normal; color: #3a6a8b"> <div style="font-family: 'Courier New',Courier,monospace; font-weight: normal"><span style="color: #9d9200"><a href="http://december.com/html/4/element/li.html"><span style="color: #9d9200; font-weight: bold">&lt;li</span></a> <span style="color: #9d9200">class</span>=<span style="color: #9d9200">&quot;info&quot;</span><span style="color: #9d9200; font-weight: bold">&gt;</span></span>More <span style="color: #9d9200"><a href="http://december.com/html/4/element/a.html"><span style="color: #9d9200; font-weight: bold">&lt;a</span></a> <span style="color: #9d9200">href</span>=<span style="color: #9d9200">&quot;http://www.xyberneticos.com/index.php/acerca-de/&quot;</span><span style="color: #9d9200; font-weight: bold">&gt;</span></span>Info<span style="color: #9d9200"><span style="color: #9d9200; font-weight: bold">&lt;/a&gt;</span></span><span style="color: #9d9200"><span style="color: #9d9200; font-weight: bold">&lt;/li&gt;</span></span></div> </li><li style="font-weight: bold; color: #26536a"> <div style="font-family: 'Courier New',Courier,monospace; font-weight: normal">&nbsp;</div> </li><li style="font-family: 'Courier New',Courier,monospace; font-weight: normal; font-style: normal; color: #3a6a8b"> <div style="font-family: 'Courier New',Courier,monospace; font-weight: normal"><span style="color: #9d9200"><span style="color: #9d9200; font-weight: bold">&lt;/ul&gt;</span></span> </div> </li></ol> </div> </div><p>reemplazan de este &uacute;ltimo e contenido del class="&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;" seg&uacute;n ustedes pusieron el el CSS. </p><p><span>Preguntas en los comentarios</span>. Si quieren un hosting de imagenes, aparte del que trae Bligoo, pueden usar, www.Sube.la www.imageshack.us (no megusta), www.godlike.cl</p><p><b>Visto en</b>: <a href="http://xyberneticos.com/index.php/2008/04/12/personalizando-listas-con-css/">Xyberneticos&nbsp;</a></p><p>&nbsp;</p>]]></description>
<wfw:commentRss>http://www.pixelchile.com/rss/comments/view/163089</wfw:commentRss>
</item>
<item>
<title>Homero Simpsons completamente en CSS</title>
<link>http://www.pixelchile.com/content/view/163043/Homero-Simpsons-completamente-en-CSS.html#content-top</link>
<pubDate>Mon, 14 Apr 2008 01:26:48 -0400</pubDate>
<guid isPermaLink="false">http://www.pixelchile.com/content/view/163043/Homero-Simpsons-completamente-en-CSS.html#content-top</guid>
<dc:creator>John Zárate</dc:creator>
<description><![CDATA[<p><img src="http://www.sube.la/images/50kgrt59xvrvucr3ley9.jpg" border="0" width="243" height="300" align="left" /> Realmente cuando la vi la ilustraci&oacute;n perfecta de Homero Simpsons en CSS quede sorprendido. El manejo de Rom&aacute;n Cort&eacute;s es muy bueno, ya lo hab&iacute;a demostrado con el logo de <a href="http://sigt.net/wp-content/uploads/logo-sigt2.html">Sigt</a>, ahora con Homero, el popular personaje que muchos quieren censurar, pero todo el resto lo adora. En <a href="http://www.romancortes.com/blog">su blog</a> da la nota del Homero que ha hecho y parece imagen la que sale en su post, pero es el dise&ntilde;o en CSS para los que no saben que en CSS, son hojas de estilo, una forma f&aacute;cil de explicar, la cara de Homer la hizo en base a n&uacute;meros, letras, y signos, con atributos de colores y tama&ntilde;os. Si quieren ver que letras uso, tienen que en firefox poner Ver&gt; Hoja de estilo&gt; Sin estilo.</p><p>Ahora maravillense a trav&eacute;s de <a href="http://www.romancortes.com/blog/homer-css/">este link</a>.&nbsp;</p>]]></description>
<wfw:commentRss>http://www.pixelchile.com/rss/comments/view/163043</wfw:commentRss>
</item>
</channel>
</rss>
