Create 2007 MOSS Theme
This is super cool, must give it a shot. If you want to create your own 2007 MOSS Theme, follow Aris WiBowo’s instructions as under:
Creating Themes in MOSS 2007
- On the SharePoint server go to the Themes folder e.g. c:Program FilesCommon FilesMicrosoft Sharedweb server extensions12TEMPLATEThemes
- Make a copy one of the existing theme folders and its contents rename it e.g. MyTheme.
- Rename the .INF file within the MyTheme folder to MyTheme.INF
- Edit MyTheme.INF.
- At the info section change the title to MyTheme. Change codepage, e.g 22200, replacing the code page will fixing error. A theme with the name MyTheme 1011 and version already exists on the server.
- In the titles section, rename the names to your new name. this section is to present the name in the different language.
- Provide an image to give a preview of your theme. This image should be placed in C:Program FilesCommon FilesMicrosoft Sharedweb server extensions12TEMPLATEIMAGES. E.g. tmbMyTheme.gif
- Modify the c:Program FilesCommon FilesMicrosoft Sharedwe server extensions12TEMPLATELayouts1033SPTHEMES.xml to include a reference to the new MyTheme theme
<Templates>
<TemplateID>MyTheme</TemplateID>
<DisplayName> MyTheme </DisplayName>
<Description> MyTheme has a white background with blue control areas and orange highlights.</Description>
<Thumbnail>images/tmbMyTheme.gif</Thumbnail>
<Preview>images/ tmbMyTheme.gif</Preview>
</Templates> - Modify the CSS within MyTheme folder to personalize your theme.
- Run iisreset from the command prompt
- Apply the new theme!
- I am sure it can be done! :) I am a no code guy ;)...
- Can this be done with code?; For example when the webpart is...
- Fab 40 for MOSS 2010 are now available http://microsofttec...
- i was try to remove site with "Remove-SPSite http://....." ...
- I am unable to do this in Outlook2007 :( .. I have tried eve...
- Hi, I need to ask something that regard the lookup field for...
- how do I download windows live hotmail plus to gain more MB'...
- What I did was to extend the webapplication to port 80 inste...
- I have a question... If i extend the web application to the ...
- in part 11 when i submit the info i get the error "The va...








Michael Gannotti said,
Wrote on March 11, 2007 @ 1:19 pm
This is great! Thanks for sharing!
Alpesh Nakar said,
Wrote on March 11, 2007 @ 9:03 pm
Hi Michael,
Thanks for sharing your blog address too! It is awesome.
I love to share sharepoint stuff, especially when I am working on them.
Ghillie Suits » Create 2007 MOSS Theme | Alpesh Nakars’ Blogosphere said,
Wrote on October 27, 2007 @ 12:39 am
[...] Check it out! While looking through the blogosphere we stumbled on an interesting post today.Here’s a quick excerpt [...]
sandeep said,
Wrote on February 23, 2008 @ 8:53 am
this does not work ( anyway good copy paste from WSS SDK )_
Alpesh Nakar said,
Wrote on February 23, 2008 @ 7:22 pm
@ Sandeep,
We just used this technique on Friday. So it works. By referring to source it does indicated that it is not my own technique. If you would have appreciated this post, you would have read that I sourced this from another SharePoint blog.
Pratibha said,
Wrote on April 15, 2008 @ 7:51 am
Hi,
I could get the scripting part but my images does not show up. I have a big GIF that I want to use for background for the whole page, this GIF contains my logo and other things. Any idea where I went wrong? or how do I break my big image in to parts and fit it in the script.
Thanks so much,
Pratibha
Pratik said,
Wrote on November 25, 2008 @ 2:46 am
Hi,
It is working and still i am researching more on this.
Any ways its good and it is basic to learn how to create a custom theme….
Thanks