SharePoint Default Styles - Stack Overflow most recent 30 from stackoverflow.com 2009-12-16T22:51:41Z http://stackoverflow.com/feeds/question/315932 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/315932/sharepoint-default-styles 0 SharePoint Default Styles Ryan Smith 2008-11-25T00:01:23Z 2008-11-26T12:12:47Z <p>I'm building a custom web part for SharePoint and I'm trying to use the default styles so when people theme the site, it will theme with it.</p> <p>I've found a couple of decent sites that show the different styles like: <a href="http://www.sharepointcustomization.com/resources/tipstricks/wss_cssguide.htm" rel="nofollow">http://www.sharepointcustomization.com/resources/tipstricks/wss_cssguide.htm</a></p> <p>but I'm looking for something that has better examples. Specifically, I'm looking for a good table style that I can add.</p> <p>Does anyone know of a site that shows the different SharePoint CSS styles with examples?</p> <p>Thanks.</p> http://stackoverflow.com/questions/315932/sharepoint-default-styles/316069#316069 1 Answer by Toni Frankola for SharePoint Default Styles Toni Frankola 2008-11-25T01:07:10Z 2008-11-26T12:12:47Z <p><a href="http://www.heathersolomon.com/content/sp07cssreference.htm" rel="nofollow">Heather Solomon's blog is the multimate reference</a> for Sharepoint 2007 CSS (the link you posted is for SharePoint 2003). You can also use <a href="http://addons.mozilla.org/en-US/firefox/addon/60" rel="nofollow">developer toolbar</a> to find the CSS class you are looking for.</p> http://stackoverflow.com/questions/315932/sharepoint-default-styles/319256#319256 0 Answer by spdevsolutions for SharePoint Default Styles spdevsolutions 2008-11-25T23:28:15Z 2008-11-25T23:28:15Z <p>If you are doing a custom webpart, consider SPGridView for your tables, I believe it will use the standard sharepoint List table styles: <a href="http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.webcontrols.spgridview.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.webcontrols.spgridview.aspx</a></p>