update both themes for suite default theme changes up to 2011-02-27
[themes.git] / LCARStrek / messenger / start.css
index 1c2a91807b011781f2563375cf4b0385b95fa451..524a0ed26dd290a1e6177596ca97041626fa77aa 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: #000000;
-  background-color: #E7ADE7;
+  background: url("chrome://branding/content/messenger-start-hdr.png") repeat-x bottom;
   border-bottom: 3px solid #000000;
   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 {