[dev] Theme woes...
Rick Emery
rick at emery.homelinux.net
Thu Oct 9 09:09:42 PDT 2003
Quoting Chuck Hagenbuch <chuck at horde.org>:
> You probably need to add the new sidebar classes to the other themes.
>
> -chuck
OK, here are revised cornflower and mozilla themes. The only problem is that the
color of the sidebar text doesn't quite look right with the mozilla theme (it
looks great with cornflower, though).
There's also a problem with the blue and white theme; In the window confirming
that an email message was sent (after clicking send in the compose window), the
background is white and the "close this window" text is white, making the link
invisible until the mouseover turns it yellow (which isn't much more visible).
Any suggestions for changing this?
Thanks
--
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 9 Oct 2003 14:25:12 -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'] = '#000066';
+$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-mozilla.php
===================================================================
RCS file: /repository/horde/config/themes/html-mozilla.php,v
retrieving revision 1.24
diff -u -r1.24 html-mozilla.php
--- html-mozilla.php 11 Aug 2003 23:04:31 -0000 1.24
+++ html-mozilla.php 9 Oct 2003 14:31:00 -0000
@@ -31,6 +31,18 @@
$css['.menuheader']['color'] = 'black';
+$css['.sidebar']['background-color'] = '#C7D0D9';
+$css['a.sidebaritem']['color'] = '#000066';
+$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'] = '#C7D0D9';
+
$css['.header']['color'] = 'black';
$css['.header']['background-color'] = '#C7D0D9';
$css['.header']['background-image'] = 'url(' . $registry->getParam('graphics', 'horde') . '/header-mozilla.png)';
More information about the dev
mailing list