ramfaggot

Untitled

Aug 11th, 2014
2,054
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.76 KB | None | 0 0
  1. <!---------
  2. theme by cyrusnigga keep credit or d i e
  3. -------->
  4.  
  5. <html lang="en">
  6. <head>
  7. <title>{title}</title>
  8. <link href='http://fonts.googleapis.com/css?family=Delius+Unicase' rel='stylesheet' type='text/css'>
  9. <script type="text/javascript" src="http://static.tumblr.com/
  10. xek1qzw/zeQmtcaq1/jgnrsmsnry.js"></script>
  11. <meta name="color:Background" content="#ffffff"/>
  12. <meta name="color:Post Box" content="#ffffff"/>
  13. <meta name="color:Blog Description" content="#000000"/>
  14. <meta name="color:Title" content="#000000"/>
  15. <meta name="color:Text" content="#000000"/>
  16. <meta name="color:Link" content="#000000"/>
  17. <meta name="color:Hover" content="#000000"/>
  18. <meta name="image:Background" content=""/>
  19. <meta name="image:Sidebar" content=""/>
  20. <meta name="if:Scrollbar" content="1"/>
  21. <meta name="if:Black and white follow button" content="1"/>
  22. <meta name="if:lines" content="1"/>
  23. <meta name="if:Dark images" content="0"/>
  24. <meta name="if:Black and white images" content="0"/>
  25. <meta name="text:link one" content="/" />
  26. <meta name="text:link one title" content="home" />
  27. <meta name="text:link two" content="/ask" />
  28. <meta name="text:link two title" content="message" />
  29. <meta name="text:link three" content="/archive" />
  30. <meta name="text:link three title" content="archive" />
  31. <meta name="text:link four" content="" />
  32. <meta name="text:link four title" content="" />
  33. <meta name="text:link five" content="" />
  34. <meta name="text:link five title" content="" />
  35. <meta name="text:link six" content="" />
  36. <meta name="text:link six title" content="" />
  37. <meta name="text:link seven" content="" />
  38. <meta name="text:link seven title" content="" />
  39. <meta name="text:link eight" content="" />
  40. <meta name="text:link eight title" content="" />
  41. <div class="yo">
  42. <a href="http://cyrusnigga.tumblr.com/"
  43. title=credit>
  44. <font size="3"><font color="white">
  45. <small>$$</font></a></div>
  46. </small></font>
  47. </script>
  48.  
  49. <style type="text/css">
  50.  
  51. {block:ifblackandwhitefollowbutton}
  52. iframe#tumblr_controls {opacity: 1;-webkit-filter: invert(100%);transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  53. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 1.0;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  54. {/block:ifblackandwhitefollowbutton}
  55.  
  56.  
  57. body{
  58. margin:0px;
  59. background-color: {color:Background};
  60. background-image:url({image:Background});
  61. background-attachment: fixed;
  62. background-repeat: no-repeat;
  63. background-position: bottom right;
  64. font-size: 10px;
  65. font-family:consolas;
  66. line-height:10px;
  67. color:{color:Text};
  68. }
  69.  
  70. a:link, a:active, a:visited{
  71. color: {color:Link};
  72. text-decoration: none;
  73. transition: all 0.4s ease;
  74. -o-transition-transition: all 0.9s ease;
  75. -webkit-transition: all 0.9s ease;
  76. -moz-transition: all 0.4s ease;
  77.  
  78.  
  79. }
  80.  
  81. a:hover{
  82. color:{color:Hover};
  83. text-decoration: underline;
  84. transition: all 0.4s ease;
  85. font-style:italic;
  86. -o-transition-transition: all 0.9s ease;
  87. -webkit-transition: all 0.9s ease;
  88. -moz-transition: all 0.4s ease;
  89. }
  90.  
  91. @font-face {font-family:Mixtape Mike; src: url(http://static.tumblr.com/9wzbixa/EZ4mj3kyl/mixtmk_t.otf);}
  92.  
  93.  
  94. {block:ifscrollbar}
  95. ::-webkit-scrollbar-thumb{
  96. background-color: {color:link};
  97. height:0px;
  98. }
  99.  
  100. ::-webkit-scrollbar {
  101. height:0px;
  102. width:7px;
  103. background-color: {color:background};
  104. }
  105. {/block:ifscrollbar}}
  106.  
  107.  
  108. div#stuff{
  109. }
  110.  
  111. div#sidebar{
  112. position:absolute !important;
  113. position:fixed !important;
  114. left: 360px;background-color:#fff;
  115. width:170px;border:4px double;padding-bottom:4px;
  116. top:170px;
  117. }
  118.  
  119.  
  120.  
  121. #line {
  122. z-index:999;
  123. position:absolute !important;
  124. position:fixed !important;
  125. display:block;
  126. top:0px;
  127. height:100%;
  128. width:1px;
  129. background-color:#000;
  130. opacity:.6;
  131. margin-left:570px;
  132. -webkit-animation: flipInX 2s;
  133. -moz-animation: flipInX 2s;
  134. -ms-animation: flipInX: 2s;
  135. }
  136.  
  137. #line2 {
  138. z-index:999;
  139. position:absolute !important;
  140. position:fixed !important;
  141. display:block;
  142. top:0px;
  143. height:700px;
  144. width:1px;
  145. background-color:#000;
  146. opacity:.6;
  147. margin-left:865px;
  148. -webkit-animation: flipInY 2s;
  149. -moz-animation: flipInY 2s;
  150. -ms-animation: flipInY: 2s;
  151. }
  152.  
  153. .animated {
  154. -webkit-animation-fill-mode: both;
  155. -moz-animation-fill-mode: both;
  156. -ms-animation-fill-mode: both;
  157. -o-animation-fill-mode: both;
  158. animation-fill-mode: both;
  159. -webkit-animation-duration: 0.2s;
  160. -moz-animation-duration: 0.2s;
  161. -ms-animation-duration: 0.2s;
  162. -o-animation-duration: 0.2s;
  163. animation-duration: 0.2s;
  164. }
  165.  
  166. .animated.hinge {
  167. -webkit-animation-duration: 0.2s;
  168. -moz-animation-duration: 0.2s;
  169. -ms-animation-duration: 0.2s;
  170. -o-animation-duration: 0.2s;
  171. animation-duration: 2s;
  172. }
  173.  
  174.  
  175. @-webkit-keyframes flipInX {
  176. 0% {
  177. -webkit-transform: perspective(400px) rotateY(0deg);
  178. margin-top:600px;
  179. }
  180.  
  181. 40% {
  182. -webkit-transform: perspective(400px) rotateY(0deg);
  183. }
  184.  
  185. 70% {
  186. -webkit-transform: perspective(400px) rotateY(0deg);
  187. }
  188.  
  189. 100% {
  190. -webkit-transform: perspective(400px) rotateY(0deg);
  191. margin-top:0px;
  192. }
  193. }
  194.  
  195.  
  196. @-webkit-keyframes flipInY {
  197. 0% {
  198. -webkit-transform: perspective(400px) rotateY(0deg);
  199. margin-top:-600px;
  200. }
  201.  
  202. 40% {
  203. -webkit-transform: perspective(400px) rotateY(0deg);
  204. }
  205.  
  206. 70% {
  207. -webkit-transform: perspective(400px) rotateY(0deg);
  208. }
  209.  
  210. 100% {
  211. -webkit-transform: perspective(400px) rotateY(0deg);
  212. margin-top:0px;
  213. }
  214. }
  215.  
  216. }.flipInX {
  217. -webkit-backface-visibility: visible !important;
  218. -webkit-animation-name: flipInY;
  219. -moz-backface-visibility: visible !important;
  220. -moz-animation-name: flipInY;
  221. -o-backface-visibility: visible !important;
  222. -o-animation-name: flipInY;
  223. backface-visibility: visible !important;
  224. animation-name: flipInY;
  225. }#users:hover{}
  226.  
  227.  
  228. div#sidebar img{
  229. {block:ifblackandwhiteimages}
  230. -webkit-filter: grayscale(100%);
  231. {/block:ifblackandwhiteimages}
  232. {block:ifdarkimages}
  233. -webkit-filter: grayscale(40%);
  234. {/block:ifdarkimages}
  235. }
  236.  
  237. div#content{
  238. margin:auto;
  239. top:0px;
  240. padding-top:5px;
  241. position:absolute;
  242. overflow:hidden;
  243. {block:indexpage}
  244. width:890px;
  245. {/block:indexpage}
  246. {block:permalinkpage}
  247. width:890px;
  248. {/block:permalinkpage}
  249. }
  250.  
  251.  
  252.  
  253.  
  254. .permalinks{
  255. height: 9px;
  256. text-transform:none;
  257. position: absolute;
  258. line-height: 10px;
  259. text-align: center;
  260. overflow:hidden;
  261. color: #000;font-size:11px;
  262. letter-spacing:0px;
  263. opacity: 0.0;
  264. padding:10px;
  265. bottom:50px;font-style:none;
  266. padding-top:10px; padding-bottom:10px;
  267. margin-left:8px;background-color:#fff;
  268. top:12px;
  269. opacity: 0.0;
  270. -webkit-transition: opacity 0.6s ease-out;
  271. -webkit-transition: all 0.6s ease-out;
  272. -moz-transition: all 0.6s ease-out;
  273. transition: all 0.6s ease-out;
  274. }
  275.  
  276.  
  277. #entry:hover .permalinks {
  278. bottom:80px;
  279. -webkit-transition: opacity 0.6s ease-out;
  280. -webkit-transition: all 0.6s ease-out;
  281. -moz-transition: all 0.6s ease-out;
  282. transition: all 0.6s ease-out;
  283. opacity: 0.8;
  284. }
  285.  
  286. .permalinks a{
  287. color:#000;
  288. }
  289.  
  290. div#posts{
  291. float:right;
  292. {block:ifdarkimages}
  293. -webkit-filter: grayscale(50%);
  294. {/block:ifdarkimages}
  295. {block:ifblackandwhiteimages}
  296. -webkit-filter: grayscale(100%);
  297. {/block:ifblackandwhiteimages}
  298. {block:indexpage}
  299. width:310px;
  300. {/block:indexpage}
  301. {block:permalinkpage}
  302. width:310px;
  303. {/block:permalinkpage}
  304. }
  305.  
  306. div#entry{
  307. z-index:9999;
  308. float: left;
  309. width: 250px;
  310. text-align:left;
  311. {block:PermalinkPage}
  312. width: 250px;
  313. height: auto;
  314. {/block:PermalinkPage}
  315. line-height:8px;
  316. margin-right:70px;
  317. overflow:hidden;
  318. margin:8px;margin-bottom:12px;background-color:#fff; border:1px solid; padding:4px;
  319. {block:iflessspacebetweenposts}
  320. margin:4px;
  321. {/block:iflessspacebetweenposts}
  322. {block:ifpostshadows}
  323. box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.16);
  324. -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.16);
  325. -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.18);
  326. padding:6px;
  327. {/block:ifpostshadows}
  328. }
  329.  
  330. ::selection {
  331. color:{color:Text};
  332. background-color: {color:Link};
  333. }
  334.  
  335. ::-moz-selection {
  336. color:{color:Text};
  337. background-color: {color:Link};
  338. }
  339.  
  340. ::-webkit-selection {
  341. color:{color:Text};
  342. background-color:{color:Link};
  343. }
  344.  
  345.  
  346. #entry img{
  347. {block:IndexPage}
  348. max-width: 250px;
  349. height: auto;
  350. {/block:IndexPage}
  351. {block:PermalinkPage}
  352. max-width:250px;
  353. height: auto;
  354. {/block:PermalinkPage}
  355. -webkit-transition: all 0.5s ease-out;
  356. -moz-transition: all 0.5s ease-out;
  357. transition: all 0.5s ease-out;
  358. }
  359.  
  360. #entry img:hover{
  361. {block:IndexPage}
  362. height: auto;
  363. {/block:IndexPage}
  364. {block:PermalinkPage}
  365. height: auto;
  366. {/block:PermalinkPage}
  367. -webkit-transition: all 0.5s ease-out;
  368. -moz-transition: all 0.5s ease-out;
  369. transition: all 0.5s ease-out;
  370. }
  371.  
  372.  
  373. .title{
  374. font-family: calibri;
  375. font-size: 12px;
  376. line-height: 12px;
  377. color: {color:Title};
  378. font-weight: normal;
  379. letter-spacing: 0px;
  380. text-transform:uppercase;
  381. letter-spacing:2px;
  382. }
  383.  
  384. blockquote{
  385. padding:0px 0px 2px 3px;
  386. margin:0px 0px 2px 1px;
  387. }
  388.  
  389. ul, ol, li{
  390. list-style:none;
  391. margin:0px;
  392. padding:0px;
  393. }
  394.  
  395. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  396. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:Title};
  397. }
  398.  
  399. ::selection {
  400. color:{color:Text};
  401. background-color: {color:Link};
  402. }
  403.  
  404. ::-moz-selection {
  405. color:{color:Text};
  406. background-color: {color:Link};
  407. }
  408.  
  409. ::-webkit-selection {
  410. color:{color:Text};
  411. background-color:{color:Link};
  412. }
  413.  
  414.  
  415. #audio {
  416. width:250px;
  417. height:auto;
  418. min-height:60px;
  419. margin-top:17px;
  420. padding-bottom:5px;
  421. margin-left:40px;
  422. }
  423. .cover {
  424. position:absolute;
  425. z-index:1;
  426. width:70px;
  427. height:670px;
  428. margin-top:-4px;
  429. margin-left:-10px;
  430. }
  431. .cover img {
  432. float:left;
  433. width:70px;
  434. height:70px;
  435. }
  436. .playbox {
  437. opacity:0.6;
  438. width:27px;
  439. height:30px;
  440. overflow:hidden;
  441. position:absolute;
  442. z-index:1000;
  443. margin-left:14px;
  444. margin-top:18px;
  445. text-align:center;
  446. }
  447. .info {
  448. margin-left:73px;
  449. margin-top:4px;
  450. line-height:14px;
  451. }
  452.  
  453. #hmm{
  454. margin-top:-2px;
  455. padding:3px;
  456. text-align:center;
  457. }
  458.  
  459. #hmm a{
  460. padding:3px;
  461. }
  462.  
  463. .yo{
  464. position:fixed;
  465. text-align:center;
  466. bottom:0px;
  467. font-family:tahoma;
  468. font-size:20px;
  469. right:0px;
  470. padding-top:1px;
  471. padding-right:6px;
  472. padding-left:5px;
  473. padding-bottom:6px;
  474. width:auto;
  475. height:auto;
  476. border-top-left-radius:5px;
  477. background-color:#000;
  478. z-index:99999;
  479. color:#fff;
  480. }
  481.  
  482. #title2{
  483. font-size:15px;line-height:19px;
  484. text-align:center;
  485. }
  486.  
  487. </style>
  488. <link rel="shortcut icon" href="{Favicon}">
  489. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  490. <meta name="viewport" content="width=720" />
  491. </head>
  492. <body>
  493. {block:Iflines}
  494. <div id="line"></div>
  495. <div id="line2"></div>
  496. {/block:Iflines}
  497. <div id="stuff">
  498. <div id="content">
  499. <div id="sidebar">
  500.  
  501.  
  502.  
  503.  
  504. {block:Ifsidebarimage}
  505. <div align="right" style="padding-bottom:5px;">
  506. <a href="/">
  507. <img style="" src="{image:sidebar}"width=170" /></a></div>
  508. {/block:Ifsidebarimage}
  509. <div id="title2">
  510. {title}
  511. </div>
  512.  
  513.  
  514. <div align="right" style="line-height:12px; margin-top:3px; margin-bottom:4px; color:{color:Blog Description};">{description}</div>
  515.  
  516.  
  517. <div id="hmm">
  518. {block:IfLinkonetitle}<a href="{text:link one}">{text:link one title}</a> {/block:IfLinkonetitle}
  519. {block:IfLinktwotitle}<a href="{text:link two}">{text:link two title}</a> {/block:IfLinktwotitle}
  520. {block:IfLinkthreetitle}<a href="{text:link three}">{text:link three title}</a>{/block:IfLinkthreetitle}
  521. {block:IfLinkfourtitle}<a href="{text:link four}">{text:link four title}</a>{/block:IfLinkfourtitle}
  522. {block:IfLinkfivetitle}<a href="{text:link five}">{text:link five title}</a>{/block:IfLinkfivetitle}
  523. {block:IfLinksixtitle}<a href="{text:link six}">{text:link six title}</a> {/block:IfLinksixtitle}
  524. {block:IfLinkseventitle}<a href="{text:link seven}">{text:link seven title}</a>{/block:IfLinkseventitle}
  525. {block:IfLinkeighttitle}<a href="{text:link eight}">{text:link eight title}</a>{/block:IfLinkeighttitle}
  526. </div>
  527.  
  528.  
  529.  
  530.  
  531.  
  532. </div>
  533.  
  534.  
  535. <div align="center">
  536.  
  537. <div id="posts">
  538.  
  539. {block:Posts}
  540.  
  541.  
  542. {block:ContentSource}
  543.  
  544. <!— {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
  545.  
  546. width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  547.  
  548. {/block:SourceLogo}
  549.  
  550. {block:NoSourceLogo}{noSourceLink}{/block:NoSourceLogo} —>
  551.  
  552. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  553.  
  554.  
  555. <div id="entry">
  556.  
  557.  
  558.  
  559. {block:Photo}
  560. {block:IndexPage}
  561.  
  562.  
  563. <div class="permalinks"><center>
  564. <a href="{permalink}">${notecount}</a></center> </div>
  565.  
  566.  
  567. <div id="postys">
  568. <a href="{permalink}">
  569. <img src="{PhotoURL-500}" alt="{PhotoAlt}" width=390;"></a></div>
  570.  
  571. {/block:IndexPage}
  572. {block:PermalinkPage}
  573. {LinkOpenTag}<center><img src="{PhotoURL-500}" alt="{PhotoAlt}"width=500px;"></center>
  574. <center>{caption}</center>
  575. {/block:PermalinkPage}
  576. {/block:Photo}
  577.  
  578. {block:Photoset}
  579. {block:IndexPage}
  580.  
  581.  
  582.  
  583. <div class="permalinks"><center>
  584. <a href="{permalink}">${notecount}</a></center> </div>
  585.  
  586.  
  587. {Photoset-250}
  588. {/block:IndexPage}
  589.  
  590.  
  591. {block:PermalinkPage}
  592. {Photoset-250}
  593. {/block:PermalinkPage}
  594.  
  595. {/block:Photoset}
  596.  
  597.  
  598.  
  599. {block:Text}<div style="padding-top:5px; padding-bottom:0px; padding-left:3px; padding-right:0px;">
  600. {block:Title}
  601. <a href="{permalink}"><span class="title">{Title}</span></a>
  602. {/block:Title}
  603. <span class="entrytext" style="line-height:12px;">{Body}</span>
  604. <a href="{Permalink}"></a></div>
  605. {block:indexpage}
  606. <div align="right" style="padding-right:5px; padding-top:5px; padding-bottom:10px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  607. </a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="{Permalink}">{DayOfMonth} {Month}
  608. </a></div>{/block:indexpage}
  609. {/block:Text}
  610.  
  611. {block:Link}<div style="padding-top:15px; padding-bottom:0px;>
  612. <a href="{URL}"><span class="title">{Name}</span></a></div>
  613. {block:BlogDescription}<span class="entrytext" style="line-height:12px;">{Description}</span>{/block:BlogDescription}</a>
  614. {block:Caption}<a href="{URL}">{Caption}</a>{/block:Caption}<div style="padding-top:0px; padding-bottom:3px;"></a></div>
  615. {block:indexpage}
  616. <div align="right" style="padding-right:10px; padding-top:5px; padding-bottom:10px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  617. </a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="{Permalink}">{DayOfMonth} {Month}
  618. </a></div>{/block:indexpage}
  619. {/block:Link}
  620.  
  621. {block:Quote}
  622. <div style="padding-top:10px; padding-bottom:10px;">
  623. <span class="title" style="line-height:16px;">"{Quote}"</span><br><br>
  624. <div style="text-align: right; padding-right:10px;"><a href="{Permalink}">{block:Source}
  625. -{Source}
  626. {/block:Source}</a></div><br>{block:indexpage}
  627. <div align="right" style="padding-right:10px; padding-top:5px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  628. </a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="{Permalink}">{DayOfMonth} {Month}
  629. </a></div>{/block:indexpage}
  630. </div>
  631. {/block:Quote}
  632.  
  633. {block:Chat}
  634. <div style="padding-top:15px; padding-bottom:10px;">
  635. <a href="{permalink}">{block:Title}<span class="title">{Title}</span>{/block:Title}</a>
  636. <ul class="chat">
  637. {block:Lines}
  638. <li class="user_{UserNumber}">
  639. {block:Label}
  640. <span class="label" style="line-height:12px;">{Label}</span>
  641. {/block:Label}
  642. {Line}
  643. </li>
  644. {/block:Lines}
  645. </ul>
  646. {block:Caption}{Caption}{/block:Caption}
  647. <br>{block:indexpage}
  648. <div align="right" style="padding-right:10px; padding-top:5px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  649. </a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="{Permalink}">{DayOfMonth} {Month}
  650. </a></div>{/block:indexpage}
  651. </div>
  652. {/block:Chat}
  653.  
  654.  
  655.  
  656.  
  657. {block:Audio}
  658. <div id="audio"><div class="cover"><img src="http://static.tumblr.com/k9utpfa/tcom8wpif/default_cover_m.jpg"></div>{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="playbox">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div><div style="text-align:left"><div class="info"><b>Artist:</b> <span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br><b>Title:</b> <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br><b>Album:</b> <span{block:Album} style="display:none;"{/block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}{block:PlayCount}<br><b>Plays:</b> {FormattedPlayCount}{/block:PlayCount}</div></div></div>
  659.  
  660.  
  661. <div style="padding-bottom:0px;padding-top:6px;"></div>{block:indexpage}
  662. <div style=" float:left; padding-left:10px; padding-right:10px; padding-top:5px; padding-bottom:10px;"><a href="{permalink}">{FormattedPlayCount}&nbsp;Plays</a></div>
  663. <div align="right" style="padding-right:10px; padding-top:5px; padding-bottom:10px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  664. </a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="{Permalink}">{DayOfMonth} {Month}
  665. </a></div>{/block:indexpage}
  666.  
  667.  
  668. {/block:Audio}
  669.  
  670.  
  671.  
  672. {block:Video}
  673.  
  674. {block:IndexPage}
  675.  
  676.  
  677. <div class="permalinks"><center>
  678. <a href="{permalink}">${notecount}</a></center> </div>
  679.  
  680.  
  681.  
  682. {Video-250}
  683. {/block:IndexPage}
  684.  
  685.  
  686. {block:PermalinkPage}
  687. {Video-250}
  688. {/block:PermalinkPage}
  689. {/block:Video}
  690.  
  691.  
  692.  
  693.  
  694.  
  695. {block:PermalinkPage}
  696. <center>
  697. {block:RebloggedFrom}<br><b>Via</b>: <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource}<b>Source</b>: <a href="{SourceURL}">{SourceTitle}</a> {/block:ContentSource}<br><Br>{block:Date}<img src="http://static.tumblr.com/twte3d7/xn4lo2lba/clock_8x8.png">&nbsp; {TimeAgo}&nbsp; <img src="http://static.tumblr.com/twte3d7/qg3lo2lcg/heart_fill_8x7.png">&nbsp; {NoteCountWithLabel}{block:hasTags}&nbsp; <img src="http://static.tumblr.com/twte3d7/zZqlo2ldq/tag_fill_8x8.png">&nbsp; {block:Tags}<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}{/block:Date}
  698. </center>
  699.  
  700. <br><br>
  701. <div align="left">
  702. {block:PostNotes}
  703. {PostNotes}
  704. {/block:PostNotes}</div>
  705. {/block:PermalinkPage}
  706.  
  707.  
  708. </div>
  709.  
  710.  
  711.  
  712. {/block:Posts}
  713. </div>
  714. </div>
  715. </div>
  716. </center>
  717. </div>
  718. </div>
  719.  
  720.  
  721.  
  722. {block:indexpage}
  723.  
  724.  
  725. {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a></div>{/block:NextPage}
  726. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  727. <script type="text/javascript" src="http://static.tumblr.com/xek1qzw/Vzan8xy5r/jquerymsnryv3.js"></script>
  728. <script type="text/javascript">
  729. $(window).load(function(){
  730. var $wall = $('#posts');
  731. $wall.imagesLoaded(function(){
  732. $wall.masonry({
  733. itemSelector: '#entry, #entry_photo',
  734. isAnimated : false
  735. });
  736. });
  737.  
  738. $wall.infinitescroll({
  739. navSelector : '#page-nav',
  740. nextSelector : '#page-nav a',
  741. itemSelector : '#entry, #entry_photo',
  742. bufferPx : 2000,
  743. debug : false,
  744. errorCallback: function() {
  745. $('#infscr-loading').fadeOut('normal');
  746. }},
  747. function( newElements ) {
  748. var $newElems = $( newElements );
  749. $newElems.hide();
  750. $newElems.imagesLoaded(function(){
  751. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  752. });
  753. }); $('#content').show(500);
  754. });
  755. </script>
  756. {/block:indexpage}
  757.  
  758.  
  759.  
  760. </body>
  761. </html>
Add Comment
Please, Sign In to add comment