NGO Allianz logo

This commit is contained in:
Oleg Lavrovsky 2018-06-28 16:04:06 +02:00
parent 38d0e6da9a
commit 5cbe0efc51
4 changed files with 26 additions and 1 deletions

View file

@ -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;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 85 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 94 KiB

View file

Before

Width:  |  Height:  |  Size: 586 KiB

After

Width:  |  Height:  |  Size: 586 KiB