• ≡ Menu
  • Contact
  • Sitemap
  • Advertise
  • Submenu
    • Submenu 1
    • Submenu 2
    • Submenu 3
    • Submenu 4
    • Submenu 5
  • Submenu
    • Submenu 1
    • Submenu 2
    • Submenu 3
    • Submenu 4
    • Submenu 5
  • Submenu
    • Submenu 1
    • Submenu 2
    • Submenu 3
    • Submenu 4
    • Submenu 5

شارع

Menu
  • Static Page
  • Dropmenu
    • Dropmenu 1
    • Dropmenu 2
    • Dropmenu 3
    • Dropmenu 4
    • Dropmenu 5
  • Button
  • Dropmenu
    • Dropmenu 1
    • Dropmenu 2
    • Dropmenu 3
    • Dropmenu 4
    • Dropmenu 5
  • Error
  • Surprise Me
Blogger Responsive CSS Timeline with 3D Effect for Blogger

Responsive CSS Timeline with 3D Effect for Blogger


Here's another amazing way to display our Blogger posts. By applying the following Responsive CSS Timeline View with 3D Effect on Blogger Posts, we will have a responsive timeline-like structure of the most recent posts and their thumbnails, along with some cool CSS effects. When clicking on the associated radio input, the posts snippet/summary will expand by changing their style and size and will rotate in 3D. The main structure of this CSS timeline with 3D effect is an unordered list.

To get an idea of what it looks like, you can visit this LIVE DEMO


How to Add Responsive CSS Timeline View to Blogger Posts

Step 1. Go to Blogger dashboard > Template > click on the Edit HTML button:


Step 2. Click anywhere inside the code area and press the CTRL + F keys to open the search box:


Step 3. Type or paste the following tag inside the search box and hit Enter to find it:

</head>

Step 4. Just above the </head> tag, copy and paste the following style:
 <b:if cond='data:blog.pageType != &quot;static_page&quot;'>

<b:if cond='data:blog.pageType != &quot;item&quot;'>

<style type='text/css'>

.post-body img, .post-body .tr-caption-container, .Profile img, .Image img,

.BlogList .item-thumbnail img {padding: 0px; border: 0px;}

.post-footer {display: none;}

.post {margin-bottom: 50px; padding-bottom: 0px; background: none; border: none;}

.jump-link a {display: none;}

  h3.post-title a {display: none;}

 .date-header {display: none;}

*,

.timeline:after,

.timeline:before {box-sizing: border-box;padding: 0; margin: 0;}

.timeline {position: relative;padding: 30px 0 50px 0;font-family: Arial, sans-serif;}

.timeline:before {content: &#39;&#39;;position: absolute;width: 5px;height: 100%;margin:0px;top: 0;left: 200px;background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAJUlEQVQIW2NkQAP/gYARWQwkAOLDBeECjEAAkkEWAKtEFwAJAgAZEBP+oM1IkwAAAABJRU5ErkJggg==);}

.event {position: relative;margin-bottom: 80px;padding-right: 40px;}

.thumb {position: absolute; width: 90px; height: 90px;box-shadow:

        0 0 0 8px #87939E,

        0 1px 1px rgba(255,255,255,0.5);background-repeat: no-repeat;border-radius: 50%;-webkit-transform: scale(0.8) translateX(24px);-moz-transform: scale(0.8) translateX(24px);-o-transform: scale(0.8) translateX(24px);-ms-transform: scale(0.8) translateX(24px);transform: scale(0.8) translateX(24px);}

.thumb:before {content: &#39;&#39;;background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAICAYAAADA+m62AAAAPElEQVQYV2NkQAP/gYARCNDFUQRgirAphitEl0TngxXisg5ZnBGXIpgbYfIYjkb3BNxGbBLYxIgyEaQRAA8KKAWYsZtjAAAAAElFTkSuQmCC);position: absolute;height: 8px; z-index: -1; width: 50px;top: 42px; left: 100%;margin-left: 8px;

}

.thumb span {color: #87939E;width: 100%;text-align: center;font-weight: 700;font-size: 15px;text-transform: uppercase;position: absolute;bottom: -30px;}

.event label,.event input[type=&quot;radio&quot;] {width: 24px;height: 24px;left: 158px;top: 36px;position: absolute;display: block;}

.event input[type=&quot;radio&quot;] {opacity: 0;z-index: 10;cursor: pointer;}

.event label:after{content: &quot;\2713&quot;;background: #8995A1;border-radius: 50%;color: #fff;font-size: 20px;height: 100%;width: 100%;font-weight: bold;left: -2px;top: -3px;line-height: 24px;position: absolute;text-align: center;}

.content-perspective { margin-left: 230px;position: relative;perspective: 600px;-webkit-perspective: 600px;-moz-perspective: 600px;-o-perspective: 600px;-ms-perspective: 600px;}

.content-perspective:before { content: &#39;&#39;; width: 34px; left: -44px; top: 48px;position: absolute;height: 1px; z-index: -2;background: #fff;}

.post-content {transform: rotateY(10deg);transform-origin: 0 0;transform-style: preserve-3d;}

.blog-post-body {position: relative;padding: 20px;color: #333; border-left: 5px solid #8995A1;box-shadow: 0 4px 6px rgba(0,0,0,0.1);background: #F9F9F9;}

.blog-post-body h3 {border: none;margin: 0px;}

.blog-post-body h3 a{font-size: 21px;padding: 5px 0 5px 0;color: #86919D;margin: 0px;text-decoration: none;border: none;}

.event input[type=&quot;radio&quot;]:checked ~ .content-perspective .blog-post-body h3 a{color: #F26328;}

.blog-post-body p,.thumb span,.event label {-webkit-backface-visibility: hidden;}

.blog-post-body p {font-size: 15px;max-height: 0px; overflow: hidden; color: rgba(0,0,0,0);text-align: left;}

.blog-post-body:before {content: &#39;\25c2&#39;;font-weight: normal; line-height: 86px; font-size: 86px;position: absolute;color: #8995A1; left: -41px;width: 100%;height: 100%; top: 3px;z-index: -1;}

.thumb,.thumb span,.blog-post-body h3 {transition: all 0.6s ease-in-out 0.2s;-webkit-transition: all 0.6s ease-in-out 0.2s;-moz-transition: all 0.6s ease-in-out 0.2s;-o-transition: all 0.6s ease-in-out 0.2s;-ms-transition: all 0.6s ease-in-out 0.2s;transition: all 0.6s ease-in-out 0.2s;}

.blog-post-body { transition: box-shadow 0.8s linear 0.2s;-webkit-transition: box-shadow 0.8s linear 0.2s;-moz-transition: box-shadow 0.8s linear 0.2s;-o-transition: box-shadow 0.8s linear  0.2s;-ms-transition: box-shadow 0.8s linear 0.2s;}

.post-content {transition: transform 0.8s cubic-bezier(.59,1.45,.69,.98) 0.2s;-webkit-transition: -webkit-transform 0.8s cubic-bezier(.59,1.45,.69,.98) 0.2s;-moz-transition: -moz-transform 0.8s cubic-bezier(.59,1.45,.69,.98) 0.2s;-o-transition: -o-transform 0.8s cubic-bezier(.59,1.45,.69,.98) 0.2s;-ms-transition: -ms-transform 0.8s cubic-bezier(.59,1.45,.69,.98) 0.2s;}

.blog-post-body p { transition: max-height 0.5s linear, color 0.3s linear;-webkit-transition: max-height 0.5s linear, color 0.3s linear;-moz-transition: max-height 0.5s linear, color 0.3s linear;-o-transition: max-height 0.5s linear, color 0.3s linear;-ms-transition: max-height 0.5s linear, color 0.3s linear;}

.event input[type=&quot;radio&quot;]:checked + label:after {content: &#39;\2714&#39;;color: #fff;background: #F26328;box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.8);}

.event input[type=&quot;radio&quot;]:checked ~ .content-perspective:before {background: #F26328;}

 .event input[type=&quot;radio&quot;]:checked ~ .content-perspective .blog-post-body h3 { color: #F26328;}

.event input[type=&quot;radio&quot;]:checked ~ .content-perspective .post-content {transform: rotateY(-5deg);-webkit-transform: rotateY(-5deg);-moz-transform: rotateY(-5deg);-o-transform: rotateY(-5deg);-ms-transform: rotateY(-5deg);}

.event input[type=&quot;radio&quot;]:checked ~ .content-perspective .blog-post-body {border-color: #F26328;box-shadow: 10px 0px 10px -6px rgba(0, 0, 0, 0.1);}

.event input[type=&quot;radio&quot;]:checked ~ .content-perspective .blog-post-body p {max-height: 460px; color: rgba(0,0,0,0.6); transition-delay: 0s, 0.6s;-webkit-transition-delay: 0s, 0.6s;-moz-transition-delay: 0s, 0.6s;-o-transition-delay: 0s, 0.6s;-ms-transition-delay: 0s, 0.6s;}

.event input[type=&quot;radio&quot;]:checked ~ .content-perspective .blog-post-body:before {color: #F26328;}

.event input[type=&quot;radio&quot;]:checked ~ .thumb {transform: scale(1);box-shadow: 0 0 0 8px rgba(242,99,40,1), 0 1px 1px rgba(255,255,255,0.5); -webkit-transform: scale(1);-moz-transform: scale(1);-o-transform: scale(1);-ms-transform: scale(1);}

.event input[type=&quot;radio&quot;]:checked ~ .thumb span {color: #F26328;}

.event input[type=&quot;radio&quot;]:checked ~ .thumb:before {

background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAICAYAAADA+m62AAAAPUlEQVQYV2NkQAOfUjX+882+wYgujiIAU4RNMVwhuiQ6H6wQl3XI4oy4FMHcCJPHcDS6J2A2EqUQpJhohQBbNyaHFmzEqgAAAABJRU5ErkJggg==);}

@media screen and (max-width: 850px) {.blog-post-body h3 {font-size: 20px;}

 .blog-post-body p { font-size: 14px; text-align: justify; }

 .event input[type=&quot;radio&quot;]:checked ~ .content-perspective .blog-post-body p { max-height: 500px; }}

@media screen and (max-width: 540px) {.timeline:before { left: 50px;}

.event {padding-right: 0px; margin-bottom: 100px; }

 .thumb { transform: scale(0.8); -webkit-transform: scale(0.8);-moz-transform: scale(0.8);-o-transform: scale(0.8);-ms-transform: scale(0.8);}

 .event input[type=&quot;radio&quot;] { width: 100px;height: 100px;left: 0px;top: 0px; }

.thumb:before,.event input[type=&quot;radio&quot;]:checked ~ .thumb:before {background: none;width: 0;}

 .event label {display: none;}

 .content-perspective {margin-left: 0px;top: 80px;}

 .content-perspective:before {height: 0px; }

 .post-content { transform: rotateX(-10deg);-webkit-transform: rotateX(-10deg);-moz-transform: rotateX(-10deg);-o-transform: rotateX(-10deg);-ms-transform: rotateX(-10deg);}

 .event input[type=&quot;radio&quot;]:checked ~ .content-perspective .post-content { transform: rotateX(10deg);-webkit-transform: rotateX(10deg);-moz-transform: rotateX(10deg);-o-transform: rotateX(10deg);-ms-transform: rotateX(10deg);}

.blog-post-body {border-left: none;border-top: 5px solid #8995A1;}

.event input[type=&quot;radio&quot;]:checked ~ .content-perspective .blog-post-body {border-color: #F26328;box-shadow: 0 10px 10px -6px rgba(0, 0, 0, 0.1);}

.blog-post-body:before {content: &#39;\25b4&#39;;left: 33px; top: -32px;}

.event input[type=&quot;radio&quot;]:checked ~ .content-perspective .blog-post-body p {max-height:300px; }}

ul.timeline {list-style-type: none;}

</style>

</b:if>

</b:if>


Step 5. Search for the SECOND instance of this code below (hit Enter two times):

<data:post.body/>

 
   Note: depending on the template you are using, you could find more lines like this one above.              Therefore, if you don't see any changes after saving the template, try to replace the last one, as well.

             Also, please note that if you are using the Read more function, you may need to remove it in order to              make it work.


Step 6. After you found <data:post.body/> - replace it this code:
 <b:if cond='data:blog.pageType != &quot;static_page&quot;'>

<b:if cond='data:blog.pageType != &quot;item&quot;'>

<ul class='timeline'><li class='event'><input checked='checked' name='tl-group' type='radio'/><label/>

<b:if cond='data:post.thumbnailUrl'><img class='thumb' expr:alt='data:post.title' expr:src='data:post.thumbnailUrl'/></b:if><div class='thumb'><b:if cond='data:post.dateHeader'><span><data:post.dateHeader/></span></b:if></div>

<div class='content-perspective'><div class='post-content'><div class='blog-post-body'><h3><b:if cond='data:post.link'><a expr:href='data:post.link'><data:post.title/></a><b:else/><b:if cond='data:post.url'><b:if cond='data:blog.url != data:post.url'><a expr:href='data:post.url'><data:post.title/></a><b:else/><data:post.title/></b:if><b:else/><data:post.title/></b:if></b:if></h3><p><b:if cond='data:blog.pageType != &quot;item&quot;'>

<b:if cond='data:blog.pageType != &quot;static_page&quot;'><data:post.snippet/></b:if></b:if></p></div></div></div></li></ul></b:if></b:if>

<b:if cond='data:blog.pageType == &quot;item&quot;'><data:post.body/></b:if>

<b:if cond='data:blog.pageType == &quot;static_page&quot;'><data:post.body/></b:if>

Step 7. Finally, click on the Save template button to save the changes.


Now, we will need to make some small adjustments in order to make the posts date appear correctly:
Go to Layout and click on the Edit link just below the Blog posts area. When the pop-up window appears, check the date option and choose to display the date in the following order (date/month/year):



 
    Note that you can also hide the posts date by unchecking this option.
             Finally, click on the Save button and that's it! View your blog and enjoy this Responsive Timeline view              with 3D Effect on Blogger posts. If you need more help, please leave a comment below.


wh76
Add Comment
Blogger
Wednesday, April 27, 2016
  • Tweet
  • Share
  • Share
  • Share
  • Share

About Admin

This is dummy text. It is not meant to be read. Accordingly, it is difficult to figure out when to end it. But then, this is dummy text. It is not meant to be read. Period.

Related Posts

Comments
0 Comments

Follow on FaceBook

Weekly Posts

  • InstaShow v1.4.1 - WordPress Instagram Gallery Widget
    InstaShow v1.4.1 - WordPress Instagram Gallery Widget
    InstaShow is a premium Instagram widget for creating charming galleries of Instagram images. Take the advantage of an all-new multipurpose G...
  • How to Sync Contacts, Reminders, and More with iCloud
    How to Sync Contacts, Reminders, and More with iCloud
    If you use a Mac, iPhone, or iPad, you might have wondered what iCloud is using all that space for. Today, we’ll take you through the entir...
  • Responsive CSS Timeline with 3D Effect for Blogger
    Responsive CSS Timeline with 3D Effect for Blogger
    Here's another amazing way to display our Blogger posts. By applying the following Responsive CSS Timeline View with 3D Effect on Blogge...
  • How to Install Fallout 4 Mods with Nexus Mod Manager
    How to Install Fallout 4 Mods with Nexus Mod Manager
    Like Skyrim and other Bethesda games before it, modding is one of Fallout 4’s huge draws on the PC. But Fallout 4 and Steam don’t offer an e...
  • How to Turn off “OK Google” on Your Android Device
    How to Turn off “OK Google” on Your Android Device
    “Ok Google” is cool because it just works. The hands-free search activation installed on the vast majority of Android devices makes looking ...
  • Fast Food Tri-Fold Brochure PSD Template
    Fast Food Tri-Fold Brochure PSD Template
    Fast Food Tri-Fold Brochure PSD Template PSD | 1275x1875 PIX | 14,73 MB DOWNLOAD
  • How to Reboot or Factory Reset Your Google Chromecast
    How to Reboot or Factory Reset Your Google Chromecast
    Google changed the device-to-TV scene with Chromecast, but as with all technology, it can have problems. At some point, you may need to rebo...
  • How to Disable iCloud Photo Syncing in OS X Photos
    How to Disable iCloud Photo Syncing in OS X Photos
    Apple has finally taken the wraps off its iPhoto successor: Photos. It’s great so far, but we’re not sure everyone is going to be thrilled ...
  •  26 Actually Useful Things You Can Do with Siri
    26 Actually Useful Things You Can Do with Siri
    Siri is best known as Apple’s so-called digital personal assistant available on iOS devices like iPhone and iPad. Some might think Siri is o...
  • Resume, Cover Letter & Portfolio - Creativemarket 44692
    Resume, Cover Letter & Portfolio - Creativemarket 44692
    Resume, Cover Letter & Portfolio - Creativemarket 44692 8 INDD, 8 INDT, 8 INDL | A4 Paper Size | Fully Editable | CMYK Ready, 300 dpi |...

Label

Android Android Games Apple Blogger Ebooks Flac Gadgets Graphics Hardware Jazz Linux MakeMoney Mobiles Office PC Games Script suf Templates Windows

Visitor

Sparkline

Subscribe Box

Contact

Name

Email *

Message *

Copyright شارع 2014-2015
Created by Arlina Design