r21307 - htdocs/branches/beta - Some cosmetics.

Cristian Marchi cmarchi at code.gnucash.org
Fri Sep 23 12:45:38 EDT 2011


Author: cmarchi
Date: 2011-09-23 12:45:38 -0400 (Fri, 23 Sep 2011)
New Revision: 21307
Trac: http://svn.gnucash.org/trac/changeset/21307

Modified:
   htdocs/branches/beta/externals/gnucash.css
   htdocs/branches/beta/externals/header.phtml
   htdocs/branches/beta/news/news-script.php
Log:
Some cosmetics.

Modified: htdocs/branches/beta/externals/gnucash.css
===================================================================
--- htdocs/branches/beta/externals/gnucash.css	2011-09-23 16:41:48 UTC (rev 21306)
+++ htdocs/branches/beta/externals/gnucash.css	2011-09-23 16:45:38 UTC (rev 21307)
@@ -365,13 +365,15 @@
 }
 
 #download a, #download a:visited {
-   color: white;
+   color: #E3E3E3;
    font-weight: bold;
    text-decoration: none;
 }
 
 #download a:hover {
    text-decoration: underline;
+   color:white;
+   text-shadow:0px 0px 9px white;
 }
 
 div.dialog {

Modified: htdocs/branches/beta/externals/header.phtml
===================================================================
--- htdocs/branches/beta/externals/header.phtml	2011-09-23 16:41:48 UTC (rev 21306)
+++ htdocs/branches/beta/externals/header.phtml	2011-09-23 16:45:38 UTC (rev 21307)
@@ -60,7 +60,7 @@
 <div style="margin: 0px 0px 0 0;">
 <a href="<?=$home?>/"><!--img src="<?=$home?>/externals/gnucash_logo1.png" alt="[GnuCash Logo]" id="gnclogo" width="179" height="45" border="0"/ -->
 <img alt="banner" src="<?=$home?>/images/banner5.png" /></a>
-<p style="font-style:italic; font-size:1.1em; margin: 0 0 0 10px; color: #08006d"><?php echo T_("Free Accounting Software");?></p>
+<p style="font-style:italic; font-size:1.1em; margin: 0 0 0 10px; color: #08006d; text-shadow:0px 0px 9px white;"><?php echo T_("Free Accounting Software");?></p>
 </div>
 
 <span id="language">

Modified: htdocs/branches/beta/news/news-script.php
===================================================================
--- htdocs/branches/beta/news/news-script.php	2011-09-23 16:41:48 UTC (rev 21306)
+++ htdocs/branches/beta/news/news-script.php	2011-09-23 16:45:38 UTC (rev 21307)
@@ -130,11 +130,11 @@
 ?>
 <div class="newsborder">
   <div class="newsheader" style="display:inline-block;background-color:#CACAF7;width:100%">
-    <div style="float:left; max-width:80%;">
+    <div style="float:left;">
     <img src="<?=$top_dir?>/images/icons/document.txt.gif" width="16" height="16" alt="[news]" /> 
     <a style="text-decoration:none;color:black;" onmouseover="this.style.backgroundColor='#cacaf7';" onmouseout="this.style.backgroundColor='#cacaf7';" name="<?=generate_anchor($key)?>"><?= $fa[0]; ?> - <b><?= $newsfile[$key] ?></b></a>
   </div>
-<!-- the next div could be used to add a date on the right of the news' heading-->
+<!-- the next div could be used to add a date on the right of the news heading-->
     <div style="float:right;">
     </div>
 



More information about the gnucash-changes mailing list