public-health-ch/publichealth/static/css/subsites.scss

81 lines
1.9 KiB
SCSS
Raw Normal View History

2019-08-27 08:50:44 +00:00
// Only show news on the main home page
#news { display: none; }
.site-home #news { display: block; }
2018-06-22 13:49:21 +00:00
2019-08-27 08:50:44 +00:00
// Custom styles for sphc.ch
2018-06-22 13:49:21 +00:00
.site-sphc {
2019-08-12 14:11:17 +00:00
// Language menu hack, until this is configurable
nav .language-nav a[lang='en'] { display: inline; }
2018-06-22 13:50:17 +00:00
#footer, .contact-nav .link { display: none; }
2018-06-22 13:47:42 +00:00
a.navbar-brand {
height: 60px;
padding-right: 62px;
2018-06-28 14:04:06 +00:00
background: url('/static/org/ssph-logo.jpg') center right no-repeat;
2018-06-22 13:47:42 +00:00
background-size: auto 75%;
overflow: hidden;
}
#carousel-banner .carousel-caption > * { display: none; }
2018-11-12 15:50:17 +00:00
#carousel-banner .carousel-caption { display: none; }
/*
2018-06-22 13:47:42 +00:00
#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';
}
2018-11-12 15:50:17 +00:00
*/
2018-06-22 13:47:42 +00:00
}
2019-08-27 08:50:44 +00:00
// -site-sphc
2018-06-28 14:04:06 +00:00
2019-08-27 08:50:44 +00:00
// Custom styles for ngo-allianz-ebk.ch
2018-06-28 14:04:06 +00:00
.site-ngo-allianz-ebk {
2018-06-28 14:13:19 +00:00
.navbar-pre .contact-nav { display: none; }
2018-06-28 14:04:06 +00:00
footer#footer, .navbar-pre {
2018-08-09 12:43:50 +00:00
background-color: #dd4466;
2018-06-28 14:04:06 +00:00
}
2018-06-28 14:15:35 +00:00
.content-page {
padding-top: 50px;
}
2018-06-28 14:04:06 +00:00
.navbar-brand {
2018-07-13 05:48:32 +00:00
width: 240px;
height: 64px;
2018-06-28 14:06:31 +00:00
background-size: contain !important;
background-repeat: no-repeat;
2019-08-27 08:50:44 +00:00
background-image: url('/static/org/NGO-Allianz_Logo-de.jpg');
2018-06-28 14:04:06 +00:00
2018-06-28 14:06:31 +00:00
font-size: 0px !important;
img { display: none !important; }
2018-06-28 14:04:06 +00:00
}
2018-08-09 12:41:31 +00:00
#carousel-banner .carousel-caption { display: none; }
2018-06-28 14:04:06 +00:00
}
2018-06-28 14:06:31 +00:00
html[lang='fr'] .site-ngo-allianz-ebk .navbar-brand {
background-image: url('/static/org/NGO-Allianz_Logo-fr.jpg');
2018-06-28 14:04:06 +00:00
}
2019-08-27 08:50:44 +00:00
// -site-ngo-allianz-ebk
// Custom styles for gesundheitsmanifest.ch
.site-gesundheitsmanifest {
.navbar-pre {
background-color: #ccb;
}
section {
background: #f5f5f5;
border-bottom: 1px solid #ddd;
}
}