History: Change the Appearance of Tiki
Source of version: 22 (current)
Copy to clipboard
^This should be moved to themes.tiki.org^ ! How to change the appearance of Tiki {DIV(float=>right,bg=>lightyellow)}{DIV} This is a ((tutorial)) that explains how to accomplish common tasks in customizing the look and feel of your site. Related pages: * ((Themes)) - introduction to using themes * ((Customizing Themes)) - how to create new or alter existing themes. !! Choose an existing theme that you find attractive If you do not like the default visual appearance of Tiki, you can easily change it by selecting from the list of bundled themes. Tiki comes with a number of themes, or "skins," which can be easily switched for some or all pages in your site (or some or all users or ((Groups))). For how to change a currently installed theme or install one from the theme gallery, see ((Themes)). !!Increase the font size Many people find that the fonts in many of the themes are too small. Of course, we tecchies know that you can increase the font size on __any web site__ by doing Ctrl-Shift-+ in most browsers. But users of your site may not all be techies and may not know that trick. So you might still want to have Tiki use a larger font for your site. --As it turns out, you can't do that without creating your own theme-- You can use ((Custom CSS)). Actually, you don't need to create your own theme so much as you need to customize a theme to increase the font sizes. You do this as follows. These instructions are if you don't want to use ((Custom CSS)) # First, ((Themes|choose a bundled theme)) or ((Themes|install one from the theme gallery)). Let's say you have chosen the theme called __bluegreen__. # Using FTP go to your wiki site root directory and download the __bluegreen.css__ file and __bluegreen__ directory to your local hard drive. Copy those under __bluegreen_largefonts.css__ and __bluegreen_largefonts__. # Choose a scaling factor by which you want to increase fonts. Say, you want them to be 20% larger. # Edit the __bluegreen_largefonts.css__ (which specifies text in pixels), and everywhere you see a statement like this: + font-size: 10px; # Increase the size by the chosen factor. For example, in this case, you would write: + font-size: 12px; # Save the CSS file, upload it back to the wiki site root directory, then refresh the pages. (For newer themes that specify fonts in percent and ems, generally all text can be increased proportionally by increasing the base font size, usually a body tag property.) !! Apply your organization's visual branding to the site If you use Tiki in an organization, chances are that this organization has a particular visual branding (logo, color scheme, etc...). You probably want your Tiki site to reflect that branding. This turns out to be fairly complicated, and typically involves creating your own theme, and changing the template files. By creating your own __theme__, you can specify the color scheme for the various UI elements on the site so that it matches your organization's color scheme. By changing the __template files__ you can emulate the typical layout of your organization's sites. !!See Also ((Shadow Layers))