[horde] Is there any problem useing customize html.php file for updating horde??

bashar bashar at dhakacom.com
Sun May 18 03:01:56 PDT 2003


Hi,

I was facing color problem with new horde in my system, I have modified
color scheme from html.php file according to my choice and now I can see all
the options. Previously I can't see few fields like TO:..., CC:..., or
BCC:... fileds while opening compose window. Even from the first login page,
I can't see the user name and password options. I don't know why it hapend
to me.

Here is the option I changed:
>From /horde/config/html.php file;
$css['.light']['color'] = 'white';
$css['.light']['font-family'] = 'Geneva,Arial,Helvetica,sans-serif';
$css['.light']['font-size'] = '12px';

Changed to:
$css['.light']['color'] = '#338877';
$css['.light']['font-family'] = 'Geneva,Arial,Helvetica,sans-serif';
$css['.light']['font-size'] = '12px';

Is there any problem while I will update horde from cvs?? Please advise me.
I have also attached my modified htmp.ph file here, if any one interested
can use it.

Thanks,

bashar.
-------------- next part --------------
<?php
/**
 * Base Horde CSS properties.
 * This file is parsed by css.php, and used to produce a stylesheet.
 *
 * $Horde: horde/config/html.php.dist,v 1.48 2003/02/27 21:05:26 chuck Exp $
 */

$css['body']['font-family'] = 'Geneva,Arial,Helvetica,sans-serif';
$css['body']['font-size'] = '12px';
$css['body']['background-color'] = '#222244';
$css['body']['color'] = 'black';
if ($browser->hasQuirk('scrollbar_in_way')) {
    $css['body']['margin-right'] = '15px';
}
$css['body']['scrollbar-base-color'] = '#339988';
$css['body']['scrollbar-arrow-color'] = '#ddddff';
$css['html']['scrollbar-base-color'] = '#88bbcc';
$css['html']['scrollbar-arrow-color'] = '#ddddff';

$css['input']['font-family'] = 'Geneva,Arial,Helvetica,sans-serif';
$css['input']['font-size'] = '12px';

$css['select']['font-family'] = 'Geneva,Arial,Helvetica,sans-serif';
$css['select']['font-size'] = '12px';
$css['select']['font-weight'] = 'normal';

$css['form']['margin'] = '0px';

$css['.form-error']['color'] = '#ff0000';
$css['.form-header']['font-weight'] = 'bold';

$css['a']['color'] = '#333399';
$css['a']['font-family'] = 'Geneva,Arial,Helvetica,sans-serif';
$css['a']['font-size'] = '12px';
$css['a']['text-decoration'] = 'none';
$css['a:hover']['color'] = 'blue';
$css['a:hover']['text-decoration'] = 'underline';

/* Left Site Menu Item Color; it was dimm;*/

$css['a.menuitem']['color'] = '#334400';
$css['a.menuitem']['font-family'] = 'Verdana,Helvetica,sans-serif';
$css['a.menuitem']['font-size'] = '11px';
$css['a.menuitem']['font-weight'] = 'normal';
$css['a.menuitem:hover']['color'] = 'yellow';

$css['a.helpitem']['color'] = '#cccccc';
$css['a.helpitem']['font-family'] = 'Verdana,Helvetica,sans-serif';
$css['a.helpitem']['font-size'] = '12px';
$css['a.helpitem']['font-weight'] = 'normal';
$css['a.helpitem:hover']['color'] = 'yellow';

$css['a.helplink']['color'] = 'white';
$css['a.helplink']['background-color'] = '#444466';
$css['a.helplink']['font-family'] = 'Verdana,Helvetica,sans-serif';
$css['a.helplink']['text-decoration'] = 'underline';
$css['a.helplink:hover']['color'] = 'yellow';

$css['a.widget']['color'] = '#222244';
$css['a.widget']['font-family'] = 'Verdana,Helvetica,sans-serif';
$css['a.widget']['font-size'] = '11px';
$css['a.widget:hover']['color'] = 'blue';
$css['a.widget:hover']['background-color'] = '#e9e9e9';

$css['.outline']['background-color'] = 'black';

/* Top level color option; it was blue horde fav.;*/ 

$css['.menu']['color'] = 'white';
$css['.menu']['background-color'] = '#77aabb';
$css['.menu']['font-family'] = 'Verdana,Helvetica,sans-serif';
$css['.menu']['height'] = '51px';

$css['.menuselected']['background-color'] = '#88aacc';

$css['.menuheader']['color'] = 'ccccee';
$css['.menuheader']['font-family'] = 'Verdana,Helvetica,sans-serif';
$css['.menuheader']['font-weight'] = 'bold';
$css['.menuheader']['font-size'] = '17px';

$css['.header']['color'] = '#336633';
$css['.header']['background-color'] = '#77aabb';
$css['.header']['height'] = '25px';
$css['.header']['font-family'] = 'Verdana,Helvetica,sans-serif';
$css['.header']['font-weight'] = 'bold';
$css['.header']['font-size'] = '17px';
$css['td.header']['padding-left'] = '3px';
$css['td.header']['padding-right'] = '3px';
$css['a.header:hover']['color'] = 'white';

/* Modified login page and compose options, I can't view properly; It was white;*/
$css['.light']['color'] = '#338877';
$css['.light']['font-family'] = 'Geneva,Arial,Helvetica,sans-serif';
$css['.light']['font-size'] = '12px';

$css['.smallheader']['color'] = '#ccccee';
$css['.smallheader']['background-color'] = '#338866';
$css['.smallheader']['font-family'] = 'Geneva,Arial,Helvetica,sans-serif';
$css['.smallheader']['font-size'] = '12px';
$css['.smallheader a:hover']['color'] = 'white';
$css['a.smallheader:hover']['color'] = 'white';

$css['.small']['color'] = '#aaaacc';
$css['.small']['font-family'] = 'Geneva,Arial,Helvetica,sans-serif';
$css['.small']['font-size'] = '11px';

$css['.legend']['color'] = '#000000';
$css['.legend']['font-family'] = 'Geneva,Arial,Helvetica,sans-serif';
$css['.legend']['font-size'] = '11px';

$css['.control']['color'] = 'black';
$css['.control']['background-color'] = '#cccccc';

$css['.item']['color'] = 'black';
$css['.item']['background-color'] = '#e9e9e9';

$css['.accessKey']['text-decoration'] = 'underline';

$css['.button']['color'] = 'white';
$css['.button']['background-color'] = '#336633';
$css['.button']['border-bottom'] = 'thin solid #222244';
$css['.button']['border-right'] = 'thin solid #222244';
$css['.button']['border-top'] = 'thin solid #9999cc';
$css['.button']['border-left'] = 'thin solid #9999cc';
$css['.button']['font-size'] = '11px';
$css['.button']['font-family'] = 'Verdana,Helvetica,sans-serif';
$css['.button']['font-weight'] = 'normal';

$css['.selected']['background-color'] = '#bbcbff';
$css['.itemselected']['background-color'] = '#e9e9ff';

$css['.text']['color'] = 'black';
$css['.text']['background-color'] = 'white';

$css['.summarytext'] = $css['.text'];
$css['td.summarytext']['padding'] = '3px';

$css['.item0']['background-color'] = '#f3f3f3';

$css['.item1']['background-color'] = '#e9e9e9';

$css['.fixed']['font-size'] = '13px';
$css['.fixed']['font-family'] = 'monospace, fixed';

$css['td']['font-size'] = '12px';
$css['td']['font-family'] = 'Geneva,Arial,Helvetica,sans-serif';

$css['th']['font-size'] = '12px';
$css['th']['font-family'] = 'Geneva,Arial,Helvetica,sans-serif';

$css['.list']['background-color'] = '#f0f0ff';
$css['.listlt']['background-color'] = '#ffffff';

$css['.signature']['color'] = '#cccccc';
$css['.signature-fixed']['color'] = '#cccccc';
$css['.signature-fixed']['font-size'] = '13px';
$css['.signature-fixed']['font-family'] = 'monospace, fixed';

$css['.quoted1']['color'] = '#660066';
$css['.quoted2']['color'] = '#007777';
$css['.quoted3']['color'] = '#990000';
$css['.quoted4']['color'] = '#000099';
$css['.quoted5']['color'] = '#bb6600';


More information about the horde mailing list