Moved header into default.hbs on 2022-09-23 (just for poppy-framer theme)
<style>
button, input, optgroup, select, textarea {
color: #000 !important;
}
.post-content {
padding: 0 !important;
}
body {
background: transparent !important;
}
.container-wrap-modal {
padding: 0
}
section.post {
margin-bottom: 0 !important;
}
body.post-template article.post {
padding-bottom: 0;
}
.post-nav,
.post-full-image,
.blog-post--not-page .post-title,
.page--not-post .post-title,
.post-meta {
display:none
}
/* .post-full-image, */
.authors,
.aside,
.toc-details,
.group {
display:none
}
</style>
<style>
/* THIS STYLE SECTION COPIED FROM INJECTION ON 1COLO.COM */
/* Give Raindrop.io iframes space */
/* START change in Poppery default.hbs */
/* END change in Poppery default.hbs */
/* .non-title-excerpt-content-wrap, */
#classic3,
#galleryi,
.readMoreLink--btn {
display:none
}
.mode {
margin: 4px 2px;
}
#layoutModes label {
min-height: 28px;
min-width: 28px;
border-radius: 3px;
}
.post-excerpts {
max-width: unset!important;
}
.post-excerpts h2.post-title {
margin-bottom: 0;
text-transform: unset;
word-break: break-word;
/* word-spacing: -.2em; */
}
/* START Make ALL Excerpt Boxes Smaller */
.post-excerpts .post-excerpt-box--wrap {
width: 16.66%!important;
}
@media only screen and (max-width: 1400px) {
.post-excerpts .post-excerpt-box--wrap {
width: 20%!important;
}
}
@media only screen and (max-width: 1200px) {
.post-excerpts .post-excerpt-box--wrap {
width: 25%!important;
}
}
@media only screen and (max-width: 850px) {
.post-excerpts .post-excerpt-box--wrap {
width: 33%!important;
}
}
@media only screen and (max-width: 650px) {
.post-excerpts .post-excerpt-box--wrap {
width: 50%!important;
}
}
.post-excerpts {
font-size: .5rem!important;
}
.post-excerpts h2.post-title {
font-size: .7rem!important;
}
/* END Make ALL Excerpt Boxes Smaller */
/* START Selective Mode Tweaks */
.post-excerpts#post-excerpts--classic1 .post-excerpt-box--wrap,
.post-excerpts#post-excerpts--galleryi .post-excerpt-box--wrap,
.post-excerpts#post-excerpts--gallery4 .post-excerpt-box--wrap {
width: 100px!important;
height: 100px!important;
}
.post-excerpts#post-excerpts--classic1 .post-excerpt-box {
height: auto;
}
.post-excerpts#post-excerpts--text .post-excerpt-box,
.post-excerpts#post-excerpts--classic1 .post-excerpt--content,
.post-excerpts#post-excerpts--classic2 .post-excerpt--content {
padding: 10px;
}
.post-excerpts#post-excerpts--classic1 .post-excerpt-box {
height:85px
}
/* END Selective Mode Tweaks */
/* Seems to only hide the box on posts with featured image */
/*
.post-excerpts#post-excerpts--classic2 .post-excerpt-box {
overflow: unset;
}
*/
/* Tightens up the space under the h2.title when no featured image */
/*
.post-excerpts#post-excerpts--galleryi .post-excerpt-box {
height: auto;
}
*/
</style>
Footer
<script>$(".modal_lnk-close").click(function(){location.reload();})</script>