<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/php/tags/css</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 06 Jul 2008 21:23:53 GMT</pubDate>
<item>
<title>(PHP) dynamic stylesheet - perthmetro</title>
<link>http://snipplr.com/view/6931/dynamic-stylesheet/</link>
<description><![CDATA[ <p>This is like a cms for a stylesheet - includes all files to make a working xhtml/css demo</p> ]]></description>
<pubDate>Thu, 26 Jun 2008 12:33:08 GMT</pubDate>
<guid>http://snipplr.com/view/6931/dynamic-stylesheet/</guid>
</item>
<item>
<title>(PHP) CSS IDs for Menu and Slicemenu Items - wesbaker</title>
<link>http://snipplr.com/view/6880/css-ids-for-menu-and-slicemenu-items/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 24 Jun 2008 13:41:55 GMT</pubDate>
<guid>http://snipplr.com/view/6880/css-ids-for-menu-and-slicemenu-items/</guid>
</item>
<item>
<title>(PHP) splitting a domain in half - fris</title>
<link>http://snipplr.com/view/5251/splitting-a-domain-in-half/</link>
<description><![CDATA[ <p>My wordpress theme uses the site name in the header (top) and i needed to split it in half , in order to style it correctly in css</p> ]]></description>
<pubDate>Sun, 02 Mar 2008 20:01:34 GMT</pubDate>
<guid>http://snipplr.com/view/5251/splitting-a-domain-in-half/</guid>
</item>
<item>
<title>(PHP) Remove leftmost and rightmost padding in LI output - nijgnet</title>
<link>http://snipplr.com/view/5201/remove-leftmost-and-rightmost-padding-in-li-output/</link>
<description><![CDATA[ <p>Inserts "first" and "last" classes to the first and last  items respectively. "first" and "last" classes defined in CSS as without padding.</p> ]]></description>
<pubDate>Mon, 25 Feb 2008 14:52:13 GMT</pubDate>
<guid>http://snipplr.com/view/5201/remove-leftmost-and-rightmost-padding-in-li-output/</guid>
</item>
<item>
<title>(PHP) Rewrites align parameter to a class style - nijgnet</title>
<link>http://snipplr.com/view/5200/rewrites-align-parameter-to-a-class-style/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 25 Feb 2008 14:49:32 GMT</pubDate>
<guid>http://snipplr.com/view/5200/rewrites-align-parameter-to-a-class-style/</guid>
</item>
<item>
<title>(PHP) Loads a stylesheet with dynamic values dependent on the Page view - nijgnet</title>
<link>http://snipplr.com/view/5198/loads-a-stylesheet-with-dynamic-values-dependent-on-the-page-view/</link>
<description><![CDATA[ <p>Sets the sidebar photo appropriate for a section of the site by determining the parent Page of the subpage.</p> ]]></description>
<pubDate>Mon, 25 Feb 2008 14:45:13 GMT</pubDate>
<guid>http://snipplr.com/view/5198/loads-a-stylesheet-with-dynamic-values-dependent-on-the-page-view/</guid>
</item>
<item>
<title>(PHP) Gzipping your CSS - johnself</title>
<link>http://snipplr.com/view/5024/gzipping-your-css/</link>
<description><![CDATA[ <p>CSS files for larger sites can become pretty large themselves. Gzipping or compressing these files has shown to provide a reduction in the neighborhood of 70-80% of the original file size, a fairly significant 'weight loss'.</p> ]]></description>
<pubDate>Tue, 12 Feb 2008 14:08:32 GMT</pubDate>
<guid>http://snipplr.com/view/5024/gzipping-your-css/</guid>
</item>
<item>
<title>(PHP) Drupal $styles - benrasmusen</title>
<link>http://snipplr.com/view/4395/drupal-styles/</link>
<description><![CDATA[ <p>Add styles to drupal $styles variable</p> ]]></description>
<pubDate>Fri, 21 Dec 2007 11:05:10 GMT</pubDate>
<guid>http://snipplr.com/view/4395/drupal-styles/</guid>
</item>
<item>
<title>(PHP) Drupal - Unset (not include) all core stylesheets - Theme variable overrides. - berkes</title>
<link>http://snipplr.com/view/3756/drupal--unset-not-include-all-core-stylesheets--theme-variable-overrides/</link>
<description><![CDATA[ <p>Removes the core, and node styles from the $style variable. 

You most morbably already defined _phptemplate_variables($hook, $vars), in that case just add the two lines there.
_sympal_theme.. is the name of the theme where we use this.</p> ]]></description>
<pubDate>Fri, 21 Sep 2007 09:27:05 GMT</pubDate>
<guid>http://snipplr.com/view/3756/drupal--unset-not-include-all-core-stylesheets--theme-variable-overrides/</guid>
</item>
<item>
<title>(PHP) change style based on current page - jakepaint</title>
<link>http://snipplr.com/view/3487/change-style-based-on-current-page/</link>
<description><![CDATA[ <p>Change the css id by php two different ways: by pagename or by filename</p> ]]></description>
<pubDate>Wed, 08 Aug 2007 09:28:19 GMT</pubDate>
<guid>http://snipplr.com/view/3487/change-style-based-on-current-page/</guid>
</item>
<item>
<title>(PHP) Put classes around your body - berkes</title>
<link>http://snipplr.com/view/3423/put-classes-around-your-body/</link>
<description><![CDATA[ <p>Put classes around your bodyy, to allow different colors for seperate pages and areas on your site.
IT will simply add a css-safe version of the first argument in an url. Say the url is /about_us/our_company the class will be
body.about-us
Requires phptemplate</p> ]]></description>
<pubDate>Mon, 30 Jul 2007 12:48:46 GMT</pubDate>
<guid>http://snipplr.com/view/3423/put-classes-around-your-body/</guid>
</item>
<item>
<title>(PHP) Simple PHP Navigation - 1man</title>
<link>http://snipplr.com/view/2532/simple-php-navigation/</link>
<description><![CDATA[ <p>Very simple navigation. Style the id using CSS. Allows you to highlight the current page with CSS.</p> ]]></description>
<pubDate>Wed, 25 Apr 2007 08:59:27 GMT</pubDate>
<guid>http://snipplr.com/view/2532/simple-php-navigation/</guid>
</item>
<item>
<title>(PHP) Zen Garden Randomizer - Corhol</title>
<link>http://snipplr.com/view/1084/zen-garden-randomizer/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 17 Sep 2006 08:32:28 GMT</pubDate>
<guid>http://snipplr.com/view/1084/zen-garden-randomizer/</guid>
</item>
</channel>
</rss>