r20955 - htdocs/branches/beta/externals - Add a background, rework main container and ads container.

Cristian Marchi cmarchi at code.gnucash.org
Fri Jul 29 08:26:53 EDT 2011


Author: cmarchi
Date: 2011-07-29 08:26:52 -0400 (Fri, 29 Jul 2011)
New Revision: 20955
Trac: http://svn.gnucash.org/trac/changeset/20955

Added:
   htdocs/branches/beta/externals/backg.png
Modified:
   htdocs/branches/beta/externals/gnucash.css
Log:
Add a background, rework main container and ads container.

Added: htdocs/branches/beta/externals/backg.png
===================================================================
(Binary files differ)


Property changes on: htdocs/branches/beta/externals/backg.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Modified: htdocs/branches/beta/externals/gnucash.css
===================================================================
--- htdocs/branches/beta/externals/gnucash.css	2011-07-29 12:17:42 UTC (rev 20954)
+++ htdocs/branches/beta/externals/gnucash.css	2011-07-29 12:26:52 UTC (rev 20955)
@@ -1,11 +1,12 @@
 BODY {
    font-family: sans-serif;
    color: black;
-   background-color: white;
+   background:url(backg.png) repeat;
    border: 0px;
    margin: 0px;
    font-size:90%;
    font-family:"Verdana", Geneva, sans-serif;
+   height:100%;
 }
 
 IMG {
@@ -247,13 +248,22 @@
 }
 
 #content {
-   float: right;
-   width: 78%;
-   margin-right: 1em;
-   padding-right: 1em;
+   float:left;
+   width: 53%;
+   margin-right:1em;
+   margin-top:20px;
+   margin-bottom:20px;
    margin-left: 1%;
+   padding-right:1.5em;
+   padding-left:1.5em;
+   background-color:white;   
+   border:solid thin #7F7FAA;
+   border-radius:25px;
+   -moz-border-radius:25px;
 }
 
+}
+
 #location {
    padding-left: 0.3em;
 }
@@ -356,7 +366,7 @@
 
 .adscontainer
 {
- margin: 30px 20px 30px 20px;
+ margin: 10px 5px 10px 5px;
  background:#dedede;
  padding:10px;
  float:center;



More information about the gnucash-changes mailing list