<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Frogx.Three &#187; Hojas de estilo para impresión...</title>
	<atom:link href="http://www.frogx3.com/2008/07/11/hojas-de-estilo-para-impresion/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.frogx3.com</link>
	<description>Blog de diseño con recursos para diseño y desarrollo web - Tutoriales, tips, snippets, iconos, recursos, plantillas</description>
	<lastBuildDate>Thu, 09 Feb 2012 20:00:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Hojas de estilo para impresión</title>
		<link>http://www.frogx3.com/2008/07/11/hojas-de-estilo-para-impresion/</link>
		<comments>http://www.frogx3.com/2008/07/11/hojas-de-estilo-para-impresion/#comments</comments>
		<pubDate>Fri, 11 Jul 2008 08:34:55 +0000</pubDate>
		<dc:creator>Jorge</dc:creator>
				<enclosure url="http://media.frogx3.com/2008/07/gimp.png" length="32000" type="image/png" />
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Desarrollo]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[css para impresion]]></category>
		<category><![CDATA[impresion con estilo]]></category>
		<category><![CDATA[imprimir para paginas web]]></category>
		<category><![CDATA[plantillas css]]></category>
		<category><![CDATA[tips css]]></category>

		<guid isPermaLink="false">http://www.frogx3.com/?p=1830</guid>
		<description><![CDATA[Las hojas de estilo o CSS son un excelente recurso para diseñadores web porque nos permite controlar todo el diseño y estructura que se muestra en el navegador, pero que...]]></description> 
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="alignnone size-full wp-image-1836" title="css-para-imprimir" src="http://www.frogx3.com/wp-content/uploads/2008/07/css-para-imprimir.jpg" alt="css para imprimir Hojas de estilo para impresión" width="450" height="200" /></p>
<p>Las <strong>hojas de estilo</strong> o <strong>CSS</strong> son un excelente <strong>recurso para diseñadores web</strong> porque nos permite controlar todo el diseño y estructura que se muestra en el navegador, pero que pasa cuando esa pagina web la imprimimos?</p>
<p>Bien pues el CSS también nos puede ayudar para imprimir con estilo, que posibilidades nos brindan las <a href="http://www.frogx3.com/tag/css" title="plantillas css para impresion"  target="_blank"><strong>plantillas css para impresion</strong></a>?</p>
<ul>
<li>Ocultar elementos con las barras laterales o banners que estorben el contenido real del sitio</li>
<li>Cambiar tipos de letras definiendo una para el navegador y una para la impresión</li>
<li>Ofrecerle a tu usuario una información clara tanto en la web como en papel</li>
</ul>
<p>Como se hace?</p>
<p>CSS para navegador:</p>
<pre name="code" class="css">body{ font-size:15px; }

#header{background:black; color:#fff;}

#content .contenido{width:400px;color:#333;font-size:12px;}

#content .sidebar{width:200px;background:#333;color:#fff;font-size:12px;}

#footer{background:red; color:#fff;}</pre>
<p>CSS para imprimir, ocultando la barra lateral (sidebar):</p>
<pre name="code" class="css">body{ font-size:15px; }

#header{background:black; color:#fff;}

#content .contenido{width:400px;color:#333;font-size:12px;}

#content .sidebar{width:200px;background:#333;color:#fff;font-size:12px;}

#footer{background:red; color:#fff;}

@media print{

#content .contenido{width:100%;}

#content .sidebar{display:none;}
}</pre>
<p>Si les intereso el tema y quieren saber mas acerca de como usar las hojas de estilo para imprimir les recomiendo estos enlaces:</p>
<ul>
<li><a href="http://www.catswhocode.com/blog/web-design/how-to-creating-an-efficient-print-stylesheet-21" title="efficient print stylesheet"  target="_blank">Crear hojas de estilo optimizadas para imprimir</a> (en ingles)</li>
<li><a href="http://www.desarrolloweb.com/articulos/css-para-imprimir-pagina-web.html" title="css para imprimir"  target="_blank">CSS para imprimir paginas web</a></li>
<li><a href="http://www.alistapart.com/stories/goingtoprint/" title="going to print with css"  target="_blank">Going to Print</a></li>
<li><a href="http://www.w3.org/TR/css-print/" title="css print"  target="_blank">CSS Print Profile</a> (Tabla de propiedades)</li>
</ul>
<!-- SimpleReach Slide Plugin Version: 0.6.0 -->
<script type='text/javascript' id='simplereach-slide-tag'>
    __spr_config = {
      pid: '4e4ae1a5c2b219358b000005',
      title: 'Hojas de estilo para impresión',
      ckw: 'CSS,css para impresion,impresion con estilo,imprimir para paginas web,plantillas css,tips css',
      chan: '',
      no_slide: '',
      slide_logo: true,
      pub: '2008-07-11 14:34:55',
      url: 'http%3A%2F%2Fwww.frogx3.com%2F2008%2F07%2F11%2Fhojas-de-estilo-para-impresion%2F',
      header: 'TAMBIEN TE RECOMENDAMOS'
    };
    var content = document.getElementById('simplereach-slide-tag').parentNode, loc;
    if (content.className){ loc = '.' + content.className; }
    if (content.id){ loc = '#' + content.id; }
    __spr_config.loc = loc || content;
    (function(){
    var s = document.createElement('script');
      s.async = true;
      s.type = 'text/javascript';
      s.src = document.location.protocol + '//d8rk54i4mohrb.cloudfront.net/js/slide.js';
      __spr_config.css = 'document.location.protocol + '//d8rk54i4mohrb.cloudfront.net/css/p/4e4ae1a5c2b219358b000005.css';
      var tg = document.getElementsByTagName('head')[0];
      if (!tg) {tg = document.getElementsByTagName('body')[0];}
      if (tg) {tg.appendChild(s);}
    })();
</script>
]]></content:encoded>
			<wfw:commentRss>http://www.frogx3.com/2008/07/11/hojas-de-estilo-para-impresion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

