Advertisement
stephyxo

chesterr

Jun 22nd, 2012
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.96 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. Theme 'Infinity' by James, 2012.
  5. http://themesbyjames.tumblr.com
  6. --------------------------------------->
  7.  
  8. <head>
  9. <!-- TO CHANGE THE PAGE TITLE SHOWN ON THE TAB CHANGE "{TITLE}" -->
  10. <title>{title}</title>
  11. <!-- COLOR THIS PAGE -->
  12. <meta name="color:Background" content="#CFCFCF"/>
  13. <meta name="color:Sidebar Background" content="#FFF"/>
  14. <meta name="color:Post Background" content="#FFF"/>
  15. <meta name="color:Text" content="#000"/>
  16. <meta name="color:Hover" content="#000"/>
  17. <meta name="color:Link" content="#000000"/>
  18. <meta name="color:Scrollbar" content="#000"/>
  19. <!-- IMAGES UPLOADS -->
  20. <meta name="image:Background" content="1"/>
  21. <meta name="image:Sidebar" content="1"/>
  22. <!-- IF-Y -->
  23. <meta name="if:Faded Images" content="0"/>
  24. <meta name="if:Inverted Fade" content="0"/>
  25. <meta name="if:Show Photo" content="0"/>
  26. <meta name="if:Classic Sidebar" content="0"/>
  27. <meta name="if:Post Background Transparent" content="0">
  28. <meta name="if:Post Hover Dark or Light" content="1">
  29. <meta name="if:Post Hover Uppercase" content="1">
  30. <meta name="if:Show Time Ago on Posts" content="1">
  31. <meta name="if:Description on Hover" content="1">
  32. <meta name="if:Show Default Links" content="1">
  33. <meta name="if:Links Lowercase" content="1">
  34. <meta name="if:Link Style A" content="0"/>
  35. <meta name="if:Link Style B" content="0"/>
  36. <meta name="if:Link Style C" content="1"/>
  37. <meta name="if:Install Button" content="1"/>
  38. <!-- TEXT // SIZE -->
  39. <meta name="text:Title Font Size" content="13"/>
  40. <meta name="text:Text Font Size" content="11"/>
  41. <!-- TEXT // FONT -->
  42. <meta name="font:Text Font" content="Geneva, 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif"/>
  43. <meta name="font:Title Font" content="Georgia"/>
  44. <!-- TEXT // LINKS -->
  45. <meta name="text:Post Hover Reblog" content="Reblog"/>
  46. <meta name="text:Link One" content="" />
  47. <meta name="text:Link One Title" content="" />
  48. <meta name="text:Link Two" content="" />
  49. <meta name="text:Link Two Title" content="" />
  50. <meta name="text:Link Three" content="" />
  51. <meta name="text:Link Three Title" content="" />
  52. <meta name="text:Link Four" content="" />
  53. <meta name="text:link Four Title" content="" />
  54. <meta name="text:link Five" content="" />
  55. <meta name="text:link Five Title" content="" />
  56. <!-- STYLESHEETS & SCRIPTS -->
  57. <link href='http://fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'>
  58. <link href='http://fonts.googleapis.com/css?family=Viga' rel='stylesheet' type='text/css'>
  59. <script type="text/javascript"
  60. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  61. <link rel="shortcut icon" href="{Favicon}">
  62. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  63.  
  64. <style type="text/css" media="screen">
  65.  
  66. ::-webkit-scrollbar {width: 6px; height: 4px; background: {color:Background}; }
  67. ::-webkit-scrollbar-thumb { background-color: {color:scrollbar};}
  68.  
  69. #tumblr_controls{
  70. position:fixed !important;
  71. top: 3px;
  72. right: 3px;
  73. }
  74.  
  75. body{
  76. font-family: {font:text font};
  77. font-size: {text:text font size}px;
  78. line-height:{text:text font size}px;
  79. color:{color:text};
  80. background-color: {color:Background};
  81. background-image:url({image:Background});
  82. background-attachment: fixed;
  83. background-repeat: repeat;
  84. }
  85.  
  86. a:link, a:active, a:visited{
  87. color: {color:Link};
  88. text-decoration: none;
  89. -webkit-transition: color 0.2s ease-out;
  90. -moz-transition: color 0.2s ease-out;
  91. }
  92.  
  93. a:hover{
  94. color:{color:Hover};
  95. -webkit-transition: color 0.2s ease-out;
  96. -moz-transition: color 0.2s ease-out;
  97. }
  98.  
  99. #container{
  100. position: relative;
  101. text-align: left;
  102. height: 100%;
  103. width: 900px;
  104. margin: 0px auto;
  105. z-index:0;
  106. }
  107.  
  108. #container{
  109. position: relative;
  110. text-align: left;
  111. height: 100%;
  112. width: 900px;
  113. margin: 0px auto;
  114. }
  115.  
  116. #content{
  117. position:relative;
  118. margin-top: -6px;
  119. width: 824px;
  120. margin-left: 260px;
  121.  
  122. }
  123.  
  124. .posts{
  125. border: 1px solid #000000;
  126. overflow: hidden;
  127. position:relative;
  128. {block:ifpostbackgroundtransparent}
  129. background-color:transparent;
  130. {/block:ifpostbackgroundtransparent}
  131. {block:ifnotpostbackgroundtransparent}
  132. background-color:{color:Post Background};
  133. {/block:ifnotpostbackgroundtransparent}
  134. padding: 3px;
  135. margin: 3px;
  136. float: left;
  137. width: 300px;
  138.  
  139. }
  140.  
  141.  
  142. #permalink {
  143. position: absolute;
  144. margin-top: 9px;
  145. margin-left: 6px;
  146. opacity: 0;
  147. -webkit-transition: all .3s ease;
  148. -moz-transition: all .3s ease;
  149. -o-transition: all .3s ease;
  150. transition: all .3s ease;
  151. }
  152.  
  153. .posts:hover #permalink {
  154. margin-top: 9px;
  155. margin-left: 6px;
  156. opacity: 1;
  157. }
  158.  
  159.  
  160. {block:IndexPage}
  161. img.photo{
  162. margin-bottom: 0px !important;
  163. }{/block:IndexPage}
  164.  
  165. #sidebar {
  166. position:fixed !important;
  167. width: 220px;
  168. margin-left:18px;
  169. text-align: center;
  170. padding: 5px;
  171. background:{color:Sidebar Background};
  172. font-family:{font:text font} ;
  173. font-size: {text:text font size}px;
  174. color: {color:text};
  175. {block:ifclassicsidebar}
  176. height: auto;
  177. padding-top:5px;
  178. margin-top: 75px;
  179. {block:ifclassicsidebar}
  180. {block:ifnotclassicsidebar}
  181. width: 220px;
  182. height: 1000%;
  183. padding: 5px;
  184. padding-top:20px;
  185. margin-top: -15px;
  186. {/block:ifnotclassicsidebar}
  187. }
  188.  
  189. .sidetitle{
  190. line-height:20px;
  191. }
  192.  
  193. #hover {
  194. padding:0px;
  195. text-align:center;
  196. }
  197.  
  198. #hover .hover2 {
  199. filter: alpha(opacity = 0);
  200. opacity:0;
  201. -webkit-transition: all .6s ease-out;
  202. -moz-transition: all .6s ease-out;
  203. transition: all .6s ease-out;
  204. position:relative;
  205. font-family: {font:text font};
  206. font-size: {text:text font size}px;
  207. margin-top:-15px;
  208. text-transform:none;
  209. padding-right: 0px;
  210. font-weight:normal;
  211. color:#000;
  212. }
  213.  
  214. #hover:hover .hover2 {
  215. -webkit-transition: all .6s ease-out;
  216. -moz-transition: all .6s ease-out;
  217. transition: all .6s ease-out;
  218. filter: alpha(opacity = 0);
  219. filter: alpha(opacity = 100);
  220. opacity:100;
  221. margin-top:5px;
  222. }
  223.  
  224. .title{
  225. font-family: {font:title font};
  226. font-size: {text:title font size}px;
  227. line-height:{text:title font size}px;
  228. color: {color:Text};
  229. font-weight: normal;
  230. }
  231.  
  232.  
  233. a img{border: 0px;}
  234.  
  235. blockquote{
  236. padding-left: 6px;
  237. margin:5px 5px 5px 6px;
  238. border-left: 2px solid #dddcdc;
  239. }
  240.  
  241. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  242.  
  243. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  244. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  245.  
  246. .notes img{width:10px; position:relative; top:3px;}
  247. small{font-size: 90%;}
  248.  
  249. .per{
  250. margin-top: 0px;
  251. font-size: 10px;
  252. line-height:10px;
  253. display: block;
  254. text-align:right;
  255. }
  256.  
  257. #pagination{display:none;}
  258. #infscr-loading{bottom: -55px;position: absolute;left: 50%;margin-left:-8px;width:16px;height:15px;overflow:hidden;margin-bottom: 50px;}
  259.  
  260. .countreblog {
  261. {block:ifPostHoverDarkorLight}
  262. color: #FFFFFF;
  263. {/block:ifPostHoverDarkorLight}
  264. {block:ifnotPostHoverDarkorLight}
  265. color: #000;
  266. {/block:ifnotPostHoverDarkorLight}
  267. letter-spacing:1px;
  268. font-family: arial;
  269. font-size:10px;
  270. line-height:14px;
  271. margin: 2px;
  272. {block:ifPostHoverDarkorLight}
  273. background-image:url(http://static.tumblr.com/8jq17g7/CH8lofvyp/dark-transparent.png);
  274. {/block:ifPostHoverDarkorLight}
  275. {block:ifnotPostHoverDarkorLight}
  276. background-image:url(http://static.tumblr.com/uiqhh9x/WSQm0hd6n/bg.png);
  277. {/block:ifnotPostHoverDarkorLight}
  278. background-repeat:repeat;
  279. border:1px solid rgba(0,0,0,0.1);
  280. padding:3px 5px;
  281. -webkit-border-radius:2px;
  282. moz-border-radius:2px;
  283. -o-border-radius:2px;
  284. border-radius:2px;
  285. {block:ifPostHoverUppercase}text-transform:uppercase;{/block:ifPostHoverUppercase}
  286. }
  287.  
  288. .countreblog a { {block:ifPostHoverDarkorLight}
  289. color: #FFFFFF;
  290. {/block:ifPostHoverDarkorLight}
  291. {block:ifnotPostHoverDarkorLight}
  292. color: #000;
  293. {/block:ifnotPostHoverDarkorLight}
  294. {block:ifPostHoverUppercase}text-transform:uppercase;{/block:ifPostHoverUppercase} }
  295.  
  296. #install{
  297. top:27px !important;margin: 0 0 0 0;right:3px !important; position:fixed !important;}
  298.  
  299. {block:ifInvertedFade}img{-webkit-transition: opacity 0.7s linear; opacity: 50;}img:hover{-webkit-transition: opacity 0.2s linear; opacity: .60;}
  300. {/block:ifInvertedFade}
  301.  
  302. {block:ifFadedImages}img{-webkit-transition: opacity 0.8s linear; opacity: 0.75;}img:hover{-webkit-transition: opacity 0.8s linear; opacity: 1;}
  303. {/block:ifFadedImages}
  304.  
  305. .honeybobo{
  306. list-style:none;}
  307.  
  308.  
  309. /***-----------------------Sidebar Links------------------------***/
  310. {block:ifLinkStyleA}
  311. .links{
  312. display: block;
  313. font-size: 13px;
  314. text-align: center;
  315. margin-left: 0px;
  316. background-color:#EEEBEB;
  317. -webkit-transition: all 0.4s ease-out;
  318. -moz-transition: all 0.4s ease-out;
  319. transition: all 0.4s ease-out;
  320. {block:iflinkslowercase}
  321. text-transform:lowercase;
  322. {/block:iflinkslowercase}
  323. }
  324.  
  325.  
  326. .links a {
  327. padding:0.5px;
  328. padding-top:4px;
  329. margin-top:1px;
  330. margin-left:0px;
  331. display:block;
  332. font-family: '0pen Sans', sans-serif;
  333. font-size:10px;
  334. text-align: left;
  335. text-transform:uppercase;
  336. text-decoration:none;
  337. color: {color:Link};
  338. background-color:#cdcdcd;
  339. -webkit-transition: all 0.4s ease-out;
  340. -moz-transition: all 0.4s ease-out;
  341. transition: all 0.4s ease-out;
  342. {block:iflinkslowercase}
  343. text-transform:lowercase;
  344. {/block:iflinkslowercase}
  345. }
  346.  
  347.  
  348.  
  349.  
  350. .links a:hover{
  351. color: #eee;
  352. background-color:#aaa;
  353. -webkit-transition: all 0.4s ease-out;
  354. -moz-transition: all 0.4s ease-out;
  355. transition: all 0.4s ease-out;
  356. border-left:10px solid #00072C;
  357. text-align:center;
  358. {block:iflinkslowercase}
  359. text-transform:lowercase;
  360. {/block:iflinkslowercase}
  361. }
  362. {/block:ifLinkStyleA}
  363.  
  364.  
  365. {block:ifLinkStyleB}
  366. .nav a {
  367. padding:3px;
  368. padding-top:4px;
  369. margin-top:2px;
  370. margin-left:0px;
  371. display:block;
  372. font-family:'Viga', arial, sans-serif;
  373. font-size:14px;
  374. text-align: left;
  375. text-transform:uppercase;
  376. text-decoration:none;
  377. color: #000;
  378. background-color:#EEEBEB;
  379. -webkit-transition: all 0.5s ease-out;
  380. -moz-transition: all 0.5s ease-out;
  381. transition: all 0.5s ease-out;
  382. }
  383. .nav a:hover{
  384. color: #fff;
  385. background-color:#cdcdcd;
  386. border-right:62px dotted #000;
  387. -webkit-transition: all 0.3s ease-out;
  388. -moz-transition: all 0.3s ease-out;
  389. transition: all 0.3s ease-out;
  390. text-decoration:none;
  391. }
  392. {/block:ifLinkStyleB}
  393.  
  394.  
  395. {block:ifLinkStyleC}
  396. .nav a{
  397. background:#dddcdc;
  398. color:#000000;
  399. display:block;
  400. text-align: center;
  401. padding:0px;
  402. font-family:geneva;
  403. font-size: 12px;
  404. margin-top:2px;
  405. position:relative;
  406. z-index:1;
  407. width:180px;
  408. -moz-border-radius:5px;
  409. border-radius:5px;
  410. transition: all 0.9s ease-out;
  411. -o-transition-transition: all 0.7s ease-out;
  412. -webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out;
  413. {block:iflinkslowercase}
  414. text-transform:lowercase;
  415. {/block:iflinkslowercase}
  416. }
  417.  
  418. .nav a:hover{
  419. width:90px;
  420. -webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  421. -webkit-box-shadow: 0px 0px 10px ;
  422. -moz-box-shadow: 0px 0px 10px ;
  423. box-shadow: 0px 0px 10px ;
  424. {block:iflinkslowercase}
  425. text-transform:lowercase;
  426. {/block:iflinkslowercase}
  427. }
  428. {/block:ifLinkStyleC}
  429. /***-----------------------End Sidebar Links------------------------***/
  430.  
  431. {CustomCSS}
  432.  
  433. </style></head><body>
  434.  
  435. <script src="http://static.tumblr.com/6jwx45k/9Ivm1xjuj/infintescroll.txt" type="text/javascript"></script>
  436.  
  437. <div id="container">
  438. <div id="sidebar">
  439. <div id="hover"><div class="sidetitle"><center>{block:ifshowphoto}<a href="/"><img src="{image:sidebar}" width=220px></a>{/block:ifshowphoto}</center>
  440.  
  441. <div class="nav a">
  442. <span class="links">
  443. <center>
  444.  
  445. {block:ifshowdefaultlinks}
  446. <a href="/">Home</a>
  447. <a href="/ask">Ask</a>
  448. {/block:ifshowdefaultlinks}
  449.  
  450. {block:ifLinkOneTitle}
  451. <a href="{text:Link One}" class="link">{text:Link One Title}</a>
  452. {/block:ifLinkOneTitle}
  453. {block:ifLinkTwoTitle}
  454. <a href="{text:Link Two}" class="link">{text:Link Two Title}</a>
  455. {/block:ifLinkTwoTitle}
  456. {block:ifLinkThreeTitle}
  457. <a href="{text:Link Three}" class="link">{text:Link Three Title}</a>
  458. {/block:ifLinkThreeTitle}
  459. {block:ifLinkFourTitle}
  460. <a href="{text:Link Four}" class="link">{text:Link Four Title}</a>
  461. {/block:ifLinkFourTitle}
  462. {block:ifLinkFiveTitle}
  463. <a href="{text:Link Five}" class="link">{text:Link Five Title}</a>
  464. {/block:ifLinkFiveTitle}
  465.  
  466. {block:HasPages}{block:Pages}<a href="{URL}" class="link">{Label}</a> {/block:Pages} {/block:HasPages}
  467.  
  468. {block:ifshowdefaultlinks}
  469. <a href="/archive">History</a>
  470. <a href=></a>
  471. {/block:ifshowdefaultlinks}
  472. </center>
  473. </div>
  474.  
  475. {block:ifdescriptiononhover}
  476. <div class="hover2">
  477. <center>{Description}</center>
  478. </div></div></div></div>{/block:ifdescriptiononhover}
  479.  
  480. {block:ifnotdescriptiononhover}
  481. <center>{Description}</center>
  482. </div></div></div>
  483. {/block:ifnotdescriptiononhover}
  484.  
  485.  
  486. <div id="content">
  487. {block:Posts}
  488. <div class="posts">
  489.  
  490. {block:Text}
  491. {block:Title}<span class="title">{Title}</span>{/block:Title}
  492. <div style="margin-top: -10px;">
  493. <span class="entrytext">{Body}</span></div>
  494. {block:IndexPage}
  495. <div align="right"><div style="font-size:10px;line-height:10px;">
  496. {block:ifshowtimeagoonposts}<a href="{permalink}">{TimeAgo}</a> // {/block:ifshowtimeagoonposts} <a href="{permalink}">{Notecountwithlabel}</a></div></div>{/block:IndexPage}
  497. {/block:Text}
  498.  
  499. {block:Link}
  500. <a href="{URL}" class="title">{Name}</a>
  501. <div style="margin-top: -10px;">
  502. {block:Description}{Description}{/block:Description}</div>
  503. {block:IndexPage}
  504. <div align="right"><div style="font-size:10px;line-height:10px;">
  505. {block:ifshowtimeagoonposts}<a href="{permalink}">{TimeAgo}</a> // {/block:ifshowtimeagoonposts} <a href="{permalink}">{Notecountwithlabel}</a></div></div>{/block:IndexPage}
  506. {block:Link}
  507.  
  508. {block:Photo}
  509. {block:IndexPage}
  510. <div id="permalink">
  511. {block:ifshowtimeagoonposts}<span class="countreblog"><a href="{Permalink}">{TimeAgo}</a></span>{/block:ifshowtimeagoonposts}
  512. <span class="countreblog"><a href="{Permalink}">{NoteCount} ♥</a></span>
  513. <span class="countreblog"><a href="{ReblogURL}" target="_blank">{text:Post Hover Reblog}</a></span>
  514. </div>
  515. {/block:IndexPage}
  516. {block:IndexPage}{LinkOpenTag}<a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="300"/></a>{LinkCloseTag}{/block:IndexPage}
  517. {block:PermalinkPage}{LinkOpenTag}<a href="{permalink}"><img class="photo" src="{PhotoURL-400}" alt="{PhotoAlt}" width="300"/></a>{LinkCloseTag}{/block:PermalinkPage}
  518. {/block:Photo}
  519.  
  520. {block:Photoset}
  521. <center>
  522. {block:Photos}<a href="{permalink}"><img src="{PhotoURL-400}" width="300" /></a>
  523. {/block:Photos}
  524. </center>
  525. <center>{block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}</center>
  526. {block:IndexPage}
  527. <div align="right"><div style="font-size:10px;line-height:10px;">
  528. {block:ifshowtimeagoonposts}<a href="{permalink}">{TimeAgo}</a> // {/block:ifshowtimeagoonposts} <a href="{permalink}">{Notecountwithlabel}</a></div></div>{/block:IndexPage}
  529. {/block:Photoset}
  530.  
  531. {block:Quote}
  532. {Quote}</span>
  533. {block:Source}{Source}{/block:Source}
  534. {block:IndexPage}<p>
  535. <div align="right"><div style="font-size:10px;line-height:10px;">
  536. {block:ifshowtimeagoonposts}<a href="{permalink}">{TimeAgo}</a> // {/block:ifshowtimeagoonposts} <a href="{permalink}">{Notecountwithlabel}</a></div></div>{/block:IndexPage}
  537. {/block:Quote}
  538.  
  539. {block:Chat}
  540. {block:Title}<span class="title">{Title}</span>{/block:Title}
  541. <ul class="chat">
  542. {block:Lines}
  543. <li class="user_{UserNumber}">
  544. {block:Label}
  545. <span class="label">{Label}</span>
  546. {/block:Label}
  547.  
  548. {Line}
  549. </li>
  550. {/block:Lines}
  551. </ul>
  552. {block:IndexPage}<br>
  553. <div align="right"><div style="font-size:10px;line-height:10px;">
  554. {block:ifshowtimeagoonposts}<a href="{permalink}">{TimeAgo}</a> // {/block:ifshowtimeagoonposts} <a href="{permalink}">{Notecountwithlabel}</a></div></div>{/block:IndexPage}
  555. {/block:Chat}
  556.  
  557. {block:Audio}
  558. <center><div style="width:250px; height:28px;"><div style="float:left">{AudioPlayerGrey}</div></div></center>
  559. {block:IndexPage}<br>
  560. <div align="right"><div style="font-size:10px;line-height:10px;">
  561. {block:ifshowtimeagoonposts}<a href="{permalink}">{TimeAgo}</a> // {/block:ifshowtimeagoonposts} <a href="{permalink}">{Notecountwithlabel}</a></div></div>{/block:IndexPage}
  562. {/block:Audio}
  563.  
  564. {block:Video}
  565. <center>
  566. {block:IndexPage}
  567. {Video-250}
  568. {/block:IndexPage}
  569. </center>
  570. {block:PermalinkPage}
  571. <center>{Video-500}</center>
  572. {/block:PermalinkPage}
  573. {block:IndexPage}
  574. <div align="right"><div style="font-size:10px;line-height:10px;">
  575. {block:ifshowtimeagoonposts}<a href="{permalink}">{TimeAgo}</a> // {/block:ifshowtimeagoonposts} <a href="{permalink}">{Notecountwithlabel}</a></div></div>{/block:IndexPage}
  576. {block:Video}
  577.  
  578. {block:Answer}
  579. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3px;"/>
  580. {Asker}: {Question}
  581. <div style="margin-top: -10px;">{Answer}</div>
  582. {block:IndexPage}
  583. <div align="right"><div style="font-size:10px;line-height:10px;">
  584. {block:ifshowtimeagoonposts}<a href="{permalink}">{TimeAgo}</a> // {/block:ifshowtimeagoonposts} <a href="{permalink}">{Notecountwithlabel}</a></div></div>{/block:IndexPage}
  585. {/block:Answer}
  586.  
  587.  
  588. {block:PermalinkPage}
  589. <div class="honeybobo">
  590. {block:NoteCount}<li>Post Notes: {NoteCount}</li>{/block:NoteCount}
  591. {block:Date}<li>Posted: {TimeAgo} at {12HourWithZero}:{Minutes} {AmPm}</li>{/block:Date}
  592. {block:RebloggedFrom}<li>Reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a></li>{/block:RebloggedFrom}
  593. {block:RebloggedFrom}<li>Posted by <a href="{ReblogRootURL}">{ReblogRootName}</a></li>{/block:RebloggedFrom}
  594. {block:NoteCount}<li>&nbsp;&nbsp;</li>{/block:NoteCount}
  595. </div>
  596. {/block:PermalinkPage}
  597.  
  598. {block:PostNotes}{PostNotes}
  599. {/block:PostNotes}
  600.  
  601. </div>
  602.  
  603. {/block:Posts}
  604.  
  605. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
  606. <script type="text/javascript">
  607. $(function(){
  608. $("#pageLink").click(function(){
  609. $("#titlePages").fadeToggle(500);
  610. });
  611. });
  612. </script>
  613.  
  614. {block:IndexPage}
  615. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/4IKlvmzup/jquery.masonry.min.js"></script>
  616. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  617. <script type="text/javascript">
  618. $(window).load(function () {
  619. var $content = $('#content');
  620. $content.masonry({
  621. itemSelector: '.posts',
  622. isAnimated: true
  623. }),
  624. $content.infinitescroll({
  625. navSelector : '#pagination',
  626. nextSelector : '#pagination a#nextPage',
  627. itemSelector : '.posts',
  628. loading: {
  629. finishedMsg: '',
  630. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  631. },
  632. bufferPx : 200,
  633. debug : false,
  634. },
  635. // call masonry as a callback.
  636. function( newElements ) {
  637. var $newElems = $( newElements );
  638. $newElems.hide();
  639. // ensure that images load before adding to masonry layout
  640. $newElems.imagesLoaded(function(){
  641. $content.masonry( 'appended',
  642. $newElems, true,
  643. function(){$newElems.fadeIn(300);}
  644. );
  645. });
  646. });
  647. });
  648. </script>
  649. {/block:IndexPage}
  650.  
  651. <div style="position:fixed;right:0px;bottom:-425px;">
  652. {block:IndexPage}{block:Pagination}<ul id="pagination">{block:NextPage}<a id="nextPage" href="{NextPage}">&nbsp;&rarr;</a>{/block:NextPage}{block:PreviousPage}<a href="{PreviousPage}">&larr;&nbsp</a>{/block:PreviousPage}</ul>{/block:Pagination}{/block:IndexPage}
  653.  
  654. </div></div></div></div></div>
  655.  
  656. </body>
  657. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement