[Gnucash-changes] r13982 - htdocs/trunk - provide old gnucash stylesheet, use in fr xlation

Joshua Sled jsled at cvs.gnucash.org
Tue May 9 20:07:11 EDT 2006


Author: jsled
Date: 2006-05-09 20:07:11 -0400 (Tue, 09 May 2006)
New Revision: 13982
Trac: http://svn.gnucash.org/trac/changeset/13982

Added:
   htdocs/trunk/www/externals/old-gnucash.css
Modified:
   htdocs/trunk/fr/components/header.phtml
Log:
provide old gnucash stylesheet, use in fr xlation

Modified: htdocs/trunk/fr/components/header.phtml
===================================================================
--- htdocs/trunk/fr/components/header.phtml	2006-05-09 23:56:54 UTC (rev 13981)
+++ htdocs/trunk/fr/components/header.phtml	2006-05-10 00:07:11 UTC (rev 13982)
@@ -2,7 +2,7 @@
 	PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <html>
 <head>
-<link rel="stylesheet" href="../www/gnucash.css" type="text/css">
+<link rel="stylesheet" href="../www/externals/old-gnucash.css" type="text/css">
 <link rel="icon" href="favicon.ico" type="image/x-icon"> 
 <link rel="shortcut icon" href="favicon.ico" type="image/x-icon"> 
 <title>GnuCash - <?php echo $title; ?></title>

Added: htdocs/trunk/www/externals/old-gnucash.css
===================================================================
--- htdocs/trunk/www/externals/old-gnucash.css	2006-05-09 23:56:54 UTC (rev 13981)
+++ htdocs/trunk/www/externals/old-gnucash.css	2006-05-10 00:07:11 UTC (rev 13982)
@@ -0,0 +1,44 @@
+body    { 
+	font-family: verdana,arial,helvetica,sans-serif; 
+	color: #000000; 
+	background: #ffffff; 
+	margin-left: 0%; 
+	margin-right: 0%;
+	margin-top: 0%; 
+	margin-bottom: 0%;
+}
+td      { font-family: verdana,arial,helvetica,sans-serif; }
+dl      { font-family: verdana,arial,helvetica,sans-serif; }
+pre     { font-family: courier new, courier; }
+form    { font-family: helvetica,arial,sans-serif; }
+i       { font-style: italic; }
+b       { font-style: bold; }
+hl      { font-family: verdana,arial,helvetica,sans-serif; font-style: bold; }
+small   { font-size: smaller; }
+font.high          { font-family: courier new, courier; color: #000000; background-color: #ffff66;}
+font.high2         { background-color: #ffff66;}
+font.comment       { font-family: courier new, courier; font-style: italic; color: green;}
+font.preprocessor  { font-family: courier new, courier; color: blue;}
+font.storagekw     { font-family: courier new, courier; color: red;}
+font.constant      { font-family: courier new, courier; color: green;}
+font.num           { font-family: courier new, courier; font-style: normal; color: #000000;}
+a.nav              { font-family: verdana,arial,helvetica,sans-serif; color: #FFFFFF; }
+
+.text { font-size: 12pt; font-family: verdana,arial,helvetica,sans-serif; }
+.smalltext { font-size: 10pt; font-family: verdana,arial,helvetica,sans-serif; }
+
+.text10 { font-size: 10pt; font-family: verdana,arial,helvetica,sans-serif; }
+.text12 { font-size: 12pt; font-family: verdana,arial,helvetica,sans-serif; }
+.text14 { font-size: 14pt; font-family: verdana,arial,helvetica,sans-serif; }
+
+
+#feature_box {
+	width: '100%';
+
+	/*margin-right: 10px;*/
+	padding-right: 10px;
+	padding-bottom: 0px;
+	border-left: 1px dashed #dddddd;
+	background-color: #ffffff;
+}
+



More information about the gnucash-changes mailing list