<?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>FINE &#124; Tvorba web stránok, internetových obchodov a grafické práce, Bratislava, Martin, Žilina</title>
	<atom:link href="http://www.fine.sk/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fine.sk</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Tue, 21 Feb 2012 21:16:53 +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>Ako upraviť farbu výberu pomocou CSS</title>
		<link>http://www.fine.sk/blog/ako-upravit-farbu-vyberu-pomocou-css/</link>
		<comments>http://www.fine.sk/blog/ako-upravit-farbu-vyberu-pomocou-css/#comments</comments>
		<pubDate>Sat, 07 Jan 2012 12:34:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Css]]></category>

		<guid isPermaLink="false">http://www.fine.sk/?p=491</guid>
		<description><![CDATA[Už ste niekedy kopýrovali text z nejakej internetovej stránky? Určite ste si všimli, keď ste text vyberali pomocou myšky, že pozadie výberu malo určitú farbu, danú použitým prehliadačom. Ak obsahuje Vaša stránka texty, ktoré si zvyknú ľudia kopýrovať (napríklad recepty), čo tak ich prekvapiť a zvýrazniť výber inou, ako prehliadačom prednastavenou farbou. Do svojich CSS [...]]]></description>
			<content:encoded><![CDATA[<p>Už ste niekedy kopýrovali text z nejakej internetovej stránky? Určite ste si všimli, keď ste text vyberali pomocou myšky, že pozadie výberu malo určitú farbu, danú použitým prehliadačom. Ak obsahuje Vaša stránka texty, ktoré si zvyknú ľudia kopýrovať (napríklad recepty), čo tak ich prekvapiť a zvýrazniť výber inou, ako prehliadačom prednastavenou farbou. Do svojich CSS štýlov vložte nasledujúci kód. </p>
<p><span id="more-491"></span></p>
<p>PS: Toto nastavenie výberu je použité aj na týchto stránkach. Skúste myškou vybrať nejaký text, prípadne stačte CTRL+A, čím vyberiete všetko na stránke. Ak používate moderný internetový prehliadač, mala by byť farba vybratého obsahu tyrkisovo modrá. </p>
<h4>Ukážka:</h4>
<p>Lorem ipsum dolor sit <span style="color: #ffffff; background-color: #13cce2;">amet, consectetur adipiscing elit. Etiam scelerisque, quam feugiat sollicitudin ultricies, odio sem varius eros, vel gravida enim libero non mauris. Morbi vel ultricies arcu. Maecenas et turpis eu ipsum pellentesque facilisis at vitae nisi. Donec lobortis ipsum eget ligula pharetra et </span>facilisis orci semper. Nullam adipiscing venenatis velit, sit amet consectetur sem ornare at.</p>
<h4>Kód:</h4>
<div class="fvch-code">
<pre class="fvch-line-numbers">1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
</pre>
<pre><span class="css">// pre všetky moderné prehliadače&lt;br /&gt;
 ::selection {
 <span class="css-property">background<span class="css-selector">:</span><span class="css-value">#13cce2</span></span>;
 <span class="css-property">color<span class="css-selector">:</span><span class="css-value">#fff</span></span>;
 }

// pre firefox
 ::<span class="css-property">-moz-selection {
 background<span class="css-selector">:</span><span class="css-value">#13cce2</span></span>; 
<span class="css-property">color<span class="css-selector">:</span><span class="css-value">#fff</span></span>;
 }&lt;

// pre safari a chrome
 ::<span class="css-property">-webkit-selection { 
background<span class="css-selector">:</span><span class="css-value">#13cce2</span></span>;
 <span class="css-property">color<span class="css-selector">:</span><span class="css-value">#fff</span></span>; 
}</span></pre>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.fine.sk/blog/ako-upravit-farbu-vyberu-pomocou-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Javorový sirup</title>
		<link>http://www.fine.sk/blog/referencie/javorovy-sirup/</link>
		<comments>http://www.fine.sk/blog/referencie/javorovy-sirup/#comments</comments>
		<pubDate>Fri, 06 Jan 2012 21:57:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<guid isPermaLink="false">http://www.fine.sk/?post_type=referencie&#038;p=105</guid>
		<description><![CDATA[javorovysirup.sk]]></description>
			<content:encoded><![CDATA[javorovysirup.sk]]></content:encoded>
			<wfw:commentRss>http://www.fine.sk/blog/referencie/javorovy-sirup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Frappé</title>
		<link>http://www.fine.sk/blog/referencie/frappe/</link>
		<comments>http://www.fine.sk/blog/referencie/frappe/#comments</comments>
		<pubDate>Fri, 06 Jan 2012 19:56:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<guid isPermaLink="false">http://www.fine.sk/?post_type=referencie&#038;p=103</guid>
		<description><![CDATA[frappe.sk]]></description>
			<content:encoded><![CDATA[frappe.sk]]></content:encoded>
			<wfw:commentRss>http://www.fine.sk/blog/referencie/frappe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Artindeco</title>
		<link>http://www.fine.sk/blog/referencie/artindeco/</link>
		<comments>http://www.fine.sk/blog/referencie/artindeco/#comments</comments>
		<pubDate>Fri, 06 Jan 2012 16:42:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<guid isPermaLink="false">http://www.fine.sk/?post_type=referencie&#038;p=441</guid>
		<description><![CDATA[artindeco.sk]]></description>
			<content:encoded><![CDATA[artindeco.sk]]></content:encoded>
			<wfw:commentRss>http://www.fine.sk/blog/referencie/artindeco/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Photographs Ricardo &amp; Mireille</title>
		<link>http://www.fine.sk/blog/referencie/photographs-ricardo-mireille/</link>
		<comments>http://www.fine.sk/blog/referencie/photographs-ricardo-mireille/#comments</comments>
		<pubDate>Fri, 06 Jan 2012 16:41:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<guid isPermaLink="false">http://www.fine.sk/?post_type=referencie&#038;p=439</guid>
		<description><![CDATA[ricardo-mireille.com]]></description>
			<content:encoded><![CDATA[ricardo-mireille.com]]></content:encoded>
			<wfw:commentRss>http://www.fine.sk/blog/referencie/photographs-ricardo-mireille/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gastrovia</title>
		<link>http://www.fine.sk/blog/referencie/gastrovia/</link>
		<comments>http://www.fine.sk/blog/referencie/gastrovia/#comments</comments>
		<pubDate>Fri, 06 Jan 2012 16:40:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<guid isPermaLink="false">http://www.fine.sk/?post_type=referencie&#038;p=437</guid>
		<description><![CDATA[gastrovia.sk]]></description>
			<content:encoded><![CDATA[gastrovia.sk]]></content:encoded>
			<wfw:commentRss>http://www.fine.sk/blog/referencie/gastrovia/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Treework</title>
		<link>http://www.fine.sk/blog/referencie/treework/</link>
		<comments>http://www.fine.sk/blog/referencie/treework/#comments</comments>
		<pubDate>Fri, 06 Jan 2012 16:39:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<guid isPermaLink="false">http://www.fine.sk/?post_type=referencie&#038;p=434</guid>
		<description><![CDATA[treework.sk]]></description>
			<content:encoded><![CDATA[treework.sk]]></content:encoded>
			<wfw:commentRss>http://www.fine.sk/blog/referencie/treework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Salón Anna</title>
		<link>http://www.fine.sk/blog/referencie/salon-anna/</link>
		<comments>http://www.fine.sk/blog/referencie/salon-anna/#comments</comments>
		<pubDate>Fri, 06 Jan 2012 16:38:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<guid isPermaLink="false">http://www.fine.sk/?post_type=referencie&#038;p=432</guid>
		<description><![CDATA[salonanna.sk]]></description>
			<content:encoded><![CDATA[salonanna.sk]]></content:encoded>
			<wfw:commentRss>http://www.fine.sk/blog/referencie/salon-anna/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Relin</title>
		<link>http://www.fine.sk/blog/referencie/relin/</link>
		<comments>http://www.fine.sk/blog/referencie/relin/#comments</comments>
		<pubDate>Fri, 06 Jan 2012 16:37:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<guid isPermaLink="false">http://www.fine.sk/?post_type=referencie&#038;p=429</guid>
		<description><![CDATA[relin.sk]]></description>
			<content:encoded><![CDATA[relin.sk]]></content:encoded>
			<wfw:commentRss>http://www.fine.sk/blog/referencie/relin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rakúsko.sk</title>
		<link>http://www.fine.sk/blog/referencie/rakusko-sk/</link>
		<comments>http://www.fine.sk/blog/referencie/rakusko-sk/#comments</comments>
		<pubDate>Fri, 06 Jan 2012 16:37:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<guid isPermaLink="false">http://www.fine.sk/?post_type=referencie&#038;p=426</guid>
		<description><![CDATA[rakusko.sk]]></description>
			<content:encoded><![CDATA[rakusko.sk]]></content:encoded>
			<wfw:commentRss>http://www.fine.sk/blog/referencie/rakusko-sk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Osmar Gas</title>
		<link>http://www.fine.sk/blog/referencie/osmar-gas/</link>
		<comments>http://www.fine.sk/blog/referencie/osmar-gas/#comments</comments>
		<pubDate>Fri, 06 Jan 2012 16:36:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<guid isPermaLink="false">http://www.fine.sk/?post_type=referencie&#038;p=424</guid>
		<description><![CDATA[osmar-gas.sk]]></description>
			<content:encoded><![CDATA[osmar-gas.sk]]></content:encoded>
			<wfw:commentRss>http://www.fine.sk/blog/referencie/osmar-gas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Azeta</title>
		<link>http://www.fine.sk/blog/referencie/azeta/</link>
		<comments>http://www.fine.sk/blog/referencie/azeta/#comments</comments>
		<pubDate>Fri, 06 Jan 2012 16:35:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<guid isPermaLink="false">http://www.fine.sk/?post_type=referencie&#038;p=421</guid>
		<description><![CDATA[azeta.sk]]></description>
			<content:encoded><![CDATA[azeta.sk]]></content:encoded>
			<wfw:commentRss>http://www.fine.sk/blog/referencie/azeta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

