Source for file classic_blue2.php

Documentation is available at classic_blue2.php

  1. <?php
  2. /**
  3.  * Author:       Jeremy Landes
  4.  * Date:         December 10, 2005
  5.  * Theme Name:   'Classic Blue 2'
  6.  *
  7.  * Theme posted on SquirrelMail tracker #1378332
  8.  * @copyright 2005-2020 The SquirrelMail Project Team
  9.  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  10.  * @version $Id: classic_blue2.php 14845 2020-01-07 08:09:34Z pdontthink $
  11.  * @package squirrelmail
  12.  * @subpackage themes
  13.  */
  14.  
  15. global $color;
  16. $color[0]   '#a2c7e1'// Title bar at the top of the page header
  17. $color[1]   '#800000'// Not currently used
  18. $color[2]   '#cc0000'// Warning/error messages
  19. $color[3]   '#014e82'// Left folder list background color
  20. $color[4]   '#e8f5fd'// Normal background color
  21. $color[5]   '#4590c4'// Header of the message index (From, Date, Subject)
  22. $color[6]   '#ffffff'// Normal text on the left folder list
  23. $color[7]   '#004e82'// Links in the right frame
  24. $color[8]   '#000000'// Normal text
  25. $color[9]   '#87b3d0'// Darker version of #0
  26. $color[10]  '#87b3d0'// Darker version of #9
  27. $color[11]  '#a2c7e1'// Special folders color (Inbox, Trash, Sent)
  28. $color[12]  '#dae9f3'// Alternate color for message list (alters between #4 and this one)
  29. $color[13]  '#333333'// Color for single-quoted text ('> text')
  30. $color[14]  '#666666'// Color for text with more than one quote ('>> text')
  31. $color[15]  '#ffffff'// Non-selectable folders in the left frame (defaults to #6)

Documentation generated on Mon, 13 Jan 2020 04:22:03 +0100 by phpDocumentor 1.4.3