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">
- <!--
- Don't steal or remove credit or I will gank you :)
- (This theme is my pride and joy and if you steal it I will drop-kick you in the face)
- Contact me if you have any questions or concerns
- -->
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <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');
- var popURL = $(this).attr('href');
- var query= popURL.split('?');
- var dim= query[1].split('&');
- var popWidth = dim[0].split('=')[1];
- $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="https://31.media.tumblr.com/6af5d5c420629727df31cbb9e3b8329b/tumblr_inline_n2aj54kxoa1r7v6wt.png" class="btn_close" alt="Close" /></a>');
- var popMargTop = ($('#' + popID).height() + 80) / 2;
- var popMargLeft = ($('#' + popID).width() + 80) / 2;
- $('#' + popID).css({
- 'margin-top' : -popMargTop,
- 'margin-left' : -popMargLeft
- });
- $('body').append('<div id="fade"></div>');
- $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn();
- return false;
- });
- $('a.close, #fade').live('click', function() {
- $('#fade , .popup_block').fadeOut(function() {
- $('#fade, a.close').remove();
- });
- return false;
- });
- });
- </script>
- <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:text" content="#a8a8a8"/>
- <meta name="color:link" content="#74afd4"/>
- <meta name="color:hover" content="#bad8eb"/>
- <meta name="color:line" content="#f2f2f2"/>
- <meta name="color:border" content="#e4e4e4"/>
- <meta name="color:post" content="#ffffff"/>
- <meta name="color:navigation links" content="#aaaaaa"/>
- <meta name="color:navigation links hover" content="#bad8eb"/>
- <meta name="color:links background" content="#fafafa"/>
- <meta name="color:popup header background" content="#fafafa"/>
- <meta name="color:navigation header background" content="#f4f4f4"/>
- <meta name="color:header backgrounds" content="#bad8eb"/>
- <meta name="color:header text" content="#74afd4"/>
- <meta name="color:navigation border" content="#eee"/>
- <meta name="color:highlight color" content="#bad8eb"/>
- <meta name="color:scrollbar" content="#bad8eb"/>
- <meta name="image:sidebar" content=""/>
- <meta name="image:picture of you" content=""/>
- <meta name="if:six links" content="1"/>
- <meta name="if:nine links" content="1"/>
- <meta name="if:two tag columns" content="1"/>
- <meta name="text:your url" content="for the ask and submit boxes" />
- <meta name="text:ask box title" content="ask box title" />
- <meta name="text:faq" content="write your frequently asked questions here" />
- <meta name="text:submit box title" content="submit box title" />
- <meta name="text:submission rules" content="write your submit rules here" />
- <meta name="text:about you" content="write your about me here!" />
- <meta name="text:link 1" content="/" />
- <meta name="text:link 1 Text" content="link 1" />
- <meta name="text:link 2" content="/" />
- <meta name="text:link 2 Text" content="link 2" />
- <meta name="text:link 3" content="/" />
- <meta name="text:link 3 Text" content="link 3" />
- <meta name="text:link 4" content="/" />
- <meta name="text:link 4 Text" content="link 4" />
- <meta name="text:link 5" content="/" />
- <meta name="text:link 5 Text" content="link 5" />
- <meta name="text:link 6" content="/" />
- <meta name="text:link 6 Text" content="link 6" />
- <meta name="text:link 7" content="/" />
- <meta name="text:link 7 Text" content="link 7" />
- <meta name="text:link 8" content="/" />
- <meta name="text:link 8 Text" content="link 8" />
- <meta name="text:link 9" content="/" />
- <meta name="text:link 9 Text" content="link 9" />
- <meta name="text:tag box one" content="your tags here!" />
- <meta name="text:tags title one" content="tags" />
- <meta name="text:tag box two" content="your tags here!" />
- <meta name="text:tags title two" content="tags" />
- <meta name="text:tag box three" content="your tags here!" />
- <meta name="text:tags title three" content="tags" />
- <meta name="text:tag box four" content="your tags here!" />
- <meta name="text:tags title four" content="tags" />
- <meta name="text:tag box five" content="your tags here!" />
- <meta name="text:tags title five" content="tags" />
- <meta name="text:tag box six" content="your tags here!" />
- <meta name="text:tags title six" content="tags" />
- <meta name="text:tag box seven" content="your tags here!" />
- <meta name="text:tags title seven" content="tags" />
- <meta name="text:tag box eight" content="your tags here!" />
- <meta name="text:tags title eight" content="tags" />
- <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
- <style>
- div#qTip {
- padding: 3px;
- display: none;
- font-style:none;
- text-align: center;
- position: absolute;
- font-size:8px;
- text-transform:uppercase;
- line-height:10px;
- font-family: calibri;
- background: white;
- z-index: 9999999;
- border: 1px solid #f4f4f4;
- color: {color:text};
- letter-spacing: 2px;
- max-width:150px;
- }
- </style>
- <style type="text/css">
- *, body, a, a:hover {cursor: url(http://media.tumblr.com/tumblr_mem9zjUXhw1rqv2lu.png), auto;}
- ::-webkit-scrollbar {
- width:6px;
- height:6px;
- background-color:{color:background};
- }
- ::-webkit-scrollbar-track {
- background-color:{color:background};
- }
- ::-webkit-scrollbar-thumb {
- background-color:{color:scrollbar};
- border: 2px solid {color:background};
- }
- ::selection { background:{color:highlight color}; }
- ::-moz-selection { background:{color:highlight color}; }
- #fade {
- display: none;
- background: #000;
- position: fixed; left: 0; top: 0;
- width: 100%; height: 100%;
- opacity: .80;
- z-index: 9999;
- }
- .popup_block{
- display: none;
- background: #fff;
- max-height:100%;
- padding: 20px;
- border: 1px solid #eae0fb;
- text-align:center;
- float: left;
- font-size: 9px;
- position: fixed;
- top: 55%; left: 55%;
- overflow-y: auto; overflow-x: yes scroll;
- z-index: 99999;
- -webkit-box-shadow: 0px 0px 20px #000;
- -moz-box-shadow: 0px 0px 20px #000;
- box-shadow: 0px 0px 20px #000;
- }
- img.btn_close {
- float: right;
- margin: -15px -15px 0 0;
- }
- *html #fade {
- position: absolute;
- }
- *html .popup_block {
- position: absolute;
- }
- body {
- background:{color:background};
- margin:0px;
- color:{color:text};
- font-family:calibri;
- font-size:8px;
- line-height:100%;
- }
- a {
- text-decoration:none;
- outline:none;
- -moz-outline-style:none;
- color:{color:link};
- }
- img {
- border:none;
- }
- img {
- max-width:100%;
- height:auto;
- }
- blockquote {
- margin:0px 4px;
- padding:0em 1em;
- border-left:1px solid {color:blockquote};
- }
- h1 {
- font-size:9px;
- text-shadow:1px 1px 0px #ffffff;
- padding:8px;
- background-color:{color:header backgrounds};
- color:{color:header text};
- text-align:center;
- text-transform:uppercase;
- }
- a:hover {
- opacity:10;
- color:{color:hover};
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease
- }
- #entries {
- padding:10px;
- width:250px;
- margin-left:450px;
- margin-top:40px;
- font-size:10px;
- }
- #post {
- width:250px;
- border:1px solid {color:border};
- padding-bottom:20px;
- padding:10px;
- margin-top:15px;
- background-color:{color:post};
- }
- #sidebar {
- width:130px;
- position:fixed;
- margin-left:260px;
- margin-top:150px;
- opacity:.80;
- background-color:{color:sidebar};
- }
- #sidebarimage {
- width 130px;
- }
- #sidebarimage img {
- width:130px;
- border:solid 1px;
- padding:6px;
- border-color: {color:border};
- background-color:{color:sidebar};
- }
- .links {
- width:135px;
- height:5px;
- padding: 9px;
- font-size:8px;
- font-family:'calibri';
- text-align:center;
- margin-top:-2px;
- margin-left:-35px;
- text-align:center;
- text-transform:uppercase;
- word-spacing:20px;
- position:fixed;
- padding-bottom:7px;
- }
- .links a {
- font-size: 10px;
- }
- .links a:hover {
- color:{color:Hover}
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- #description {
- position:fixed;
- font-family:calibri;
- line-height:90%;
- font-size:9px;
- width:100px;
- margin-top:20px;
- padding:8px;
- margin-left:14px;
- text-align:justify;
- color:{color:text};
- }
- #description a {color:{color:text}; -moz-transition-duration:0.4s;
- -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
- #contact {
- max-height:800px;
- }
- #ask{
- max-height:800px;
- width:350px;
- float:left;
- padding-right:20px;
- margin-left:10px;
- }
- #submit{
- max-height:800px;
- float:right;
- padding-right:5px;
- width:350px;
- }
- #askk{
- float:left;
- max-height:420px; overflow-y: auto; overflow-x: yes scroll;
- width:300px;
- padding-right:20px;
- margin-left:10px;
- }
- #submitt{
- float:left;
- max-height:400px; overflow-y: auto; overflow-x: yes scroll;
- width:300px;
- padding-right:20px;
- margin-left:10px;
- }
- #asktitle{
- font-size:10px;
- text-transform:uppercase;
- text-align:left;
- border:1px solid {color:navigation border};
- line-height:20px;
- width:315px;
- margin-left:5px;
- padding:5px;
- background-color:{color:popup header background};
- }
- #faqtitle{
- font-size:10px;
- text-transform:uppercase;
- padding:10px;
- text-align:left;
- }
- #faq{
- font-size:8px;
- text-align:left;
- padding:8px;
- max-height:100px; overflow-y: auto; overflow-x: yes scroll;
- }
- #abouttitle{
- font-size:10px;
- text-transform:uppercase;
- text-align:left;
- border:1px solid {color:navigation border};
- line-height:20px;
- width:288px;
- padding:5px;
- background-color:{color:popup header background};
- }
- #about {
- max-height:160px; overflow-y: auto; overflow-x: yes scroll;
- }
- #about img{
- width:90px;
- float:right;
- margin-left:10px;
- border:1px solid #dfdfdf;
- padding:15px;
- background:#fafafa;
- }
- #you{
- max-height:150px; overflow-y: auto; overflow-x: yes scroll;
- text-align:left;
- line-height:10px;
- padding-right:10px;
- width:150px;
- }
- #linkies{
- font-size:8px;
- text-transform:uppercase;
- letter-spacing:1px;
- color:{color:navigation links};
- line-height:1.36em;
- text-align:center;
- min-height:100px;
- max-height:100px;overflow-y: auto; overflow-x: yes scroll;
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- #linkies a{
- display:block;
- padding:2px 3px;
- margin:1px 0px 0px 0px;
- font-size:8px;
- text-transform:uppercase;
- letter-spacing:1px;
- color:{color:navigation links};
- line-height:1.36em;
- text-align:left;
- }
- #linkies a:hover{
- color:{color:navigation links hover};
- }
- #linku a{
- float:left;
- color:{color:navigation links};
- width:130px;
- padding:29px 22px 27px;
- margin:7px;
- max-height:15px;
- min-height:15px;
- font-size:9px;
- text-align:center;
- letter-spacing:2px;
- background:{color:links background};
- text-transform:uppercase;
- border:1px solid {color:navigation border};
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- #linku a:hover{
- background:{color:navigation links hover};
- color:#ffffff;
- }
- #linkiesbox{
- float:left;
- width:122px;
- padding:10px;
- }
- #navheader{
- width:103px;
- text-transform:uppercase;
- letter-spacing:2px;
- background-color:{color:popup header background};
- border:1px solid {color:navigation border};
- color:{color:navigation links};
- padding:8px;
- text-align:center;
- }
- #naviheader{
- width:550px;
- color:{color:navigation links};
- letter-spacing:2px;
- font-family:calibri;
- text-transform:uppercase;
- background-color:{color:navigation header background};
- border:1px solid {color:navigation border};
- padding:15px;
- text-align:right;
- font-size:15px;
- }
- #taggyheader{
- width:550px;
- color:{color:navigation links};
- letter-spacing:2px;
- font-family:calibri;
- text-transform:uppercase;
- background-color:{color:navigation header background};
- border:1px solid {color:navigation border};
- padding:15px;
- text-align:left;
- font-size:15px;
- }
- #navigation{
- max-height:300px;overflow-y: auto; overflow-x: yes scroll;
- padding-bottom:20px;
- }
- #pagination {
- width:130px;
- font-size:8px;
- text-align:center;
- margin-left:7px;
- margin-top:-160px;
- position:relative;
- font-family:consolas;
- letter-spacing:0px;
- }
- #info {
- text-align:left;
- margin-top:10px;
- text-transform:lowercase;
- font-size:8px;
- font-style:none;
- line-height:10px;
- border-top:1px solid {color:Line}
- }
- #tags {
- font-family:calibri;
- letter-spacing:0px;
- text-transform:lowercase;
- font-size:8px;
- margin-top:4px;
- text-align:left;
- }
- #tags
- a {display:inline;background-color:{color:Tags};padding:-3px;text-align:left;
- -webkit-transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
- #asker {
- padding:8px;
- font-family:calibri;
- color:{color:header text};
- text-shadow:1px 1px 0px #ffffff;
- font-size:9px;
- letter-spacing:1px;
- background-color:{color:header backgrounds};
- text-align:center;
- }
- .newplayerbutton {
- position: relative;
- width: 20px;
- height: 50px;
- overflow: hidden;
- }
- .playerbuttonhug {
- position: absolute;
- top: -11px;
- left: -12px;
- }
- .tumblr_audio_player {
- border: none;
- padding: 0px;
- height: 40px;
- width: 500px;
- margin:0px 40px 10px 4px;
- }
- .trackdetails {
- width: auto;
- display:inline-block;
- line-height:20px;
- margin-left: 100px;
- height:85px;
- }
- .playerbuttonbg {
- position:absolute;
- left: 14px;
- top: 15px;
- width: 180px;
- height: 15px;
- background-color: #ffffff;
- padding: 20px;
- opacity: .4;
- filter: alpha(opacity=40);
- -moz-opacity: 0.4;
- -khtml-opacity: 0.4;
- transition: opacity .7s ease-in-out;
- -moz-transition: opacity .7s ease-in-out;
- -webkit-transition: opacity .7s ease-in-out;
- }
- .playerbuttonbg:hover {
- opacity: 1;
- filter: alpha(opacity=100);
- -moz-opacity: 1;
- -khtml-opacity: 1;
- }
- .audioimgwrapper {
- position: absolute;
- left: 0px;
- top: 0px;
- overflow: hidden;
- width: 250px;
- height: 80px;
- }
- .audioimgwrapper img {
- width: 100%;
- height: auto;
- }
- .audiowrapper {
- position: relative;
- display:inline-block;
- }
- ol.notes {
- width:200px;
- text-align:left;
- line-height:20px;
- list-style:none;
- color:{color:link};
- }
- ol.notes img {
- display:none;
- }
- .sfm input {background-color: #ededed;
- font-size: 8px;
- border: 0px;
- text-transform: uppercase;
- margin-top: 0px;
- float:right;
- color: #999;
- letter-spacing: 1px;
- padding: 4px 8px;
- font-family: calibri, helvetica, arial;}
- {CustomCSS}</style></head><body>
- <div id="contact" class="popup_block">
- <div id="ask">
- <div id="asktitle">{text:ask box title}</div>
- <div id="askk">
- <div id="faqtitle">frequently asked questions</div>
- <div id="faq">{text:faq}</div>
- <div style="padding-top:10px;"><div class="ask"><iframe frameborder="0" width="300px" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/{text:your url}.tumblr.com" height="250px"></iframe></div>
- </div>
- </div>
- </div>
- <div id="submit">
- <div id="asktitle">{text:submit box title}</div>
- <div id="submitt">
- <div id="faqtitle">submission rules</div>
- <div id="faq">{text:submission rules}</div>
- <div style="padding-top:10px;"><div class="submit"><iframe frameborder="0" width="300px" id="submit_form" scrolling="yes" src="http://www.tumblr.com/submit_form/{text:your url}.tumblr.com" height="420px"></iframe></div>
- </div>
- </div>
- </div>
- </div>
- <div id="person" class="popup_block">
- <div id="abouttitle">about me</div><br>
- <div id="about">
- <img src="{image:picture of you}"/>
- <div id="you">
- {text:about you}
- </div>
- </div>
- </div>
- <div id="linky" class="popup_block">
- <div id="naviheader">Navigation</div>
- <div id="navigation">
- <div id="linku">
- <a href="{text:link 1}">{text:link 1 text}</a>
- <a href="{text:link 2}">{text:link 2 text}</a>
- <a href="{text:link 3}">{text:link 3 text}</a>
- {block:ifsixlinks}
- <a href="{text:link 4}">{text:link 4 text}</a>
- <a href="{text:link 5}">{text:link 5 text}</a>
- <a href="{text:link 6}">{text:link 6 text}</a>
- {/block:ifsixlinks}
- {block:ifninelinks}
- <a href="{text:link 7}">{text:link 7 text}</a>
- <a href="{text:link 8}">{text:link 8 text}</a>
- <a href="{text:link 9}">{text:link 9 text}</a>
- {/block:ifninelinks}
- </div></div>
- <div id="taggyheader">
- <form action="/search" method="get" class="sfm" name="theform">
- <input type="text" name="q" value="SEARCH"/>
- </form>
- Tags
- </div>
- <div id="navigation">
- <div id="linkiesbox">
- <div id="navheader">{text:tags title one}</div>
- <div id="linkies">
- {text:tag box one}
- </div></div>
- <div id="linkiesbox">
- <div id="navheader">{text:tags title two}</div>
- <div id="linkies">
- {text:tag box two}
- </div></div>
- <div id="linkiesbox">
- <div id="navheader">{text:tags title three}</div>
- <div id="linkies">
- {text:tag box three}
- </div></div>
- <div id="linkiesbox">
- <div id="navheader">{text:tags title four}</div>
- <div id="linkies">
- {text:tag box four}
- </div></div>
- {block:iftwotagcolumns}
- <div id="linkiesbox">
- <div id="navheader">{text:tags title five}</div>
- <div id="linkies">
- {text:tag box five}
- </div></div>
- <div id="linkiesbox">
- <div id="navheader">{text:tags title six}</div>
- <div id="linkies">
- {text:tag box six}
- </div></div>
- <div id="linkiesbox">
- <div id="navheader">{text:tags title seven}</div>
- <div id="linkies">
- {text:tag box seven}
- </div></div>
- <div id="linkiesbox">
- <div id="navheader">{text:tags title eight}</div>
- <div id="linkies">
- {text:tag box eight}
- {/block:iftwotagcolumns}
- </div></div></div>
- </div>
- </div>
- <div id="sidebar">
- <div id="sidebarimage"><img src="{image:sidebar}"></div>
- <div id="description">
- {Description}
- </div>
- <div class="links">
- <a href="/" title="home"><img src="https://31.media.tumblr.com/2015daae1d676432bfe8cc417be25d2b/tumblr_inline_n2aiggyMWT1r7v6wt.png"></a>
- <a href="#?w=800" rel="contact" class="poplight" title="message and submit"><img src="https://31.media.tumblr.com/5b80f6b287f935df5d5eae173919821e/tumblr_inline_n2aigwiUlj1r7v6wt.png"></a>
- <a href="#?w=300" rel="person" class="poplight" title="about me"><img src="http://static.tumblr.com/3yblkz0/Eifn2c23d/w2.png"></a>
- <a href="#?w=580" rel="linky" class="poplight" title="navigation"><img src="http://static.tumblr.com/3yblkz0/hnvn2c2pp/li.png"></a>
- </div>
- {block:Pagination}<div id="pagination">
- {block:PreviousPage}<a href="{PreviousPage}">←</a> {/block:PreviousPage}
- {block:JumpPagination length="5"}
- {block:CurrentPage}<span class="current_page">{PageNumber}</span> {/block:CurrentPage}
- {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a> {/block:JumpPage}
- {/block:JumpPagination}
- {block:NextPage}<a href="{NextPage}">→</a>{/block:NextPage}
- </div>{/block:Pagination}
- </div>
- <div id="entries">{block:Posts}<div id="post">
- {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
- {block:Photo}{LinkOpenTag}<img src="{PhotoURL-250}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Photoset}{Photoset-250}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- {block:Quote}<div style="font-family: calibri; font-size:11px; padding:20px; background-color:{color:header backgrounds}; color:{color:header text}; line-height:12px; text-shadow:1px 1px 0px #ffffff;">❝{Quote}❞</div>{block:Source}<br><br> <div style="text-align: right;"> - {Source}</div>{/block:Source}{/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}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
- {block:AudioPlayer}<div class="audiowrapper">{block:AlbumArt}<div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="playerbuttonbg"><div class="newplayerbutton"><div class="playerbuttonhug">{AudioPlayerWhite}</div></div></div><div class="trackdetails">{block:TrackName}{TrackName}{/block:TrackName}<br>{block:Artist}Artist: {Artist}{/block:Artist}<br>{block:Album}Album: {Album}{/block:Album}<br>
- {PlayCountWithLabel}</div></div>{block:Caption}{Caption}{/block:Caption}{/block:AudioPlayer}
- {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Answer}<div id="asker"><span style="font-family:calibri;font-size:9px;">{Asker}: </span>{Question}</div><left><font face="calibri">{Answer}</font>{/block:Answer}
- <div id="info">
- <br>posted <a href="{Permalink}">{12Hour}:{Minutes} {DayofWeek} {DayofMonth} {Month} {Year}</a> <br>{block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource}<a href="{SourceURL}">from <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} with <a href="{Permalink}">{NoteCountWithLabel}</a>
- {block:HasTags}<div id="tags">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
- {/block:Posts}
- {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
- {/block:Posts}</div></div></div>
- <div style="position:fixed;bottom:3px; right:3px; font-size:13px; letter-spacing:1px; font-family:cambria;"><a href="http://jimothykirk.tumblr.com/">☁</a></center></div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment