Source for file penguin.php

Documentation is available at penguin.php

  1. <?php
  2.  
  3. /**
  4.  * penguin.php
  5.  * Name:    Penguin
  6.  * Date:    Jult 25, 2002
  7.  * Comment: This theme is my attempt at using the colors of the
  8.  *          ever-popular Linux penguin.  :)
  9.  *
  10.  * @author Peter J. Vasquez Sr.
  11.  * @copyright 2001-2020 The SquirrelMail Project Team
  12.  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  13.  * @version $Id: penguin.php 14840 2020-01-07 07:42:38Z pdontthink $
  14.  * @package squirrelmail
  15.  * @subpackage themes
  16.  */
  17.  
  18. $color[0]   '#ffcc00'// b  0: Title Bar at the top of the page header
  19. $color[1]   '#333333'// f  1: <not currently used>
  20. $color[2]   '#ff0000'// f  2: Error messages, usually red
  21. $color[3]   '#000000'// b  3: Left folder list background color
  22. $color[4]   '#ffffff'// b  4: Normal background color
  23. $color[5]   '#ffcc00'// b  5: Header of the message index [From, Date, Subject]
  24. $color[6]   '#ffffff'// f  6: Normal text on the left folder list
  25. $color[7]   '#222222'// f  7: Links in the right frame
  26. $color[8]   '#000000'// f  8: Normal text [usually black]
  27. $color[9]   '#ffcc00'// b  9: Darker version of #0
  28. $color[10]  '#ff00cc'// b 10: Darker version of #9
  29. $color[11]  '#ffcc00'// f 11: Special folders color [Inbox, Trash, Sent]
  30. $color[12]  '#eeeeee'// b 12: Alternate color for message list [alters between 4 and this one]
  31. $color[13]  '#800000'// f 13: Color for single-quoted text ('> text') when reading (default:  #800000)
  32. $color[14]  '#ff0000'// f 14: Color for text with more than one quote (default: #ff0000)
  33. $color[15]  '#ffdd11'// f 15: Non-selectable folders in the left frame (defaults to $color[6])

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