ramfaggot

Untitled

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