Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- _______________________________________________________________________
- ► THEME MADE BY RACHEL @ ALMIGHTYONE.TUMBLR.COM
- [THEME #6] WANDERING
- If you have any questions, go to 7th-district.tumblr.com/message for help.
- ► Terms Of Use
- - Do not remove the credit or move it anywhere! (No pages!)
- - Do not block the credit with images or anything else.
- - Do not make heavy changes that make the theme no longer recognizable as mine.
- - Do not take parts of my theme codes and add it into your theme.
- _______________________________________________________________________
- -->
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <link rel="shortcut icon" href="{Favicon}" />
- <link href="style-my-tooltips.css" rel="stylesheet" type="text/css" />
- <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]").style_my_tooltips();});})(jQuery);</script>
- <meta name="color:background" content="#ffffff" />
- <meta name="color:title" content="#000000" />
- <meta name="color:description" content="#000000" />
- <meta name="color:custom links background" content="#000000" />
- <meta name="color:custom links text" content="#ffffff" />
- <meta name="color:custom links background hover" content="#ffffff"/>
- <meta name="color:custom links text hover" content="#000000" />
- <meta name="color:links" content="#aaaaaa" />
- <meta name="color:links hover" content="#eeeeee" />
- <meta name="color:blockquote" content="#000000" />
- <meta name="color:permalink background" content="#000000" />
- <meta name="color:permalink text" content="#ffffff" />
- <meta name="color:permalink text hover" content="#262626" />
- <meta name="color:text" content="#565656" />
- <meta name="color:question background" content="#f9f9f9" />
- <meta name="color:question border" content="#eeeeee" />
- <meta name="color:scrollbar bg" content="#000000" />
- <meta name="color:scrollbar" content="#ffffff" />
- <meta name="color:posts" content="#ffffff" />
- <meta name="if:2 column" content="1" />
- <meta name="if:1 column" content="0" />
- <meta name="if:screen border" content="1" />
- <meta name="if:small cursor" content="1" />
- <meta name="if:grayscale" content="1" />
- <meta name="if:photofade" content="0" />
- <meta name="image:background" content=""/>
- <meta name="text:Link1 url" content="/">
- <meta name="text:Link1" content="link 1"/>
- <meta name="text:Link2 url" content="/">
- <meta name="text:Link2" content="link 2"/>
- <meta name="text:Link3 url" content="/">
- <meta name="text:Link3" content="link 3"/>
- <meta name="text:title font size" content="33" />
- <style type="text/css">
- ::-webkit-scrollbar-track {background-color:{color:scrollbar bg};}
- ::-webkit-scrollbar-thumb {background-color:{color:scrollbar};border:3px solid {color:scrollbar bg};}
- ::-webkit-scrollbar {width:8px;height:5px;}
- ::-moz-scrollbar-track {background-color:{color:scrollbar bg};}
- ::-moz-scrollbar-thumb {background-color:{color:scrollbar};border:3px solid {color:scrollbar bg};}
- ::-moz-scrollbar {width:8px;height:5px;}
- {block:ifsmallcursor}
- *, body, a, a:hover {cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), auto;}
- {/block:ifsmallcursor}
- body {
- background:{color:background};
- background-attachment:fixed;
- background-repeat:repeat;
- background-image:url('{image:background}');
- margin:0;
- padding:0;
- word-wrap:break-word;
- font-family:calibri;
- font-size:11px;
- }
- body a{
- text-decoration:none;
- }
- .side {
- position:fixed;
- left:300px;
- top:250px;
- height:150px;
- border:0px solid black;
- width:200px;
- background:transparent;
- }
- #tit{
- margin-top:0px;
- font-family:calibri;
- font-size:{text:title font size}px;
- text-align:center;
- width:200px;
- height:auto;
- color:{color:title};
- }
- .pagination{
- position:fixed;
- bottom:10px;
- left:710px;
- margin:3px;
- text-align:center;
- z-index:99999;
- }
- .pagination a{
- display:none;
- padding:0px 3px;
- color:white;
- font-family:cambria;
- font-size:12px;
- -webkit-transition: all 0.4s linear;
- -moz-transition: all 0.4s linear;
- }
- #desc{
- margin-top:9px;
- font-family:trebuchet ms;
- font-size:10px;
- text-align:center;
- line-height:110%;
- color:{color:description};
- padding:0px 35px;
- }
- .side #boob{
- position:absolute;
- margin-top:-10px;
- text-align:center!important;
- height:auto;
- margin-left:36px;
- float:left;
- opacity:0;
- -webkit-transition: all 0.8s ease-in-out;
- -moz-transition: all 0.8s ease-in-out;
- }
- .side:hover #boob{
- margin-top:10px;
- opacity:1;
- -webkit-transition: all 0.8s ease-in-out;
- -moz-transition: all 0.8s ease-in-out;
- }
- .bob{
- margin:4px;
- float:left;
- background:{color:custom links background};
- padding:2px 4px;
- text-align:center!important;
- font-family:calibri;
- font-size:10px;
- text-transform:uppercase;
- color:{color:custom links text};
- -webkit-transition: all 0.4s linear;
- -moz-transition: all 0.4s linear;
- }
- .bob:hover{
- opacity:1;
- background:{color:custom links background hover};
- color:{color:custom links text hover};
- -webkit-transition: all 0.4s linear;
- -moz-transition: all 0.4s linear;
- }
- #desc a {
- text-decoration:none;
- color: {color:links};
- -webkit-transition: all 0.4s linear;
- -moz-transition: all 0.4s linear;
- }
- #desc a:hover{
- color:{color:links hover};
- -webkit-transition: all 0.4s linear;
- -moz-transition: all 0.4s linear;
- }
- #content {
- padding-top:50px;
- padding-bottom:40px;
- background:{color:posts};
- {block:if2column}
- width:550px;
- margin:0px 0px 0px 500px!important;
- {/block:if2column}
- {block:if1column}
- width:280px;
- margin:0px 0px 0px 500px;
- {/block:if1column}
- color:{color:text};
- {block:permalinkpage}
- margin:-0px 0px 0px 500px;
- {/block:permalinkpage}
- }
- #content a {
- color:{color:links};
- -webkit-transition: all 0.4s linear;
- -moz-transition: all 0.4s linear;
- }
- #content a:hover {
- color:{color:links hover};
- -webkit-transition: all 0.4s linear;
- -moz-transition: all 0.4s linear;
- }
- #content blockquote {
- border-left:2px solid {color:blockquote};
- margin:0;
- padding-left:8px;
- }
- #content blockquote img {
- {block:indexpage}
- width:200px;
- {/block:indexpage}
- {block:permalinkpage}
- width:350px;
- {/block:permalinkpage}
- }
- .posts {
- width:250px;
- padding:5px 10px;
- {block:permalinkpage}
- width:400px;
- {block:permalinkpage}
- -webkit-transition-duration: 0.5s;
- -moz-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- -ms-transition-duration: 0.5s;
- {block:ifphotofade}
- opacity:.8;
- {/block:ifphotofade}
- {block:ifgrayscale}
- -webkit-filter: grayscale(100%);
- -moz-filter: grayscale(100%);
- -o-filter: grayscale(100%);
- {/block:ifgrayscale}
- z-index:9;
- background:{color:posts};
- }
- .posts:hover {
- -webkit-filter: grayscale(0%);
- -moz-filter: grayscale(0%);
- -o-filter: grayscale(0%);
- opacity:1;
- -webkit-transition-duration: 0.5s;
- -moz-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- -ms-transition-duration: 0.5s;
- }
- /* permalinks */
- .posts .perma{
- text-align:center;
- position: absolute;
- width:auto;
- height: 14px;
- line-height:14px;
- position:absolute;
- background-color: {color:permalink background};
- color: {color:permalink text};
- margin-top: 10px;
- margin-left:70px;
- padding: 4px 15px;
- opacity: 0;
- font-size: 8px;
- font-family:calibri;
- text-transform: uppercase;
- letter-spacing: 1px;
- z-index:3;
- -webkit-transition: all 0.7s linear;
- -moz-transition-duration: 0.7s linear;
- }
- .posts:hover .perma{
- margin-top:10px;
- opacity:1;
- -webkit-transition: all 0.7s linear;
- -moz-transition-duration: 0.7s linear;
- }
- .perma a {
- color: {color:permalink text}!important;
- -webkit-transition: all 0.4s linear;
- -moz-transition-duration: 0.4s linear;
- }
- .perma a:hover {
- color: {color:permalink text hover}!important;
- -webkit-transition: all 0.4s linear;
- -moz-transition-duration: 0.4s linear;
- }
- #note{
- margin:20px auto;
- width: 400px;
- font-size: 11px;
- text-transform:lowercase;
- font-family:calibri;
- color:{color:text};
- }
- ol.notes{
- list-style-type:none;
- margin:0px;
- padding-left:5px;
- line-height:130%;
- color:{color:text};
- }
- .info{
- padding-bottom:3px;
- padding-top:5px;
- padding-left:2px;
- text-align:left;
- font-family:consolas;
- font-size:10px;
- color:{color:text};
- margin-top:5px;
- }
- .tags{
- margin-top:5px;
- font-family:calibri;
- font-size:8px;
- text-transform:uppercase;
- letter-spacing:1px;
- text-align:left;
- color:{color:text};
- }
- #asker{
- text-align:center;
- font-size:13px;
- font-style:italic;
- line-height:110%;
- }
- #ques{
- margin-top:-6px;
- color:{color:text};
- border:1px solid {color:question border};
- background:{color:question background};
- padding:5px;
- }
- #question{
- position:fixed;
- font-family:consolas;
- font-size:9px;
- letter-spacing:1px;
- text-transform:uppercase;
- font-weight:bold;
- text-decoration:none;
- right:5px;
- bottom:5px;
- padding:1px 3px 0px 3px;
- {block:ifscreenborder}
- color:white;
- background:black;
- {/block:ifscreenborder}
- {block:ifnotscreenborder}
- color:{color:text};
- background:{color:links hover};
- {/block:ifnotscreenborder}
- -webkit-transition: all 0.4s linear;
- -moz-transition: all 0.4s linear;
- -ms-transition: all 0.4s linear;
- -o-transition: all 0.4s linear;
- transition: all 0.4s linear;
- z-index:99999;
- }
- #question:hover{
- -webkit-transition: all 0.4s linear;
- -moz-transition: all 0.4s linear;
- -ms-transition: all 0.4s linear;
- -o-transition: all 0.4s linear;
- transition: all 0.4s linear;
- opacity:.5;
- }
- #answer{
- margin-top:-10px;
- padding:0px 5px 5px 5px;
- }
- #audio{
- {block:indexpage}
- max-width:250px;
- {/block:indexpage}
- {block:permalinkpage}
- max-width:400px;
- {/block:permalinkpage}
- display:block;
- background:#000;
- }
- #s-m-t-tooltip {
- position:relative;
- overflow:hidden;
- z-index:999999;
- max-width:200px;
- margin:10px 0 0 10px;
- padding:3px 4px;
- font:8px calibri;
- background:black;
- line-height:100%;
- text-transform:uppercase;
- border:0px solid #e4e4e4;
- letter-spacing:1px;
- font-weight:bold;
- color:#fff;
- }
- .title {
- font-family:calibri;
- font-size:14px;
- text-transform:uppercase;
- color:{color:text};
- text-align:left;
- }
- #content img {
- max-width:250px;
- {block:permalinkpage}
- max-width:100%;
- {/block:permalinkpage}
- }
- </style>
- {block:if2column}
- {block:indexpage}
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
- <script src="http://static.tumblr.com/6hsqxdt/vmwm2rb4g/infinitescrolling.js"></script>
- <script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
- <script>
- $(function(){
- var $container = $('#content');
- $container.imagesLoaded(function(){
- $container.masonry({
- itemSelector: '.posts',
- });
- });
- $container.infinitescroll({
- itemSelector : ".posts",
- navSelector : "div.pagination",
- nextSelector : ".pagination a#next",
- loadingImg : "",
- loadingText : "<em></em>",
- bufferPx : 10000,
- extraScrollPx: 12000,
- },
- // trigger Masonry as a callback
- function( newElements ) {
- var $newElems = $( newElements ).css({ opacity: 0 });
- // ensure that images load before adding to masonry layout
- $newElems.imagesLoaded(function(){
- $newElems.animate({ opacity: 1 });
- $container.masonry( 'appended', $newElems, true );
- });
- }
- );
- });
- </script>
- {/block:indexpage}
- {/block:if2column}
- {block:if1column}
- <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
- {/block:if1column}
- </head>
- <body>
- {block:ifscreenborder}
- <span style="background:black;position:fixed;width:20px;height:100%;top:0;left:0;z-index:33;"></span>
- <span style="background:black;position:fixed;width:100%;height:20px;top:0;left:0;z-index:33;"></span>
- <span style="background:black;position:fixed;width:12px;height:100%;top:0;right:0;z-index:33;"></span>
- <span style="background:black;position:fixed;width:100%;height:20px;bottom:0;right:0;z-index:33;"></span>
- {/block:ifscreenborder}
- <div class="side">
- <div id="tit">{Title}</div>
- <div id="desc">{block:description}{description}{/block:description}</div>
- <div id="boob">
- <a href="/" class="bob" title="home">一</a>
- <a href="/ask" class="bob" title="message">二</a>
- {block:IfLink1}
- <a href="{text:Link1 url}" class="bob" title="{text:Link1}">三</a>
- {/block:IfLink1}
- {block:IfLink2}
- <a href="{text:Link2 url}" class="bob" title="{text:Link2}">四</a>
- {/block:IfLink2}
- {block:IfLink3}
- <a href="{text:Link3 url}" class="bob" title="{text:Link3}">五</a>
- {/block:IfLink3}
- <div class="pagination">
- {block:Pagination}{block:PreviousPage}<a href="{PreviousPage"}>previous</a> ·{/block:PreviousPage} {block:NextPage}<a href="{NextPage}" id="next">next</a>{/block:NextPage}{/block:Pagination}
- </div>
- </div>
- </div><!--side-->
- <a href="http://almightyone.tumblr.com/" id="question" title="made by almightyone">▰theme</a>
- <div id="content">
- <div class="autopagerize_page_element">
- {block:posts}
- <div class="posts">
- {block:Photo}
- {block:indexpage}
- <div class="perma">
- <a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero}, {ShortYear}{/block:Date}</a> <a href="{ReblogURL}" target="_blank">REBLOG</a></div>
- <center>{LinkOpenTag}<img src="{PhotoURL-250}" alt="" />{LinkCloseTag}</center>
- {/block:indexpage}
- {block:permalinkpage}
- <center>{LinkOpenTag}<img src="{PhotoURL-400}" alt="" />{LinkCloseTag}</center>
- {block:Caption}{Caption}{/block:Caption}
- <div class="info">
- {block:RebloggedFrom}<span style="text-transform:uppercase">
- via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
- Source: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a></span><br />
- {/block:RebloggedFrom}
- {block:Date}{Month} {DayOfMonth}, {Year}{/block:Date}
- {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
- </div>
- {block:HasTags}<div class="tags">TAGGED AS:
- {block:Tags}
- <a href="{TagURL}">#{Tag} </a>
- {/block:Tags}
- </div>
- {/block:HasTags}{/block:permalinkpage}
- {/block:Photo}
- {block:Photoset}
- {block:indexpage}
- <div class="perma">
- <a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero}, {ShortYear}{/block:Date}</a> <a href="{ReblogURL}" target="_blank">REBLOG</a></div>
- {Photoset-250}
- {/block:indexpage}
- {block:permalinkpage}
- {Photoset-400}
- {block:Caption}{Caption}{/block:Caption}
- <div class="info">
- {block:RebloggedFrom}<span style="text-transform:uppercase">
- via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
- Source: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a></span><br />
- {/block:RebloggedFrom}
- {block:Date}{Month} {DayOfMonth}, {Year}{/block:Date}
- {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
- </div>
- {block:HasTags}<div class="tags">
- {block:Tags}
- <a href="{TagURL}">#{Tag} </a>
- {/block:Tags}
- </div>
- {/block:HasTags}
- {/block:permalinkpage}
- {/block:Photoset}
- {block:Video}
- {block:indexpage}
- <div class="perma">
- <a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero}, {ShortYear}{/block:Date}</a> <a href="{ReblogURL}" target="_blank">REBLOG</a></div>
- {Video-250}
- {/block:indexpage}
- {block:permalinkpage}
- {Video-400}
- {block:Caption}{Caption}{/block:Caption}
- <div class="info">
- {block:RebloggedFrom}<span style="text-transform:uppercase">
- via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
- Source: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a></span><br />
- {/block:RebloggedFrom}
- {block:Date}{Month} {DayOfMonth}, {Year}{/block:Date}
- {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
- </div>
- {block:HasTags}<div class="tags">
- {block:Tags}
- <a href="{TagURL}">#{Tag} </a>
- {/block:Tags}
- </div>
- {/block:HasTags}
- {/block:permalinkpage}
- {/block:Video}
- {block:Audio}
- {block:indexpage}
- <div class="perma">
- <a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero}, {ShortYear}{/block:Date}</a> <a href="{ReblogURL}" target="_blank">REBLOG</a></div>
- <div id="audio">{AudioPlayerBlack}</div>
- {block:Caption}{Caption}{/block:Caption}
- {/block:indexpage}
- {block:permalinkpage}
- <span style="background:#e4e4e4;max-width:400px;display:block;">{AudioPlayerGrey}</span>
- {block:Caption}<br />{Caption}{/block:Caption}
- <div class="info">
- {block:RebloggedFrom}<span style="text-transform:uppercase">
- via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
- Source: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a></span><br />
- {/block:RebloggedFrom}
- {block:Date}{Month} {DayOfMonth}, {Year}{/block:Date}
- {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
- </div>
- {block:HasTags}<div class="tags">
- {block:Tags}
- <a href="{TagURL}">#{Tag} </a>
- {/block:Tags}
- </div>
- {/block:HasTags}
- {/block:permalinkpage}
- {/block:Audio}
- {block:Quote}
- {block:indexpage}
- <div class="perma">
- <a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero}, {ShortYear}{/block:Date}</a> <a href="{ReblogURL}" target="_blank">REBLOG</a></div>
- “{Quote}”
- {block:Source}<br />{Source}{/block:Source}
- {/block:indexpage}
- {block:permalinkpage}
- “{Quote}”
- {block:Source}<br />{Source}{/block:Source}
- <div class="info">
- {block:RebloggedFrom}<span style="text-transform:uppercase">
- via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
- Source: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a></span><br />
- {/block:RebloggedFrom}
- {block:Date}{Month} {DayOfMonth}, {Year}{/block:Date}
- {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
- </div>
- {block:HasTags}<div class="tags">
- {block:Tags}
- <a href="{TagURL}">#{Tag} </a>
- {/block:Tags}
- </div>
- {/block:HasTags}
- {/block:permalinkpage}
- {/block:Quote}
- {block:Text}
- {block:indexpage}
- <div class="perma">
- <a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero}, {ShortYear}{/block:Date}</a> <a href="{ReblogURL}" target="_blank">REBLOG</a></div>
- {block:Title}<div class="title">{Title}</div>{/block:Title}
- {Body}
- {/block:indexpage}
- {block:permalinkpage}
- {block:Title}<span style="text-transform:uppercase;text-align:center!important;font-size:12px;">{Title}</span><br />{/block:Title}
- {Body}
- <div class="info">
- {block:RebloggedFrom}<span style="text-transform:uppercase">
- via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
- Source: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a></span><br />
- {/block:RebloggedFrom}
- {block:Date}{Month} {DayOfMonth}, {Year}{/block:Date}
- {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
- </div>
- {block:HasTags}<div class="tags">
- {block:Tags}
- <a href="{TagURL}">#{Tag} </a>
- {/block:Tags}
- </div>
- {/block:HasTags}
- {/block:permalinkpage}
- {/block:Text}
- {block:Answer}
- {block:indexpage}
- <div class="perma">
- <a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero}, {ShortYear}{/block:Date}</a> <a href="{ReblogURL}" target="_blank">REBLOG</a></div>
- <div id="asker"><img src="{AskerPortraitURL-30}" style="padding:3px;border:1px solid #e4e4e4;"/><br />{Asker}</div><br />
- <div id="ques">{Question}</div><br />
- <div id="answer">{Answer}</div>
- {/block:indexpage}
- {block:permalinkpage}
- <div id="asker"><img src="{AskerPortraitURL-30}" style="padding:3px;border:1px solid #e4e4e4;"/><br />{Asker}</div><br />
- <div id="ques">{Question}</div><br />
- <div id="answer">{Answer}</div>
- <div class="info">
- {block:RebloggedFrom}<span style="text-transform:uppercase">
- via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
- Source: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a></span><br />
- {/block:RebloggedFrom}
- {block:Date}{Month} {DayOfMonth}, {Year}{/block:Date}
- {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
- </div>
- {block:HasTags}<div class="tags">
- {block:Tags}
- <a href="{TagURL}">#{Tag} </a>
- {/block:Tags}
- </div>
- {/block:HasTags}
- {/block:permalinkpage}
- {/block:Answer}
- {block:Chat}
- {block:indexpage}
- <div class="perma">
- <a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero}, {ShortYear}{/block:Date}</a> <a href="{ReblogURL}" target="_blank">REBLOG</a></div>
- {block:Title}{Title}<br />{/block:Title}
- {block:Lines}<span style="line-height:110%;">
- {block:Label}<strong><span style="font-size:12px;">{Label}</span></strong>{/block:Label} {Line}</span><br />
- {/block:Lines}
- {/block:indexpage}
- {block:permalinkpage}
- {block:Title}{Title}<br />{/block:Title}
- {block:Lines}
- {block:Label}<strong><span style="font-size:12px">{Label}</span></strong>{/block:Label} {Line}<br />
- {/block:Lines}
- <div class="info">
- {block:RebloggedFrom}<span style="text-transform:uppercase">
- via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
- Source: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a></span><br />
- {/block:RebloggedFrom}
- {block:Date}{Month} {DayOfMonth}, {Year}{/block:Date}
- {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
- </div>
- {block:HasTags}<div class="tags">
- {block:Tags}
- <a href="{TagURL}">#{Tag} </a>
- {/block:Tags}
- </div>
- {/block:HasTags}
- {/block:permalinkpage}
- {/block:Chat}
- {block:Link}
- {block:indexpage}
- <div class="perma">
- <a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero}, {ShortYear}{/block:Date}</a> <a href="{ReblogURL}" target="_blank">REBLOG</a></div>
- <a href="{URL}" class="title">{Name}</a>
- {block:Description}{Description}{/block:Description}
- {/block:indexpage}
- {block:permalinkpage}
- <a href="{URL}" style="text-transform:uppercase;font-size:12px;text-align:center!important;">{Name}</a>
- {block:Description}<br />{Description}{/block:Description}
- {/block:permalinkpage}
- {/block:Link}
- {block:PostNotes}
- <div id="note">{PostNotes}</div>
- {/block:PostNotes}
- </div> <!--posts -->
- {/block:posts}
- </div>
- </div> <!--content-->
- <a href="http://almightyone.tumblr.com/" id="question" title="made by almightyone">▰theme</a>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment