<?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/tags/sharepoint-2010</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Mon, 20 May 2013 07:36:45 GMT</pubDate>
<item>
<title>(CSS) Sharepoint 2010 Custom Class For Content Editor Web Part Css Syntax - rumremix</title>
<link>http://snipplr.com/view/46067/sharepoint-2010-custom-class-for-content-editor-web-part-css-syntax/</link>
<description><![CDATA[ <p>Further below in the code are the default style declarations that can be overridden in custom css. To create custom classes that will be available in the rich text editors, follow the example below:


 .ms-rteElement-appleRed {
	color:red; 
	-ms-name:"appleRed";
}

Note: for the above custom-named style to appear in the rich text editor, it must live in a css file linked directly from the master page. That is, it will not work if it lives in a css file that is linked via an @import in  another css file.</p> ]]></description>
<pubDate>Thu, 23 Dec 2010 09:40:50 GMT</pubDate>
<guid>http://snipplr.com/view/46067/sharepoint-2010-custom-class-for-content-editor-web-part-css-syntax/</guid>
</item>
<item>
<title>(CSS) sharepoint 2010 how to remove height from ribbon area when ribbon hidden - rumremix</title>
<link>http://snipplr.com/view/38081/sharepoint-2010-how-to-remove-height-from-ribbon-area-when-ribbon-hidden/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 30 Jul 2010 11:33:01 GMT</pubDate>
<guid>http://snipplr.com/view/38081/sharepoint-2010-how-to-remove-height-from-ribbon-area-when-ribbon-hidden/</guid>
</item>
<item>
<title>(CSS) sharepoint 2010 site actions and welcome link taming code - rumremix</title>
<link>http://snipplr.com/view/38080/sharepoint-2010-site-actions-and-welcome-link-taming-code/</link>
<description><![CDATA[ <p>Both master page code and css included here. If adding master page code to a master page, remove other instances of any controls that already exist on the master page. Also included here is css for just ie7 as it renders differently than ie8 and other browsers. place this code in a file called ie7.css and link to it via\\r\\n\\r\\n\\r\\n\\r\\n\\r\\nin the master page.</p> ]]></description>
<pubDate>Fri, 30 Jul 2010 11:20:02 GMT</pubDate>
<guid>http://snipplr.com/view/38080/sharepoint-2010-site-actions-and-welcome-link-taming-code/</guid>
</item>
</channel>
</rss>