[Gnucash-changes] r12935 - htdocs/trunk/externals - new CSS support for news file format

Neil Williams codehelp at cvs.gnucash.org
Sun Jan 22 05:54:49 EST 2006


Author: codehelp
Date: 2006-01-22 05:54:48 -0500 (Sun, 22 Jan 2006)
New Revision: 12935
Trac: http://svn.gnucash.org/trac/changeset/12935

Modified:
   htdocs/trunk/externals/gnucash.css
Log:
new CSS support for news file format

Modified: htdocs/trunk/externals/gnucash.css
===================================================================
--- htdocs/trunk/externals/gnucash.css	2006-01-22 10:54:31 UTC (rev 12934)
+++ htdocs/trunk/externals/gnucash.css	2006-01-22 10:54:48 UTC (rev 12935)
@@ -9,14 +9,17 @@
 IMG {
     border-style:none;
 }
-.news1 {
+.newsborder {
     background-color:#cacaf7;
     border:2px;
     border-color:silver;
     border-style:ridge;
-    margin:1em;
     padding:2px;
+    margin-bottom:2em;
+}
+.newsheader {
     line-height:2em;
+    font-size:1.4em;
     text-align:top;
 }
 .featurepanel {
@@ -31,12 +34,19 @@
 }
 .divider {
     background-color:#ececff;
+    text-align:left;
 }
+TABLE {
+	border-width:2px;
+	border-style:ridge;
+	border-color:silver;
+} 
 TR {
 	background-color:white;
 }
 .tblbanner {
 	background-color:#cacaf7;
+	border-style:none;
 }
 .featureplay {
     text-align:center;
@@ -83,12 +93,23 @@
 .tblheader {
 	background-color:#666699;
 	color:white;
+	border-width:1px;
+	border-color:silver;
+	border-style:ridge;
 }
 .tbllimit {
 	border-style:none;
 	background-color:#cacaf7;
 	width:100%;
 }
+.frametitle {
+	background-color:#666699;
+	color:white;
+	padding:5px;
+	border-width:2px;
+	border-style:ridge;
+	border-color:silver;
+}
 #gnclogo {
 	border-style: none;
 	width: 179px;



More information about the gnucash-changes mailing list