[dev] Cornflower and Loyola Blue Theme Updates
Rick Emery
rick at emery.homelinux.net
Fri Oct 10 06:12:16 PDT 2003
OK,
Jan's changes to the compose screen fixed *that* problem (white "close window"
link on a white background), but there are other places where this problem
appears (my klutz main page looks blank ;). So, until I (or someone else) think
of a way to get around this, I'm going to favor the cornflower (or maybe loyola
blue) theme over the blue and white theme.
Also, the changes Jan made cause the appropriate theme to appear in the sidebar,
but I really like the mouseover effects of the blue and white theme.
So, the attached patches update the cornflower and loyola blue themes to use the
mouseover effects.
Thanks for the great work! Just when I think Horde can't look any better,
somebody makes a cosmetic change that really appeals to me.
--
Rick Emery
"When once you have tasted flight, you will forever walk the Earth
with your eyes turned skyward, for there you have been, and there
you will always long to return"
-- Leonardo Da Vinci
-------------- next part --------------
Index: html-cornflower.php
===================================================================
RCS file: /repository/horde/config/themes/html-cornflower.php,v
retrieving revision 1.12
diff -u -r1.12 html-cornflower.php
--- html-cornflower.php 11 Aug 2003 23:04:23 -0000 1.12
+++ html-cornflower.php 10 Oct 2003 12:54:08 -0000
@@ -46,6 +46,18 @@
$css['select,option']['color'] = '#000033';
$css['select,option']['background-color'] = '#fcfcfc';
+$css['.sidebar']['background-color'] = '#f0f0f0';
+$css['a.sidebaritem']['color'] = 'black';
+$css['a.sidebaritem']['display'] = 'block';
+$css['a.sidebaritem']['border'] = '1px solid transparent';
+$css['a.sidebaritem:hover']['background-color'] = '#cccccc';
+$css['a.sidebaritem:hover']['border'] = '1px solid black';
+$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'] = '#cccce5';
+
$css['.menu']['background-color'] = '#cccce5';
$css['.menu']['border-bottom'] = '2px solid #000066';
-------------- next part --------------
Index: html-lucblue.php
===================================================================
RCS file: /repository/horde/config/themes/html-lucblue.php,v
retrieving revision 1.5
diff -u -r1.5 html-lucblue.php
--- html-lucblue.php 11 Aug 2003 23:04:30 -0000 1.5
+++ html-lucblue.php 10 Oct 2003 13:07:21 -0000
@@ -45,6 +45,18 @@
$css['select,option']['color'] = '#333333';
$css['select,option']['background-color'] = '#F7F7EE';
+$css['.sidebar']['background-color'] = '#FFFFFF';
+$css['a.sidebaritem']['color'] = 'black';
+$css['a.sidebaritem']['display'] = 'block';
+$css['a.sidebaritem']['border'] = '1px solid transparent';
+$css['a.sidebaritem:hover']['background-color'] = '#cccccc';
+$css['a.sidebaritem:hover']['border'] = '1px solid black';
+$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'] = '#E6E6DC';
+
$css['.menu']['background-color'] = '#E6E6DC';
$css['.menu']['border-bottom'] = '2px solid #80807A';
More information about the dev
mailing list