[Gnucash-changes] r14419 - htdocs/branches/beta/externals - added step somewhere between basic and lighter.

Joshua Sled jsled at cvs.gnucash.org
Fri Jun 23 22:18:00 EDT 2006


Author: jsled
Date: 2006-06-23 22:17:59 -0400 (Fri, 23 Jun 2006)
New Revision: 14419
Trac: http://svn.gnucash.org/trac/changeset/14419

Added:
   htdocs/branches/beta/externals/option0.5.css
Modified:
   htdocs/branches/beta/externals/header.phtml
Log:
added step somewhere between basic and lighter.

Modified: htdocs/branches/beta/externals/header.phtml
===================================================================
--- htdocs/branches/beta/externals/header.phtml	2006-06-24 01:26:26 UTC (rev 14418)
+++ htdocs/branches/beta/externals/header.phtml	2006-06-24 02:17:59 UTC (rev 14419)
@@ -7,6 +7,7 @@
 <link rel="<?= ($_GET['style'] == '0-a') ? "" : "alternate "?>stylesheet" href="<?=$top_dir?>/externals/option0-a.css" type="text/css" title="simplicity and links" />
 <link rel="<?= ($_GET['style'] == '1') ? "" : "alternate "?>stylesheet" href="<?=$top_dir?>/externals/option1.css" type="text/css" title="lighter" />
 <link rel="<?= ($_GET['style'] == '2') ? "" : "alternate "?>stylesheet" href="<?=$top_dir?>/externals/option2.css" type="text/css" title="newsitem sync" />
+<link rel="<?= ($_GET['style'] == '0.5') ? "" : "alternate "?>stylesheet" href="<?=$top_dir?>/externals/option0.5.css" type="text/css" title="between basic and lighter" />
 
 
 <link rel="icon" href="<?=$top_dir?>/favicon.ico" type="image/x-icon" />

Added: htdocs/branches/beta/externals/option0.5.css
===================================================================
--- htdocs/branches/beta/externals/option0.5.css	2006-06-24 01:26:26 UTC (rev 14418)
+++ htdocs/branches/beta/externals/option0.5.css	2006-06-24 02:17:59 UTC (rev 14419)
@@ -0,0 +1,10 @@
+ at import url(gnucash.css);
+
+#head {
+   background-color: #7F7FAA;
+}
+
+#head A, #tail A
+{
+  background-color: transparent;
+}



More information about the gnucash-changes mailing list