diff --git a/cartoterra/static/css/extra.css b/cartoterra/static/css/extra.css index 1aa183d..6d69dea 100644 --- a/cartoterra/static/css/extra.css +++ b/cartoterra/static/css/extra.css @@ -5,7 +5,7 @@ body { font-size: 13px; color: #333333; - background-color: #bbaa99; + background-color: #000000; position: relative; } @@ -108,7 +108,7 @@ input[type="color"], .cartoterra-header { background-color: rgb(34,34,34); - background-color: rgba(34,34,34,0.90); + background-color: rgba(34,34,34,0.60); z-index: 300; width: 100%; position: relative; @@ -117,7 +117,8 @@ input[type="color"], .navbar { position: relative; width: 100%; - margin-bottom: 0; + height: auto; + margin: 0px; } /* BLOCKS */ @@ -267,3 +268,9 @@ body:before { padding-top: 0; padding-bottom: 0; } + +.cartoterra-header-overlay { + background-image: url('../img/backgroundimage.jpg'); + background-size: cover; + /*previous image should be 1920px wide with low contrast*/ +} diff --git a/cartoterra/static/img/backgroundimage.jpg b/cartoterra/static/img/backgroundimage.jpg new file mode 100644 index 0000000..a2c5727 Binary files /dev/null and b/cartoterra/static/img/backgroundimage.jpg differ diff --git a/cartoterra/static/img/logobanner.png b/cartoterra/static/img/logobanner.png index f19a422..0b7387a 100644 Binary files a/cartoterra/static/img/logobanner.png and b/cartoterra/static/img/logobanner.png differ diff --git a/cartoterra/templates/_footer.html b/cartoterra/templates/_footer.html index ed3777e..2a209d4 100644 --- a/cartoterra/templates/_footer.html +++ b/cartoterra/templates/_footer.html @@ -8,10 +8,11 @@