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.3


From: Miles Lott <address@hidden>
Subject: [Phpgroupware-cvs] CVS: chora/config html.php,1.2,1.3
Date: Tue, 13 Aug 2002 08:02:23 -0400

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

Modified Files:
        html.php 
Log Message:
Color changes to use theme values



Index: html.php
===================================================================
RCS file: /cvsroot/phpgroupware/chora/config/html.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** html.php    25 Dec 2001 16:05:19 -0000      1.2
--- html.php    13 Aug 2002 12:02:21 -0000      1.3
***************
*** 6,15 ****
        */
  
!       $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';
--- 6,15 ----
        */
  
!       $css['body']['font-family'] = $GLOBALS['phpgw_info']['theme']['font'];
        $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';
***************
*** 17,36 ****
  
        $css['a:hover']['text-decoration'] = 'underline';
!       $css['a:hover']['color'] = 'navy';
!       $css['a.footer:hover']['color'] = 'gray';
  
        $css['.title']['font-size'] = '14pt';
        $css['.title']['font-weight'] = 'bold';
  
!       $css['.outline-lite']['background-color'] = '#cdcdcd';
!       $css['.outline-menu']['background-color'] = '#9999cc';
  
        $css['.menu']['color'] = '#222222';
        $css['.menu']['background-color'] = '#dfdfdf';
!       $css['.menu']['font-family'] = 'Geneva,Arial,Helvetica,sans-serif';
  
!       $css['.menuhead']['color'] = '#ccccee';
!       $css['.menuhead']['background-color'] = '#444466';
!       $css['.menuhead']['font-family'] = 'Geneva,Arial,Helvetica,sans-serif';
        $css['.menuhead']['font-size'] = '14pt';
  
--- 17,36 ----
  
        $css['a:hover']['text-decoration'] = 'underline';
!       $css['a:hover']['color'] = $GLOBALS['phpgw_info']['theme']['alink'];
!       $css['a.footer:hover']['color'] = 
$GLOBALS['phpgw_info']['theme']['hovlink'];
  
        $css['.title']['font-size'] = '14pt';
        $css['.title']['font-weight'] = 'bold';
  
!       $css['.outline-lite']['background-color'] = 
$GLOBALS['phpgw_info']['theme']['bg01'];
!       $css['.outline-menu']['background-color'] = 
$GLOBALS['phpgw_info']['theme']['bg02'];
  
        $css['.menu']['color'] = '#222222';
        $css['.menu']['background-color'] = '#dfdfdf';
!       $css['.menu']['font-family'] = $GLOBALS['phpgw_info']['theme']['font'];
  
!       $css['.menuhead']['color'] = 
$GLOBALS['phpgw_info']['theme']['table_text'];
!       $css['.menuhead']['background-color'] = 
$GLOBALS['phpgw_info']['theme']['table_bg'];
!       $css['.menuhead']['font-family'] = 
$GLOBALS['phpgw_info']['theme']['font'];
        $css['.menuhead']['font-size'] = '14pt';
  
***************
*** 41,48 ****
  
        $css['td']['font-size'] = '11pt';
!       $css['td']['font-family'] = 'Geneva,Arial,Helvetica,sans-serif';
  
        $css['th']['font-size'] = '11pt';
!       $css['th']['font-family'] = 'Geneva,Arial,Helvetica,sans-serif';
  
        $css['.header']['background-color'] = '#dedeee';
--- 41,48 ----
  
        $css['td']['font-size'] = '11pt';
!       $css['td']['font-family'] = $GLOBALS['phpgw_info']['theme']['font'];
  
        $css['th']['font-size'] = '11pt';
!       $css['th']['font-family'] = $GLOBALS['phpgw_info']['theme']['font'];
  
        $css['.header']['background-color'] = '#dedeee';
***************
*** 51,56 ****
        $css['.info']['background-color'] = '#d0d0d0';
  
!       $css['.item0']['background-color'] = '#eeeeee';
!       $css['.item1']['background-color'] = '#ffffff';
        $css['.attic']['background-color'] = '#eedddd';
        $css['.attic']['font-style'] = 'italic';
--- 51,56 ----
        $css['.info']['background-color'] = '#d0d0d0';
  
!       $css['.item0']['background-color'] = 
$GLOBALS['phpgw_info']['theme']['row_on'];
!       $css['.item1']['background-color'] = 
$GLOBALS['phpgw_info']['theme']['row_off'];
        $css['.attic']['background-color'] = '#eedddd';
        $css['.attic']['font-style'] = 'italic';





reply via email to

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