silvercybermen

Theme 19: Absolute Zero

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