The default Moss interface is really not very nice. Do you want to customize the moss theme style?
Description of the file to be modified:
The topic of the sharepointsite contains the theme.inf,theme.css and images folders,
The theme. inf file describes the subject title and other information.
Theme.css is a style sheet.
We use a simple example to illustrate how to create a custom Moss theme style and create a website theme called "Ghost ".
1. go to the "C: \ Program Files \ common files \ microsoft shared \ Web Server Extensions \ 12 \ template \ themes" folder and you will see some directories, these are the directories and themes of the website themes. INF to describe the topic information of the website. Now we copy one of the topics granite and rename it as ghost.
2. Go to the ghost folder and change the file name granite. inf to ghost. INF.
3. Open ghost. inf
4. Modify the title information to ghost.
5. Replace granite in title with ghost in batches.
6. Open c: \ Program Files \ common files \ microsoft shared \ Web Server Extensions \ 12 \ template \ layouts \ 2052 \ spthemes. xml
7. Add belowCode
Ghost
Ghost
Ghost theme.
Images/thghost.gif
Images/thghost.gif
Note: The address of the preview image is thghost.gif. The default Moss does not have this image. You need to upload it yourself.
8. To show that the preview is correct, capture the screen and save the file
C: \ Program Files \ common files \ microsoft shared \ Web Server Extensions \ 12 \ template \ imagesdirectory with the name thghost.gif. You can modify the GIF file name if you have modified the preview file name in templates.
9. Finally, configure iisreset to the new topic to view the new topic.
10. You can change these new themes, such as images and theme. CSS, to control many attributes.