silvercybermen

Theme 18: Promise

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