vote up 1 vote down star
1

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.

I've found a couple of decent sites that show the different styles like: http://www.sharepointcustomization.com/resources/tipstricks/wss_cssguide.htm

but I'm looking for something that has better examples. Specifically, I'm looking for a good table style that I can add.

Does anyone know of a site that shows the different SharePoint CSS styles with examples?

Thanks.

flag

60% accept rate

2 Answers

vote up 2 vote down check

Heather Solomon's blog is the multimate reference for Sharepoint 2007 CSS (the link you posted is for SharePoint 2003). You can also use developer toolbar to find the CSS class you are looking for.

link|flag
Thanks, that ultimate reference was exactly what I was looking for. The link to the developer toolbar you provided isn't there anymore, but I'm assuming that you were mentioning Firebug or the IE developer toolbar which is how I was grabbing the styles before. – Ryan Smith Nov 25 '08 at 16:34
Sorry, I pasted the wrong link. Check it now. – Toni Frankola Nov 25 '08 at 23:03
vote up 0 vote down

If you are doing a custom webpart, consider SPGridView for your tables, I believe it will use the standard sharepoint List table styles: http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.webcontrols.spgridview.aspx

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.