Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <!-- Credit for this theme goes to foreveralone-lyguy-->
- <!-- Please do not remove credit-->
- <!-- If you have any questions please go to foreveralonelyguy.com/ask-->
- <html lang="en">
- <head>
- <meta charset="utf-8" />
- <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}
- <meta name="color:Background" content="#FFFFFF"/>
- <meta name="color:Center" content="#FFFFFF"/>
- <meta name="color:Titles" content="#000000"/>
- <meta name="color:Text" content="#555555"/>
- <meta name="color:Link" content="#000000"/>
- <meta name="color:Link Hover" content="#000000"/>
- <meta name="color:Link Hover Background" content="#ccccc9"/>
- <meta name="color:Main Border" content="#000000"/>
- <meta name="color:Border" content="#DDDDDD"/>
- <meta name="image:Background" content="" />
- <meta name="image:Sidebar Portrait" content="" />
- <meta name="if:Show Sidebar Portrait" content="1" />
- <meta name="if:Links Fade" content="0" />
- <meta name="if:Hide Side Info" content="0" />
- <meta name="if:Show Caption" content="1" />
- <meta name="if:Show Submit" content="0" />
- <meta name="text:Blog URL" content="Complete Blog URL" />
- <meta name="text:Ask Title" content="Ask" />
- <meta name="text:Submit Title" content="Submit" />
- <meta name="text:Reblog Title" content="Reblog Post" />
- <meta name="text:Previous page title" content="<<" />
- <meta name="text:Next page title" content=">>" />
- <meta name="text:Links Menu Title" content="Links Menu" />
- <meta name="text:Link 1" content="Link 1 URL" />
- <meta name="text:Link 1 Title" content="Link1Title" />
- <meta name="text:Link 2" content="Link 2 URL" />
- <meta name="text:Link 2 Title" content="Link2Title" />
- <meta name="text:Link 3" content="Link 3 URL" />
- <meta name="text:Link 3 Title" content="Link3Title" />
- <meta name="text:Link 4" content="Link 4 URL" />
- <meta name="text:Link 4 Title" content="Link4Title" />
- <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() + 80) / 2;
- var popMargLeft = ($('#' + popID).width() + 80) / 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>
- <style type="text/css"> /*** Basic Styles ***/
- body
- {
- padding:0; margin:0; font-family: 'Open Sans', sans-serif; background-color:{color:background};
- background-image:url({image:Background});
- background-attachment:fixed;
- font-size:11px; color:{color:Text};
- }
- a { text-decoration:none; color:{color:link};
- {block:ifLinksfade}
- -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;
- {/block:ifLinksfade}}
- a:hover { color:{color:link hover};
- background-color:{color:link hover background};
- {block:ifLinksfade}
- -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;
- {/block:ifLinksfade}}
- a:active{outline: none;}
- a:focus{-moz-outline-style: none;}
- :-moz-any-link:focus{outline: none;}
- img{border:none;}
- p{margin: 0;padding: 0;}
- #tumblr_controls{position:fixed !important;}
- .clear {clear:both;}
- #center{ width:890px; margin: auto;} /*** Container Styles ***/
- #sidebar1{
- position: absolute;
- width: 200px;
- height: auto;
- margin-left: 0px;
- margin-top: 0px;
- }
- .container{
- width:400px;
- margin-top:30px;
- margin-bottom: 30px;
- position:relative;
- background-color:{color:center};
- border: 1px solid {color:Main Border};
- padding:30px 100px 30px 100px;
- margin-left:390px;
- }
- /*** Post Styles ***/
- .container .post{ width:400px; position: relative; margin-bottom:30px;}
- .container .post img{ max-width:400px;}
- .container .post .border_bottom{ margin:10px 0; border-bottom: 1px solid {color:border};
- display:none;
- {block:ifhidesideinfo}
- display:block;
- {/block:ifhidesideinfo}} /*** Permalink Styles ***/
- .container .post .perma{ margin:10px 0;}
- .container .post .perma .border{ width:400px; border-top:1px solid {color:border};} /*** Permalink[side] Styles ***/
- .container .post .source{ padding:10px 5px 10px;}
- .container .post .side_perma .permalinks{ font-size: 9px; margin-top: 10px; overflow: hidden; text-align: center; width: 70px;}
- .container .post .side_perma .permalinks a{ padding:0 2px;}
- .container .post .side_perma .tags{ font-size: 9px; display:block; margin: 2px 0; text-align: center;} /*** Permalink[other side] Styles ***/
- .container .post .side_perma_right{
- margin-left:410px;
- top:0px;
- position:absolute;
- padding:0px 5px 10;
- width:70px;
- background-color:{color:center};
- {block:ifhidesideinfo}
- opacity:0;
- {block:ifLinksfade}
- -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;
- {/block:ifLinksfade}
- {/block:ifhidesideinfo}}
- .container .post .side_perma_rightbottom{
- margin-left:410px;
- bottom:0px;
- position:absolute;
- padding:0px 5px 10;
- width:70px;
- background-color:{color:center};
- {block:ifhidesideinfo}
- opacity:0;
- {block:ifLinksfade}
- -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;
- {/block:ifLinksfade}
- {/block:ifhidesideinfo}
- {block:ifShowCaption}
- opacity:0;
- {/block:ifShowCaption}
- }
- .container .post:hover .side_perma_right{
- {block:ifhidesideinfo}
- opacity:1;
- {block:ifLinksfade}
- -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;
- {/block:ifLinksfade}
- {/block:ifhidesideinfo}}
- .container .post .side_perma_right .border{ margin:15px 0 0; border-bottom:1px solid {color:border};}
- .container .post .side_perma_right .info_title{ margin-top:-8px; width:70px; font-weight:700; color:{color:Title}; text-align:center;}
- .container .post .side_perma_right .info_title
- a{ color:{color:link};
- background-color:{color:center};
- padding: 0 4px;}
- .container .post .side_perma_right .info_title
- a:hover{ color:{color:link hover};
- background-color:{color:link hover background};
- }
- .container .post .side_perma_right .info
- a{ font-size: 9px; padding: 0 2px;}
- .container .post
- h3{ font-size: 13px; margin:5px 0 7px; padding:0 0 5px; color:{color:Titles};}
- .container h4{ font-weight:700; font-size:11px}
- .container h5{ font-size: 12px; margin: 5px 0; border-bottom:1px solid {color:border}; color: {color:Titles}; padding: 0 0 5px;}
- .container .post-infos{ margin: 0 0 15px;}
- .container .album{ width:100px; float:left; background-color:rgba(0,0,0,0.1); padding:5px 5px 3px; margin:0 15px 10px 0;} .container .album img{ width:100px; height:auto;}
- .container .audio{ width:390px; height:27px; padding:5px; margin:0 0 15px; float:left; opacity:0.1; background:black;}
- .container .caption{ font-size:10px; margin:5px 0 15px;}
- .container .asker_portrait{ float:left; width:30px; margin-right:10px;}
- .container .question{ float: left; font-size: 10px; font-weight: bold; margin: 0 0 15px; width: 360px;}
- .container .answer{ margin-top:10px;} /*** Styles ***/
- .sidebar{ width:200px;
- height: auto;
- padding:30px; font-size:10px; background-color:{color:Center};
- border: 1px solid {color:Main Border};
- position:absolute;
- position:fixed;
- margin-left:100px;
- margin-top: 100px;
- }
- {block:ifShowSidebarPortrait}
- .sidebar .portrait{ margin:0 0 10px; max-width:200px; height:auto;}
- .sidebar .portrait img{ max-width:200px;}
- .sidebar img{ opacity:1;
- {block:ifLinksfade}
- -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;
- {/block:ifLinksfade}}
- .sidebar img:hover{ opacity:0.6;
- {block:ifLinksfade}
- -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;
- {/block:ifLinksfade}}
- {/block:ifShowSidebarPortrait}
- .sidebar h1{ margin:0 0 15px; padding:1px 5px 3px; color:{color:Titles}; border-bottom: 1px solid {color:border};
- {block:ifLinksfade}
- -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;
- {/block:ifLinksfade}}
- .sidebar
- h1:hover { color:{color:link hover};
- background-color:{color:Link Hover Background};
- {block:ifLinksfade}
- -webkit-transition: all 0.2s linear;
- -moz-transition: all 0.2s linear;
- transition: all 0.2s linear;
- {/block:ifLinksfade}
- }
- .sidebar
- h3{
- font-size: 13px; margin:25px 0 7px; padding:0 0 5px;
- color:{color:Titles};
- border-bottom: 1px solid {color:border};
- }
- .sidebar .links{
- margin:0;
- padding:0;
- line-height:15px;
- list-style:none;
- }
- .sidebar .links
- li{
- width:auto;
- display:inline;
- clear:both;
- padding: 0 5px;
- }
- .sidebar .links
- li:hover {
- color:{color:link hover};
- background-color:{color:link hover background};
- }
- .navi { font-size:10px;}
- .navi .prev{ text-align:left; padding: 0 2px;}
- .navi .next{ float:right; padding: 0 2px;}
- .page_jump { left: 50%; margin-left: -100px; position: absolute; text-align: center; width: 200px;}
- .page_jump a{ padding:0 2px; margin:0 2px;}
- .tags_perma
- a{
- text-decoration:none;
- padding:0 1px;
- color:{color:link};
- background-color:transparent;
- }
- .tags_perma
- a:hover{
- color:{color:link hover};
- background-color:{color:link hover background};
- }
- ol.notes {
- padding: 0px;
- margin: 10px 0px;
- list-style-type: none;
- }
- ol.notes
- a{
- text-decoration:none;
- padding:0 1px;
- color:{color:link};
- background-color:transparent;
- }
- ol.notes
- a:hover{
- color:{color:link hover};
- background-color:{color:link hover background};
- }
- ol.notes li.note {
- padding: 4px;
- }
- ol.notes li.note img.avatar {
- vertical-align: -4px;
- margin-right: 10px;
- width: 16px;
- height: 16px;
- }
- ol.notes li.note span.action
- a{
- font-weight: bold;
- }
- ol.notes li.note .answer_content { font-weight: normal;}
- ol.notes li.note blockquote { padding: 4px 10px; margin: 10px 0 3px 25px;}
- ol.notes li.note blockquote a { text-decoration: none;}
- #links{
- position:fixed;
- width:200px;
- height: auto;
- margin-top: 30px;
- margin-left:0px;
- padding: 0px;
- font-size: 12px;
- font-family: short stack;
- line-height: 2px;
- background-color:none;}
- .red {
- height:20px;
- width: 175px;
- background-color: {color:center};
- border: 1px solid {color:Main Border};
- line-height:21px;
- padding-left:10px;
- padding-right:10px;
- margin-top:5px;
- float:left;
- text-align: center;
- -webkit-transition:
- all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
- B51844
- }
- .red:hover{
- background-color:{color:link hover background};
- }
- {block:AskEnabled}
- .green {
- height:20px;
- width: 195px;
- {block:ifShowSubmit}
- width:92px;
- {/block:ifShowSubmit}
- background-color: {color:center};
- border: 1px solid {color:Main Border};
- line-height:21px;
- margin-top:5px;
- float:left;
- text-align: center;
- -webkit-transition:
- all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
- B51844
- }
- .green:hover {
- background-color:{color:link hover background};
- }
- {/block:AskEnabled}
- {block:ifShowSubmit}
- .blue {
- height:20px;
- width: 195px;
- {block:AskEnabled}
- width:92px;
- {/block:AskEnabled}
- background-color: {color:center};
- border: 1px solid {color:Main Border};
- line-height:21px;
- margin-top:5px;
- {block:AskEnabled}
- margin-left:9px;
- {/block:AskEnabled}
- float:left;
- text-align: center;
- -webkit-transition:all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
- B51844
- }
- {/block:ifShowSubmit}
- .blue:hover {
- background-color:{color:link hover background};
- }
- .linkbox {
- height:20px;
- width: 195px;
- background-color: {color:center};
- border: 1px solid {color:Main Border};
- line-height:21px;
- margin-top:5px;
- float:left;
- overflow: hidden;
- text-align: center;
- -webkit-transition:all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
- B51844
- }
- .linkbox:hover {
- height: auto;
- background-color:{color:link hover background};
- }
- .orange {
- height:20px;
- width: 195px;
- background-color: transparent;
- line-height:21px;
- margin-top:0px;
- float:left;
- text-align: center;
- -webkit-transition:
- all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
- B51844
- }
- .orange:hover {
- border: 1px solid {color:Main Border};
- background-color:{color:link hover background};
- }
- .black {
- height:20px;
- width: 195px;
- background-color: transparent;
- line-height:21px;
- margin-top:0px;
- float:left;
- text-align: center;
- -webkit-transition:
- all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
- B51844
- }
- .black:hover {
- border: 1px solid {color:Main Border};
- background-color:{color:link hover background};
- }
- .brown {
- height:20px;
- width: 195px;
- background-color: transparent;
- line-height:21px;
- margin-top:0px;
- float:left;
- text-align: center;
- -webkit-transition:
- all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
- B51844
- }
- .brown:hover {
- border: 1px solid {color:Main Border};
- background-color:{color:link hover background};
- }
- .white {
- height:20px;
- width: 195px;
- background-color: transparent;
- line-height:21px;
- margin-top:0px;
- float:left;
- text-align: center;
- -webkit-transition:
- all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
- B51844
- }
- .white:hover {
- border: 1px solid {color:Main Border};
- background-color:{color:link hover background};
- }
- .pink {
- height:20px;
- width: 175px;
- background-color: {color:center};
- border: 1px solid {color:Main Border};
- line-height:21px;
- padding-left:10px;
- padding-right:10px;
- margin-top:5px;
- float:left;
- text-align: center;
- -webkit-transition:
- all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
- B51844
- }
- .pink:hover{
- background-color:{color:link hover background};
- }
- .popup_block{
- display:none;
- background:#fff;
- padding:20px;
- border:1px solid #eee; /* if you want a solid white pop-up, delete this */
- float:left;
- position:fixed;
- top:50%;left:50%;
- z-index: 99999;
- -webkit-box-shadow: 0px 0px 20px #000; /* delete for solid white */
- -moz-box-shadow: 0px 0px 20px #000; /* delete for solid white */
- box-shadow: 0px 0px 20px #000; /* delete for solid white */
- }
- *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:#000; /* change to #fff for solid white */
- opacity:0.5; /* change to opacity:1; */
- }
- #themes{
- position:fixed;
- width:75px;
- height: 20px;
- bottom: 5px;
- margin-left:1200px;
- padding: 1px;
- font-size: 10px;
- font-family: short stack;
- line-height: 2px;
- background-color:transparent;
- }
- </style>
- <!--SHARE MENU-->
- <script type="text/javascript">var switchTo5x=true;</script><script type="text/javascript" src="http://w.sharethis.com/button/buttons.js"></script><script type="text/javascript">stLight.options({publisher:'845bf3a0-fb62-4b84-ad20-7b3d84e50c07'});</script>
- <!--END SHARE MENU-->
- </head>
- <body>
- <div id="sidebar1">
- <div class="sidebar">
- {block:ifShowSidebarPortrait}
- <center>{block:IfnotSidebarPortraitimage}
- <img src="{PortraitURL-128}" class="portrait" />
- <a href="/">
- {/block:IfnotSidebarPortraitimage}
- {block:IfSidebarPortraitimage}
- <img src="{image:Sidebar Portrait}" class="portrait" />
- <a href="/">
- {block:IfSidebarPortraitimage}</center></a>
- {/block:ifShowSidebarPortrait}
- {Description}
- <h3>Navigation</h3>
- {block:Pagination}
- <div class="navi">
- {block:PreviousPage}
- <a href="{PreviousPage}" class="prev">
- {text:Previous page title}</a>
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}" class="next">
- {text:Next page title}</a>
- {/block:NextPage}
- </div>
- {/block:Pagination}
- <div id="links">
- <a href="/">
- <div class="red">
- Home</div>
- </a>
- <br>
- {block:AskEnabled}
- <a href="#?w=300" rel="box1" class="poplight">
- <div class="green">
- {block:ifasktitle}{text:Ask Title}{/block:ifasktitle}
- {block:ifnotasktitle}{AskLabel}{/block:ifnotasktitle}<br /><br /></div></a>
- {/block:AskEnabled}
- {block:ifShowSubmit}
- <a href="#?w=300" rel="box2" class="poplight">
- <div class="blue">
- {text:Submit Title}<br /><br /></div></a>
- <br>
- {/block:ifShowSubmit}
- <div class="linkbox">
- <a href="#?w=160" rel="03" class="poplight">
- {text:Links Menu Title}<br />
- {block:ifLink1Title}
- <a href="#?w=160" rel="03" class="poplight">
- <a href="{text:Link 1}">
- <div class="orange">
- {text:Link 1 Title}<br />
- </div></a></a>
- {/block:ifLink1Title}
- {block:ifLink2Title}
- <a href="#?w=160" rel="03" class="poplight">
- <a href="{text:Link 2}">
- <div class="black">
- {text:Link 2 Title}<br />
- </div></a></a>
- {/block:ifLink2Title}
- {block:ifLink3Title}
- <a href="#?w=160" rel="03" class="poplight">
- <a href="{text:Link 3}">
- <div class="brown">
- {text:Link 3 Title}<br />
- </div></a></a>
- {/block:ifLink3Title}
- {block:ifLink4Title}
- <a href="#?w=160" rel="03" class="poplight">
- <a href="{text:Link 4}">
- <div class="black">
- {text:Link 4 Title}<br />
- </div></a></a>
- {/block:ifLink4Title}
- </div>
- <a href="#?w=160" rel="03" class="poplight">
- <a href="/archive">
- <div class="pink">
- Archive</div></a></a>
- </a>
- </div>
- </div>
- <div class="container">
- {block:Posts}
- <div class="post loading">
- {block:IndexPage}
- {block:Date}
- <div class="side_perma_rightbottom {block:RebloggedFrom} source{/block:RebloggedFrom}">
- {block:HasTags}
- {block:Tags}
- <a href="{TagURL}" class="tags">#{Tag}</a>
- {/block:Tags}
- {/block:HasTags}
- {block:RebloggedFrom}
- <div class="permalinks">
- source: <br />
- <a href="{ReblogRootURL}">{ReblogRootName}</a>
- </div>
- {/block:RebloggedFrom}
- </div>
- <div class="side_perma_right">
- <div class="border"></div>
- <div class="info_title">
- <a href="{Permalink}">INFO</a>
- </div>
- <div class="info">
- {block:NoteCount}
- <a href="{Permalink}">{NoteCountWithLabel}</a><br />
- {/block:NoteCount}
- <a href="{Permalink}">{Timeago}</a>
- {block:ifReblogTitle}<br />
- <a href="{ReblogUrl}" target="_blank">
- {text:Reblog Title}</a>
- {/block:ifReblogTitle}
- </div>
- </div>
- {/block:Date}
- {/block:IndexPage}
- {block:Text}
- {block:Title}
- <a href="{Permalink}"><h3>{Title}</h3></a>
- {/block:Title}
- {Body}
- {/block:Text}
- {block:Photo}
- <center><img src="{PhotoURL-HighRes}" /></center>
- {block:ifShowCaption}
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:ifShowCaption}
- {/block:Photo}
- {block:Photoset}
- {Photoset-400}
- {block:ifShowCaption}
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:ifShowCaption}
- {/block:Photoset}
- {block:Quote}
- <div class="quote">
- <h3>"{Quote}"</h3>
- {block:Source}
- <div class="source">{Source}</div>
- {/block:Source}
- </div>
- {/block:Quote}
- {block:Link}
- <a href="{URL}" class="link" {Target}><h3>
- {text:Link Symbols} {Name}</h3></a>
- {block:Description}
- <div class="description">{Description}</div>
- {/block:Description}
- {/block:Link}
- {block:Audio}
- {block:AlbumArt}<div class="album">
- <img src="{AlbumArtURL}" />
- </div>{/block:AlbumArt}
- <div class="audio {block:AlbumArt}art{/block:AlbumArt}">
- {AudioPlayerBlack}</div>
- <div class="caption">
- <a href="{Permalink}">
- {block:Caption}{Caption}{/block:Caption}</a>
- </div>
- <div class="clear"></div>
- {/block:Audio}
- {block:Chat}
- {block:Title}
- <a href="{Permalink}"><h3>{Title}</h3></a>
- {/block:Title}
- <ul class="chat">
- {block:Lines}
- <li class="{Alt} user_{UserNumber}">
- {block:Label}
- <span class="label">{Label}</span>
- {/block:Label}
- {Line}
- </li>
- {/block:Lines}
- </ul>
- {/block:Chat}
- {block:Video}
- {Video-400}
- {block:ifShowCaption}
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:ifShowCaption}
- {/block:Video}
- {block:Answer}
- <img class="asker_portrait" src="{AskerPortraitURL-30}"/>
- <div class="question">
- {Asker} asked:<br>
- {Question}
- </div>
- <div class="answer">{Answer}</div>
- {/block:Answer}
- {block:IndexPage}
- {block:Date}
- <div class="perma">
- <div class="border"></div>
- </div>
- {/block:Date}
- {/block:IndexPage}
- {block:PermalinkPage}
- {block:Date}<h5>Post Info</h5>
- <div class="post-infos">
- Posted on {DayOfWeek} {DayOfMonth} {Month} {Year}.<br/>
- {TimeAgo}.
- <div class="tags_perma">
- Filed under:
- {block:HasTags}
- {block:Tags}
- <a href="{TagURL}" class="tags">#{Tag}</a>
- {/block:Tags}
- {/block:HasTags}
- <!--SHARE SOCIAL-->
- <br>
- <br>
- <h5>Share via</h5>
- <span st_url='{Permalink}' st_title='{Title}' class='st_facebook_large' displayText='Facebook'></span><span st_url='{Permalink}' st_title='{Title}' class='st_twitter_large' displayText='Tweet'></span><span st_url='{Permalink}' st_title='{Title}' class='st_tumblr_large' displayText='Tumblr'></span><span st_url='{Permalink}' st_title='{Title}' class='st_googleplus_large' displayText='Google '></span><span st_url='{Permalink}' st_title='{Title}' class='st_pinterest_large' displayText='Pinterest'></span><span st_url='{Permalink}' st_title='{Title}' class='st_linkedin_large' displayText='LinkedIn'></span><span st_url='{Permalink}' st_title='{Title}' class='st_wordpress_large' displayText='WordPress'></span><span st_url='{Permalink}' st_title='{Title}' class='st_myspace_large' displayText='MySpace'></span><span st_url='{Permalink}' st_title='{Title}' class='st_stumbleupon_large' displayText='StumbleUpon'></span><span st_url='{Permalink}' st_title='{Title}' class='st_reddit_large' displayText='Reddit'></span><span st_url='{Permalink}' st_title='{Title}' class='st_evernote_large' displayText='Evernote'></span><span st_url='{Permalink}' st_title='{Title}' class='st_sharethis_large' displayText='ShareThis'></span><span st_url='{Permalink}' st_title='{Title}' class='st_email_large' displayText='Email'></span>
- <!--SHARE SOCIAL-->
- </div>
- </div>
- {/block:Date}
- {block:NoteCount} <h5>Notes: {NoteCount}</h5>{/block:NoteCount}
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- {/block:PermalinkPage}
- </div>
- {/block:Posts}
- {block:Pagination}
- <div class="navi">
- {block:PreviousPage}
- <a href="{PreviousPage}" class="prev">
- {text:Previous page title}</a>
- {/block:PreviousPage}
- <span class="page_jump">
- {block:JumpPagination length="7"}
- {block:CurrentPage}
- <span class="current_page">{PageNumber}</span>
- {/block:CurrentPage}
- {block:JumpPage}
- <a class="jump_page" href="{URL}">{PageNumber}</a>
- {/block:JumpPage}
- {/block:JumpPagination}</span>
- {block:NextPage}
- <a href="{NextPage}" class="next">
- {text:Next page title}</a>
- {/block:NextPage}
- </div>
- {/block:Pagination}
- </div>
- </div>
- <div id="themes">
- <a href="http://themesbytorry.tumblr.com/">
- Theme by Torry</a>
- </div>
- </body>
- <div id="box1" class="popup_block">
- <p> <iframe frameborder="0" height="300" scrolling="no" src="http://www.tumblr.com/ask_form/{text:Blog URL}" width="100%"></iframe></p>
- </div>
- <div id="box2" class="popup_block">
- <p><iframe id="submit_form" src="http://www.tumblr.com/submit_form/{text:Blog URL}" frameborder="0" height="400" scrolling="yes" width="100%"></iframe><!--[if IE]><script type="text/javascript">document.getElementById('submit_form').allowTransparency=true;</script><![endif]--></p>
- </div>
- </div></div></div></div></div></div></div></div></div></div>
- </html>
Advertisement