Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!----
- ---- @ DADDYTHEMES ----
- theme #12
- hanging tree
- published for
- public.
- keep the credit.
- dont steal.
- dont claim as own.
- dont be an asshole.
- (=゚ω゚)ノ
- --->
- <!--start html-->
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <script language="javascript" type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
- <!-----custom google fonts---->
- <script type="text/javascript">
- WebFontConfig = {
- google: { families: [ 'Roboto:400,500,700:latin' , 'Montserrat:400,700:latin' , 'Lato:300,700:latin', 'Raleway:400,700:latin' , 'Bitter:400,400italic,700:latin' , 'Roboto+Condensed:400,400italic,700,700italic:latin', 'Josefin+Sans:400,400italic,600,700,600italic,700italic:latin', 'Fjalla+One::latin','Mitr:400,500,600,700', 'Prompt:400,400i,500,500i,600,600i,700,700i' ] }
- };
- (function() {
- var wf = document.createElement('script');
- wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
- '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
- wf.type = 'text/javascript';
- wf.async = 'true';
- var s = document.getElementsByTagName('script')[0];
- s.parentNode.insertBefore(wf, s);
- })(); </script>
- <!--tooltips-->
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script><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:10,
- tip_fade_speed:400,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <!--back to top button-->
- <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js"></script>
- <script>
- $(document).ready(function(){
- // Der Button wird mit JavaScript erzeugt und vor dem Ende des body eingebunden.
- var back_to_top_button = ['<a href="#top" class="back-to-top"><i class="fa fa-arrow-up"></i></a>'].join("");
- $("body").append(back_to_top_button)
- // Der Button wird ausgeblendet
- $(".back-to-top").hide();
- // Funktion für das Scroll-Verhalten
- $(function () {
- $(window).scroll(function () {
- if ($(this).scrollTop() > 100) { // Wenn 100 Pixel gescrolled wurde
- $('.back-to-top').fadeIn();
- } else {
- $('.back-to-top').fadeOut();
- }
- });
- $('.back-to-top').click(function () { // Klick auf den Button
- $('body,html').animate({
- scrollTop: 0
- }, 800);
- return false;
- });
- });
- });
- </script>
- </script>
- <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js"></script>
- <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
- <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
- <script type="text/javascript" src="http://masonry.desandro.com/js/jquery-1.7.1.min.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/twte3d7/4Wjm5wj58/disassemble_v3.js"></script>
- <head>
- <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}
- <!--all colors-->
- <meta name="color:background" content="#f6f6f6"/>
- <meta name="color:text" content="#888888"/>
- <meta name="color:links" content="#888888"/>
- <meta name="color:border" content="#888888"/>
- <meta name="color:posts" content="#ffffff">
- <meta name="color:scrollbar" content="#eeeeee">
- <meta name="color:asks" content="#eeeeee">
- <meta name="color:hover" content="#cccccc">
- <meta name="color:accent" content="#eeeeee">
- <!--images-->
- <meta name="image:background" content=""/>
- <meta name="image:icon" content=""/>
- <!--texts-->
- <meta name="text:title" content="The Hanging Tree"/>
- <!--sidebar links-->
- <meta name="text:link one" content="link one">
- <meta name="text:link two" content="link two">
- <meta name="text:link three" content="link three">
- <meta name="text:link one url" content="/">
- <meta name="text:link two url" content="/">
- <meta name="text:link three url" content="/">
- <!--custom css-->
- <style type="text/css">
- /*tumblr controls*/
- .tmblr-iframe {
- top:0px!important;
- position:fixed!important;
- opacity:0.5;
- width: calc(40% - 30px);
- z-index:99999999999999!important;
- white-space:nowrap;
- transition-duration: 0.3s;
- -moz-transition-duration: 0.3s;
- -webkit-transition-duration: 0.3s;
- -o-transition-duration: 0.3s;
- }
- /*scrollbar*/
- ::-webkit-scrollbar-thumb{
- height:auto;
- border:2px solid {color:background};
- background-color:{color:scrollbar};
- }
- ::-webkit-scrollbar{
- height:2px;
- border:2px solid {color:background};
- width:5px;
- }
- /*tooltips*/
- #s-m-t-tooltip{
- margin:13px 18px 6px 18px;
- padding:6px;
- background-color:{color:posts};
- font-family: 'montserrat', serif;
- border:1px solid {color:accent};
- font-weight:500;
- font-size:9px;
- text-transform:uppercase;
- letter-spacing:0px;
- color:{color:text};
- z-index:999999999999999999999999999999999999;
- transition:0.3s ease-in-out;
- -webkit-transition:0.3s ease-in-out;
- -moz-transition:0.3s ease-in-out;
- -ms-transition:0.3s ease-in-out;
- -o-transition:0.3s ease-in-out;
- }
- /*body basics*/
- body{
- background-color:{color:background};
- background-image:url('{image:background}');
- background-attachment: fixed;
- background-repeat: repeat;
- font-weight:none;
- font-family: 'calibri', serif;
- font-size:11px;
- text-align:justify;
- color:{color:text};
- margin:0;
- }
- a{
- text-decoration:none;
- color:{color:links};
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- transition: all 0.3s ease-out;
- }
- a:hover{
- text-decoration:none;
- color:{color:hover};
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- transition: all 0.3s ease-out;
- }
- img {
- }
- blockquote {
- font-size:10px;
- width:auto;
- border-left:2px solid {color:border};
- text-align:left;
- padding:1px;
- font-weight:none;
- margin-top:10px;
- margin-left:0px;
- padding-top:0.5px;
- padding-bottom:0.5px;
- font-size:11px;
- font-family: 'calibri', sans-serif;
- margin-right:20px;
- padding-left:15px;
- color:{color:text};
- }
- pre{
- font-size:9px;
- text-align:center;
- text-transform:none;
- font-family: 'Bitter', serif;
- font-weight:bold;
- line-height:9px;
- border-left:1px solid #eee;
- border-bottom:1px solid #eee;
- letter-spacing:2px;
- background-color:{color:posts};
- color:{color:text};
- padding:6px;
- }
- small{
- font-size:9px;
- font-family: 'calibri', sans-serif;
- }
- big{
- font-size:12px;
- font-family: 'calibri', sans-serif;
- font-weight:700;
- }
- sub{
- font-size:8px;
- letter-spacing:0px;
- font-weight:800;
- font-family: 'calibri', sans-serif;
- }
- h1 {
- font-size:13px;
- text-align:center;
- font-family: 'Montserrat', sans-serif;
- letter-spacing:1px;
- text-transform:uppercase;
- font-weight:700;
- line-height:17px;
- border-bottom:1px solid #eee;
- color:{color:text};
- padding:7px;
- }
- h1 a{
- color:{color:text};
- }
- h2{
- color:{color:text};
- text-transform:uppercase;
- font-family: 'Montserrat', sans-serif;
- text-align:left;
- }
- b {
- font-weight:bold;
- font-family: 'roboto', sans-serif;
- color:{color:text};
- }
- i {
- font-weight:italic;
- color:{color:text};
- }
- dy {
- color:{color:text};
- font-weight:400;
- }
- pb {
- color:{color:links};
- text-transform:uppercase;
- font-family: 'roboto', sans-serif;
- font-size:8px
- font-weight:bold;
- }
- am {
- color:{color:text};
- font-size:22px;
- padding:8px;
- padding-top:2px;
- text-transform:uppercase;
- font-family: 'roboto', sans-serif;
- letter-spacing:0px;
- font-weight:500;
- }
- u {
- text-decoration:none;
- color:{color:text};
- padding:3px;
- border-bottom:1px solid {color:border};
- }
- in {
- text-decoration:none;
- color:{color:text};
- padding:10px;
- }
- lin {
- letter-spacing:-3.5px;
- font-weight:200;
- padding:6px;
- font-size:27px;
- color:{color:border};
- font-family:calibri;
- }
- /*sidebar links*/
- .links {
- width:90px;
- overflow:hidden;
- cursor:pointer;
- left:467px;
- opacity:1;
- z-index:9999999999;
- padding:10px;
- position:fixed;
- top:200px;
- text-align:left;
- }
- .links #all {
- margin-right:135px;
- margin-top:-7px;
- padding:5px;
- transition-duration: 0.3s;
- -moz-transition-duration: 0.3s;
- -webkit-transition-duration: 0.3s;
- -o-transition-duration: 0.3s;
- }
- .links #all a:hover {
- color:{color:hover};
- transition-duration: 0.3s;
- -moz-transition-duration: 0.3s;
- -webkit-transition-duration: 0.3s;
- -o-transition-duration: 0.3s;
- }
- .links a {
- width:90px;
- height:20px;
- margin-bottom:0px;
- line-height:20px;
- text-align:right;
- text-transform:uppercase;
- padding:5px;
- margin-left:0px;
- border-bottom:1px solid {color:border};
- color:{color:links};
- z-index:99999;
- font-weight:600;
- font-family: 'Prompt', sans-serif;
- letter-spacing:0px;
- font-size:8px;
- display:inline-block;
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- -ms-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- }
- .links #all a:hover {
- letter-spacing:2px;
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- -ms-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- }
- #titlee{
- width:285px;
- height:25px;
- top:20px;
- opacity:1;
- position:absolute;
- font-family: 'Prompt', sans-serif;
- letter-spacing:0px;
- text-align:center;
- font-weight:400;
- padding:6px;
- color:{color:text};
- text-transform:uppercase;
- line-height:15px;
- font-size:10px;
- left:600px;
- z-index:99999999;
- }
- /*icon image*/
- #iconn {
- position:fixed;
- margin-top:190px;
- padding:10px;
- margin-left:180px;
- background-color:transparent;
- z-index:9999999999999999;
- }
- #iconnimage {
- z-index:-99999;
- }
- #iconnimage img {
- width:65px;
- height:65px;
- left:505px;
- top:57px;
- border-radius:100px;
- position:fixed;
- background:{color:accent};
- opacity:1;
- z-index:99999999999999999;
- }
- #description {
- margin:5px;
- font-size:9px;
- top:130px;
- overflow:hidden;
- z-index:99999999999;
- position:fixed;
- left:474px;
- border-right:2px solid {color:border};
- width:90px;
- height:70px;
- text-align:right;
- font-weight:400;
- padding-right:7px;
- line-height:14px;
- font-family: 'Prompt', sans-serif;
- }
- /*back to top button*/
- .back-to-top {
- position: fixed;
- color:{color:text};
- bottom:13px;
- text-transform:uppercase;
- background:{color:background};
- left:13px;
- font-family: 'lato', sans-serif;
- font-size:9px;
- letter-spacing:0px;
- z-index:9999999999;
- font-weight:600;
- padding:10px;
- }
- /*jump pagination*/
- .pagination{
- font-family: 'roboto', sans-serif;
- margin-left:0px;
- width:300px;
- padding-top:-10px;
- letter-spacing:2px;
- padding-bottom:20px;
- font-size:13px;
- text-align:center;
- }
- .pagination a{
- padding:5px;
- font-family: 'roboto', sans-serif;
- font-weight:600;
- bottom:10px;
- margin-left:5px;
- color:{color:text};
- }
- .pagination a:hover{
- color:{color:hover};
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- transition: all 0.3s ease-out;
- }
- /*post notes*/
- ol.notes {
- padding: 0px;
- margin: 25px 0px;
- font-family:'montserrat',sans-serif;
- list-style-type: none;
- margin-top:-61px;
- background:{color:posts};
- margin-left:0px;
- width:550px;
- border-bottom: solid 1px {color:border};
- }
- ol.notes li.note {
- border-top: solid 1px {color:border};
- padding: 10px;
- }
- ol.notes li.note img.avatar {
- vertical-align: -10px;
- border-radius:100px;
- margin-left: 10px;
- padding:6px;
- width: 16px;
- height: 16px;
- }
- ol.notes li.note span.action {
- font-weight: 300;
- }
- ol.notes li.note .answer_content {
- font-weight: normal;
- }
- ol.notes li.note blockquote {
- border-color: {color:border};
- padding: 4px 10px;
- margin: 10px 0px 0px 25px;
- }
- ol.notes li.note blockquote a {
- text-decoration: none;
- }
- /*audio*/
- .audioartist {
- font-family:'roboto', sans-serif;
- font-size:10px;
- text-transform:lowercase;
- font-weight:600;
- }
- .audiotitle {
- font-family:'roboto', sans-serif;
- font-size:10px;
- text-transform:lowercase;
- font-weight:600;
- }
- .audioplayed {
- font-family:'roboto', sans-serif;
- font-size:10px;
- text-transform:lowercase;
- font-weight:600;
- }
- .audioplayr {
- width:400px;
- color:{color:text};
- background:{color:accent};
- }
- audioinfo {
- font-family:'roboto', sans-serif;
- font-size:10px;
- letter-spacing:2px;
- text-transform:lowercase;
- font-weight:300;
- }
- /*post styles*/
- .pcaption{
- font-family:'calibri', sans-serif;
- font-size:10px;
- margin-left:10px;
- letter-spacing:0px;
- text-transform:none;
- font-weight:400;
- }
- .psets{
- max-width:100%;
- margin-top:-13px;
- border-bottom:10px solid {color:posts};
- height:auto;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- transition: all 0.3s ease-out;
- }
- .vsets{
- max-width:100%;
- margin-top:-13px;
- border-bottom:10px solid {color:posts};
- height:auto;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- transition: all 0.3s ease-out;
- }
- /*posts*/
- #entries {
- margin-left:560px;
- margin-top:60px;
- z-index:999999999999;
- }
- #post {
- font-size:10px;
- width:300px;
- color:{color:text};
- border-radius:5px 5px 5px 5px;
- background-color:{color:posts};
- text-align:justify;
- z-index:99999;
- margin:40px;
- overflow:hidden;
- }
- #post img{
- max-width:100%;
- border-bottom:10px solid {color:posts};
- margin-top:-12px;
- height:auto;
- }
- /*post info*/
- #info {
- width:280px;
- height:25px;
- text-align:center;
- font-family: 'Prompt', sans-serif;
- text-transform:capitalize;
- margin-left:0px;
- font-size:9px;
- margin-top:-15px;
- overflow:hidden;
- font-style:none;
- font-weight:500;
- letter-spacing:0px;
- margin-bottom:3px;
- padding:10px;
- line-height:15px;
- background-color:{color:posts};
- color:{color:text};
- }
- #info a {
- text-align:center;
- font-family: 'Prompt', sans-serif;
- line-height:7px;
- color:{color:text};
- }
- #info a:hover{
- color:{color:hover};
- }
- #tags {
- text-align:center;
- opacity:0;
- font-size:9px;
- font-family: 'Prompt', sans-serif;
- margin-top:-61px;
- margin-left:0px;
- padding:5px;
- font-weight:500;
- margin-bottom:40px;
- width:290px;
- text-transform:capitalize;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- transition: all 0.5s ease-out;
- }
- #tags a {
- padding:0px;
- margin-top:-3px;
- color:{color:text};
- line-height:12px;
- letter-spacing:0px;
- font-weight:none;
- text-align:left;
- font-size:9px;
- font-family: 'Prompt', sans-serif;
- display:inline-block;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- transition: all 0.5s ease-out;
- }
- #tags a:hover {
- -moz-transition-duration:0.3s;
- -webkit-transition-duration:0.3s;
- -o-transition-duration:0.3s;
- color:{color:hover};
- }
- #post:hover #tags{
- margin-top:-10px;
- opacity:1;
- margin-bottom:10px;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- transition: all 0.5s ease-out;
- }
- /*questions and answers*/
- #asking {
- margin-left:20px;
- margin-top:-35px;
- }
- #askingimage {
- }
- #askingimage img {
- margin-left:20px;
- width:30px;
- height:30px;
- border-radius:100px;
- margin-top:0px;
- }
- #question {
- padding:20px;
- padding-left:14px;
- margin-top:-32px;
- margin-left:10px;
- width:439px;
- font-family: 'roboto', sans-serif;
- color:{color:text};
- background-color:{color:asks};
- }
- #asker{
- margin-top:-66px;
- padding:1px;
- font-weight:300;
- font-size:11px;
- z-index:9999999999;
- color:{color:text};
- opacity:1;
- margin-left:14px;
- letter-spacing:0px;
- font-family: 'roboto', sans-serif;
- text-transform:lowercase;
- }
- #askerurl{
- margin-top:-19px;
- padding:1px;
- font-weight:500;
- font-size:10px;
- padding:7px;
- line-height:14px;
- height:13px;
- width:465px;
- z-index:9999999999;
- color:{color:text};
- opacity:1;
- margin-left:46px;
- padding-bottom:11px;
- letter-spacing:0px;
- font-family: 'Montserrat', sans-serif;
- text-transform:lowercase;
- }
- /*credit (u better leave this here u goof)*/
- #credit{
- position:fixed;
- font-size:8px;
- font-weight:600;
- height:20px;
- width:20px;
- opacity:1;
- border-radius:100px;
- right:13px;
- bottom:13px;
- letter-spacing:1px;
- line-height:26px;
- padding:5px;
- text-align:center;
- float:left;
- font-family: 'lato', sans-serif;
- color:{color:text};
- text-transform:uppercase;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- transition: all 0.3s ease-out;
- }
- #credit:hover{
- opacity:0.5;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- transition: all 0.3s ease-out;
- }
- {CustomCSS}</style>
- </head>
- <body>
- <!--basics-->
- <div id="sidebar">
- <div id="titlee"><lin>-------</lin> {text:title} <lin>-------</lin></div>
- <div id="description">{description}</div>
- <div id="iconnimage"><img src="{image:icon}"></a></div>
- <!--top bar links-->
- <div class="links">
- <div id="all">
- <a href="/">Index <i class="fa fa-angle-left"></i></a>
- <a href="/ask"> contact <i class="fa fa-angle-left"></i></a>
- <a href="{text:link one url}">{text:link one} <i class="fa fa-angle-left"></i></a>
- <a href="{text:link two url}">{text:link two} <i class="fa fa-angle-left"></i></a>
- <a href="{text:link three url}">{text:link three} <i class="fa fa-angle-left"></i></a>
- </div>
- </div>
- <!--posts and entries-->
- <div id="entries">
- {block:Posts}
- <div id="post">
- <!--texts-->
- {block:Text}
- {block:Title}<h1><center>{Title}</center></h1>{/block:Title}
- {Body}
- {/block:Text}
- <!--question and answers-->
- {block:Answer}
- <div id="askingimage"><img src="{AskerPortraitURL-48}"/></div>
- <div id="askerurl">{Asker} asked:</div>
- <div id="question">{Question}</div>
- {Answer}{/block:Answer}
- <!--quotes-->
- {block:Quote}
- {block:Quote}
- <h2>{Quote}</h2>
- <div align="right">
- {block:Source}<h1>-{Source}</h1>{/block:Source}
- </div>
- {/block:Quote}
- <!--links-->
- {block:Link}
- <h2><center><a href="{URL}">{Name}</center></a></h2>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- <!--chats-->
- {block:Chat}
- {block:Title}<h2>{Title}</h2>{/block:Title}
- <ul class="convo">{block:Lines}<li class="line">{block:Label}<span class ="label">{Label}</span>{/block:Label}
- {Line}</li>{/block:Lines}</ul>
- {/block:Chat}
- <!--photos-->
- {block:Photo}
- {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="auto">{LinkCloseTag}
- {block:Caption}<div class="pcaption"style="margin-top:10px;border-radius:5px 5px 5px 5px;">{Caption}</div>{/block:Caption}
- {/block:Photo}
- <!--photosets-->
- {block:Photoset}
- <div class="psets">{Photoset}</div>
- {block:Caption}<div class="pcaption">{Caption}</div>{/block:Caption}
- {/block:Photoset}
- <!--videos-->
- {block:Video}
- <div class="vsets">{Video}</div>
- {block:Caption}<div class="pcaption">{Caption}</div>{/block:Caption}
- {/block:Video}
- <!--audios-->
- {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="60px" height="60px" align="left" style="margin-right:10px;" />{/block:AlbumArt}
- {block:TrackName}<div class="audiotitle">Title: <audioinfo>{TrackName}</audioinfo><br/></div>{/block:TrackName}
- {block:Artist}<div class="audioartist">Artist: <audioinfo>{Artist}</audioinfo><br/></div>{/block:Artist}
- {/block:ExternalAudio}<div class="audioplayed">Played: <audioinfo>{PlayCount} times</audioinfo> </div>
- </br>
- <div class="audioplayr"style="background:{color:accent}">{AudioPlayer}</div>
- {/block:Audio}
- <!--info-->
- <div id="info">
- <div id="permalink">
- <a href="{Permalink}"><i class="fa fa-bookmark-o"></i> {DayOfMonth} {ShortMonth} {ShortYear} </a> <i class="fa fa-heart-o"></i> {NoteCountWithLabel}</br>
- {block:RebloggedFrom}
- {block:ContentSource}
- <a href="{ReblogParentURL}" title="{ReblogParentName}"><i class="fa fa-clock-o"></i></a> <a href="{SourceURL}"title="{ReblogRootName}"><i class="fa fa-edit"></i></a>
- {/block:ContentSource}
- {/block:RebloggedFrom}<a href="{ReblogURL}" title="reblog"target="_blank" class="details"><i class="fa fa-repeat"style="color:{color:text}"></i></a>
- </a></div></div>
- {block:HasTags}<div id="tags">{block:Tags} <a href="{TagURL}">#{Tag} </a> {/block:Tags}
- </div>
- {/block:HasTags}
- </div>
- {block:PostNotes} {PostNotes} {/block:PostNotes}
- {/block:Posts}
- {block:Pagination}
- <div class="pagination"style="{color:text}">
- {block:PreviousPage}<a href="{PreviousPage}"title="previous page">BACK</a>{/block:PreviousPage}{block:JumpPagination length="4"}{block:CurrentPage}<span class="current_page"style="color:{color:links};font-weight:600;padding:5px">{PageNumber}</span>{/block:CurrentPage}{block:JumpPage}<a class="jump_page"style="{color:text}" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}{block:NextPage}<a href="{NextPage}"title="next page">NEXT</a>{/block:NextPage}
- {/block:Pagination}</div>
- </div>
- <!--credit (u better dont touch this here u goof)-->
- <div id="credit">
- <a href="http://ceesty.com/qNgV4R"title="daddythemes"><i class="fa fa-at" style="color:{color:credit};font-size:14px;margin-top:5px"></i></a>
- </div>
- </html>
- </body>
- <!-----end html---->
Add Comment
Please, Sign In to add comment