Remove ability for HTML emails to use CSS positioning to overlay SquirrelMail content...
[squirrelmail.git] / themes / seaspray_theme.php
CommitLineData
59177427 1<?php
b6def0e7 2
d4f79d96 3/**
c4309fbd 4 * Name: Sea Spray Theme
c4309fbd 5 * Date: March 3, 2000
d4f79d96 6 *
4b4abf93 7 * @author Luke Ehresman
d4e46166 8 * @copyright &copy; 2000-2009 The SquirrelMail Project Team
4b4abf93 9 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
10 * @version $Id$
c4309fbd 11 * @package squirrelmail
12 * @subpackage themes
d4f79d96 13 */
14
15global $color;
eb548244 16$color[0] = '#7ca4a4';
ecf5c1bd 17$color[1] = '#800000';
eb548244 18$color[2] = '#cc0000';
ecf5c1bd 19$color[3] = '#588080';
eb548244 20$color[4] = '#dcffff';
21$color[5] = '#98c0c0';
ecf5c1bd 22$color[6] = '#000000';
23$color[7] = '#184040';
24$color[8] = '#000000';
eb548244 25$color[9] = '#78a0a0';
ecf5c1bd 26$color[10] = '#386060';
eb548244 27$color[11] = '#ffffb0';
28$color[15] = '#b0ffff';