[dev] small patch for html-burntorange.php

Edwin Culp eculp at viviendaatualcance.com.mx
Thu Mar 25 06:24:14 PST 2004


I added a few lines to the html-burntorange.php theme so
that the left frame is a bit more readable, IMO.  Even if
my color choices aren't good, which if very likely, the
sidebar class should probably be included.

ed
-------------- next part --------------
Index: html-burntorange.php
===================================================================
RCS file: /repository/horde/config/themes/html-burntorange.php,v
retrieving revision 1.9
diff -u -r1.9 html-burntorange.php
--- html-burntorange.php	11 Aug 2003 23:04:21 -0000	1.9
+++ html-burntorange.php	25 Mar 2004 14:16:54 -0000
@@ -11,8 +11,7 @@
 
 $theme_name = _("Burnt Orange");
 
-$css['body']['background-color'] = '#F0B060';
-
+$css['body']['background-color'] = '#f0b060';
 $css['a']['color'] = '#cc6600';
 $css['a:hover']['color'] = '#cc6600';
 
@@ -37,3 +36,16 @@
 $css['.selected']['background-color'] = '#df9f3f';
 
 $css['a.smallheader:hover']['color'] = 'white';
+
+$css['.sidebar']['background-color'] = '#f0b060';
+$css['a.sidebaritem']['color'] = '#cc6600';
+$css['a.sidebaritem']['display'] = 'block';
+$css['a.sidebaritem']['border'] = '1px solid #e9e9ff';
+$css['a.sidebaritem:hover']['color'] = '#000066';
+$css['a.sidebaritem:hover']['background-color'] = '#f9ce8a';
+$css['a.sidebaritem:hover']['border'] = '1px solid orange';
+$css['a.sidebaritem:hover']['text-decoration'] = 'none';
+
+$css['.sidebar-panel']['border-right'] = '1px solid #000066';
+$css['.sidebar-panel']['border-bottom'] = '1px solid #000066';
+$css['.sidebar-panel']['background-color'] = '#ffffff';


More information about the dev mailing list