gimp-web r1780 - trunk/style



Author: jimmac
Date: Fri Apr 11 00:07:35 2008
New Revision: 1780
URL: http://svn.gnome.org/viewvc/gimp-web?rev=1780&view=rev

Log:
splash screen backgrounds should have a class splashbcg, style it so it works if they don't


Modified:
   trunk/style/wgo.css

Modified: trunk/style/wgo.css
==============================================================================
--- trunk/style/wgo.css	(original)
+++ trunk/style/wgo.css	Fri Apr 11 00:07:35 2008
@@ -426,6 +426,7 @@
   /* border: 1px solid green; */
   background-color: #2e3436;
   padding: 0;
+  position: relative;
 }
 
 #menu {
@@ -438,6 +439,7 @@
   left: 0px;
   margin: 0 0 1em 20px;
   background-color: #0e2426;
+  z-index: 1;
 }
 
   #menu a {
@@ -588,29 +590,35 @@
   position: relative;
 }
 
-.splash img#splashbg {
-  display: block;
-  position: absolute;
-  top: 0px;
-  left: 0px;
-}
+  /*
+  .splash+h1 {
+    margin-top: 180px;
+  }
+  */
 
-.splash img#splash24overlay {
-  display: block;
-  position: absolute;
-  right: 0px;
-  bottom: 0px;
-  width: 300px;
-  height: 140px;
-}
+  .splash img#splashbg, .splash>img:first-child {
+    display: block;
+    position: absolute;
+    top: 0px;
+    left: 0px;
+  }
 
-.splash img#fadesplash {
-  position: absolute;
-  display: block;
-  left: 900px;
-  width: 135px;
-  height: 200px;
-}
+  .splash img#splash24overlay {
+    display: block;
+    position: absolute;
+    right: 0px;
+    bottom: 0px;
+    width: 300px;
+    height: 140px;
+  }
+
+  .splash img#fadesplash {
+    position: absolute;
+    display: block;
+    left: 900px;
+    width: 135px;
+    height: 200px;
+  }
 
 .intropara {
   margin: 0 -20px 2em -20px;



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