[cvs] [Wiki] changed: ThemesHowTo

Jan Schneider jan at horde.org
Fri Nov 12 12:11:56 PST 2004


jan  Fri, 12 Nov 2004 12:11:56 -0800

Modified page: http://wiki.horde.org/display.php?page=ThemesHowTo
New Revision:  1.9

@@ -26,14 +26,16 @@
  */
 
 $theme_name = _("My Theme Name");
 </code>
+
 
 ++ Defining theme colors and styles
 
 This alone doesn't make a theme of course, now you want to create you own set of colors and styles for your theme.
 
 You can use the {{screen.css}} file to override the default Horde styles. It is a regular static css file, so if you know how CSS works and look at some of the existing theme files you could easily find out how to change certain colors, fonts, lines etc. You should //not// start with a copy of the "master" theme file {{themes/horde/screen.css}} but you should instead only define those CSS rules that you want to overwrite. This way you make sure that your theme doesn't miss any important style if the master theme file gets extended at some point in the future.
+
 
 ++ Adding icon sets
 
 If you want to add custom icons to your theme you first need to create a {{graphics/}} folder in your theme's directory, in our example theme this would be {{horde/themes/mytheme/graphics/}}. Then you need to copy **all** the existing icons from the default theme directory {{horde/themes/horde/graphics/}}, **including** any subdirectories, into your theme folder.
@@ -59,4 +61,9 @@
 
 <code type="php">
 $theme_icons = array('horde', 'imp');
 </code>
+
+
+++ Interesting Links
+
+* [http://wellstyled.com/tools/colorscheme2/index-en.html Color Scheme Generator]


More information about the cvs mailing list