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: MAYHEM
- + 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="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:Container bg" content="#fafafa"/>
- <meta name="color:Container border" content="#ffffff"/>
- <meta name="color:Container outline" 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="#232323"/>
- <meta name="color:Post info text" content="#ffffff"/>
- <meta name="color:Post info date" content="#77e0d2"/>
- <meta name="color:Text info bg" content="#fafafa"/>
- <meta name="color:Text info border" content="#eeeeee"/>
- <meta name="color:Text info date bg" content="#232323"/>
- <meta name="color:Text info date text" content="#ffffff"/>
- <meta name="color:Popup bg" content="#232323"/>
- <meta name="color:Title" content="#232323"/>
- <meta name="color:Description" content="#888888"/>
- <meta name="color:Navigation explore bg" content="#fafafa"/>
- <meta name="color:Navigation explore border" content="#eeeeee"/>
- <meta name="color:Navigation explore text" content="#232323"/>
- <meta name="color:Navigation explore bg hover" content="#232323"/>
- <meta name="color:Navigation explore text hover" content="#ffffff"/>
- <meta name="color:Navigation text" content="#888888"/>
- <meta name="color:Navigation hover border" content="#eeeeee"/>
- <meta name="color:Popup links bg" content="#232323"/>
- <meta name="color:Popup links text" content="#ffffff"/>
- <meta name="color:Popup links border" content="#ffffff"/>
- <meta name="color:Popup links bg hover" content="#FA8072"/>
- <meta name="color:Popup links text hover" content="#ffffff"/>
- <meta name="color:Scrollbar line" content="#eeeeee"/>
- <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; }
- html, body {
- height:100%;
- margin: 0;
- padding: 0;
- border: 0;
- }
- /* Pagination */
- .pagination {
- position:fixed;
- z-index:99;
- margin-left:-70px;
- bottom:10%;
- padding:7px;
- font-family:courier new;
- text-transform:uppercase;
- }
- .pagination a {
- font-size:10px;
- 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:fixed;
- z-index:9;
- opacity:1;
- z-index:99;
- margin-left:70px;
- bottom:10%;
- padding:7px;
- font-family:courier new;
- font-size:10px;
- text-transform:uppercase;
- }
- .prev a {
- color:{color:pagination};
- }
- .prev a:hover {
- color:{color:pagination hover};
- }
- /* 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;
- border:2px solid #fff;
- 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 */
- #boxed {
- margin-top:130px;
- padding:40px 40px 200px 40px;
- margin-left:auto;
- margin-right:auto;
- width:70%;
- border:25px solid {color:Container border};
- background:{color:Container bg};
- outline:1px solid {color:Container outline};
- color:{color:Text};
- max-height:40vh;
- height:40vh;
- overflow-x:hidden;
- overflow-y:auto;
- }
- .blog {
- float:left;
- position:relative;
- padding:10px;
- border-radius:10px;
- background:{color:posts bg};
- color:{color:text};
- border:1px solid {color:posts border};
- margin:0px 0 20px 10px;
- width:250px;
- margin-left:20px;
- {block:PermalinkPage}
- margin-left:250px;
- width:500px;
- {/block:PermalinkPage}
- }
- /* DON'T TOUCH */
- @media screen and (min-width: 1024px) {
- .blog {margin-left:50px;
- {block:PermalinkPage}
- margin-left:110px;
- {/block:PermalinkPage}
- }
- }
- @media screen and (min-width: 1024px) {
- #boxed {max-height:30vh;
- height:30vh;
- {block:PermalinkPage}
- {/block:PermalinkPage}
- }
- }
- @media screen and (min-width: 1280px) {
- .blog {margin-left:18px; margin-top:16px;
- {block:PermalinkPage}
- margin-left:190px;
- {/block:PermalinkPage}
- }
- }
- @media screen and (min-width: 1280px) {
- #boxed {max-height:30vh;
- height:30vh;
- {block:PermalinkPage}
- {/block:PermalinkPage}
- }
- }
- @media screen and (min-width: 1366px) {
- .blog {margin-left:32px;margin-top:20px;
- {block:PermalinkPage}
- margin-left:230px;
- {/block:PermalinkPage}
- }
- }
- @media screen and (min-width: 1366px) {
- #boxed {max-height:30vh;
- height:30vh;
- {block:PermalinkPage}
- {/block:PermalinkPage}
- }
- }
- @media screen and (min-width: 1440px) {
- .blog {margin-left:47px;margin-top:20px;
- {block:PermalinkPage}
- margin-left:250px;
- {/block:PermalinkPage}
- }
- }
- @media screen and (min-width: 1440px) {
- #boxed {max-height:35vh;
- height:35vh;
- {block:PermalinkPage}
- {/block:PermalinkPage}
- }
- }
- @media screen and (min-width: 1600px) {
- .blog {margin-left:75px;margin-top:20px;
- {block:PermalinkPage}
- margin-left:300px;
- {/block:PermalinkPage}
- }
- }
- @media screen and (min-width: 1600px) {
- #boxed {max-height:37vh;
- height:37vh;
- {block:PermalinkPage}
- {/block:PermalinkPage}
- }
- }
- @media screen and (min-width: 1680px) {
- .blog {margin-left:18px;margin-top:16px;
- {block:PermalinkPage}
- margin-left:340px;
- {/block:PermalinkPage}
- }
- }
- @media screen and (min-width: 1680px) {
- #boxed {max-height:43vh;
- height:43vh;
- {block:PermalinkPage}
- {/block:PermalinkPage}
- }
- }
- @media screen and (min-width: 1920px) {
- .blog {margin-left:50px;
- {block:PermalinkPage}
- margin-left:430px;
- {/block:PermalinkPage}}
- }
- @media screen and (min-width: 1920px) {
- #boxed {max-height:42vh;
- height:42vh;
- {block:PermalinkPage}
- {/block:PermalinkPage}
- }
- }
- .blog a {
- color:{color:links};
- }
- .blog img{
- max-width:100%;
- display:block;
- }
- /* 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;
- }
- .blog: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%;
- }
- #phins {
- text-transform:uppercase;
- font-size:9px;
- margin-left:-15px;
- color:{color:Post info text};
- }
- #phins a {
- color:{color:Post info text};
- font-weight:bold;
- cursor:help;
- }
- #phins span {
- position:absolute;
- font-family:georgia;
- text-transform:lowercase;
- font-size:20px;
- padding-bottom:4px;
- border-bottom:1px solid #fff;
- letter-spacing:-2px;
- color:{color:Post info text};
- font-weight:900;
- margin-top:-33px;
- margin-left:-19px;
- }
- #phins span a {
- color:{color:Post info date};
- }
- #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;
- }
- .blog: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;
- border:1px solid {color:Text info border};
- background:{color:Text info bg};
- 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;
- color:#888;
- }
- #thins span {
- margin-left:-10px;
- color:#888;
- }
- #thins span a {
- padding:4px 6px 4px 7px;
- background:{color:Text info date bg};
- color:{color:Text info date text};
- -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;
- }
- /* quotes */
- #quotes {
- font-family:georgia;
- font-weight:900;
- font-size:20px;
- padding:15px;
- line-height:16px;
- color:#888;
- 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;
- }
- /* Popup Links */
- #fade { /*--Transparent background layer--*/
- display: none; /*--hidden by default--*/
- z-index: 9999;
- background:{color:Popup bg};
- position: fixed; left: 0; top: 0;
- width:100%; height:100%;
- opacity:.80;
- }
- .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;
- padding:20px;
- right:10px;
- top:10px;
- }
- /*--Making IE6 Understand Fixed Positioning--*/
- *html #fade {
- position: absolute;
- }
- *html .popup_block {
- position: absolute;
- }
- /* Top stuff*/
- #rtop {
- position:fixed;
- margin-top:-110px;
- right:13%;
- width:250px;
- }
- #btitle {
- position:fixed;
- margin-top:-165px;
- margin-left:-65px;
- }
- #btitle h2 {
- font-weight:900;
- font-size:30px;
- text-align:left;
- margin-bottom:-7px;
- font-family:georgia;
- text-transform:uppercase;
- letter-spacing:-1px;
- color:{color:Title};
- }
- #btitle p {
- overflow:hidden;
- width:250px;
- color:{color:Description};
- height:80px;
- }
- /* Links */
- #navlilate {
- position:fixed;
- z-index:99;
- }
- .binks {
- text-transform:uppercase;
- text-align:right;
- font-family:courier new;
- }
- .binks span a {
- border:1px solid {color:Navigation explore border};
- font-weight:900;
- background:{color:Navigation explore bg};
- color:{color:Navigation explore 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;
- }
- .binks span a:hover {
- background:{color:Navigation explore bg hover};
- color:{color:Navigation explore text hover};
- }
- .binks a {
- margin:5px;
- cursor:help;
- padding:5px 5px 5px 5px;
- font-size:10px;
- color:{color:Navigation text};
- }
- .binks a:hover {
- border-bottom:1px solid {color:Navigation hover border};
- }
- #morenav {
- text-transform:uppercase;
- font-weight:bold;
- }
- #morenav a {
- display:block;
- color:{color:Popup links text};
- background:{color:Popup links bg};
- border:1px solid {color:Popup links border};
- padding:6px 10px 6px 10px;
- margin: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;
- }
- #morenav a:hover {
- background:{color:Popup links bg hover};
- color:{color:Popup links text 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;
- }
- /* scroll bar */
- body::-webkit-scrollbar {
- display:none;
- }
- #boxed::-webkit-scrollbar {
- width:10px;
- height:3px;
- background:{color:Container border};
- }
- #boxed::-webkit-scrollbar-thumb:vertical {
- background-color:{color:Scrollbar line};
- width:8px;
- border-radius:6px;
- border-left:4px solid {color:Container border};
- border-right:5px solid {color:Container border};
- }
- /* 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>
- <script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
- <script>
- $(function(){
- var $container = $('#boxed');
- $container.imagesLoaded(function(){
- $container.masonry({
- itemSelector: '.blog',
- });
- });
- $container.infinitescroll({
- itemSelector : ".blog",
- 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>
- <div id="boxed">
- <div id="btitle">
- <h2>{title}</h2>
- <p>{description}</p>
- </div>
- <div id="rtop">
- <div id="navlilate">
- <div class="binks">
- <a href="/">Index</a>
- <a href="/ask">Contact</a>
- <a href="/archive">archive</a>
- <span><a href="#?w=500" rel="expl" class="poplight">Explore</a></span>
- </div>
- </div>
- </div>
- <!-- PAGINATION-->
- <div class="pagination">
- {block:Pagination}
- <div class="prev">{block:PreviousPage}
- <a href="{PreviousPage}" id="next">back</a>
- {/block:PreviousPage}
- </div>
- {block:NextPage}<a href="{NextPage}" id="next">forward</a>{/block:NextPage}
- {/block:Pagination}
- </div>
- <!-- Posts -->
- {block:posts}
- <div class="blog">
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- <!-- Post Information-->
- {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> ; {block:Date}{12Hour}:{Minutes} {CapitalAmPm} {/block:Date}</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> ; {block:Date}{12Hour}:{Minutes} {CapitalAmPm} {/block:Date}</span>{/block:Date}
- <a href="{ReblogURL}">Reblog</a>
- {block:NoteCount}
- {NoteCount} notes{/block:NoteCount}
- </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:IndexPage}
- {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>
- {/block:posts}
- </div>
- </body>
- <!-- DO NOT REMOVE-->
- <div id="themecredit">
- <a href="http://dohdoro.tumblr.com">dthm</a>
- </div>
- <!-- DO NOT REMOVE -->
- <div id="expl" class="popup_block">
- <div id="morenav">
- {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