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 #61 - Aurantium by wonderfullythemes
- pls dont remove/tamper w the credit thx!-->
- <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 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">
- <link href="https://fonts.googleapis.com/css?family=Roboto:100|Roboto:300" rel="stylesheet">
- <link href="css/hover.css" rel="stylesheet" media="all">
- <!--BACK TO TOP-->
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
- <script type="text/javascript">
- $(document).ready(function(){
- var amountScrolled = 60;
- $(window).scroll(function() {
- if ( $(window).scrollTop() > amountScrolled ) {
- $('a.back-to-top').fadeIn("");
- } else {
- $('a.back-to-top').fadeOut("");
- }
- });
- $('a.back-to-top').click(function() {
- $('html, body').animate({ scrollTop: 0}, 960);
- return false;
- });
- });
- </script>
- <!--POP UP ASK-->
- <script type="text/javascript"
- src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.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="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/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:100,
- tip_fade_speed:200,
- 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.
- var amountScrolled = 60;
- $(window).scroll(function() {
- if ( $(window).scrollTop() > amountScrolled ) {
- $('a.load-more').fadeIn("");
- } else {
- $('a.load-more').fadeOut("");
- }
- });
- $('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 BG" content="#ddd" />
- <meta name="color:Title Text" content="#444" />
- <meta name="color:Title BG Hover" content="#444" />
- <meta name="color:Title Text Hover" content="#ddd" />
- <meta name="color:NavBox" content="#ddd" />
- <meta name="color:NavBox BG" content="#444" />
- <meta name="color:NavBox Hover" content="#444" />
- <meta name="color:NavBox BG Hover" content="#ddd" />
- <meta name="color:Pop Up BG" content="#fff" />
- <meta name="color:Pop Up Text" content="#444" />
- <meta name="color:Navi Links" content="#444" />
- <meta name="color:Navi Links BG" content="#ddd" />
- <meta name="color:Navi Links Hover" content="#fff" />
- <meta name="color:Navi Links BG Hover" content="#444" />
- <meta name="color:Search Bar Text" content="#444" />
- <meta name="color:Search Bar BG" content="#ddd" />
- <meta name="color:Post Background" content="#ddd" />
- <meta name="color:Question Background" content="#ddd" />
- <meta name="color:Question Text" content="#444" />
- <meta name="color:Chat Text Odd" content="#fff" />
- <meta name="color:Chat Text Even" content="#000" />
- <meta name="color:Link Post BG" content="#ddd" />
- <meta name="color:Link Post Link" content="#444" />
- <meta name="color:Link Post Link Hover" content="#fff" />
- <meta name="color:Link Post Text" content="#000" />
- <meta name="color:Info Text" content="#444" />
- <meta name="color:Info Links" content="#ddd" />
- <meta name="color:Info Links BG" content="#fff" />
- <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="#444" />
- <meta name="color:Tooltip Background" content="#000" />
- <meta name="color:Tooltip Text" content="#fff" />
- <meta name="color:Tooltip Shadow" content="#000" />
- <meta name="image:Background" content="" />
- <meta name="image:Header" content="" />
- <meta name="text:Name" content="name" />
- <meta name="text:Age" content="age" />
- <meta name="text:Star Sign" content="star sign" />
- <meta name="text:Link1" content="/" />
- <meta name="text:Link1 Text" content="one" />
- <meta name="text:Link2" content="/" />
- <meta name="text:Link2 Text" content="two" />
- <meta name="text:Link3" content="/" />
- <meta name="text:Link3 Text" content="three" />
- <meta name="text:Link4" content="/" />
- <meta name="text:Link4 Text" content="four" />
- <meta name="if:InfiniteScroll" content="1" />
- <meta name="if:ManualLoad" content="0" />
- <meta name="if:OneColumn" content="0" />
- <style type="text/css">
- ::-webkit-scrollbar-thumb {
- height:auto;
- background-color:{color:Scrollbar};
- }
- ::-webkit-scrollbar {
- height:0px;
- width:8px;
- background:transparent;
- }
- #s-m-t-tooltip {
- max-width:200px;
- font-size:16px;
- background-color:{color:Tooltip Background};
- color:{color:Tooltip Text};
- line-height:22px;
- display:none;
- position:absolute;
- letter-spacing:2px;
- text-transform:uppercase;
- padding:13px 15px 13px 15px;
- margin:15px 0px 0px 15px;
- z-index:99999999999999;
- }
- body {
- background-image: url('{image:Background}');
- background-size:auto;
- background-attachment:fixed;
- background-repeat:repeat;
- background-color:{color:Background};
- color:{color:Text};
- font-family: 'Roboto', sans-serif;
- font-weight:100;
- line-height:28px;
- font-size:20px;
- text-decoration:none;
- text-transform:none;
- margin:0px;
- }
- a {
- color:{color:Link};
- text-decoration:none;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- a:hover {
- color:{color:Hover};
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- h1 { font-weight:300; margin-top:10px; font-size:32px; border-bottom:1px dotted {color:Text}; padding-bottom:5px; }
- h2 { color:{color:Link}; font-size:24px; }
- li { list-style:square; }
- b { font-weight:300; }
- 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------------------------------*/
- #header {
- width:100%;
- position:relative;
- top:100px;
- left:0;
- }
- .headerinfo {
- width:1150px;
- text-align:center;
- position:relative;
- margin:auto;
- }
- .title {
- position:relative;
- letter-spacing:2px;
- text-align:center;
- text-transform:uppercase;
- font-weight:100;
- font-size:38px;
- line-height:34px;
- display:inline-block;
- }
- .title a { width:auto; padding:24px 28px 24px 28px; color:{color:Title Text}; background:{color:Title BG}; }
- .title a:hover { color:{color:Title Text Hover}; background:{color:Title BG Hover}; }
- .linkscont {
- text-align:left;
- display:inline-block;
- position:absolute;
- margin-top:-2px;
- margin-left:15px;
- width:110px;
- }
- .navlink {
- padding:24px 28px 24px 28px;
- font-size:38px;
- display:inline;
- color:{color:NavBox};
- background-color:{color:NavBox BG};
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- .linkscont:hover .navlink {
- cursor:help;
- background-color:{color:NavBox BG Hover};
- color:{color:NavBox Hover};
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- /*-----------------------------POSTS---------------------------------*/
- #content {
- {block:ifNotOneColumn}
- width:1200px;
- {/block:ifNotOneColumn}
- margin:auto;
- position:relative;
- top:210px;
- {block:ifOneColumn}
- width:500px;
- {/block:ifOneColumn}
- {block:PermalinkPage}
- width:520px;
- {/block:PermalinkPage}
- }
- #entries {
- {block:ifNotOneColumn}
- width:1240px;
- {/block:ifNotOneColumn}
- {block:ifOneColumn}
- width:520px;
- {/block:ifOneColumn}
- {block:PermalinkPage}
- width:580px;
- {/block:PermalinkPage}
- }
- #post {
- width:500px;
- padding:40px;
- margin-right:40px;
- margin-bottom:40px;
- background:{color:Post Background};
- }
- #post img { max-width:100%; }
- /*--POST TYPES--*/
- #user {
- text-transform:uppercase;
- margin-bottom:10px;
- font-size:30px;
- font-style:initial;
- font-weight:300;
- }
- .question {
- max-width:100%;
- padding-bottom:10px;
- background:{color:Question Background};
- color:{color:Question Text};
- padding:30px;
- font-size:20px;
- font-style:italic;
- }
- .answer {
- text-align:left;
- margin-top:10px;
- max-width:100%;
- }
- .quote {
- padding-bottom:10px;
- position:relative;
- }
- .mark {
- margin-top:25px;
- text-align:left;
- font-family:georgia;
- font-size:100px;
- color:{color:Link};
- }
- .words {
- margin-top:-35px;
- margin-left:45px;
- text-transform:none;
- font-style:italic;
- width:410px;
- }
- .mark2 {
- text-align:right;
- font-family:georgia;
- font-size:100px;
- color:{color:Link};
- margin-top:-5px;
- }
- .quotesource {
- }
- .chat li { list-style:none; }
- .line_odd, .line_even { letter-spacing:1px; line-height:40px; font-weight:300;}
- .line_odd { color:{color:Chat Text Odd}; border-bottom:1px dotted {color:Chat Text Odd}; }
- .line_even { color:{color:Chat Text Even}; border-bottom:1px dotted {color:Chat Text Even}; }
- .cover { position:relative; z-index:1 }
- .playbutton { width:20px; height:50px; overflow:hidden; position:relative; z-index:1000 }
- .playbox { padding-left:20px; padding-top:20px; background-color: #fff; }
- .linkpostcont { background:{color:Link Post BG}; padding:20px; }
- .linkpostcont h1 { margin-top:10px; margin-bottom:10px; border-bottom:1px solid transparent; }
- .linkpostcont a h1 { color:{color:Link Post Link}; -moz-transition-duration:0.5s; -webkit-transition-duration:0.5s; -o-transition-duration:0.5s; }
- .linkpostcont a h1:hover { color:{color:Link Post Link Hover}; -moz-transition-duration:0.5s; -webkit-transition-duration:0.5s; -o-transition-duration:0.5s; }
- .linkpostcont p { font-size:20px; font-style:italic; margin:0; color:{color:Link Post Text}; }
- .contentsrc { display:none; }
- /*--INFO AND TAGS--*/
- #footer {
- font-family: 'Roboto', sans-serif;
- text-transform:lowercase;
- width:500px;
- text-align:left;
- font-size:20px;
- color:{color:Info Text};
- margin-top:20px;
- }
- #footer a {
- margin-right:5px;
- padding:10px 13px 10px 13px;
- background:{color:Info Links BG};
- color:{color:Info Links};
- }
- #footer a:hover {
- background:{color:Info Links BG};
- color:{color:Info Links};
- }
- /* Bubble Float Top */
- .hvr-bubble-float-top {
- display: inline-block;
- vertical-align: middle;
- -webkit-transform: translateZ(0);
- transform: translateZ(0);
- box-shadow: 0 0 1px rgba(0, 0, 0, 0);
- -webkit-backface-visibility: hidden;
- backface-visibility: hidden;
- -moz-osx-font-smoothing: grayscale;
- position: relative;
- -webkit-transition-duration: 0.3s;
- transition-duration: 0.3s;
- -webkit-transition-property: transform;
- transition-property: transform;
- }
- .hvr-bubble-float-top:before {
- position: absolute;
- z-index: -1;
- content: '';
- left: calc(50% - 10px);
- top: 0;
- border-style: solid;
- border-width: 0 10px 10px 10px;
- border-color: transparent transparent {color:Info Links BG}; transparent;
- -webkit-transition-duration: 0.3s;
- transition-duration: 0.3s;
- -webkit-transition-property: transform;
- transition-property: transform;
- }
- .hvr-bubble-float-top:hover, .hvr-bubble-float-top:focus, .hvr-bubble-float-top:active {
- -webkit-transform: translateY(10px);
- transform: translateY(10px);
- }
- .hvr-bubble-float-top:hover:before, .hvr-bubble-float-top:focus:before, .hvr-bubble-float-top:active:before {
- -webkit-transform: translateY(-10px);
- transform: translateY(-10px);
- }
- /*--PERMALINK PAGE--*/
- #perma {
- text-align:center;
- font-size:16px;
- text-transform:uppercase;
- padding-top:20px;
- }
- .postnotes { width:(100% - 40px); padding:20px; background:{color:Post Background}; }
- .postnotes li { list-style:decimal; }
- .postnotes img { display:none; }
- /*---PAGINATION----*/
- #pagination {
- {block:ifInfiniteScroll}opacity:0;{/block:ifInfiniteScroll}
- }
- #pagination a:hover { color:{color:Pagi Link Hover}; background:{color:Pagi BG Hover}; }
- /*---LOAD MORE BUTTON----*/
- .load-more, .back-to-top { display:none; }
- a:hover.load-more, a:hover.back-to-top { cursor:crosshair; }
- /*--POP UP BOXES--*/
- .popup_block{
- display:none;
- float:left;
- width:500px;
- 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-image: url('{image:Background}');
- background-attachment:fixed;
- background-size:auto;
- background-repeat:repeat;
- color:{color:Pop Up Text};
- opacity:1;
- }
- .stuff {
- width:500px;
- padding:40px;
- background:{color:Pop Up BG};
- margin-left:-60px;
- }
- .stuff img {
- width:120px;
- height:120px;
- padding:20px;
- background:{color:Hover};
- position:absolute;
- }
- .intro {
- margin-left:180px;
- }
- .morelinks { margin-top:20px; margin-left:175px; font-size:20px; text-transform:lowercase; }
- .morelinks a { padding:3px 7px 3px 7px; margin:0 5px 0 5px; color:{color:Navi Links}; background:{color:Navi Links BG}; }
- .morelinks a:hover { color:{color:Navi Links Hover}; background:{color:Navi Links BG Hover} }
- .searchbar {
- margin-top:20px;
- margin-left:180px;
- }
- /*--lm-themes--*/
- .sfm input {background-color: {color:Search Bar BG};
- font-size: 16px;
- border: 0px;
- text-transform: none;
- margin-top: 0px;
- color: {color:Search Bar Text};
- padding: 4px 8px;
- font-family:"Roboto", sans-serif; }
- #sb { font-size:16px; padding:4px 8px; text-transform:uppercase; font-family:"Roboto", sans-serif; }
- #sb:hover { background:{Navi Links BG Hover}; color:{color:Navi Links}; cursor:hand; }
- .desc { margin-top:60px; }
- .askbox {
- width:500px;
- padding:40px;
- background:{color:Pop Up BG};
- margin-left:-100px;
- margin-top:20px;
- }
- /*--CREDIT--*/
- #spectrum {
- font-weight:300;
- bottom:7px;
- right:9px;
- font-size:9px;
- letter-spacing:1px;
- text-transform:uppercase;
- position:fixed;
- text-align:right;
- line-height:22px;
- }
- {CustomCSS}</style></head><body>
- <div id="header">
- <div class="headerinfo">
- <div class="title"><a href="/" title="home">{Title}</a></div>
- <div class="linkscont">
- <a href="#?w=400" rel="box1" class="poplight" title="explore">
- <span class="navlink"><i class="fa fa-plus"></i></span>
- </a>
- </div>
- <!--<div class="description">{Description}</div>-->
- </div><!--end .headerinfo-->
- </div><!--end #header-->
- <div id="content">
- <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:Answer}
- <div class="question">
- <div id="user"><span class="push">{Asker}</span> asked:</div>
- {Question}
- </div>
- <div class="answer">{Answer}</div>
- {/block:Answer}
- {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}
- <div class="linkpostcont">
- <a href="{URL}" {Target}><h1>{Name}</h1></a>
- {block:Excerpt}<p>{Excerpt}</p>{/block:Excerpt}
- </div>
- {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:Photo}
- {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}">{LinkCloseTag}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photo}
- {block:Photoset}
- {Photoset-500}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photoset}
- {block:Audio}
- {block:AlbumArt}
- <img src="{AlbumArtURL}" class="cover">
- {/block:AlbumArt}
- <div class="playbox"><div class="playbutton">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div></div>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Audio}
- {block:Video}
- {Video-500}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Video}
- {block:IndexPage}
- <div id="footer">
- {block:Date}<a href="{Permalink}" title="{Month} {DayOfMonth}{DayOfMonthSuffix} {Year}" class="hvr-bubble-float-top"><i class="fa fa-thumb-tack"></i></a>{/block:Date}
- {block:NoteCount}<a href="{Permalink}" title="{NoteCountWithLabel}" class="hvr-bubble-float-top"><i class="fa fa-comments" ></i></a>{/block:NoteCount}
- {block:RebloggedFrom}<a href="{ReblogParentURL}" title="via: {ReblogParentName}" class="hvr-bubble-float-top" target="blank"><i class="fa fa-user"></i></a>{/block:RebloggedFrom}
- {block:RebloggedFrom}<a href="{ReblogRootURL}" title="src: {ReblogRootName}" class="hvr-bubble-float-top" target="blank"><i class="fa fa-pencil"></i></a>{/block:RebloggedFrom}
- {block:HasTags}<a href="{Permalink}" title="{block:Tags}#{Tag} {/block:Tags}" class="hvr-bubble-float-top"><i class="fa fa-tags"></i></a>{/block:HasTags}</div><!--end #footer-->
- {/block:IndexPage}
- {block:PermalinkPage}
- <div id="perma">
- {block:Date}<a href="{Permalink}">{Month} {DayOfMonthWithZero} {Year}</a>{/block:Date}
- {block:NoteCount} with <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
- {block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}" target="blank">{ReblogParentName}</a>{/block:RebloggedFrom}
- {block:RebloggedFrom} source: <a href="{ReblogRootURL}" target="blank">{ReblogRootName}</a>{/block:RebloggedFrom}
- {block:HasTags}<br>{block:Tags}# <a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
- </div><!--end #perma-->
- {/block:PermalinkPage}
- </div><!--end #post-->
- {block:PostNotes}<div class="postnotes">{PostNotes}</div>{/block:PostNotes}
- {/block:Posts}</div><!--end #entries-->
- </div><!--end #content-->
- <div id="spectrum">
- <a href="#" class="back-to-top">scroll up</a><br>
- {block:IndexPage}{block:ifManualLoad}<a href="#" class="load-more">load more</a><br>{/block:ifManualLoad}{/block:IndexPage}
- {block:ifNotInfiniteScroll}
- {block:PreviousPage}<a href="{PreviousPage}">newer</a><br>{/block:PreviousPage}{block:NextPage}<a href="{NextPage}">older</a><br>{/block:NextPage}
- {/block:ifNotInfiniteScroll}
- <a href="http://wonderfullythemes.tumblr.com" title="wonderfullythemes" target="blank">theme</a>
- </div><!--end #spectrum-->
- {block:ifInfiniteScroll}
- {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}
- {/block:ifInfiniteScroll}
- </body>
- <!--ASK BOX-->
- <div id="box1" class="popup_block">
- <div class="stuff">
- <img src="{Favicon}" />
- <div class="intro">
- {text:Name} / {text:Age} / {text:Star Sign}
- </div>
- <div class="morelinks">
- <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 class="searchbar">
- <form action="/search" method="get" class="sfm">
- <input type="text" name="q" value="{SearchQuery}" id="sf"/>
- <input type="submit" value="Search" id="sb"/>
- </form>
- </div>
- <div class="desc">{Description}</div>
- </div><!--end .stuff-->
- </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