80 lines
1.9 KiB
SCSS
80 lines
1.9 KiB
SCSS
// Only show news on the main home page
|
|
#news { display: none; }
|
|
.site-home #news { display: block; }
|
|
|
|
// Custom styles for sphc.ch
|
|
.site-sphc {
|
|
|
|
// Language menu hack, until this is configurable
|
|
nav .language-nav a[lang='en'] { display: inline; }
|
|
|
|
#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 { 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-sphc
|
|
|
|
// Custom styles for ngo-allianz-ebk.ch
|
|
.site-ngo-allianz-ebk {
|
|
.navbar-pre .contact-nav { display: none; }
|
|
footer#footer, .navbar-pre {
|
|
background-color: #dd4466;
|
|
}
|
|
.content-page {
|
|
padding-top: 50px;
|
|
}
|
|
.navbar-brand {
|
|
width: 240px;
|
|
height: 64px;
|
|
background-size: contain !important;
|
|
background-repeat: no-repeat;
|
|
background-image: url('/static/org/NGO-Allianz_Logo-de.jpg');
|
|
|
|
font-size: 0px !important;
|
|
img { display: none !important; }
|
|
}
|
|
#carousel-banner .carousel-caption { display: none; }
|
|
}
|
|
html[lang='fr'] .site-ngo-allianz-ebk .navbar-brand {
|
|
background-image: url('/static/org/NGO-Allianz_Logo-fr.jpg');
|
|
}
|
|
// -site-ngo-allianz-ebk
|
|
|
|
// Custom styles for gesundheitsmanifest.ch
|
|
.site-gesundheitsmanifest {
|
|
.navbar-pre {
|
|
background-color: #ccb;
|
|
}
|
|
section {
|
|
background: #f5f5f5;
|
|
border-bottom: 1px solid #ddd;
|
|
}
|
|
}
|