62 lines
1.3 KiB
SCSS
62 lines
1.3 KiB
SCSS
.site-sphc, .site-ngo-allianz-ebk {
|
|
|
|
#news { display: none; }
|
|
|
|
}
|
|
|
|
.site-sphc {
|
|
|
|
#footer, .contact-nav .link { display: none; }
|
|
|
|
a.navbar-brand {
|
|
height: 60px;
|
|
padding-right: 62px;
|
|
background: url('/static/org/ssph-logo.jpg') center right no-repeat;
|
|
background-size: auto 75%;
|
|
overflow: hidden;
|
|
}
|
|
|
|
#carousel-banner .carousel-caption > * { display: none; }
|
|
#carousel-banner .carousel-caption {
|
|
width: 13em;
|
|
background: rgba(0,0,50,0.4);
|
|
border: 6px solid white;
|
|
font-size: 155%;
|
|
padding: 1em 1em;
|
|
left: 50%;
|
|
margin-left: -6.5em;
|
|
bottom: 2em;
|
|
}
|
|
#carousel-banner .carousel-caption:before {
|
|
content: 'SPHC 2018'; display: block;
|
|
}
|
|
#carousel-banner .carousel-caption:after {
|
|
content: 'Better Health Faster';
|
|
}
|
|
|
|
}
|
|
|
|
.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;
|
|
}
|