[Gnucash-changes] r13908 - htdocs/trunk/www/externals - whitespace/readability. Use symbolic font-sizes, not EM-percentages. Don't redefine the user's font size unnecessarily. Simplify body font decl. Style common headlines.

Joshua Sled jsled at cvs.gnucash.org
Tue May 2 20:33:34 EDT 2006


Author: jsled
Date: 2006-05-02 20:33:33 -0400 (Tue, 02 May 2006)
New Revision: 13908
Trac: http://svn.gnucash.org/trac/changeset/13908

Modified:
   htdocs/trunk/www/externals/gnucash.css
Log:
whitespace/readability.  Use symbolic font-sizes, not EM-percentages.  Don't redefine the user's font size unnecessarily.  Simplify body font decl.  Style common headlines.


Modified: htdocs/trunk/www/externals/gnucash.css
===================================================================
--- htdocs/trunk/www/externals/gnucash.css	2006-05-03 00:31:56 UTC (rev 13907)
+++ htdocs/trunk/www/externals/gnucash.css	2006-05-03 00:33:33 UTC (rev 13908)
@@ -1,122 +1,114 @@
 BODY {
-   font-family:"Free Sans",helvetica,verdana,arial,clean,sans-serif;
-   font-size:0.9em;
-   color:black;
-   background-color:white;
+   font-family: sans-serif;
+   color: black;
+   background-color: white;
    border: 0px;
    margin: 0px;
 }
 IMG {
-   border-style:none;
+   border-style: none;
 }
 .newsborder {
-   background-color:#cacaf7;
-   color:black;
-   border:2px;
-   border-color:silver;
-   border-style:ridge;
-   padding:2px;
-   margin-bottom:2em;
+   background-color: #cacaf7;
+   color: black;
+   border: 2px;
+   border-color: silver;
+   border-style: ridge;
+   padding: 2px;
+   margin-bottom: 2em;
 }
 .newsheader {
-   line-height:2em;
-   font-size:1.4em;
+   line-height: 2em;
+   font-size: large;
 }
 .featurepanel {
-   width:50%;
-   height:280px;
+   width: 50%;
+   height: 280px;
 }
 .featureimage {
-   float:right;
+   float: right;
 }
 .featureblock {
-   background-color:black;
-   color:silver;
+   background-color: black;
+   color: silver;
 }
 .divider {
-   background-color:#ececff;
-   text-align:left;
-   color:black;
+   background-color: #ececff;
+   text-align: left;
+   color: black;
 }
 TABLE {
-   border-width:2px;
-   border-style:ridge;
-   border-color:silver;
+   border-width: 2px;
+   border-style: ridge;
+   border-color: silver;
 } 
 TR {
-   background-color:white;
-   color:black;
+   background-color: white;
+   color: black;
 }
 .tblbanner {
-   background-color:#cacaf7;
-   color:black;
-   border-style:none;
+   background-color: #cacaf7;
+   color: black;
+   border-style: none;
 }
 .featureplay {
-   text-align:center;
+   text-align: center;
 }
 .newsinner {
-   background-color:#ffffff;
-   padding:4px;
-   color:black;
+   background-color: #ffffff;
+   padding: 4px;
+   color: black;
 }
 
 #head {
-   background-color:#666699;
+   background-color: #666699;
    color: white;
-   font-size:0.8em;
+   font-size: small;
    padding-bottom: 0.5em;
 }
-#head a:link {
-   background-color:#666699;
-   color:white;
-}
 
-#head a:visited {
-   background-color:#666699;
-   color:white;
+#head A
+{
+   background-color: #666699;
+   color: white;
 }
 
-#head a:active {
-   background-color:#666699;
-   color:white;
-}
 #tail {
-   font-size:0.8em;
-   clear:both;
-   float:none;
+   font-size: small;
+   clear: both;
+   float: none;
    background-color: #666699;
    color: white;
-   margin-left:0;
-   margin-right:0;
+   margin-left: 0;
+   margin-right: 0;
 }
 .tblborder {
-   border-style:ridge;
-   border-color:silver;
-   border-width:1px;
-   background-color:#666699;
-   color:white;
+   border-style: ridge;
+   border-color: silver;
+   border-width: 1px;
+   background-color: #666699;
+   color: white;
 }
 .tblheader {
-   background-color:#666699;
-   color:white;
-   border-width:1px;
-   border-color:silver;
-   border-style:ridge;
+   background-color: #666699;
+   color: white;
+   border-width: 1px;
+   border-color: silver;
+   border-style: ridge;
 }
 .tbllimit {
-   border-style:none;
-   background-color:#cacaf7;
-   color:black;
-   width:100%;
+   border-style: none;
+   background-color: #cacaf7;
+   color: black;
+   width: 100%;
 }
 .frametitle {
-   background-color:#666699;
-   color:white;
-   padding:5px;
-   border-width:2px;
-   border-style:ridge;
-   border-color:silver;
+   background-color: #666699;
+   color: white;
+   padding: 5px;
+   border-width: 2px;
+   border-style: ridge;
+   border-color: silver;
 }
 #gnclogo {
    border-style: none;
@@ -128,50 +120,49 @@
    padding: 0;
 }
 #news	{
-   float:left;
+   float: left;
    width: 20%;
 }
 .highlight {
    background-color: #cacaf7;
-   color:black;
+   color: black;
    padding-bottom: 0.5em;
 }
 .othernews {
    background-color: white;
-   color:black;
+   color: black;
 }
 .dot	{
-   border-style:none;
+   border-style: none;
    width: 8px;
    height: 8px;
    margin-left: 8px;
    margin-right: 8px;
 }
 #content {
-   float:left;
-   width:65%;
-   margin-right:1em;
-   padding-right:1em;
-   margin-left:2em;
-   text-align:justify;
+   float: left;
+   width: 65%;
+   margin-right: 1em;
+   padding-right: 1em;
+   margin-left: 2em;
+   text-align: justify;
 }
 #location {
-   padding-left:0.3em;
+   padding-left: 0.3em;
 }
 #language {
-   float:right;
-   margin-right:1em;
+   float: right;
+   margin-right: 1em;
 }
 .linktop {
-   position:relative;
-   top:0.5em;
+   position: relative;
+   top: 0.5em;
 }
 .history {
-   margin-bottom:2em;
+   margin-bottom: 2em;
 }
 
 H1
 {
-  color: #666699;
   border-bottom: solid thin #666699;
 }
\ No newline at end of file



More information about the gnucash-changes mailing list