CSS coding
<b:if cond='data:blog.pageType != "item"'><b:if cond='data:blog.pageType != "static_page"'>
<style type='text/css'>
.post {
width: 100.3%;
float: left;
display: inline-block;
border-bottom: medium none;
margin: 0 10% 10%;
padding-bottom: 0;
}
.post-container {
padding: 100px;
margin: 10px;
}
.post .post-header {
display: none;
}
.post .post-body {
margin: 0;
padding: 0;
}
.post .post-body p:not(:first-of-type) {
display: none;
}
.post .post-body p:first-of-type strong {
display: block;
font-size: 20px;
font-weight: bold;
margin-bottom: 50px;
}
/* Container style */
.post-wrapper {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
/* Individual post style */
.post {
width: calc(50% - 0px);
margin-bottom: 50px;
}
.post .post-body img {
display: none;
}
.blog-pager-newer-link,
.blog-pager-older-link {
display: none;
}
.blogger-home-link {
display: none;
}
</style>
<script type='text/javascript'>
//<![CDATA[
$(document).ready(function(){
// Do nothing
});
//]]>
</script>
</b:if></b:if>
Comments
Post a Comment