<?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>WpFunc &#187; css</title>
	<atom:link href="http://wpfunc.com/tag/css/feed" rel="self" type="application/rss+xml" />
	<link>http://wpfunc.com</link>
	<description>Awesome, Quick, Simple WordPress Functions!</description>
	<lastBuildDate>Thu, 01 Dec 2011 01:17:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Buble Tooltips!</title>
		<link>http://wpfunc.com/wordpress/buble-tooltips.html</link>
		<comments>http://wpfunc.com/wordpress/buble-tooltips.html#comments</comments>
		<pubDate>Fri, 15 Jan 2010 18:18:31 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[CSS&Javascript]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[bubletooltips]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[social]]></category>
		<category><![CDATA[tooltip]]></category>

		<guid isPermaLink="false">http://www.wpfunc.com/?p=366</guid>
		<description><![CDATA[You can use this tooltips with your WordPress Blog! Very simple and collect href and href&#8217;s title areas for write bubles. This tooltip script has a verysimple, very nice code and easy install&#38;use! Let&#8217;s Begin!
Here is the code;
This script have a nice coding. You add a javascript file into header.php with a simple code. This [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">You can use this tooltips with your WordPress Blog! Very simple and collect href and href&#8217;s title areas for write bubles. This tooltip script has a verysimple, very nice code and easy install&amp;use! Let&#8217;s Begin!<span id="more-366"></span></p>
<h3>Here is the code;</h3>
<p style="text-align: justify;">This script have a nice coding. You add a javascript file into header.php with a simple code. This javascript calls the content area and class and added tooltip to every link!</p>
<p>1. Add some code into <em><strong><span style="color: #ff0000;">header.php</span></strong></em></p>
<pre class="brush: jscript; title: ; notranslate">&lt;script type=&quot;text/javascript&quot; src=&quot;BubbleTooltips.js&quot;&gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
window.onload=function(){enableTooltips()};
&lt;/script&gt;</pre>
<p style="text-align: justify;">Add this code before the <strong>wp_head </strong>tag. Also you define an id for the special tooltip area. For an example i write &#8220;<strong>content</strong>&#8221; into enable <a class="highslide img_2" href="http://www.wpfunc.com/wp-content/uploads/2010/01/tooltip.png" onclick="return hs.expand(this)"><img class="alignright size-medium wp-image-367" style="margin: 1px;" title="tooltip" src="http://www.wpfunc.com/wp-content/uploads/2010/01/tooltip-300x86.png" alt="" width="300" height="86" /></a>Tooltips area. But in fact i use this function in my Turkish blog site with a special area. <strong>The social bookmarks&amp;follow area. </strong>Here is the some pictures from there. If you want to visit and test the tooltip <em><strong><a href="http://www.kaisercrazy.com" target="_blank">click here</a></strong></em>. There an example with special area. You have to select your <strong>div id&#8217;s</strong> Go to next step!</p>
<pre class="brush: jscript; title: ; notranslate">&lt;script type=&quot;text/javascript&quot; src=&quot;BubbleTooltips.js&quot;&gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
window.onload=function(){enableTooltips(&quot;social&quot;)};
&lt;/script&gt;</pre>
<p>2. Add this css code into your <em><span style="color: #ff0000;"><strong>style.css</strong></span></em></p>
<pre class="brush: css; title: ; notranslate">.tooltip{
width: 200px; color:#000;
font:lighter 11px/1.3 Arial,sans-serif;
text-decoration:none;text-align:center}

.tooltip span.top{padding: 30px 8px 0;
    background: url(bt.gif) no-repeat top}

.tooltip b.bottom{padding:3px 8px 15px;color: #548912;
    background: url(bt.gif) no-repeat bottom}</pre>
<p style="text-align: justify;">That&#8217;s all now upload this files and <strong>.js</strong> and<strong> bt.gif</strong> image. Also you can download this tooltip codes from this post! <a href="http://web-graphics.com/mtarchive/001717.php" target="_blank">The original post!<br />
</a> Note: There is a file embedded within this post, please visit this post to download the file.</p>
]]></content:encoded>
			<wfw:commentRss>http://wpfunc.com/wordpress/buble-tooltips.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create Custom Date Butons!</title>
		<link>http://wpfunc.com/wordpress/create-custom-date-butons.html</link>
		<comments>http://wpfunc.com/wordpress/create-custom-date-butons.html#comments</comments>
		<pubDate>Sun, 03 Jan 2010 18:42:10 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[date button]]></category>
		<category><![CDATA[day]]></category>
		<category><![CDATA[month]]></category>
		<category><![CDATA[post date]]></category>
		<category><![CDATA[style]]></category>
		<category><![CDATA[year]]></category>

		<guid isPermaLink="false">http://www.wpfunc.com/?p=355</guid>
		<description><![CDATA[Create your own date buttons. This is a simple div class and css style. Choose your background image and read this article. Let&#8217;s begin&#8230;
Here is the code;
Firstly create a div area for this. After that we sill make changes.
Code;

The Template Image

CSS Style;
Final :)

Use this code and the oıther on your theme. Have a nice day!
]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Create your own date buttons. This is a simple div class and css style. Choose your background image and read this article. Let&#8217;s begin&#8230;<span id="more-355"></span></p>
<h3>Here is the code;</h3>
<p>Firstly create a div area for this. After that we sill make changes.</p>
<h3>Code;</h3>
<pre class="brush: xml; title: ; notranslate">&lt;div class=”post-date”&gt;
&lt;div class=”month”&gt;&lt;?php the_time(’M') ?&gt;&lt;/div&gt;
&lt;div class=”day”&gt;&lt;?php the_time(’d') ?&gt;&lt;/div&gt;
&lt;/div&gt;</pre>
<h3>
The Template Image</h3>
<p><a class="highslide img_5" href="http://www.wpfunc.com/wp-content/uploads/2010/01/date_button_template.gif" onclick="return hs.expand(this)"><img class="alignnone size-full wp-image-357" title="date_button_template" src="http://www.wpfunc.com/wp-content/uploads/2010/01/date_button_template.gif" alt="" width="60" height="68" /></a></p>
<h3>CSS Style;</h3>
<pre class="brush: css; title: ; notranslate">.post-date{
float: left;
display: inline;
margin: 0 10px 0 0;
background: url(images/date_button_template.gif) no-repeat;
}</pre>
<h3>Final :)</h3>
<p><a class="highslide img_6" href="http://www.wpfunc.com/wp-content/uploads/2010/01/datebutton.jpg" onclick="return hs.expand(this)"><img class="alignnone size-full wp-image-356" title="datebutton" src="http://www.wpfunc.com/wp-content/uploads/2010/01/datebutton.jpg" alt="" width="300" height="100" /></a><br />
Use this code and the oıther on your theme. Have a nice day!</p>
]]></content:encoded>
			<wfw:commentRss>http://wpfunc.com/wordpress/create-custom-date-butons.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Detect User Browser And Apply A StyleSheet</title>
		<link>http://wpfunc.com/wordpress/detect-user-browser-and-apply-a-stylesheet.html</link>
		<comments>http://wpfunc.com/wordpress/detect-user-browser-and-apply-a-stylesheet.html#comments</comments>
		<pubDate>Tue, 15 Sep 2009 12:49:38 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[body]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[ns4]]></category>
		<category><![CDATA[safari]]></category>
		<category><![CDATA[WP]]></category>

		<guid isPermaLink="false">http://www.wpfunc.com/?p=168</guid>
		<description><![CDATA[You can detect user/visitors browser type and you can apply browser-base css styleshet for your theme. That&#8217;s siple and very useful. Firstly you have add this code below to your theme&#8217;s function.php. Let&#8217;s Begin&#8230;

Her is the code;
After that you can save and upload to your fileserver. And you can create for all browser-base css files. [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">You can detect user/visitors browser type and you can apply browser-base css styleshet for your theme. That&#8217;s siple and very useful. Firstly you have add this code below to your theme&#8217;s function.php. Let&#8217;s Begin&#8230;<span id="more-168"></span></p>
<p style="text-align: justify;"><span class="attention">We will change our <strong>functions.php</strong>. If you don&#8217;t know about WordPress coding or PHP dont touch this file. And <strong>Make backup</strong> if you know about WP and PHP!</span></p>
<h3>Her is the code;</h3>
<pre class="brush: plain; title: ; notranslate">
&lt;?php
add_filter('body_class','browser_body_class');
function browser_body_class($classes) {
global $is_lynx, $is_gecko, $is_IE, $is_opera, $is_NS4, $is_safari, $is_chrome, $is_iphone;

if($is_lynx) $classes[] = 'lynx';
elseif($is_gecko) $classes[] = 'gecko';
elseif($is_opera) $classes[] = 'opera';
elseif($is_NS4) $classes[] = 'ns4';
elseif($is_safari) $classes[] = 'safari';
elseif($is_chrome) $classes[] = 'chrome';
elseif($is_IE) $classes[] = 'ie';
else $classes[] = 'unknown';

if($is_iphone) $classes[] = 'iphone';
return $classes;
}
?&gt;
</pre>
<p>After that you can save and upload to your fileserver. And you can create for all browser-base css files. And you can use this code with your <em>body</em> class like the example;</p>
<pre class="brush: plain; title: ; notranslate">&lt;body class=&quot;home blog logged-in safari&quot;&gt;
</pre>
<p><strong>That&#8217;s all! Have a nice day!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://wpfunc.com/wordpress/detect-user-browser-and-apply-a-stylesheet.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>First Image on My Theme! My New Logo.</title>
		<link>http://wpfunc.com/general/first-image-on-my-theme-my-new-logo.html</link>
		<comments>http://wpfunc.com/general/first-image-on-my-theme-my-new-logo.html#comments</comments>
		<pubDate>Sat, 25 Jul 2009 12:59:04 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[NeoEase]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[WorPress]]></category>

		<guid isPermaLink="false">http://www.wpfunc.com/?p=127</guid>
		<description><![CDATA[Hey buddies. This isn&#8217;t a WordPress function. This one is about my theme. I use NeoEase&#8216;s Blocks Theme on WPFunc. This theme powered full css and there is no image out of gravatar. I only add a logo (i think looks better now) and Donate button. There are 3 different image on this theme. I [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Hey buddies. This isn&#8217;t a WordPress function. This one is about my theme. I use <a href="http://www.neoease.com" target="_blank">NeoEase</a>&#8216;s <a href="http://www.neoease.com/themes/" target="_blank">Blocks</a> Theme on WPFunc. This theme powered full css and there is no image out of gravatar. I only add a logo (i think looks better now) and Donate button. There are 3 different image on this theme. I am so happy now. Thanks for your trackbacks, twitter follows and comments. Have a nice day!</p>
]]></content:encoded>
			<wfw:commentRss>http://wpfunc.com/general/first-image-on-my-theme-my-new-logo.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

