Advertisement
planthed

Blacklist

Nov 9th, 2015
620
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.64 KB | None | 0 0
  1. <!-----
  2.  
  3. theme made by tumblr user planthed // weedhs ★彡
  4.  
  5. keep the creds u lil bitch
  6.  
  7. — http://painthemes.tumblr.com/
  8. — http://planthed.tumblr.com/
  9. — http://weedhs.tumblr.com/
  10.  
  11. ------>
  12.  
  13.  
  14. <html lang="en">
  15. <head>
  16.  
  17.  
  18.  
  19. <title>{title}</title>
  20. <link rel="shortcut icon" href="{favicon}">
  21.  
  22. <link href='http://fonts.googleapis.com/css?family=Abel|Abril+Fatface|Raleway|Montserrat' rel='stylesheet' type='text/css'>
  23.  
  24.  
  25. <meta name="image:Background" content=""/>
  26. <meta name="image:Sidebar" content=""/>
  27. <meta name="color:background" content="#fff"/>
  28. <meta name="color:link" content="#aaa"/>
  29. <meta name="color:text" content="#aaa"/>
  30. <meta name="color:posts" content="#fff"/>
  31. <meta name="color:borders" content="#eee"/>
  32. <meta name="if:border page" content="1" />
  33. <meta name="color:border page" content="#000"/>
  34. <meta name="if:gray scale posts" content="1"/>
  35. <meta name="text:Link 1 Title" content="link 1" />
  36. <meta name="text:Link 1" content="/" />
  37. <meta name="text:Link 2 Title" content="link 2"/>
  38. <meta name="text:Link 2" content="/ask" />
  39. <meta name="text:Link 3 Title" content="link 3" />
  40. <meta name="text:Link 3" content="/" />
  41. <meta name="text:Link 4 Title" content="link 4" />
  42. <meta name="text:Link 4" content="/archive" />
  43. <meta name="text:Link 5 Title" content="link 5" />
  44. <meta name="text:Link 5" content="/" />
  45. <meta name="select:header position" content="fixed" title="fixed"/>
  46. <meta name="select:header position" content="absolute" title="absolute"/>
  47.  
  48. <script type="text/javascript">
  49. WebFontConfig = {
  50. google: { families: [ 'Allura::latin', 'Roboto:100:latin', 'Dancing+Script::latin', 'Pinyon+Script::latin', 'Allura::latin', 'Ruthie::latin', 'Noto+Sans:400,400italic:latin', 'Libre+Baskerville:400,400italic:latin', 'Satisfy::latin', 'Dawning+of+a+New+Day::latin','Dosis::latin', 'Raleway:200:latin', 'Parisienne::latin', 'Great+Vibes::latin', 'Clicker+Script::latin' ] }
  51. };
  52. (function() {
  53. var wf = document.createElement('script');
  54. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  55. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  56. wf.type = 'text/javascript';
  57. wf.async = 'true';
  58. var s = document.getElementsByTagName('script')[0];
  59. s.parentNode.insertBefore(wf, s);
  60. })(); </script>
  61.  
  62. <link href="http://static.tumblr.com/eih4pta/Flam72cb8/animate-custom__1_.css" rel="stylesheet">
  63. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  64.  
  65. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  66. <script>
  67. (function($){
  68. $(document).ready(function(){
  69. $("a[title]").style_my_tooltips({
  70. tip_follows_cursor:true,
  71. tip_delay_time:90,
  72. tip_fade_speed:600,
  73. attribute:"title"
  74. });
  75. });
  76. })(jQuery);
  77. </script>
  78.  
  79.  
  80.  
  81. <style type="text/css">
  82.  
  83.  
  84.  
  85. #s-m-t-tooltip{
  86. max-width:300px;
  87. padding:5px;
  88. background:{color:posts};
  89. margin:20px 0px 0px 20px;
  90. font-family:calibri;
  91. font-weight:bold;
  92. font-size:8px;
  93. letter-spacing:1px;
  94. text-transform:uppercase;
  95. border:1px solid {color:borders};
  96. color:{color:text};
  97. line-height:16px;
  98. opacity:1;
  99. z-index:9999999999999999999;
  100. }
  101.  
  102.  
  103. .tmblr-iframe.tmblr-iframe--desktop-loggedin-controls.iframe-controls--desktop{
  104. z-index:9999999999999999999999999999999999999;
  105. opacity:.2 !important;
  106. {block:ifNOTborderpage} top:0px; right:0px; {/block:ifNOTborderpage}
  107. {block:ifborderpage}top:15px;right:7px{/block:ifborderpage}
  108. -webkit-filter:invert(100%);
  109. position:fixed!important;
  110. }
  111.  
  112. .tmblr-iframe.tmblr-iframe--desktop-loggedin-controls.iframe-controls--desktop:hover{
  113. -webkit-transition:opacity 0.7s linear;
  114. opacity:1.0;
  115. -webkit-transition:all 0.4s ease-out;
  116. -moz-transition:all 0.4s ease-out;
  117. transition: all 0.4s ease-out;
  118. z-index:99999;
  119. }
  120.  
  121.  
  122. {block:ifborderpage}
  123. ::-webkit-scrollbar {
  124. height: 5px;
  125. width: 9px;
  126. background: {color:border page};
  127. }
  128.  
  129. ::-webkit-scrollbar-thumb:vertical {
  130. background: #fff;
  131. border: 4px solid {color:border page};
  132. }
  133.  
  134. {/block:ifborderpage}
  135.  
  136. {block:ifNOTborderpage}
  137.  
  138. ::-webkit-scrollbar {width: 10px; height: 2px; background:transparent; border:4px solid transparent; }
  139.  
  140. ::-webkit-scrollbar-thumb { background-color:{color:border page}; border-bottom: 3px solid {color:background}; border-radius:0px; border-top: 3px solid {color:background}; border-left: 3px solid {color:background}; border-right: 3px solid {color:background}; }
  141.  
  142. {/block:ifNOTborderpage}
  143.  
  144. body, a, a:hover {cursor: url(http://33.media.tumblr.com/tumblr_lqs4qdUu8n1qfoi4t.png), auto;}
  145.  
  146.  
  147.  
  148. a:link, a:active, a:visited{
  149. color:{color:link};
  150. border-bottom:1px solid {color:borders};
  151. text-decoration: none;
  152. -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;
  153. cursor: url(http://33.media.tumblr.com/tumblr_lqs4qdUu8n1qfoi4t.png), auto;
  154.  
  155. }
  156. a:hover {
  157. border-bottom:1px solid {color:link};
  158. font-style: none;
  159. color:{color:link};
  160. cursor: url(https://31.media.tumblr.com/a45c59622640b93ac129eb3ea6ed0f0d/tumblr_inline_nbhzs1LhM71rh7826.png), auto;
  161. }
  162.  
  163. #a{width:250px; height:auto;}
  164. {block:PermalinkPage}
  165. width:410px;
  166. {/block:PermalinkPage}
  167. }
  168. #center{
  169. padding-top:3px;
  170. padding-bottom:3px;
  171. position:fixed !important;
  172. width:250px;
  173. height:207px;
  174. background-color:white;
  175. {block:PermalinkPage}
  176. width:410px;
  177. height:207px;
  178. {/block:PermalinkPage}
  179. }
  180. body{
  181. margin:5px;
  182. background-color:{color:background};
  183. background-image:url({image:Background});
  184. background-attachment: fixed;
  185. background-repeat: repeat;
  186. color:{color:Text};
  187. cursor: url(http://33.media.tumblr.com/tumblr_lqs4qdUu8n1qfoi4t.png), auto;
  188.  
  189. }
  190. #audio {
  191. width:350px;
  192. height:auto;
  193. min-height:60px;
  194. padding-bottom:0px;
  195. }
  196. .cover {
  197. position:absolute;
  198. z-index:1;
  199. width:60px;
  200. height:60px;
  201. }
  202. .cover img {
  203. float:left;
  204. width:60px;
  205. height:60px;
  206. }
  207. .playbox {
  208. opacity:0.6;
  209. width:27px;
  210. height:30px;
  211. overflow:hidden;
  212. position:absolute;
  213. z-index:1000;
  214. margin-left:17px;
  215. margin-top:17px;
  216. text-align:center;
  217. }
  218. .info {
  219. margin-left:73px;
  220. margin-top:4px;
  221. line-height:14px;
  222. }
  223.  
  224. .quote{font-size:11px;
  225. font-style:italic;
  226. letter-spacing:1px;
  227. }
  228.  
  229. .title{
  230. font-family:Raleway;
  231. padding:2px;
  232. font-size:15px;
  233. text-transform:uppercase;
  234. letter-spacing:3px;
  235. line-height: 24px;
  236. color:{color:link};
  237. margin-top:5px;
  238.  
  239. }
  240. askk {
  241. font-family:raleway;
  242. font-size:10px;
  243. color:{color:link};
  244. padding:2px;
  245. text-transform:uppercase;
  246. letter-spacing:2px;
  247. z-index:1;
  248. }
  249.  
  250.  
  251.  
  252. #posts{
  253. float:center;
  254. width:410px;
  255. margin-left:450px;
  256. margin-top:270px;
  257. height:100%;
  258. }
  259.  
  260. #entry img{
  261. {block:ifgrayscaleposts}
  262. -webkit-filter: grayscale(60%);
  263. {/block:ifgrayscaleposts}
  264. {block:indexpage}
  265. max-width:100%;
  266. {/block:indexpage}
  267. -webkit-transition: all .7s ease;
  268. -moz-transition: all .7s ease;
  269. -o-transition: all .7s ease;
  270. transition: all .7s ease;
  271. }
  272.  
  273. #entry img:hover{
  274. -webkit-filter: grayscale(0%);
  275. opacity:1;
  276. -webkit-transition: all .7s ease;
  277. -moz-transition: all .7s ease;
  278. -o-transition: all .7s ease;
  279. transition: all .7s ease;
  280. }
  281.  
  282.  
  283. #entry {
  284. font-family:calibri;
  285. font-size:8px;
  286. letter-spacing:1px;
  287. text-transform:uppercase;
  288. line-height: 16px;
  289. color:{color:text};
  290. margin-top:100px;
  291. margin-left:50px;
  292. float:left;
  293. padding:30px;
  294. padding-bottom:25px;
  295. background:{color:posts};
  296. border:1px solid {color:borders};
  297. width:250px;
  298. {block:PermalinkPage}
  299. margin-top:20px;
  300. {/block:PermalinkPage}
  301. }
  302.  
  303.  
  304.  
  305. #entry .block {
  306. word-spacing:1px;
  307. background:{color:posts};
  308. position:absolute;
  309. border:1px solid {color:borders};
  310. text-align:left;
  311. font-size:8px;
  312. letter-spacing:1px;
  313. font-family:calibri;
  314. text-transform:uppercase;
  315. padding:10px;
  316. color:{color:text};
  317. width:290px;
  318. margin:0px;
  319. opacity:1;
  320. margin-left:-31px;
  321. margin-top:-67px;
  322. height:15px;
  323. overflow:hidden;
  324. -o-transition-transition:0.4s;
  325. -webkit-transition-duration:0.4s;
  326. -moz-transition-duration:0.4s;
  327. }
  328.  
  329. #entry:hover .date {
  330. opacity:0;
  331. -o-transition-transition: all 0.7s ease;
  332. -webkit-transition: all 0.7s ease;
  333. -moz-transition: all 0.7s ease;
  334. transition: all 0.7s ease;
  335.  
  336. }
  337.  
  338. #entry .date {
  339. text-transform: uppercase;
  340. display: block;
  341. text-align: left;
  342. text-decoration: none;
  343. font-size: 8px;
  344. font-family:calibri;
  345. line-height:10px;
  346. letter-spacing:1px;
  347. margin-top:3px;
  348. opacity:1;
  349. width:130px;
  350. color:{color:text};
  351. margin-left:5px;
  352. z-index:99;
  353. -o-transition-transition: all 0.7s ease;
  354. -webkit-transition: all 0.7s ease;
  355. -moz-transition: all 0.7s ease;
  356. transition: all 0.7s ease;
  357. }
  358.  
  359. #entry:hover .notess {
  360. margin-left:5px;
  361. opacity:1;
  362. -o-transition-transition: all 0.7s ease;
  363. -webkit-transition: all 0.7s ease;
  364. -moz-transition: all 0.7s ease;
  365. transition: all 0.7s ease;
  366.  
  367. }
  368.  
  369. #entry .notess{
  370. text-transform: uppercase;
  371. display: block;
  372. text-align: left;
  373. text-decoration: none;
  374. font-size:8px;
  375. font-family:calibri;
  376. line-height:10px;
  377. letter-spacing:1px;
  378. margin-top:-10px;
  379. opacity:0;
  380. width:100px;
  381. margin-left:-60px;
  382. z-index:999999999999;
  383. -o-transition-transition: all 0.7s ease;
  384. -webkit-transition: all 0.7s ease;
  385. -moz-transition: all 0.7s ease;
  386. transition: all 0.7s ease;
  387. }
  388.  
  389. .reblogg a{color:{color:text};border-bottom:1px solid {color:posts};}
  390. .notess a{color:{color:text};border-bottom:1px solid {color:posts};}
  391.  
  392. #entry .reblogg{
  393. text-transform: uppercase;
  394. display: block;
  395. text-align: right;
  396. text-decoration: none;
  397. font-size: 8px;
  398. font-family:calibri;
  399. line-height:10px;
  400. letter-spacing:2px;
  401. margin-top:-10px;
  402. opacity:1;
  403. width:100px;
  404. margin-left:250px;
  405. z-index:99999999;
  406. -o-transition-transition: all 0.7s ease;
  407. -webkit-transition: all 0.7s ease;
  408. -moz-transition: all 0.7s ease;
  409. transition: all 0.7s ease;
  410. }
  411.  
  412. #entry:hover .reblogg{
  413.  
  414. margin-left:180px;
  415. }
  416.  
  417. #blockt{
  418. position:{select:header position};
  419. opacity:1;
  420. width:320px;
  421. height:150px;
  422. padding:3px;
  423. background:{color:background};
  424. background-image:url({image:Background});
  425. background-attachment: fixed;
  426. background-repeat: repeat;
  427. margin-top:-290px;
  428. margin-left:500px;
  429. z-index:9999;
  430. text-align:center;
  431. -webkit-transition: all .7s ease;
  432. -moz-transition: all .7s ease;
  433. -o-transition: all .7s ease;
  434. transition: all .7s ease;}
  435.  
  436.  
  437. .wow {
  438. position:fixed;
  439. text-transform:uppercase;
  440. letter-spacing:1px;
  441. font-family:calibri;
  442. font-size:8px;
  443. right:25px;
  444. bottom:25px;
  445. }
  446.  
  447.  
  448.  
  449. #sidebar {
  450. position:{select:header position};
  451. padding:10px;
  452. z-index:999;
  453. background:{color:posts};
  454. width:250px;
  455. border:1px solid {color:borders};
  456. margin-top:-140px;
  457. margin-left:500px;
  458. padding:30px;
  459. z-index:999;
  460. z-index:9999999;
  461. height:40px;
  462. }
  463.  
  464. #sidebar img {
  465. width:70px;
  466. margin-top:-14px;
  467. margin-left:-10px;
  468. padding:0px;
  469. border-radius:4px;
  470. }
  471.  
  472.  
  473. .desc {
  474.  
  475. position:{select:header position};
  476. margin-top:-70px;
  477. margin-left:80px;
  478. font-family:calibri;
  479. font-size:8px;
  480. text-transform:uppercase;
  481. letter-spacing:1px;
  482. z-index:999999;
  483. width:180px;
  484. color:{color:text};
  485. height:70px;
  486. overflow:auto;
  487. line-height:14px;
  488. }
  489.  
  490. .taissa{
  491. opacity:1;
  492. margin-left:-31px;
  493. margin-top:-123px;
  494.  
  495. height:25px;
  496. padding:5px;
  497. overflow:hidden;
  498. width:300px;
  499. background:{color:posts};
  500. border:1px solid {color:borders};
  501. z-index:999999999999999999;
  502. transition: all 0.9s ease-out;
  503. -o-transition-transition: all 0.9s ease;
  504. -webkit-transition: all 0.9s ease;
  505. -moz-transition: all 0.9s ease;
  506. transition: all 0.9s ease;
  507. }
  508.  
  509.  
  510.  
  511. .taissa a{
  512. text-decoration:none;
  513. padding-bottom:5px;
  514. padding-top:5px;
  515. color:{color:text};
  516. font-size:8px;
  517. margin-left:12px;
  518. text-transform:uppercase;
  519. letter-spacing:1px;
  520. font-family:calibri;
  521. display:inline-block;
  522. margin-top:1px;
  523. line-height:13px;
  524. transition: all 0.9s ease-out;
  525. position:relative;
  526. border-bottom:1px solid {color:posts};
  527. }
  528.  
  529. .taissa:hover a{color:{color:text};opacity:.5;}
  530. .taissa a:hover{color:{color:text};opacity:1;}
  531.  
  532.  
  533. .taissa a:after {
  534.  
  535. position: absolute;
  536. top:28px;
  537. left: 0;
  538. width: 100%;
  539. height:4px;
  540. background:{color:link};
  541. content: '';
  542. opacity: 0;
  543. -webkit-transition:all 0.6s ease-out;
  544. -moz-transition:all 0.6s ease-out;
  545. transition:all 0.6s ease-out;
  546.  
  547. }
  548.  
  549. .taissa a:hover:after,
  550. .taissa a:focus:after {
  551. opacity: 1;
  552. width:100%;
  553.  
  554. -webkit-transition:all 0.6s ease-out;
  555. -moz-transition:all 0.6s ease-out;
  556. transition:all 0.6s ease-out;
  557.  
  558. }
  559.  
  560.  
  561.  
  562. .video iframe,
  563. .video .tumblr_video_container,
  564. .video .tumblr_video_container iframe {
  565. display:block;
  566. width:100%;
  567. height:auto;
  568. }
  569.  
  570. .video #youtube_iframe {
  571. display:block;
  572. width:100%;
  573. height:auto;
  574. }
  575.  
  576. .q{
  577. border-bottom:1px solid {color:borders};
  578. padding:10px;
  579. margin-left:-30px;
  580. position:relative;
  581. width:290px;
  582. margin-top:-30px;
  583. }
  584.  
  585.  
  586.  
  587. li {
  588. position:relative;
  589. display:block;
  590. }
  591.  
  592. li:before {
  593. content:'―';
  594. font-size:15px;
  595. position:absolute;
  596. left:-20px;
  597. color:{color:borders};
  598. top:0px;
  599. }
  600.  
  601. #lace{
  602. position:fixed;
  603. opacity:1;
  604. width:15px;
  605. height:100%;
  606. background:{color:border page};
  607. margin-top:-270px;
  608. margin-left:-5px;
  609. z-index:9999;
  610. text-align:center;
  611. -webkit-transition: all .7s ease;
  612. -moz-transition: all .7s ease;
  613. -o-transition: all .7s ease;
  614. transition: all .7s ease;}
  615.  
  616. #lace2{
  617. position:fixed;
  618. opacity:1;
  619. width:100%;
  620. height:15px;
  621. background:{color:border page};
  622. margin-top:-270px;
  623. margin-left:-5px;
  624. z-index:99999999999;
  625. text-align:center;
  626. -webkit-transition: all .7s ease;
  627. -moz-transition: all .7s ease;
  628. -o-transition: all .7s ease;
  629. transition: all .7s ease;}
  630.  
  631. #lace3{
  632. position:fixed;
  633. opacity:1;
  634. width:100%;
  635. height:15px;
  636. background:{color:border page};
  637. bottom:0px;
  638. margin-left:0px;
  639. z-index:9999;
  640. text-align:center;
  641. -webkit-transition: all .7s ease;
  642. -moz-transition: all .7s ease;
  643. -o-transition: all .7s ease;
  644. transition: all .7s ease;}
  645.  
  646. #lace4{
  647. position:fixed;
  648. opacity:1;
  649. width:10px;
  650. height:100%;
  651. background:{color:border page};
  652. margin-top:-270px;
  653. right:0px;
  654. z-index:9999;
  655. text-align:center;
  656. -webkit-transition: all .7s ease;
  657. -moz-transition: all .7s ease;
  658. -o-transition: all .7s ease;
  659. transition: all .7s ease;}
  660.  
  661. ol.notes li.note img.avatar {
  662. display:none;}
  663.  
  664. </style>
  665.  
  666.  
  667.  
  668. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" /><meta name="viewport" content="width=720" /></head>
  669.  
  670. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js" type="text/javascript"></script>
  671. <script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
  672. <script src="//code.jquery.com/jquery-migrate-1.2.1.min.js"></script>
  673. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js" type="text/javascript"></script>
  674.  
  675. <script type="text/javascript">
  676. $(document).ready(function(){
  677. $("#updatebutton").click(function(){
  678. $("#updatetext").slideToggle(500);
  679. $("#triangle").toggleClass("rotate");
  680. });
  681. });
  682. </script>
  683.  
  684. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  685.  
  686.  
  687. <body>
  688. {block:ifborderpage}
  689. <div id="lace"></div>
  690. <div id="lace2"></div>
  691. <div id="lace3"></div>
  692. <div id="lace4"></div>
  693. {/block:ifborderpage}
  694.  
  695. <div id="center">
  696. <div id="content">
  697. <div id="blockt"></div>
  698. <div id="sidebar">
  699. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  700. <div class="desc">{description}</div>
  701. <div class="taissa">
  702. <a href="{text:Link 1}">{text:Link 1 Title}</a>
  703. <a href="{text:Link 2}">{text:Link 2 Title}</a>
  704. <a href="{text:Link 3}">{text:Link 3 Title}</a>
  705. <a href="{text:Link 4}">{text:Link 4 Title}</a>
  706. <a href="{text:Link 5}">{text:Link 5 Title}</a>
  707. <a title="theme created by planthed" href="http://planthed.tumblr.com" target="_blank">theme</a>
  708. </div>
  709. </div>
  710.  
  711.  
  712.  
  713.  
  714.  
  715.  
  716. <div id="posts">
  717. {block:Posts}
  718. <div id="entry">
  719.  
  720. {block:IndexPage}
  721. <div class="block">
  722. <div class="date">
  723. posted on {month} {dayofmonth}
  724. </div>
  725. <div class="notess">
  726. <a href="{Permalink}" target="_blank" >{NoteCountWithLabel}</a>
  727. </div>
  728. <div class="reblogg">
  729. <a href="{reblogURL}" target="_blank" >reblog</a>
  730. </div>
  731. </div>
  732. {/block:IndexPage}
  733.  
  734. {block:Text}
  735. {block:Title}<span class="title">{Title}</span></span>{/block:Title}
  736. <span class="entrytext">{Body}</span></span></a>
  737. {/block:Text}
  738.  
  739. {block:Link}
  740. <a href="{URL}" class="title">{Name}</a>
  741. {block:Description}{Description}{/block:Description}
  742. {block:Link}
  743.  
  744.  
  745. {block:Photo}
  746. {block:IndexPage}
  747. <a href="{permalink}" target="_blank"><img src="{PhotoURL-500}" alt="{PhotoAlt}" style="" /></a>
  748. {/block:IndexPage}
  749. {block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width=100%/>{LinkCloseTag}{/block:PermalinkPage}
  750. {/block:Photo}
  751.  
  752.  
  753. {block:Photoset}
  754. {Photoset-250}
  755. {/block:Photoset}
  756.  
  757. {block:Quote}
  758. <div class="quote">&ldquo; {quote} &rdquo;</div>
  759. {/block:Quote}
  760.  
  761. {block:Chat}
  762. {block:Title}<span class="title">{Title}</span>{/block:Title}
  763. <ul class="chat">
  764. {block:Lines}
  765. <li class="user_{UserNumber}">
  766. {block:Label}
  767. <span class="label">{Label}</span>
  768. {/block:Label}
  769. {Line}<p>
  770. {/block:Lines}
  771. {/block:Chat}
  772.  
  773. {block:Audio}
  774. <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 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>
  775. {/block:Audio}
  776.  
  777. {block:Video}
  778. <div class="video">{Video-500}</div>
  779. {block:Video}
  780.  
  781.  
  782. {block:Answer}
  783. <div class="q"><askk>{asker}:</askk>{Question}</div>
  784. <div class="a">{Answer}</div>
  785. {/block:Answer}
  786.  
  787. {block:PermalinkPage}
  788. <center>
  789. {block:Caption}{Caption}{/block:Caption}
  790. {block:RebloggedFrom}
  791. posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year} with {notecountwithlabel}<br>
  792. <b>orginally posted by:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a> | <b>reblogged from:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a><br>{/block:RebloggedFrom}
  793. {block:HasTags} tags: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}
  794.  
  795. {block:NoteCount} <div style="border-bottom: 1px solid #eee; text-align: center; margin: 10px;"></div>{/block:NoteCount}
  796. </center>
  797. {/block:PermalinkPage}
  798. {block:PostNotes}<div align="middle"></div>
  799. <center></center></span><br>
  800. <div id="postnotes">{PostNotes}</div><br>
  801. <center>{block:ContentSource}
  802. <br><a href="{SourceURL}">
  803. {lang:Source}:
  804. {block:SourceLogo}
  805. <img src="{BlackLogoURL}" width="{LogoWidth}"
  806. height="{LogoHeight}" alt="{SourceTitle}" />
  807. {/block:SourceLogo}
  808. {block:NoSourceLogo}
  809. {SourceLink}
  810. {/block:NoSourceLogo}
  811. </a>
  812. {/block:ContentSource}</center>
  813.  
  814. {/block:PostNotes}
  815. </div>
  816. {/block:Posts}
  817. </div></div>
  818.  
  819. {block:indexpage}
  820. {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a></div>{/block:NextPage}
  821. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  822. <div class="wow"><a href="http://planthed.tumblr.com" target="_blank">thm</a>
  823. </div>
  824. <script type="text/javascript" src="http://static.tumblr.com/bswe8t6/UFVlryaq2/jquerymsnryv2.js"></script>
  825. <script type="text/javascript">
  826. $(window).load(function(){
  827. var $wall = $('#posts');
  828. $wall.imagesLoaded(function(){
  829. $wall.masonry({
  830. itemSelector: '#entry, #entry_photo',
  831. isAnimated : false
  832. });
  833. });
  834.  
  835. $wall.infinitescroll({
  836. navSelector : '#page-nav',
  837. nextSelector : '#page-nav a',
  838. itemSelector : '#entry, #entry_photo',
  839. bufferPx : 2000,
  840. debug : false,
  841. errorCallback: function() {
  842. $('#infscr-loading').fadeOut('normal');
  843. }},
  844. function( newElements ) {
  845. var $newElems = $( newElements );
  846. $newElems.hide();
  847. $newElems.imagesLoaded(function(){
  848. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  849. });
  850. }); $('#content').show(500);
  851. });
  852. </script>
  853. {/block:indexpage}
  854. <script type="text/javascript">
  855. <!--
  856.  
  857. // Disable Right Click Script
  858.  
  859. function IE(e)
  860. {
  861. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  862. {
  863. return false;
  864. }
  865. }
  866. function NS(e)
  867. {
  868. if (document.layers || (document.getElementById && !document.all))
  869. {
  870. if (e.which == "2" || e.which == "3")
  871. {
  872. return false;
  873. }
  874. }
  875. }
  876. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  877.  
  878. //-->
  879. </script>
  880. </body>
  881. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement