Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
- <!--
- syd theme by wildthemes. do not remove credits, themes take alot of time and effort to make, you will be reported if you're seen using this theme with no credits.-->
- <!--This work is licensed under a Creative Commons Attribution 3.0 Unported License.
- taking credits off/stealing/using my themes as a basecode is illegal.-->
- <!--To enable infinite/endless scrolling in the two/three column version, you must change posts per page to 15 by going on customize, scroll down to advance and change posts per page to 15 -->
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <meta name="if:Two Columns" content="0"/>
- <meta name="if:Three Columns" content="1"/>
- <meta name="color:Body font" content="#000000"/>
- <meta name="color:Links" content="#ff9c00"/>
- <meta name="color:Link hover" content="eccc84"/>
- <meta name="color:Link One" content="#ccc"/>
- <meta name="color:Link Two" content="#ccc"/>
- <meta name="color:Link Three" content="#ccc"/>
- <meta name="color:Link Four" content="#ccc"/>
- <meta name="color:Link Five" content="#ccc"/>
- <meta name="color:Background" content="#ff9c00"/>
- <meta name="color:Content" content="#f3f3f3"/>
- <meta name="image:Background image" content="0"/>
- <meta name="image:Sidebar image" content="0"/>
- <meta name="if:Show blog title" content="1"/>
- <meta name="if:Show links" content="1"/>
- <meta name="if:Rainbow title" content="1"/>
- <meta name="if:Kewl font" content="0"/>
- <meta name="image:Border" content= ""/>
- <meta name="if:Show sidebar image" content="1"/>
- <meta name="text:Link one URL" content="" />
- <meta name="text:Link one title" content="Link 1" />
- <meta name="text:Link two URL" content="" />
- <meta name="text:Link two title" content="Link 2" />
- <meta name="text:Link three URL" content="" />
- <meta name="text:Link three title" content="Link 3" />
- <meta name="text:Link four URL" content="" />
- <meta name="text:Link four title" content="Link 4" />
- <title>{title}</title>{block:ifRainbowtitle}
- <script type="text/javascript">
- // <![CDATA[
- var speed=100; // speed colours change, 1 second = 1000
- var glow=4; // can be set from '0' for no glow, to 10
- var raincol=new Array("#ff0000", "#ff9900", "#ffff00", "#99ff00", "#00ff00", "#00ff99", "#00ffff", "#0099ff", "#0000ff", "#9900ff", "#ff00ff", "#ff0099"); // change the colours if you want to
- var alink="http://www.mf2fm.com/rv"; // page to link text to (set to ="" for no link)
- /****************************
- * Rainbow Text Effect *
- *(c)2003-12 mf2fm web-design*
- * http://www.mf2fm.com/rv *
- * DON'T EDIT BELOW THIS BOX *
- ****************************/
- var rainbow, raintxt, raincnt=0;
- window.onload=function() { if (document.getElementById) {
- var i, rainbeau;
- rainbow=document.getElementById("rainbow");
- raintxt=rainbow.firstChild.nodeValue;
- while (rainbow.childNodes.length) rainbow.removeChild(rainbow.childNodes[0]);
- for (i=0; i<raintxt.length; i++) {
- rainbeau=document.createElement("span");
- rainbeau.setAttribute("id", "rain"+i);
- rainbeau.appendChild(document.createTextNode(raintxt.charAt(i)));
- if (alink) {
- rainbeau.style.cursor="pointer";
- rainbeau.onclick=function() { top.location.href=alink; }
- }
- rainbow.appendChild(rainbeau);
- }
- rainbow=setInterval ("raining()", speed);
- }}
- function raining() {
- var i, c;
- for (i=0; i<raintxt.length; i++) {
- c=raincol[(i+raincnt)%raincol.length];
- document.getElementById("rain"+i).style.color=c;
- if (glow) document.getElementById("rain"+i).style.textShadow=c+" 0px 0px "+glow+"px";
- }
- raincnt++;
- }
- // ]]>
- </script>{/block:ifRainbowtitle}
- <link rel="shortcut icon" href="{Favicon}">
- {block:Description}
- <meta name="description" content="{MetaDescription}"/>
- {/block:Description}
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js" type="text/javascript"></script>
- <link rel="stylesheet" type="text/css" href="http://static.tumblr.com/cpaytv3/nKOlyumhg/reset.css">
- <style type="text/css">
- html, body, {
- font-family: {block:ifCutefont}'short'{/block:ifCutefont}{block:ifnotCutefont}arial{/block:ifnotCutefont};
- }
- body {
- color: {color:Body font};
- background:{color:Background}
- url({image:background image});
- background-attachment: fixed;
- background-repeat: repeat;
- font-family: {block:ifKewlfont}'short stack'; font-size: 10px;{/block:ifKewlfont}{block:ifnotKewlfont}calibri; font-size: 11px; {/block:ifnotKewlfont};
- line-height: 113%;
- }
- ::-webkit-scrollbar-thumb:vertical {
- background-color:{color:Links};
- height:auto;-webkit-border-radius:10px;border:1px dashed {color:Body font};
- }
- ::-webkit-scrollbar-thumb:horizontal {
- background-color:{color:Links};
- height:6px !important;-webkit-border-radius:10px;border:1px dashed {color:Body font};
- }
- ::-webkit-scrollbar {
- height:6px;
- width:6px;
- background-color:{color:Background};
- -webkit-border-radius:10px;
- }
- @font-face {font-family:"Pacifico"; src:url('http://static.tumblr.com/9wzbixa/D3Wlyw7u4/pacifico.ttf');}
- .linkies{font-family:littlefont;
- text-shadow: 0 0 0.2em {color:Content}, 0 0 0.2em {color:Content};
- text-transform:uppercase;
- color:{color:Button link text};
- margin-left:0px;
- margin-bottom:4px;
- background: #7d7d7d url('{image:Button background}');
- background-position: 0 0;
- display: inline-block;
- font-size: 8px;
- line-height: 25px;
- height: 25px;
- width: 80px;
- overflow: hidden;
- -webkit-transition: all 0.9s ease-out;
- -moz-transition: all 0.9s ease;
- -o-transition: all 0.9s ease;
- }
- .linkies:hover { background-position: 0 150px;-webkit-transition: all 0.9s ease-out; -moz-transition: all 0.9s ease; -o-transition: all 0.9s ease;}
- @font-face{
- font-family:"short stack";
- src: url('http://static.tumblr.com/9nfl7hr/XQom5w68s/shortstack-regular.ttf');
- }
- @font-face { font-family: "littlefont"; src: url('http://static.tumblr.com/4yxykdm/NMJlre6xz/04b_03___1_.ttf'); }
- #infscr-loading {
- position: absolute;
- bottom: 0;
- left: 25%;}
- a:link, a:active, a:visited{
- color:{color:Links}; text-shadow: 0 0 1px #888888;
- text-decoration: none;
- }
- a:hover {
- color:{color:Link hover}; text-shadow: 0 0 1px #888888;
- text-decoration: none;-webkit-transition: all 0.9s ease-out; -moz-transition: all 0.9s ease; -o-transition: all 0.9s ease;
- }
- ul {
- display: block;
- list-style-type: disc;
- -webkit-margin-before: 1em;
- -webkit-margin-after: 1em;
- -webkit-margin-start: 0px;
- -webkit-margin-end: 0px;
- -webkit-padding-start: 20px;
- }
- @font-face { font-family: "bebas neue"; src: url('http://static.tumblr.com/cvlbtjz/cnsln9tpp/bebasneue.otf'); }
- .title{font-family: 'lobster';
- font-size: 35px;
- line-height:100%;
- color: {color: title};
- padding:0px 0px 0px 0px;
- text-transform: none;
- -webkit-transition: all .3s ease-out;
- -moz-transition: all .3s ease-out;transition: all .3s ease-out;
- }
- #tumblr_controls{
- position:fixed z-index:9999999999;;
- }
- #content {
- {block:ifTwoColumns} width: 800px;{/block:ifTwoColumns}
- {block:ifThreeColumns} width: 900px;{/block:ifThreeColumns}
- margin-left:435px; margin-top:8px;
- }
- #contain {
- width: 940px;
- margin: -7px auto;
- }
- #sidebar {
- padding: 1px;
- margin-left: -130px;
- width: 260px;
- overflow: hidden;
- text-align: center;
- position: fixed;
- top: 5px;
- background-color:{color:Content};
- }
- ol.notes img {
- width: 16px;
- display: inline;
- position: relative;
- top: 3px;
- }
- .entry {
- overflow: hidden;
- float: left;
- {block:indexpage}
- width:550px;
- {block:ifTwoColumns}width:350px;{/block:ifTwoColumns}
- {block:ifThreeColumns}width:250px;{/block:ifThreeColumns} margin: 2px;
- {/block:indexpage}
- {block:permalinkpage}
- width: 500px;
- margin: 5px;
- {/block:permalinkpage}
- display: block;
- background:{color:Content};
- }
- .entry img {
- display: block;
- }
- .entry:hover .details {
- opacity: 1.0;
- margin:12px 0px 0px 0px;
- filter: alpha(opacity = 100);
- -webkit-transition: all .25s ease-in-out;
- -moz-transition: all .25s ease-in-out;
- -o-transition: all .25s ease-in-out;
- transition: all .25s ease-in-out;
- }
- #pagination{
- display:none;
- }
- .clear {
- clear: both;
- }
- .drawer {
- list-style: none;}
- #topmenu {
- margin: 5px;
- }
- #description {
- position: relative;
- }
- .textperma {
- color: #000000;
- padding-top: 0px;
- padding-bottom: 0px;
- font-size: 10px;
- text-align: center;
- opacity: 0;
- filter: alpha(opacity = 0);
- -webkit-transition: all ease-in 250ms;
- -moz-transition: all ease-in 250ms;
- -o-transition: all ease-in 250ms;
- -ms-transition: all ease-in 250ms;
- transition: all ease-in 250ms;
- }
- blockquote, q {
- quotes: "«" "»" "'" "'";
- padding: 2px;
- background: #dfdfdf;
- margin: 2px 0px;
- }
- li.drawer a {
- margin: 0px 5px;}
- .an {
- text-align:left;
- padding-left:5px;
- color:black;
- padding-right:5px;
- border-left: 2px solid #000000;
- border-right: 2px solid #000000;
- background-color:#dfdfdf;
- }
- .text {
- padding: 2px;
- }
- .entry:hover .textperma {
- opacity: 1;
- filter: alpha(opacity = 100);
- -webkit-transition: all ease-in 250ms;
- -moz-transition: all ease-in 250ms;
- -o-transition: all ease-in 250ms;
- -ms-transition: all ease-in 250ms;
- transition: all ease-in 250ms;
- }
- .askb {float: left; margin: 0px;padding: 0px 5px 5px 0px; background: #eee}
- #border{
- background-attachment: fixed;
- background-image: repeat;
- background-image:url({image:Border});
- width: 80px;
- position: fixed;
- height:100%;
- left:350px;
- }
- @font-face { font-family: "lobster"; src: url('http://themes.googleusercontent.com/static/fonts/lobster/v3/MWVf-Rwh4GLQVBEwbyI61Q.woff'); }
- .blogtitle a {
- font-family: 'lobster';
- font-size: 40px;
- line-height: 130%;
- color:{color:Links};
- }
- .blogtitle a:hover {
- color:{color:Link hover};}
- .wildthemes a {color:{color:Links}}
- .entry .wildthemes{
- position:absolute;
- width:auto;
- padding:7px;
- margin-left: 10px;
- overflow:hidden;
- border-radius:5px;
- top: 0px;
- font-family: {block:ifKewlfont}'short stack'; font-size: 10px;{/block:ifKewlfont}{block:ifnotKewlfont}calibri; font-size: 11px; {/block:ifnotKewlfont}; border:1px dashed {color:Body font};
- text-align:center;
- opacity:0.0;
- -webkit-transition: all 0.3s linear;
- -moz-transition: all 0.3s linear;
- transition: all 0.3s linear;
- background-color:{color:Content};
- }
- @font-face { font-family: "littlefont"; src: url('http://static.tumblr.com/4yxykdm/NMJlre6xz/04b_03___1_.ttf'); }
- .entry:hover .wildthemes{
- overflow:visible;
- -webkit-transition: opacity 0.5s linear; opacity: 0.8;
- transition: all 0.4s linear;
- margin-left: 10px;
- border:1px dashed {color:Body font};
- width:auto;
- background-color:{color:Content};
- height: auto;
- top: 10px;border-radius:5px;
- padding:7px;
- opacity:0.9;
- font-family: {block:ifKewlfont}'short stack'; font-size: 10px;{/block:ifKewlfont}{block:ifnotKewlfont}calibri; font-size: 11px; {/block:ifnotKewlfont};
- -webkit-transition: all 0.3s linear;
- -moz-transition: all 0.3s linear;
- transition: all 0.3s linear; }
- }
- .entry:hover .wildthemes:hover{
- opacity: 1;
- width:auto;
- -webkit-transition: all 0.5s linear;
- -moz-transition: all 0.5s linear;
- transition: all 0.5s linear; -moz-box-shadow: 0 0 15px {color:glow colour};
- display: inline-block;
- }
- .entry .wildthemes2{
- position:absolute;
- width:auto;
- padding:7px;
- margin-left: 70px;
- overflow:hidden;
- top: 0px;
- font-family: {block:ifKewlfont}'short stack'; font-size: 10px;{/block:ifKewlfont}{block:ifnotKewlfont}calibri; font-size: 11px; {/block:ifnotKewlfont};
- text-align:center;
- opacity:0.0; border-radius:5px;
- border:1px dashed {color:Body font};
- -webkit-transition: all 0.3s linear;
- -moz-transition: all 0.3s linear;
- transition: all 0.3s linear;
- background-color:{color:Content};
- @font-face { font-family: "lobster"; src: url('http://themes.googleusercontent.com/static/fonts/lobster/v3/MWVf-Rwh4GLQVBEwbyI61Q.woff'); }
- }
- @font-face { font-family: "littlefont"; src: url('http://static.tumblr.com/4yxykdm/NMJlre6xz/04b_03___1_.ttf'); }
- .entry:hover .wildthemes2{
- overflow:visible;
- -webkit-transition: opacity 0.5s linear; opacity: 0.8;
- transition: all 0.4s linear;
- margin-left: 70px;
- width:auto;
- background-color:{color:Content};
- height: auto;
- top: 10px;
- border-radius:5px;
- border:1px dashed {color:Body font};
- padding:7px;
- opacity:0.9;
- font-family: {block:ifKewlfont}'short stack'; font-size: 10px;{/block:ifKewlfont}{block:ifnotKewlfont}calibri; font-size: 11px; {/block:ifnotKewlfont};
- -webkit-transition: all 0.3s linear;
- -moz-transition: all 0.3s linear;
- transition: all 0.3s linear;
- }
- .perma2 {
- text-transform:uppercase;
- padding-top:3px;
- border:1px solid #bbbbba;
- text-align:right;
- float: right;
- opacity:0;
- width: 100%;
- font-size: 8px;
- line-height: 120%;
- letter-spacing:px;
- font-family:'littlefont'; }
- .entry:hover .perma2{
- -webkit-transition: all .25s ease-in-out;
- -moz-transition: all .25s ease-in-out;
- -o-transition: all .25s ease-in-out;
- transition: all .25s ease-in-out;
- text-transform:uppercase;
- padding-top:3px;
- border:1px solid #bbbbba;
- text-align:right;
- float: right;
- opacity:1;
- width: 100%;
- font-size: 8px;
- line-height: 120%;
- letter-spacing:px;
- font-family:'littlefont' ;
- }
- #description {
- background: {color:content};
- padding: 5px;
- }
- .clearfix {
- clear: both;
- }
- .b {display : block; font-size: 8px;text-align: left;line-height: 15px; text-indent : 0px; vertical-align : middle; padding : 2px;
- padding-bottom : 0px;}
- .linkz {
- display:inline-block;
- width: 49.3px;
- font-family: {block:ifKewlfont}'short stack'; font-size: 10px;{/block:ifKewlfont}{block:ifnotKewlfont}calibri; font-size: 11px; {/block:ifnotKewlfont};
- line-height: 15px;
- opacity: 1.0;
- position:relative;
- margin-top:-8px;
- text-transform: lowercase;
- text-align:center;
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- color: #000000;
- margin-bottom:2px;
- }
- .linkz a {color: #000000;}
- .linkz a:hover {
- opacity: 0.3;
- height:50%;
- -webkit-transition-duration: .2s;
- }
- </style>
- </head>
- <body>
- <div id="contain">
- <div id="border">
- </div>
- <div id="sidebar">
- <div id="description">
- {block:ifShowblogtitle}<center><div class="blogtitle">{block:ifRainbowtitle}<a href="/"><span id="rainbow">{Title}</span></a>{/block:ifRainbowtitle} {block:ifnotRainbowtitle}<a href="/">{Title}</a>{/block:ifnotRainbowtitle} </div>
- {/block:ifShowblogtitle}
- {block:ifShowsidebarimage}<a title="" href="/"><img src="{image:Sidebar image}" width="250"></a>{/block:ifShowsidebarimage}<br>
- {block:ifShowlinks}
- <div style="margin-left:3.6px;">
- <div class="linkz" style="background-color:{color:Link one}; margin-left: -4px; border-bottom-left-radius:10px;"><a href="{text:Link one URL}">{text:Link one title}</a></div>
- <div class="linkz" style="background-color:{color:Link two}; margin-left: -4px;"><a href="{text:Link two URL}">{text:Link two title}</a></div>
- <div class="linkz" style="background-color:{color:Link three}; margin-left: -4px;"><a href="{text:Link three URL}">{text:Link three title}</a></div>
- <div class="linkz" style="background-color:{color:Link four}; margin-left: -4px;"><a href="{text:Link four URL}">{text:Link four title}</a></div>
- <div class="linkz" style="background-color:{color:Link five}; margin-left: -4px; border-bottom-right-radius:10px; width:53px;"><a href="http://wildthemes.tumblr.com/">Credit</a></div></div>
- {/block:ifShowlinks}
- {Description}
- </div>
- </div>
- </div>
- <div id="content">
- {block:Posts}
- <div class="entry">
- {block:Text}
- <div class="text">
- {block:Title}
- <div class="title"><a href="{Permalink}">{Title}</a></div>
- {/block:Title}
- {Body}
- {block:IndexPage}<br>
- <div class="perma2"><p><a href="{permalink}">Posted {timeago} with {NoteCountwithLabel}</a> · <a href="{ReblogURL}" target="_blank">reblog</a> </div>
- {/block:IndexPage}
- </div>
- {/block:Text}
- {block:Photo}
- {block:IndexPage}
- <div class="wildthemes"><a href="{ReblogURL}" target="_blank">reblog</a> </div> <div class="wildthemes2"><a href="{Permalink}">{notecountwithlabel}</a></div>
- {/block:IndexPage}
- {block:indexpage}
- {LinkOpenTag}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/>{LinkCloseTag}
- {/block:indexpage}
- {block:permalinkpage}
- <center></center><a href="{PhotoURL-HighRes}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a>
- {/block:permalinkpage}
- {/block:Photo}
- {block:Photoset}
- {block:IndexPage}{Photoset-250}{/block:IndexPage}
- {block:IndexPage} <br>
- <div class="perma2"><p><a href="{permalink}">Posted {timeago} with {NoteCountwithLabel}</a> · <a href="{ReblogURL}" target="_blank">reblog</a> </div>
- {/block:IndexPage}
- {block:permalinkpage}
- {Photoset-500}
- {/block:permalinkpage}
- {/block:Photoset}
- {block:Quote}
- <div class="text">
- <div class="title">"{Quote}" </div>
- {block:Source}
- <div style="text-align:right">{Source}</div>
- {/block:Source}
- {block:IndexPage}<br>
- <div class="perma2"><p><a href="{permalink}">Posted {timeago} with {NoteCountwithLabel}</a> · <a href="{ReblogURL}" target="_blank">reblog</a> </div>
- {/block:IndexPage}
- </div>{/block:Quote}
- {block:Link}
- <div class="text">
- <div class="title"><a href="{URL}" class="link" {Target}>{Name}</a> </div>
- {block:Description}
- <div class="description">{Description}</div>
- {/block:Description}
- <p>
- {block:IndexPage}<br>
- <div class="perma2"><p><a href="{permalink}">Posted {timeago} with {NoteCountwithLabel}</a> · <a href="{ReblogURL}" target="_blank">reblog</a> </div>
- {/block:IndexPage}
- </div>{/block:Link}
- {block:Chat}
- <div class="text">
- {block:Title}
- <div class="title"> <a href="{Permalink}">{Title}</a></div>
- {/block:Title}
- <ul class="chat">
- {block:Lines}
- <li class="{Alt} user_{UserNumber}"> {block:Label}<span style="text-transform:uppercase"> <span class="label">{Label}</span></span> {/block:Label}
- {Line} </li>
- {/block:Lines}
- </ul>
- {block:IndexPage}<br>
- <div class="perma2"><p><a href="{permalink}">Posted {timeago} with {NoteCountwithLabel}</a> · <a href="{ReblogURL}" target="_blank">reblog</a> </div>
- {/block:IndexPage}
- </div>{/block:Chat}
- {block:Video}
- {block:IndexPage}{Video-250}{/block:IndexPage}
- {block:IndexPage}<br>
- <div class="perma2"><p><a href="{permalink}">Posted {timeago} with {NoteCountwithLabel}</a> · <a href="{ReblogURL}" target="_blank">reblog</a> </div>
- {/block:IndexPage}
- {block:permalinkpage}
- {Video-250}
- {/block:permalinkpage}
- {/block:Video}
- {block:Audio}
- <div class="text">
- {AudioPlayerGrey}
- {block:Caption}
- {Caption}
- {/block:Caption}
- {block:IndexPage}<br>
- <div class="perma2"><p><a href="{permalink}">Posted {timeago} with {NoteCountwithLabel}</a> · <a href="{ReblogURL}" target="_blank">reblog</a> </div>
- {/block:IndexPage}
- </div>{/block:Audio}
- {block:Answer}<img src="{AskerPortraitURL-48}" align="left" class="asssborder"><div class="asss"><span></span>{Asker}: {Question} </div>{Answer}
- {block:IndexPage}<br>
- <div class="perma2"><p><a href="{permalink}">Posted {timeago} with {NoteCountwithLabel}</a> · <a href="{ReblogURL}" target="_blank">reblog</a> </div>
- {/block:IndexPage}
- {/block:Answer}
- {block:PermalinkPage}
- <center>
- <br>{block:Caption}{Caption}{/block:Caption}{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</center>
- {/block:PermalinkPage}
- {block:PostNotes}{PostNotes}
- {/block:PostNotes}
- </div>
- {/block:Posts}
- <div class="clear"></div>
- </div>
- {block:Pagination}
- <ul id="pagination">
- {block:PreviousPage}
- <li><a href="{PreviousPage}"></a></li>
- {/block:PreviousPage}
- {block:JumpPagination length="5"}
- {block:CurrentPage}
- <li><span class="current_page numbersNav"><strong>{PageNumber}</strong></span></li>
- {/block:CurrentPage}
- {block:JumpPage}
- <li><a class="jump_page numbersNav" href="{URL}">{PageNumber}</a></li>
- {/block:JumpPage}
- {/block:JumpPagination}
- {block:NextPage}
- <li><a id="nextPage" href="{NextPage}"></a></li>
- {/block:NextPage}
- </ul>
- {/block:Pagination}
- {block:IndexPage}
- <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
- <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>
- {block:IndexPage}
- <script type="text/javascript">
- $(window).load(function () {
- $('#content').masonry(),
- $('.masonryWrap').infinitescroll({
- navSelector : '#pagination',
- nextSelector : '#pagination a#nextPage',
- itemSelector : ".entry, .clear",
- bufferPx : 200,
- loadingText : "<em></em>",
- },
- function() { $('#content').masonry({ appendedContent: $(this) }); }
- );
- });
- </script>
- {/block:IndexPage}
- <script type="text/javascript" src="http://static.tumblr.com/o0thhnj/LCDma95ko/infinite.txt">
- </body>
- </div>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement