Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- _______________________________________________________________________
- ► THEME MADE BY RACHEL @ ALMIGHTYONE.TUMBLR.COM
- [THEME #14] GLITCH
- 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.
- _______________________________________________________________________
- -->
- <html>
- <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>
- <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700' rel='stylesheet' type='text/css'>
- <!-------------------------------------------------------------------->
- <meta name="color:background" content="#fafafa" />
- <meta name="color:topbar 1 BG" content="#000000" />
- <meta name="color:topbar 2 BG" content="#565656" />
- <meta name="color:topbar link" content="#dddddd" />
- <meta name="color:topbar link hover" content="#ffffff" />
- <meta name="color:sidebar border" content="#eeeeee" />
- <meta name="color:sidebar title" content="#000000" />
- <meta name="color:sidebar description" content="#333333" />
- <meta name="color:sidebar description BG" content="#f5f5f5" />
- <meta name="color:sidebar description border" content="#eeeeee" />
- <meta name="color:text" content="#333333" />
- <meta name="color:links" content="#888888" />
- <meta name="color:links hover" content="#aaaaaa" />
- <meta name="color:blockquote" content="#333333" />
- <meta name="color:posts" content="#ffffff" />
- <meta name="color:posts border" content="#e4e4e4" />
- <meta name="color:permalink text" content="#ffffff" />
- <meta name="color:permalink text hover" content="#565656" />
- <meta name="color:permalink BG" content="#000000" />
- <meta name="color:question BG" content="#f5f5f5" />
- <meta name="color:question border" content="#e4e4e4" />
- <meta name="color:question text" content="#000000" />
- <meta name="color:scrollbar" content="#dddddd" />
- <meta name="color:scrollbar BG" content="#000000" />
- <meta name="color:scrollbar active" content="#aaaaaa" />
- <meta name="color:pagination" content="#565656" />
- <meta name="color:pagination hover" content="#aaaaaa" />
- <!--clickable options-->
- <meta name="if:small cursor" content="1" />
- <meta name="if:grayscale" content="1" />
- <meta name="if:captions" content="0" />
- <meta name="if:2 column" content="1" />
- <meta name="if:1 column" content="0" />
- <meta name="if:infinite scroll" content="1" />
- <meta name="image:sidebar" content="http://static.tumblr.com/3ikb5og/EpEmwdtv9/150x.jpg" />
- <meta name="image:side pattern" content="http://31.media.tumblr.com/tumblr_lzxkhw34cK1r9g6hvo3_100.png" />
- <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"/>
- <meta name="text:Link7 url" content="/">
- <meta name="text:Link7" content="link 7"/>
- <meta name="text:Link8 url" content="/">
- <meta name="text:Link8" content="link 8"/>
- <meta name="text:music code" content="" />
- <!-------------------------------------------------------------------->
- <style type="text/css">
- ::-webkit-scrollbar-track {background-color:{color:scrollbar};border:7px solid {color:scrollbar BG};}
- ::-webkit-scrollbar-thumb {
- background-color:{color:scrollbar};
- border:2px solid {color:scrollbar BG};
- border-right:5px solid {color:scrollbar BG};
- border-left:5px solid {color:scrollbar BG};
- }
- ::-webkit-scrollbar-thumb:active {
- background-color:{color:scrollbar active};
- }
- ::-webkit-scrollbar {
- width:15px;
- height:5px;
- }
- body {
- background:{color:background};
- word-wrap:break-word;
- padding:0;
- margin:0;
- }
- body a{
- text-decoration:none;
- }
- #leftpattern{
- position:fixed;
- top:0;
- left:0;
- width:60px;
- height:100%;
- background:{color:topbar 1 BG};
- background-image:url('{image:side pattern}');
- background-repeat:repeat;
- z-index:999;
- }
- #left2pattern{
- position:fixed;
- height:100%;
- width:105px;
- background:{color:topbar 1 BG};
- top:30px;
- left:0px;
- z-index:111;
- }
- #toppattern{
- position:fixed;
- top:0;
- left:60px;
- padding:0px 50px;
- width:100%;
- height:35px;
- background:{color:topbar 1 BG};
- border-bottom:4px solid {color:topbar 2 BG};
- z-index:5;
- float:left;
- z-index:99;
- }
- #toppattern a{
- float:left;
- color:{color:topbar link};
- font-family:calibri;
- font-size:10px;
- text-transform:uppercase;
- padding:11px 8px 5px 8px;
- margin-right:8px;
- border-bottom:0px solid #888;
- background:{color:topbar 1 BG};
- border-bottom-right-radius:8px;
- border-bottom-left-radius:8px;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- }
- #toppattern a:hover{
- color:{color:topbar link hover};
- padding-top:35px;
- background:{color:topbar 1 BG};
- border-bottom:2px solid {color:topbar 2 BG};
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- }
- #bar{
- position:fixed;
- top:15%;
- {block:if2column}
- left:770px;
- {/block:if2column}
- {block:if1column}
- left:500px;
- {/block:if1column}
- {block:permalinkpage}
- left:750px;
- {/block:permalinkpage}
- width:168px;
- height:auto;
- padding:5px;
- z-index:999;
- }
- #sideimg img{
- background:{color:background};
- width:150px;
- height:auto;
- padding:5px;
- border:2px solid {color:sidebar border};
- box-shadow: 0 0 0 3px {color:background}, 0 0 0 9px {color:sidebar border};
- }
- #tit{
- width:168px;
- padding-bottom:3px;
- line-height:100%;
- word-wrap:break-word;
- text-align:center;
- font-size:15px;
- font-family: 'Open Sans Condensed', sans-serif;
- text-transform:uppercase;
- letter-spacing:3px;
- color:{color:sidebar title};
- font-weight:700;
- text-shadow:2px 2px 1px #e4e4e4;
- margin-bottom:10px;
- }
- #tit:first-letter{
- font-weight:700;
- font-size:18px;
- }
- #slinks{
- margin-top:16px;
- margin-bottom:5px;
- width:168px;
- text-align:center;
- }
- #slinks img{
- width:15px;
- }
- #slinks a{
- border:0px solid black;
- padding:3px 2px 0px 2px;
- opacity:1;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- }
- #slinks a:hover{
- opacity:.6;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- }
- #disc{
- font-family:calibri;
- font-size:11px;
- color:{color:sidebar description};
- text-align:center;
- line-height:100%;
- padding:8px;
- border:1px solid {color:sidebar description border};
- background:{color:sidebar description BG};
- font-style:italic;
- }
- #disc a{
- color:{color:links};
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- }
- #disc a:hover{
- color:{color:links hover};
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- }
- #content {
- font-family:calibri;
- color:{color:text};
- font-size:11px;
- line-height:110%;
- {block:indexpage}
- margin:0px 0px 0px 140px;
- padding:60px 0px 60px 10px;
- {block:if2column}
- width:580px;
- {/block:if2column}
- {block:if1column}
- width:368px;
- {/block:if1column}
- {/block:indexpage}
- {block:permalinkpage}
- padding:60px 0px 60px 10px;
- margin:0px 0px 0px 130px;
- width:522px;
- {/block:permalinkpage}
- background:{color:background};
- height:90%;
- }
- #content img{
- {block:indexpage}
- max-width:250px;
- {/block:indexpage}
- {block:permalinkpage}
- max-width:500px;
- {/block:permalinkpage}
- }
- ul{
- list-style-type:square;}
- #content a{
- color:{color:links};
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;}
- #content a:hover{
- color:{color:links hover};
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- }
- blockquote {
- border-left:2px solid {color:blockquote};
- padding-left:7px;
- margin:0px;
- line-height:110%;
- }
- blockquote img {
- {block:indexpage}
- width:180px;
- {/block:indexpage}
- {block:permalinkpage}
- max-width:300px;
- {/block:permalinkpage}
- }
- pre {
- background:#f8f8f8;
- border:1px solid #eee;
- }
- .posts {
- background:{color:posts}!important;
- line-height:110%;
- padding:8px;
- box-shadow: 0 0 0 1px {color:posts border}, 0 0 0 10px {color:background};
- margin:10px;
- width:250px;
- {block:ifgrayscale}
- -webkit-filter: grayscale(100%);
- -moz-filter: grayscale(100%);
- -o-filter: grayscale(100%);
- -ms-filter: grayscale(100%);
- {/block:ifgrayscale}
- {block:permalinkpage}
- width:500px;
- padding:10px;
- {/block:permalinkpage}
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition-duration: all 0.4s ease-in-out;
- -o-transition-duration: all 0.4s ease-in-out;
- -ms-transition-duration: all 0.4s ease-in-out;
- z-index:5;
- }
- .posts:hover{
- -webkit-filter: grayscale(0%);
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition-duration: all 0.4s ease-in-out;
- -o-transition-duration: all 0.4s ease-in-out;
- -ms-transition-duration: all 0.4s ease-in-out;
- }
- .posts .perma{
- text-align:center;
- position: absolute;
- width:100px;
- word-wrap:break-word;
- height: auto;
- position:absolute;
- color: {color:permalink text};
- margin-top: 10px;
- margin-left:10px;
- padding: 6px 3px 7px 3px;
- border-radius:3px;
- opacity: 0;
- font-size: 8px;
- font-family: calibri;
- border:0px solid #e4e4e4;
- text-transform: uppercase;
- background:{color:permalink BG}!important;
- letter-spacing: 1px;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- z-index:99;
- }
- .posts:hover .perma{
- opacity:.9;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition-duration: 0.5s;
- }
- .perma a {
- line-height:130%;
- 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;
- list-style-type:none!important;
- }
- ol.notes{
- list-style-type:none!important;
- margin:0px;
- padding-left:5px;
- line-height:130%;
- color:#565656;
- }
- ol.notes li.note img.avatar {
- margin-right: 10px;
- width: 16px;
- height: 16px;
- }
- .info{
- padding-bottom:0px;
- padding-top:5px;
- padding-left:2px;
- text-align:left;
- font-family:consolas;
- font-size:11px;
- text-transform:none;
- margin-top:5px;
- }
- .tags{
- margin-top:0px;
- font-family:calibri;
- font-size:8px;
- text-transform:uppercase;
- letter-spacing:1px;
- text-align:left;
- }
- #ques{
- margin-bottom:0px;
- {block:indexpage}
- width:239px;
- {/block:indexpage}
- {block:permalinkpage}
- width:489px;
- {/block:permalinkpage}
- height:auto;
- color:{color:question text};
- border:1px solid {color:question border};
- background:{color:question BG};
- padding:5px;
- line-height:100%;
- }
- #asker{
- padding-right:6px;
- text-align:left;
- font-size:10px;
- color:{color:text};!important;
- text-transform:uppercase;
- font-weight:bold;
- font-family:calibri;
- font-size:11px;
- letter-spacing:1px;
- line-height:110%;
- vertical-align:-10px!important;
- }
- #asker img{
- margin-left:6px;
- margin-bottom:-6px;
- border-radius:100%;
- }
- #answer{
- margin-top:-10px;
- margin-left:0px;
- }
- #audio{
- display:block;
- background:black;
- opacity:.9;
- }
- .title {
- font-size:14px;
- color:{color:text};
- border-bottom:1px solid {color:topbar 2 BG};
- line-height:140%;
- font-weight:bold;
- text-transform:uppercase;
- }
- {block:ifsmallcursor}
- *, body, a, a:hover {cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), auto;}
- {/block:ifsmallcursor}
- #s-m-t-tooltip {
- position:relative;
- overflow:hidden;
- z-index:9999999999;
- max-width:200px;
- margin:10px 0 0 10px;
- padding:3px 5px 4px 5px;
- font:9px calibri;
- background:#000;
- border-radius:2px;
- line-height:100%
- font-weight:bold;
- letter-spacing:0px;
- text-transform:uppercase;
- color:#fff;
- }
- .quote{
- font-family:calibri;
- font-size:14px;
- font-style:italic;
- }
- .pagination {
- width:168px;
- margin-top:5px;
- z-index:3;
- text-align:Center;
- font-family:calibri;
- font-size:10px;
- font-weight:bold;
- color:{color:pagination};
- }
- .pagination a{
- {block:ifinfinitescroll}
- display:none;
- {/block:ifinfinitescroll}
- color:{color:pagination};!important;
- width:150px;
- text-align:center;
- font-family:calibri;
- font-size:11px;
- font-weight:none!important;
- font-style:italic;
- -webkit-transition: all 0.6s linear;
- -moz-transition: all 0.6s linear;
- }
- .pagination a:hover {
- color:{color:pagination hover}!important;
- font-size:11px;
- font-style:italic;
- -webkit-transition: all 0.6s linear;
- -moz-transition: all 0.6s linear;
- }
- #pleasure{
- position:Fixed;
- bottom:5px;
- left:5px;
- opacity:.7;
- z-index:99999;
- }
- {CustomCSS}
- </style>
- {block:indexpage}
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
- {block:ifinfinitescroll}
- {block:if2column}
- <script src="http://static.tumblr.com/6hsqxdt/vmwm2rb4g/infinitescrolling.js"></script>
- {/block:if2column}
- {block:if1column}
- <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
- {/block:if1column}
- {/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 id="leftpattern"></div>
- <div id="toppattern">
- {block:IfLink1}
- <a href="{text:Link1 url}">{text:Link1}</a>
- {/block:IfLink1}
- {block:IfLink2}
- <a href="{text:Link2 url}">{text:Link2}</a>
- {/block:IfLink2}
- {block:IfLink3}
- <a href="{text:Link3 url}">{text:Link3}</a>
- {/block:IfLink3}
- {block:IfLink4}
- <a href="{text:Link4 url}">{text:Link4}</a>
- {/block:IfLink4}
- {block:IfLink5}
- <a href="{text:Link5 url}">{text:Link5}</a>
- {/block:IfLink5}
- {block:IfLink6}
- <a href="{text:Link6 url}">{text:Link6}</a>
- {/block:IfLink6}
- {block:IfLink7}
- <a href="{text:Link7 url}">{text:Link7}</a>
- {/block:IfLink7}
- {block:IfLink8}
- <a href="{text:Link8 url}">{text:Link8}</a>
- {/block:IfLink8}
- </div> <!--toppattern-->
- <div id="left2pattern"></div>
- <div id="bar">
- <div id="tit">{Title}</div>
- <div id="sideimg"><img src="{image:sidebar}" /></div>
- <div id="slinks">
- <a href="/" title="home"><img src="http://static.tumblr.com/3ikb5og/ZuSmw2ijb/1.png" /></a>
- <a href="/ask" title="message"><img src="http://static.tumblr.com/3ikb5og/koomw2j0n/28.png" /></a>
- <a href="/archive" title="history"><img src="http://static.tumblr.com/3ikb5og/69wmw2j4c/19.png" /></a>
- <!-- Do NOT remove the credit or move it anywhere! No pages! Leave the credit visible and intact in the code. -->
- <a href="http://almightyone.tumblr.com/" title="made by almightyone"><img src="http://static.tumblr.com/3ikb5og/xtomw34n6/29.png" /></a>
- </div>
- <div id="disc">{block:description}{description}{/block:description}</div>
- <div class="pagination">
- {block:Pagination}
- {block:PreviousPage}<a href="{PreviousPage}">older</a>
- {/block:PreviousPage}
- {block:ifnotinfinitescroll}
- ┈ {CurrentPage} of {TotalPages} ┈
- {/block:ifnotinfinitescroll}
- {block:NextPage}<a href="{NextPage}" id="next"> newer</a>{/block:NextPage}{/block:Pagination}
- </div>
- </div> <!--bar-->
- <div id="content">
- {block:if1column}
- <div class="autopagerize_page_element">{/block:if1column}
- {block:posts}
- <div class="posts">
- {block:Photo}
- {block:indexpage}
- <div class="perma">
- <a href="{Permalink}" title="permalink">{block:Date}{MonthNumberWithZero}|{DayOfMonthWithZero}|{ShortYear}{/block:Date}</a><Br />
- <a href="{ReblogURL}" target="_blank" title="reblog?">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><br>
- Source: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a></span><br /><br />
- {/block:RebloggedFrom}
- {block:Date}Posted on {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}" title="permalink">{block:Date}{MonthNumberWithZero}|{DayOfMonthWithZero}|{ShortYear}{/block:Date}</a><Br />
- <a href="{ReblogURL}" target="_blank" title="reblog?">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 /><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}" title="permalink">{block:Date}{MonthNumberWithZero}|{DayOfMonthWithZero}|{ShortYear}{/block:Date}</a><Br />
- <a href="{ReblogURL}" target="_blank" title="reblog?">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 /><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}" title="permalink">{block:Date}{MonthNumberWithZero}|{DayOfMonthWithZero}|{ShortYear}{/block:Date}</a><Br />
- <a href="{ReblogURL}" target="_blank" title="reblog?">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 /><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}" title="permalink">{block:Date}{MonthNumberWithZero}|{DayOfMonthWithZero}|{ShortYear}{/block:Date}</a><Br />
- <a href="{ReblogURL}" target="_blank" title="reblog?">REBLOG</a></div>
- <div class="quote"><span style="font-size:20px;opacity:.3;letter-spacing:4px;">❝</span>{Quote}<span style="font-size:20px;opacity:.3;letter-spacing:4px;">❞</span></div>
- {block:Source}<br /><Div class="source">{Source}</div>{/block:Source}
- {/block:indexpage}
- {block:permalinkpage}
- <div class="quote"><span style="font-size:20px;opacity:.3;letter-spacing:4px;">❝</span>{Quote}<span style="font-size:20px;opacity:.3;letter-spacing:4px;">❞</span></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 /><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}" title="permalink">{block:Date}{MonthNumberWithZero}|{DayOfMonthWithZero}|{ShortYear}{/block:Date}</a><Br />
- <a href="{ReblogURL}" target="_blank" title="reblog?">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}" title="permalink">{block:Date}{MonthNumberWithZero}|{DayOfMonthWithZero}|{ShortYear}{/block:Date}</a><Br />
- <a href="{ReblogURL}" target="_blank" title="reblog?">REBLOG</a></div>
- <div id="asker"><img src="{AskerPortraitURL-24}" /> {Asker} whispered:</div><br>
- <div id="ques">{Question}
- </div><br />
- <div id="answer">{Answer}</div>
- {/block:indexpage}
- {block:permalinkpage}
- <div id="asker">{Asker} <img src="{AskerPortraitURL-24}" /></div><br>
- <div id="ques">{Question}
- </div><br />
- <div id="answer">{Answer}</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}" title="permalink">{block:Date}{MonthNumberWithZero}|{DayOfMonthWithZero}|{ShortYear}{/block:Date}</a><Br />
- <a href="{ReblogURL}" target="_blank" title="reblog?">REBLOG</a></div>
- {block:Title}{Title}<br />{/block:Title}
- {block:Lines}
- {block:Label}<strong>{Label}</strong>{/block:Label} {Line}<br />
- {/block:Lines}
- {/block:indexpage}
- {block:permalinkpage}
- {block:Title}{Title}<br />{/block:Title}
- {block:Lines}
- {block:Label}<strong>{Label}</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}" title="permalink">{block:Date}{MonthNumberWithZero}|{DayOfMonthWithZero}|{ShortYear}{/block:Date}</a><Br />
- <a href="{ReblogURL}" target="_blank" title="reblog?">REBLOG</a></div>
- <a href="{URL}" class="title">{Name}</a>
- {block:Description}<br />{Description}{/block:Description}
- {/block:indexpage}
- {block:permalinkpage}
- <a href="{URL}" class="title">{Name}</a>
- {block:Description}<br />{Description}{/block:Description}
- {/block:permalinkpage}
- {/block:Link}
- {block:PostNotes}
- <div id="note">{PostNotes}</div>
- {/block:PostNotes}
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- </div> <!--posts -->
- {/block:posts}
- {block:if1column}
- </div>
- {/block:if1column}
- </div> <!--content-->
- <div id="pleasure">
- {text:music code}
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment