[Collab-qa-commits] r742 - wnpp

sping-guest at alioth.debian.org sping-guest at alioth.debian.org
Mon Mar 24 00:38:54 UTC 2008


Author: sping-guest
Date: 2008-03-24 00:38:53 +0000 (Mon, 24 Mar 2008)
New Revision: 742

Modified:
   wnpp/index.php5
Log:
Another try on better colors

Modified: wnpp/index.php5
===================================================================
--- wnpp/index.php5	2008-03-23 23:58:49 UTC (rev 741)
+++ wnpp/index.php5	2008-03-24 00:38:53 UTC (rev 742)
@@ -281,9 +281,12 @@
 echo "<meta http-equiv=\"Content-Type\" content=\"text/html;charset=utf-8\">\n";
 echo "<title>$TITLE</title>\n";
 
-//               blue       orange     green      purple
-$COLORS = array('#CCCCFF', '#FFFFCC', '#CCFFCC', '#FFCCFF');
+// Colors selected with help from the Color schemes generator 2
+// http://wellstyled.com/tools/colorscheme2/index-en.html
 
+// derived from     blue     orange      green        red
+$COLORS = array('#FFCCFF', '#FFFFCC', '#CCFFFF', '#FFCCCC');
+
 echo "<style>\n";
 echo "    * { font-family: 'Bitstream Vera Sans', 'Verdana', Sans-Serif; }\n";
 echo "    table.data_table { border:1px solid #C0C0C0; background-color:#C0C0C0; }\n";




More information about the Collab-qa-commits mailing list