NGO Allianz logo
This commit is contained in:
parent
38d0e6da9a
commit
5cbe0efc51
4 changed files with 26 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
||||||
a.navbar-brand {
|
a.navbar-brand {
|
||||||
height: 60px;
|
height: 60px;
|
||||||
padding-right: 62px;
|
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%;
|
background-size: auto 75%;
|
||||||
overflow: hidden;
|
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;
|
||||||
|
}
|
||||||
|
|
BIN
publichealth/static/org/NGO-Allianz_Logo-de.jpg
Normal file
BIN
publichealth/static/org/NGO-Allianz_Logo-de.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 85 KiB |
BIN
publichealth/static/org/NGO-Allianz_Logo-fr.jpg
Normal file
BIN
publichealth/static/org/NGO-Allianz_Logo-fr.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 94 KiB |
Before Width: | Height: | Size: 586 KiB After Width: | Height: | Size: 586 KiB |
Loading…
Reference in a new issue