Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <!--- Theme #59 - Pulse by wonderfullythemes
- dont remove the credit pls and thanks
- --->
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <link rel="stylesheet" href="styles.css" />
- <link href='https://fonts.googleapis.com/css?family=Playfair+Display:400,700' rel='stylesheet' type='text/css'>
- <link href='https://fonts.googleapis.com/css?family=Dosis:200' rel='stylesheet' type='text/css'>
- <link href="css/hover.css" rel="stylesheet">
- <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
- <link rel="stylesheet" href="path/to/font-awesome/css/font-awesome.min.css">
- <script src="http://code.jquery.com/jquery-1.11.3.min.js"></script>
- <!--BACK TO TOP-->
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script type="text/javascript">
- $(document).ready(function(){
- var amountScrolled = 30;
- $(window).scroll(function() {
- if ( $(window).scrollTop() > amountScrolled ) {
- $('a.back-to-top').show("");
- } else {
- $('a.back-to-top').hide("");
- }
- });
- $('a.back-to-top').click(function() {
- $('html, body').animate({ scrollTop: 0}, 700);
- return false;
- });
- });
- </script>
- <!--SIDEBAR ON SCROLL-->
- <script type="text/javascript">
- $(document).scroll(function () {
- var y = $(this).scrollTop();
- if (y > 300) {
- $('.sidebar').fadeIn();
- } if (y < 300) {
- $('.sidebar').fadeOut();
- }
- });
- </script>
- <!--MASONRY -->
- <!---------------DO NOT REMOVE THESE SCRIPTS--------------->
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <stsss>
- <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:150,
- tip_fade_speed:250,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- {block:IndexPage}
- <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
- <script type="text/javascript">
- $(window).load(function(){
- var $wall = $('#entries');
- $wall.imagesLoaded(function(){
- $wall.masonry({
- itemSelector: '#post, #post_photo',
- isAnimated : false
- });
- });
- $wall.infinitescroll({
- navSelector : '#pagination',
- nextSelector : '#pagination a',
- itemSelector : '#post, #post_photo',
- bufferPx : 2000,
- debug : false,
- errorCallback: function() {
- $('#scroll').fadeOut('normal');
- $('.load-more').hide();
- }},
- function( newElements ) {
- var $newElems = $( newElements );
- $newElems.hide();
- $newElems.imagesLoaded(function(){
- $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
- });
- }); $('#entries').show(500);
- //thanks @ neothms!
- $(window).unbind('.infscr'); //where ‘window’ is what scrolls; if your theme is contained, replace ‘window’ by the “binder” of your infinite scroll script.
- $('a.load-more').click(function(){ //where “load more link” is the name, id or class of the link you’re using to retrieve the content
- $('#entries').infinitescroll('retrieve'); //the name, id, or class of your articles’ container
- //if the footer disappears in the process: $('FOOTER NAME/ID/CLASS').show();
- //if the load more button stays in place while the content is appended under it (this goes in your infinitescroll’s callback): $('YOUR POSTS NAME/CLASS').last().after($('LOAD MORE LINK'));
- return false; //blocks any other behaviour the link could have
- });
- });
- </script>
- {/block:IndexPage}
- <meta name="color:Background" content="#fff" />
- <meta name="color:Link" content="#1bcc5c" />
- <meta name="color:Hover" content="#444" />
- <meta name="color:Text" content="#444" />
- <meta name="color:Title" content="#000" />
- <meta name="color:Border" content="#ddd" />
- <meta name="color:Header Background" content="#000" />
- <meta name="color:Header Border" content="#ddd" />
- <meta name="color:Header Links" content="#444" />
- <meta name="color:Header Links Hover" content="#ddd" />
- <meta name="color:Description Text" content="#fff" />
- <meta name="color:NavLinks" content="#fff" />
- <meta name="color:NavLinks BG" content="#fff" />
- <meta name="color:NavLinks Border" content="#444" />
- <meta name="color:NavLinks BG Hover" content="#fff" />
- <meta name="color:NavLinks Border Hover" content="#fff" />
- <meta name="color:NavLinks Hover" content="#fff" />
- <meta name="color:Post Background" content="#fff" />
- <meta name="color:pre Background" content="#ddd" />
- <meta name="color:Question Background" content="#ddd" />
- <meta name="color:Question Text" content="#444" />
- <meta name="color:Answer Background" content="#fff" />
- <meta name="color:Answer Text" content="#444" />
- <meta name="color:Chat Text Odd" content="#000" />
- <meta name="color:Chat Text Even" content="#000" />
- <meta name="color:NoteCount BG" content="#444" />
- <meta name="color:NoteCount Border" content="#444" />
- <meta name="color:NoteCount Link" content="#fff" />
- <meta name="color:NoteCount BG Hover" content="#fff" />
- <meta name="color:NoteCount Border Hover" content="#fff" />
- <meta name="color:NoteCount Hover" content="#ddd" />
- <meta name="color:Info Links" content="#444" />
- <meta name="color:Info Links BG" content="#ddd" />
- <meta name="color:Info Links BG Hover" content="#000" />
- <meta name="color:Info Links Hover" content="#fff" />
- <meta name="color:Perma Text" content="#444" />
- <meta name="color:Perma Links" content="#ccc" />
- <meta name="color:Perma Links Hover" content="#444" />
- <meta name="color:Load More Link" content="#444" />
- <meta name="color:Load More BG" content="#ddd" />
- <meta name="color:Load More BG Hover" content="#000" />
- <meta name="color:Load More Hover" content="#fff" />
- <meta name="color:Scrollbar" content="#000" />
- <meta name="color:Tooltip Background" content="#000" />
- <meta name="color:Tooltip Text" content="#fff" />
- <meta name="image:Header" content=""/>
- <meta name="text:Link1" content="/" />
- <meta name="text:Link1 Text" content="Link 1" />
- <meta name="text:Link2" content="/" />
- <meta name="text:Link2 Text" content="Link 2" />
- <meta name="text:Link3" content="/" />
- <meta name="text:Link3 Text" content="Link 3" />
- <meta name="text:Link4" content="/" />
- <meta name="text:Link4 Text" content="Link 4" />
- <meta name="if:StickyHeader" content="1" />
- <meta name="if:ShowUpdatesTab" content="1" />
- <style type="text/css">
- @-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
- @-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
- @keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
- .fade-in {
- opacity:0;
- -webkit-animation:fadeIn ease-in 1;
- -moz-animation:fadeIn ease-in 1;
- animation:fadeIn ease-in 1;
- -webkit-animation-fill-mode:forwards;
- -moz-animation-fill-mode:forwards;
- animation-fill-mode:forwards;
- -webkit-animation-duration:1.5s;
- -moz-animation-duration:1.5s; animation-duration:1.5s; }
- ::-webkit-scrollbar-thumb {
- height:auto;
- background-color:{color:Scrollbar};
- }
- ::-webkit-scrollbar {
- height:8px;
- width:10px;
- padding-right:2px;
- background-color:transparent;
- }
- #s-m-t-tooltip {
- font-family:'arial black';
- max-width:200px;
- font-size:10px;
- background-color:{color:Tooltip Background};
- color:{color:Tooltip Text};
- line-height:9px;
- display:none;
- position:absolute;
- letter-spacing:2px;
- text-transform:uppercase;
- padding:10px;
- margin:15px 0px 0px 15px;
- z-index:99999999999999;
- }
- body {
- overflow-x:hidden;
- background:{color:Background};
- color:{color:Text};
- font-family: 'Playfair Display', serif;
- font-weight:400;
- font-size:16px;
- text-decoration:none;
- margin:0px;
- background-image:url('{image:Background}');
- background-attachment:fixed;
- background-size:cover;
- background-repeat:no-repeat;
- }
- a {
- color:{color:Link};
- text-decoration:none;
- -moz-transition-duration:0.3s;
- -webkit-transition-duration:0.3s;
- -o-transition-duration:0.3s;
- }
- a:hover {
- color:{color:Hover};
- -moz-transition-duration:0.3s;
- -webkit-transition-duration:0.3s;
- -o-transition-duration:0.3s;
- }
- h1 {
- font-family: 'Playfair Display', serif;
- font-weight:700;
- margin-top:5px;
- color:{color:Text};
- }
- h1 a {
- margin-top:5px;
- color:{color:Link};
- }
- pre {
- background-color:{color:pre Background};
- padding:9px;
- white-space: pre-wrap;
- white-space: -moz-pre-wrap;
- white-space: -pre-wrap;
- white-space: -o-pre-wrap;
- word-wrap: break-word;
- }
- blockquote {
- border-left:1px solid {color:Link};
- padding-left:10px;
- margin-left:5px;
- }
- blockquote blockquote {
- padding:0 0 0 5px;
- margin:0 0 0 12px;
- }
- img, blockquote, li, h2 {
- max-width:100%;
- }
- /*--HEADER--*/
- .menu {
- width:100%;
- position:relative;
- top:0;
- }
- .header {
- height:auto;
- position:relative;
- padding:90px 140px 90px 140px;
- left:0;
- z-index:2;
- background:{color:Header Background};
- width:100%;
- }
- .content {
- position:relative;
- margin-top:0px;
- width:473px;
- padding-left:140px;
- }
- .headerpic img {
- width:200px;
- height:200px;
- border-radius:20px;
- }
- .headerinfo {
- position:absolute;
- margin-left:240px;
- }
- .headerinfo h1 {
- font-size:90px;
- letter-spacing:6px;
- text-transform:uppercase;
- color:{color:Title};
- font-family:'arial black';
- margin-top:-32px;
- margin-bottom:0;
- padding:0;
- }
- .headerinfo h1 a {
- color:{color:Title};
- }
- /* Pulse */
- @-webkit-keyframes pulse {
- 25% {
- -webkit-transform: scale(1.1);
- transform: scale(1.1);
- }
- 75% {
- -webkit-transform: scale(0.9);
- transform: scale(0.9);
- }
- }
- @keyframes pulse {
- 25% {
- -webkit-transform: scale(1.1);
- transform: scale(1.1);
- }
- 75% {
- -webkit-transform: scale(0.9);
- transform: scale(0.9);
- }
- }
- .pulse {
- display: inline-block;
- -webkit-transform: translateZ(0);
- transform: translateZ(0);
- box-shadow: 0 0 1px rgba(0, 0, 0, 0);
- }
- .pulse:hover, .pulse:focus, .pulse:active {
- -webkit-animation-name: pulse;
- animation-name: pulse;
- -webkit-animation-duration: 1.5s;
- animation-duration: 1.5s;
- -webkit-animation-timing-function: linear;
- animation-timing-function: linear;
- -webkit-animation-iteration-count: infinite;
- animation-iteration-count: infinite;
- }
- .links {
- font-family:'Dosis', sans-serif;
- font-size:26px;
- letter-spacing:1px;
- font-style:none;
- line-height:14px;
- text-transform:uppercase;
- }
- .links a {
- color:{color:Header Links};
- }
- .links a:hover {
- color:{color:Header Links Hover};
- }
- /* Push */
- @-webkit-keyframes push {
- 50% {
- -webkit-transform: scale(0.8);
- transform: scale(0.8);
- }
- 100% {
- -webkit-transform: scale(1);
- transform: scale(1);
- }
- }
- @keyframes push {
- 50% {
- -webkit-transform: scale(0.8);
- transform: scale(0.8);
- }
- 100% {
- -webkit-transform: scale(1);
- transform: scale(1);
- }
- }
- .push {
- display: inline-block;
- -webkit-transform: translateZ(0);
- transform: translateZ(0);
- box-shadow: 0 0 1px rgba(0, 0, 0, 0);
- }
- .push:hover, .push:focus, .push:active {
- -webkit-animation-name: push;
- animation-name: push;
- -webkit-animation-duration: 0.3s;
- animation-duration: 0.3s;
- -webkit-animation-timing-function: linear;
- animation-timing-function: linear;
- -webkit-animation-iteration-count: 1;
- animation-iteration-count: 1;
- }
- #pagination {
- width:100%;
- position:relative;
- text-align:center;
- margin-top:5px;
- text-transform:none;
- font-style:none;
- text-transform: lowercase;
- }
- /*-------------------SIDEBAR----------------------------*/
- .sidebar {
- top:140px;
- position:fixed;
- margin-left:660px;
- width:300px;
- padding:20px;
- height:auto;
- background:{color:Background};
- z-index:300;
- text-align:center;
- display:none;
- }
- .sidebarpic img {
- width:160px;
- height:160px;
- border-radius:10px;
- }
- .sidebar h1 {
- font-size:20px;
- letter-spacing:2px;
- text-transform:uppercase;
- color:{color:Text};
- font-family:'arial black';
- margin-bottom:0;
- padding:0;
- }
- .sidebar h1 a {
- color:{color:Text};
- }
- .sidebarlinks {
- margin-top:10px;
- margin-bottom:10px;
- font-family:'Dosis', sans-serif;
- font-size:16px;
- letter-spacing:1px;
- font-style:none;
- text-transform:uppercase;
- }
- .sidebarlinks a {
- color:{color:Sidebar Links};
- }
- .sidebarlinks a:hover {
- color:{color:Sidebar Links Hover};
- }
- .desc {
- position:relative;
- font-family: 'Dosis', sans-serif;
- font-size:18px;
- margin-bottom:10px;
- }
- /*--------------------POSTS------------------------*/
- #entries {
- top:60px;
- position:relative;
- margin:0;
- width:900px;
- }
- #post {
- background-color: {color:Post Background};
- height:auto;
- width:500px;
- margin-bottom:200px;
- }
- #post img {
- max-width:100%;
- }
- /*--POST TYPES--*/
- #user {
- text-transform:uppercase;
- margin-bottom:10px;
- font-size:28px;
- font-family:'Dosis',sans-serif;
- }
- .question {
- max-width:100%;
- padding-bottom:10px;
- background:{color:Question Background};
- padding:20px;
- }
- .answer {
- text-align:left;
- margin-top:10px;
- max-width:100%;
- }
- .quote {
- padding-bottom:10px;
- position:relative;
- }
- .mark {
- text-align:left;
- font-family:georgia;
- font-size:100px;
- color:{color:Link};
- }
- .words {
- margin-left:45px;
- margin-top:-80px;
- text-transform:none;
- letter-spacing:0px;
- width:440px;
- }
- .mark2 {
- text-align:right;
- font-family:georgia;
- font-size:100px;
- color:{color:Link};
- margin-top:-25px;
- }
- .quotesource {
- font-family:'Dosis', sans-serif;
- font-size:24px;
- text-transform:lowercase;
- margin-top:-60px;
- }
- .contentsrc {
- display:none;
- }
- .playerbuttonbg {
- position: absolute;
- left: 20px;
- top: 20px;
- width: 19px;
- height: 19px;
- background-color: #000;
- padding: 10px;
- opacity: .4;
- filter: alpha(opacity=40);
- -moz-opacity: 0.4;
- -khtml-opacity: 0.4;
- transition: opacity .7s ease-in-out;
- -moz-transition: opacity .7s ease-in-out;
- -webkit-transition: opacity .7s ease-in-out;
- }
- .playerbuttonbg:hover {
- opacity: 1;
- filter: alpha(opacity=100);
- -moz-opacity: 1;
- -khtml-opacity: 1;
- }
- .newplayerbutton {
- position: relative;
- width: 19px;
- height: 19px;
- overflow: hidden;
- }
- .playerbuttonhug {
- position: absolute;
- top: -18px;
- left: -13px;
- }
- .tumblr_audio_player {
- height: 54px;
- width: 200px;
- -moz-transform: scale(0.60, 0.60);
- -webkit-transform: scale(0.60, 0.60);
- -o-transform: scale(0.60, 0.60);
- -ms-transform: scale(0.60, 0.60);
- transform: scale(0.60, 0.60);
- -moz-transform-origin: top left;
- -webkit-transform-origin: top left;
- -o-transform-origin: top left;
- -ms-transform-origin: top left;
- transform-origin: top left;
- }
- .audioimgwrapper {
- position: absolute;
- left: 0px;
- top: 0px;
- overflow: hidden;
- width: 79px;
- height: 79px;
- }
- .audioimgwrapper img {
- width: 100%;
- height: auto;
- }
- .trackdetails {
- width: auto;
- display:inline-block;
- margin-left: 90px;
- min-height: 85px;
- }
- .audiowrapper {
- position: relative;
- display:inline-block;
- }
- .chat li { list-style:none; }
- .line_odd, .line_even { text-transform:uppercase; letter-spacing:1px; font-size:11px; }
- .line_odd { color:{color:Chat Text Odd}; }
- .line_even { color:{color:Chat Text Even}; }
- /*--------------------INFO AND TAGS---------------------------*/
- .postinfo {
- font-family:'arial black';
- text-transform:uppercase;
- letter-spacing:2px;
- font-size:10px;
- margin-top:10px;
- }
- .postinfo a {
- padding:7px 9px 7px 9px;
- color:{color:Info Links};
- background:{color:Info Links BG};
- }
- .postinfo a:hover {
- color:{color:Info Links Hover};
- background:{color:Info Links BG Hover};
- }
- .permapage {
- position:absolute;
- width:500px;
- margin-top:20px;
- margin-bottom:20px;
- }
- .perma {
- font-size:14px;
- line-height:20px;
- color:{color:Perma Text};
- text-transform:uppercase;
- font-family:'arial black';
- }
- .perma a {
- color:{color:Perma Links};
- }
- .perma a:hover {
- color:{color:Perma Links Hover};
- }
- .postnotes {
- width:500px;
- font-family:'arial black';
- font-size:14px;
- line-height:20px;
- margin-top:40px;
- margin-bottom:60px;
- height:200px;
- overflow-y:scroll;
- }
- .postnotes li { list-style:none; margin-left:-40px;}
- .postnotes img { display:none; }
- #scroll{
- bottom:-20px;
- position: absolute;
- left: 50%;
- width:10px;
- height:5px;
- overflow:hidden;
- margin-bottom:80px;}
- .back-to-top { display:none; }
- /*---LOAD MORE BUTTON----*/
- a.load-more { font-family:'arial black'; text-transform:uppercase; padding:10px; color:{color:Load More Link}; background:{color:Load More BG}; position:relative; text-align:center; z-index:9999999999; }
- a:hover.load-more { color:{color:Load More Hover}; background:{color:Load More BG Hover}; }
- /*--CREDIT--*/
- #spectrum {
- bottom:9px;
- right:7px;
- font-size:10px;
- font-family:'calibri';
- letter-spacing:1px;
- text-transform:uppercase;
- position:fixed;
- text-align:right;
- }
- #spectrum a {
- background:white;
- }
- {CustomCSS}</style>
- <script src="https://cdnjs.cloudflare.com/ajax/libs/smoothscroll/1.4.1/SmoothScroll.min.js"></script>
- </head><body>
- <div id="wrap" class="box fade-in one">
- <div id="spectrum">
- <a href="http://wonderfullythemes.tumblr.com" title="wonderfullythemes">theme</a>
- </div>
- <div class="menu"><div class="header">
- <div class="headerinfo">
- <h1><a href="/" title="refresh" class="pulse">{Title}</a></h1>
- <div class="links">
- <a href="{text:Link1}" title="{text:Link1 Text}" class="push">01.</a>
- <a href="{text:Link2}" title="{text:Link2 Text}" class="push">02.</a>
- <a href="{text:Link3}" title="{text:Link3 Text}" class="push">03.</a>
- <a href="{text:Link4}" title="{text:Link4 Text}" class="push">04.</a>
- <a href="http://wonderfullythemes.tumblr.com" title="wonderfullythemes" target="blank" class="push">05.</a>
- </div>
- </div>
- <div class="headerpic"><a href="/" class="pulse"><img src="{image:Header}" /></a></div>
- </div></div>
- <div class="content">
- <div class="sidebar">
- <div class="sidebarpic"><a href="/" class="pulse"><img src="{image:Header}" /></a></div>
- <h1><a href="/" title="refresh" class="pulse">{Title}</a></h1>
- <div class="sidebarlinks">
- <a href="{text:Link1}" title="{text:Link1 Text}" class="push">01.</a>
- <a href="{text:Link2}" title="{text:Link2 Text}" class="push">02.</a>
- <a href="{text:Link3}" title="{text:Link3 Text}" class="push">03.</a>
- <a href="{text:Link4}" title="{text:Link4 Text}" class="push">04.</a>
- <a href="http://wonderfullythemes.tumblr.com" title="wonderfullythemes" target="blank" class="push">05.</a>
- </div>
- <div class="desc">{Description}</div>
- <a href="#" class="back-to-top" title="back to top"><i class="fa fa-arrow-up"></i> </a>
- </div>
- <div id="entries">{block:Posts}
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- <div id="post">
- {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}
- {/block:Text}
- {block:Photo}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{/block:Photo}
- {block:Photoset}{Photoset-500}{/block:Photoset}
- {block:Quote}
- <div class="quote">
- <div class="mark">“</div>
- <div class="words">{Quote}</div>
- <div class="mark2">”</div>
- <div class="quotesource">-{Source}</div>
- </div>
- {block:ContentSource}<div class="contentsrc"><a href="{SourceURL}">{SourceTitle}</a></div>{/block:ContentSource}
- {/block:Quote}
- {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}<h1>{Title}</h1>{/block:Title}
- {block:Lines}<div class="chat"><li><span class="line_{Alt}">{block:Label}<span class="label">{Label}</span>{/block:Label}</span> {Line}</li></div>
- {/block:Lines}
- {block:ContentSource}<div class="contentsrc"><a href="{SourceURL}">{SourceTitle}</a></div>{/block:ContentSource}
- {/block:Chat}
- {block:Audio}
- {block:AudioPlayer}
- <div class="audiowrapper">
- {block:AlbumArt}
- <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
- {/block:AlbumArt}
- <div class="playerbuttonbg">
- <div class="newplayerbutton">
- <div class="playerbuttonhug">
- {AudioPlayerBlack}
- </div>
- </div>
- </div>
- <div class="trackdetails">
- {block:TrackName} {TrackName}</a><br>{/block:TrackName}
- {block:Artist}Artist: {Artist}<br>{/block:Artist}
- {block:Album}Album: {Album}<br>{/block:Album}
- {PlayCountWithLabel}
- </div>
- </div>
- {/block:AudioPlayer}
- {/block:Audio}
- {block:Video}{Video-500}{/block:Video}
- {block:Answer}
- <div id="user" class="pulse">{Asker} asked:</div>
- <div class="question">{Question}</div>
- <div class="answer">{Answer}</div>
- {/block:Answer}
- {block:Caption}{Caption}{/block:Caption}
- {block:IndexPage}
- <div class="postinfo">{block:Date}<a href="{Permalink}" class="push" title="{Month} {DayofMonth}{DayOfMonthSuffix}">{DayOfMonthWithZero}.{MonthNumberWithZero}.{ShortYear}</a>{block:NoteCount} <a href="{Permalink}" class="push">{NoteCount} N</a>{/block:NoteCount} <a href="{ReblogURL}" class="push">reblog</a>{/block:Date}</div>
- {/block:IndexPage}
- {block:PermalinkPage}
- <div class="permapage">
- <div class="perma">
- {block:Date}Posted <a href="{Permalink}">{Month} {DayOfMonthWithZero} {Year}</a>{/block:Date}{block:NoteCount} with <a href="{Permalink}">{NoteCountWithLabel}</a> {/block:NoteCount}
- {block:RebloggedFrom}<br>reblogged from: <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
- {block:RebloggedFrom}<br>original post: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
- <br><br>
- {block:HasTags}{block:Tags}<i class="fa fa-tag"></i> <a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
- </div>
- {block:PostNotes}<div class="postnotes">{PostNotes}</div>{/block:PostNotes}
- </div><!--end .onecol_permapage-->
- {/block:PermalinkPage}
- </div><!--end #post-->
- {/block:Posts}
- </div><!--end #entries-->
- {block:IndexPage}<a href="#" class="load-more">load more</a><br><br><br><br><br><br><br><br><br><br>{/block:IndexPage}
- </div><!--end .content-->
- </div><!--end #wrap-->
- {block:IndexPage}
- {block:Pagination}
- <div id="pagination">
- {block:NextPage}
- <a id="nextPage" href="{NextPage}"></a>
- {/block:NextPage}
- {block:PreviousPage}
- <a href="{PreviousPage}"></a>
- {/block:PreviousPage}
- </div>
- {/block:Pagination}
- {/block:IndexPage}
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement