From eb548244cf42565bbad450f308b760d3b6c2fc94 Mon Sep 17 00:00:00 2001 From: jervfors Date: Thu, 2 Sep 2004 23:33:47 +0000 Subject: [PATCH] XHTML fixes git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8007 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- themes/alien_glow.php | 16 +++++++-------- themes/black_bean_burrito_theme.php | 14 +++++++------- themes/blue_grey_theme.php | 26 ++++++++++++------------- themes/bluesnews_theme.php | 28 +++++++++++++-------------- themes/bluesteel_theme.php | 18 ++++++++--------- themes/christmas.php | 26 ++++++++++++------------- themes/dark_green.php | 18 ++++++++--------- themes/dark_grey_theme.php | 10 +++++----- themes/darkness.php | 28 +++++++++++++-------------- themes/deepocean2_theme.php | 22 ++++++++++----------- themes/deepocean_theme.php | 22 ++++++++++----------- themes/default_theme.php | 20 +++++++++---------- themes/dompie_theme.php | 12 ++++++------ themes/forest_theme.php | 22 ++++++++++----------- themes/greenhouse_effect.php | 2 +- themes/high_contrast_theme.php | 18 ++++++++--------- themes/ice_theme.php | 18 ++++++++--------- themes/in_the_pink.php | 2 +- themes/index.php | 2 +- themes/kind_of_blue.php | 4 ++-- themes/maize_theme.php | 30 ++++++++++++++--------------- themes/methodical_theme.php | 16 +++++++-------- themes/midnight.php | 22 ++++++++++----------- themes/minimal_bw.php | 20 +++++++++---------- themes/monostochastic.php | 4 ++-- themes/penguin.php | 26 ++++++++++++------------- themes/plain_blue_theme.php | 20 +++++++++---------- themes/purple_theme.php | 16 +++++++-------- themes/random.php | 8 ++++---- themes/redmond.php | 16 +++++++-------- themes/sandstorm_theme.php | 20 +++++++++---------- themes/seaspray_theme.php | 16 +++++++-------- themes/servery_theme.php | 18 ++++++++--------- themes/shades_of_grey.php | 2 +- themes/slashdot_theme.php | 16 +++++++-------- themes/spice_of_life.php | 4 ++-- themes/spice_of_life_dark.php | 4 ++-- themes/spice_of_life_lite.php | 4 ++-- 38 files changed, 295 insertions(+), 295 deletions(-) diff --git a/themes/alien_glow.php b/themes/alien_glow.php index 92eaa986..bb153ae6 100644 --- a/themes/alien_glow.php +++ b/themes/alien_glow.php @@ -7,17 +7,17 @@ * @subpackage themes */ - $color[0] = "#19881A"; // TitleBar - $color[1] = "#800000"; // - $color[2] = "#CC0000"; // Warning/Error Messages + $color[0] = "#19881a"; // TitleBar + $color[1] = "#800000"; // + $color[2] = "#cc0000"; // Warning/Error Messages $color[3] = "#000000"; // Left Bar Background $color[4] = "#000000"; // Normal Background - $color[5] = "#0A6C11"; // Table Headers - $color[6] = "#4CC748"; // Text on left bar - #$color[7] = "#706C44"; // Links + $color[5] = "#0a6c11"; // Table Headers + $color[6] = "#4cc748"; // Text on left bar + #$color[7] = "#706c44"; // Links $color[7] = "#ffffff"; // Normal text - $color[8] = "#61FF5C"; // Links + $color[8] = "#61ff5c"; // Links $color[9] = "#157316"; // Darker version of #0 $color[10] = "#105611"; // Darker version of #9 $color[11] = "#ffffff"; // Special Folders color -?> +?> \ No newline at end of file diff --git a/themes/black_bean_burrito_theme.php b/themes/black_bean_burrito_theme.php index a69e7cad..7ff7ccc6 100644 --- a/themes/black_bean_burrito_theme.php +++ b/themes/black_bean_burrito_theme.php @@ -16,19 +16,19 @@ global $color; $color[0] = '#595959'; // (mid-dark gray) TitleBar -$color[1] = '#F88888'; // (light red) Quoted Replies in Emails +$color[1] = '#f88888'; // (light red) Quoted Replies in Emails $color[2] = '#ff7171'; // (pinkish) Warning/Error Messages $color[3] = '#000000'; // (black) Left Bar Background $color[4] = '#000000'; // (black) Normal Background $color[5] = '#373700'; // (dark yellow-green) Table Headers -$color[6] = '#D0D0D0'; // (off-white) Text on left bar +$color[6] = '#d0d0d0'; // (off-white) Text on left bar $color[7] = '#cfcfa0'; // (very dull yellow) Links -$color[8] = '#D0D0D0'; // (off-white) Normal text +$color[8] = '#d0d0d0'; // (off-white) Normal text $color[9] = '#414141'; // (dark gray) Darker version of #0 $color[10] = '#292929'; // (darker gray) Darker version of #9 -$color[11] = '#AAAA44'; // (gold) Special Folders color +$color[11] = '#aaaa44'; // (gold) Special Folders color $color[12] = '#202020'; // (dark gray) Alternate color -$color[13] = '#FF7733'; // (orange-ish) Single-quoted text -$color[14] = '#FF3377'; // (pink-ish) 2 or more quotes +$color[13] = '#ff7733'; // (orange-ish) Single-quoted text +$color[14] = '#ff3377'; // (pink-ish) 2 or more quotes $color[15] = '#414141'; // (darker gray) unselectable folders -?> +?> \ No newline at end of file diff --git a/themes/blue_grey_theme.php b/themes/blue_grey_theme.php index 51db5efe..41a6a534 100644 --- a/themes/blue_grey_theme.php +++ b/themes/blue_grey_theme.php @@ -15,19 +15,19 @@ */ global $color; -$color[0] = '#6188A9'; // (middle blue) TitleBar +$color[0] = '#6188a9'; // (middle blue) TitleBar $color[1] = '#800000'; // (red) -$color[2] = '#CC0000'; // (light red) Warning/Error Messages +$color[2] = '#cc0000'; // (light red) Warning/Error Messages $color[3] = '#294763'; // (dark blue) Left Bar Background -$color[4] = '#929292'; // (dark grey) Normal Background or C0C0C0 -$color[5] = '#597D9D'; // (middle blue) Table Headers -$color[6] = '#FFFFFF'; // (white) Text on left bar -$color[7] = '#FFFFFF'; // (white) Links -$color[8] = '#FFFFFF'; // (white) Normal text -$color[9] = '#587B99'; // (middle gray) Darker version of #0 -$color[10] = '#496E8B'; // (dark gray) Darker version of #9 -$color[11] = '#A7C5F3'; // (light blue) Special Folders color -$color[12] = '#7092B4'; -$color[15] = '#D0D0D0'; // (light gray) Unselectable folders +$color[4] = '#929292'; // (dark grey) Normal Background or c0c0c0 +$color[5] = '#597d9d'; // (middle blue) Table Headers +$color[6] = '#ffffff'; // (white) Text on left bar +$color[7] = '#ffffff'; // (white) Links +$color[8] = '#ffffff'; // (white) Normal text +$color[9] = '#587b99'; // (middle gray) Darker version of #0 +$color[10] = '#496e8b'; // (dark gray) Darker version of #9 +$color[11] = '#a7c5f3'; // (light blue) Special Folders color +$color[12] = '#7092b4'; +$color[15] = '#d0d0d0'; // (light gray) Unselectable folders -?> +?> \ No newline at end of file diff --git a/themes/bluesnews_theme.php b/themes/bluesnews_theme.php index aa30704c..58749d9d 100644 --- a/themes/bluesnews_theme.php +++ b/themes/bluesnews_theme.php @@ -17,19 +17,19 @@ */ global $color; -$color[0] = '#181818'; // (off-black) TitleBar -$color[1] = '#A0A0A0'; // (gray) Quoted Replies in Emails -$color[2] = '#800000'; // (red) Warning/Error Messages -$color[3] = '#000000'; // (black) Left Bar Background -$color[4] = '#000000'; // (black) Normal Background -$color[5] = '#000080'; // (bright blue) Table Headers -$color[6] = '#FFFF80'; // (bright yellow) Text on left bar -$color[7] = '#FFFF80'; // (bright yellow) Links -$color[8] = '#FFFFFF'; // (white) Normal text -$color[9] = '#000080'; // (bright blue) Darker version of #0 -$color[10] = '#000080'; // (bright blue) Darker version of #9 -$color[11] = '#3333FF'; // (dull blue) Special Folders color +$color[0] = '#181818'; // (off-black) TitleBar +$color[1] = '#a0a0a0'; // (gray) Quoted Replies in Emails +$color[2] = '#800000'; // (red) Warning/Error Messages +$color[3] = '#000000'; // (black) Left Bar Background +$color[4] = '#000000'; // (black) Normal Background +$color[5] = '#000080'; // (bright blue) Table Headers +$color[6] = '#ffff80'; // (bright yellow) Text on left bar +$color[7] = '#ffff80'; // (bright yellow) Links +$color[8] = '#ffffff'; // (white) Normal text +$color[9] = '#000080'; // (bright blue) Darker version of #0 +$color[10] = '#000080'; // (bright blue) Darker version of #9 +$color[11] = '#3333ff'; // (dull blue) Special Folders color $color[12] = '#808080'; // Alternate rows -$color[15] = '#C0C060'; // (dull yellow) Unselectable folders +$color[15] = '#c0c060'; // (dull yellow) Unselectable folders -?> +?> \ No newline at end of file diff --git a/themes/bluesteel_theme.php b/themes/bluesteel_theme.php index 0d6a093e..58f8ff96 100644 --- a/themes/bluesteel_theme.php +++ b/themes/bluesteel_theme.php @@ -12,17 +12,17 @@ */ global $color; -$color[0] = '#A8A8A8'; // (darkish grey) TitleBar +$color[0] = '#a8a8a8'; // (darkish grey) TitleBar $color[1] = '#800000'; // (red) -$color[2] = '#CC0000'; // (light red) Warning/Error Messages -$color[3] = '#475A94'; // (darkish blue) Left Bar Background -$color[4] = '#DEDFDF'; // (grey) Normal Background -$color[5] = '#FFFFCC'; // (light yellow) Table Headers +$color[2] = '#cc0000'; // (light red) Warning/Error Messages +$color[3] = '#475a94'; // (darkish blue) Left Bar Background +$color[4] = '#dedfdf'; // (grey) Normal Background +$color[5] = '#ffffcc'; // (light yellow) Table Headers $color[6] = '#000000'; // (black) Text on left bar -$color[7] = '#0000CC'; // (blue) Links +$color[7] = '#0000cc'; // (blue) Links $color[8] = '#000000'; // (black) Normal text -$color[9] = '#ABABAB'; // (mid-gray) Lighter version of #0 +$color[9] = '#ababab'; // (mid-gray) Lighter version of #0 $color[10] = '#666666'; // (dark gray) Darker version of #0 $color[11] = '#770000'; // (dark red) Special Folders color -$color[15] = '#ABABAB'; // (mid-gray) Unselectable folders -?> +$color[15] = '#ababab'; // (mid-gray) Unselectable folders +?> \ No newline at end of file diff --git a/themes/christmas.php b/themes/christmas.php index 7784c262..c80a12cc 100644 --- a/themes/christmas.php +++ b/themes/christmas.php @@ -16,19 +16,19 @@ */ global $color; -$color[0] = '#5C9F5C'; // TitleBar -$color[1] = '#AF0000'; // Unseen messages color (unused?) -$color[2] = '#CC0000'; // Warning/Error Messages +$color[0] = '#5c9f5c'; // TitleBar +$color[1] = '#af0000'; // Unseen messages color (unused?) +$color[2] = '#cc0000'; // Warning/Error Messages $color[3] = '#308030'; // Left Bar Background -$color[4] = '#FFFFFF'; // Normal Background -$color[5] = '#88BA88'; // Table Headers -$color[6] = '#DEDEDE'; // Text on left bar -$color[7] = '#EE0000'; // Links +$color[4] = '#ffffff'; // Normal Background +$color[5] = '#88ba88'; // Table Headers +$color[6] = '#dedede'; // Text on left bar +$color[7] = '#ee0000'; // Links $color[8] = '#000000'; // Normal text -$color[9] = '#308F30'; // Darker version of #0 -$color[10] = '#88AA88'; // Dimmed out folder color -$color[11] = '#EE0000'; // Special folders / Unseen messages color -$color[12] = '#DDFFDD'; // Alternate table row color -$color[15] = '#AAFFAA'; // Unselectable folders +$color[9] = '#308f30'; // Darker version of #0 +$color[10] = '#88aa88'; // Dimmed out folder color +$color[11] = '#ee0000'; // Special folders / Unseen messages color +$color[12] = '#ddffdd'; // Alternate table row color +$color[15] = '#aaffaa'; // Unselectable folders -?> +?> \ No newline at end of file diff --git a/themes/dark_green.php b/themes/dark_green.php index 5bce80b7..67fbcc05 100644 --- a/themes/dark_green.php +++ b/themes/dark_green.php @@ -1,6 +1,6 @@ + $color[13] = "#ff7733"; + $color[14] = "#ff3377"; +?> \ No newline at end of file diff --git a/themes/dark_grey_theme.php b/themes/dark_grey_theme.php index 7fe17213..7a2e6322 100644 --- a/themes/dark_grey_theme.php +++ b/themes/dark_grey_theme.php @@ -15,12 +15,12 @@ */ global $color; -$color[0] = '#B2B2B2'; // (gray) TitleBar +$color[0] = '#b2b2b2'; // (gray) TitleBar $color[1] = '#800000'; // (red) -$color[2] = '#CC0000'; // (light red) Warning/Error Messages +$color[2] = '#cc0000'; // (light red) Warning/Error Messages $color[3] = '#929292'; // (light gray) Left Bar Background -$color[4] = '#FFFFFF'; // (white) Normal Background -$color[5] = '#C0C0C0'; // (lighter grey) Table Headers +$color[4] = '#ffffff'; // (white) Normal Background +$color[5] = '#c0c0c0'; // (lighter grey) Table Headers $color[6] = '#000000'; // (black) Text on left bar $color[7] = '#303030'; // (dark gray) Links $color[8] = '#000000'; // (black) Normal text @@ -29,4 +29,4 @@ $color[10] = '#505050'; // (dark gray) Darker version of #9 $color[11] = '#770010'; // (dark red) Special Folders color $color[15] = '#440000'; // (darker red) Unselectable folders -?> +?> \ No newline at end of file diff --git a/themes/darkness.php b/themes/darkness.php index f338774d..20189365 100755 --- a/themes/darkness.php +++ b/themes/darkness.php @@ -38,17 +38,17 @@ function IsUnique($Distance, $r, $g, $b, $usedArray) // This might make people go insane. Yes! *Victory dance!* function Darkness_HeaderPlugin() { global $PHP_SELF, $Darkness_Transition; - + if (substr($PHP_SELF, -18) == '/src/left_main.php') { echo '' . "\n"; } - -?>