silvercybermen

Theme 17: Memoirs

Feb 11th, 2015
4,254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.93 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.  
  3. <!--
  4.  
  5. THEME 17: MEMOIRS BY LUNECERISE AKA ROMULVS
  6.  
  7. -keep credit intact
  8. -don't steal any code
  9. -don't use as a basecode/claim as your own
  10.  
  11. -->
  12.  
  13.  
  14. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  15. <head>
  16.  
  17. <title>{Title}</title>
  18. <link rel="shortcut icon" href="{Favicon}">
  19. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  20. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  21.  
  22. <meta name="color:Background" content="#ffffff"/>
  23. <meta name="color:Text" content="#bbbbbb"/>
  24. <meta name="color:Accent" content="#A987E2"/>
  25. <meta name="color:Link" content="#aaaaaa"/>
  26. <meta name="color:Post" content="#ffffff"/>
  27. <meta name="color:Tags" content="#cccccc"/>
  28. <meta name="color:Hover" content="#b3b3b3"/>
  29. <meta name="color:Line" content="#f2f2f2"/>
  30. <meta name="color:Border" content="#eeeeee"/>
  31. <meta name="color:Tooltip" content="#777777"/>
  32. <meta name="color:Scrollbar" content="#eeeeee"/>
  33.  
  34. <meta name="image:Sidebar" content=""/>
  35. <meta name="image:Background" content=""/>
  36.  
  37. <meta name="if:2 Columns" content="1"/>
  38. <meta name="if:Black Cursor" content="0"/>
  39. <meta name="if:Tall Caption" content="0"/>
  40.  
  41. <meta name="text:Blog Title" content="">
  42. <meta name="text:linkA" content="">
  43. <meta name="text:linkA url" content="/">
  44. <meta name="text:linkB" content="">
  45. <meta name="text:linkB url" content="/">
  46. <meta name="text:linkC" content="">
  47. <meta name="text:linkC url" content="/">
  48. <meta name="text:linkD" content="">
  49. <meta name="text:linkD url" content="/">
  50. <meta name="text:linkE" content="">
  51. <meta name="text:linkE url" content="/"/>
  52.  
  53. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  54. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  55. <script>
  56. (function($){
  57. $(document).ready(function(){
  58. $("[title]").style_my_tooltips({
  59. tip_follows_cursor:true,
  60. tip_delay_time:1,
  61. tip_fade_speed:100,
  62. attribute:"title"
  63. });
  64. });
  65. })(jQuery);
  66. </script>
  67.  
  68. <script src="http://static.tumblr.com/vmteopo/uMrnjl0jv/nav.js"></script>
  69.  
  70. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
  71. <script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
  72. <script>
  73. $(function(){
  74. var $container = $('#container');
  75. $container.imagesLoaded(function(){
  76. $container.masonry({
  77. itemSelector: '.char',
  78. });
  79. });
  80. $container.infinitescroll({
  81. itemSelector : ".char",
  82. loadingImg : "",
  83. loadingText : "<em></em>",
  84. bufferPx : 10000,
  85. extraScrollPx: 12000,
  86. },
  87. function( newElements ) {
  88. var $newElems = $( newElements ).css({ opacity: 0 });
  89. $newElems.imagesLoaded(function(){
  90. $newElems.animate({ opacity: 1 });
  91. $container.masonry( 'appended', $newElems, true );
  92. });
  93. }
  94. );
  95. });
  96. </script>
  97.  
  98. <style type="text/css">
  99.  
  100. @import url(http://fonts.googleapis.com/earlyaccess/jejugothic.css);
  101.  
  102. ::-webkit-scrollbar {width:4px; height:auto; background:transparent;}
  103. ::-webkit-scrollbar-corner {background:transparent;}
  104. ::-webkit-scrollbar-thumb:vertical {background:rgba(124, 159, 204,0.2); width:2px; border:1px dotted {color:scrollbar};}
  105. ::-webkit-scrollbar-thumb:horizontal {background:{color:scrollbar};height:5px !important;}
  106. ::-webkit-scrollbar-increment {width:4px; height:4px; background-color:#fff;}
  107.  
  108. iframe.tmblr-iframe.tmblr-iframe--desktop-loggedin-controls.iframe-controls--desktop {
  109. white-space:nowrap;
  110. -webkit-filter: invert(100%);
  111. -moz-filter: invert(100%);
  112. -o-filter: invert(100%);
  113. -ms-filter: invert(100%);
  114. filter: invert(100%);
  115. opacity:.2;transition: .8s ease-in-out;
  116. -webkit-transition: .8s ease-in-out;
  117. -moz-transition: .8s ease-in-out;
  118. -o-transition: .8s ease-in-out;
  119. }
  120.  
  121. #s-m-t-tooltip {
  122. max-width:300px;
  123. padding: 3px 5px;
  124. margin:10px;
  125. background-color:{color:background};
  126. font-family:consolas;
  127. font-size:9px;
  128. font-style:bold;
  129. letter-spacing:1px;
  130. text-transform:uppercase;
  131. color:{color:tooltip};
  132. box-shadow:5px 5px 0.2em #f0f0f0;
  133. border-top:1px solid #f9f9f9;
  134. border-left:1px solid #f9f9f9;
  135. z-index:10000000000000000000000000000000;
  136. -moz-transition-duration: 0.3s;
  137. -webkit-transition-duration: 0.3s;
  138. -o-transition-duration: 0.3s;
  139. }
  140.  
  141. @-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
  142. @-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
  143. @keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
  144.  
  145. .fade-in {
  146. opacity:0;
  147. -webkit-animation:fadeIn ease-in 1;
  148. -moz-animation:fadeIn ease-in 1;
  149. animation:fadeIn ease-in 1;
  150. -webkit-animation-fill-mode:forwards;
  151. -moz-animation-fill-mode:forwards;
  152. animation-fill-mode:forwards;
  153. -webkit-animation-duration:1s;
  154. -moz-animation-duration:1s; animation-duration:1s; }
  155.  
  156. .fade-in.one { -webkit-animation-delay: 0.7s; -moz-animation-delay: 0.7s; animation-delay: 0.7s; }
  157.  
  158. ::selection {background-color:{color:Accent};color:white;text-shadow:none;}
  159. ::-o-selection {background-color:{color:accent};color:#fff;text-shadow:none;}
  160. ::-moz-selection {background-color:{color:accent};color:#fff;text-shadow:none;}
  161.  
  162. #infscr-loading img {display:none!important;}
  163.  
  164. {block:ifBlackCursor}
  165. *, body, img { cursor:url(http://static.tumblr.com/vmteopo/yYInjhg6e/small_black_cursor.png), auto;}
  166. a, a:hover, a:active {cursor:url(http://static.tumblr.com/vmteopo/DH3njhg50/help_cursor.png), crosshair; }
  167. {/block:ifBlackCursor}
  168. {block:ifnotBlackCursor}
  169. *, body { cursor:url('http://www.totallylayouts.com/cursors/random/tiny_cursor.png'), auto }
  170. a, a:hover, a:active { cursor:url('http://i.imgur.com/gqnjlwL.png'), crosshair; }
  171. {/block:ifnotBlackCursor}
  172.  
  173. body {
  174. background:{color:background} url({image:background}) repeat fixed left top;
  175. margin:0px;
  176. color:{color:text};
  177. font-family:consolas;
  178. font-size:9px;
  179. line-height:122%;
  180. }
  181.  
  182. a {
  183. text-decoration:none;
  184. -moz-outline-style:none;
  185. color:{color:link};
  186. transition:0.5s ease-in-out;
  187. -webkit-transition:0.5s ease-in-out;
  188. -moz-transition:0.5s ease-in-out;
  189. -ms-transition:0.5s ease-in-out;
  190. -o-transition:0.5s ease-in-out;
  191. }
  192.  
  193. a:hover {color:{color:hover};text-decoration:line-through;}
  194.  
  195. img {border:none;max-width:100%;}
  196.  
  197. h1 {font-size:12px;text-transform:uppercase;}
  198. h2 {font-size:15px;text-shadow:2px 2px 0px #f1f1f1;line-height:115%}
  199. b, strong {font-weight:700;}
  200. small, sub {font-size:7px;}
  201. big {font-size:13px;}
  202. ol {list-style:lower-roman;line-height:123%;}
  203. li {list-style:square;line-height:123%;}
  204.  
  205. blockquote {
  206. padding-left:5px;
  207. border-left:1px solid;
  208. }
  209.  
  210. blockquote blockquote {
  211. padding-left:5px;
  212. border-left:1px solid;
  213. }
  214.  
  215. pre {
  216. padding:3px 5px;
  217. text-transform:uppercase;
  218. white-space: pre-wrap;
  219. white-space: -moz-pre-wrap;
  220. white-space: -pre-wrap;
  221. white-space: -o-pre-wrap;
  222. word-wrap: break-word;
  223. }
  224.  
  225. #sidebar {
  226. position:fixed;
  227. width:300px;
  228. left:130px;
  229. top:100px;
  230. opacity:1;
  231. padding-right:70px;
  232. z-index:2;
  233. }
  234.  
  235. #sidebarimage {width: 300px;height:auto;padding:6px 0;}
  236. #sidebarimage img {width:300px;z-index:888;opacity:0.8;}
  237.  
  238. #title {
  239. font-size:17px;
  240. font-family:calibri;
  241. width:280px;
  242. text-transform:uppercase;
  243. padding:5px 10px;
  244. text-align:center;
  245. line-height:110%;
  246. }
  247.  
  248. #title a {
  249. letter-spacing:1px;
  250. margin-left:1px;
  251. text-decoration:none;
  252. padding:2px 5px;
  253. transition:0.55s ease-in-out;
  254. -webkit-transition:0.55s ease-in-out;
  255. -moz-transition:0.55s ease-in-out;
  256. -ms-transition:0.55s ease-in-out;
  257. -o-transition:0.55s ease-in-out;
  258. }
  259.  
  260. #title a:hover {
  261. margin-left:5px;
  262. letter-spacing:5px;
  263. text-decoration:none;
  264. }
  265.  
  266. .desc {
  267. position:fixed;
  268. margin-top:10px;
  269. font-family:'Jeju Gothic', consolas;
  270. line-height:110%;
  271. font-size:8.5px;
  272. font-style:italic;
  273. width:280px;
  274. height:auto;
  275. padding:10px;
  276. text-align:center;
  277. color:{color:text};
  278. }
  279.  
  280. .links {
  281. position:fixed;
  282. margin-top:-6px;
  283. width:260px;
  284. padding:10px 20px;
  285. word-spacing:1em;
  286. font-family:consolas;
  287. text-align:center;
  288. text-transform:uppercase;
  289. }
  290.  
  291. .links a {font-size:9px;}
  292. .links a:hover {color:{color:Hover};text-decoration:underline;}
  293.  
  294. #pagi{
  295. width:300px;
  296. font-size:8px;
  297. text-align:center;
  298. margin-top:40%;
  299. letter-spacing:0px;
  300. }
  301.  
  302. .current_page {
  303. height:10px;
  304. width:20px;
  305. padding:5px 7px;
  306. border:dotted 1px {color:line};
  307. }
  308.  
  309. .jump_page {
  310. border:none;
  311. height:10px;
  312. width:20px;
  313. padding:5px;
  314. }
  315.  
  316. #all {
  317. padding:10px 70px;
  318. {block:ifnot2Columns}width:270px;{/block:ifnot2Columns}
  319. {block:if2Columns}width:750px;{/block:if2Columns}
  320. font-size:9px;
  321. z-index:2;
  322. margin-left:450px;
  323. margin-bottom:50px;
  324. padding-bottom:70px;
  325. }
  326.  
  327. #posts {
  328. width:250px;
  329. padding:10px;
  330. position:relative;
  331. float:left;
  332. margin-top:50px;
  333. {block:if2columns}margin:50px 50px 0;{/block:if2columns}
  334. background-color:{color:Post};
  335. border:dotted 1px {color:line};
  336. -ms-word-break: break-all;
  337. word-break: break-all;
  338. word-break: break-word;
  339. -webkit-hyphens: auto;
  340. -moz-hyphens: auto;
  341. -ms-hyphens: auto;
  342. hyphens: auto;
  343. }
  344.  
  345. #caption {
  346. width:250px;
  347. -ms-word-break: break-all;
  348. word-break: break-all;
  349. word-break: break-word;
  350. -webkit-hyphens: auto;
  351. -moz-hyphens: auto;
  352. -ms-hyphens: auto;
  353. hyphens: auto;
  354. }
  355.  
  356. .boxes {
  357. display:block;
  358. position:relative;
  359. padding:5px;
  360. font-size:9px;
  361. width:10px;
  362. height:10px;
  363. margin-bottom:-20px;
  364. text-align:center;
  365. background-color:{color:post};
  366. border:1px dotted {color:line};
  367. float:right;
  368. top:-11px;
  369. right:-35px;
  370. }
  371.  
  372. .boxes:hover #details {opacity:1;}
  373. .boxes a, .boxes a:hover {text-decoration:none;}
  374.  
  375. #details {
  376. opacity:0;
  377. width:50px;
  378. text-align:center;
  379. margin-top:-16px;
  380. margin-left:20px;
  381. text-transform:uppercase;
  382. font-size:8px;
  383. font-style:none;
  384. border-top:1px solid {color:border};
  385. transition:0.5s ease-in-out;
  386. -webkit-transition:0.5s ease-in-out;
  387. -moz-transition:0.5s ease-in-out;
  388. -ms-transition:0.5s ease-in-out;
  389. -o-transition:0.5s ease-in-out;
  390. }
  391.  
  392. #details a {display:block;padding:0px;}
  393.  
  394. #tags a {display:inline-block;}
  395. #tags .comma:last-child {display:none;}
  396.  
  397. #question {
  398. padding:10px;
  399. letter-spacing:2px;
  400. text-align:center;
  401. border:1px {color:border} dotted;
  402. color:{color:text};
  403. background-color:{color:background};
  404. }
  405.  
  406. #akport {
  407. width:230px;
  408. text-align:center;
  409. height:12px;
  410. padding:5px 0;
  411. color:#444;
  412. opacity:1;
  413. background-color:{color:background};
  414. z-index:99999;
  415. margin-bottom:3px;
  416. }
  417.  
  418. #akport a {
  419. background-color:{color:background};
  420. text-align:center;
  421. text-decoration:none;
  422. }
  423. #akport a:hover {text-decoration:none;letter-spacing:0.8em;}
  424.  
  425. .tumblr_audio_player {width:100%;margin-top:2px;}
  426.  
  427. .player {
  428. width:30px;
  429. height:30px;
  430. padding:10px;
  431. border:dotted 1px #aaa;
  432. overflow:hidden;
  433. background:#fbfbfb;
  434. margin:0;
  435. display:inline-block;
  436. }
  437.  
  438. .audioinfo {
  439. color:{color:accent};
  440. display:inline-block;
  441. padding:14px 15px;
  442. text-align:left;
  443. font-size:10px;
  444. background:#fbfbfb;
  445. width:160px;
  446. float:right;
  447. margin:-54px 0 -54px -2px;
  448. border:dotted 1px #aaa;
  449. }
  450.  
  451. .chat li {list-style:none;line-height:110%;}
  452. .line.odd {background-color:#f2f2f2;padding:3px 5px;}
  453. .line.even {padding:0;}
  454.  
  455. .hover {
  456. position:absolute;
  457. top:10px;
  458. right:0px;
  459. bottom:10px;
  460. left:2px;
  461. padding:2px 8px;
  462. opacity:0;
  463. display:block;
  464. {block:ifTallCaption}background:rgba(255,255,255,0.9);{/block:ifTallCaption}{block:ifnotTallCaption}background:transparent;{/block:ifnotTallCaption}
  465. transition:0.5s ease-in-out;
  466. -webkit-transition:0.5s ease-in-out;
  467. -moz-transition:0.5s ease-in-out;
  468. -ms-transition:0.5s ease-in-out;
  469. -o-transition:0.5s ease-in-out;
  470. }
  471. #posts:hover .hover {opacity:1;}
  472.  
  473. .hover #caption {
  474. width:250px;
  475. max-height:100%;
  476. -moz-box-sizing:border-box;
  477. box-sizing:border-box;
  478. overflow:auto;
  479. position:absolute;
  480. color:#666;
  481. margin:0;
  482. bottom:0px;
  483. {block:ifnotTallCaption}background:rgba(255,255,255,0.9);{/block:ifnotTallCaption}{block:ifTallCaption}background:transparent;{/block:ifTallCaption}
  484. }
  485.  
  486. #notecontain {
  487. width:220px;
  488. padding:20px 15px;
  489. text-align:center;
  490. border:dotted 1px {color:border};
  491. }
  492.  
  493. #notes {
  494. width:200px;
  495. height:150px;
  496. padding:5px 10px;
  497. overflow-y:scroll;
  498. overflow-x:hidden;
  499. text-align:justify;
  500. font-size:8px;
  501. margin:0 40px 0px 30px;
  502. line-height:125%;
  503. }
  504.  
  505. #notes img {display:none;}
  506. #notes ol, #notes li {list-style:circle;line-height:125%;}
  507.  
  508. #credit, #credit a {
  509. position:fixed;
  510. bottom:4px;
  511. right:4px;
  512. padding:5px 4px;
  513. font-family: helvetica;
  514. text-transform:uppercase;
  515. color:#aaa;
  516. font-size:8px;
  517. -moz-transition-duration:0.3s;
  518. -webkit-transition-duration:0.3s;
  519. -o-transition-duration:0.3s;
  520. -ms-transition-duration:0.3s;
  521. }
  522.  
  523. #credit:hover, #credit a:hover {
  524. font-family: helvetica;
  525. text-decoration:none;
  526. color:#000;
  527. background-color:#fff;
  528. text-shadow:#aaa 2px 2px 0.2em;
  529. -moz-transition-duration:0.4s;
  530. -webkit-transition-duration:0.4s;
  531. -o-transition-duration:0.4s;
  532. -ms-transition-duration:0.4s;
  533. }
  534.  
  535. {CustomCSS}</style></head><body>
  536.  
  537. <div id="sidebar">
  538. <div id="title"><a href="/">{text:Blog Title}</a></div>
  539. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  540. <div class="links">
  541. <a href="{text:linkA url}">{text:linkA}</a>
  542. <a href="{text:linkB url}">{text:linkB}</a>
  543. <a href="{text:linkC url}">{text:linkC}</a>
  544. <a href="{text:linkD url}">{text:linkD}</a>
  545. <a href="{text:linkE url}">{text:linkE}</a>
  546. </div>
  547. <div class="desc">
  548. {Description}
  549. </div>
  550. {block:ifnot2Columns}
  551. {block:Pagination}<div id="pagi">
  552. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>&emsp;{/block:PreviousPage}
  553. {block:JumpPagination length="3"}
  554. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&emsp;{/block:CurrentPage}
  555. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&emsp;{/block:JumpPage}
  556. {/block:JumpPagination}
  557. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  558. </div>{/block:Pagination}
  559. {/block:ifnot2Columns}
  560. </div>
  561. {block:if2Columns}
  562. {block:IndexPage}<div class="column navigation" id="navigation">
  563. {block:Pagination}
  564. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  565. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  566. </div>{/block:IndexPage}
  567. {/block:if2Columns}
  568.  
  569. <div id="all" class="box fade-in one">
  570. {block:Posts}<div id="posts">
  571.  
  572. <div class="boxes"><a title="reblog" href="{ReblogURL}">x</a>
  573. <div id="details">
  574. <br>{block:Date}<a href="{Permalink}">{ShortMonth} {DayOfMonthWithZero}</a>{/block:Date}&emsp;{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{/block:RebloggedFrom}{block:ContentSource}&emsp;<a href="{SourceURL}" title="{SourceTitle}">src</a>{/block:ContentSource}{block:NoteCount}&emsp;<a href="{Permalink}">+{NoteCount}</a>{/block:NoteCount}{block:HasTags}&emsp;{block:Tags}<div id="tags"><a href="{TagURL}">-{Tag}</a></div>{/block:Tags}{/block:HasTags}
  575. </div></div>
  576.  
  577. {block:IndexPage}{block:Caption}<div class="hover" style="display:none;{block:photo}display:block;{/block:photo}{block:photoset}display:block;{/block:photoset}">
  578. <div id="caption">{Caption}</div>
  579. </div>{/block:Caption}{/block:IndexPage}
  580.  
  581. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  582.  
  583. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-250}">{LinkCloseTag}</center>{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:Photo}
  584.  
  585. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  586.  
  587. {block:Photoset}<center>{Photoset-250}</center>{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:Photoset}
  588.  
  589. {block:Quote}<div style="text-align:center"><h2>“{Quote}”</h2><br>↳ {Source}</div><br>{/block:Quote}
  590.  
  591. {block:Audio}
  592. <div class="player">{AudioPlayerWhite}</div>
  593. <div class="audioinfo">
  594. {block:TrackName}{TrackName}{/block:TrackName}{block:Artist}<br>{Artist}{/block:Artist}
  595. </div>
  596. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:Audio}
  597.  
  598. {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  599.  
  600. {block:Chat}<div class="chat">{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}<li class="line {Alt}">{block:Label}<b>{Label}</b>{/block:Label} {Line}</li><br>{/block:Lines}</div>{/block:Chat}
  601.  
  602. {block:Answer}<div id="question"><span style="text-transform:uppercase;font-size:10px; padding-bottom:10px"><div id="akport">{Asker}</div></span>{Question}</div><left>{Answer}</left>{/block:Answer}
  603.  
  604. </div>
  605. {/block:Posts}
  606. {block:PostNotes}<div id="notecontain"><div id="notes">{PostNotes}</div></div>{/block:PostNotes}
  607. {/block:Posts}
  608. </div></div>
  609.  
  610. {block:if2Columns}
  611. {block:IndexPage} <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  612. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  613. <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  614.  
  615. <script type="text/javascript">
  616. $(window).load(function(){
  617. var $wall = $('#all');
  618. $wall.imagesLoaded(function(){
  619. $wall.masonry({
  620. itemSelector: '#posts',
  621. isAnimated : true
  622. });
  623. });
  624. $wall.infinitescroll({
  625. navSelector : "div#navigation",
  626. nextSelector : "div#navigation a#nextPage",
  627. itemSelector : '#posts',
  628. loadingImg : "",
  629. loadingText : " ",
  630. donetext : " ",
  631. extraScrollPx : 0,
  632. bufferPx : 10000,
  633. debug : false,
  634. errorCallback: function() {
  635. $('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal');
  636. }},
  637. function( newElements ) {
  638. var $newElems = $( newElements );
  639. $newElems.hide();
  640. $newElems.imagesLoaded(function(){
  641. $wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 250, easing: 'linear', queue: false}}, function(){$newElems.fadeIn('slow');} );
  642. });
  643. }); $('#all').show(500);
  644. });
  645. </script>
  646.  
  647. <script language="JavaScript">
  648. function function1(){
  649. window.scrollTo(0,5);
  650. }
  651. function function2(){
  652. window.scroll(0,2);
  653. }
  654. </script>
  655. {/block:IndexPage}
  656. {/block:if2Columns}
  657.  
  658. <div id="credit"><a href="http://lunecerise.co.vu" title="lunecerise">LC</a></div>
  659.  
  660. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment