Source for file minimal_bw.php

Documentation is available at minimal_bw.php

  1. <?php
  2.  
  3. /**
  4.  * Date:         July 26, 2003
  5.  * Theme Name:   'Minimal BW Theme'
  6.  *
  7.  * This theme uses black color for text and white for background.
  8.  *
  9.  * Problem: $color[9] is used for background and for disabled links.
  10.  *
  11.  * @author Tomas Kuliavas
  12.  * @copyright 2003-2020 The SquirrelMail Project Team
  13.  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  14.  * @version $Id: minimal_bw.php 14840 2020-01-07 07:42:38Z pdontthink $
  15.  * @package squirrelmail
  16.  * @subpackage themes
  17.  */
  18.  
  19.     global $color;
  20.     $color[0]   '#ffffff'// (white)   TitleBar
  21.     $color[1]   '#000000'// (black)   (unused)
  22.     $color[2]   '#000000'// (black)   Warning/Error Messages
  23.     $color[3]   '#ffffff'// (white)   Left Bar Background
  24.     $color[4]   '#ffffff'// (white)   Normal Background
  25.     $color[5]   '#ffffff'// (white)   Table Headers
  26.     $color[6]   '#000000'// (black)   Text on left bar
  27.     $color[7]   '#000000'// (black)   Links
  28.     $color[8]   '#000000'// (black)   Normal text
  29.     $color[9]   '#ffffff'// (white)   Darker version of #0
  30.     $color[10]  '#ffffff'// (white)   Darker version of #9
  31.     $color[11]  '#000000'// (black)   Special Folders color
  32.     $color[12]  '#ffffff'// (white)   Alternate color for message list
  33.     $color[13]  '#000000'// (black)   Color for quoted text -- > 1 quote
  34.     $color[14]  '#000000'// (black)   Color for quoted text -- >> 2 or more
  35.     $color[15]  '#000000'// (black)   Unselectable folders

Documentation generated on Mon, 13 Jan 2020 04:25:01 +0100 by phpDocumentor 1.4.3