diff --git a/publichealth/static/css/subsites.scss b/publichealth/static/css/subsites.scss index f64046a..79af832 100644 --- a/publichealth/static/css/subsites.scss +++ b/publichealth/static/css/subsites.scss @@ -11,7 +11,7 @@ a.navbar-brand { height: 60px; padding-right: 62px; - background: url('/static/images/ssph-logo.jpg') center right no-repeat; + background: url('/static/org/ssph-logo.jpg') center right no-repeat; background-size: auto 75%; overflow: hidden; } @@ -35,3 +35,28 @@ } } + +.site-ngo-allianz-ebk { + + footer#footer, .navbar-pre { + background-color: #c46f83; + } + #footer #contact-form textarea.form-control, #footer #contact-form input.form-control { + color:white; + } + .navbar-brand { + width: 400px; + height: 100px; + background-size: contain; + + font-size: 0px; + img { display: none; } + } +} + +html[lang='de'] .site-ngo-allianz-ebk .navbar-brand { + background: url('/static/org/NGO-Allianz_Logo-de.jpg') no-repeat top left; +} +html[lang='fr'] .navbar-brand { + background: url('/static/org/NGO-Allianz_Logo-fr.jpg') no-repeat top left; +} diff --git a/publichealth/static/org/NGO-Allianz_Logo-de.jpg b/publichealth/static/org/NGO-Allianz_Logo-de.jpg new file mode 100644 index 0000000..760e73d Binary files /dev/null and b/publichealth/static/org/NGO-Allianz_Logo-de.jpg differ diff --git a/publichealth/static/org/NGO-Allianz_Logo-fr.jpg b/publichealth/static/org/NGO-Allianz_Logo-fr.jpg new file mode 100644 index 0000000..f13151f Binary files /dev/null and b/publichealth/static/org/NGO-Allianz_Logo-fr.jpg differ diff --git a/publichealth/static/images/ssph-logo.jpg b/publichealth/static/org/ssph-logo.jpg similarity index 100% rename from publichealth/static/images/ssph-logo.jpg rename to publichealth/static/org/ssph-logo.jpg