Advertisement
ramisa

Untitled

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