phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: chora/config html.php,1.2,1.2.2.1


From: Miles Lott <address@hidden>
Subject: [Phpgroupware-cvs] CVS: chora/config html.php,1.2,1.2.2.1
Date: Sun, 20 Jan 2002 17:05:55 -0500

Update of /cvsroot/phpgroupware/chora/config
In directory subversions:/tmp/cvs-serv5823

Modified Files:
      Tag: Version-0_9_14-branch
        html.php 
Log Message:
cleanup colors

Index: html.php
===================================================================
RCS file: /cvsroot/phpgroupware/chora/config/html.php,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -C2 -r1.2 -r1.2.2.1
*** html.php    25 Dec 2001 16:05:19 -0000      1.2
--- html.php    20 Jan 2002 22:05:53 -0000      1.2.2.1
***************
*** 8,18 ****
        $css['body']['font-family'] = 'Geneva,Arial,Helvetica,sans-serif';
        $css['body']['font-size'] = '11pt';
!       $css['body']['background-color'] = '#222244';
!       $css['body']['color'] = 'black';
  
!       $css['a']['color'] = '#333388';
        $css['a']['font-family'] = 'Geneva,Arial,Helvetica,sans-serif';
        $css['a']['font-size'] = '11pt';
        $css['a']['text-decoration'] = 'none';
  
        $css['a:hover']['text-decoration'] = 'underline';
--- 8,21 ----
        $css['body']['font-family'] = 'Geneva,Arial,Helvetica,sans-serif';
        $css['body']['font-size'] = '11pt';
!       $css['body']['background-color'] = 
$GLOBALS['phpgw_info']['theme']['bg_color'];
!       $css['body']['color'] = $GLOBALS['phpgw_info']['theme']['bg_text'];
  
!       $css['a']['color'] = $GLOBALS['phpgw_info']['theme']['link'];
        $css['a']['font-family'] = 'Geneva,Arial,Helvetica,sans-serif';
        $css['a']['font-size'] = '11pt';
        $css['a']['text-decoration'] = 'none';
+ 
+       $css['a:hover']['text-decoration'] = 'underline';
+       $css['a:hover']['color'] = $GLOBALS['phpgw_info']['theme']['hovlink']= 
'#cc0000';
  
        $css['a:hover']['text-decoration'] = 'underline';




reply via email to

[Prev in Thread] Current Thread [Next in Thread]