Source for file slashdot_theme.php

Documentation is available at slashdot_theme.php

  1. <?php
  2.  
  3. /**
  4.  * Name:   Slashdot Theme
  5.  * Date:   January 3, 2000
  6.  * Comment This theme tries to mimic the color scheme from the
  7.  *         "News for Nerds" web site, www.slashdot.org.
  8.  *
  9.  * @author Luke Ehresman
  10.  * @copyright 2000-2020 The SquirrelMail Project Team
  11.  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  12.  * @version $Id: slashdot_theme.php 14840 2020-01-07 07:42:38Z pdontthink $
  13.  * @package squirrelmail
  14.  * @subpackage themes
  15.  */
  16.  
  17. global $color;
  18. $color[0]   '#dcdcdc'// (light gray)     TitleBar
  19. $color[1]   '#800000'// (red)
  20. $color[2]   '#cc0000'// (light red)      Warning/Error Messages
  21. $color[3]   '#006668'// (/. color)       Left Bar Background
  22. $color[4]   '#ffffff'// (white)          Normal Background
  23. $color[5]   '#bababa'// (darker gray)    Table Headers
  24. $color[6]   '#000000'// (black)          Text on left bar
  25. $color[7]   '#004949'// (light /. color) Links
  26. $color[8]   '#000000'// (black)          Normal text
  27. $color[9]   '#ababab'// (mid-gray)       Darker version of #0
  28. $color[10]  '#666666'// (dark gray)      Darker version of #9
  29. $color[11]  '#770000'// (dark red)       Special Folders color
  30. $color[12]  '#eaeaea';
  31. $color[15]  '#ababab'// (mid-gray)       Unselectable folders

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