mirror of
https://github.com/10h30/display-featured-image-genesis.git
synced 2026-06-05 15:08:20 +09:00
consistent css
This commit is contained in:
@@ -7,34 +7,41 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.big-leader .wrap {
|
.big-leader .wrap {
|
||||||
|
position: absolute;
|
||||||
|
right: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
|
||||||
position: absolute;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.big-leader .entry-title.featured-image-overlay {
|
.big-leader .entry-title.featured-image-overlay {
|
||||||
color: #fff;
|
|
||||||
position: relative;
|
position: relative;
|
||||||
|
color: #fff;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.big-leader .excerpt,
|
.big-leader .excerpt,
|
||||||
.big-leader .archive-description {
|
.big-leader .archive-description {
|
||||||
background: rgba(255,255,255,.85);
|
|
||||||
color: #333;
|
|
||||||
margin-bottom: 24px;
|
margin-bottom: 24px;
|
||||||
padding: 24px;
|
padding: 24px;
|
||||||
|
background: rgba(255,255,255,0.85);
|
||||||
}
|
}
|
||||||
|
|
||||||
.big-leader .excerpt .entry-title {
|
|
||||||
margin-bottom: 0;
|
|
||||||
}
|
|
||||||
.big-leader p {
|
.big-leader p {
|
||||||
margin-bottom: 0;
|
|
||||||
margin-top: 18px;
|
margin-top: 18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.home .big-leader p {
|
||||||
|
margin-top: 0;
|
||||||
|
margin-bottom: 18px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.big-leader p,
|
||||||
|
.big-leader .excerpt .entry-title,
|
||||||
|
.big-leader .archive-description .archive-title,
|
||||||
|
.home .big-leader p:last-child {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
img.featured {
|
img.featured {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user