2016-12-10 13:42:54 +00:00
|
|
|
/* Page header */
|
|
|
|
|
|
|
|
#logo {
|
|
|
|
background: url(../org/public-health-bg.png) no-repeat top left;
|
|
|
|
background-size: cover;
|
|
|
|
border: 1px solid white;
|
|
|
|
font-size: 0px;
|
|
|
|
display: block;
|
|
|
|
width: 450px;
|
|
|
|
height: 140px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#nav {
|
|
|
|
margin-top: -50px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#header {
|
|
|
|
margin-bottom: 0px;
|
|
|
|
}
|
|
|
|
|
2016-12-09 05:11:31 +00:00
|
|
|
/* Responsive image/video classes */
|
|
|
|
.rich-text img {
|
|
|
|
max-width: 100%;
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
.richtext-image.left{
|
|
|
|
float:left;
|
|
|
|
}
|
|
|
|
.richtext-image.right{
|
|
|
|
float:right;
|
|
|
|
}
|
|
|
|
.responsive-object {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
.responsive-object iframe,
|
|
|
|
.responsive-object object,
|
|
|
|
.responsive-object embed {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|