You need to sign in to do that
Don't have an account?

Where we find the Salesforce default style cheets
Hai , In my vf page code I want to use Standard Salesforce Styles. How can I get That. And then I f possible to change to change the standard themes or colors as I Want..Give Some Valuable Ideas.
Thanks
Hi Maheshwar,
Salesforce stylesheets are not versioned, and the appearance and class names of components may change without notice. Salesforce.com recommends that you use Visualforce components that mimic the look-and-feel of Salesforce styles instead of directly referencing—and depending upon—Salesforce stylesheets.
More details on the link
Hi Maheshwar,
There are links to many cheat sheets in here: http://wiki.developerforce.com/page/Cheat_Sheets
Haven't found one for stylesheets.
You can look at SF stylesheets in Firefox
Open a tab like Case, right click and choose Inspect Elements, click on Style Editor and you will see a list of stylesheets that SF uses.
Hope this helps,
Haya