update both themes for suite default theme changes up to 2011-02-27
[themes.git] / EarlyBlue / messenger / start.css
index d9083a86dba121f367253b8799beab1eb91daa3f..8a2ec627c0661bb7b63018c3af5dc412aa7b0a03 100644 (file)
@@ -42,6 +42,8 @@
 body {
   margin: 0;
   padding: 0;
+  background: url("chrome://branding/content/messenger-start-bg.png") no-repeat fixed center 3em;
+  background-size: auto 85%;
 }
 
 a:link, a:visited, a:active {
@@ -50,16 +52,14 @@ a:link, a:visited, a:active {
 }
 
 h1 {
-  color: #FFFFFF;
-  background-color: #9999CC;
-  border-bottom: 1px solid #CCD0DD;
+  background: url("chrome://branding/content/messenger-start-hdr.png") repeat-x bottom;
+  border-bottom: 2px solid #CCD0DD;
   font-size: 1.5em;
-  font-weight: normal;
   padding: 0.25em 0.75em; /* 0.75*1.5=1, so fit with 1em below */
   margin: 0;
 }
 
-div#main {
+#main {
   margin: 0 1em;
 }
 
@@ -70,7 +70,6 @@ p {
 h2 {
   font-size: 1.2em;
   font-weight: bold;
-  margin: 0.5em 0;
 }
 
 ul {