Source for file silver_steel_theme.php

Documentation is available at silver_steel_theme.php

  1. <?php
  2.  
  3. /**
  4.  * Name: Silver-Steel
  5.  * Date: 2004/11/16
  6.  *
  7.  * @author Pavel Spatny
  8.  * @copyright 2004-2020 The SquirrelMail Project Team
  9.  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  10.  * @version $Id: silver_steel_theme.php 14845 2020-01-07 08:09:34Z pdontthink $
  11.  * @package squirrelmail
  12.  * @subpackage themes
  13.  */
  14.  
  15. global $color;
  16. $color[0]   '#d0d4de'//       addit. text background
  17. $color[1]   '#900000'//        ??
  18. $color[2]   '#c00000'//        warnings
  19. $color[3]   '#d0d4de'//       Left Bar Background
  20. $color[4]   '#e8ecf6'//       Normal Background
  21. $color[5]   '#b0b8d0'//       Table Headers
  22. $color[6]   '#102030'//       Text on left bar
  23. $color[7]   '#206090'//       Links
  24. $color[8]   '#102070'//       Normal text
  25. $color[9]   '#b8c0cc'//       Darker version of #0
  26. $color[10]  '#a8b0bc'//       Darker version of #9
  27. $color[11]  '#307090'//       Special Folders color
  28. $color[12]  '#d0d4de'//       odd message background
  29. $color[13]  '#ffffff'//
  30. $color[14]  '#ffffff'//
  31. $color[15]  '#d0d0d0'//       Unselectable folders

Documentation generated on Mon, 13 Jan 2020 04:23:33 +0100 by phpDocumentor 1.4.3