diff --git a/magprime/static/theme/banner.jpg b/magprime/static/theme/banner.jpg new file mode 100644 index 0000000..a57da8b Binary files /dev/null and b/magprime/static/theme/banner.jpg differ diff --git a/magprime/static/theme/prereg_extra.css b/magprime/static/theme/prereg_extra.css index 4ab4b9e..bcbf5ea 100644 --- a/magprime/static/theme/prereg_extra.css +++ b/magprime/static/theme/prereg_extra.css @@ -1,8 +1,8 @@ .masthead { + background-image: url("../theme/banner.jpg"); padding-top: 30.86%; /* The height is 30.86% of the width (500px / 1620px) */ } - /*@media only screen and (-webkit-min-device-pixel-ratio:2), only screen and (min--moz-device-pixel-ratio:2), @@ -50,7 +50,7 @@ only screen and (min-resolution:2dppx) { body { background-color: #060404; - background-image: url("../theme/static-background.png"); + background-image: url("../theme/static-background.jpg"); background-repeat: no-repeat; background-position: center; background-attachment: fixed; diff --git a/magprime/static/theme/static-background.jpg b/magprime/static/theme/static-background.jpg new file mode 100644 index 0000000..a613726 Binary files /dev/null and b/magprime/static/theme/static-background.jpg differ