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">
- <!--
- Welcome to Still Here Theme's Source Code.
- Background Image credit to sxc.hu artist watermark in the image
- Comments, Suggestions Complaints >> Email iplaywork@yahoo.com
- -->
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <meta name="if:Show People I Follow" content="" />
- <meta name="if:Show Facebook Like" content="" />
- <meta name="if:Show Sidebar" content="1" />
- <meta name="if:Show Tags" content="" />
- <meta name="if:Snow" content="" />
- <meta name="if:Show Personal Info" content="1" />
- <meta name="text:Disqus Shortname" content="" />
- <meta name="color:Background" content="#101010" />
- <meta name="color:Link" content="#0E4563"/>
- <meta name="color:Blogtitle" content="#ffffff"/>
- <meta name="image:Background" content="" />
- <meta name="font:Body" content="Helvetica" />
- <meta name="image:Landscape" content="http://static.tumblr.com/0ea0qor/hfyl7uhs8/drbeesunset.jpg" />
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <title>{Title}{block:SearchPage}, {lang:Search results for SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
- {block:Description}
- <meta name="description" content="{MetaDescription}">
- {/block:Description}
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="apple-touch-icon" href="{PortraitURL-128}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <script src="http://static.tumblr.com/qsifglb/TAZl74u6k/cufon-yui.js" type="text/javascript"></script>
- <script src="http://static.tumblr.com/qsifglb/mwul7r2vx/league_gothic_400.font.js" type="text/javascript"></script>
- <script src="http://static.tumblr.com/qsifglb/VUZl74u1w/cantarell_500.font.js" type="text/javascript"></script>
- <script src="http://static.tumblr.com/qsifglb/2mrl74uas/reni_500.font.js" type="text/javascript"></script>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" type="text/javascript"></script>
- <script type="text/javascript">
- Cufon.replace('.header', { fontFamily: 'league gothic', textShadow: '1px 1px 2px black',
- });
- Cufon.replace('.aboutme', { fontFamily: 'league gothic', textShadow: '1px 1px 2px grey',
- });
- Cufon.replace('h1', { fontFamily: 'cantarell' });
- Cufon.replace('h2', { fontFamily: 'cantarell' });
- Cufon.replace('h3', { fontFamily: 'reni' });
- Cufon.replace('h4', { fontFamily: 'cantarell' });
- Cufon.replace('h5', { fontFamily: 'reni' });
- Cufon.replace('h6', { fontFamily: 'cantarell' });
- Cufon.replace('small', { fontFamily: 'cantarell' });
- Cufon.replace('.pagination', { fontFamily: 'cantarell' });
- </script>
- {block:IfSnow}
- <script type="text/javascript" src="http://static.tumblr.com/qsifglb/mZjl87ts1/f8.js"></script>
- <script type="text/javascript">
- snowStorm.snowColor = '#fff'; //
- snowStorm.flakesMaxActive = 30;
- </script>
- {/block:IfSnow}
- <style type="text/css" media="screen">
- body {
- font-family: {font:Body};
- font-size: 12px;
- font-weight: normal;
- text-transform: normal;
- letter-spacing: normal;
- line-height: 1.6em;
- color: #1A1A1A;
- background: {color:Background} url('{image:Background}') top left fixed repeat;
- margin-left: 0px;
- margin-top: 10px;
- margin-right: 0px;
- margin-bottom: 10px;
- }
- /* ------------------ The Major Divisions -------------------*/
- img.bg {
- min-height: 100%;
- min-width: 1024px;
- width: 100%;
- height: 100%;
- position: fixed;
- top: 0;
- left: 0;
- }
- @media screen and (max-width: 1024px) {
- img.bg {
- left: 50%;
- margin-left: -512px;
- }
- }
- .aboutme{
- font-size:42px;
- color:{color:Link};
- }
- blockquote {
- margin:0px;
- padding:0px;
- }
- .pagination {
- font-size:18px;
- clear:both;
- width:450px;
- font-transform:UPPERCASE;
- color: #fff;
- position:relative;
- z-index:999;
- }
- .pagination a {
- font-size:18px;
- color: #fff;
- }
- .tao {
- bottom:45px;
- left:205px;
- position:fixed;
- z-index:2;
- }
- /* ------------------------- The Link Properties --------------------------- */
- a {
- color:{color:Link};
- text-transform:uppercase;
- font-size:10px;
- }
- a:link {
- text-decoration: none;
- color: {color:Link};
- }
- a:visited {
- text-decoration: none;
- color: {color:Link};
- }
- a:hover {
- text-decoration: none;
- color: {color:Link};
- }
- a:active {
- text-decoration: none;
- color: {color:Link};
- }
- .arrowlistmenu {
- width: 100%; /*width of menu*/
- }
- .arrowlistmenu ul {
- list-style-type: none;
- margin: 0;
- padding: 0;
- margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
- }
- .arrowlistmenu ul li {
- padding-bottom: 2px; /*bottom spacing between menu items*/
- }
- .arrowlistmenu ul li a {
- display: block;
- padding: 5px;
- text-decoration: none;
- border-bottom: 1px solid #999;
- font-size: 100%;
- color:#101010;
- }
- .arrowlistmenu ul li a:visited {
- color:#101010;
- }
- .arrowlistmenu ul li a:hover { /*hover state CSS*/
- color: #A70303;
- background-color: #F3F3F3;
- }
- /* ------------------ The Masonry Controls -------------------*/
- #tumblelog {
- margin-bottom:65px;
- margin-top:50px;
- left:320px;
- position:absolute;
- width:650px;
- }
- #tumblelog:after {
- content: ".";
- display: block;
- height: 0;
- clear: both;
- visibility: hidden;
- }
- #tumblelog .story {
- margin-bottom:30px;
- width:400px;
- -moz-border-radius-topright:4px;
- -webkit-border-top-right-radius:4px;
- -moz-border-radius-bottomright:4px;
- -webkit-border-bottom-right-radius:4px;
- -moz-border-radius-topleft:4px;
- -webkit-border-top-left-radius:4px;
- -moz-border-radius-bottomleft:4px;
- -webkit-border-bottom-left-radius:4px;
- -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.55);
- -khtml-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.55);
- -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.55);
- background:#f8f8f8;
- border:thin #cbcbcb dashed;
- padding:10px;
- overflow:hidden;
- float:right;
- }
- #tumblelog .pahina {
- width:410px;
- float:right;
- }
- hr {
- border-top: 1px solid #e1e1e1;
- height: 1px;
- border: none;
- margin: 1em 0;
- }
- .holder {
- background:url(http://static.tumblr.com/qsifglb/pJ4l76741/trans.png);
- padding:15px;
- width:100%;
- position:fixed;
- bottom:10px;
- z-index:4;
- color:#ddd;
- font-size:10px;
- text-transform:uppercase;
- line-height:normal;
- }
- .holder a {
- font-size:10px;
- margin-bottom:10px;
- color:#ddd;
- }
- /* ------------------ HEADER CONTROLS -------------------*/
- h1, h1 a {
- font-size: 22px;
- text-transform:none;
- font-weight:400;
- margin-top: 10px;
- margin-bottom: 10px;
- color:#101010;
- line-height:normal;
- }
- h2, h2 a {
- font-size: 14px;
- text-transform:none;
- font-weight:400;
- color:#101010;
- margin:0px;
- line-height:normal;
- margin:0px;
- }
- h3, h3 a {
- font-size: 32px;
- text-transform:none;
- font-weight:400;
- margin-top:-10px;
- margin-left:10px;
- margin-bottom:10px;
- color:#101010;
- line-height:normal;
- color: {color:Link};
- }
- h5, h5 a {
- font-size: 32px;
- text-transform:none;
- font-weight:400;
- margin-top:0px;
- margin-bottom:6px;
- color:#101010;
- line-height:normal;
- }
- h4, h4 a {
- font-size: 14px;
- text-transform:none;
- font-weight:400;
- margin-top: 5px;
- margin-bottom:15px;
- text-transform:uppercase;
- color:#101010;
- line-height:normal;
- color: {color:Link};
- }
- h6, h6 a {
- font-size: 13px;
- text-transform:none;
- font-weight:400;
- margin-top: 0px;
- margin-bottom:0px;
- text-transform:uppercase;
- color:#101010;
- line-height:normal;
- }
- /* ------------------ Padding Controls -------------------*/
- .laman, .bubble, .captions {
- padding:10px;
- }
- captions {
- background:#f8f8f8;
- padding:6px;
- -moz-border-radius-bottomright:4px;
- -webkit-border-bottom-right-radius:4px;
- -webkit-border-top-left-radius:4px;
- -moz-border-radius-bottomleft:4px;
- -webkit-border-bottom-left-radius:4px;
- }
- /* ------------------ Image Controls -------------------*/
- #tumblelog .textposts img {
- max-width:400px;
- margin:4px;
- }
- #tumblelog .photos img {
- max-width: 400px;
- border:0px;
- }
- /* ------------------ Quote Posts -------------------*/
- #tumblelog .quote, .quote a {
- width:97%;
- background:#eee;
- text-transform:none;
- color:#101010;
- -moz-border-radius-topright:6px;
- -webkit-border-top-right-radius:6px;
- -moz-border-radius-bottomright:6px;
- -webkit-border-bottom-right-radius:6px;
- -moz-border-radius-topleft:6px;
- -webkit-border-top-left-radius:6px;
- -moz-border-radius-bottomleft:4px;
- -webkit-border-bottom-left-radius:6px;
- -moz-border-radius-topright:6px;
- -webkit-border-top-right-radius:6px;
- font-size:16px;
- margin-left:auto;
- margin-right:auto;
- margin-top:15px;
- }
- .twitter {
- width:200px;
- background:#eee;
- position:fixed;
- text-transform:none;
- color:#101010;
- -moz-border-radius-topright:6px;
- -webkit-border-top-right-radius:6px;
- -moz-border-radius-bottomright:6px;
- -webkit-border-bottom-right-radius:6px;
- -moz-border-radius-topleft:6px;
- -webkit-border-top-left-radius:6px;
- -moz-border-radius-bottomleft:4px;
- -webkit-border-bottom-left-radius:6px;
- -moz-border-radius-topright:6px;
- -webkit-border-top-right-radius:6px;
- -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.55);
- -khtml-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.55);
- -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.55);
- font-size:16px;
- left:110px;
- bottom:140px;
- z-index:2;
- padding:5px;
- }
- /* ------------------ Audio Posts -------------------*/
- #tumblelog .musicplayer {
- width:230px;
- margin-left:100px;
- background: #fff;
- position:relative;
- -moz-border-radius-topright:4px;
- -webkit-border-top-right-radius:4px;
- margin-top:0px;
- padding-top:5px;
- font-size:16px;
- font-weight:bold;
- padding:5px;
- }
- #tumblelog .musicaption {
- width:230px;
- margin-left:100px;
- background: #fff;
- position:relative;
- -moz-border-radius-bottomright:4px;
- -webkit-border-bottom-right-radius:4px;
- margin-top:0px;
- padding:5px;
- height:46px;
- overflow:hidden;
- }
- #tumblelog .album {
- width:100px;
- height:100px;
- background: #fff;
- -moz-border-radius-topright:4px;
- -webkit-border-top-right-radius:4px;
- -moz-border-radius-bottomright:4px;
- -webkit-border-bottom-right-radius:4px;
- -moz-border-radius-topleft:4px;
- -webkit-border-top-left-radius:4px;
- -moz-border-radius-bottomleft:4px;
- -webkit-border-bottom-left-radius:4px;
- -moz-border-radius-topright:4px;
- -webkit-border-top-right-radius:4px;
- float:left;
- }
- /* --------------- Arrow Controls ------------------- */
- .arrow-up {
- border-color: transparent transparent #f8f8f8 transparent;
- border-style:solid;
- border-width:10px;
- height:0px;
- width:0px;
- z-index: 2; /* displayed under bubble */
- margin-top:-20px;
- position:relative;
- margin-left:30px;
- }
- .arrow-down {
- border-color: #eee transparent transparent transparent;
- border-style:solid;
- border-width:15px;
- height:0px;
- width:0px;
- z-index: 2; /* displayed under bubble */
- margin-top:0px;
- position:relative;
- margin-left:45px;
- }
- .arrow-left {
- border-color: transparent #fff transparent transparent;
- border-style:solid;
- border-width:15px;
- height:0px;
- width:0px;
- z-index: 2; /* displayed under bubble */
- margin-left:-30px;
- position:relative;
- float:left;
- margin-top:20px;
- }
- .arrow-twitter {
- border-color: #eee transparent transparent transparent;
- border-style:solid;
- border-width:6px;
- height:0px;
- width:0px;
- z-index: 999999; /* displayed under bubble */
- margin-left:-30px;
- position:fixed;
- bottom:128px;
- left:245px;
- }
- /* --------------- NOTES Attributes ------------------- */
- ol.notes {
- padding: 0px;
- margin: 25px 0px;
- list-style-type: none;
- border-bottom: solid 1px #ccc;
- }
- ol.notes li.note {
- padding: 10px;
- }
- ol.notes li.note img.avatar {
- vertical-align: -4px;
- margin-right: 10px;
- width: 16px;
- height: 16px;
- border:0;
- }
- ol.notes li.note span.action {
- font-weight: bold;
- }
- ol.notes li.note .answer_content {
- font-weight: normal;
- }
- ol.notes li.note blockquote {
- padding: 4px;
- margin: 5px;
- }
- ol.notes li.note blockquote a {
- text-decoration: none;
- }
- /* --------------- Caption Attributes ------------------- */
- .nota {
- border-top:thin #cbcbcb solid;
- padding:4px;
- background:#d3d3d3;
- margin-left:-10px;
- margin-bottom:-10px;
- width:450px;
- -moz-border-radius-bottomright:4px;
- -webkit-border-bottom-right-radius:4px;
- -moz-border-radius-bottomleft:4px;
- -webkit-border-bottom-left-radius:4px;
- }
- .even {
- color:#333;
- }
- .odd {
- color:{color:Link};
- }
- p {
- margin:0px;
- padding:0px;
- }
- .form {
- background-color:transparent;
- border:thin #999 solid;
- -moz-border-radius-topright:4px;
- -webkit-border-top-right-radius:4px;
- -moz-border-radius-bottomright:4px;
- -webkit-border-bottom-right-radius:4px;
- -moz-border-radius-topleft:4px;
- -webkit-border-top-left-radius:4px;
- -moz-border-radius-bottomleft:4px;
- -webkit-border-bottom-left-radius:4px;
- color:#101010;
- padding:4px;
- font-size:10px;
- text-transform:UPPERCASE;
- }
- .small {
- font-size:11px;
- text-transform:UPPERCASE;
- }
- #box {
- margin-left:10px;
- float:left;
- max-width:180px;
- -moz-border-radius-topright:4px;
- -webkit-border-top-right-radius:4px;
- -moz-border-radius-bottomright:4px;
- -webkit-border-bottom-right-radius:4px;
- -moz-border-radius-topleft:4px;
- -webkit-border-top-left-radius:4px;
- -moz-border-radius-bottomleft:4px;
- -webkit-border-bottom-left-radius:4px;
- -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.55);
- -khtml-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.55);
- -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.55);
- background:#f8f8f8;
- border:thin #cbcbcb dashed;
- position:absolute;
- padding:10px;
- }
- .header{
- font-size:62px;
- color:{color:Blogtitle};
- margin-bottom:20px;
- }
- .header a{
- font-size:62px;
- color:{color:Blogtitle};
- }
- .dp{
- -moz-border-radius-topright:4px;
- -webkit-border-top-right-radius:4px;
- -moz-border-radius-bottomright:40px;
- -webkit-border-bottom-right-radius:40px;
- -moz-border-radius-topleft:40px;
- -webkit-border-top-left-radius:44px;
- -moz-border-radius-bottomleft:44px;
- -webkit-border-bottom-left-radius:44px;
- -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.55);
- -khtml-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.55);
- -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.55);
- width:64px;
- height:64px;
- margin-right:20px;
- margin-top:20px;
- </style>
- </head>
- <body>
- <!-- IF ASK IS ENABLED -->
- {block:AskEnabled}
- <div class="twitter"><a href="/ask">{AskLabel}</a></div>
- <div class="arrow-twitter"></div>
- <div class="tao"><a href="/ask"><img border="0" src="http://static.tumblr.com/qsifglb/yhvl7705r/ako.png" /></a></div>
- {/block:AskEnabled}
- {block:IfLandscapeImage}
- <img src="{image:Landscape}" class="bg" />
- {/block:IfLandscapeImage}
- <div class="holder">
- <!-- IF PAGES ARE PRESENTED -->
- <div style="z-index:999;"><a href="/">Home</a> {block:HasPages}
- {block:Pages} | <a href="{URL}" class="page">{Label}</a> {/block:Pages}
- {/block:HasPages}<br>
- © 2010.Theme <a href="http://www.tumblr.com/theme/12640" style="color:#fcd604;">Still Here</a> by <a style="color:#fcd604;" href="http://iam7th.tumblr.com">I am 7th</a>. <a href="http://www.tumblr.com" style="color:#fcd604;">Tumblr</a>
- </div>
- </div>
- <div id="tumblelog">
- <div class="header"><div class="dp" style=background:url({PortraitUrl-64});float:left;margin-left:-68px;"></div><a href="/">{Title}</a></div>
- <!-- SHOW SIDEBAR IF FOLLOW IS ENABLED.-->
- {block:IfShowSidebar}
- <div id="floating-box">
- <div id="box">
- {block:IfShowPersonalInfo}
- <span class="aboutme">About Me</span>
- {block:Description}
- <div style="text-align:left;">{Description}</div>
- {/block:Description}
- <hr>
- {block:IfShowPersonalInfo}
- <!-- YOU CAN INSERT ANYTHING HERE. MAX WIDTH is 200 for best display -->
- {block:IfShowPeopleIFollow} <center><h1>{lang:Following}</h1></center>
- {block:Following}
- {block:Followed}<a href="{FollowedURL}"><img border="0" src="{FollowedPortraitURL-24}" hspace="1" vspace="1" /></a>{/block:Followed}
- {/block:Following}
- {/block:IfShowPeopleIFollow}
- {block:IfFlickrUsername}<hr />
- <script type="text/javascript"
- src="http://flickr.com/widget?user={text:Flickr Username}">
- </script>
- {/block:IfFlickrUsername}<center>
- <form action="/search" method="get" id="search-form">
- <input type="hidden" name="t" value="{Name}" />
- <input type="hidden" name="scope" value="all_of_tumblr" />
- <input type="text" name="q" class="query" value="{SearchQuery}" />
- <input type="submit" value="{lang:Search}" class="submit" style="text-transform:uppercase;font-size:10px;border:thin #39F solid;margin-top:3px;"/>
- </form></center>
- </div>
- </div>
- {/block:IfShowSidebar}
- {block:SearchPage}
- <div class="story"><div class="textposts">
- <div class="laman">
- {block:SearchResults}
- <h1>{lang:SearchResultCount results for SearchQuery 2}</h1>
- {/block:SearchResults}
- {block:NoSearchResults}
- <h1>{lang:No search results for SearchQuery 2}</h1>
- {/block:NoSearchResults}
- </div>
- </div></div>
- {/block:SearchPage}
- <!-- START THE CONTENTS -->
- {block:Posts}
- <div class="story">
- <!-- ANSWER POSTS -->
- {block:Answer}
- <div class="quote">
- <div class="bubble"><h2>{Question}</h2></div>
- </div>
- <div class="arrow-down"></div>
- <h3>{Asker}</h3>
- <hr />
- <div class="laman">{Answer} </div>
- {/block:Answer}
- <!-- REGULAR POSTS -->
- {block:Text}
- <div class="textposts">
- <div class="laman">{block:Title}
- <h1><a href="{Permalink}">{Title}</a></h1>
- {/block:Title}
- {Body}</div>
- </div>
- {/block:Text}
- <!-- LINK POSTS -->
- {block:Link}
- <div class="textposts">
- <div class="laman">
- <h4><a href="{URL}" target="_blank">{Name} ->> </a></h4>
- {block:Description}
- {Description}
- {/block:Description} </div>
- </div>
- {/block:Link}
- <!-- CHAT POSTS -->
- {block:Chat}
- <div class="textposts">
- <div class="laman">{block:Title}
- <h1><a href="{Permalink}">{Title}</a></h1>
- <br>
- {/block:Title}
- {block:Lines} <span class="{Alt} user_{UserNumber}"> {block:Label} <b>{Label}</b> {/block:Label}
- {Line}<br>
- </span> {/block:Lines}
- </ul>
- </div>
- </div>
- {/block:Chat}
- <!-- ANSWER POSTS -->
- {block:Quote}
- <div class="quote">
- <div class="bubble"><h2>{Quote}</h2></div>
- </div>
- <div class="arrow-down"></div>
- {block:Source}
- <h3><a href="#">{Source}</a></h3>
- {/block:Source}
- {/block:Quote}
- <!-- PHOTO POSTS -->
- {block:Photo}
- <div class="photos">
- <center>
- {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}" />{LinkCloseTag}
- </center>
- <div class="arrow-up"></div>
- <div class="captions">{block:Caption}
- {Caption}{/block:Caption} </div>
- </div>
- {/block:Photo}
- {block:Photoset}
- <div class="photos">
- <center>
- {Photoset-400}
- </center>
- <div class="arrow-up"></div>
- <div class="captions">{block:Caption}
- {Caption}{/block:Caption} </div>
- </div>
- {/block:Photoset}
- <!-- VIDEO POSTS -->
- {block:Video}
- <div class="photos">
- <center>
- {Video-400}
- </center>
- <div class="arrow-up"></div>
- <div class="captions">{block:Caption}
- {Caption}{/block:Caption} </div>
- </div>
- {/block:Video}
- <!-- AUDIO POSTS -->
- {block:Audio}
- <div class="album">{block:AlbumArt}<img src="{AlbumArtURL}" width="100" /> {/block:AlbumArt}</div>
- <div class="arrow-left"></div>
- <div class="musicplayer"><h4>{block:TrackName}
- {TrackName}
- {/block:TrackName}<br>
- {block:Artist}
- {Artist}
- {/block:Artist}</h4></div>
- <div class="musicaption"> {AudioPlayerBlack} </div>
- {/block:Audio}
- <!-- END ALL CONTENTS HERE AND START THE FOOTER OF EACH POST -->
- <div>
- <hr />
- {block:Date}
- <a href="{Permalink}">
- {block:Reblog}
- {lang:Reblogged from ReblogParentName} {block:RebloggedFromReblog}(<span style="text-transform:lowercase;">{lang:Originally from ReblogRootName}</span>){/block:RebloggedFromReblog}
- {/block:Reblog}
- {block:NotReblog}
- {lang:Posted from source}
- {/block:NotReblog}
- {/block:Date}
- </a>
- {block:ContentSource}<br>
- <a href="{SourceURL}">
- {lang:Source}:
- {block:SourceLogo}
- <img src="{BlackLogoURL}" width="{LogoWidth}"
- height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}
- {SourceTitle}
- {/block:NoSourceLogo}
- </a>
- {/block:ContentSource}
- {block:IfShowFacebookLike}<br />
- <iframe src="http://www.facebook.com/plugins/like.php?href={Permalink}&layout=button_count&show_faces=true&width=200&action=like&font=verdana&colorscheme=light&height=18" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:200px; height:18px;" allowTransparency="true"></iframe>{/block:IfShowFacebookLike}
- </div>
- <div class="nota"> <img src="http://static.tumblr.com/qsifglb/7GTl7r7p8/date.png" width="12" height="12" align="bottom" hspace="2" border="0" /> <a href="#"">{TimeAgo}</a> <img src="http://static.tumblr.com/qsifglb/iTAl7r9zv/onebit_16.png
- " width="12" height="12" alt="Notes" align="bottom" hspace="2" /> <a href="{Permalink}""> {NoteCountWithLabel}</a> {block:IfDisqusShortname} <img src="http://static.tumblr.com/qsifglb/DzAl7r7ph/notes.png" width="12" height="12" align="bottom" hspace="2" /> <a class="dsq-comment-count" href="{Permalink}#disqus_thread"">Comments</a> {/block:IfDisqusShortname} <img src="http://static.tumblr.com/qsifglb/iApl7ra2x/onebit_27.png" width="12" height="12" align="bottom" hspace="2" /> <a title="" href="{ReblogURL}"> reblog</a> {block:IfShowTags}
- {block:HasTags} <br>
- {block:Tags}<a href="{TagURL}"">{Tag}</a>, {/block:Tags}{/block:HasTags}
- {/block:IfShowTags}</div>
- </div>
- <!-- DISPLAY THE NOTES OF THE CURRENT POST -->
- {block:PostNotes}
- <div class="story textposts">
- <div class="contain"> {PostNotes} </div>
- </div>
- {/block:PostNotes}
- {/block:Posts}
- <br /><br />
- {block:Pagination}
- <div class="tumblelog pahina">
- <div class="pagination">
- <div style="width:40%;float:left;text-align:left;">{block:PreviousPage} <a href="{PreviousPage}" style="color:#fff;"><< Recent Posts</a> {/block:PreviousPage}</div>
- <div style="width:40%;float:right;text-align:right;">{block:NextPage} <a href="{NextPage}" style="color:#fff;">Older Posts >> </font></a> {/block:NextPage}</div>
- </div></div>
- {/block:Pagination}
- {block:PermalinkPagination}
- <div class="tumblelog pahina">
- <div class="pagination">
- <div style="width:40%;float:left;text-align:left;">{block:PreviousPost} <a href="{PreviousPost}" style="color:#fff;"><< Older Post</a> {/block:PreviousPost}</div>
- <div style="width:40%;float:right;text-align:right;">{block:NextPost} <a href="{NextPost}" style="color:#fff;">Next Post >> </font></a> {/block:NextPost}</div>
- </div>
- </div>{/block:PermalinkPagination}
- <!-- DISQUS COMMENTING SYSTEM -->
- {block:IfDisqusShortname}
- <script type="text/javascript">var disqus_url = "{Permalink}"; var disqus_title ="{block:PostTitle}{PostTitle}{/block:PostTitle}";</script>
- {block:Permalink}
- <div class="story textposts">
- <div class="laman">
- <div id="disqus_thread"></div>
- <script type="text/javascript">
- /**
- * var disqus_identifier; [Optional but recommended: Define a unique identifier (e.g. post id or slug) for this thread]
- */
- (function() {
- var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
- dsq.src = 'http://{text:Disqus Shortname}.disqus.com/embed.js';
- (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
- })();
- </script>
- <noscript>
- Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript=codewalkz">Powered by Disqus.</a>
- </noscript>
- <a href="http://disqus.com" class="dsq-brlink">Powered by <span class="logo-disqus">Disqus</span></a> </div>
- </div>
- {/block:Permalink}
- <script type="text/javascript">
- var disqus_shortname = '{text:Disqus Shortname}';
- (function () {
- var s = document.createElement('script'); s.async = true;
- s.src = 'http://disqus.com/forums/{text:Disqus Shortname}/count.js';
- (document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
- }());
- </script>
- {/block:IfDisqusShortname}
- <!-- END THE CONTENTS -->
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement