[ Index ]
 

Code source de eGroupWare 1.2.106-2

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/phpgwapi/themes/ -> greys.theme (source)

   1  <?php
   2      /**************************************************************************\
   3      * eGroupWare                                                               *
   4      * http://www.egroupware.org                                                *
   5      * --------------------------------------------                             *
   6      *  This program is free software; you can redistribute it and/or modify it *
   7      *  under the terms of the GNU General Public License as published by the   *
   8      *  Free Software Foundation; either version 2 of the License, or (at your  *
   9      *  option) any later version.                                              *
  10      \**************************************************************************/
  11  
  12      /* $Id: greys.theme 16303 2004-08-09 12:20:28Z reinerj $ */
  13  
  14      $phpgw_info['theme']['bg_color']    = '#dfdfdf';
  15      $phpgw_info['theme']['bg_text']     = '#222222';
  16      $phpgw_info['theme']['vlink']       = '#5555ff';
  17      $phpgw_info['theme']['alink']       = 'black';
  18      $phpgw_info['theme']['link']        = '#0000ff';
  19      $phpgw_info['theme']['row_on']      = '#eeeeee';
  20      $phpgw_info['theme']['row_off']     = '#cccccc';
  21      $phpgw_info['theme']['row_text']    = '#000000';
  22      $phpgw_info['theme']['th_bg']       = '#eeeeee';
  23      $phpgw_info['theme']['th_text']     = '#000000';
  24      $phpgw_info['theme']['navbar_bg']   = '#aaaaaa';
  25      $phpgw_info['theme']['navbar_text'] = '#FFFFFF';
  26      $phpgw_info['theme']['table_bg']    = '#eeeeee';
  27      $phpgw_info['theme']['table_text']  = '#000000';
  28      $phpgw_info['theme']['font']        = 'Arial, Helvetica, san-serif';
  29      $phpgw_info['theme']['bg01']        = '#eeeeee';
  30      $phpgw_info['theme']['bg02']        = '#cccccc';
  31      $phpgw_info['theme']['bg03']        = '#bbbbbb';
  32      $phpgw_info['theme']['bg04']        = '#aaaaaa';
  33      $phpgw_info['theme']['bg05']        = '#999999';
  34      $phpgw_info['theme']['bg06']        = '#888888';
  35      $phpgw_info['theme']['bg07']        = '#777777';
  36      $phpgw_info['theme']['bg08']        = '#666666';
  37      $phpgw_info['theme']['bg09']        = '#555555';
  38      $phpgw_info['theme']['bg10']        = '#444444';
  39  
  40      // Theses are for the calendar only
  41      $phpgw_info['theme']['cal_today']   = '#FBF1C5';
  42      $phpgw_info['theme']['cal_dayview'] = '#F9E99F';
  43  
  44      // These are for the email only
  45      $phpgw_info['theme']['em_folder']      = '#EAD688';
  46      $phpgw_info['theme']['em_folder_text'] = '#000000';
  47  ?>


Généré le : Sun Feb 25 17:20:01 2007 par Balluche grâce à PHPXref 0.7