Hi guys,
I grabbed the SDK from the Microsoft site
www.microsoft.com/.../details.aspx which really just consists of a
.CHM file. It gets installed to C:\SharePointProductsandTechnologiesSDK
and doesn't tell you (or create a start menu entry etc.) so watch for
this.
Anyways, there's two sections on customizing the look of SharePoint. One
is where you can create a custom theme to apply to the subsites you can
create. This involves copying an existing theme from
Local_Drive:\Program Files\Common Files\Microsoft Shared\Web Server
Extensions\60\TEMPLATE\THEMES, renaming it and changing some stylesheets
(GRAPH0.CSS, GRAPH1.CSS, THEMES.CSS, etc.). The other customization
refers to being able to change the OWS.CSS file which is in
Local_Drive:\Program Files\Common Files\Microsoft Shared\Web Server
Extensions\60\TEMPLATE\LAYOUTS\1033\STYLES. In the directory with
OWS.CSS there's also a file called SPS.CSS which, when changed really
does affect the main site.
Basically I've boiled it down to:
1. SPS.CSS is for customizing the colours for the main portal site
2. OWS.CSS is the default look for subsites created off the portal site
So the question is where do the themes fit in? I'm trying to create a
new theme to match our corporate look'n'feel. That was fine but changing
the stylesheet and even reapplying the theme does nothing. Does a site
copy the theme or something, if so where?
The only options I have right now are:
1. Customize OWS.CSS and don't apply a theme to subsites
2. Find out where the subsites are reading their style information from
because it sure isn't the THEME directory
Anyone got any ideas? Thanks.