ramfaggot

Untitled

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