
Wireframe Theme File Structure Overview
The wireframe theme is a good example theme to customize, because unlike the other 
/Library/Application Support/Apple/WikiServer/Themes/wireframe.wikitheme/
preview.png
print.css
screen.css
theme.plist
screen/
CSS files
img/
banner.jpg
comment.png
rss.png
The wireframe theme’s folder includes the following files and folders:
File or Folder Name | Purpose | 
preview.png  | Displayed when users are choosing which theme to use.  | 
  | Its dimensions are 128 x 128 pixels.  | 
  | 
  | 
print.css  | Applied when wiki pages are printed. If you don’t  | 
  | remove the import line from this file, printing uses the  | 
  | print.css file located at:  | 
  | /usr/share/collaboration/default/print.css  | 
  | 
  | 
screen.css  | Applied when wiki pages are displayed on screen. This  | 
  | file simplifies organization and file structure by using  | 
  | the CSS files in /screen instead of containing all the CSS  | 
  | code in one file.  | 
  | 
  | 
theme.plist  | Affects general settings such as the theme’s name, and  | 
  | sidebar attributes such as the maximum number of  | 
  | entries and types of sidebars shown.  | 
  | 
  | 
screen/  | Includes all of the CSS files used when displaying the  | 
  | wiki onscreen.  | 
  | 
  | 
10