Advertisement
thepinkrebellion

shockingthemes, brought to you by clubwonderland!

Feb 1st, 2013
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.83 KB | None | 0 0
  1. <!DOCTYPE HTML>
  2. <HEAD>
  3. <link href='http://fonts.googleapis.com/css?family=Dosis:300' rel='stylesheet' type='text/css'>
  4.  
  5. <link href='http://fonts.googleapis.com/css?family=Arizonia' rel='stylesheet' type='text/css'>
  6.  
  7. <link href='http://fonts.googleapis.com/css?family=Petit+Formal+Script' rel='stylesheet' type='text/css'>
  8.  
  9. <link href='http://fonts.googleapis.com/css?family=Lekton' rel='stylesheet' type='text/css'>
  10.  
  11.  
  12. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  13. <script src="http://static.tumblr.com/iwtk77u/Yhym2yygt/jquery.imagesloaded.min.js"></script>
  14. <script src="http://static.tumblr.com/wgijwsy/Ebfm2v4gy/jquery.masonry.min.js"></script>
  15. <script src="http://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
  16.  
  17. <style>
  18. @font-face {
  19. font-family: 'Whaddup';
  20. src: url('http://static.tumblr.com/quvev8c/pfGmg57gt/distth___.ttf') format('truetype');
  21. font-weight: normal;
  22. font-style: normal;
  23.  
  24. }
  25.  
  26. @font-face {
  27. font-family: 'Arrow';
  28. src: url('http://static.tumblr.com/blpgwiz/Datm45nck/stereofidelic-webfont.ttf') format('truetype');
  29. font-weight: normal;
  30. font-style: normal;
  31.  
  32. }
  33.  
  34. @font-face {
  35. font-family: 'Tom Daley';
  36. src: url('http://static.tumblr.com/blpgwiz/6xzmciswn/headoh__.ttf') format('truetype');
  37. font-weight: normal;
  38. font-style: normal;
  39.  
  40. }
  41.  
  42.  
  43.  
  44. @font-face {
  45. font-family: 'Shocking Themes Patches';
  46. src: url('http://static.tumblr.com/quvev8c/6R5mf0yi5/escaned.ttf') format('truetype');
  47. font-weight: normal;
  48. font-style: normal;
  49.  
  50. }
  51. @font-face {
  52. font-family: 'Volleyball';
  53. src: url('http://static.tumblr.com/quvev8c/qROmf10at/3dumb.ttf') format('truetype');
  54. font-weight: normal;
  55. font-style: normal;
  56.  
  57. }
  58. </style>
  59.  
  60. <style>
  61. .my-like {
  62. cursor:pointer;
  63. display:inline-block;
  64. vertical-align:top;
  65. }
  66. .my-liked, .my-like:hover {
  67. color: #6AFB92;
  68. cursor:pointer;
  69. display:inline-block;
  70. vertical-align:top;
  71. -webkit-transition: 2s;
  72. -moz-transition: 2s;
  73. }
  74. </style>
  75. <script>
  76. window.onload = function () {
  77. document.body.insertAdjacentHTML( 'beforeEnd', '<iframe id="my-like-frame" style="display:none;"></iframe>' );
  78. document.addEventListener( 'click', function ( event ) {
  79. var myLike = event.target;
  80. if( myLike.className.indexOf( 'my-like' ) > -1 ) {
  81. var frame = document.getElementById( 'my-like-frame' ),
  82. liked = ( myLike.className == 'my-liked' ),
  83. command = liked ? 'unlike' : 'like',
  84. reblog = myLike.getAttribute( 'data-reblog' ),
  85. id = myLike.getAttribute( 'data-id' ),
  86. oauth = reblog.slice( -8 );
  87. frame.src = 'http://www.tumblr.com/' + command + '/' + oauth + '?id=' + id;
  88. liked ? myLike.className = 'my-like' : myLike.className = 'my-liked';
  89. };
  90. }, false );
  91. };
  92. </script>
  93.  
  94. <script type="text/javascript"
  95. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  96. <script>
  97. $(document).ready(function() {
  98. //
  99. $('a.poplight[href^=#]').click(function() {
  100. var popID = $(this).attr('rel'); //Get Popup Name
  101. var popURL = $(this).attr('href'); //Get Popup href to define size
  102. var query= popURL.split('?');
  103. var dim= query[1].split('&');
  104. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  105. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close">Close</a>');
  106. var popMargTop = ($('#' + popID).height() + 80) / 2;
  107. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  108. //Apply Margin to Popup
  109. $('#' + popID).css({
  110. 'margin-top' : -popMargTop,
  111. 'margin-left' : -popMargLeft
  112. });
  113. $('body').append('<div id="fade"></div>');
  114. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  115. return false;
  116. });
  117. $('a.close, #fade').live('click', function() {
  118. $('#fade , .popup_block').fadeOut(function() {
  119. $('#fade, a.close').remove(); //fade them both out
  120. });
  121. return false;
  122. });
  123. });
  124. </script>
  125.  
  126. <title>{Title}</title>
  127.  
  128. <!--
  129. theme by tigerteardrops, remove credit and the theme wont work(:
  130. theme by neonthemes
  131. -->
  132. <meta name="color:Posts" content="#ffffff"/>
  133. <meta name="color:Text" content="#363636"/>
  134. <meta name="color:Link" content="#5c5c5c"/>
  135. <meta name="color:Hover" content="#A7A7A7"/>
  136. <meta name="color:Background" content="#FFFFFF"/>
  137. <meta name="color:Scrollbar" content="#000"/>
  138. <meta name="image:Background" content=""/>
  139. <meta name="image:Sidebar Background" content="http://24.media.tumblr.com/tumblr_mdy72pMLDu1rl9xebo1_500.jpg"/>
  140. <meta name="if:Transparent Posts" content=""/>
  141. <meta name="if:Fix Header" content="1"/>
  142.  
  143. <style type="text/css">
  144.  
  145. body{
  146. background-color: {color:Background};
  147. background-image:url({image:Background});
  148. background-attachment: fixed;
  149. background-repeat: repeat;
  150. font-size: 12px;
  151. font-family:dosis;
  152. line-height:12px;
  153. color:{color:Text};
  154. }
  155.  
  156.  
  157.  
  158. a:link, a:active, a:visited{
  159. color: {color:Link};
  160. text-decoration: none;
  161. -webkit-transition: all 0.6s ease-out;
  162. -moz-transition: all 0.6s ease-out;
  163. -o-transition: all 0.6s ease-out;
  164. transition: all 0.6s ease-out;}
  165.  
  166. a:hover{
  167. color:{color:Hover};
  168. text-decoration: none;
  169. }
  170.  
  171. #fade { /*--Transparent background layer--*/
  172. display: none; /*--hidden by default--*/
  173. background: #000;
  174. position: fixed; left: 0; top: 0;
  175. width: 100%; height: 100%;
  176. opacity: .80;
  177. z-index: 9999;
  178. }
  179. .popup_block{
  180. display: none; /*--hidden by default--*/
  181. background: #fff;
  182. padding: 20px;
  183. border: 1px solid #ddd;
  184. float: left;
  185. font-size: 1.2em;
  186. position: fixed;
  187. top: 50%; left: 50%;
  188. z-index: 99999;
  189. /*--CSS3 Box Shadows--*/
  190. -webkit-box-shadow: 0px 0px 20px #000;
  191. -moz-box-shadow: 0px 0px 20px #000;
  192. box-shadow: 0px 0px 20px #000;
  193. /*--CSS3 Rounded Corners--*/
  194. }
  195. img.btn_close {
  196. float: right;
  197. margin: -5px -5px 0 0;
  198. }
  199. /*--Making IE6 Understand Fixed Positioning--*/
  200. *html #fade {
  201. position: absolute;
  202. }
  203. *html .popup_block {
  204. position: absolute;
  205. }
  206.  
  207.  
  208. .pl{list-style:none;padding-top:10px;}
  209.  
  210. #post{
  211. width:330px;
  212. height:auto;
  213. top: 150px;
  214.  
  215. {block:PermalinkPage}
  216. float: left; right: 500; margin-right:153px; width: 700px;
  217. top: 150px;
  218. {/block:PermalinkPage}}
  219.  
  220. #container{
  221. padding-top:3px;
  222. padding-bottom:3px;
  223. width:1200px;
  224. height:auto;
  225. top: 150px;
  226. {block:PermalinkPage}
  227. width:500px;
  228. height:207px;
  229. {/block:PermalinkPage}}
  230.  
  231.  
  232. #content{
  233. -webkit-transition-duration:2s;
  234. left:50px;
  235. top:150px;
  236. padding-top:15px;
  237. padding-left:117px;
  238. {block:indexpage}
  239. width:1600px;
  240. {/block:indexpage}
  241. {block:permalinkpage}
  242. width:1680px;
  243. left:-50px;
  244. {/block:permalinkpage}
  245. }
  246.  
  247. #posts{
  248. z-index: 999;
  249. float:left;
  250. top:150px;
  251. {block:indexpage}
  252. width:1200px;
  253. {/block:indexpage}
  254. {block:permalinkpage}
  255. width:700px;
  256. {/block:permalinkpage}
  257. margin-left:20px;
  258. }
  259.  
  260. #fade { /*--Transparent background layer--*/
  261. display: none; /*--hidden by default--*/
  262. background: #000;
  263. position: fixed; left: 0; top: 0;
  264. width: 100%; height: 100%;
  265. opacity: .80;
  266. z-index: 9999;}
  267.  
  268.  
  269. #entry{
  270. z-index:9999;
  271. float:right;
  272. width:220px;
  273. top: 150px;
  274. height:auto;
  275. padding: 3px;
  276. padding-bottom:0px;
  277. {block:PermalinkPage}
  278. top: 150px;
  279. width: 500px;
  280. {/block:PermalinkPage}
  281. {block:ifnotTransparentPosts}
  282. background-color: #fff;
  283. {/block:ifnotTransparentPosts}
  284. {block:ifTransparentPosts}
  285. background-color: transparent;
  286. {/block:ifTransparentPosts}
  287. right:500px;
  288. margin-right:10px;
  289. margin-bottom:10px;}
  290.  
  291. #permapage{
  292. font-family: Trebuchet MS;
  293. font-size:12px;
  294. text-align: left;
  295. width: 400px;
  296. z-index:9999;
  297. margin-top: 300px;
  298. }
  299.  
  300. #notes{
  301. {block:permalinkpage}
  302. display:block;
  303. width:700px;
  304. left:-50px;
  305. float: left;
  306. padding:10px;
  307. overflow:visible;
  308. z-index:9999999;
  309. margin-top: 10px;
  310. {block:IfPostShadows}-webkit-box-shadow:0px 0px 12px rgba(0,0,0,0.3);
  311. -moz-box-shadow: 0px 0px 12px rgba(0,0,0,0.3);
  312. box-shadow: 0px 0px 12px rgba(0,0,0,0.3);{/block:IfPostShadows}
  313. {block:IfNotPostShadows}-webkit-box-shadow:0px 0px 0px rgba(0,0,0,0.4);
  314. -moz-box-shadow: 0px 0px 0px rgba(0,0,0,0.4);
  315. box-shadow: 0px 0px 0px rgba(0,0,0,0.4);{/block:IfNotPostShadows}
  316. outline:1px solid rgba(0, 0, 0, .1);
  317. border:2px solid rgba(0, 0, 0, .05);
  318. text-align: left;{/block:permalinkpage}}
  319.  
  320. iframe#tumblr_controls {top: 1px !important;margin: 0 0 0 0;right:4px !important;}
  321.  
  322. .title{
  323. font-family: Tom Daley;
  324. font-size: 24px;
  325. line-height: 36px;
  326. line-height: 36px;
  327. color: {color:Text};
  328. font-weight: normal;
  329. letter-spacing: 0px;
  330. -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;-o-transition: all 0.6s ease-out;transition: all 0.6s ease-out;}
  331.  
  332. .blogtitle {
  333. font-family: 'Petit Formal Script', cursive;
  334. font-style:none;
  335. font-size:35px;
  336. line-height:40px;
  337. line-height:40px;
  338. text-align:center;
  339. -webkit-transition: 0.5s ease-in;
  340. -webkit-text-stroke: 1px transparent;}
  341. #blogtitle a:link,
  342. #blogtitle a:visited,
  343. #blogtitle a:hover{
  344. color:{color:Blog Title};}
  345.  
  346. .title:hover{
  347. color:{color:Hover};
  348. -webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
  349.  
  350.  
  351. {block:IndexPage}
  352. #entry:hover #aviles{
  353. z-index:9999999999999;
  354. width: 223px;
  355. margin-top: 70%;
  356. left: 0px;
  357. height: 40px;
  358. line-height: 40px;
  359. font-size: auto;
  360. font-family: Lekton;
  361. text-transform: uppercase;
  362. opacity:1;
  363. -webkit-transition: all 1s ease-out;
  364. -moz-transition: all 1s ease-out;transition: all 1s ease-out;
  365. {/block:IndexPage}}
  366.  
  367.  
  368. #aviles{
  369. width:350px;
  370. background-color: #fff;
  371. height: auto;
  372. opacity: 0;
  373. position:absolute;
  374. opacity:0;-webkit-transition: all 0.3s ease-out;
  375. -moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
  376.  
  377.  
  378.  
  379. blockquote{
  380. padding:0px 0px 2px 3px;
  381. margin:0px 0px 2px 1px; }
  382.  
  383. ul, ol, li{
  384. list-style:none;
  385. margin:0px;
  386. padding:0px;}
  387.  
  388.  
  389. #infscr-loading{
  390. bottom: 3px;
  391. position: absolute;
  392. left: 50%;
  393. margin-left:-8px;
  394. width:16px;
  395. height:11px;
  396. margin-bottom: 50px;
  397. background-image: url(http://www.supre.com.au/images/default/loading.gif);
  398. }
  399.  
  400. #cat{
  401. border-radius: 5px;
  402. border:0px solid #000;
  403. position:fixed !important;
  404. left:120px; padding-top:2px;
  405. top:300px;
  406. padding-bottom:12px;
  407. text-align:center;
  408. height:10px;
  409. width:60px;
  410. overflow:hidden;
  411. -webkit-transition: opacity 0.7s linear;
  412. -webkit-transition: all 0.7s ease-in-out;
  413. -moz-transition: all 0.7s ease-in-out;
  414. -o-transition: all 0.7s ease-in-out;
  415. background:transparent;
  416. z-index:9999;
  417. }
  418.  
  419. #cat:hover{
  420. border-radius: 5px;
  421. border:1px solid #000;
  422. padding:5px;
  423. height:220px;
  424. width:300px;
  425. z-index:999999999;
  426. background:white;
  427. }
  428.  
  429. #boxl{
  430. height:auto;
  431. opacity:1.0;
  432. text-align:center;
  433. z-index:99999999999999999999;
  434. background:transparent;
  435. }
  436. #box{
  437. height:auto;
  438. opacity:1.0;
  439. text-align:center;
  440. z-index:99999999999999999999;
  441. background:transparent;
  442. }
  443.  
  444.  
  445. #box{
  446. height:auto;
  447. opacity:1.0;
  448. text-align:center;
  449. z-index:99999999999999999999;
  450. background:transparent;
  451. }
  452.  
  453. #player {
  454. background-color: #2E9AFE;
  455. }
  456.  
  457.  
  458. .crocs{
  459. float: center;
  460. font-family: Lekton;
  461. margin-bottom: 4px;
  462. margin-left: 6px;
  463. text-transform:uppercase;
  464. font-size: 15px;
  465. line-height: 15px;
  466. letter-spacing:2px;
  467. margin: 2px;
  468. background-color: #F8F8F8;
  469. width: 90px;
  470. padding: 4px;
  471. text-align:center;
  472. }
  473. .crocs:hover{
  474. background-color: #b8b8b8;
  475. color: #fff;
  476. -webkit-transition: 1s;
  477. -moz-transition: 1s;
  478. -o-transition: 1s;
  479. }
  480.  
  481.  
  482. div#picbar {
  483. z-index: 9999;
  484. width: 100%;
  485. height: 150px;
  486. margin-left: -10px;;
  487. top: -5px;
  488. {block:ifFixHeader}
  489. position: fixed;{/block:ifFixHeader}
  490. {block:ifnotFixHeader}
  491. position: absolute;
  492. {/block:ifnotFixHeader}
  493. font-size: 25px;
  494. background-image: url({image:Sidebar Background});
  495. margin-top: 0px;
  496. }
  497.  
  498.  
  499. iframe#tumblr_controls { white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity:.2;transition: .8s ease-in-out; -webkit-transition: .8s ease-in-out;-moz-transition: .8s ease-in-out;-o-transition: .8s ease-in-out; z-index: 999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999;}
  500.  
  501. iframe#tumblr_controls:hover { white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity:1; }
  502.  
  503. </style>
  504.  
  505. <link rel="shortcut icon" href="{Favicon}">
  506. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  507.  
  508. </head>
  509. <body>
  510.  
  511.  
  512. <div id="picbar"><br>
  513. <center><span style=" font-family: 'Arrow';
  514. -webkit-text-stroke-width: 1px;
  515. -webkit-text-stroke-color: black;
  516. color: #fff; font-size: 50px;"><br>{Title}</span></center>
  517. <br>
  518. <span style="font-family: Whaddup; font-size: 20px; line-height: 30px;"><center>{Description}<br>
  519. <a href="/" class="crocs">HOME </a>
  520. <span class="crocs"><a href="#?w=500"" rel="02" class="poplight">ASK</a></a></span>
  521. {block:HasPages}{block:Pages}<a href="{URL}" class="crocs">{Label} </a>{/block:Pages}{/block:HasPages}
  522. <a href="http://neon-themes.tumblr.com/" class="crocs">THEME </a>
  523. </center>
  524. </span>
  525. </div>
  526.  
  527. <script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script>
  528. </script>
  529. <meta name="viewport" content="width=720" />
  530.  
  531. <div align="center">
  532.  
  533. </div>
  534.  
  535.  
  536.  
  537. <div id="container">
  538. <div id="content">
  539.  
  540.  
  541.  
  542. <div id="pages">
  543.  
  544. <div align="center">
  545.  
  546. </div></div>
  547. </div>
  548.  
  549. <div align="center">
  550. <div id="posts">
  551.  
  552. {block:Posts}
  553. <div id="entry">
  554.  
  555. {block:Photo}
  556.  
  557. {block:IndexPage}
  558. <div id="aviles">
  559.  
  560. <div class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like"><big><big><big><big>♥</big></big></big></big></div><a href="{ReblogURL}" target="_blank" title="Reblog"><span class="background: acacac; border-radius: 10px;">Reblog</a> &nbsp; {block:NoteCount}{NoteCount}{/block:NoteCount}</span>
  561. </a></div>
  562. <a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width=220px/></a>{/block:IndexPage}{block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width=500px/>{/block:PermalinkPage}{/block:Photo}
  563.  
  564. {block:Text}<div style="padding-top:15px; padding-bottom:10px; padding-left:10px; padding-right:10px;">
  565. {block:Title}
  566. <a href="{permalink}"><span class="title">{Title}</span></a>
  567. {/block:Title}
  568. <span class="entrytext" style="line-height:12px;">{Body}</span>
  569. <a href="{Permalink}"></a></div>
  570. {block:IndexPage}<div class="otherpostsnotes">
  571. <div align="right"><a href="{Permalink}">+</a></div>
  572. {/block:Date}</div>{/block:IndexPage}
  573. {/block:Text}
  574.  
  575. {block:Link}
  576. <a href="{URL}" class="title">{Name}</a>
  577. {block:Description}{Description}{/block:Description}
  578. {block:ifShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifShowCaptions}
  579. {block:BlogDescription}<span class="entrytext" style="line-height:12px;">{Description}</span>{/block:BlogDescription}</a>
  580. {block:Caption}<a href="{URL}">{Caption}</a>{/block:Caption}<div style="padding-top:0px; padding-bottom:3px;"></a></div>
  581. {block:IndexPage}<div class="otherpostsnotes">
  582. <div align="right"><a href="{Permalink}">+</a></div>
  583. {/block:Date}</div>{/block:IndexPage}
  584. {/block:Link}
  585.  
  586. {block:Quote}
  587. <div style="padding-top:10px; padding-bottom:10px;">
  588. <span class="title" style="line-height:16px; ">"{Quote}"</span><br><br>
  589. <div style="text-align: right; padding-right:10px;">{block:Source}
  590. -{Source}
  591. {/block:Source}</a></div>{block:IndexPage}<div class="otherpostsnotes"> <br>
  592. {/block:Date}</div>{/block:IndexPage}
  593. </div>
  594. <div align="right"><a href="{Permalink}">+</a></div>
  595. {/block:Quote}
  596.  
  597. {block:Chat}
  598. <div style="padding-top:15px; padding-bottom:10px;">
  599. <a href="{permalink}">{block:Title}<span class="title">{Title}</span>{/block:Title}</a>
  600. <ul class="chat">
  601. {block:Lines}
  602. <li class="user_{UserNumber}">
  603. {block:Label}
  604. <span class="label" style="line-height:12px;">{Label}</span>
  605. {/block:Label}
  606. {Line}
  607. </li>
  608. {/block:Lines}
  609. </ul>
  610. {block:Caption}{Caption}{/block:Caption}
  611. {block:IndexPage}<div class="otherpostsnotes">
  612. </div>{/block:IndexPage}
  613. </div>
  614. <div align="right"><a href="{Permalink}">+</a></div>
  615. {/block:Chat}
  616.  
  617. {block:Audio}
  618. <div class="player">{AudioPlayerGrey}</div>
  619. {block:Caption}{Caption}{/block:Caption}
  620. {block:IndexPage}<div class="otherpostsnotes">
  621. <a href="{permalink}">{FormattedPlayCount}&nbsp;Plays</a>
  622. &nbsp;
  623. {/block:Date}</div>{/block:IndexPage}
  624. <div align="right"><a href="{Permalink}">+</a></div>
  625. {/block:Audio}
  626.  
  627.  
  628. {block:Video}
  629. <div style="padding-top:28px; padding-bottom:8px;">
  630. {Video-250}</div>
  631. <div style="padding-bottom:5px;">{block:Caption}{Caption}{/block:Caption}</div>
  632. {block:IndexPage}<div class="otherpostsnotes">
  633. {/block:Date}</div>{/block:IndexPage}
  634. <div align="right"><a href="{Permalink}">+</a></div>
  635. {/block:Video}
  636.  
  637. {block:PermalinkPage}
  638. <div align="left">
  639. <div class="pl">
  640. {block:Date}
  641. <li>
  642. Posted: <a href="/day/{year}/{monthnumberwithzero}/{dayofmonthwithzero}">
  643. {DayOfWeek} {Month} {DayOfMonth}{DayOfMonthSuffix}, {Year}</a>
  644. at {12Hour}:{Minutes}{AmPm} {block:Date}
  645. </li>
  646. <li>
  647. {block:RebloggedFrom}
  648. Reblogged from <a href="{ReblogParentUrl}">{ReblogParentName}</a>.
  649. {/block:RebloggedFrom}
  650. </li>
  651. <li>
  652. {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  653. </li>
  654. <li>
  655. {block:HasTags} &middot; {block:Tags}<a href="/{TagURL}"> #{Tag}</a> {/block:Tags}{/block:hasTags}
  656. </li>
  657. <p>
  658. {block:PostNotes}
  659. {PostNotes}
  660. {/block:PostNotes}
  661. {/block:PermalinkPage}
  662. </div>
  663. {/block:Posts}
  664. </div></div></div></center></div></div>
  665. {block:indexpage}
  666. {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a></div>{/block:NextPage}
  667. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  668. <script type="text/javascript" src="http://static.tumblr.com/quvev8c/Wpjmh4yii/neonthemesloader.js"></script>
  669. <script type="text/javascript">
  670. $(window).load(function(){
  671. var $wall = $('#posts');
  672. $wall.imagesLoaded(function(){
  673. $wall.masonry({
  674. itemSelector: '#entry, #entry_photo',
  675. isAnimated : false
  676. });
  677. });
  678.  
  679. $wall.infinitescroll({
  680. navSelector : '#page-nav',
  681. nextSelector : '#page-nav a',
  682. itemSelector : '#entry, #entry_photo',
  683. bufferPx : 2000,
  684. debug : false,
  685. errorCallback: function() {
  686. $('#infscr-loading').fadeOut('normal');
  687. }},
  688. function( newElements ) {
  689. var $newElems = $( newElements );
  690. $newElems.hide();
  691. $newElems.imagesLoaded(function(){
  692. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  693. });
  694. }); $('#content').show(500);
  695. });
  696. </script>
  697. {/block:indexpage}
  698. </body>
  699. <div id="02" class="popup_block">
  700.  
  701. <Center><font size="5" color="#1C1C1C"></font><iframe frameborder="0" scrolling="yes" width="100%" height="150" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form">
  702. </center></div>
  703.  
  704. </div></div></div></div></div></div></div></div></div></div>
  705. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement