SPHC banner style
This commit is contained in:
parent
bc4291e0b3
commit
2d047a2cf1
1 changed files with 20 additions and 1 deletions
|
@ -2,11 +2,30 @@
|
|||
|
||||
.navbar-brand span, .navbar-brand img { display:none; }
|
||||
a.navbar-brand {
|
||||
height: 64px;
|
||||
height: 60px;
|
||||
padding-right: 62px;
|
||||
background: url('/static/images/ssph-logo.jpg') center right no-repeat;
|
||||
background-size: auto 75%;
|
||||
overflow: hidden;
|
||||
}
|
||||
.navbar-brand:after {
|
||||
content: 'Swiss Public Health Conference';
|
||||
}
|
||||
|
||||
#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';
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue