SharePoint Default Styles - Stack Overflow most recent 30 from stackoverflow.com2009-12-16T22:51:41Zhttp://stackoverflow.com/feeds/question/315932http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/315932/sharepoint-default-styles0SharePoint Default StylesRyan Smith2008-11-25T00:01:23Z2008-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#3160691Answer by Toni Frankola for SharePoint Default StylesToni Frankola2008-11-25T01:07:10Z2008-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#3192560Answer by spdevsolutions for SharePoint Default Stylesspdevsolutions2008-11-25T23:28:15Z2008-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>