Remove ability for HTML emails to use CSS positioning to overlay SquirrelMail content...
[squirrelmail.git] / themes / purple_theme.php
CommitLineData
59177427 1<?php
6a27694c 2
d4f79d96 3/**
c4309fbd 4 * Name: Purple Theme
c4309fbd 5 * Date: January 7, 2000
6 * Comment This Theme is composed entirely of shades of purple.
d4f79d96 7 *
4b4abf93 8 * @author Luke Ehresman
d4e46166 9 * @copyright &copy; 2000-2009 The SquirrelMail Project Team
4b4abf93 10 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
11 * @version $Id$
c4309fbd 12 * @package squirrelmail
13 * @subpackage themes
d4f79d96 14 */
15
16global $color;
eb548244 17$color[0] = '#ac9ecb'; // (light purp) TitleBar
1681f4d9 18$color[1] = '#800000'; // (red)
eb548244 19$color[2] = '#cc0000'; // (light red) Warning/Error Messages
20$color[3] = '#b6a7d5'; // (purple) Left Bar Background
21$color[4] = '#ede4ff'; // (light purple) Normal Background
22$color[5] = '#ddd4ef'; // (darker gray) Table Headers
1681f4d9 23$color[6] = '#000000'; // (black) Text on left bar
24$color[7] = '#622680'; // (light purple) Links
25$color[8] = '#000000'; // (black) Normal text
eb548244 26$color[9] = '#877c9f'; // (mid purp) Darker version of #0
1681f4d9 27$color[10] = '#726987'; // (dark purp) Darker version of #9
28$color[11] = '#770000'; // (dark red) Special Folders color
eb548244 29$color[12] = '#e0d9f2';