From: Ant Zucaro Date: Sat, 15 Sep 2012 19:54:38 +0000 (-0400) Subject: New background image. Thanks, NASA! X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=8132fa9bb1093209336198824a7c5d62ffc4a4c8;p=xonotic%2Fxonstat.git New background image. Thanks, NASA! Add a new background image (#3) from NASA's Hubble telescope. It was a little bright for #xonborder, so the alpha % on that was increased. --- diff --git a/xonstat/static/css/img/web_background_3.jpg b/xonstat/static/css/img/web_background_3.jpg new file mode 100644 index 0000000..a73edb0 Binary files /dev/null and b/xonstat/static/css/img/web_background_3.jpg differ diff --git a/xonstat/static/css/style.css b/xonstat/static/css/style.css index 4d52feb..e212551 100755 --- a/xonstat/static/css/style.css +++ b/xonstat/static/css/style.css @@ -106,9 +106,12 @@ textarea { vertical-align: top; } body { + background: url('img/web_background_3.jpg') no-repeat center center fixed; background-color: #000000; - background:#000 url('img/web_background_2.jpg') 0 0 no-repeat; - background-size: 100%; + -webkit-background-size: cover; /*for webKit*/ + -moz-background-size: cover; /*Mozilla*/ + -o-background-size: cover; /*opera*/ + background-size: cover; /*generic*/ color: #d0d0d0; font-family: "XoloniumNormal", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 11px; @@ -3396,7 +3399,7 @@ a.thumbnail:hover { } #xonborder { background: rgb(0, 0, 0); /* IE Fallback */ - background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4); + background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8); border-radius: 6px 6px 6px 6px; margin-bottom: 30px; padding: 20px;