ramfaggot

Untitled

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