Advertisement
ramisa

Untitled

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