Advertisement
sofiiayala

Theme 27 by Sofi for Tumblr (Dark)

Jun 26th, 2014
1,279
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.66 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <!---- Theme 27 by Sofi (castiiel.tumblr.com). DON'T REMOVE THE CREDIT OR CLAIM THE THEME AS YOURS. DON'T USE IT AS A BASE --->
  9.  
  10. <meta name="color:Background" content="#1b1919"/>
  11. <meta name="color:Text" content="#fff"/>
  12. <meta name="color:title" content="#fff"/>
  13. <meta name="color:Link" content="#b8b8b8"/>
  14. <meta name="color:icons background" content="#fff"/>
  15. <meta name="color:question background" content="#4f4f4f"/>
  16. <meta name="color:scrollbar" content="#4f4f4f"/>
  17. <meta name="color:border" content="#4f4f4f"/>
  18. <meta name="color:shadow" content="#999"/>
  19.  
  20. <meta name="image:background" content=""/>
  21.  
  22. <meta name="if:Info on hover" content="1"/>
  23. <meta name="if:500px posts" content="0"/>
  24. <meta name="if:infinite scroll" content="0">
  25. <meta name="if:credit on the left" content="0"/>
  26. <meta name="if:repeat background" content="0"/>
  27. <meta name="if:show notes on click" content="0"/>
  28.  
  29. <meta name="text:title" content=""/>
  30.  
  31. <meta name="text:askbox url" content="/ask"/>
  32. <meta name="text:link 1" content="link 1"/>
  33. <meta name="text:link 1 url" content="/"/>
  34. <meta name="text:link 2" content="link 2"/>
  35. <meta name="text:link 2 url" content="/ask"/>
  36. <meta name="text:link 3" content="link 3"/>
  37. <meta name="text:link 3 url" content="/"/>
  38. <meta name="text:link 4" content="link 4"/>
  39. <meta name="text:link 4 url" content="/"/>
  40.  
  41. <link rel="stylesheet" href="http://static.tumblr.com/bfthosw/vUynczxut/intro-black-64.css">
  42.  
  43. {block:IfInfiniteScroll}
  44. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  45. {/block:IfInfiniteScroll}
  46.  
  47. {block:ifShownotesonclick}
  48. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
  49.  
  50. <script src="jquery.js"></script>
  51. <script>
  52. $(document).ready(function(){
  53. $("#notes").click(function(){
  54. $("ol.notes").slideToggle("slow");
  55. });
  56. });
  57. </script>
  58. {/block:ifShownotesonclick}
  59.  
  60. <script type="text/javascript">
  61. WebFontConfig = {
  62. google: { families: [ 'Lato:400,300:latin' ] }
  63. };
  64. (function() {
  65. var wf = document.createElement('script');
  66. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  67. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  68. wf.type = 'text/javascript';
  69. wf.async = 'true';
  70. var s = document.getElementsByTagName('script')[0];
  71. s.parentNode.insertBefore(wf, s);
  72. })(); </script>
  73.  
  74. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
  75.  
  76. <script src="jquery.js"></script>
  77. <script>
  78. $(document).ready(function(){
  79. $(".desc").click(function(){
  80. $("#description").slideToggle("slow");
  81. });
  82. });
  83. </script>
  84.  
  85. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
  86.  
  87. <script src="jquery.js"></script>
  88. <script>
  89. $(document).ready(function(){
  90. $(".navi").click(function(){
  91. $("#navi").slideToggle("slow");
  92. });
  93. });
  94. </script>
  95.  
  96. <style type="text/css">
  97.  
  98. ::-webkit-scrollbar {width: 4px; height: 4px; background: {color:background}; }
  99. ::-webkit-scrollbar-thumb { background-color: {color:scrollbar}; -webkit-border-radius: 0ex; }
  100.  
  101. body {
  102. background:{color:background};
  103. margin:0px;
  104. color:{color:text};
  105. font-family:'Lato', sans-serif;
  106. font-size:10px;
  107. line-height:120%;
  108. letter-spacing: 0.8px;
  109. background-image:url("{image:background}");
  110. background-size:cover;
  111. {block:ifRepeatbackground}
  112. background-size:auto;
  113. background-repeat: repeat;
  114. {block:ifRepeatbackground}
  115. background-attachment:fixed;
  116. background-position: top left;
  117. }
  118.  
  119. body, a, a:hover {cursor: url(http://media.tumblr.com/tumblr_lqs4idHqTZ1qfoi4t.png), auto;}
  120.  
  121. a {
  122. text-decoration:none;
  123. outline:none;
  124. -moz-outline-style:none;
  125. color:{color:link};
  126. }
  127.  
  128. img {
  129. border:none;
  130. }
  131.  
  132. p {
  133. margin-left: 0px;
  134. margin-right: 0px;
  135. word-wrap: break-word;
  136. }
  137.  
  138. pre {
  139. white-space: pre-wrap;
  140. white-space: -moz-pre-wrap;
  141. white-space: -pre-wrap;
  142. white-space: -o-pre-wrap;
  143. word-wrap: break-word;
  144. }
  145.  
  146. blockquote {
  147. padding-left:5px;
  148. border-left:1px solid;
  149. margin-left: 0px;
  150. margin-right: 0px;
  151. }
  152.  
  153. h1 {
  154. font-size:16px;
  155. font-family:'Lato', sans-serif;
  156. font-weight: 300;
  157. letter-spacing: 1.5px;
  158. line-height: 130%;
  159. }
  160.  
  161. .hr {
  162. color: #f0eded;
  163. }
  164.  
  165. #entries {
  166. padding-bottom:10px;
  167. width:400px;
  168. padding-left: 50px;
  169. {block:if500pxposts}
  170. width:500px;
  171. padding-left:0px;
  172. {/block:if500pxposts}
  173. }
  174.  
  175. #post {
  176. width:400px;
  177. {block:if500pxposts}
  178. width:500px;
  179. {/block:if500pxposts}
  180. padding-bottom:0px;
  181. margin-top:90px;
  182. margin-bottom:0px;
  183. text-align: left;
  184.  
  185. }
  186.  
  187. #post:hover #info {
  188. opacity: 1;
  189. margin-left: 0px;
  190. transition: all 0.3s linear;
  191. -webkit-transition: opacity 0.3s linear;
  192. -webkit-transition: all 0.3s linear;
  193. -moz-transition: all 0.3s linear;
  194. }
  195.  
  196. .textp img{
  197. max-width:400px;
  198. height:auto;
  199. {block:if500pxposts}
  200. max-width:500px;
  201. {/block:if500pxposts}
  202. }
  203.  
  204. #header {
  205. width: 400px;
  206. margin-left: 50px;
  207. margin-top: 50px;
  208. {block:if500pxposts}
  209. width: 500px;
  210. margin-left:0px;
  211. {/block:if500pxposts}
  212. margin-bottom: -10px;
  213. }
  214.  
  215. #title {
  216. font-family: 'Intro', sans-serif;
  217. font-size: 25px;
  218. color: {color:title};
  219. letter-spacing: 1px;
  220. width: 400px;
  221. {block:if500pxposts}
  222. width: 500px;
  223. {/block:if500pxposts}
  224. text-align: left;
  225. text-transform: uppercase;
  226. }
  227.  
  228. #links {
  229. width: 380px;
  230. {block:if500pxposts}
  231. width: 480px;
  232. {/block:if500pxposts}
  233. background-color: {color:icons background};
  234. padding: 10px;
  235. padding-bottom: 7px;
  236. text-align: right;
  237. margin-top: 10px;
  238. margin-bottom: 10px;
  239. }
  240.  
  241. #links a {
  242. margin-left: 20px;
  243. margin-right: 5px;
  244. }
  245.  
  246. #links img {
  247. width: 13px;
  248. }
  249.  
  250. #description {
  251. width: 380px;
  252. {block:if500pxposts}
  253. width: 480px;
  254. {/block:if500pxposts}
  255. padding-left: 10px;
  256. padding-right: 10px;
  257. margin-top: 10px;
  258. font-family: 'Lato', sans-serif;
  259. font-size: 10px;
  260. letter-spacing: 1.5px;
  261. line-height:170%;
  262. display:none;
  263. }
  264.  
  265. #navi {
  266. width: 400px;
  267. {block:if500pxposts}
  268. width: 500px;
  269. {/block:if500pxposts}
  270. margin-bottom: 10px;
  271. font-family: 'Lato', sans-serif;
  272. font-size: 9px;
  273. text-transform: uppercase;
  274. padding-top: 5px;
  275. padding-bottom: 5px;
  276. font-weight: 400;
  277. letter-spacing: 1.5px;
  278. display:none;
  279. }
  280.  
  281. #navi a {
  282. margin-left: 19px;
  283. margin-right: 20px;
  284. border-top: 1px solid transparent;
  285. border-bottom: 1px solid transparent;
  286. margin-top: 3px;
  287. margin-bottom: 3px;
  288. padding-left: 4px;
  289. padding-right:3px;
  290. color: {color:text};
  291. transition: all 0.1s linear;
  292. -webkit-transition: opacity 0.1s linear;
  293. -webkit-transition: all 0.1s linear;
  294. -moz-transition: all 0.1s linear;
  295. }
  296.  
  297. #navi a:hover {
  298. border-top: 1px solid {color:text};
  299. border-bottom: 1px solid {color:text};
  300. margin-top: 0px;
  301. margin-bottom: 0px;
  302. padding-top: 3px;
  303. padding-bottom: 3px;
  304. transition: all 0.1s linear;
  305. -webkit-transition: opacity 0.1s linear;
  306. -webkit-transition: all 0.1s linear;
  307. -moz-transition: all 0.1s linear;
  308. }
  309.  
  310. #pagination {
  311. width:400px;
  312. {block:if500pxposts}
  313. width: 500px;
  314. {/block:if500pxposts}
  315. margin-top: 70px;
  316. line-height: 130%;
  317. height:20px;
  318. text-align:center;
  319. bottom:0px;
  320. margin-bottom: 30px;
  321. opacity: 0.8;
  322. color:{color:text};
  323. font-family: 'Lato', sans-serif;
  324. -webkit-transition: opacity 0.5s linear;
  325. -webkit-transition: all 0.5s linear;
  326. -moz-transition: all 0.5s linear;
  327. transition: all 0.s linear;
  328. }
  329.  
  330. #pagination img {
  331. width: 17px;
  332. margin-left:20px;
  333. margin-right: 20px;
  334. -webkit-transition: opacity 0.5s linear;
  335. -webkit-transition: all 0.5s linear;
  336. -moz-transition: all 0.5s linear;
  337. transition: all 0.s linear;
  338. }
  339.  
  340. #pagination a:hover {
  341. opacity: 1;
  342. -webkit-transition: opacity 0.5s linear;
  343. -webkit-transition: all 0.5s linear;
  344. -moz-transition: all 0.5s linear;
  345. transition: all 0.s linear;
  346. }
  347.  
  348. #info {
  349. text-align:left;
  350. margin-top:10px;
  351. font-size: 9px;
  352. font-family: 'Lato', sans-serif;
  353. opacity:1;
  354. {block:ifInfoonhover}
  355. opacity:0;
  356. margin-left: -50px;
  357. {/block:ifInfoonhover}
  358. -webkit-transition: opacity 0.3s linear;
  359. -webkit-transition: all 0.3s linear;
  360. -moz-transition: all 0.3s linear;
  361. transition: all 0.3s linear;
  362. }
  363.  
  364. .tags {
  365. margin-top: 5px;
  366. }
  367.  
  368. .tags a {
  369. color: {color:text};
  370. margin-right: 5px;
  371. border-bottom: 1px solid {color:border};
  372. padding-bottom: 1px;
  373. transition: all 0.3s linear;
  374. -webkit-transition: opacity 0.3s linear;
  375. -webkit-transition: all 0.3s linear;
  376. -moz-transition: all 0.3s linear;
  377. }
  378.  
  379. .tags a:hover {
  380. color: {color:link};
  381. border-bottom: 1px solid {color:link};
  382. transition: all 0.3s linear;
  383. -webkit-transition: opacity 0.3s linear;
  384. -webkit-transition: all 0.3s linear;
  385. -moz-transition: all 0.3s linear;
  386. }
  387.  
  388. #asker {
  389. float:left;
  390. }
  391.  
  392. .question{
  393. text-align: center;
  394. letter-spacing:1px;
  395. margin-bottom:10px;
  396. padding: 8px;
  397. padding-left: 10px;
  398. padding-right: 10px;
  399. background-color: {color:question background};
  400. }
  401.  
  402. .answer{
  403. text-align: left;
  404. letter-spacing:1px;
  405. }
  406.  
  407.  
  408. #credit {
  409. z-index:9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999;
  410. -moz-transition-duration:0.5s;
  411. -webkit-transition-duration:0.5s;
  412. -o-transition-duration:0.5s;
  413. }
  414.  
  415. #credit img {
  416. width: 17px;
  417. position:fixed;
  418. {block:ifnotCreditontheleft}
  419. right:15px;
  420. {/block:ifnotCreditontheleft}
  421. {block:ifCreditontheleft}
  422. left:15px;
  423. {/block:ifCreditontheleft}
  424. bottom:10px
  425. }
  426.  
  427. .sources
  428. {
  429. filter:alpha(opacity=0);
  430. opacity:0;
  431. font-size: 0px;
  432. }
  433.  
  434. #con {
  435. width:500px;
  436. margin: auto;
  437. margin-top: 0px;
  438. text-align: center;
  439. }
  440.  
  441. #quote {
  442. font-size:16px;
  443. font-family:'Lato', sans-serif;
  444. text-align: justify;
  445. font-weight: 300;
  446. letter-spacing: 1.5px;
  447. line-height: 130%;
  448. padding-bottom: 10px;
  449. }
  450.  
  451. #cover {
  452. position: relative;
  453. z-index: 1;
  454. height: 80px;
  455. float:left;
  456. margin:4px;
  457. box-shadow:0px 0px 5px {color:shadow};
  458. }
  459.  
  460. #button {
  461. width:20px;
  462. height:30px;
  463. overflow: hidden;
  464. position: relative;
  465. z-index: 99;
  466. margin: 15px 24px 13px 16px;
  467. }
  468.  
  469. #buttons {
  470. background-color: #fff;
  471. position: absolute;
  472. z-index: 99;
  473. margin-top: 15px;
  474. margin-left: 15px;
  475. opacity: 0;
  476. -webkit-transition: opacity 0.5s linear;
  477. -webkit-transition: all 0.5s linear;
  478. -moz-transition: all 0.5s linear;
  479. -o-transition: all 0.5s linear;
  480. }
  481.  
  482. #post:hover #buttons {
  483. opacity:0.5;
  484. }
  485.  
  486. #musicinfo {
  487. margin-left: 110px;
  488. font-size:10px;
  489. min-height:70px;
  490. text-align:left;
  491. position: relative;
  492. }
  493.  
  494. #notez {
  495. text-align: left;
  496. }
  497.  
  498.  
  499. #border {
  500. border-top: solid 1px {color:border};
  501. }
  502.  
  503. #notes {
  504. text-transform: uppercase;
  505. font-size:12px;
  506. font-family:'Lato', sans-serif;
  507. letter-spacing:1.6px;
  508. font-weight:bolder;
  509. border-bottom: solid 1px {color:border};
  510. text-align:left;
  511. padding-bottom:7px;
  512. {block:ifShownotesonclick}
  513. cursor:help!Important;
  514. {/block:ifShownotesonclick}
  515. }
  516.  
  517. ol.notes {
  518. padding: 0px;
  519. margin: 15px 0px;
  520. list-style-type: none;
  521. width:400px;
  522. {block:if500pxposts}
  523. width:500px;
  524. {/block:if500pxposts}
  525. {block:ifShownotesonclick}
  526. display:none;
  527. {/block:ifShownotesonclick}
  528. }
  529.  
  530. ol.notes li.note {
  531. padding: 5px 0px;
  532. }
  533.  
  534. ol.notes li.note img.avatar {
  535. vertical-align: -8px;
  536. margin-right: 10px;
  537. width: 16px;
  538. height: 16px;
  539. padding:2px;
  540. border:1px solid {color:border};
  541. border-radius: 100%;
  542. }
  543.  
  544. ol.notes li.note .answer_content {
  545. font-weight: normal;
  546. }
  547.  
  548. ol.notes li.note blockquote {
  549. padding: 4px 10px;
  550. margin: 10px 0px 0px 25px;
  551. }
  552.  
  553. ol.notes li.note blockquote a {
  554. text-decoration: none;
  555. }
  556.  
  557. .border {
  558. padding-top: 3px;
  559. margin-top: 4px;
  560. border-top: 1px solid {color:border};
  561. }
  562.  
  563. .sources
  564. {
  565. filter:alpha(opacity=0);
  566. opacity:0;
  567. font-size: 0px;
  568. }
  569.  
  570. {CustomCSS}</style></head><body>
  571.  
  572. <div id="con">
  573.  
  574. <div id="header">
  575.  
  576. <div id="title">{text:title}</div>
  577.  
  578. <div id="links">
  579. <a href="/"><img src="http://static.tumblr.com/bfthosw/ZIsn7swvy/oie_transparent__3_.png"></a>
  580. <a href="{text:askbox url}"><img src="http://static.tumblr.com/bfthosw/wmIn7swwl/oie_transparent.png"></a>
  581. <a class="desc"><img src="http://static.tumblr.com/bfthosw/uPwn7swxf/oie_transparent__2_.png"></a>
  582. <a class="navi"><img src="http://static.tumblr.com/bfthosw/3RGn7swxx/oie_transparent__1_.png"></a>
  583. </div>
  584.  
  585. <div id="navi">
  586. <a href="{text:link 1 url}">{text:link 1}</a>
  587. <a href="{text:link 2 url}">{text:link 2}</a>
  588. <a href="{text:link 3 url}">{text:link 3}</a>
  589. <a href="{text:link 4 url}">{text:link 4}</a>
  590. </div>
  591.  
  592. <div id="description">{Description}</div>
  593.  
  594. </div>
  595.  
  596. <div id="entries">
  597. <div class="autopagerize_page_element">
  598. {block:Posts}
  599.  
  600. {block:ContentSource}
  601.  
  602. <!--{SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
  603.  
  604. width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  605.  
  606. {/block:SourceLogo}
  607.  
  608. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}-->
  609.  
  610. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  611.  
  612. <div id="post">
  613.  
  614. {block:Text}<span class="textp"><h1>{block:Title}{Title}{/block:Title}</h1>{Body}</span>{/block:Text}
  615.  
  616. {block:ifnot500pxposts}
  617. {block:Photo}{LinkOpenTag}<center><img src="{PhotoURL-400}"></center>{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  618. {/block:ifnot500pxposts}
  619.  
  620. {block:if500pxposts}
  621. {block:Photo}{LinkOpenTag}<center><img src="{PhotoURL-500}"></center>{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  622. {/block:if500pxposts}
  623.  
  624. {block:ifnot500pxposts}
  625. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  626. {/block:ifnot500pxposts}
  627.  
  628. {block:if500pxposts}
  629. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  630. {/block:if500pxposts}
  631.  
  632. {block:Quote}{block:Source}<b><div style="font-family: courier new; font-size: 11px; text-align: center;">{Source}</div></b>{/block:Source}<br><div id="quote">{Quote}</div>{/block:Quote}
  633.  
  634. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  635.  
  636. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}<font size="2">{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br><br>{/block:Lines}</font>{/block:Chat}
  637.  
  638. {block:Audio}
  639. <div id="buttons"><div id="button">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div></div>
  640. {block:AlbumArt}<img src="{AlbumArtURL}" id="cover">{/block:AlbumArt}
  641. <div id="musicinfo">
  642. {block:TrackName}<div style="padding-top: 12px; text-transform: uppercase; font-size:12px; font-family:'Lato', sans-serif; letter-spacing:1.6px;"><b>{TrackName}</b></div>{/block:Trackname}<br>
  643. {block:Artist}by {Artist}{/block:Artist}<br><br>
  644. {block:PlayCount}►played {PlayCount} times{/block:PlayCount}
  645. </div>
  646. <div style="margin-top:23px;">{block:caption}{Caption}{/block:caption}</div>
  647. {/block:Audio}
  648.  
  649. {block:ifnot500pxposts}
  650. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  651. {/block:ifnot500pxposts}
  652.  
  653. {block:if500pxposts}
  654. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  655. {/block:if500pxposts}
  656.  
  657. {block:Answer}
  658. <div style="font-family: 'Lato', sans-serif; font-size: 9px; text-transform: uppercase; letter-spacing:2px; text-align: left; margin-left: 0px; margin-bottom: 5px">{Asker}:</div><div class="question">{Question}</div><blockquote><div class="answer">{Answer}</div></blockquote>{/block:Answer}
  659.  
  660. <div id="info">
  661. <span style="padding-top: 3px;"><span style="font-size:12px;">✖</span> {block:Date}{DayOfMonthWithZero} . {MonthNumberWithZero} . {ShortYear}{/block:Date} (<span style="color:#e17e66;">♥</span><a href="{Permalink}">
  662. {NoteCount}</a>)</span><br>
  663.  
  664. <div class="tags">{block:HasTags}{block:Tags} <a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div></div>
  665.  
  666. </div>
  667.  
  668. {block:PostNotes}
  669. <div id="notes">notes</div>
  670. {PostNotes}
  671. {/block:PostNotes}
  672.  
  673. {/block:Posts}
  674.  
  675. </div><!--infinite-->
  676.  
  677. {block:ifnotInfinitescroll}
  678. <div id="pagination">
  679. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"><img src="http://static.tumblr.com/bfthosw/uxfn7swtd/oie_transparent__4_-.png"></a>{/block:PreviousPage}{block:NextPage}<a href="{NextPage}"><img src="http://static.tumblr.com/bfthosw/Wf5n7swva/oie_transparent__5_-.png"></a>{/block:NextPage}{/block:Pagination}
  680. </div>
  681. {/block:ifnotInfinitescroll}
  682.  
  683. </div>
  684. </div><!--con-->
  685.  
  686. {block:ifInfinitescroll}
  687. {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a></div>{/block:NextPage}
  688. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  689. <script type="text/javascript" src="http://static.tumblr.com/bswe8t6/UFVlryaq2/jquerymsnryv2.js"></script>
  690. <script type="text/javascript">
  691. $wall.infinitescroll({
  692. navSelector : '#page-nav',
  693. nextSelector : '#page-nav a',
  694. itemSelector : '#post',
  695. bufferPx : 2000,
  696. debug : false,
  697. errorCallback: function() {
  698. $('#infscr-loading').fadeOut('normal');
  699. }},
  700. function( newElements ) {
  701. var $newElems = $( newElements );
  702. $newElems.hide();
  703. $newElems.imagesLoaded(function(){
  704. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  705. });
  706. }); $('#entries').show(500);
  707. });
  708. </script>
  709. {/block:ifInfinitescroll}
  710.  
  711. <div id="credit"><a href="http://www.castiiel.tumblr.com"><img src="http://static.tumblr.com/bfthosw/XOin7swri/cloud-.png"></div>
  712.  
  713. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement