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">
- <!--
- Blueberry Theme by Cate @jimothykirk
- ᵒ Do not remove or change the credit in any way
- ᵒ Do not use as a base, the base I used is from here http://pastebin.com/SuV9Xhyg
- ᵒ Do not steal from or redistribute
- Please contact me if you have any questions or concerns and enjoy!
- -->
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <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}
- <meta name="color:background" content="#ffffff"/>
- <meta name="color:text" content="#a8a8a8"/>
- <meta name="color:link" content="#e3f3fc"/>
- <meta name="color:hover" content="#dcecf5"/>
- <meta name="color:line" content="#f2f2f2"/>
- <meta name="color:border" content="#e3f3fc"/>
- <meta name="color:bold" content="#bad8eb"/>
- <meta name="color:post" content="#ffffff"/>
- <meta name="color:main links" content="#e3f3fc"/>
- <meta name="color:header background" content="#f4f4f4"/>
- <meta name="color:header border" content="#eee"/>
- <meta name="color:backgrounds" content="#e3f3fc"/>
- <meta name="color:colored text" content="#bad8eb"/>
- <meta name="color:scrollbar background" content="#fff"/>
- <meta name="color:scrollbar" content="#e3f3fc"/>
- <meta name="image:header" content=""/>
- <meta name="image:side image" content=""/>
- <meta name="text:ask link url" content="/ask" />
- <meta name="text:link one url" content="/" />
- <meta name="text:short link one name" content="one" />
- <meta name="text:long link one name" content="link one title (optional)" />
- <meta name="text:link two url" content="/" />
- <meta name="text:short link two name" content="two" />
- <meta name="text:long link two name" content="link two title (optional)" />
- <meta name="text:link three url" content="/" />
- <meta name="text:short link three name" content="three" />
- <meta name="text:long link three name" content="link three title (optional)" />
- <meta name="text:link four url" content="/" />
- <meta name="text:short link four name" content="four" />
- <meta name="text:long link four name" content="link four title (optional)" />
- <meta name="text:side image width" content="350px" />
- <meta name="text:side image up" content="95px" />
- <meta name="text:side image left" content="500px" />
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script><script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("[title],a[title],img[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:100,
- tip_fade_speed:300,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- </script>
- <style type="text/css">
- *, body, a, a:hover {cursor: url(http://media.tumblr.com/tumblr_mem9zjUXhw1rqv2lu.png), auto;}
- ::-webkit-scrollbar {
- width:6px;
- height:15px;
- background-color:{color:scrollbar background};
- }
- ::-webkit-scrollbar-track {
- background-color:{color:scrollbar background};
- }
- ::-webkit-scrollbar-thumb {
- border-radius:5px;
- background-color:{color:scrollbar};
- border: 1px solid {color:scrollbar background};
- }
- body {
- background:{color:background};
- margin:0px;
- color:{color:text};
- font-family:calibri;
- font-size:9px;
- line-height:100%;
- }
- b{
- color:{color:bold};
- }
- a {
- text-decoration:none;
- outline:none;
- -moz-outline-style:none;
- color:{color:text};
- background-color:{color:link};
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease
- }
- li{
- margin-left:-25px;
- padding:0em 0em;
- }
- img {
- max-width:100%;
- height:auto;
- border-radius:2px;
- }
- blockquote {
- margin:0px 4px;
- padding:0em 1em;
- border-left:1px solid {color:line};
- }
- h1 {
- font-size:9px;
- text-shadow:1px 1px 0px #ffffff;
- padding:8px;
- background-color:{color:backgrounds};
- color:{color:colored text};
- text-align:center;
- text-transform:uppercase;
- }
- h1 a{
- color:{color:colored text};
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease
- }
- h1 a:hover{
- color:{color:colored text};
- background-color:transparent;
- letter-spacing:2px;
- }
- h2 {
- font-size:9px;
- text-shadow:1px 1px 0px #ffffff;
- padding:8px;
- color:{color:colored text};
- text-align:center;
- text-transform:uppercase;
- }
- a:hover {
- opacity:10;
- background-color:{color:hover};
- color:{color:text};
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease
- }
- /* --- POST ENTRIES ---*/
- #content {
- padding:10px;
- height:500px;overflow-y: auto; overflow-x: yes scroll;
- border:1px solid {color:header border};
- width:310px;
- position:fixed;
- margin-left:430px;
- margin-top:186px;
- }
- #post {
- width:250px;
- padding-bottom:20px;
- padding:10px;
- border:1px solid {color:border};
- border-radius:4px;
- z-index:1;
- margin-left:18px;
- margin-bottom:60px;
- background-color:{color:post};
- }
- #woah {
- position:fixed;
- margin-top:5px;
- margin-left:430px;
- position:fixed;
- z-index:2;
- width:350px;
- height:150px;
- }
- #woahimage {
- width 350px;
- position:absolute;
- z-index:2;
- height:150px;
- }
- #woahimage img {
- width:350px;
- padding:15px;
- background-color:{color:header background};
- z-index:2;
- position:absolute;
- border:1px solid {color:header border};
- border-top-right-radius:1em;
- border-top-left-radius:1em;
- height:150px;
- }
- #description {
- max-height:50px; overflow-y: auto; overflow-x: yes scroll;
- position:fixed;
- line-height:130%;
- font-size:9px;
- border-radius:3px;
- width:230px;
- padding:16px;
- margin-left:32px;
- text-align:justify;
- color:{color:text};
- background-color:white;
- border: 1px solid {color:border};
- opacity:0;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
- }
- #description a {color:{color:text}; -moz-transition-duration:0.8s;
- -webkit-transition-duration:0.8s; -o-transition-duration:0.8s;}
- #woah #description {
- position:absolute;
- z-index:2;
- margin-top:50px;filter: alpha(opacity = 0);
- opacity:0;-webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
- }
- #woah:hover #description {
- margin-top:50px;
- position:absolute;
- z-index:2;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;
- filter: alpha(opacity = 100);
- filter: alpha(opacity = 100);
- opacity:.83;
- }
- .links {
- width:90px;
- height:5px;
- padding: 9px;
- font-size:8px;
- font-family:'calibri';
- text-align:center;
- margin-top:-8px;
- margin-left:330px;
- text-align:center;
- text-transform:uppercase;
- word-spacing:2px;
- position:fixed;
- padding-bottom:7px;
- }
- #pagination {
- font-size:10px;
- text-align:center;
- color:{color:backgrounds};
- position:fixed;
- letter-spacing:0px;
- z-index:2;
- margin-top:706px;
- margin-left:430px;
- border-bottom-right-radius:1em;
- border-bottom-left-radius:1em;
- background-color:{color:header background};
- border:1px solid {color:header border};
- width:330px;
- height:30px;
- padding-top:20px;
- }
- #pagination a{
- border: 1px solid {color:background};
- z-index:2;
- border-radius:4px;
- text-shadow:1px 1px 0px #ffffff;
- padding:11px;
- color:{color:colored text};
- margin:40px;
- margin-top:20px;
- margin-left:30px;
- }
- #info {
- text-align:left;
- margin-top:10px;
- padding-left:4px;
- text-transform:none;
- font-size:9px;
- line-height:120%;
- font-style:none;
- border-top:1px solid {color:line}
- }
- #info a{
- background-color:{color:post};
- }
- #perma{
- font-size:8px;
- background-color:{color:links};
- border-top:1px solid {color:line};
- text-align:left;
- margin-top:10px;
- line-height:140%;
- padding-left:4px;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- -ms-transition: all 0.7s ease-in-out; transition: all 0.7s ease-in-out;
- }
- #notess{
- text-align:right;
- margin-top:-13px;
- background-color:transparent;
- }
- #notess a{
- background-color:transparent;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- -ms-transition: all 0.7s ease-in-out; transition: all 0.7s ease-in-out;
- }
- #notess a:hover{
- background-color:{color:hover};
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- -ms-transition: all 0.7s ease-in-out; transition: all 0.7s ease-in-out;
- }
- #permatags {
- letter-spacing:0px;
- text-transform:none;
- font-size:9px;
- margin-top:0px;
- padding-left:4px;
- text-align:left;
- }
- #permatags
- a {display:inline;margin-left:2px;text-align:left;background-color:transparent;
- -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;}
- #permatags a:hover{
- background-color:{color:hover};
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- -ms-transition: all 0.7s ease-in-out; transition: all 0.7s ease-in-out;
- }
- #tags {
- letter-spacing:0px;
- text-transform:lowercase;
- font-size:8px;
- margin-top:4px;
- text-align:left;
- }
- #tags
- a {display:inline;margin:4px;text-align:left;background-color:transparent;
- -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;}
- #tags a:hover{
- background-color:{color:hover};
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- -ms-transition: all 0.7s ease-in-out; transition: all 0.7s ease-in-out;
- }
- #asker {
- padding:8px;
- padding-left:5px;
- background-color:{color:backgrounds};
- text-align:left;
- border-radius:5px;
- border:1px solid {color:backgrounds};
- color:{color:text};
- opacity:.84;
- }
- #answerer{
- padding:3px;
- background-color:{color:backgrounds};
- text-align:left;
- margin-top:20px;
- border-radius:5px;
- border:1px solid {color:backgrounds};
- color:{color:text};
- padding-left:5px;
- opacity:.84;
- }
- #asker a{
- color:{color:text};
- }
- #answerer a{
- color:{color:text};
- }
- #asker a:hover{
- background-color:transparent;
- color:{color:background};
- }
- #answerer a:hover{
- background-color:transparent;
- color:{color:background};
- }
- #triangle-up {
- width: 0;
- height: 0;
- margin-bottom:0px;
- margin-left:225px;
- border-left: 8px solid transparent;
- border-right: 8px solid transparent;
- border-bottom: 10px solid {color:backgrounds};
- opacity:.84;
- }
- #triangle-down {
- width: 0;
- height: 0;
- margin-left:10px;
- margin-top:0px;
- border-left: 8px solid transparent;
- border-right: 8px solid transparent;
- border-top: 10px solid {color:backgrounds};
- opacity:.84;
- }
- #quote{
- font-size:11px;
- padding:20px;
- border-radius:5px;
- border:1px solid {color:backgrounds};
- color:{color:text};
- line-height:12px;
- background-color:{color:backgrounds};
- opacity:.84;
- }
- .circle{width:15px;height:15px;border-radius:50px;font-size:8px;color:{color:background};line-height:12px;text-align:center;background:{color:main links}; border:1px solid {color:main links}; margin-top:5px;
- -webkit-transition: all 1s ease-in-out;
- -moz-transition: all 1s ease-in-out;
- -o-transition: all 1s ease-in-out;
- -ms-transition: all 1s ease-in-out; transition: all 0.9s ease-in-out;
- }
- .circle:hover{
- display:block;width:100px;height:15px;border-radius:50px;font-size:8px;color:{color:background};line-height:12px;text-align:center;background:{color:background}; border:1px solid {color:main links}; margin-top:5px; -webkit-transition: all 1s ease-in-out;
- -moz-transition: all 1s ease-in-out;
- -o-transition: all 1s ease-in-out;
- -ms-transition: all 1s ease-in-out; transition: all 1s ease-in-out;
- }
- .circletext {
- display: inline;
- margin-left: 25px;
- width:90px;
- height:10px;
- font-size:9px;
- visibility: hidden;
- -webkit-transition: all 1s ease-in-out;
- -moz-transition: all 1s ease-in-out;
- -o-transition: all 1s ease-in-out;
- -ms-transition: all 1s ease-in-out; transition: all 1s ease-in-out;
- }
- .circletext a{
- color:{color:background};
- font-size:9px;
- background-color:transparent;
- width:90px;
- height:10px;
- -webkit-transition: all 0s ease-in-out;
- -moz-transition: all 0s ease-in-out;
- -o-transition: all 0s ease-in-out;
- -ms-transition: all 0s ease-in-out; transition: all 0s ease-in-out;
- }
- .circletext a:hover{
- color:{color:background};
- -webkit-transition: all 0s ease-in-out;
- -moz-transition: all 0s ease-in-out;
- -o-transition: all 0s ease-in-out;
- -ms-transition: all 0s ease-in-out; transition: all 0s ease-in-out;
- }
- .circle:hover .circletext a{
- background-color:transparent;
- height:10px;
- -webkit-transition: all 0s ease-in-out;
- -moz-transition: all 0s ease-in-out;
- -o-transition: all 0s ease-in-out;
- -ms-transition: all 0s ease-in-out; transition: all 0s ease-in-out;
- }
- .circle:hover .circletext {
- visibility: visible;
- color:{color:background};
- text-shadow:1px 1px 0px #aaa;
- font-size:9px;
- height:10px;
- width:90px;
- text-align:right;
- -webkit-transition: all .9s ease-in-out;
- -moz-transition: all 0.9s ease-in-out;
- -o-transition: all 0.9s ease-in-out;
- -ms-transition: all 0.9s ease-in-out; transition: all 0.9s ease-in-out;
- }
- #sideimage{
- margin-top:{text:side image up};
- margin-left:{text:side image left};
- position:fixed;
- }
- #sideimage img{
- width:{text:side image width};
- margin-top:{text:side image up};
- margin-left:{text:side image left};
- opacity:.9;
- position:fixed;
- }
- .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;
- }
- .newplayerbutton2 {
- position: relative;
- width: 20px;
- height: 50px;
- overflow: hidden;
- }
- .playerbuttonhug2 {
- position: absolute;
- top: -11px;
- left: -12px;
- }
- .tumblr_audio_player2 {
- border: none;
- padding: 0px;
- height: 40px;
- width: 500px;
- margin:0px 40px 10px 4px;
- }
- .playerbuttonbg2 {
- position:absolute;
- left: 14px;
- top: 15px;
- width: 13px;
- 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;
- }
- .playerbuttonbg2:hover {
- opacity: 1;
- filter: alpha(opacity=100);
- -moz-opacity: 1;
- -khtml-opacity: 1;
- }
- .audioimgwrapper2 {
- position: absolute;
- left: 0px;
- top: 0px;
- overflow: hidden;
- width: 80px;
- height: 80px;
- }
- .audioimgwrapper2 img {
- width: 100%;
- height: auto;
- }
- .trackdetails2 {
- width: auto;
- display:inline-block;
- line-height:20px;
- margin-left: 100px;
- height:85px;
- }
- .audiowrapper2 {
- position: relative;
- display:inline-block;
- }
- ol.notes {
- width:215px;
- padding:0px;
- margin-left:40px;
- list-style-type:none;
- font-size:8px;
- letter-spacing:1px;
- text-transform:lowercase;
- text-align:left;
- }
- ol.notes a {
- color:{color:text};
- background-color:transparent;
- }
- ol.notes a:hover{
- background-color:transparent;
- color:{color:hover};
- }
- ol.notes blockquote{
- border:1px solid {color:header border};
- background-color:{color:header background};
- border-radius:4px;
- padding:4px;
- }
- li.note {
- padding:10px;
- }
- img.avatar {
- vertical-align: -4px;
- margin-right:10px;
- width:14px;
- height:14px;
- }
- img.avatar:hover{
- background-color:{color:background};
- }
- #s-m-t-tooltip{
- font-size:8px;
- max-width:150px;
- line-height:8px;
- padding:5px 5px 2px 5px;
- margin:15px 0px 0px 10px;
- z-index:10;
- color:{color:text};
- background:#fff;
- font-family:calibri;
- text-transform:lowercase;
- opacity:1;
- border:1px solid {color:border};
- border-radius:4px;
- letter-spacing:1px;
- z-index:999999;
- }
- {CustomCSS}</style></head><body>
- <div id="sideimage"><img src="{image:side image}"></div>
- <div id="woah">
- <div id="woahimage"><img src="{image:header}"></div>
- <div id="description">
- {Description}
- </div>
- <div class="links">
- <div class="circle"><div class="circletext"><a href="/">home</a></div></div>
- <div class="circle"><div class="circletext"><a href="{text:ask link url}">message</a></div></div>
- <div class="circle"><div class="circletext"><a href="/archive">archive</a></div></div>
- <div class="circle"><div class="circletext"><a href="{text:link one url}" title="{text:long link one name}">{text:short link one name}</a></div></div>
- <div class="circle"><div class="circletext"><a href="{text:link two url}" title="{text:long link two name}">{text:short link two name}</a></div></div>
- <div class="circle"><div class="circletext"><a href="{text:link three url}" title="{text:long link three name}">{text:short link three name}</a></div></div>
- <div class="circle"><div class="circletext"><a href="{text:link four url}" title="{text:long link four name}">{text:short link four name}</a></div></div>
- <div class="circle"><div class="circletext"><a href="http://jimothykirk.tumblr.com/">credit</a></div></div>
- </div>
- </div>
- {block:Pagination}<div id="pagination">
- {block:PreviousPage}<a href="{PreviousPage}">back</a>{/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}
- </div>{/block:Pagination}
- <div style="position:absolute; z-index:1;"><div id="content">{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 id="quote">❝{Quote}❞</div><div id="triangle-down"></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:IndexPage}{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"></div></div>{block:Caption}{Caption}{/block:Caption}{/block:AudioPlayer}{/block:IndexPage}
- {block:PermalinkPage}{block:AudioPlayer}<div class="audiowrapper2">{block:AlbumArt}<div class="audioimgwrapper2"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="playerbuttonbg2"><div class="newplayerbutton2"><div class="playerbuttonhug2">{AudioPlayerWhite}</div></div></div><div class="trackdetails2">{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:PermalinkPage}
- {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Answer}<div id="triangle-up"></div><div id="asker">{Asker}: </span>{Question}</div><left><div id="answerer">{Answer}</div><div id="triangle-down"></div>{/block:Answer}
- {block:Date}{block:IndexPage}<div id="perma"><br><a href="{Permalink}">{24Hour}:{Minutes}</a> <div id="notess"><a href="{Permalink}">{NoteCount}</a></div></div>{/block:IndexPage}{/block:Date}
- {block:Date}{block:PermalinkPage}<div id="info">
- <br>Posted {24Hour}:{Minutes}:{Seconds} {DayofWeek} {DayofMonth} {Month} {Year}{block:RebloggedFrom}<br> Reblogged From <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource}<br>Originally From: <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}<br>With {NoteCountWithLabel}</div>{/block:PermalinkPage}{/block:Date}
- {block:IndexPage}{block:HasTags}<div id="tags">{block:Tags} <a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div>{/block:IndexPage}
- {block:PermalinkPage}{block:HasTags}<div id="permatags">Tagged As: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div>{/block:PermalinkPage}
- {/block:Posts}
- {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
- {/block:Posts}</div></div></div></div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment