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 #60 - Jaded by wonderfullythemes
- **Updated as of July 05, 2016 :D
- 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='https://fonts.googleapis.com/css?family=Roboto:100,300,400' 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 = 100;
- $(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}, 760);
- return false;
- });
- });
- </script>
- <!--POP UP ASK-->
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <script>
- $(document).ready(function() {
- //
- $('a.poplight[href^=#]').click(function() {
- var popID = $(this).attr('rel'); //Get Popup Name
- var popURL = $(this).attr('href'); //Get Popup href to define size
- var query= popURL.split('?');
- var dim= query[1].split('&');
- var popWidth = dim[0].split('=')[1]; //Gets the first query string value
- $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
- var popMargTop = ($('#' + popID).height() + 0) / 2;
- var popMargLeft = ($('#' + popID).width() + 0) / 2;
- //Apply Margin to Popup
- $('#' + popID).css({
- 'margin-top' : -popMargTop,
- 'margin-left' : -popMargLeft
- });
- $('body').append('<div id="fade"></div>');
- $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
- return false;
- });
- $('a.close, #fade').live('click', function() {
- $('#fade , .popup_block').fadeOut(function() {
- $('#fade, a.close').remove(); //fade them both out
- });
- return false;
- });
- });
- </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>
- {block:ifInfiniteScroll}<script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>{/block:ifInfiniteScroll}
- <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');
- {block:ifManualLoad} $('.load-more').hide();{/block:ifManualLoad}
- }},
- function( newElements ) {
- var $newElems = $( newElements );
- $newElems.hide();
- $newElems.imagesLoaded(function(){
- $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
- });
- }); $('#entries').show(400);
- {block:ifManualLoad}
- //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
- });
- {/block:ifManualLoad}
- });
- </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:NavLinks" content="#fff" />
- <meta name="color:NavLinks BG" content="#fff" />
- <meta name="color:NavLinks BG Hover" content="#fff" />
- <meta name="color:NavLinks Hover" 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:Chat Text Odd" content="#000" />
- <meta name="color:Chat Text Even" content="#000" />
- <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:Pagi Link" content="#444" />
- <meta name="color:Pagi BG" content="#ddd" />
- <meta name="color:Pagi BG Hover" content="#000" />
- <meta name="color:Pagi Link 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:Background" content="" />
- <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:ShowCaption" content="1" />
- <meta name="if:InfiniteScroll" content="1" />
- <meta name="if:ManualLoad" content="0" />
- <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:'calibri';
- max-width:200px;
- font-size:10px;
- background-color:{color:Tooltip Background};
- color:{color:Tooltip Text};
- line-height:10px;
- display:none;
- position:absolute;
- letter-spacing:2px;
- text-transform:uppercase;
- padding:6px;
- margin:15px 0px 0px 15px;
- z-index:99999999999999;
- }
- html, body { cursor:url('https://55.media.tumblr.com/bd9c6c2981a0ee5b01b300b500639778/tumblr_inline_n103i71bcS1sr8w60.png'), auto; }
- body {
- overflow-x:hidden;
- background:{color:Background};
- color:{color:Text};
- font-family:'calibri';
- font-size:10px;
- letter-spacing:1px;
- text-transform:uppercase;
- text-decoration:none;
- margin:0px;
- background-image:url('{image:Background}');
- background-attachment:fixed;
- background-repeat: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 {
- cursor: url('https://55.media.tumblr.com/70444f630963e5ba6759d7e5f89b4120/tumblr_inline_n10aai56SU1sr8w60.png'), auto;
- 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%;
- }
- /* 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;
- }
- /*-----------------CUSTOM LINK THINGYS----------------------*/
- {block:IndexPage}.tmblr-iframe{display:none!important;}{/block:IndexPage}
- .custom { position:fixed; top:160px; margin-left:-30px; z-index:2; }
- .custom a { line-height:17px; font-size:11.5px; }
- /*-------------------SIDEBAR----------------------------*/
- .sidebar {
- top:0px;
- position:relative;
- margin:auto;
- width:400px;
- padding:160px 0 0 0;
- height:auto;
- background:transparent;
- z-index:300;
- text-align:left;
- }
- .sidebarpic img {
- width:100px;
- height:100px;
- border-radius:10px;
- position:absolute;
- }
- .sidebar h1 {
- font-family:'Dosis', sans-serif;
- font-weight:100;
- margin:0px 0 10px 120px;
- letter-spacing:1.5px;
- text-transform:uppercase;
- color:{color:Text};
- padding:0;
- }
- .sidebar h1 a {
- color:{color:Text};
- }
- .sidebarlinks {
- margin:10px 0 10px 120px;
- font-family:'calibri';
- font-size:10px;
- letter-spacing:2px;
- font-style:none;
- text-transform:uppercase;
- }
- .sidebarlinks a {
- margin-bottom:3px;
- color:{color:NavLinks};
- background:{color:NavLinks BG};
- padding:3px 6px 3px 6px;
- }
- .sidebarlinks a:hover {
- color:{color:NavLinks Hover};
- background:{color:NavLinks BG Hover};
- }
- /*--------------------POSTS------------------------*/
- .content {
- width:400px;
- position:relative;
- margin:auto;
- }
- #entries {
- top:160px;
- position:relative;
- margin:auto;
- width:400px;
- }
- #post {
- background-color:transparent;
- height:auto;
- width:400px;
- margin-bottom:200px;
- -moz-transition-duration:0.3s;
- -webkit-transition-duration:0.3s;
- -o-transition-duration:0.3s;
- }
- #post img {
- max-width:100%;
- }
- /*--POST TYPES--*/
- #user {
- text-transform:uppercase;
- margin-bottom:10px;
- font-size:20px;
- font-family:'Dosis',sans-serif;
- }
- .question {
- max-width:100%;
- padding-bottom:10px;
- background:{color:Question Background};
- color:{color:Question Text};
- 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:50px;
- color:{color:Link};
- }
- .words {
- font-family:'Playfair Display', serif;
- margin-left:25px;
- margin-top:-35px;
- text-transform:none;
- font-style:italic;
- width:360px;
- }
- .mark2 {
- text-align:right;
- font-family:georgia;
- font-size:50px;
- color:{color:Link};
- margin-top:-15px;
- }
- .quotesource {
- margin-top:-20px;
- }
- .contentsrc {
- display:none;
- }
- .tumblr_audio_player {
- background:#ddd;
- height: 100px;
- width: 480px;
- -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: 100px;
- height: 100px;
- }
- .audioimgwrapper img {
- width: 100%;
- height: auto;
- border-radius:5px;
- }
- .trackdetails {
- width: auto;
- display:inline-block;
- margin-left: 110px;
- height: 100px;
- }
- .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:'Dosis', sans-serif;
- text-transform:uppercase;
- letter-spacing:3px;
- font-size:9px;
- margin-top:10px;
- }
- .postinfo a {
- padding:4px 6px 4px 6px;
- color:{color:Info Links};
- background:{color:Info Links BG};
- }
- .postinfo a:hover {
- color:{color:Info Links Hover};
- background:{color:Info Links BG Hover};
- }
- #post:hover .tags {
- margin-left:0px;
- opacity:1;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- .tags {
- font-size:8px;
- margin-top:5px;
- margin-left:-40px;
- opacity:0;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- .permapage {
- position:absolute;
- width:400px;
- margin-top:60px;
- margin-bottom:40px;
- }
- .perma {
- line-height:20px;
- color:{color:Perma Text};
- text-transform:uppercase;
- font-family:'Dosis', sans-serif;
- }
- .perma a {
- color:{color:Perma Links};
- }
- .perma a:hover {
- color:{color:Perma Links Hover};
- }
- .postnotes {
- width:400px;
- line-height:20px;
- margin-top:60px;
- 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; }
- /*---PAGINATION----*/
- #pagination {
- width:100%;
- position:relative;
- font-family:'calibri';
- text-transform:uppercase;
- {block:ifInfiniteScroll}opacity:0;{/block:ifInfiniteScroll}
- }
- #pagination a { font-family:'calibri'; text-transform:uppercase; padding:6px; color:{color:Pagi Link}; background:{color:Pagi BG}; position:relative; text-align:center; z-index:9999999999; }
- #pagination a:hover { color:{color:Pagi Link Hover}; background:{color:Pagi BG Hover}; }
- /*---LOAD MORE BUTTON----*/
- a.load-more { font-family:'calibri'; text-transform:uppercase; padding:6px; 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}; }
- /*--POP UP BOXES--*/
- .popup_block{
- display:none;
- background:#fff;
- float:left;
- width:400px;
- position:fixed;
- top:50%;left:50%;
- z-index: 99999;
- }
- *html #fade {position: absolute;}
- *html .popup_block {position: absolute;}
- #fade {
- display:none;
- position:fixed;
- left:0px;
- top:0px;
- width:100%;
- height:100%;
- z-index:9999;
- background:#fff; /* change to #fff for solid white */
- opacity:1;
- }
- .poplight:hover { cursor: url('https://55.media.tumblr.com/70444f630963e5ba6759d7e5f89b4120/tumblr_inline_n10aai56SU1sr8w60.png'), auto; }
- /*--CREDIT--*/
- #spectrum {
- bottom:9px;
- right:7px;
- font-size:10px;
- font-family:'calibri';
- letter-spacing:1px;
- text-transform:uppercase;
- position:fixed;
- text-align:right;
- }
- {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="content">
- <div class="custom"><a href="http://tumblr.com/dashboard" title="dashboard"><i class="fa fa-home"></i></a><br><a href="http://tumblr.com/follow/{name}" title="follow"><i class="fa fa-plus"></i></a><br><a href="https://www.tumblr.com/dashboard?conversation={name}" title="message"><i class="fa fa-comment"></i></a><br><a href="http://wonderfullythemes.tumblr.com" title="wonderfullythemes"><i class="fa fa-code"></i></a><br><a href="#" class="back-to-top" title="top"><i class="fa fa-arrow-up"></i></a></div> <!--end .custom-->
- <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="/" class="push">index</a>
- <a href="/ask" class="push">contact</a>
- <a href="/archive" class="push">history</a>
- <span class="push"><a href="#?w=400" rel="box1" class="poplight">navigation</a></span>
- </div>
- </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-400}" alt="{PhotoAlt}"/>{/block:Photo}
- {block:Photoset}{Photoset-400}{/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="trackdetails">
- {AudioPlayerGrey}
- </div>
- </div>
- {/block:AudioPlayer}
- {/block:Audio}
- {block:Video}{Video-400}{/block:Video}
- {block:Answer}
- <div id="user"><span class="push">{Asker}</span> asked:</div>
- <div class="question">{Question}</div>
- <div class="answer">{Answer}</div>
- {/block:Answer}
- {block:ifShowCaption}{block:Caption}{Caption}{/block:Caption}{/block:ifShowCaption}
- {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:HasTags}<div class="tags">{block:Tags}# <a href="{TagURL}" class="push">{Tag}</a> {/block:Tags}</div>{/block:HasTags}
- {/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}{block:ifManualLoad}<br><br><br><br><br><br><br><span class="push"><a href="#" class="load-more">load more</a></span><br><br><br><br><br><br><br><br><br><br><br><br><br>{/block:ifManualLoad}{/block:IndexPage}
- {block:ifNotInfiniteScroll}
- {block:Pagination}
- <div id="pagination">
- <br><br><br><br><br><br><br>{block:PreviousPage}<span class="push"><a href="{PreviousPage}">newer</a></span> {/block:PreviousPage}{block:NextPage}<span class="push"><a href="{NextPage}">older</a></span>{/block:NextPage}<br><br><br><br><br><br><br><br><br><br><br><br><br>
- </div>
- {/block:Pagination}
- {/block:ifNotInfiniteScroll}
- </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>
- <!--YOUR FAQ-->
- <div id="box1" class="popup_block">
- {Description}<br><br>
- <a href="{text:Link1}">{text:Link1 Text}</a> / <a href="{text:Link2}">{text:Link2 Text}</a> / <a href="{text:Link3}">{text:Link3 Text}</a> / <a href="{text:Link4}">{text:Link4 Text}</a>
- </div></div></div></div></div></div></div></div></div></div></div> <!--end #box1 .popup_block-->
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement