Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <!--
- █▀▀▄ █▀▀█ █░░█ █▀▀▄ █▀▀█ █▀▀█ █▀▀█ ▀▀█▀▀ █░░█ █▀▀ █▀▄▀█ █▀▀ █▀▀
- █░░█ █░░█ █▀▀█ █░░█ █░░█ █▄▄▀ █░░█ ░░█░░ █▀▀█ █▀▀ █░▀░█ █▀▀ ▀▀█
- ▀▀▀░ ▀▀▀▀ ▀░░▀ ▀▀▀░ ▀▀▀▀ ▀░▀▀ ▀▀▀▀ ░░▀░░ ▀░░▀ ▀▀▀ ▀░░░▀ ▀▀▀ ▀▀▀
- THEME: MADNESS
- + DO NOT REMOVE THEME CREDIT
- + DO NOT REDISTRIBUTE CODE
- + DO NOT USE AS BASE
- + DO NOT STEAL
- -->
- <head>
- <title>{Title}</title>
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <link rel="shortcut icon" href="{Favicon}">
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <script>
- $(document).ready(function() {
- //
- $('a.poplight[href^=#]').click(function() {
- var popID = $(this).attr('rel'); //Get Popup Name
- var popURL = $(this).attr('href'); //Get Popup href to define size
- var query= popURL.split('?');
- var dim= query[1].split('&');
- var popWidth = dim[0].split('=')[1]; //Gets the first query string value
- $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://static.tumblr.com/bj5zkci/RZnnlwg13/x_copy.png" class="btn_close" title="Close" alt="Close" /></a>');
- var popMargTop = ($('#' + popID).height() + 80) / 2;
- var popMargLeft = ($('#' + popID).width() + 80) / 2;
- //Apply Margin to Popup
- $('#' + popID).css({
- 'margin-top' : -popMargTop,
- 'margin-left' : -popMargLeft
- });
- $('body').append('<div id="fade"></div>');
- $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
- return false;
- });
- $('a.close, #fade').live('click', function() {
- $('#fade , .popup_block').fadeOut(function() {
- $('#fade, a.close').remove(); //fade them both out
- });
- return false;
- });
- });
- </script>
- <meta name="if:Show Captions" content="0"/>
- <meta name="if:Infinite Scroll" content"0"/>
- <meta name="image:Icon" content="
- http://static.tumblr.com/bj5zkci/Kw1npe2pn/12.jpg"/>
- <meta name="text:Link One Url" content=""/>
- <meta name="text:Link One" content="link one"/>
- <meta name="text:Link Two Url" content=""/>
- <meta name="text:Link Two" content="link two"/>
- <meta name="text:Link Three Url" content=""/>
- <meta name="text:Link Three" content="link three"/>
- <meta name="text:Link Four Url" content=""/>
- <meta name="text:Link Four" content="link four"/>
- <meta name="text:Link Five Url" content=""/>
- <meta name="text:Link Five" content="link five"/>
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Text" content="#888888"/>
- <meta name="color:bold" content="#000000"/>
- <meta name="color:italic" content="#000000"/>
- <meta name="color:underline" content="#888888"/>
- <meta name="color:links" content="#232323"/>
- <meta name="color:links hover" content="#afafaf"/>
- <meta name="color:blockquote border" content="#eeeeee"/>
- <meta name="color:pagination" content="#888888"/>
- <meta name="color:pagination hover" content="#232323"/>
- <meta name="color:H1 bg" content="#fafafa"/>
- <meta name="color:H1 text" content="#232323"/>
- <meta name="color:H1 border" content="#eeeeee"/>
- <meta name="color:permalink bg" content="#fafafa"/>
- <meta name="color:permalink text" content="#888888"/>
- <meta name="color:permalink border" content="#eeeeee"/>
- <meta name="color:posts bg" content="#ffffff"/>
- <meta name="color:posts border" content="#eeeeee"/>
- <meta name="color:Caption bg" content="#fafafa"/>
- <meta name="color:Caption text" content="#888888"/>
- <meta name="color:Caption border" content="#eeeeee"/>
- <meta name="color:Ask text" content="#888888"/>
- <meta name="color:Asker text" content="#232323"/>
- <meta name="color:Reply bg" content="#fafafa"/>
- <meta name="color:Reply border" content="#eeeeee"/>
- <meta name="color:Reply text" content="#888888"/>
- <meta name="color:Chat bold" content="#232323"/>
- <meta name="color:Chat text" content="#888888"/>
- <meta name="color:Chat border" content="#eeeeee"/>
- <meta name="color:post info bg" content="#ffffff"/>
- <meta name="color:post info text" content="#232323"/>
- <meta name="color:post info date" content="#232323"/>
- <meta name="color:text info border" content="#eeeeee"/>
- <meta name="color:text info bg" content="#ffffff"/>
- <meta name="color:text info date" content="#232323"/>
- <meta name="color:text info date bg" content="#fafafa"/>
- <meta name="color:text info date border" content="#eeeeee"/>
- <meta name="color:Title" content="#232323"/>
- <meta name="color:Title border" content="#eeeeee"/>
- <meta name="color:Icon border" content="#eeeeee"/>
- <meta name="color:Icon bg" content="#ffffff"/>
- <meta name="color:Description" content="#888888"/>
- <meta name="color:Top header bg" content="#fafafa"/>
- <meta name="color:Top header border" content="#eeeeee"/>
- <meta name="color:Popup bg" content="#ffffff"/>
- <meta name="color:Popup close button bg" content="#232323"/>
- <meta name="color:Navigation color" content="#232323"/>
- <meta name="color:Navigation hover border" content="#cccccc"/>
- <meta name="color:Popup links text" content="#232323"/>
- <meta name="color:Popup links border" content="#eeeeee"/>
- <meta name="color:Popup links hover bg" content="#232323"/>
- <meta name="color:Popup links hover text" content="#ffffff"/>
- <meta name="color:Popup links bg" content="#ffffff"/>
- <meta name="color:Scrollbar bg" content="#fafafa"/>
- <meta name="color:Scrollbar line" content="#cccccc"/>
- <meta name="color:Theme credit bg" content="#fafafa"/>
- <meta name="color:Theme credit border" content="#eeeeee"/>
- <meta name="color:Theme credit text" content="#888888"/>
- <style type="text/css">
- #tumblr_controls {position: fixed !important;}
- #tumblr_controls {-webkit-filter: invert(100%);}
- #tumblr_controls {opacity: 0.5; -webkit-transition: opacity 0.7s linear; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; transition: all 0.3s ease-out;}
- #tumblr_controls:hover {opacity: 1; -webkit-transition: opacity 0.7s linear; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; transition: all 0.5s ease-out;}
- html { height:100%; }
- body { position:absolute; top:0; bottom:0; right:0; left:0; }
- /* Pagination */
- .pagination {
- position:absolute;
- z-index:99;
- opacity:1;
- right:44%;
- bottom:47px;
- padding:7px;
- text-transform:uppercase;
- }
- .pagination span {
- padding:10px;
- }
- .pagination a {
- font-size:20px;
- font-weight:bold;
- letter-spacing:2px;
- color:{color:pagination};
- -webkit-transition: opacity 0.4s linear;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- }
- .pagination a:hover {
- color:{color:pagination hover};
- -webkit-transition: opacity 0.4s linear;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- }
- .prev {
- position:absolute;
- z-index:9;
- z-index:99;
- margin-left:-40px;
- margin-top:-7px;
- padding:7px;
- font-size:10px;
- text-transform:uppercase;
- }
- .prev a {
- color:{color:pagination};
- }
- .prev a:hover {
- color:{color:pagination hover};
- }
- {block:IfInfiniteScroll}
- .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;}
- #infscr-loading {display:none;}
- .pagination {display:none!important;} {/block:IfInfiniteScroll}
- /* Hover text - style this however you like*/
- #s-m-t-tooltip {
- z-index:999999;
- padding:4px 7px 4px 7px;
- background-color:#000;
- border-radius:5px;
- margin-left:20px;
- color:#fff;
- font-family:arial;
- font-size:10px;
- letter-spacing:1px;
- text-transform:uppercase;
- }
- /* Body */
- body {
- font-family:arial;
- font-size:10px;
- letter-spacing:1px;
- color:{color:Text};
- background:{color:Background};
- }
- a {
- color:{color:links};
- text-decoration:none;
- }
- a:hover {
- color:{color:links hover};
- }
- b, strong {
- color:{color:bold};
- }
- i, em {
- color:{color:italic};
- }
- u {
- color:{color:underline};
- }
- ul {
- padding:0px 5px 0px 5px;
- margin:4px;
- list-style-type: circle;
- }
- ul li {
- padding-left:5px;
- line-height:15px;
- }
- blockquote {
- margin-top:10px;
- border-left:2px solid {color:blockquote border};
- padding:0px 0px 0px 10px;
- margin-left:5px;
- word-wrap:break-word;
- }
- h1 {
- font-family:georgia;
- font-size:10px;
- margin-top:20px;
- word-wrap:break-word;
- line-height:12px;
- border:1px solid {color:H1 border};
- padding:10px 5px 10px 10px;
- margin-left:21px;
- text-transform:uppercase;
- background:{color:H1 bg};
- color:{color:H1 text};
- {block:IndexPage}
- width:190px;
- {/block:IndexPage}
- {block:PermalinkPage}
- width:440px;
- {/block:PermalinkPage}
- }
- h1 a {
- color:{color:H1 text};
- text-decoration:none;
- }
- /* Permalink */
- #permalink {
- margin-left:0px;
- margin-top:20px;
- padding:10px;
- }
- .perma {
- font-size:9px;
- font-family:arial;
- text-transform:lowercase;
- text-align:left;
- background:{color:permalink bg};
- margin-top:0px;
- border-top:1px solid {color:permalink border};
- border-bottom:1px solid {color:permalink border};
- color:{color:permalink text};
- width:500px;
- margin-left:-20px;
- padding:10px;
- }
- .notecounts {
- margin-top:10px;
- font-size:9px;
- font-family:arial;
- text-transform:lowercase;
- color:{color:permalink text};
- padding:18px;
- }
- .notecounts img {
- visibility: hidden;
- }
- ol.notes {
- list-style-type:circle;
- }
- /* Posts */
- #wopper {
- margin-top:400px;
- padding:40px 40px 200px 40px;
- margin-left:auto;
- margin-right:auto;
- width:70%;
- {block:if500px}width:720px;{/block:if500px}
- }
- .pots {
- float:left;
- position:relative;
- padding:10px;
- border-radius:10px;
- background:{color:posts bg};
- border:1px solid {color:posts border};
- color:{color:Text};
- margin:0px 0 20px 10px;
- width:250px;
- margin-left:20px;
- {block:PermalinkPage}
- margin-left:250px;
- width:500px;
- {/block:PermalinkPage}
- }
- /* Don't mess with this */
- @media screen and (min-width: 1024px) {
- .pots {margin-left:50px; margin-top:50px;
- {block:PermalinkPage}
- margin-left:110px;
- {/block:PermalinkPage}
- }
- }
- @media screen and (min-width: 1280px) {
- .pots {margin-left:18px; margin-top:16px;
- {block:PermalinkPage}
- margin-left:190px;
- {/block:PermalinkPage}
- }
- }
- @media screen and (min-width: 1366px) {
- .pots {margin-left:36px;margin-top:20px;
- {block:PermalinkPage}
- margin-left:230px;
- {/block:PermalinkPage}
- }
- }
- @media screen and (min-width: 1440px) {
- .pots {margin-left:47px;margin-top:20px;
- {block:PermalinkPage}
- margin-left:250px;
- {/block:PermalinkPage}
- }
- }
- @media screen and (min-width: 1600px) {
- .pots {margin-left:75px;margin-top:20px;
- {block:PermalinkPage}
- margin-left:300px;
- {/block:PermalinkPage}
- }
- }
- @media screen and (min-width: 1680px) {
- .pots {margin-left:18px;margin-top:16px;
- {block:PermalinkPage}
- margin-left:340px;
- {/block:PermalinkPage}
- }
- }
- @media screen and (min-width: 1920px) {
- .pots {margin-left:50px;
- {block:PermalinkPage}
- margin-left:430px;
- {/block:PermalinkPage}}
- }
- .pots a {
- color:{color:links};
- }
- .pots img{
- max-width:100%;
- display:block;
- }
- /* quotes */
- #quotes {
- font-family:georgia;
- font-weight:900;
- font-size:20px;
- padding:15px;
- line-height:16px;
- color:{color:Text};
- letter-spacing:-1px;
- text-transform:none;
- }
- #quotes span {
- font-size:9px;
- font-family:arial;
- letter-spacing:2px;
- font-weight:lighter;
- text-transform:uppercase;
- }
- /* post captions*/
- #caption {
- background:{color:Caption bg};
- color:{color:Caption text};
- padding:5px;
- border:1px solid {color:Caption border};
- word-wrap:break-word;
- font-size:11px;
- font-family:arial;
- }
- #caption a {
- color:{color:links};
- }
- /* questions */
- #qmark {
- font-size:10px;
- line-height:13px;
- padding:10px;
- color:{color:Ask text};
- word-wrap:break-word;
- }
- #qmark span {
- font-weight:900;
- color:{color:Asker text};
- text-transform:uppercase;
- padding:5px 5px 5px 0px;
- }
- #qmark span a {
- color:{color:Asker text};
- }
- #ansme {
- padding:10px;
- font-family:arial;
- text-align:left;
- background:{color:Reply bg};
- border:1px solid {color:Reply border};
- color:{color:Reply text};
- font-size:10px;
- line-height:13px;
- }
- /* Music */
- #audio {
- padding:5px;
- margin-left:-5px;
- }
- #audio img {
- width:100px;
- }
- .musicinfo {
- color:{color:Text};
- margin-top:20px;
- margin-bottom:5px;
- font-size:10px;
- line-height:10px;
- letter-spacing:1px;
- }
- iframe#tumblr_controls {
- top: 0% !important;
- right:0% !important;
- position: fixed !important;
- z-index:9999;
- }
- /* Chat */
- .chat {
- padding:15px 15px 15px 15px;
- }
- .chat span {
- text-transform:uppercase;
- font-weight:900;
- color:{color:Chat bold};
- }
- .chat li {
- list-style-type:none;
- padding:7px;
- margin:7px;
- color:{color:Chat text};
- border:1px solid {color:Chat border};
- }
- .btext {
- padding:10px;
- line-height:14px;
- }
- /* Post info */
- #phstu {
- position:absolute;
- top:0;
- left:0;
- border-radius:10px;
- height:100%;
- opacity:0;
- width:270px;
- -webkit-transition: opacity 0.4s linear;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- }
- .pots:hover #phstu {
- background:{color:post info bg};
- opacity:.9;
- -webkit-transition: all .7s ease-in-out;
- -moz-transition: all .7s ease-in-out;
- -o-transition: all .7s ease-in-out;
- -ms-transition: all .7s ease-in-out;
- transition: all .7s ease-in-out;
- }
- #phins {
- position:relative;
- border-radius:5px;
- width:145px;
- top:40%;
- left:37%;
- color:{color:post info text};
- text-transform:uppercase;
- font-weight:bold;
- }
- #phins a {
- display:block;
- letter-spacing:1px;
- color:{color:post info text};
- cursor:help;
- }
- #phins span a {
- position:absolute;
- font-family:georgia;
- text-transform:lowercase;
- font-size:30px;
- letter-spacing:-2px;
- color:{color:post info date};
- font-weight:900;
- margin-top:-33px;
- margin-left:-4px;
- }
- #thstu {
- position:absolute;
- margin-top:10px;
- opacity:0;
- -webkit-transition: opacity 0.4s linear;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- }
- .pots:hover #thstu {
- opacity:1;
- -webkit-transition: all .7s ease-in-out;
- -moz-transition: all .7s ease-in-out;
- -o-transition: all .7s ease-in-out;
- -ms-transition: all .7s ease-in-out;
- transition: all .7s ease-in-out;
- }
- #thins {
- text-transform:uppercase;
- font-weight:bold;
- letter-spacing:2px;
- font-size:8px;
- padding:4px 10px 4px 10px;
- background:{color:text info bg};
- border:1px solid {color:text info border};
- border-radius:5px;
- -webkit-border-bottom-right-radius: 5px;
- -webkit-border-bottom-left-radius: 5px;
- -moz-border-radius-bottomright: 5px;
- -moz-border-radius-bottomleft: 5px;
- border-bottom-right-radius: 5px;
- border-bottom-left-radius: 5px;
- }
- #thins a {
- padding:4px 7px 4px 7px;
- }
- #thins span {
- margin-left:-10px;
- }
- #thins span a {
- padding:4px 6px 4px 7px;
- background:{color:text info date bg};
- color:{color:text info date};
- border-right:1px solid {color:text info date border};
- }
- /* header stuff */
- #heather {
- z-index:9;
- position:absolute;
- margin-top:-220px;
- margin-left:40%;
- }
- .htith h3 {
- display:block;
- padding:0px 0px 10px 0px;
- margin-left:-50px;
- text-transform:uppercase;
- font-size:30px;
- font-weight:900;
- text-align:center;
- color:{color:Title};
- font-family:georgia;
- border-bottom:1px solid {color:Title border};
- }
- .htith img {
- position:fixed;
- z-index:99;
- margin-top:-160px;
- margin-left:60px;
- width:100px;
- height:100px;
- border:1px solid {color:Icon border};
- padding:10px;
- background:{color:Icon bg};
- border-radius:100%;
- }
- .htith p {
- line-height:12px;
- margin-top:-20px;
- margin-left:-40px;
- font-weight:100;
- font-size:10px;
- width:330px;
- font-family:arial;
- text-align:center;
- text-transform:none;
- color:{color:Description};
- }
- .tmage {
- position:fixed;
- top:0px;
- left:0;
- width:100%;
- background:{color:Top header bg};
- height:150px;
- border-bottom:1px solid {color:Top header border};
- }
- /* Popup Links */
- #fade { /*--Transparent background layer--*/
- display: none; /*--hidden by default--*/
- z-index: 999;
- background:{color:Popup bg};
- position: fixed; left: 0; top: 0;
- width:100%; height:100%;
- opacity:.7;
- }
- .popup_block{
- display: none; /*--hidden by default--*/
- z-index: 99999;
- padding: 20px;
- position: fixed;
- top:50%; left:50%;
- max-width:300px;
- /*--CSS3 Rounded Corners--*/
- -webkit-border-radius: 0px;
- -moz-border-radius: 0px;
- border-radius: 0px;
- }
- img.btn_close {
- position:fixed;
- border-radius:100%;
- background:#232323;
- padding:5px;
- width:15px;
- right:10px;
- top:10px;
- }
- *html #fade {
- position: absolute;
- }
- *html .popup_block {
- position: absolute;
- }
- /* Navigation */
- #tnavit {
- position:fixed;
- z-index:9;
- margin-top:-180px;
- margin-left:-150px;
- }
- .tgate {
- width:700px;
- font-size:10px;
- text-transform:uppercase;
- }
- .tgate a {
- cursor:help;
- margin:40px;
- color:{color:Navigation color};
- border:1px solid transparent;
- padding:5px;
- }
- .tgate a:hover {
- border:1px solid {color:Navigation hover border};
- }
- #navimore a {
- color:{color:Popup links text};
- background:{color:Popup links bg};
- display:block;
- text-transform:uppercase;
- margin:3px;
- border:3px double {color:Popup links border};
- padding:6px 7px 6px 7px;
- border-radius:5px;
- font-weight:bold;
- font-size:10px;
- -webkit-transition: opacity 0.4s linear;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- }
- #navimore a:hover {
- background:{color:Popup links hover bg};
- color:{color:Popup links hover text};
- -webkit-transition: opacity 0.4s linear;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- }
- /* Scrollbar */
- ::-webkit-scrollbar {
- width:10px;
- background:{color:Scrollbar bg};
- }
- ::-webkit-scrollbar-thumb:vertical {
- background-color:{color:Scrollbar line};
- width:8px;
- height:3px;
- border-radius:6px;
- border-left:3px solid {color:Scrollbar bg};
- border-right:4px solid {color:Scrollbar bg};
- }
- /* THEME CREDIT - DO NOT REMOVE */
- #themecredit {
- position:fixed;
- z-index:99;
- right:50px;
- padding:10px;
- bottom:20px;
- font-family:georgia;
- font-size:10px;
- background:{color:Theme Credit bg};
- font-style:italic;
- border:1px solid {color:Theme Credit border};
- }
- #themecredit a {
- color:{color:Theme Credit text};
- }
- </style>
- <!-- DON'T MESS WITH THIS -->
- <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>
- <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 = $('#wopper');
- $container.imagesLoaded(function(){
- $container.masonry({
- itemSelector: '.pots',
- });
- });
- $container.infinitescroll({
- itemSelector : ".pots",
- 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>
- </head>
- <body>
- <!-- Container -->
- <div id="wopper">
- <!-- Header stuff-->
- <div id="heather">
- <!-- Links-->
- <div id="tnavit">
- <div class="tgate">
- <a href="/">Index</a>
- <a href="/ask">Contact</a>
- <a href="/archive">Archive</a>
- <a href="#?w=500" rel="morelinks" class="poplight">Explore</a>
- </div>
- </div>
- <div class="htith">
- <div class="tmage"></div>
- <img src="{image:Icon}"/>
- <h3>{title}</h3>
- <p>{description}</p>
- </div>
- </div>
- <!-- Posts -->
- {block:posts}
- <div class="pots">
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- {block:text}
- {block:title}<h1>{title}</h1>{/block:title}
- <div class="btext">{body}</div>
- {block:IndexPage}
- <div id="thstu">
- <div id="thins">
- {block:Date}<span><a href="{Permalink}" title="permalink">{ShortMonth} {DayOfMonthWithZero}</a></span>{/block:Date}
- <a href="{ReblogURL}">reblog</a>
- {block:NoteCount}
- {NoteCount} notes{/block:NoteCount}
- </div>
- </div>
- {/block:IndexPage}{/block:text}
- {block:photo}
- {block:IndexPage}
- <div id="phstu">
- <div id="phins">
- {block:Date}<span><a href="{Permalink}" title="permalink">{ShortMonth} {DayOfMonthWithZero}</a></span>{/block:Date}
- <a href="{ReblogURL}">reblog</a>
- {block:NoteCount}
- {NoteCount} notes{/block:NoteCount}
- </div>
- </div>
- {/block:IndexPage}
- {block:IndexPage}
- <img src="{PhotoURL-250}"/>
- {block:ifShowCaptions}
- {block:caption}<div id="caption">{Caption}</div>{/block:caption}
- {/block:ifShowCaptions}{/block:IndexPage}
- {block:PermalinkPage}
- <img src="{PhotoURL-500}"/>
- {block:Caption}
- <div id="caption">{Caption}</div>
- {/block:Caption}
- {/block:PermalinkPage}
- {/block:photo}
- {block:Photoset}
- {block:IndexPage}
- <div id="phstu">
- <div id="phins">
- {block:Date}<span><a href="{Permalink}" title="permalink">{ShortMonth} {DayOfMonthWithZero}</a></span>{/block:Date}
- {block:NoteCount}
- {NoteCount} notes{/block:NoteCount}
- <a href="{ReblogURL}">reblog</a>
- </div>
- </div>
- {/block:IndexPage}
- {block:IndexPage}
- {Photoset-250}
- {block:ifShowCaptions}
- {block:caption}<div id="caption">{Caption}</div>{/block:caption}
- {/block:ifShowCaptions}
- {/block:IndexPage}
- {block:PermalinkPage}
- {Photoset-500}
- {block:Caption}
- <div id="caption">{Caption}</div>
- {/block:Caption}
- {/block:PermalinkPage}
- {/block:Photoset}
- {block:Quote}
- <div id="quotes">❝{Quote}❞{block:Source}<div align="right">—<span> {Source}</span></div>{/block:Source}</div>{block:IndexPage}
- <div id="thstu">
- <div id="thins">
- {block:Date}<span><a href="{Permalink}" title="permalink">{ShortMonth} {DayOfMonthWithZero}</a></span>{/block:Date}
- <a href="{ReblogURL}">reblog</a>
- {block:NoteCount}
- {NoteCount} notes{/block:NoteCount}
- </div>
- </div>
- {/block:IndexPage}{/block:Quote}
- {block:Link}
- <h1><a href="{URL}" target="{Target}">{Name}</a></h1>
- <div class="btext">{block:Description}{Description}{/block:Description}</div>
- {block:IndexPage}
- <div id="thstu">
- <div id="thins">
- {block:Date}<span><a href="{Permalink}" title="permalink">{ShortMonth} {DayOfMonthWithZero}</a></span>{/block:Date}
- <a href="{ReblogURL}">reblog</a>
- {block:NoteCount}
- {NoteCount} notes{/block:NoteCount}
- </div>
- </div>
- {/block:IndexPage}{/block:Link}
- <!-- Music and Video -->
- {block:Audio}
- <div id="audio">
- {block:AlbumArt}
- <img src="{AlbumArtURL}"/>
- {/block:AlbumArt}
- {AudioEmbed-250}
- </div>
- <div class="musicinfo">
- {block:Artist}<b>ARTIST: </b>{Artist}{/block:Artist}<br>
- {block:TrackName}<B>TRACK: </B>{TrackName}{/block:TrackName}<br>
- {block:Album}<B>ALBUM: </B>{Album}{/block:Album}<br></div><br>
- {block:ifShowCaptions}
- {block:caption}<div id="caption">{caption}</div>{/block:caption}
- {/block:ifShowCaptions}
- {block:IndexPage}
- <div id="thstu">
- <div id="thins">
- {block:Date}<span><a href="{Permalink}" title="permalink">{ShortMonth} {DayOfMonthWithZero}</a></span>{/block:Date}
- <a href="{ReblogURL}">reblog</a>
- {block:NoteCount}
- {NoteCount} notes{/block:NoteCount}
- </div>
- </div>
- {/block:IndexPage}
- {/block:Audio}
- {block:Video}
- {VideoEmbed-250}
- {block:ifShowCaptions}{block:caption}<div id="caption">{Caption}</div>{/block:caption}{/block:ifShowCaptions}
- {block:IndexPage}
- <div id="thstu">
- <div id="thins">
- {block:Date}<span><a href="{Permalink}" title="permalink">{ShortMonth} {DayOfMonthWithZero}</a></span>{/block:Date}
- <a href="{ReblogURL}">reblog</a>
- {block:NoteCount}
- {NoteCount} notes{/block:NoteCount}
- </div>
- </div>
- {/block:IndexPage}{/block:Video}
- <!-- chat -->
- {block:Chat}
- {block:Title}<h1>{Title}</h1>{/block:Title}
- <div class="chat">
- {block:Lines}
- <li>{block:Label}<span>{Label}</span>{/block:Label} {Line}</li>
- {/block:Lines}
- </div>
- {block:IndexPage}
- <div id="thstu">
- <div id="thins">
- {block:Date}<span><a href="{Permalink}" title="permalink">{ShortMonth} {DayOfMonthWithZero}</a></span>{/block:Date}
- <a href="{ReblogURL}">reblog</a>
- {block:NoteCount}
- {NoteCount} notes{/block:NoteCount}
- </div>
- </div>
- {/block:IndexPage}
- {/block:Chat}
- <!-- Asks -->
- {block:Answer}
- <div id="qmark"><span>{asker} asked ─ </span>{question}</div>
- <div id="ansme">{Answer}</div>
- {block:IndexPage}
- <div id="thstu">
- <div id="thins">
- {block:Date}<span><a href="{Permalink}" title="permalink">{ShortMonth} {DayOfMonthWithZero}</a></span>{/block:Date}
- <a href="{ReblogURL}">reblog</a>
- {block:NoteCount}
- {NoteCount} notes{/block:NoteCount}
- </div>
- </div>
- {/block:IndexPage}
- {/block:Answer}
- <!-- Permalink -->
- {block:PermalinkPage}
- {block:Date}
- <div id="permalink">
- <div class="perma">
- <b>Posted on :</b>
- {DayOfMonth}{DayOfMonthSuffix} of {Month} {Year}{/block:Date} <BR>
- {block:NoteCount}
- <a href="{reblogURL}">reblog</a>
- <b>With : </b>
- <a href="{Permalink}" title="permalink">{NoteCount} notes</a>{/block:NoteCount}<br>
- {block:rebloggedFrom}
- <a href="{ReblogParentURL}"><b>VIA:</b> {ReblogParentName}</a>
- <a href="{ReblogRootURL}"><b>SOURCE:</b> {ReblogRootName}</a>
- {/block:RebloggedFrom}<br>
- {block:HasTags}
- <a href="{TagURL}"><b>TAGS:</b> {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}</a><br>
- {/block:HasTags}
- </div>
- {/block:PermalinkPage}
- {block:PostNotes}
- <div class="notecounts">{PostNotes}</div>
- {/block:PostNotes}
- </div>
- <!-- PAGINATION-->
- <div class="pagination">
- {block:Pagination}
- <div class="prev">{block:PreviousPage}
- <a href="{PreviousPage}" id="next">←</a>
- {/block:PreviousPage}
- </div>
- <span>travel</span>
- {block:NextPage}<a href="{NextPage}" id="next">→</a>{/block:NextPage}
- {/block:Pagination}</div>
- {/block:posts}
- </div>
- </body>
- <!-- DO NOT REMOVE-->
- <div id="themecredit">
- <a href="http://dohdoro.tumblr.com">dthm</a>
- </div>
- <!-- DO NOT REMOVE -->
- <div id="morelinks" class="popup_block">
- <div id="navimore">
- {block:ifLinkOne}<a href="{text:Link One Url}">{text:Link One}</a>{/block:ifLinkOne}
- {block:ifLinkTwo}<a href="{text:Link Two Url}">{text:Link Two}</a>{/block:ifLinkTwo}
- {block:ifLinkThree}<a href="{text:Link Three Url}">{text:Link Three}</a>{/block:ifLinkThree}
- {block:ifLinkFour}<a href="{text:Link Four Url}">{text:Link Four}</a>{/block:ifLinkFour}
- {block:ifLinkFive}<a href="{text:Link Five Url}">{text:Link Five}</a>{/block:ifLinkFive}
- </div>
- </div>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment