X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fmessenger%2Fstart.css;h=8a2ec627c0661bb7b63018c3af5dc412aa7b0a03;hp=d9083a86dba121f367253b8799beab1eb91daa3f;hb=b4af54ca67d7b49fb8143f826d7c8300f7ad3e18;hpb=38b75e2e0c3847fd3a7410d927995343cb72ef3f;ds=sidebyside diff --git a/EarlyBlue/messenger/start.css b/EarlyBlue/messenger/start.css index d9083a86..8a2ec627 100644 --- a/EarlyBlue/messenger/start.css +++ b/EarlyBlue/messenger/start.css @@ -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 {