Source for file servery_theme.php

Documentation is available at servery_theme.php

  1. <?php
  2.  
  3. /**
  4.  * Name:   Servery.cz Theme
  5.  * Date:   August 18, 2000
  6.  *
  7.  * @author Ondrej Sury <ondrej at globe.cz>
  8.  * @copyright 2000-2020 The SquirrelMail Project Team
  9.  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  10.  * @version $Id: servery_theme.php 14840 2020-01-07 07:42:38Z pdontthink $
  11.  * @package squirrelmail
  12.  * @subpackage themes
  13.  */
  14.  
  15. global $color;
  16. $color[0]   '#f1eee3'// (light gray)     TitleBar
  17. $color[1]   '#800000'// (red)
  18. $color[2]   '#cc0000'// (light red)      Warning/Error Messages
  19. $color[3]   '#7d6f3f'// (green-blue)     Left Bar Background
  20. $color[4]   '#ffffff'// (white)          Normal Background
  21. $color[5]   '#c7b98b'// (light yellow)   Table Headers
  22. $color[6]   '#000000'// (black)          Text on left bar
  23. $color[7]   '#434031'// (blue)           Links
  24. $color[8]   '#000000'// (black)          Normal text
  25. $color[9]   '#c7b98b'// (mid-gray)       Darker version of #0
  26. $color[10]  '#f1eee3'// (dark gray)      Darker version of #9
  27. $color[11]  '#770000'// (dark red)       Special Folders color
  28. $color[15]  '#c7b98b'// (mid-gray)       Unselectable folders

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