function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
enbaseenbase 

Setting Styles Globally

I would like to reskin the sf.com with custom colors and images. The demos show us how to do this at a page level. They hint that it's possible to restyle the intire app, but I have not found examples on how to accomplish this.
Here (http://wiki.apexdevnet.com/index.php/Introducing_Visualforce_-_Create_Any_User_Interface_as_a_Service) they create a new page, and place their controllers within it. It seems that is creating a site within a site? Is that the suggested way? This means you've not actually restyled your entire app, just the 'portal' you've created on that page? Surely I'm missing something, because that seems like a huge duplication of effort.

iceberg4uiceberg4u

In the static resource save your css style sheet. then access it in your page.Also to reduce duplicacy have components in a page and store the same information such as header and footer of the page that are gonna be same.