show optional archive headlines/descriptions/excerpts with backstretch featured image

This commit is contained in:
Robin Cornett
2014-10-27 17:17:13 -04:00
parent c392843512
commit 5dfd43924c
8 changed files with 115 additions and 26 deletions
@@ -14,19 +14,24 @@
position: absolute;
}
.big-leader .entry-title {
.big-leader .entry-title.featured-image-overlay {
color: #fff;
margin-bottom: 24px;
position: relative;
text-align: center;
}
.big-leader .entry-header,
.big-leader .archive-description {
background: rgba(255,255,255,.85);
color: #333;
margin-bottom: 24px;
padding: 24px;
}
.big-leader p:last-child {
margin-bottom: 0;
}
img.featured {
max-width: 100%;
}