Advertisement
ramisaaaaa

Untitled

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