Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- _______________________________________________________________________
- ► THEME MADE BY RACHEL @ ALMIGHTYONE.TUMBLR.COM
- [THEME #9] SIMPLICITY
- 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:text" content="#565656" />
- <meta name="color:links" content="#7e7e7e" />
- <meta name="color:links hover" content="#eeeeee" />
- <meta name="color:blockquote" content="#565656" />
- <meta name="color:permalink background" content="#ffffff" />
- <meta name="color:permalink text" content="#747474" />
- <meta name="color:permalink text hover" content="#e4e4e4" />
- <meta name="color:sidebar background" content="#f5f5f5" />
- <meta name="color:title" content="#565656" />
- <meta name="color:title hover" content="#ffffff" />
- <meta name="color:custom link" content="#565656" />
- <meta name="color:custom link hover" content="#ffffff" />
- <meta name="color:custom link bg hover" content="#747474" />
- <meta name="color:question border" content="#eeeeee" />
- <meta name="color:question background" content="#f9f9f9" />
- <meta name="image:background" content="" />
- <meta name="image:sidebar" content="" />
- <meta name="if:250" content="1" />
- <meta name="if:400" content="0" />
- <meta name="if:infinite scroll" content="1" />
- <meta name="if:small cursor" content="1" />
- <meta name="if:grayscale" content="1" />
- <meta name="if:photo fade" content="1" />
- <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:Link4 url" content="/">
- <meta name="text:Link4" content="link 4"/>
- <style type="text/css">
- ::-webkit-scrollbar-track {background-color:#fff;border-right:0px solid #fff;}
- ::-webkit-scrollbar-thumb {background-color:#aaa;border:5px solid white;}
- ::-webkit-scrollbar {width:12px;height:5px;;}
- iframe#tumblr_controls {
- -webkit-filter: invert(100%);
- -moz-filter: invert(100%);
- -o-filter: invert(100%);
- -webkit-transition: all 0.6s linear;
- -moz-transition: all 0.6s linear;
- -ms-transition: all 0.6s linear;
- -o-transition: all 0.6s linear;
- transition: all 0.6s linear;
- opacity:.3;
- }
- iframe#tumblr_controls:hover{
- opacity:1;
- -webkit-transition: all 0.6s linear;
- -moz-transition: all 0.6s linear;
- -ms-transition: all 0.6s linear;
- -o-transition: all 0.6s linear;
- transition: all 0.6s linear;
- }
- {block:ifsmallcursor}
- *, body, a, a:hover {cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), auto;}
- {/block:ifsmallcursor}
- body{
- background:{color:background};
- background-image:url('{image:background}');
- background-attachment:fixed;
- background-repeat:repeat;
- word-wrap:break-word;
- padding:0;
- margin:0;
- font-family:calibri;
- font-size:11px;
- line-height:100%;
- color:{color:text};
- }
- body a{
- text-decoration:none;
- color:{color:links};
- -webkit-transition: all 0.7s linear;
- -moz-transition-duration: 0.7s;
- -o-transition-duration: 0.7s;
- -ms-transition-duration: 0.7s;
- }
- body a:hover{
- color:{color:links hover};
- -webkit-transition: all 0.7s linear;
- -moz-transition-duration: 0.7s;
- -o-transition-duration: 0.7s;
- -ms-transition-duration: 0.7s;
- }
- #content {
- {block:indexpage}
- margin:30px 0px 30px 300px;
- {block:if250}
- width:260px;
- {/block:if250}
- {block:if400}
- width:410px;
- {/block:if400}
- {/block:indexpage}
- {block:permalinkpage}
- margin:20px 0px 30px 300px;
- width:400px;
- {/block:permalinkpage}
- }
- blockquote {
- border-left:2px solid {color:blockquote};
- padding-left:6px;
- background:{color:background};
- margin:2px;
- }
- blockquote img {
- {block:if250}
- max-width:200px;
- {/block:if250}
- {block:if400}
- max-width:350px;
- {/block:if400}
- {block:permalinkpage}
- max-width:100%;
- {/block:permalinkpage}
- }
- .posts {
- {block:indexpage}
- {block:if250}
- margin:13px;
- width:250px;
- {/block:if250}
- {block:if400}
- margin:17px;
- width:400px;
- {/block:if400}
- {block:ifphotofade}
- opacity:.7;
- {/block:ifphotofade}
- {block:ifgrayscale}
- -webkit-filter: grayscale(100%);
- -moz-filter: grayscale(100%);
- -o-filter: grayscale(100%);
- -ms-filter: grayscale(100%);
- {/block:ifgrayscale}
- {/block:indexpage}
- {block:permalinkpage}
- width:400px;
- {/block:permalinkpage}
- -webkit-transition: all 0.7s linear;
- -moz-transition-duration: 0.7s;
- -o-transition-duration: 0.7s;
- -ms-transition-duration: 0.7s;
- }
- .posts:hover {
- opacity:1;
- -webkit-filter: grayscale(0%);
- -moz-filter: grayscale(0%);
- -o-filter: grayscale(0%);
- -ms-filter: grayscale(0%);
- -webkit-transition: all 0.7s linear;
- -moz-transition-duration: 0.7s;
- -o-transition-duration: 0.7s;
- -ms-transition-duration: 0.7s;
- }
- .posts .perma{
- text-align:center;
- position: absolute;
- width:auto;
- line-height:14px;
- position:absolute;
- background-color: {color:permalink background};
- margin-top: 10px;
- {block:if250}
- margin-left:70px;
- padding: 4px 15px 3px 15px;
- height: 14px;
- font-size: 7px;
- {/block:if250}
- {block:if400}
- padding:5px 50px 4px 50px;
- margin-left:110px;
- height:15px;
- font-size: 8px;
- {/block:if400}
- opacity: 0;
- font-family:trebuchet ms;
- text-transform: uppercase;
- letter-spacing: 1px;
- z-index:3;
- -webkit-transition: all 0.7s linear;
- -moz-transition-duration: 0.7s;
- -o-transition-duration: 0.7s;
- -ms-transition-duration: 0.7s;
- }
- .posts:hover .perma{
- margin-top:10px;
- opacity:1;
- -webkit-transition: all 0.7s linear;
- -moz-transition-duration: 0.7s;
- -o-transition-duration: 0.7s;
- -ms-transition-duration: 0.7s;
- }
- .perma a {
- color: {color:permalink text}!important;
- -webkit-transition: all 0.4s linear;
- -moz-transition-duration: 0.4s;
- -o-transition-duration: 0.4s;
- -ms-transition-duration: 0.4s;
- }
- .perma a:hover {
- color: {color:permalink text hover}!important;
- -webkit-transition: all 0.4s linear;
- -moz-transition-duration: 0.4s;
- -o-transition-duration: 0.4s;
- -ms-transition-duration: 0.4s;
- }
- #sidebar{
- {block:indexpage}
- {block:if250}
- left:600px;
- {/block:if250}
- {block:if400}
- left:750px;
- {/block:if400}
- bottom:200px;
- {/block:indexpage}
- {block:permalinkpage}
- left:750px;
- bottom:200px;
- {/block:permalinkpage}
- opacity:1;
- background:#eee;
- background-image:url('{image:sidebar}');
- font-size:35px;
- font-family:georgia;
- padding:5px 5px 0px 5px;
- width:146px;
- height:60px;
- border-bottom:1px solid {color:title};
- position:fixed;
- line-height:55px;
- }
- #sidebar a{
- text-shadow:0px 2px #e4e4e4;
- color:{color:title};
- -webkit-transition: all 0.7s linear;
- -moz-transition-duration: 0.7s;
- -o-transition-duration: 0.7s;
- -ms-transition-duration: 0.7s;
- }
- #sidebar a:hover{
- color:{color:title hover};
- -webkit-transition: all 0.7s linear;
- -moz-transition-duration: 0.7s;
- -o-transition-duration: 0.7s;
- -ms-transition-duration: 0.7s;
- }
- #links{
- width:150px;
- margin-top:-20px;
- margin-left:1px;
- padding:0;
- }
- .links{
- text-align:center;
- font-family:consolas;
- padding:4px 6px;
- font-size:10px;
- width:20px;
- background:{color:background};
- color:{color:custom link}!important;
- margin:0px -4px;
- text-shadow:0px 3px #eee!important;
- -webkit-transition: all 0.7s linear;
- -moz-transition-duration: 0.7s;
- }
- .links:hover{
- text-shadow:0px 0px transparent!important;
- padding:4px 6px 12px 6px;
- color:{color:custom link hover}!important;
- background:{color:custom link bg hover};
- -webkit-transition: all 0.7s linear;
- -moz-transition-duration: 0.7s;
- }
- #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:11px;
- 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;
- background:black;
- color:{color:text};
- background:{color:links 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;
- z-index:999999;
- }
- #question:hover{
- color:{color:links hover};
- background:{color:links 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:if250}
- max-width:250px;
- {/block:if250}
- {block:if400}
- max-width:400px;
- {/block:if400}
- {block:permalinkpage}
- max-width:400px;
- {/block:permalinkpage}
- display:block;
- background:#e4e4e4;
- }
- #s-m-t-tooltip {
- position:relative;
- overflow:hidden;
- z-index:999999999;
- max-width:200px;
- margin:10px 0 0 10px;
- padding:3px 4px;
- font:8px calibri;
- background:white;
- line-height:100%;
- text-transform:uppercase;
- border:1px solid #e4e4e4;
- letter-spacing:1px;
- font-weight:bold;
- color:#565656;
- }
- .title{
- font-family:trebuchet ms;
- {block:if400}
- font-size:15px;
- {/block:if400}
- {block:if250}
- font-size:13px;
- {/block:if250}
- {block:permalinkpage}
- font-size:15px;
- {/block:permalinkpage}
- text-transform:uppercase;
- text-align:center;
- }
- #pagination{
- position:fixed;
- bottom:110px;
- {block:if400}
- left:750px;
- {/block:if400}
- {block:if250}
- left:600px;
- {/block:if250}
- width:150px;
- margin:3px;
- text-align:center;
- z-index:99999;
- }
- #pagination a{
- {block:ifinfinitescroll}
- display:none;
- {/block:ifinfinitescroll}
- padding:1px 5px 1px 5px;
- color:{color:custom link};
- background:{color:background};
- margin:3;
- font-family:calibri;
- font-size:11px;
- -webkit-transition: all 0.4s linear;
- -moz-transition: all 0.4s linear;
- }
- #pagination a:hover{
- color:{color:custom link hover};
- background:{color:custom link bg hover};
- -webkit-transition: all 0.4s linear;
- -moz-transition: all 0.4s linear;
- }
- #pagination .current_page {
- font-family:calibri;
- font-size:11px;
- padding:1px 5px;
- color:{color:custom link};
- {block:ifinfinitescroll}
- color:transparent;
- {/block:ifinfinitescroll}
- }
- #content img {
- {block:if250}
- max-width:250px;
- {/block:if250}
- {block:if400}
- max-width:400px;
- {/block:if400}
- {block:permalinkpage}
- max-width:100%;
- {/block:permalinkpage}
- }
- .source {
- text-align:right;
- }
- #index{
- 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;
- color:{color:text};
- background:{color:background};
- -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:99999999;
- }
- #index:hover{
- color:{color:links 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;
- }
- {CustomCSS}
- </style>
- {block:ifinfinitescroll}
- <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
- {/block:ifinfinitescroll}
- </head>
- <body>
- {block:Pagination}
- <div id="pagination">
- {block:PreviousPage}
- <a href="{PreviousPage}">⇠</a>
- {/block:PreviousPage}
- {block:JumpPagination length="3"}
- {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}
- <a href="http://almightyone.tumblr.com/" id="question" title="made by almightyone">▰theme</a>
- <!-- 勇士 -->
- <div id="sidebar"><a href="/" id="tit">{Title}</a>
- <div id="links">
- <a href="/" class="links" title="home">一</a>
- <a href="/ask" class="links" title="message">二</a>
- <a href="/archive" class="links" title="history">三</a>
- {block:IfLink1}
- <a href="{text:Link1 url}" class="links" title="{text:Link1}">四</a>
- {/block:IfLink1}
- {block:IfLink2}
- <a href="{text:Link2 url}" class="links" title="{text:Link2}">五</a>
- {/block:IfLink2}
- {block:IfLink3}
- <a href="{text:Link3 url}" class="links" title="{text:Link3}">六</a>
- {/block:IfLink3}
- {block:IfLink4}
- <a href="{text:Link4 url}" class="links" title="{text:Link4}">七</a>
- {/block:IfLink4}
- </div>
- </div> <!--side -->
- <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-400}" alt="" style="
- {block:if250}max-width:250px;{/block:if250}
- {block:if400}max-width:400px;{/block:if400}" />{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 /><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>
- {block:if250}
- {Photoset-250}{/block:if250}
- {block:if400}{Photoset-400}{/block:if400}
- {/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 /><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>
- {block:if250}
- {Video-250}{/block:if250}
- {block:if400}{Video-400}{/block:if400}
- {/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 /><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">{AudioPlayerGrey}</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 /><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>
- <span style="font-size:15px;font-style:italic;">“{Quote}”</span>
- {block:Source}<br /><Div class="source">- {Source}</div>{/block:Source}
- {/block:indexpage}
- {block:permalinkpage}
- <span style="font-size:15px;font-style:italic;">“{Quote}”</span>
- {block:Source}<br /><div class="source">- {Source}</div>{/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 /><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}<div class="title">{Title}</div>{/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 /><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 /><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 /><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}" class="title">{Name}</a>
- {block:Description}{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="index" title="made by almightyone">▰theme</a>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment