[Gnucash-changes] r14443 - htdocs/branches/beta/externals - Use in-between lighter header color.

Joshua Sled jsled at cvs.gnucash.org
Mon Jun 26 20:16:44 EDT 2006


Author: jsled
Date: 2006-06-26 20:16:43 -0400 (Mon, 26 Jun 2006)
New Revision: 14443
Trac: http://svn.gnucash.org/trac/changeset/14443

Removed:
   htdocs/branches/beta/externals/option0-a.css
   htdocs/branches/beta/externals/option0.5.css
   htdocs/branches/beta/externals/option0.css
   htdocs/branches/beta/externals/option1.css
   htdocs/branches/beta/externals/option2.css
Modified:
   htdocs/branches/beta/externals/gnucash.css
   htdocs/branches/beta/externals/header.phtml
Log:
Use in-between lighter header color.

Modified: htdocs/branches/beta/externals/gnucash.css
===================================================================
--- htdocs/branches/beta/externals/gnucash.css	2006-06-26 20:12:04 UTC (rev 14442)
+++ htdocs/branches/beta/externals/gnucash.css	2006-06-27 00:16:43 UTC (rev 14443)
@@ -72,8 +72,14 @@
    color: black;
 }
 
-#head {
-   background-color: #666699;
+A[href], A[href]:visited
+{
+  color: rgb(8, 0, 109);
+}
+
+#head
+{
+   background-color: #7F7FAA;
    color: white;
    font-size: small;
    padding: 0.5em;
@@ -81,7 +87,6 @@
 
 #head A, #tail A
 {
-   background-color: #666699;
    color: white;
 }
 
@@ -89,7 +94,7 @@
    font-size: small;
    clear: both;
    float: none;
-   background-color: #666699;
+   background-color: #7F7FAA;
    color: white;
    margin-left: 0;
    margin-right: 0;
@@ -100,12 +105,12 @@
    border-style: ridge;
    border-color: silver;
    border-width: 1px;
-   background-color: #666699;
+   background-color: #7F7FAA;
    color: white;
 }
 
 .tblheader {
-   background-color: #666699;
+   background-color: #7F7FAA;
    color: white;
    border-width: 1px;
    border-color: silver;
@@ -120,7 +125,7 @@
 }
 
 .frametitle {
-   background-color: #666699;
+   background-color: #7F7FAA;
    color: white;
    padding: 5px;
    border-width: 2px;
@@ -207,5 +212,5 @@
 
 H1
 {
-  border-bottom: solid thin #666699;
+  border-bottom: solid thin #7F7FAA;
 }

Modified: htdocs/branches/beta/externals/header.phtml
===================================================================
--- htdocs/branches/beta/externals/header.phtml	2006-06-26 20:12:04 UTC (rev 14442)
+++ htdocs/branches/beta/externals/header.phtml	2006-06-27 00:16:43 UTC (rev 14443)
@@ -1,15 +1,7 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
 <html>
 <head>
-
-<link rel="<?= (isset($_GET['style'])) ? "alternate " : ""?>stylesheet" href="<?=$top_dir?>/externals/gnucash.css" type="text/css" title="original (Basic)" />
-<link rel="<?= ($_GET['style'] == '0') ? "" : "alternate "?>stylesheet" href="<?=$top_dir?>/externals/option0.css" type="text/css" title="simplicity" />
-<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="stylesheet" href="<?=$top_dir?>/externals/gnucash.css" type="text/css" />
 <link rel="icon" href="<?=$top_dir?>/favicon.ico" type="image/x-icon" />
 <link rel="shortcut icon" href="<?=$top_dir?>/favicon.ico" type="image/x-icon" />
 <?php echo $mimeline; ?>

Deleted: htdocs/branches/beta/externals/option0-a.css
===================================================================
--- htdocs/branches/beta/externals/option0-a.css	2006-06-26 20:12:04 UTC (rev 14442)
+++ htdocs/branches/beta/externals/option0-a.css	2006-06-27 00:16:43 UTC (rev 14443)
@@ -1,25 +0,0 @@
- at import url(gnucash.css);
-
-#head {
-  background-color: white;
-  border-bottom: solid thin #9999BB;
-  color: rgb(8, 0, 109);
-}
-
-#head A, #tail A
-{
-  background-color: transparent;
-  color: rgb(8, 0, 109);
-}
-
-A[href], A[href]:visited
-{
-  color: rgb(8, 0, 109);
-}
-
-#tail
-{
-  background-color: white;
-  color: black;
-  border-top: solid thin #9999BB;
-}
\ No newline at end of file

Deleted: htdocs/branches/beta/externals/option0.5.css
===================================================================
--- htdocs/branches/beta/externals/option0.5.css	2006-06-26 20:12:04 UTC (rev 14442)
+++ htdocs/branches/beta/externals/option0.5.css	2006-06-27 00:16:43 UTC (rev 14443)
@@ -1,10 +0,0 @@
- at import url(gnucash.css);
-
-#head {
-   background-color: #7F7FAA;
-}
-
-#head A, #tail A
-{
-  background-color: transparent;
-}

Deleted: htdocs/branches/beta/externals/option0.css
===================================================================
--- htdocs/branches/beta/externals/option0.css	2006-06-26 20:12:04 UTC (rev 14442)
+++ htdocs/branches/beta/externals/option0.css	2006-06-27 00:16:43 UTC (rev 14443)
@@ -1,20 +0,0 @@
- at import url(gnucash.css);
-
-#head {
-  background-color: white;
-  border-bottom: solid thin #9999BB;
-  color: black;
-}
-
-#head A, #tail A
-{
-  background-color: transparent;
-  color: black;
-}
-
-#tail
-{
-  background-color: white;
-  color: black;
-  border-top: solid thin #9999BB;
-}
\ No newline at end of file

Deleted: htdocs/branches/beta/externals/option1.css
===================================================================
--- htdocs/branches/beta/externals/option1.css	2006-06-26 20:12:04 UTC (rev 14442)
+++ htdocs/branches/beta/externals/option1.css	2006-06-27 00:16:43 UTC (rev 14443)
@@ -1,10 +0,0 @@
- at import url(gnucash.css);
-
-#head {
-   background-color: #9999BB;
-}
-
-#head A, #tail A
-{
-  background-color: transparent;
-}

Deleted: htdocs/branches/beta/externals/option2.css
===================================================================
--- htdocs/branches/beta/externals/option2.css	2006-06-26 20:12:04 UTC (rev 14442)
+++ htdocs/branches/beta/externals/option2.css	2006-06-27 00:16:43 UTC (rev 14443)
@@ -1,18 +0,0 @@
- at import url(gnucash.css);
-
-#head, #tail
-{
-   background-color: #cacaf7;
-   color: black;
-}
-
-#head A, #tail A
-{
-  background-color: transparent;
-  color: black;
-}
-
-A[href], A[href]:visited
-{
-  color: rgb(8, 0, 109);
-}



More information about the gnucash-changes mailing list