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 22 made by
- the-hidden-will.tumblr.com
- -->
- <html>
- <head>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}
- <meta name="description" content="{MetaDescription}"/>
- {/block:Description}
- <meta name="image:Background" content=""/>
- <meta name="if:Show Captions" content="1"/>
- <meta name="if:Show Tags" content="1"/>
- <meta name="text:Header" content=""/>
- <meta name="text:Subheader" content=""/>
- <meta name="text:Link 1" content=""/>
- <meta name="text:Link 1 URL" content=""/>
- <meta name="text:Link 2" content=""/>
- <meta name="text:Link 2 URL" content=""/>
- <meta name="text:Link 3" content=""/>
- <meta name="text:Link 3 URL" content=""/>
- <meta name="text:Link 4" content=""/>
- <meta name="text:Link 4 URL" content=""/>
- <!-- END DEFAULT VARIABLES -->
- <style type="text/css">
- /* CSS */
- .photo {
- filter: url("data:image/svg+xml;utf8,<svg xmlns=’http://www.w3.org/2000/svg’><filter id=’grayscale’><feColorMatrix type=’matrix’ values=’0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0’/></filter></svg>#grayscale"); /* Firefox 3.5+ */
- filter: gray; /* IE6-9 */
- -webkit-filter: grayscale(1);
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- .photo:hover{
- filter: none;
- -webkit-filter: grayscale(0.9);
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- }
- iframe#tumblr_controls {position: fixed!important;z-index: 9999;opacity:0;-webkit-filter: invert(0%);-webkit-transition:opacity 0.4s linear;-webkit-transition:all 0.4s linear; -moz-transition:all 0.4s linear; transition:all 0.4s linear}
- iframe#tumblr_controls:hover {opacity:1;-webkit-transition:opacity 0.4s linear;-webkit-transition:all 0.4s linear; -moz-transition:all 0.4s linear; transition:all 0.4s linear}
- ::selection {
- background: #000;
- color: #fff;
- }
- ::-moz-selection {
- background:#000;
- color: #fff;
- }
- /*SCROLLBAR*/
- ::-webkit-scrollbar-thumb:vertical {
- background: #fff;
- border: 5px solid #000;
- height: 60px;
- }
- ::-webkit-scrollbar-thumb:vertical:hover {
- background: #fff;
- border: 5px solid #000; }
- ::-webkit-scrollbar-thumb:vertical:active {
- background-color:#e1e1e1;
- }
- ::-webkit-scrollbar {
- height: 10px;
- width: 13px;
- background: #000;
- }
- ::-webkit-scrollbar-corner {
- background-color:#000;
- color:#000;
- }
- /*FONT-FACES*/
- @font-face { font-family: "ropasans-regular"; src:url('http://static.tumblr.com/aegsbm3/YPvmvi2ti/ropasans-regular.otf'); }
- @font-face { font-family: "ropasans-italic"; src:url(' http://static.tumblr.com/aegsbm3/ydOmvi325/ropasans-italic.otf'); }
- /*BODY*/
- body {
- background:#fff;
- font-family:Ropasans-Regular;
- color:#000;
- font-size:11px;
- letter-spacing:0px;
- text-transform:normal;
- font-style:normal;
- line-height:110%;
- background-attachment:fixed;
- background-repeat:repeat;
- background-image:url('{image:Background}');
- }
- *, body, a, a:hover {cursor: url(http://static.tumblr.com/aegsbm3/DqOmy2f67/cursor.gif), auto;}
- a {
- text-decoration:none;
- color:#444;
- }
- a:hover {
- color:#000;
- }
- blockquote {
- font-size:9px;
- width:80%;
- border-left:4px solid #000;
- padding-left:10px;
- line-height: 120%;
- margin: 0.75em 0 .75em .75em;
- }
- img {
- border:none;
- }
- big {
- font-size:12px;
- line-height:80%;
- color:#000;
- }
- small {
- font-size:10px;
- letter-spacing:0px;
- color:#000;
- }
- pre {
- width:85%;
- white-space:pre-wrap;
- word-wrap:break-word;
- background:transparent;
- color:#000;
- font-size:9px;
- line-height:120%;
- padding:5px;
- }
- b, strong {
- color:#000;
- font-weight:bold;
- }
- i, em {
- color:#000;
- font-family:Ropasans-italic;
- font-style:italic;
- }
- /*TITLES*/
- h1 {
- margin-bottom:0px;
- font-family:helvetica;
- font-size:20px;
- color:#000;
- text-align:left;
- font-style:normal;
- text-transform:normal;
- text-decoration:none;
- letter-spacing:1px;
- line-height:100%;
- font-weight:normal;
- padding:0px;
- }
- h1 a, a:hover{
- text-decoration:none;
- color:#000;
- }
- #h2{
- font-family:Ropasans-Regular;
- font-size:10px;
- letter-spacing:0px;
- font-style:none;
- text-transform:normal;
- font-weight:normal;
- text-align:left;
- line-height:120%;
- }
- /*POSTS*/
- #postcontainer{
- float:right;
- position:relative;
- top:280px;
- right:361px;
- font-family:Ropasans-Regular;
- line-height:110%;
- font-size:10px;
- color:#000;
- background-color:transparent;
- {block:IndexPage}
- width:330px;
- {/block:IndexPage}
- {block:PermalinkPage}
- width:165px;
- top:280px;
- {/block:PermalinkPage}
- }
- #postcontainer a{
- color:#000;
- }
- #postcontainer a:hover{
- color:#444;
- }
- #posts {
- width:125px;
- padding:10px;
- margin:10px;
- background:#fff;
- }
- #posts img{
- max-width:125px;
- }
- .pagination {
- font-size:8px;
- text-transform:uppercase;
- letter-spacing:4px;
- font-style:normal;
- text-align:center;
- display:none;
- }
- .pagination a {
- color:#000;
- }
- /*PERMALINK-INFO*/
- #permalink {
- padding:10px;
- font-family:consolas;
- font-size:8px;
- color:#fff;
- font-weight:none;
- text-transform:uppercase;
- text-align:left;
- line-height:140%;
- margin-top:4px;
- background:#000;
- }
- #permalink a{
- text-decoration:none;
- color:#fff;
- }
- #permalink a:hover{
- color:#fff;
- }
- /*DESCRIPTION*/
- #description{
- position:fixed;
- z-index:999999;
- bottom:10px;
- right:65px;
- font-family:cambria;
- font-size:9px;
- font-style:italic;
- color:#fff;
- text-transform:normal;
- text-align:left;
- letter-spacing:1px;
- width:220px;
- }
- #description a{
- color:#fff;
- }
- /*LINKS*/
- #linkholder {
- position:fixed;
- width:280px;
- right:320px;
- top:298px;
- z-index:9999999;
- }
- #linkholder:hover #links {
- opacity:1;
- -webkit-transition: all 0.9s ease-in;
- -moz-transition: all 0.9s ease-in;
- -o-transition: all 0.9s ease-in;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- -o-transition: all 0.5s ease-out;}
- #linkholder:hover #title {
- opacity:0;
- webkit-transition: all 0.9s ease-in;
- -moz-transition: all 0.9s ease-in;
- -o-transition: all 0.9s ease-in;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- -o-transition: all 0.5s ease-out}
- #title {
- z-index:9;
- font-family:cambria;
- font-weight:500;
- letter-spacing:-1px;
- font-style:normal;
- position:fixed;
- font-size:27px;
- text-align:center;
- text-transform:lowercase;
- width:285px;
- margin-left:-75px;
- margin-top:-57px;
- color:#000;
- -webkit-transition: all 0.9s ease-in;
- -moz-transition: all 0.9s ease-in;
- -o-transition: all 0.9s ease-in;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- -o-transition: all 0.5s ease-out;
- }
- #links {
- z-index:9;
- position:fixed;
- margin-left:-40px;
- margin-top:-77px;
- font-family:cambria;
- font-weight:500;
- font-size:25px;
- text-align:center;
- text-transform:normal;
- opacity:0;
- -webkit-transition: all 0.9s ease-in;
- -moz-transition: all 0.9s ease-in;
- -o-transition: all 0.9s ease-in;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- -o-transition: all 0.5s ease-out;
- }
- #links a {
- color:#000;
- -webkit-transition: all 0.5s linear;
- -webkit-transition: all 0.5s linear;
- -moz-transition: all 0.5s linear;
- transition: all 0.5s linear;
- }
- #links a:hover {
- color:#000;
- -webkit-transition: opacity 0.5s linear; opacity: 0.0;
- -webkit-transition: all 0.2s linear;
- -moz-transition: all 0.2s linear;
- transition: all 0.2s linear;
- }
- /*PHOTOSET*/
- #photoset {
- overflow:hidden;
- }
- #photoset img {
- width:125px;
- margin-bottom:5px;
- }
- /*QUOTE*/
- #quote {
- font-family:Ropasans-Regular;
- font-size:12px;
- letter-spacing:0px;
- font-style:none;
- text-transform:normal;
- font-weight:bold;
- text-align:center;
- line-height:100%;
- overflow-y:scroll;
- overflow-x:hidden;
- max-height:70px;
- }
- #quote::-webkit-scrollbar-thumb:vertical {
- background: #000;
- border: 5px solid #fff;
- height: 60px;
- }
- #quote::-webkit-scrollbar-thumb:vertical:hover {
- background: #000;
- border: 5px solid #fff; }
- #quote::-webkit-scrollbar-thumb:vertical:active {
- background-color:#555;
- }
- #quote::-webkit-scrollbar {
- height: 10px;
- width: 13px;
- background: #fff;
- }
- #quote::-webkit-scrollbar-corner {
- background-color:#fff;
- color:#fff;
- }
- .source {
- font-family:Ropasans-Regular;
- font-size:9px;
- letter-spacing:0px;
- font-style:italic;
- text-align:left;
- line-height:120%;
- text-transform:lowercase;
- margin-top:0px;
- margin-bottom:2px;
- }
- .source a, a:hover{
- color:#000;
- text-decoration:none;
- }
- /*CHAT*/
- #chat{
- line-height:130%;
- }
- /*VIDEO*/
- #video{
- width:125px;
- overflow:hidden;
- }
- /*ASKS*/
- #question{
- background-color:#000;
- font-family:Ropasans-Regular;
- font-size:12px;
- color:#fff;
- font-style:none;
- text-transform:normal;
- text-align:left;
- padding:8px;
- line-height:130%;
- }
- #asker{
- font-family:Ropasans-Regular;
- font-size:10px;
- color:#000;
- text-transform:uppercase;
- padding-bottom:3px;
- text-align:right;
- border-bottom:1px solid #000;
- }
- #asker a{
- text-decoration:none;
- color:#000;
- }
- .arrow {
- font-style:normal;
- margin-left:0px;
- margin-top:-4px;
- font-size:30px;
- color:#000;
- position: absolute;
- }
- /*AUDIO*/
- .tumblr_audio_player {
- height: 40px;
- }
- #audio-player{
- width:125px;
- overflow: hidden;
- }
- #audio-info{
- background-color:#000;
- font-family:Ropasans-Regular;
- font-size:10px;
- color:#fff;
- line-height:125%;
- font-style:normal;
- text-transform:normal;
- text-align:center;
- margin-top:5px;
- padding:10px;
- }
- /*BORDERS*/
- #top {
- position: fixed!important;
- right:0px;
- top:80px;
- width:100%;
- height:130px;
- background-color:#000;
- z-index:999999;
- }
- #top2 {
- position: fixed!important;
- right:300px;
- top:0px;
- width:100%;
- height:80px;
- background-color:#fff;
- z-index:999999;
- }
- #top3 {
- position: fixed!important;
- right:370px;
- top:210px;
- width:328px;
- height:80px;
- opacity:0.9;
- background-color:#fff;
- border-bottom:1px solid #000;
- z-index:999999;
- }
- #sideborder{
- position:fixed;
- right:0px;
- top:0px;
- width:300px;
- height:100%;
- background-color:#000;
- }
- #border{
- position:fixed;
- right:363px;
- top:210px;
- width:0px;
- height:200px;
- border-right:5px solid #000;
- background-color:#000;
- }
- #border2{
- position:fixed;
- right:360px;
- top:210px;
- width:0px;
- height:150px;
- border-right:2px solid #000;
- background-color:#000;
- }
- #border3{
- position:fixed;
- right:358px;
- top:210px;
- width:0px;
- height:175px;
- border-right:1px solid #000;
- background-color:#000;
- }
- #border4{
- position:fixed;
- right:700px;
- top:210px;
- width:0px;
- height:200px;
- border-right:5px solid #000;
- background-color:#000;
- }
- #border5{
- position:fixed;
- right:706px;
- top:210px;
- width:0px;
- height:150px;
- border-right:2px solid #000;
- background-color:#000;
- }
- #border6{
- position:fixed;
- right:709px;
- top:210px;
- width:0px;
- height:175px;
- border-right:1px solid #000;
- background-color:#000;
- }
- /*TOOLTIP*/
- #s-m-t-tooltip {
- z-index:9999;
- max-width:150px;
- font:8px consolas;
- color:#fff;
- letter-spacing:1px;
- background:#000;
- line-height:11px;
- word-wrap:break-word;
- display:block;
- padding:1px 3px 1px 3px;
- margin:15px 0 0 15px;
- z-index:999999999999999999999;
- -webkit-border-radius: 50px;
- -moz-border-radius: 50px;
- border-radius: 50px;
- }
- /*NOTES*/
- ol.notes {
- max-height:100px;
- overflow:auto;
- font:8px consolas;
- color:#fff;
- text-transform:uppercase;
- font-style:none;
- letter-spacing:0px;
- line-height:1.6em;
- margin:5px 0 0 0;
- text-align:left;
- padding:5px;
- margin-top:10px;
- margin-left:0px;
- list-style-type: none;
- }
- ol.notes a{
- color:#fff;
- text-decoration:none;
- }
- ol.notes a:hover{
- color:#fff;
- text-decoration:none;
- }
- ol.notes li.note {
- padding:3px;
- }
- img.avatar {
- display:none;
- }
- /*CREDIT*/
- #cred{
- position:fixed;
- right:5px;
- bottom:5px;
- color:#fff;
- font-family:consolas;
- font-size:8px;
- opacity:0.5;
- text-transform:uppercase;
- font-style:none;
- z-index:999999;
- }
- #cred a{
- color:#fff;
- font-style:none;
- text-decoration:none;
- }
- /*END CSS*/
- {CustomCSS}
- </style>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
- <script src="http://static.tumblr.com/dyvknz2/9c4mtyruu/jquery.infinitescroll.js"></script>
- <script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
- <script>
- $(function(){
- var $container = $('#postcontainer');
- $container.imagesLoaded(function(){
- $container.masonry({
- itemSelector: '#posts',
- });
- });
- $container.infinitescroll({
- itemSelector : "#posts",
- navSelector : ".pagination",
- nextSelector : ".pagination a",
- loading: {
- finishedMsg: '',
- img: '',
- text: '',
- bufferPx : 10000,
- extraScrollPx: 12000,
- debug : false,
- errorCallback: function() {
- $('#infscr-loading').fadeOut('normal');
- $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
- }},
- },
- // 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>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("[title],a[title],img[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:100,
- tip_fade_speed:250,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <script type="text/javascript" src="http://static.tumblr.com/53unaru/y8wlgzkbt/jquery.ui.totop.js"></script>
- <script type="text/javascript">
- $(document).ready(function() {
- $().UItoTop({ easingType: 'easeOutQuart' });
- });
- </script>
- <!----- SCROLL TOP/HOME/BOTTOM A1 ---->
- <title>Scroll to Bottom or Top - DevCurry.com</title>
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js">
- </script>
- <script type="text/javascript" language="javascript">
- $(function () {
- $('#scrlBotm').click(function () {
- $('html, body').animate({
- scrollTop: $(document).height()
- },
- 1500);
- return false;
- });
- $('#scrlTop').click(function () {
- $('html, body').animate({
- scrollTop: '0px'
- },
- 1500);
- return false;
- });
- });
- </script>
- </head>
- <body>
- <!-- BORDERS -->
- <div id="top"></div>
- <div id="top2"></div>
- <div id="top3"></div>
- <div id="sideborder"></div>
- <div id="border"></div>
- <div id="border2"></div>
- <div id="border3"></div>
- <div id="border4"></div>
- <div id="border5"></div>
- <div id="border6"></div>
- <!-- DESCRIPTION/LINKS -->
- <div id="description">
- {Description}
- </div>
- <div id="linkholder">
- <div id="title">{text:Header}</div>
- <div id="links">
- <a href="{text:Link 1 URL}">{text:Link 1}</a>
- <a href="{text:Link 2 URL}">{text:Link 2}</a>
- <a href="{text:Link 3 URL}">{text:Link 3}</a>
- <a href="{text:Link 4 URL}">{text:Link 4}</a>
- <a id="scrlTop" href="#" style="color:#000;">RISE;</a>
- <div style="font-family:cambria; font-size:9px; text-transform:normal;
- color:#000; text-align:center; width:200px; font-style:italic; margin-top:6px; ">{text:Subheader}</div>
- </div>
- </div>
- <!-- NARUTO -->
- <img src="http://static.tumblr.com/aegsbm3/sLVmse2g0/tumblr_mqf2e5fyau1rv8v4go1_500__1_.jpg" style="position:fixed!important; bottom:0px;left:0px;z-index:-999"/>
- <!-- PAGINATION -->
- {block:Pagination}
- <div class="pagination">
- {block:PreviousPage}
- <a href="{PreviousPage}">«</a>
- {/block:PreviousPage}
- {block:JumpPagination length="4"}
- {block:CurrentPage}
- <span class="current_page">{PageNumber}</span>
- {/block:CurrentPage}
- {block:JumpPage}
- <a class="jump_page" href="{URL}">{PageNumber}</a>
- {/block:JumpPage}
- {/block:JumpPagination}
- {block:NextPage}
- <a href="{NextPage}">»</a>
- {/block:NextPage}
- </div>
- {/block:Pagination}
- <!-- POSTS -->
- <div id="postcontainer">
- {block:Posts}
- <div id="posts">
- <!-- TEXT -->
- {block:Text}
- <h2>{block:Title}{Title}{/block:Title}</h2>
- {Body}
- {/block:Text}
- <!-- PHOTO -->
- {block:Photo}
- {block:IndexPage}
- <div class="photo">
- <img style="opacity:1;" src="{PhotoURL-500}" width="125px">
- </div>
- {/block:IndexPage}
- {block:PermalinkPage}
- <img src="{PhotoURL-500}" width="125px">
- {/block:PermalinkPage}
- {block:IndexPage}{block:IfShowCaptions}
- {block:Caption}<p>{Caption}</p>{/block:Caption}
- {/block:IfShowCaptions}{/block:IndexPage}
- {block:PermalinkPage}
- {block:Caption}<p>{Caption}</p>{/block:Caption}
- {/block:PermalinkPage}
- {/block:Photo}
- <!-- PHOTOSET -->
- {block:Photoset}
- {block:IndexPage}
- <div style="opacity:1;" class="photo">
- <div id="photoset">
- {block:Photos}
- <img src="{PhotoURL-250}">
- {/block:Photos}
- </div>
- </div>
- {/block:IndexPage}
- {block:PermalinkPage}
- <div id="photoset">
- {block:Photos}
- <img src="{PhotoURL-250}">
- {/block:Photos}
- </div>
- {/block:PermalinkPage}
- {block:IndexPage}{block:IfShowCaptions}
- {block:Caption}<p>{Caption}</p>{/block:Caption}
- {/block:IfShowCaptions}{/block:IndexPage}
- {block:PermalinkPage}
- {block:Caption}<p>{Caption}</p>{/block:Caption}
- {/block:PermalinkPage}
- {/block:Photoset}
- <!-- QUOTE -->
- {block:Quote}
- <div id="quote">{Quote}</div>
- {block:Source}<div class="source"> — {source}</div>
- {/block:Source}
- {/block:Quote}
- <!-- LINK -->
- {block:Link}
- <h2><a href="{URL}" {Target}>{Name}</a></h2>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- <!-- CHAT -->
- {block:Chat}
- <div id="chat">
- {block:Title}<h2>{Title}</h2>{/block:Title}
- {block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}
- </div>
- {/block:Chat}
- <!-- Audio -->
- {block:Audio}
- <div id="audio-player">
- {AudioPlayerBlack}
- </div>
- <div id="audio-info">
- <u>{block:TrackName}{TrackName}{/block:TrackName}</u><br>
- {block:Artist}{Artist}{/block:Artist}<br>
- {block:Album}{Album}{/block:Album}<br>
- ({PlayCountWithLabel})<br>
- </div>
- {block:IndexPage}{block:IfShowCaptions}
- {block:Caption}<p>{Caption}</p>{/block:Caption}
- {/block:IfShowCaptions}{/block:IndexPage}
- {block:PermalinkPage}
- {block:Caption}<p>{Caption}</p>{/block:Caption}
- {/block:PermalinkPage}
- {/block:Audio}
- <!-- VIDEO -->
- {block:Video}
- {block:IndexPage}
- <div id="video">{Video-250}</div>
- {/block:IndexPage}
- {block:PermalinkPage}
- <div id="video">{Video-250}</div>
- {/block:PermalinkPage}
- {block:IndexPage}{block:IfShowCaptions}
- {block:Caption}<p>{Caption}</p>{/block:Caption}
- {/block:IfShowCaptions}{/block:IndexPage}
- {block:PermalinkPage}
- {block:Caption}<p>{Caption}</p>{/block:Caption}
- {/block:PermalinkPage}
- {/block:Video}
- <!-- MESSAGE -->
- {block:Answer}
- <div id="question">
- {Question}
- </div>
- <div class="arrow">▼</div>
- <br>
- <div id="asker">
- {Asker}
- </div>
- {Answer}
- {/block:Answer}
- <!-- OTHER -->
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- <!-- PERMALINK -->
- <div id="permalink">
- {block:IndexPage}
- <a href="{Permalink}">{ShortMonth} {DayOfMonthWithZero}, {Year}</a>
- {block:RebloggedFrom}
- <div style="float:right;">
- <a title="{ReblogParentTitle}" href="{ReblogParentURL}">via</a>
- <a title="{ReblogRootTitle}" href="{ReblogRootURL}">src</a>
- </div>
- {/block:RebloggedFrom}
- <br>
- <a href={ReblogURL} target="_blank" title="reblog?" class="details">[R]</a> ({12Hour}:{Minutes} {AmPm}, {NoteCount})
- {/block:IndexPage}
- <!-- TAGS -->
- {block:IndexPage}{block:IfShowTags}
- <img title="{block:Tags}#{Tag} {/block:Tags}" style="width:11px; height:11px; float:right;" src="http://static.tumblr.com/aegsbm3/z7emxtkkw/tags.gif"/>
- {/block:IfShowTags}
- {/block:IndexPage}
- {block:PermalinkPage}
- {ShortMonth} {DayOfMonthWithZero}, {Year} at {12Hour}:{Minutes} {AmPm} <br> {block:RebloggedFrom}
- >> <a title="{ReblogParentTitle}" href="{ReblogParentURL}">via</a><br>
- >> <a title="{ReblogRootTitle}" href="{ReblogRootURL}">source</a><br>
- {/block:RebloggedFrom}
- {NoteCountWithLabel}<br>
- {block:HasTags}filed under:{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}<br>
- {block:PermalinkPagination}
- <div style="margin-top:0px;">
- {block:PreviousPost}
- <a style="color:#fff;" href="{PreviousPost}">last post</a>
- {/block:PreviousPost}
- {block:NextPost}
- //
- <a style="color:#fff;" href="{NextPost}">next post</a>
- {/block:NextPost}
- </div>
- {/block:PermalinkPagination}
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- {/block:PermalinkPage}
- </div>
- </div>
- {/block:Posts}
- </div>
- </div>
- <!-- END POSTS -->
- <div id="cred">
- <a title="theme is made by thehiddenwill-themes" href="http://thehiddenwill-themes.tumblr.com/">theme</a>
- </div>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <script src="http://static.tumblr.com/iwtk77u/Yhym2yygt/jquery.imagesloaded.min.js"></script>
- <script src="http://static.tumblr.com/wgijwsy/Ebfm2v4gy/jquery.masonry.min.js"></script>
- <script src="http://static.tumblr.com/dyvknz2/9c4mtyruu/jquery.infinitescroll.js"></script>
- <script type="text/javascript">
- (function () {
- var $tumblelog = $('#postcontainer');
- $tumblelog.infinitescroll({
- navSelector: ".pagination",
- nextSelector: ".pagination a",
- loading: {
- finishedMsg: '',
- img: '',
- text: '',
- itemSelector: "#posts",
- },
- function (newElements) {
- var $newElems = $(newElements).css({
- opacity: 0
- });
- $newElems.imagesLoaded(function () {
- $newElems.animate({
- opacity: 1
- });
- $tumblelog.masonry('appended', $newElems);
- });
- });
- $tumblelog.imagesLoaded(function () {
- $tumblelog.masonry({
- columnWidth: function (containerWidth) {
- return containerWidth / 100;
- }
- });
- });
- })();
- </script>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment