Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- _______________________________________________________________________
- ► THEME MADE BY RACHEL @ ALMIGHTYONE.TUMBLR.COM
- [THEME #8] CALL ME QUEEN
- 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:description border" content="#040004" />
- <meta name="color:description" content="#000000" />
- <meta name="color:title" content="#FF3339" />
- <meta name="color:title hover" content="#000000" />
- <meta name="color:custom links bg" content="#000000" />
- <meta name="color:custom links text" content="#ffffff" />
- <meta name="color:links" content="#565656" />
- <meta name="color:links hover" content="#eeeeee" />
- <meta name="color:blockquote" content="#000000" />
- <meta name="color:posts" content="#ffffff" />
- <meta name="color:permalink background" content="#000000" />
- <meta name="color:permalink text" content="#ffffff" />
- <meta name="color:permalink text hover" content="#121212" />
- <meta name="color:text" content="#000000" />
- <meta name="color:question border" content="#eeeeee" />
- <meta name="color:question background" content"#f5f5f5" />
- <meta name="color:pagination" content="#000000" />
- <meta name="color:pagination hover" content="#eeeeee" />
- <meta name="color:side border" content="#000000" />
- <meta name="color:permalink date" content="#FF3339" />
- <meta name="color:permalink date underline" content="#33FFF8" />
- <meta name="color:scrollbar bg" content="#ffffff" />
- <meta name="color:scrollbar" content="#000000" />
- <meta name="image:background" content="" />
- <meta name="if:infinite scroll" content="1" />
- <meta name="if:grayscale" content="0" />
- <meta name="if:small cursor" content="1" />
- <meta name="if:title shadow" content="1" />
- <meta name="if:captions" content="0" />
- <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"/>
- <meta name="text:Link5 url" content="/">
- <meta name="text:Link5" content="link 5"/>
- <meta name="text:Link6 url" content="/">
- <meta name="text:Link6" content="link 6"/>
- <style type="text/css">
- ::selection {
- background: #ddd;
- color: #565656;
- }
- ::-moz-selection {
- background: #ddd;
- color: #565656;
- }
- ::-webkit-selection {
- background: #ddd;
- color: #565656;
- }
- ::-webkit-scrollbar-track {background-color:{color:scrollbar bg};}
- ::-webkit-scrollbar-thumb {background-color:{color:scrollbar};}
- ::-webkit-scrollbar {width:6px;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;
- margin:0;padding:0;
- background-image:url('{image:background}');
- font-size:11px;
- }
- body a{text-decoration:none;}
- #nav{
- width:530px;
- height:auto;
- top:42px;
- left:100px;
- border-top:2px solid {color:description border};
- border-bottom:2px solid {color:description border};
- position:fixed;
- background:{color:background};
- padding:5px 0px;
- z-index:5;
- }
- #nav #desc{
- font-family:calibri;
- font-size:11px;
- width:490px;
- height:35px;
- color:{color:description};
- padding:3px 25px 3px 20px;
- text-align:center;
- line-height:100%;
- opacity:1;
- background:{color:background};
- -webkit-transition: all 0.6s linear;
- -moz-transition: all 0.6s linear;
- }
- #nav #desc a{
- color:{color:links};
- -webkit-transition: all 0.6s linear;
- -moz-transition: all 0.6s linear;
- }
- #nav #desc a:hover{
- color:{color:links hover};
- -webkit-transition: all 0.6s linear;
- -moz-transition: all 0.6s linear;
- }
- #tit{
- padding:5px 0px 5px 0px;
- position:fixed;
- top:0px;
- height:auto;
- left:100px;
- width:530px;
- background:{color:background};
- z-index:5;
- }
- #title{
- color:{color:title};
- font-family:cambria;
- text-transform:none;
- font-style:none;
- text-align:right;
- float:Right;
- font-size:20px;
- line-height:32px;
- {block:iftitleshadow}
- text-shadow:0px 0px 1px #000;{/block:iftitleshadow}
- -webkit-transition: all 0.6s linear;
- -moz-transition: all 0.6s linear;
- }
- #title:hover {
- color:{color:title hover};
- -webkit-transition: all 0.6s linear;
- -moz-transition: all 0.6s linear;
- }
- #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;
- color:white;
- 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:9999999;
- }
- #question: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;
- }
- #poo {
- float:left;
- width:530px;
- margin:5px;
- text-align:left;
- opacity:1;
- margin-top:-20px;
- margin-left:3px;
- z-index:3;
- -webkit-transition: all 0.6s linear;
- -moz-transition: all 0.6s linear;
- }
- .po {
- font-family:consolas;
- font-size:11px;
- margin:2px;
- padding:4px 5px;
- border-radius:0%;
- background:{color:custom links bg};
- color:{color:custom links text};
- -webkit-transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- }
- .po:hover{
- box-shadow:0px 0px 3px #ddd;
- padding:4px 5px 12px 5px;
- border-radius:0%;
- -webkit-transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- }
- #s-m-t-tooltip {
- position:relative;
- overflow:hidden;
- z-index:990999999;
- max-width:200px;
- margin:10px 0 0 10px;
- padding:3px 5px 4px 5px;
- font:8px calibri;
- background:black;
- line-height:100%;
- font-weight:bold;
- text-transform:uppercase;
- letter-spacing:1px;
- color:#fff;
- }
- #content {
- {block:indexpage}
- width:550px;
- margin:110px 0px 40px 95px!important;{/block:indexpage}
- color:black;
- {block:permalinkpage}
- width:520px;
- margin:120px 0px 40px 105px;
- {/block:permalinkpage}
- font-family:calibri;
- line-height:110%;
- }
- #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:450px;
- {/block:permalinkpage}
- }
- .posts {
- width:250px;
- padding:10px 10px;
- {block:permalinkpage}
- width:500px;
- {block:permalinkpage}
- -webkit-transition-duration: 0.5s;
- -moz-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- -ms-transition-duration: 0.5s;
- {block:ifgrayscale}
- -webkit-filter: grayscale(100%);
- -moz-filter: grayscale(100%);
- -o-filter: grayscale(100%);
- {/block:ifgrayscale}
- z-index:3;
- background:{color:posts};
- }
- .posts:hover {
- -webkit-filter: grayscale(0%);
- -moz-filter: grayscale(0%);
- -o-filter: grayscale(0%);
- -webkit-transition-duration: 0.5s;
- -moz-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- -ms-transition-duration: 0.5s;
- }
- #content img {
- max-width:250px;
- {block:permalinkpage}
- max-width:100%;
- {/block:permalinkpage}
- }
- /* permalinks */
- .posts .perma{
- text-align:right;
- position: absolute;
- width:90px;
- height: 50px; /*14*/
- line-height:14px;
- position:absolute;
- background-color: {color:permalink background};
- color: {color:permalink text};
- margin-top: 0px;
- margin-left:-5px;
- padding: 0px 15px 15px 15px;
- opacity: 0;
- font-size: 8px;
- font-family:calibri;
- text-transform: uppercase;
- letter-spacing: 1px;
- z-index:3;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition-duration: 0.5s ease-in-out;
- }
- .posts:hover .perma{
- padding:0px 15px 15px 145px;
- margin-left:0px;
- opacity:1;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition-duration: 0.5s ease-in-out;
- }
- .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;
- }
- #note{
- margin:20px auto;
- width: 500px;
- 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};
- }
- ol.notes li.note img.avatar {
- margin-right: 10px;
- width: 16px;
- height: 16px;
- }
- .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;
- color:white;
- 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:99999;
- }
- #question: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;
- }
- #answer{
- margin-top:-10px;
- padding:0px 5px 5px 5px;
- }
- #audio{
- {block:indexpage}
- max-width:250px;
- {/block:indexpage}
- {block:permalinkpage}
- max-width:500px;
- {/block:permalinkpage}
- display:block;
- background:#000;
- }
- .title {
- font-family:calibri;
- font-size:14px;
- text-transform:uppercase;
- color:{color:text};
- text-align:left;
- }
- .quote {
- font-family:calibri;
- font-style:italic;
- font-size:15px;
- line-height:15px;
- }
- .source {
- text-align:right;
- font-style:italic;
- }
- .pagination {
- position:fixed;
- left:660px;
- bottom:5%;
- }
- .pagination a{
- {block:ifinfinitescroll}
- display:none;
- {/block:ifinfinitescroll}
- color:{color:pagination};
- font-family:calibri;
- font-size:35px;
- -webkit-transition: all 0.6s linear;
- -moz-transition: all 0.6s linear;
- }
- .pagination a:hover {
- color:{color:pagination hover};
- -webkit-transition: all 0.6s linear;
- -moz-transition: all 0.6s linear;
- }
- </style>
- {block:indexpage}
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
- {block:ifinfinitescroll}
- <script src="http://static.tumblr.com/6hsqxdt/vmwm2rb4g/infinitescrolling.js"></script>
- {/block:ifinfinitescroll}
- <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}
- </head>
- <body>
- <div class="pagination">
- {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a> ·{/block:PreviousPage} {block:NextPage}<a href="{NextPage}" id="next">»</a>{/block:NextPage}{/block:Pagination}
- </div>
- <span style="
- width:40px;
- top:0px;
- left:0px;
- background:{color:side border};
- height:100%;position:fixed;z-index:3;"></span>
- <span style="position:fixed;top:0px;left:0px;background:{color:background};width:42px;height:100%;z-index:2;"></span>
- <span style="position:fixed;top:0px;left:0px;background:{color:side border};width:46px;height:100%;z-index:1;"></span>
- <div id="tit"><a href="/" id="title">{Title}</a>
- <div id="poo">
- <a href="/" class="po" title="home">01</a>
- <a href="/ask" class="po" title="message">02</a>
- <a href="/archive" class="po" title="history">03</a>
- {block:IfLink1}
- <a href="{text:Link1 url}" class="po" title="{text:Link1}">04</a>
- {/block:IfLink1}
- {block:IfLink2}
- <a href="{text:Link2 url}" class="po" title="{text:Link2}">05</a>
- {/block:IfLink2}
- {block:IfLink3}
- <a href="{text:Link3 url}" class="po" title="{text:Link3}">06</a>
- {/block:IfLink3}
- {block:IfLink4}
- <a href="{text:Link4 url}" class="po" title="{text:Link4}">07</a>
- {/block:IfLink4}
- {block:IfLink5}
- <a href="{text:Link5 url}" class="po" title="{text:Link5}">08</a>
- {/block:IfLink5}
- {block:IfLink6}
- <a href="{text:Link6 url}" class="po" title="{text:Link6}">09</a>
- {/block:IfLink6}</div>
- </div> <!--tit-->
- <div id="nav">
- <div id="desc">{block:description}{description}{/block:description}
- </div> <!--desc-->
- </div><!--nav-->
- <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"><br />
- <a href="{Permalink}" style="font-size:11px;font-family:consolas;letter-spacing:0px;color:{color:permalink date}!important;border-bottom:1px solid {color:permalink date underline};">{block:Date} {ShortMonth} {DayOfMonthWithZero}, {ShortYear}{/block:Date}</a><Br />
- <a href="{Permalink}">{block:NoteCount} ■ {NoteCountWithLabel}{/block:NoteCount}</a><br />
- <a href="{ReblogURL}" target=”_blank”> ■ REBLOG</a></div>
- <center>{LinkOpenTag}<img src="{PhotoURL-250}" alt="" />{LinkCloseTag}</center>
- {block:ifcaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifcaptions}
- {/block:indexpage}
- {block:permalinkpage}
- <center>{LinkOpenTag}<img src="{PhotoURL-500}" 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"><br />
- <a href="{Permalink}" style="font-size:11px;font-family:consolas;letter-spacing:0px;color:{color:permalink date}!important;border-bottom:1px solid {color:permalink date underline};">{block:Date} {ShortMonth} {DayOfMonthWithZero}, {ShortYear}{/block:Date}</a><Br />
- <a href="{Permalink}">{block:NoteCount} ■ {NoteCountWithLabel}{/block:NoteCount}</a><br />
- <a href="{ReblogURL}" target=”_blank”> ■ REBLOG</a></div>
- {Photoset-250}
- {block:ifcaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifcaptions}
- {/block:indexpage}
- {block:permalinkpage}
- {Photoset-500}
- {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}
- <div class="perma"><br />
- <a href="{Permalink}" style="font-size:11px;font-family:consolas;letter-spacing:0px;color:{color:permalink date}!important;border-bottom:1px solid {color:permalink date underline};">{block:Date} {ShortMonth} {DayOfMonthWithZero}, {ShortYear}{/block:Date}</a><Br />
- <a href="{Permalink}">{block:NoteCount} ■ {NoteCountWithLabel}{/block:NoteCount}</a><br />
- <a href="{ReblogURL}" target=”_blank”> ■ REBLOG</a></div>
- {Video-250}
- {block:ifcaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifcaptions}
- {/block:indexpage}
- {block:permalinkpage}
- {Video-500}
- {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"><br />
- <a href="{Permalink}" style="font-size:11px;font-family:consolas;letter-spacing:0px;color:{color:permalink date}!important;border-bottom:1px solid {color:permalink date underline};">{block:Date} {ShortMonth} {DayOfMonthWithZero}, {ShortYear}{/block:Date}</a><Br />
- <a href="{Permalink}">{block:NoteCount} ■ {NoteCountWithLabel}{/block:NoteCount}</a><br />
- <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:500px;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"><br />
- <a href="{Permalink}" style="font-size:11px;font-family:consolas;letter-spacing:0px;color:{color:permalink date}!important;border-bottom:1px solid {color:permalink date underline};">{block:Date} {ShortMonth} {DayOfMonthWithZero}, {ShortYear}{/block:Date}</a><Br />
- <a href="{Permalink}">{block:NoteCount} ■ {NoteCountWithLabel}{/block:NoteCount}</a><br />
- <a href="{ReblogURL}" target=”_blank”> ■ REBLOG</a></div>
- <div class="quote">“{Quote}”</div>
- {block:Source}<br /><div class="source">- {Source}</div>{/block:Source}
- {/block:indexpage}
- {block:permalinkpage}
- <div class="quote">“{Quote}”</div>
- {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 />
- {/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"><br />
- <a href="{Permalink}" style="font-size:11px;font-family:consolas;letter-spacing:0px;color:{color:permalink date}!important;border-bottom:1px solid {color:permalink date underline};">{block:Date} {ShortMonth} {DayOfMonthWithZero}, {ShortYear}{/block:Date}</a><Br />
- <a href="{Permalink}">{block:NoteCount} ■ {NoteCountWithLabel}{/block:NoteCount}</a><br />
- <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"><Br />
- <a href="{Permalink}" style="font-size:11px;font-family:consolas;letter-spacing:0px;color:{color:permalink date}!important;border-bottom:1px solid {color:permalink date underline};line-height:27px;">{block:Date} {ShortMonth} {DayOfMonthWithZero}, {ShortYear}{/block:Date}</a><Br />
- <a href="{Permalink}">{block:NoteCount} ■ {NoteCountWithLabel}{/block:NoteCount}</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"><br />
- <a href="{Permalink}" style="font-size:11px;font-family:consolas;letter-spacing:0px;color:{color:permalink date}!important;border-bottom:1px solid {color:permalink date underline};">{block:Date} {ShortMonth} {DayOfMonthWithZero}, {ShortYear}{/block:Date}</a><Br />
- <a href="{Permalink}">{block:NoteCount} ■ {NoteCountWithLabel}{/block:NoteCount}</a><br />
- <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}
- <div class="perma"><br />
- <a href="{Permalink}" style="font-size:11px;font-family:consolas;letter-spacing:0px;color:{color:permalink date}!important;border-bottom:1px solid {color:permalink date underline};">{block:Date} {ShortMonth} {DayOfMonthWithZero}, {ShortYear}{/block:Date}</a><Br />
- <a href="{Permalink}">{block:NoteCount} ■ {NoteCountWithLabel}{/block:NoteCount}</a><br />
- <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