pingus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pingus-CVS] r4116 - in trunk/htdocs: . images


From: grumbel at BerliOS
Subject: [Pingus-CVS] r4116 - in trunk/htdocs: . images
Date: Mon, 12 Apr 2010 17:25:22 +0200

Author: grumbel
Date: 2010-04-12 17:25:22 +0200 (Mon, 12 Apr 2010)
New Revision: 4116

Modified:
   trunk/htdocs/default.css
   trunk/htdocs/images/snow_background.jpg
Log:
New background image


Modified: trunk/htdocs/default.css
===================================================================
--- trunk/htdocs/default.css    2010-04-12 15:25:04 UTC (rev 4115)
+++ trunk/htdocs/default.css    2010-04-12 15:25:22 UTC (rev 4116)
@@ -1,3 +1,15 @@
+body
+{
+  font-family: sans;
+  background-position: left top;
+  background-image: url("images/snow_background.jpg");
+  background-repeat: repeat-x;
+  background-color: black;
+  background-attachment:fixed;
+  color: black;
+  /* desert #cdb09e; */
+}
+
 #pagebody
 { 
   width: 70em;
@@ -224,15 +236,4 @@
   text-decoration: none;
 }
 
-body
-{
-  font-family: sans;
-  background-position: left top;
-  background-image: url(images/snow_background.jpg);
-  background-repeat: repeat-x;
-  background-color: #707f9b;
-  color: black;
-  /* desert #cdb09e; */
-}
-
 /* EOF */

Modified: trunk/htdocs/images/snow_background.jpg
===================================================================
(Binary files differ)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]