XHTML fixes
authorjervfors <jervfors@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 2 Sep 2004 23:33:47 +0000 (23:33 +0000)
committerjervfors <jervfors@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 2 Sep 2004 23:33:47 +0000 (23:33 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8007 7612ce4b-ef26-0410-bec9-ea0150e637f0

38 files changed:
themes/alien_glow.php
themes/black_bean_burrito_theme.php
themes/blue_grey_theme.php
themes/bluesnews_theme.php
themes/bluesteel_theme.php
themes/christmas.php
themes/dark_green.php
themes/dark_grey_theme.php
themes/darkness.php
themes/deepocean2_theme.php
themes/deepocean_theme.php
themes/default_theme.php
themes/dompie_theme.php
themes/forest_theme.php
themes/greenhouse_effect.php
themes/high_contrast_theme.php
themes/ice_theme.php
themes/in_the_pink.php
themes/index.php
themes/kind_of_blue.php
themes/maize_theme.php
themes/methodical_theme.php
themes/midnight.php
themes/minimal_bw.php
themes/monostochastic.php
themes/penguin.php
themes/plain_blue_theme.php
themes/purple_theme.php
themes/random.php
themes/redmond.php
themes/sandstorm_theme.php
themes/seaspray_theme.php
themes/servery_theme.php
themes/shades_of_grey.php
themes/slashdot_theme.php
themes/spice_of_life.php
themes/spice_of_life_dark.php
themes/spice_of_life_lite.php

index 92eaa98652b6c2c5c7cb2afececca40087fe7d12..bb153ae659e575402df21a2b3078a00fac2a8b3b 100644 (file)
@@ -7,17 +7,17 @@
  * @subpackage themes
  */
 
  * @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[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[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
     $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
index a69e7cad369bcc123644f09fe8acad98d3a00451..7ff7ccc69191312012228a82ecb2e7329cf3b2f4 100644 (file)
 
 global $color;
 $color[0]   = '#595959'; // (mid-dark gray)     TitleBar
 
 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[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[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[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[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
 $color[15]  = '#414141'; // (darker gray)       unselectable folders
-?>
+?>
\ No newline at end of file
index 51db5efedae8d2c135508668d2e656119fa3f75f..41a6a53451ada27217d3a13f6196eb4de41d97ce 100644 (file)
  */
 
 global $color;
  */
 
 global $color;
-$color[0]   = '#6188A9'; // (middle blue)    TitleBar
+$color[0]   = '#6188a9'; // (middle blue)    TitleBar
 $color[1]   = '#800000'; // (red)
 $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[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
index aa30704c2e3f4a046dccaf5114848ba4dc0efce8..58749d9d2e4bb478098a59ad21a31694ade7869b 100644 (file)
  */
 
 global $color;
  */
 
 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[12]  = '#808080'; //                     Alternate rows
-$color[15]  = '#C0C060'; // (dull yellow)         Unselectable folders
+$color[15]  = '#c0c060'; // (dull yellow)       Unselectable folders
 
 
-?>
+?>
\ No newline at end of file
index 0d6a093efb061e44051ec2280a58a8b9a3f6fb0d..58f8ff96e4d370f85f5e8087bb7fcfe4882d25bc 100644 (file)
  */
 
 global $color;
  */
 
 global $color;
-$color[0]   = '#A8A8A8'; // (darkish grey)   TitleBar
+$color[0]   = '#a8a8a8'; // (darkish grey)   TitleBar
 $color[1]   = '#800000'; // (red)
 $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[6]   = '#000000'; // (black)          Text on left bar
-$color[7]   = '#0000CC'; // (blue)           Links
+$color[7]   = '#0000cc'; // (blue)           Links
 $color[8]   = '#000000'; // (black)          Normal text
 $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[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
index 7784c262e5c32506c943ddae581cda5b7831b31d..c80a12cc8afdd930dec57f44f305c4415db095ac 100644 (file)
  */
 
 global $color;
  */
 
 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[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[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
index 5bce80b77de70e07c462b700f849605f3b0e3207..67fbcc056109cfccae923af83ff42640fc3fcd4e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
 <?php
 /**
- * @author Jason Munro 
+ * @author Jason Munro
  * Date:         June 10 2002
  * Theme Name:   "Dark Green"
  * @package squirrelmail
  * Date:         June 10 2002
  * Theme Name:   "Dark Green"
  * @package squirrelmail
@@ -8,19 +8,19 @@
  */
 
     global $color;
  */
 
     global $color;
-    $color[0]   = "#0a2801"; 
-    $color[1]   = "#F88888";
+    $color[0]   = "#0a2801";
+    $color[1]   = "#f88888";
     $color[2]   = "#ff7171";
     $color[3]   = "#0a2801";
     $color[4]   = "#000000";
     $color[5]   = "#0e3503";
     $color[2]   = "#ff7171";
     $color[3]   = "#0a2801";
     $color[4]   = "#000000";
     $color[5]   = "#0e3503";
-    $color[6]   = "#D0D0D0";
+    $color[6]   = "#d0d0d0";
     $color[7]   = "#cfcfa0";
     $color[7]   = "#cfcfa0";
-    $color[8]   = "#D0D0D0";
+    $color[8]   = "#d0d0d0";
     $color[9]   = "#0e3503";
     $color[10]  = "#0a2801";
     $color[9]   = "#0e3503";
     $color[10]  = "#0a2801";
-    $color[11]  = "#AAAA44";
+    $color[11]  = "#aaaa44";
     $color[12]  = "#0a2801";
     $color[12]  = "#0a2801";
-    $color[13]  = "#FF7733";
-    $color[14]  = "#FF3377";
-?>
+    $color[13]  = "#ff7733";
+    $color[14]  = "#ff3377";
+?>
\ No newline at end of file
index 7fe17213c4ffb61c8f554a8f5cfd3ba364ff6848..7a2e63227c34f31999d781a081395bbe80dca7a3 100644 (file)
  */
 
 global $color;
  */
 
 global $color;
-$color[0]   = '#B2B2B2'; // (gray)           TitleBar
+$color[0]   = '#b2b2b2'; // (gray)           TitleBar
 $color[1]   = '#800000'; // (red)
 $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[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
 $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
 
 $color[11]  = '#770010'; // (dark red)       Special Folders color
 $color[15]  = '#440000'; // (darker red)     Unselectable folders
 
-?>
+?>
\ No newline at end of file
index f338774d184c81857eca62e2d7bda5b140a44456..20189365886728691c49be26d1d0b8a4b8a8314d 100755 (executable)
@@ -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;
 // 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 '<meta http-equiv="Page-Enter" content="' .
          'blendTrans(Duration=2.0)" />' . "\n";
    }
    if (substr($PHP_SELF, -18) == '/src/left_main.php') {
       echo '<meta http-equiv="Page-Enter" content="' .
          'blendTrans(Duration=2.0)" />' . "\n";
    }
-        
-?><script language=javascript>
+
+?><script language="javascript">
 darkness_color = 0;
 darkness_dir = +1;
 darkness_color = 0;
 darkness_dir = +1;
-darkness_hex = new Array('0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 
-   'A', 'B', 'C', 'D', 'E', 'F');
+darkness_hex = new Array('0', '1', '2', '3', '4', '5', '6', '7', '8', '9',
+   'a', 'b', 'c', 'd', 'e', 'f');
 function DarknessTremble() {
    if (darkness_color >= 32 || darkness_color <= 0)
       darkness_dir = - darkness_dir;
 function DarknessTremble() {
    if (darkness_color >= 32 || darkness_color <= 0)
       darkness_dir = - darkness_dir;
@@ -84,24 +84,24 @@ $squirrelmail_plugin_hooks['generic_header']['theme_darkness'] =
       $unique = true;
       foreach ($used as $col) {
          if (abs($r - $col) < $targetDistance)
       $unique = true;
       foreach ($used as $col) {
          if (abs($r - $col) < $targetDistance)
-           $unique = false;
+            $unique = false;
       }
       if ($unique) {
          $i = array_shift($Left);
          $color[$i] = sprintf('#%02X%02X%02X',$r,$r, $r);
       }
       if ($unique) {
          $i = array_shift($Left);
          $color[$i] = sprintf('#%02X%02X%02X',$r,$r, $r);
-        $used[] = $r;
-        $targetDistance = $BackgroundTargetDistance;
+         $used[] = $r;
+         $targetDistance = $BackgroundTargetDistance;
       } else {
          $targetDistance -= $BackgroundAdjust;
       }
    }
       } else {
          $targetDistance -= $BackgroundAdjust;
       }
    }
-   
+
    // Set the error color to some shade of red
    $r = mt_rand(196, 255);
    $g = mt_rand(144, ($r * .8));
    $color[2] = sprintf('#%02X%02X%02X', $r, $g, $g);
    $used = array(array($r, $g, $g));
    // Set the error color to some shade of red
    $r = mt_rand(196, 255);
    $g = mt_rand(144, ($r * .8));
    $color[2] = sprintf('#%02X%02X%02X', $r, $g, $g);
    $used = array(array($r, $g, $g));
-   
+
    // Set normal text colors
    $cmin = 196;
    $cmax = 255;
    // Set normal text colors
    $cmin = 196;
    $cmax = 255;
@@ -113,14 +113,14 @@ $squirrelmail_plugin_hooks['generic_header']['theme_darkness'] =
       $color[$i] = sprintf('#%02X%02X%02X',$r,$g,$b);
       $used[] = array($r, $g, $b);
    }
       $color[$i] = sprintf('#%02X%02X%02X',$r,$g,$b);
       $used[] = array($r, $g, $b);
    }
-      
+
    $Left = array(1, 7, 11, 13, 14, 15);
    $targetDistance = $TextTargetDistance;
    while (count($Left) > 0) {
       // Text colors -- Try to keep the colors distinct
       $cmin = 196;
       $cmax = 255;
    $Left = array(1, 7, 11, 13, 14, 15);
    $targetDistance = $TextTargetDistance;
    while (count($Left) > 0) {
       // Text colors -- Try to keep the colors distinct
       $cmin = 196;
       $cmax = 255;
-      
+
       /** generate random color **/
       $r = mt_rand($cmin,$cmax);
       $g = mt_rand($cmin,$cmax);
       /** generate random color **/
       $r = mt_rand($cmin,$cmax);
       $g = mt_rand($cmin,$cmax);
@@ -129,8 +129,8 @@ $squirrelmail_plugin_hooks['generic_header']['theme_darkness'] =
       if (IsUnique($targetDistance, $r, $g, $b, $used)) {
          $i = array_shift($Left);
          $color[$i] = sprintf('#%02X%02X%02X',$r,$g,$b);
       if (IsUnique($targetDistance, $r, $g, $b, $used)) {
          $i = array_shift($Left);
          $color[$i] = sprintf('#%02X%02X%02X',$r,$g,$b);
-        $used[] = array($r, $g, $b);
-        $targetDistance = $TextTargetDistance;
+         $used[] = array($r, $g, $b);
+         $targetDistance = $TextTargetDistance;
       } else {
          $targetDistance *= $TextAdjust;
       }
       } else {
          $targetDistance *= $TextAdjust;
       }
index 29815f332974b87749027a3bbf05250d66e81e51..0098cd0cae3f4804ae9a4a93bd98277ccde29342 100644 (file)
  */
 
 global $color;
  */
 
 global $color;
-$color[0]   = '#6188A9'; // (light gray)     TitleBar
+$color[0]   = '#6188a9'; // (light gray)     TitleBar
 $color[1]   = '#800000'; // (red)
 $color[1]   = '#800000'; // (red)
-$color[2]   = '#CC0000'; // (light red)      Warning/Error Messages
+$color[2]   = '#cc0000'; // (light red)      Warning/Error Messages
 $color[3]   = '#294763'; // (green-blue)     Left Bar Background
 $color[3]   = '#294763'; // (green-blue)     Left Bar Background
-$color[4]   = '#FFFFFF'; // (white)          Normal Background
-$color[5]   = '#597D9D'; // (light yellow)   Table Headers
-$color[6]   = '#FFFFFF'; // (black)          Text on left bar
+$color[4]   = '#ffffff'; // (white)          Normal Background
+$color[5]   = '#597d9d'; // (light yellow)   Table Headers
+$color[6]   = '#ffffff'; // (black)          Text on left bar
 $color[7]   = '#000000'; // (blue)           Links
 $color[8]   = '#000000'; // (black)          Normal text
 $color[7]   = '#000000'; // (blue)           Links
 $color[8]   = '#000000'; // (black)          Normal text
-$color[9]   = '#587B99'; // (mid-gray)       Darker version of #0
-$color[10]  = '#496E8B'; // (dark gray)      Darker version of #9
-$color[11]  = '#A7C5F3'; // (dark red)       Special Folders color
-$color[12]  = '#7092B4';
-$color[15]  = '#83A1DA'; // (another blue)   Unselectable folders color
-?>
+$color[9]   = '#587b99'; // (mid-gray)       Darker version of #0
+$color[10]  = '#496e8b'; // (dark gray)      Darker version of #9
+$color[11]  = '#a7c5f3'; // (dark red)       Special Folders color
+$color[12]  = '#7092b4';
+$color[15]  = '#83a1da'; // (another blue)   Unselectable folders color
+?>
\ No newline at end of file
index 3308a2f0369de6c6dbdd9fae262bcf5631cb4eb9..9197d3f80f7a43f56e3b82e261bbb71321033a35 100644 (file)
  */
 
 global $color;
  */
 
 global $color;
-$color[0]   = '#6188A9'; // (light gray)     TitleBar
+$color[0]   = '#6188a9'; // (light gray)     TitleBar
 $color[1]   = '#800000'; // (red)
 $color[1]   = '#800000'; // (red)
-$color[2]   = '#CC0000'; // (light red)      Warning/Error Messages
+$color[2]   = '#cc0000'; // (light red)      Warning/Error Messages
 $color[3]   = '#294763'; // (green-blue)     Left Bar Background
 $color[3]   = '#294763'; // (green-blue)     Left Bar Background
-$color[4]   = '#7A9CBF'; // (white)          Normal Background
-$color[5]   = '#597D9D'; // (light yellow)   Table Headers
-$color[6]   = '#FFFFFF'; // (black)          Text on left bar
+$color[4]   = '#7a9cbf'; // (white)          Normal Background
+$color[5]   = '#597d9d'; // (light yellow)   Table Headers
+$color[6]   = '#ffffff'; // (black)          Text on left bar
 $color[7]   = '#014070'; // (blue)           Links
 $color[8]   = '#000000'; // (black)          Normal text
 $color[7]   = '#014070'; // (blue)           Links
 $color[8]   = '#000000'; // (black)          Normal text
-$color[9]   = '#587B99'; // (mid-gray)       Darker version of #0
-$color[10]  = '#496E8B'; // (dark gray)      Darker version of #9
-$color[11]  = '#A7C5F3'; // (dark red)       Special Folders color
-$color[12]  = '#7092B4';
-$color[15]  = '#83A1DA'; // (another blue)   Unselectable folders color
+$color[9]   = '#587b99'; // (mid-gray)       Darker version of #0
+$color[10]  = '#496e8b'; // (dark gray)      Darker version of #9
+$color[11]  = '#a7c5f3'; // (dark red)       Special Folders color
+$color[12]  = '#7092b4';
+$color[15]  = '#83a1da'; // (another blue)   Unselectable folders color
 
 
-?>
+?>
\ No newline at end of file
index 6c1b5f92c675ffbb3fb2c9acf780d1bf0a0ae52c..6bb286780b503b1d8f2099538be8316a0e61ba81 100644 (file)
  **/
 
     global $color;
  **/
 
     global $color;
-    $color[0]   = '#DCDCDC'; // (light gray)     TitleBar
+    $color[0]   = '#dcdcdc'; // (light gray)     TitleBar
     $color[1]   = '#800000'; // (red)
     $color[1]   = '#800000'; // (red)
-    $color[2]   = '#CC0000'; // (light red)      Warning/Error Messages
-    $color[3]   = '#A0B8C8'; // (green-blue)     Left Bar Background
-    $color[4]   = '#FFFFFF'; // (white)          Normal Background
-    $color[5]   = '#FFFFCC'; // (light yellow)   Table Headers
+    $color[2]   = '#cc0000'; // (light red)      Warning/Error Messages
+    $color[3]   = '#a0b8c8'; // (green-blue)     Left Bar Background
+    $color[4]   = '#ffffff'; // (white)          Normal Background
+    $color[5]   = '#ffffcc'; // (light yellow)   Table Headers
     $color[6]   = '#000000'; // (black)          Text on left bar
     $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[8]   = '#000000'; // (black)          Normal text
-    $color[9]   = '#ABABAB'; // (mid-gray)       Darker version of #0
+    $color[9]   = '#ababab'; // (mid-gray)       Darker version of #0
     $color[10]  = '#666666'; // (dark gray)      Darker version of #9
     $color[11]  = '#770000'; // (dark red)       Special Folders color
     $color[10]  = '#666666'; // (dark gray)      Darker version of #9
     $color[11]  = '#770000'; // (dark red)       Special Folders color
-    $color[12]  = '#EDEDED'; // (light gray)     Alternate color for message list
+    $color[12]  = '#ededed'; // (light gray)     Alternate color for message list
     $color[13]  = '#800000'; // (dark red)       Color for quoted text -- > 1 quote
     $color[13]  = '#800000'; // (dark red)       Color for quoted text -- > 1 quote
-    $color[14]  = '#FF0000'; // (red)            Color for quoted text -- >> 2 or more
+    $color[14]  = '#ff0000'; // (red)            Color for quoted text -- >> 2 or more
     $color[15]  = '#002266'; // (dark blue)      Unselectable folders
     $color[15]  = '#002266'; // (dark blue)      Unselectable folders
-?>
+?>
\ No newline at end of file
index c3d00751cae1a3f1554a3302b70ca16d445f86da..da7063246d9eaa0623b92a377961156d8b79f9a1 100644 (file)
 global $color;
 $color[0]   = '#999999'; // (middle grey)    TitleBar
 $color[1]   = '#800000'; // (red)
 global $color;
 $color[0]   = '#999999'; // (middle grey)    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[3]   = '#294763'; // (dark blue)      Left Bar Background
-$color[4]   = '#FFFFFF'; // (white)          Normal Background
+$color[4]   = '#ffffff'; // (white)          Normal Background
 $color[5]   = '#c0c0c0'; // (light grey)     Table Headers
 $color[5]   = '#c0c0c0'; // (light grey)     Table Headers
-$color[6]   = '#FFFFFF'; // (white)          Text on left bar
+$color[6]   = '#ffffff'; // (white)          Text on left bar
 $color[7]   = '#000000'; // (black)          Links
 $color[8]   = '#000000'; // (black)          Normal text
 $color[9]   = '#c0c0c0'; // (light grey)     Darker version of #0
 $color[10]  = '#c0c0c0'; // (light grey)     Darker version of #9
 $color[7]   = '#000000'; // (black)          Links
 $color[8]   = '#000000'; // (black)          Normal text
 $color[9]   = '#c0c0c0'; // (light grey)     Darker version of #0
 $color[10]  = '#c0c0c0'; // (light grey)     Darker version of #9
-$color[11]  = '#A7C5F3'; // (light blue)     Special Folders color
+$color[11]  = '#a7c5f3'; // (light blue)     Special Folders color
 $color[12]  = '#c0c0c0'; //
 $color[12]  = '#c0c0c0'; //
-$color[15]  = '#788DD0'; // (darkish blue)   Unselectable folders
+$color[15]  = '#788dd0'; // (darkish blue)   Unselectable folders
 
 
-?>
+?>
\ No newline at end of file
index 0a94fc1295dfdf695821ec1291cab609a5498273..5b6eb3fd67a13d9e02568fa926ecc1f5a07f6230 100644 (file)
  */
 
 global $color;
  */
 
 global $color;
-$color[0]   = '#9EBFA7'; // (light purp)     TitleBar
+$color[0]   = '#9ebfa7'; // (light purp)     TitleBar
 $color[1]   = '#800000'; // (red)
 $color[1]   = '#800000'; // (red)
-$color[2]   = '#CC0000'; // (light red)      Warning/Error Messages
-$color[3]   = '#244B30'; // (purple)         Left Bar Background
-$color[4]   = '#DEFFE7'; // (light purple)   Normal Background
-$color[5]   = '#B6D7BF'; // (darker gray)    Table Headers
-$color[6]   = '#DDFFDD'; // (black)          Text on left bar
-$color[7]   = '#1C5F30'; // (light purple)   Links
+$color[2]   = '#cc0000'; // (light red)      Warning/Error Messages
+$color[3]   = '#244b30'; // (purple)         Left Bar Background
+$color[4]   = '#deffe7'; // (light purple)   Normal Background
+$color[5]   = '#b6d7bf'; // (darker gray)    Table Headers
+$color[6]   = '#ddffdd'; // (black)          Text on left bar
+$color[7]   = '#1c5f30'; // (light purple)   Links
 $color[8]   = '#000000'; // (black)          Normal text
 $color[9]   = '#88a990'; // (mid purp)       Darker version of #0
 $color[8]   = '#000000'; // (black)          Normal text
 $color[9]   = '#88a990'; // (mid purp)       Darker version of #0
-$color[10]  = '#5E7F67'; // (dark purp)      Darker version of #9
-$color[11]  = '#4A9B62'; // (dark red)       Special Folders color
-$color[12]  = '#D2F3DA';
+$color[10]  = '#5e7f67'; // (dark purp)      Darker version of #9
+$color[11]  = '#4a9b62'; // (dark red)       Special Folders color
+$color[12]  = '#d2f3da';
 $color[15]  = '#648b70'; // (another green)  Unselectable folders
 $color[15]  = '#648b70'; // (another green)  Unselectable folders
-?>
+?>
\ No newline at end of file
index decf019236ecaf21a9e2ebf90f13317b9874e998..958f0b4e5edd93ae164672e9e13d0f54d14bdd52 100755 (executable)
@@ -64,4 +64,4 @@ for ($i = 0; $i <= 15; $i++) {
  *   $color[14]  = '#xxxxxx';  // Color for quoted text -- >> 2 or more
  **/
 
  *   $color[14]  = '#xxxxxx';  // Color for quoted text -- >> 2 or more
  **/
 
-?>
+?>
\ No newline at end of file
index 23364b058cd34ea5414644539f88c24b8b8d2323..d6eaa194509d383a988198f0746549a195a30667 100644 (file)
 
 global $color;
 $color[0]   = '#818181'; // (light gray)     TitleBar
 
 global $color;
 $color[0]   = '#818181'; // (light gray)     TitleBar
-$color[1]   = '#FF0000'; // (red)
-$color[2]   = '#CC0000'; // (light red)      Warning/Error Messages
+$color[1]   = '#ff0000'; // (red)
+$color[2]   = '#cc0000'; // (light red)      Warning/Error Messages
 $color[3]   = '#008080'; // (green-blue)     Left Bar Background
 $color[3]   = '#008080'; // (green-blue)     Left Bar Background
-$color[4]   = '#FFFFFF'; // (white)          Normal Background
-$color[5]   = '#FFFF00'; // (light yellow)   Table Headers
+$color[4]   = '#ffffff'; // (white)          Normal Background
+$color[5]   = '#ffff00'; // (light yellow)   Table Headers
 $color[6]   = '#000000'; // (black)          Text on left bar
 $color[6]   = '#000000'; // (black)          Text on left bar
-$color[7]   = '#0000FF'; // (blue)           Links
+$color[7]   = '#0000ff'; // (blue)           Links
 $color[8]   = '#000000'; // (black)          Normal text
 $color[8]   = '#000000'; // (black)          Normal text
-$color[9]   = '#C0C0C0'; // (mid-gray)       Darker version of #0
+$color[9]   = '#c0c0c0'; // (mid-gray)       Darker version of #0
 $color[10]  = '#808080'; // (dark gray)      Darker version of #9
 $color[10]  = '#808080'; // (dark gray)      Darker version of #9
-$color[11]  = '#FFFFFF'; // (white)          Special Folders color
-$color[15]  = '#D0D070'; // (gold)           Unselectable folders
+$color[11]  = '#ffffff'; // (white)          Special Folders color
+$color[15]  = '#d0d070'; // (gold)           Unselectable folders
 
 
-?>
+?>
\ No newline at end of file
index f3ccae5693455094a6572c9fab8e364c78256e01..4b28fcc75ecf7976a5940632589da0b62a1a69d5 100644 (file)
  */
 
 global $color;
  */
 
 global $color;
-$color[0]   = '#C0DAFF'; // TitleBar
+$color[0]   = '#c0daff'; // TitleBar
 $color[1]   = '#800000'; // Error Message
 $color[1]   = '#800000'; // Error Message
-$color[2]   = '#CC0000'; // Warning/Error Messages
-$color[3]   = '#B0CAFF'; // Left Bar Background
-$color[4]   = '#FFFFFF'; // Normal Background
-$color[5]   = '#D0EAFF'; // Table Headers
+$color[2]   = '#cc0000'; // Warning/Error Messages
+$color[3]   = '#b0caff'; // Left Bar Background
+$color[4]   = '#ffffff'; // Normal Background
+$color[5]   = '#d0eaff'; // Table Headers
 $color[6]   = '#000000'; // Text on left bar
 $color[6]   = '#000000'; // Text on left bar
-$color[7]   = '#8888FF'; // Links
+$color[7]   = '#8888ff'; // Links
 $color[8]   = '#000000'; // Normal text
 $color[8]   = '#000000'; // Normal text
-$color[9]   = '#D0EAFF'; // Darker version of #0
-$color[10]  = '#F0FAFF'; // Darker version of #9
+$color[9]   = '#d0eaff'; // Darker version of #0
+$color[10]  = '#f0faff'; // Darker version of #9
 $color[11]  = '#770000'; // Special Folders color
 $color[15]  = '#006600'; // Unselectable folders
 
 $color[11]  = '#770000'; // Special Folders color
 $color[15]  = '#006600'; // Unselectable folders
 
-?>
+?>
\ No newline at end of file
index fd2b6edefa177c29d3c472bdac29bdea076ca181..0eac221c32fe3dd10a8d27232f7444db75837cba 100755 (executable)
@@ -58,4 +58,4 @@ $color[14]  = '#xxxxxx';  // Color for quoted text -- >> 2 or more
 
 */
 
 
 */
 
-?>
+?>
\ No newline at end of file
index 80f6931ba048bd9aa34766afea69a726052d4cbf..586f21535a440882a4e6267f46ac5f0181418960 100644 (file)
@@ -17,4 +17,4 @@ header("Location:../index.php");
 
 /* pretty impressive huh? */
 
 
 /* pretty impressive huh? */
 
-?>
+?>
\ No newline at end of file
index 829422671590b41b078bb0321fc000f4d15bf056..81a1357cca2efbc998a77cd0c3c7c86edfb7eb85 100755 (executable)
@@ -15,7 +15,7 @@
  * @package squirrelmail
  * @subpackage themes
  */
  * @package squirrelmail
  * @subpackage themes
  */
-   
+
 /** seed the random number generator */
 sq_mt_randomize();
 
 /** seed the random number generator */
 sq_mt_randomize();
 
@@ -62,4 +62,4 @@ $color[14]  = '#xxxxxx';  // Color for quoted text -- >> 2 or more
 
 */
 
 
 */
 
-?>
+?>
\ No newline at end of file
index 8bad60edd7990b808106cdd4d615ad2bea7ecc7d..bbd89bba55a1307aa4f9286280a11403ef55f1c6 100644 (file)
@@ -10,9 +10,9 @@
  *          I bring you Maize to accompany Black Bean Burrito.
  *          As the Furbies say: Yum! Oh, message highlighting
  *          looks best with colors in the neighborhood of
  *          I bring you Maize to accompany Black Bean Burrito.
  *          As the Furbies say: Yum! Oh, message highlighting
  *          looks best with colors in the neighborhood of
- *          #7A6A50, bumping up the red, green and blue where
+ *          #7a6a50, bumping up the red, green and blue where
  *          necessary.
  *          necessary.
- *             
+ *
  * Copyright (c) 2000-2004 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * Copyright (c) 2000-2004 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  */
 
 global $color;
  */
 
 global $color;
-$color[0]   = '#B0B0B0'; // (gray)                             TitleBar
-$color[1]   = '#A04040'; // (dull red)                 Quoted Replies in Emails
-$color[2]   = '#F04040'; // (bright red)               Warning/Error Messages
-$color[3]   = '#DFCFBF'; // (antique white)            Left Bar Background
-$color[4]   = '#DFCFBF'; // (antique white)            Normal Background
-$color[5]   = '#755A45'; // (light brown)              Table Headers
-$color[6]   = '#101010'; // (off-black)                        Text on left bar
-$color[7]   = '#800000'; // (red)                              Links
-$color[8]   = '#000000'; // (black)                            Normal text
-$color[9]   = '#909090'; // (darker gray)              Darker version of #0
-$color[10]  = '#606060'; // (darkest gray)             Darker version of #9
-$color[11]  = '#600000'; // (lighter red)              Special Folders color
+$color[0]   = '#b0b0b0'; // (gray)                      TitleBar
+$color[1]   = '#a04040'; // (dull red)                  Quoted Replies in Emails
+$color[2]   = '#f04040'; // (bright red)                Warning/Error Messages
+$color[3]   = '#dfcfbf'; // (antique white)             Left Bar Background
+$color[4]   = '#dfcfbf'; // (antique white)             Normal Background
+$color[5]   = '#755a45'; // (light brown)               Table Headers
+$color[6]   = '#101010'; // (off-black)                 Text on left bar
+$color[7]   = '#800000'; // (red)                       Links
+$color[8]   = '#000000'; // (black)                     Normal text
+$color[9]   = '#909090'; // (darker gray)               Darker version of #0
+$color[10]  = '#606060'; // (darkest gray)              Darker version of #9
+$color[11]  = '#600000'; // (lighter red)               Special Folders color
 $color[15]  = '#602020'; // (some brown)                Unselectable folders
 
 $color[15]  = '#602020'; // (some brown)                Unselectable folders
 
-?>
+?>
\ No newline at end of file
index a6556870b9756d377cb61be638148c07f2f8fc6f..6fff65d3abd70e62a209d0437ef5aefc73164b61 100644 (file)
 global $color;
 $color[0]   = '#808080'; // (middle grey)    TitleBar
 $color[1]   = '#800000'; // (red)
 global $color;
 $color[0]   = '#808080'; // (middle grey)    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]   = '#294763'; // (white)          Normal Background
 $color[5]   = '#999999'; // (light grey)     Table Headers
 $color[3]   = '#294763'; // (dark blue)      Left Bar Background
 $color[4]   = '#294763'; // (white)          Normal Background
 $color[5]   = '#999999'; // (light grey)     Table Headers
-$color[6]   = '#FFFFFF'; // (white)          Text on left bar
-$color[7]   = '#FFFFFF'; // (black)          Links
-$color[8]   = '#FFFFFF'; // (black)          Normal text
+$color[6]   = '#ffffff'; // (white)          Text on left bar
+$color[7]   = '#ffffff'; // (black)          Links
+$color[8]   = '#ffffff'; // (black)          Normal text
 $color[9]   = '#999999'; // (light grey)     Darker version of #0
 $color[10]  = '#999999'; // (light grey)     Darker version of #9
 $color[9]   = '#999999'; // (light grey)     Darker version of #0
 $color[10]  = '#999999'; // (light grey)     Darker version of #9
-$color[11]  = '#A7C5F3'; // (light blue)     Special Folders color
-$color[12]  = '#9F9F9F'; // 
-$color[13]  = '#DFDFDF'; // (lighter grey)   Unselectable folders
-?>
+$color[11]  = '#a7c5f3'; // (light blue)     Special Folders color
+$color[12]  = '#9f9f9f'; //
+$color[13]  = '#dfdfdf'; // (lighter grey)   Unselectable folders
+?>
\ No newline at end of file
index 44076e66c939f29c7cca9a1366aac30bfb56ecea..579528b5f9d8e1af8fabfb64d6d4d07d98c0fcc9 100644 (file)
  */
 
 global $color;
  */
 
 global $color;
-$color[0]   = '#0000FF'; // TitleBar
+$color[0]   = '#0000ff'; // TitleBar
 $color[1]   = '#800000'; // Unseen messages color (unused?)
 $color[1]   = '#800000'; // Unseen messages color (unused?)
-$color[2]   = '#CC0000'; // Warning/Error Messages
+$color[2]   = '#cc0000'; // Warning/Error Messages
 $color[3]   = '#000066'; // Left Bar Background
 $color[4]   = '#000000'; // Normal Background
 $color[5]   = '#003333'; // Table Headers
 $color[3]   = '#000066'; // Left Bar Background
 $color[4]   = '#000000'; // Normal Background
 $color[5]   = '#003333'; // Table Headers
-$color[6]   = '#FFFFFF'; // Text on left bar
-$color[7]   = '#00FFCC'; // Links
-$color[8]   = '#FFFFFF'; // Normal text
+$color[6]   = '#ffffff'; // Text on left bar
+$color[7]   = '#00ffcc'; // Links
+$color[8]   = '#ffffff'; // Normal text
 $color[9]   = '#000099'; // Darker version of #0
 $color[9]   = '#000099'; // Darker version of #0
-$color[10]  = '#33FF66'; // Dimmed out folder color
-$color[11]  = '#7070FF'; // Special folders / Unseen messages color
-$color[12]  = '#3300CC'; // Alternate table row color
-$color[13]  = '#3333CC';
-$color[15]  = '#33FF66'; // Unselectable folders
-?>
+$color[10]  = '#33ff66'; // Dimmed out folder color
+$color[11]  = '#7070ff'; // Special folders / Unseen messages color
+$color[12]  = '#3300cc'; // Alternate table row color
+$color[13]  = '#3333cc';
+$color[15]  = '#33ff66'; // Unselectable folders
+?>
\ No newline at end of file
index 1c830bddf4f6c712a2f92f997021e031b1105b93..d3385c8211b3c0b8600bc34abf780331faca7762 100644 (file)
@@ -3,29 +3,29 @@
  * @author Tomas Kuliavas
  * Date:         July 26, 2003
  * Theme Name:   'Minimal BW Theme'
  * @author Tomas Kuliavas
  * Date:         July 26, 2003
  * Theme Name:   'Minimal BW Theme'
- *    
+ *
  * This theme uses black color for text and white for background.
  * This theme uses black color for text and white for background.
- * 
+ *
  * Problem: $color[9] is used for background and for disabled links.
  * @package squirrelmail
  * @subpackage themes
  */
 
     global $color;
  * Problem: $color[9] is used for background and for disabled links.
  * @package squirrelmail
  * @subpackage themes
  */
 
     global $color;
-    $color[0]   = '#FFFFFF'; // (white)   TitleBar
+    $color[0]   = '#ffffff'; // (white)   TitleBar
     $color[1]   = '#000000'; // (black)   (unused)
     $color[2]   = '#000000'; // (black)   Warning/Error Messages
     $color[1]   = '#000000'; // (black)   (unused)
     $color[2]   = '#000000'; // (black)   Warning/Error Messages
-    $color[3]   = '#FFFFFF'; // (white)   Left Bar Background
-    $color[4]   = '#FFFFFF'; // (white)   Normal Background
-    $color[5]   = '#FFFFFF'; // (white)   Table Headers
+    $color[3]   = '#ffffff'; // (white)   Left Bar Background
+    $color[4]   = '#ffffff'; // (white)   Normal Background
+    $color[5]   = '#ffffff'; // (white)   Table Headers
     $color[6]   = '#000000'; // (black)   Text on left bar
     $color[7]   = '#000000'; // (black)   Links
     $color[8]   = '#000000'; // (black)   Normal text
     $color[6]   = '#000000'; // (black)   Text on left bar
     $color[7]   = '#000000'; // (black)   Links
     $color[8]   = '#000000'; // (black)   Normal text
-    $color[9]   = '#FFFFFF'; // (white)   Darker version of #0
-    $color[10]  = '#FFFFFF'; // (white)   Darker version of #9
+    $color[9]   = '#ffffff'; // (white)   Darker version of #0
+    $color[10]  = '#ffffff'; // (white)   Darker version of #9
     $color[11]  = '#000000'; // (black)   Special Folders color
     $color[11]  = '#000000'; // (black)   Special Folders color
-    $color[12]  = '#FFFFFF'; // (white)   Alternate color for message list
+    $color[12]  = '#ffffff'; // (white)   Alternate color for message list
     $color[13]  = '#000000'; // (black)   Color for quoted text -- > 1 quote
     $color[14]  = '#000000'; // (black)   Color for quoted text -- >> 2 or more
     $color[15]  = '#000000'; // (black)   Unselectable folders
     $color[13]  = '#000000'; // (black)   Color for quoted text -- > 1 quote
     $color[14]  = '#000000'; // (black)   Color for quoted text -- >> 2 or more
     $color[15]  = '#000000'; // (black)   Unselectable folders
-?>
+?>
\ No newline at end of file
index eee68b2835ec8a189c3e7dfcede52c0a65a537a8..107bd598f5f4ef83151c7f32fe30e107ca277b9a 100755 (executable)
@@ -21,7 +21,7 @@ sq_mt_randomize();
 
 /** light(1) or dark(0) background toggle **/
 $bg = mt_rand(0,1);
 
 /** light(1) or dark(0) background toggle **/
 $bg = mt_rand(0,1);
+
 /** range delimiter **/
 $bgrd = $bg * 128;
 
 /** range delimiter **/
 $bgrd = $bg * 128;
 
@@ -74,4 +74,4 @@ $color[14]  = '#xxxxxx';  // Color for quoted text -- >> 2 or more
 
 */
 
 
 */
 
-?>
+?>
\ No newline at end of file
index fa0ba99e6dbcce28666b1c93ffe6484b2dd7439a..d773da077369002d66d5b0cf8ae7a005047b36ca 100644 (file)
@@ -1,5 +1,5 @@
 <?php
 <?php
+
 /**
  * penguin.php
  * Name:    Penguin
 /**
  * penguin.php
  * Name:    Penguin
  * @subpackage themes
  */
 
  * @subpackage themes
  */
 
-$color[0]   = '#FFCC00'; // b  0: Title Bar at the top of the page header
+$color[0]   = '#ffcc00'; // b  0: Title Bar at the top of the page header
 $color[1]   = '#333333'; // f  1: <not currently used>
 $color[1]   = '#333333'; // f  1: <not currently used>
-$color[2]   = '#FF0000'; // f  2: Error messages, usually red
+$color[2]   = '#ff0000'; // f  2: Error messages, usually red
 $color[3]   = '#000000'; // b  3: Left folder list background color
 $color[3]   = '#000000'; // b  3: Left folder list background color
-$color[4]   = '#FFFFFF'; // b  4: Normal background color
-$color[5]   = '#FFCC00'; // b  5: Header of the message index [From, Date, Subject]
-$color[6]   = '#FFFFFF'; // f  6: Normal text on the left folder list
+$color[4]   = '#ffffff'; // b  4: Normal background color
+$color[5]   = '#ffcc00'; // b  5: Header of the message index [From, Date, Subject]
+$color[6]   = '#ffffff'; // f  6: Normal text on the left folder list
 $color[7]   = '#222222'; // f  7: Links in the right frame
 $color[8]   = '#000000'; // f  8: Normal text [usually black]
 $color[7]   = '#222222'; // f  7: Links in the right frame
 $color[8]   = '#000000'; // f  8: Normal text [usually black]
-$color[9]   = '#FFCC00'; // b  9: Darker version of #0
-$color[10]  = '#FF00CC'; // b 10: Darker version of #9
-$color[11]  = '#FFCC00'; // f 11: Special folders color [Inbox, Trash, Sent]
-$color[12]  = '#EEEEEE'; // b 12: Alternate color for message list [alters between 4 and this one]
+$color[9]   = '#ffcc00'; // b  9: Darker version of #0
+$color[10]  = '#ff00cc'; // b 10: Darker version of #9
+$color[11]  = '#ffcc00'; // f 11: Special folders color [Inbox, Trash, Sent]
+$color[12]  = '#eeeeee'; // b 12: Alternate color for message list [alters between 4 and this one]
 $color[13]  = '#800000'; // f 13: Color for single-quoted text ('> text') when reading (default:  #800000)
 $color[13]  = '#800000'; // f 13: Color for single-quoted text ('> text') when reading (default:  #800000)
-$color[14]  = '#FF0000'; // f 14: Color for text with more than one quote (default: #FF0000)
-$color[15]  = '#FFDD11'; // f 15: Non-selectable folders in the left frame (defaults to $color[6])
+$color[14]  = '#ff0000'; // f 14: Color for text with more than one quote (default: #ff0000)
+$color[15]  = '#ffdd11'; // f 15: Non-selectable folders in the left frame (defaults to $color[6])
 
 
-?>
+?>
\ No newline at end of file
index f6b62c62bfefd3e120f9ba492b08c1e88035e394..2d275eb4bf1093e3095bd35657c58a97ce805186 100644 (file)
  */
 
 global $color;
  */
 
 global $color;
-$color[0]   = '#A2BED4'; // TitleBar
-$color[1]   = '#800000'; // 
-$color[2]   = '#CC0000'; // Warning/Error Messages
-$color[3]   = '#6795B9'; // Left Bar Background
-$color[4]   = '#FFFFFF'; // Normal Background
-$color[5]   = '#94ABC0'; // Table Headers
+$color[0]   = '#a2bed4'; // TitleBar
+$color[1]   = '#800000'; //
+$color[2]   = '#cc0000'; // Warning/Error Messages
+$color[3]   = '#6795b9'; // Left Bar Background
+$color[4]   = '#ffffff'; // Normal Background
+$color[5]   = '#94abc0'; // Table Headers
 $color[6]   = '#000000'; // Text on left bar
 $color[6]   = '#000000'; // Text on left bar
-$color[7]   = '#0000CC'; // Links
+$color[7]   = '#0000cc'; // Links
 $color[8]   = '#000000'; // Normal text
 $color[8]   = '#000000'; // Normal text
-$color[9]   = '#83A0BA'; // Darker version of #0
+$color[9]   = '#83a0ba'; // Darker version of #0
 $color[10]  = '#376589'; // Darker version of #9
 $color[11]  = '#770000'; // Special Folders color
 $color[10]  = '#376589'; // Darker version of #9
 $color[11]  = '#770000'; // Special Folders color
-$color[12]  = '#EDEDED'; // Alternating rows color
+$color[12]  = '#ededed'; // Alternating rows color
 $color[15]  = '#001166'; // Unselectable folders
 
 $color[15]  = '#001166'; // Unselectable folders
 
-?>
+?>
\ No newline at end of file
index 7394f5724e70d0ac1dad118005636c8413cbaae2..425ccfd9e2f691f4968ae7264a5e1ab691932f97 100644 (file)
  */
 
 global $color;
  */
 
 global $color;
-$color[0]   = '#AC9ECB'; // (light purp)     TitleBar
+$color[0]   = '#ac9ecb'; // (light purp)     TitleBar
 $color[1]   = '#800000'; // (red)
 $color[1]   = '#800000'; // (red)
-$color[2]   = '#CC0000'; // (light red)      Warning/Error Messages
-$color[3]   = '#B6A7D5'; // (purple)         Left Bar Background
-$color[4]   = '#EDE4FF'; // (light purple)   Normal Background
-$color[5]   = '#DDD4EF'; // (darker gray)    Table Headers
+$color[2]   = '#cc0000'; // (light red)      Warning/Error Messages
+$color[3]   = '#b6a7d5'; // (purple)         Left Bar Background
+$color[4]   = '#ede4ff'; // (light purple)   Normal Background
+$color[5]   = '#ddd4ef'; // (darker gray)    Table Headers
 $color[6]   = '#000000'; // (black)          Text on left bar
 $color[7]   = '#622680'; // (light purple)   Links
 $color[8]   = '#000000'; // (black)          Normal text
 $color[6]   = '#000000'; // (black)          Text on left bar
 $color[7]   = '#622680'; // (light purple)   Links
 $color[8]   = '#000000'; // (black)          Normal text
-$color[9]   = '#877C9F'; // (mid purp)       Darker version of #0
+$color[9]   = '#877c9f'; // (mid purp)       Darker version of #0
 $color[10]  = '#726987'; // (dark purp)      Darker version of #9
 $color[11]  = '#770000'; // (dark red)       Special Folders color
 $color[10]  = '#726987'; // (dark purp)      Darker version of #9
 $color[11]  = '#770000'; // (dark red)       Special Folders color
-$color[12]  = '#E0D9F2';
+$color[12]  = '#e0d9f2';
 
 
-?>
+?>
\ No newline at end of file
index bd2a37297cd2c2eb20fd5d6d9b4faad74244fa9f..bdce7c0cca1d072593285b570be67dbfe49e28a4 100755 (executable)
@@ -18,9 +18,9 @@
 sq_mt_randomize();
 
 require_once(SM_PATH . 'functions/global.php');
 sq_mt_randomize();
 
 require_once(SM_PATH . 'functions/global.php');
-   
+
 global $theme;
 global $theme;
-   
+
 if (!sqsession_is_registered('random_theme_good_theme')) {
     $good_themes = array();
     foreach ($theme as $data) {
 if (!sqsession_is_registered('random_theme_good_theme')) {
     $good_themes = array();
     foreach ($theme as $data) {
@@ -38,7 +38,7 @@ if (!sqsession_is_registered('random_theme_good_theme')) {
     // get random theme stored in session
     sqgetGlobalVar('random_theme_good_theme',$random_theme_good_theme);
 }
     // get random theme stored in session
     sqgetGlobalVar('random_theme_good_theme',$random_theme_good_theme);
 }
-   
+
 @include_once ($random_theme_good_theme);
 
 @include_once ($random_theme_good_theme);
 
-?>
+?>
\ No newline at end of file
index 09275e15522deafff1305c5ec15ab15b5fa58c60..3a8739e7ed75e3f5776e5259a9d3c8b31cd94408 100644 (file)
     global $color;
     $color[0]   = '#ece9d8';
     $color[1]   = '#800000';
     global $color;
     $color[0]   = '#ece9d8';
     $color[1]   = '#800000';
-    $color[2]   = '#CC0000';
+    $color[2]   = '#cc0000';
     $color[3]   = '#aba899';
     $color[3]   = '#aba899';
-    $color[4]   = '#FFFFFF';
+    $color[4]   = '#ffffff';
     $color[5]   = '#ece9d8';
     $color[5]   = '#ece9d8';
-    $color[6]   = '#FFFFFF';
-    $color[7]   = '#0000CC';
+    $color[6]   = '#ffffff';
+    $color[7]   = '#0000cc';
     $color[8]   = '#000000';
     $color[9]   = '#aba899';
     $color[10]  = '#666666';
     $color[8]   = '#000000';
     $color[9]   = '#aba899';
     $color[10]  = '#666666';
-    $color[11]  = '#FFFFCC';
-    $color[12]  = '#FFFFCC';
+    $color[11]  = '#ffffcc';
+    $color[12]  = '#ffffcc';
     $color[13]  = '#800000';
     $color[13]  = '#800000';
-    $color[14]  = '#FF0000';
+    $color[14]  = '#ff0000';
     $color[15]  = '#002266';
     $color[15]  = '#002266';
-?>
+?>
\ No newline at end of file
index 44065f4214ab0f1eed4d74ce02891306a076106d..275242cd44ce180f091b9a25264ba91de5d2d124 100644 (file)
  */
 
 global $color;
  */
 
 global $color;
-$color[0]   = '#CFB789'; // (darker tan)     TitleBar
+$color[0]   = '#cfb789'; // (darker tan)     TitleBar
 $color[1]   = '#800000'; // (red)
 $color[1]   = '#800000'; // (red)
-$color[2]   = '#CC0000'; // (light red)      Warning/Error Messages
-$color[3]   = '#AF9769'; // (tan)            Left Bar Background
-$color[4]   = '#FFE9BF'; // (light tan)      Normal Background
-$color[5]   = '#FFFFCC'; // (light yellow)   Table Headers
+$color[2]   = '#cc0000'; // (light red)      Warning/Error Messages
+$color[3]   = '#af9769'; // (tan)            Left Bar Background
+$color[4]   = '#ffe9bf'; // (light tan)      Normal Background
+$color[5]   = '#ffffcc'; // (light yellow)   Table Headers
 $color[6]   = '#000000'; // (black)          Text on left bar
 $color[6]   = '#000000'; // (black)          Text on left bar
-$color[7]   = '#8B6029'; // (blue)           Links
+$color[7]   = '#8b6029'; // (blue)           Links
 $color[8]   = '#000000'; // (black)          Normal text
 $color[8]   = '#000000'; // (black)          Normal text
-$color[9]   = '#BFA779'; // (mid tan)        Darker version of #0
-$color[10]  = '#7F6729'; // (dark tan)       Darker version of #9
+$color[9]   = '#bfa779'; // (mid tan)        Darker version of #0
+$color[10]  = '#7f6729'; // (dark tan)       Darker version of #9
 $color[11]  = '#770000'; // (dark red)       Special Folders color
 $color[11]  = '#770000'; // (dark red)       Special Folders color
-$color[15]  = '#7F6729'; // (dark tan)       Unselectable folders
+$color[15]  = '#7f6729'; // (dark tan)       Unselectable folders
 
 
-?>
+?>
\ No newline at end of file
index 6b56ea63bfa289a25f0760b213b39d8519129121..8a0c2640b7ed90e899fb14cc37d9695c270f550c 100644 (file)
  */
 
 global $color;
  */
 
 global $color;
-$color[0]   = '#7CA4A4'; 
+$color[0]   = '#7ca4a4';
 $color[1]   = '#800000';
 $color[1]   = '#800000';
-$color[2]   = '#CC0000';
+$color[2]   = '#cc0000';
 $color[3]   = '#588080';
 $color[3]   = '#588080';
-$color[4]   = '#DCFFFF';
-$color[5]   = '#98C0C0';
+$color[4]   = '#dcffff';
+$color[5]   = '#98c0c0';
 $color[6]   = '#000000';
 $color[7]   = '#184040';
 $color[8]   = '#000000';
 $color[6]   = '#000000';
 $color[7]   = '#184040';
 $color[8]   = '#000000';
-$color[9]   = '#78A0A0';
+$color[9]   = '#78a0a0';
 $color[10]  = '#386060';
 $color[10]  = '#386060';
-$color[11]  = '#FFFFB0';
-$color[15]  = '#B0FFFF';
+$color[11]  = '#ffffb0';
+$color[15]  = '#b0ffff';
 
 
-?>
+?>
\ No newline at end of file
index 0de185040047e892c59491b865e551c8bcec9e64..c54c0f2d741a92bfff1d3a9a1849b668e800c52b 100644 (file)
  */
 
 global $color;
  */
 
 global $color;
-$color[0]   = '#F1EEE3'; // (light gray)     TitleBar
+$color[0]   = '#f1eee3'; // (light gray)     TitleBar
 $color[1]   = '#800000'; // (red)
 $color[1]   = '#800000'; // (red)
-$color[2]   = '#CC0000'; // (light red)      Warning/Error Messages
-$color[3]   = '#7D6F3F'; // (green-blue)     Left Bar Background
-$color[4]   = '#FFFFFF'; // (white)          Normal Background
-$color[5]   = '#C7B98B'; // (light yellow)   Table Headers
+$color[2]   = '#cc0000'; // (light red)      Warning/Error Messages
+$color[3]   = '#7d6f3f'; // (green-blue)     Left Bar Background
+$color[4]   = '#ffffff'; // (white)          Normal Background
+$color[5]   = '#c7b98b'; // (light yellow)   Table Headers
 $color[6]   = '#000000'; // (black)          Text on left bar
 $color[7]   = '#434031'; // (blue)           Links
 $color[8]   = '#000000'; // (black)          Normal text
 $color[6]   = '#000000'; // (black)          Text on left bar
 $color[7]   = '#434031'; // (blue)           Links
 $color[8]   = '#000000'; // (black)          Normal text
-$color[9]   = '#C7B98B'; // (mid-gray)       Darker version of #0
-$color[10]  = '#F1EEE3'; // (dark gray)      Darker version of #9
+$color[9]   = '#c7b98b'; // (mid-gray)       Darker version of #0
+$color[10]  = '#f1eee3'; // (dark gray)      Darker version of #9
 $color[11]  = '#770000'; // (dark red)       Special Folders color
 $color[11]  = '#770000'; // (dark red)       Special Folders color
-$color[15]  = '#C7B98B'; // (mid-gray)       Unselectable folders
-?>
+$color[15]  = '#c7b98b'; // (mid-gray)       Unselectable folders
+?>
\ No newline at end of file
index 7cf45afd544209e7581ba96780735b60645739a2..b92a6d42dc6ad0703d4fa225cc5ee653c7b5041b 100755 (executable)
@@ -61,4 +61,4 @@ $color[14]  = '#xxxxxx';  // Color for quoted text -- >> 2 or more
 
 */
 
 
 */
 
-?>
+?>
\ No newline at end of file
index 7e0e82c8608a287d63650d8a44fc627c988b2144..3161151f00968798efbc33973f7269ade6aef5bf 100644 (file)
  */
 
 global $color;
  */
 
 global $color;
-$color[0]   = '#DCDCDC'; // (light gray)     TitleBar
+$color[0]   = '#dcdcdc'; // (light gray)     TitleBar
 $color[1]   = '#800000'; // (red)
 $color[1]   = '#800000'; // (red)
-$color[2]   = '#CC0000'; // (light red)      Warning/Error Messages
+$color[2]   = '#cc0000'; // (light red)      Warning/Error Messages
 $color[3]   = '#006668'; // (/. color)       Left Bar Background
 $color[3]   = '#006668'; // (/. color)       Left Bar Background
-$color[4]   = '#FFFFFF'; // (white)          Normal Background
-$color[5]   = '#BABABA'; // (darker gray)    Table Headers
+$color[4]   = '#ffffff'; // (white)          Normal Background
+$color[5]   = '#bababa'; // (darker gray)    Table Headers
 $color[6]   = '#000000'; // (black)          Text on left bar
 $color[7]   = '#004949'; // (light /. color) Links
 $color[8]   = '#000000'; // (black)          Normal text
 $color[6]   = '#000000'; // (black)          Text on left bar
 $color[7]   = '#004949'; // (light /. color) Links
 $color[8]   = '#000000'; // (black)          Normal text
-$color[9]   = '#ABABAB'; // (mid-gray)       Darker version of #0
+$color[9]   = '#ababab'; // (mid-gray)       Darker version of #0
 $color[10]  = '#666666'; // (dark gray)      Darker version of #9
 $color[11]  = '#770000'; // (dark red)       Special Folders color
 $color[10]  = '#666666'; // (dark gray)      Darker version of #9
 $color[11]  = '#770000'; // (dark red)       Special Folders color
-$color[12]  = '#EAEAEA';
-$color[15]  = '#ABABAB'; // (mid-gray)       Unselectable folders
+$color[12]  = '#eaeaea';
+$color[15]  = '#ababab'; // (mid-gray)       Unselectable folders
 
 
-?>
+?>
\ No newline at end of file
index f9e20f5ecba7e28f38c82a9c441d0643ef1d789d..3d0201e419acacb1e731e235361cc1ebab66ce47 100755 (executable)
@@ -20,7 +20,7 @@ sq_mt_randomize();
 
 /** light(1) or dark(0) background? **/
 $bg = mt_rand(0,1);
 
 /** light(1) or dark(0) background? **/
 $bg = mt_rand(0,1);
+
 /** range delimiter **/
 $bgrd = $bg * 128;
 
 /** range delimiter **/
 $bgrd = $bg * 128;
 
@@ -66,4 +66,4 @@ $color[14]  = '#xxxxxx';  // Color for quoted text -- >> 2 or more
 
 */
 
 
 */
 
-?>
+?>
\ No newline at end of file
index d6447d90c5814ad053d277a4e35d5a63888abc6f..7c2abc00bcdf965e8e89133629a8f3f7795a4fff 100755 (executable)
@@ -20,7 +20,7 @@ sq_mt_randomize();
 
 /** light(1) or dark(0) background? **/
 $bg = mt_rand(0,1);
 
 /** light(1) or dark(0) background? **/
 $bg = mt_rand(0,1);
+
 /** range delimiter **/
 $bgrd = $bg * 128;
 
 /** range delimiter **/
 $bgrd = $bg * 128;
 
@@ -66,4 +66,4 @@ $color[14]  = '#xxxxxx';  // Color for quoted text -- >> 2 or more
 
 */
 
 
 */
 
-?>
+?>
\ No newline at end of file
index e3cea6742f0917e070114ae5a34a0dd432ded190..43de2157090fef9aa5673d6b1e95713d50cd4924 100755 (executable)
@@ -20,7 +20,7 @@ sq_mt_randomize();
 
 /** light(1) or dark(0) background? **/
 $bg = mt_rand(0,1);
 
 /** light(1) or dark(0) background? **/
 $bg = mt_rand(0,1);
+
 /** range delimiter **/
 $bgrd = $bg * 128;
 
 /** range delimiter **/
 $bgrd = $bg * 128;
 
@@ -66,4 +66,4 @@ $color[14]  = '#xxxxxx';  // Color for quoted text -- >> 2 or more
 
 */
 
 
 */
 
-?>
+?>
\ No newline at end of file