Advertisement
planthed

Goner

Feb 1st, 2016
4,069
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.45 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. <title>{Title}</title>
  18. <link rel="shortcut icon" href="{favicon}">
  19. <meta name="image:background" content=""/>
  20. <meta name="image:sidebar" content=""/>
  21. <meta name="color:Background" content="#fff"/>
  22. <meta name="color:Link" content="#aaa"/>
  23. <meta name="color:text" content="#000"/>
  24. <meta name="text:blogtitle" content="title goes here" />
  25. <meta name="text:Link 1 Title" content="home" />
  26. <meta name="text:Link 1" content="/" />
  27. <meta name="text:Link 2 Title" content="mail"/>
  28. <meta name="text:Link 2" content="/ask" />
  29. <meta name="text:Link 3 Title" content="more" />
  30. <meta name="text:Link 3" content="/" />
  31. <meta name="text:Link 4 Title" content="faves" />
  32. <meta name="text:Link 4" content="/" />
  33. <meta name="text:Link 5 Title" content="about" />
  34. <meta name="text:Link 5" content="/" />
  35. <meta name="text:Link 6 Title" content="archive" />
  36. <meta name="text:Link 6" content="/archive" />
  37. <meta name="if:hover captions" content="1"/>
  38. <meta name="select:post width" content="250px" title="250"/>
  39. <meta name="select:post width" content="300px" title="300"/>
  40. <meta name="select:post width" content="350px" title="350"/>
  41. <meta name="select:post width" content="400px" title="400"/>
  42. <meta name="select:post width" content="450px" title="450"/>
  43. <meta name="select:post width" content="500px" title="500"/>
  44. <script src="http://static.tumblr.com/kjtbii3/44Nmyhtju/slidetoggle.js">
  45. </script>
  46. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  47. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  48. <script>
  49. (function($){
  50. $(document).ready(function(){
  51. $("a[title]").style_my_tooltips({
  52. tip_follows_cursor:true,
  53. tip_delay_time:90,
  54. tip_fade_speed:600,
  55. attribute:"title"
  56. });
  57. });
  58. })(jQuery);
  59. </script>
  60.  
  61. <style type="text/css">
  62.  
  63. /*tooltips*/
  64.  
  65. #s-m-t-tooltip{
  66. max-width:300px;
  67. padding:3px;
  68. padding-right:5px;
  69. padding-left:5px;
  70. background-color:#eee; /*change color background*/
  71. margin:20px 0px 0px 20px;
  72. font-family: 'NTR', sans-serif;
  73. text-transform:uppercase;
  74. letter-spacing:1px;
  75. font-size:10px;
  76. color:{color:text};
  77. line-height:20px;
  78. opacity:1;
  79. z-index:9999999999999999999;
  80. }
  81.  
  82. /*tumblr controls*/
  83.  
  84. #tumblr_controls, .tmblr-iframe{ z-index:99999!important; -webkit-filter:invert(100%); -moz-filter:invert(100%); -o-filter:invert(100%); -ms-filter:invert(100%); filter:invert(100%); position:fixed!important; top:0px!important; right:0px!important; opacity:.5;
  85. -webkit-transition:all 0.6s ease-out;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out}
  86.  
  87. #tumblr_controls, .tmblr-iframe:hover{
  88. opacity:.9;webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;
  89. -webkit-transition:all 0.6s ease-out;-webkit-filter:invert(80%); -moz-filter:invert(80%); -o-filter:invert(80%); -ms-filter:invert(80%); filter:invert(80%);
  90. }
  91.  
  92. /*scrollbar*/
  93.  
  94. ::-webkit-scrollbar {width: 10px; height: 2px; background:transparent; border:4px solid transparent; }
  95.  
  96. ::-webkit-scrollbar-thumb { background-color:{color:link}; border:4px solid {color:background};border-radius:3px;}
  97.  
  98. /*links*/
  99.  
  100. a:link, a:active, a:visited{color:{color:link};-webkit-transition: all 0.6s ease-out;text-decoration:none;}
  101.  
  102. a:hover {color:{color:text};}
  103.  
  104. /*don't touch this*/
  105.  
  106. #a{width:250px; height:auto;}}
  107.  
  108. #center{
  109. padding-top:3px;
  110. padding-bottom:3px;
  111. position:fixed !important;
  112. width:250px;
  113. height:207px;
  114. {block:PermalinkPage}
  115. width:410px;
  116. height:207px;
  117. {/block:PermalinkPage}
  118. }
  119.  
  120. /*body and the position of posts*/
  121.  
  122. body{
  123. margin:5px;
  124. background-color:{color:background};
  125. background-image:url({image:Background});
  126. background-attachment:fixed;
  127. background-repeat:repeat;
  128. color:{color:Text};
  129. }
  130.  
  131.  
  132. #posts{
  133. position:absolute;
  134. float:center;
  135. width:500px;
  136. left:380px;
  137. top:0%;
  138. }
  139.  
  140.  
  141. /*customization of your posts*/
  142.  
  143.  
  144. #entry {
  145. font-family: 'NTR', sans-serif;
  146. font-size:11px;
  147. margin-left:70px;
  148. line-height: 13px;
  149. color:{color:text};
  150. margin-top:100px;
  151. float:left;
  152. text-transform:normal;
  153. width:{select:post width};
  154. z-index:3;
  155. }
  156.  
  157. #entry:hover img{
  158. border-bottom-right-radius:0px;
  159. border-bottom-left-radius:0px;
  160. }
  161.  
  162. #entry img{
  163. {block:indexpage}
  164. border-radius:4px;
  165. max-width:100%;
  166. {/block:indexpage}
  167. }
  168.  
  169. /*permalinks*/
  170.  
  171.  
  172. .block:after {
  173. content:' ';
  174. height:3px;
  175. position:absolute;
  176. top:0px;
  177. background:{color:link};
  178. left:0px;
  179. width:10px;
  180. opacity:0;
  181. -webkit-transition: all .9s ease;
  182. -moz-transition: all .9s ease;
  183. -o-transition: all .9s ease;
  184. transition: all .9s ease;
  185. }
  186.  
  187. #entry:hover .block:after{
  188. width:{select:post width};
  189. opacity:1;
  190. }
  191.  
  192.  
  193. #entry .block {
  194. position:relative;
  195. display:block;
  196. float:left;
  197. width:auto;
  198. margin:0px;
  199. top:-5px;
  200. opacity:1;
  201. height:auto;
  202. left:0px;
  203. overflow:hidden;
  204. }
  205.  
  206.  
  207.  
  208. #entry .date {
  209. text-transform: uppercase;
  210. display: block;
  211. text-align: left;
  212. text-decoration: none;
  213. font-size: 10px;
  214. font-family:arial;
  215. line-height:10px;
  216. letter-spacing:1px;
  217. margin-top:10px;
  218. opacity:0;
  219. width:100px;
  220. margin-left:2px;
  221. z-index:99999999;
  222. -o-transition-transition: all 3s ease;
  223. -webkit-transition: all 3s ease;
  224. -moz-transition: all 3s ease;
  225. transition: all 3s ease;
  226. }
  227.  
  228. #entry:hover .date{
  229. opacity:1;
  230. -o-transition-transition: all 3s ease;
  231. -webkit-transition: all 3s ease;
  232. -moz-transition: all 3s ease;
  233. transition: all 3s ease;
  234.  
  235. }
  236.  
  237. #entry:hover .notas{
  238. opacity:1;
  239. -o-transition-transition: all 3s ease;
  240. -webkit-transition: all 3s ease;
  241. -moz-transition: all 3s ease;
  242. transition: all 3s ease;
  243.  
  244. }
  245.  
  246. #entry .notas{
  247. text-transform: uppercase;
  248. display: block;
  249. text-align:right;
  250. text-decoration: none;
  251. font-size:10px;
  252. font-family:arial;
  253. line-height:10px;
  254. letter-spacing:1px;
  255. margin-top:-10px;
  256. opacity:0;
  257. color:{color:link};
  258. width:{select:post width};
  259. right:50px;
  260. z-index:99999999;
  261. -o-transition-transition: all 3s ease;
  262. -webkit-transition: all 3s ease;
  263. -moz-transition: all 3s ease;
  264. transition: all 3s ease;
  265. }
  266.  
  267. .caption{
  268. position:absolute;
  269. padding:5px;
  270. padding-left:10px;
  271. padding-right:10px;
  272. max-width:200px;
  273. height:auto;
  274. max-height:150px;
  275. margin-top:10px;
  276. margin-left:10px;
  277. overflow:auto;
  278. text-align:left;
  279. opacity:0;
  280. font-size:11px;
  281. font-style:italic;
  282. background:white;
  283. z-index:99999;
  284. -webkit-transition: all .9s ease;
  285. -moz-transition: all .9s ease;
  286. -o-transition: all .9s ease;
  287. transition: all .9s ease;
  288. }
  289.  
  290. #entry:hover .caption{
  291. opacity:.9;
  292. }
  293.  
  294.  
  295.  
  296.  
  297. /*audio style*/
  298.  
  299. #audio {
  300. width:{select:post width};
  301. height:auto;
  302. min-height:60px;
  303. padding-bottom:0px;
  304. line-height:20px;
  305. }
  306. .cover {
  307. position:absolute;
  308. z-index:1;
  309. width:60px;
  310. height:60px;
  311. }
  312. .cover img {
  313. position:absolute;
  314. float:left;
  315. border-radius:0px;
  316. width:60px;
  317. height:60px;
  318. }
  319. .playbox {
  320. -webkit-transform: scale(0.20);
  321. opacity:0;
  322. width:27px;
  323. height:30px;
  324. overflow:hidden;
  325. position:absolute;
  326. z-index:1000;
  327. margin-left:17px;
  328. margin-top:17px;
  329. text-align:center;
  330. -webkit-transition: all .9s ease;
  331. -moz-transition: all .9s ease;
  332. -o-transition: all .9s ease;
  333. transition: all .9s ease;
  334. }
  335.  
  336. #entry:hover .playbox{
  337. opacity:0.6;
  338. -webkit-transform: scale(1);
  339. -webkit-transition: all .9s ease;
  340. -moz-transition: all .9s ease;
  341. -o-transition: all .9s ease;
  342. transition: all .9s ease;
  343. }
  344. .info {
  345. margin-left:73px;
  346. margin-top:4px;
  347. font-size:15px;
  348. text-align:right;
  349. font-family:raleway;
  350. line-height:17px;
  351. }
  352.  
  353.  
  354. /*em dash*/
  355.  
  356. li {
  357. position:relative;
  358. display:block;
  359. }
  360.  
  361. li:before {
  362. content:'―';
  363. font-size:10px;
  364. position:absolute;
  365. left:-14px;
  366. color:{color:link};
  367. top:0px;
  368. }
  369.  
  370. /*title of your entrys*/
  371.  
  372. .title{
  373. font-family: 'Quicksand', sans-serif;
  374. padding:2px;
  375. font-weight:700;
  376. font-size:23px;
  377. text-transform:none;
  378. line-height:25px;
  379. color:{color:link};}
  380.  
  381. /*blockquote*/
  382.  
  383.  
  384. blockquote{
  385. border-left:1px solid #eee;
  386. padding-left:5px;
  387. text-transform:uppercase;
  388. letter-spacing:1px;
  389. line-height:13px;
  390. font-size:8px;
  391. margin:5px;
  392. }
  393.  
  394. /*text quote*/
  395.  
  396. .quote{
  397. font-family: 'Quicksand', sans-serif;
  398. font-size:20px;
  399. font-weight:700;
  400. line-height:24px;
  401. text-transform:none;
  402. color:{color:link};
  403. }
  404.  
  405. /*video and photosets size - don't touch this*/
  406.  
  407.  
  408. .photoset-img { width:100%; }
  409.  
  410. .video iframe,
  411. .video .tumblr_video_container,
  412. .video .tumblr_video_container iframe {
  413. display:block;
  414. width:100%;
  415. height:auto;
  416. }
  417.  
  418. .video #youtube_iframe {
  419. display:block;
  420. width:100%;
  421. height:auto;
  422. }
  423.  
  424. /* answer style */
  425.  
  426. .q{
  427. margin-top:10px;
  428. padding:4px;
  429. padding-bottom:6px;
  430. line-height:14px;
  431. }
  432.  
  433. .as{
  434. color:{color:link};
  435. margin-left:0px;
  436. letter-spacing:2px;
  437. font-family:raleway;
  438. text-transform:uppercase;
  439. padding-bottom:11px;
  440. font-size:15px;
  441. width:300px;
  442. border-bottom:1px solid #eee;
  443. }
  444.  
  445. .ed{
  446. margin-left:0px;
  447. width:300px;
  448. border-bottom:1px solid #eee;
  449. }
  450.  
  451. .a{
  452. line-height:14px;
  453. text-align:right;
  454. }
  455.  
  456. /* permalink post notes*/
  457.  
  458. ol.notes li.note img.avatar {
  459. display:none;}
  460.  
  461.  
  462.  
  463. #postnotes{
  464. background:{color:background};
  465. overflow:auto;
  466. border:1px solid #eee;
  467. height:auto;
  468. max-height:170px;
  469. line-height:20px;
  470. padding:8px;
  471. }
  472.  
  473. /*chat style*/
  474.  
  475. .user_1, .user_3, .user_5, .user_7, .user_9, .user_11, .user_13, .user_15, .user_17, .user_19, .user_21, .user_23, .user_25, .user_27, .user_29, .user_31, .user_33, .user_35, .user_37, .user_39, .user_41, .user_43, .user_45, .user_47, .user_49, .user_51, .user_53, .user_55, .user_57, .user_59, .user_61, .user_63, .user_65, .user_67, .user_69, .user_71, .user_73, .user_75, .user_77, .user_79, .user_81, .user_83, .user_85, .user_87, .user_89, .user_91, .user_93, .user_95, .user_97, .user_99, .user_101, .user_103, .user_105, .user_107, .user_109, .user_111, .user_113, .user_115, .user_117, .user_119, .user_121, .user_123, .user_125, .user_127, .user_129, .user_131, .user_133, .user_135, .user_137, .user_139, .user_141, .user_143, .user_145, .user_147, .user_149{background:#f5f5f5; padding:5px;margin-bottom:8px;text-transform:uppercase;font-size:8px;letter-spacing:2px;color:{color:text};line-height:15px;padding-top:8px;}
  476.  
  477. .user_2, .user_4, .user_6, .user_8, .user_10, .user_12, .user_14, .user_16, .user_18, .user_20, .user_22, .user_24, .user_26, .user_28, .user_30, .user_32, .user_34, .user_36, .user_38, .user_40, .user_42, .user_44, .user_46, .user_48, .user_50, .user_52, .user_54, .user_56, .user_58, .user_60, .user_62, .user_64, .user_66, .user_68, .user_70, .user_72, .user_74, .user_76, .user_78, .user_80, .user_82, .user_84, .user_86, .user_88, .user_90, .user_92, .user_94, .user_96, .user_98, .user_100, .user_102, .user_104, .user_106, .user_108, .user_110, .user_112, .user_114, .user_116, .user_118, .user_120, .user_122, .user_124, .user_126, .user_128, .user_130, .user_132, .user_134, .user_136, .user_138, .user_140, .user_142, .user_144, .user_146, .user_148, .user_150{background:#eee; padding:5px;margin-bottom:8px;text-transform:uppercase;font-size:8px;letter-spacing:2px;color:{color:text};line-height:15px;padding-top:8px;}
  478.  
  479.  
  480. /*sidebar*/
  481.  
  482.  
  483. #sidebar {
  484. position:fixed;
  485. z-index:999;
  486. width:200px;
  487. top:160px;
  488. left:200px;
  489. z-index:999;
  490. height:auto;
  491. padding:7px;
  492. }
  493.  
  494.  
  495. #sidebar img{
  496. width:70px;
  497. height:70px;
  498. border-radius:4px;
  499. }
  500.  
  501.  
  502. .titulo {
  503. font-family:raleway;
  504. z-index:99999;
  505. text-align:left;
  506. margin-top:15px;
  507. width:auto;
  508. height:14px;
  509. font-size:15px;
  510. width:auto;
  511. line-height:14px;
  512. letter-spacing:3px;
  513. text-transform:uppercase;
  514. color:{color:text};
  515. }
  516.  
  517. .titulo:after {
  518. content:' ';
  519. height:3px;
  520. position:absolute;
  521. top:117px;
  522. background:{color:link};
  523. left:7px;
  524. width:50px;
  525. opacity:1;
  526. -webkit-transition: all .9s ease;
  527. -moz-transition: all .9s ease;
  528. -o-transition: all .9s ease;
  529. transition: all .9s ease;
  530. }
  531.  
  532. #desc{
  533. float:left;
  534. font-size:11px;
  535. width:130px;
  536. margin-top:16px;
  537. line-height:13px;
  538. color:{color:text};
  539. font-family: 'NTR', sans-serif;
  540. -webkit-transition: all .9s ease;
  541. -moz-transition: all .9s ease;
  542. -o-transition: all .9s ease;
  543. transition: all .9s ease;
  544. }
  545.  
  546. #sidebar:hover #desc{
  547. opacity:0;
  548. }
  549.  
  550. #nav{
  551. opacity:0;
  552. margin-top:-30px;
  553. width:130px;
  554. z-index:99999;
  555. position:absolute;
  556. margin-left:-4px;
  557. -webkit-transition: all 1s ease;
  558. -moz-transition: all 1s ease;
  559. -o-transition: all 1s ease;
  560. transition: all 1s ease;
  561. }
  562.  
  563. #sidebar:hover #nav{
  564. margin-top:20px;
  565. opacity:1;
  566. }
  567.  
  568.  
  569. #nav a{
  570. text-decoration:none;
  571. color:{color:link};
  572. font-size:11px;
  573. letter-spacing:1px;
  574. font-family:raleway;
  575. display:block;
  576. margin-left:1px;
  577. padding:5px;
  578. -webkit-transition: all .9s ease;
  579. -moz-transition: all .9s ease;
  580. -o-transition: all .9s ease;
  581. transition: all .9s ease;
  582. }
  583.  
  584. #nav a:hover{
  585. padding-left:30px;
  586. }
  587.  
  588.  
  589.  
  590.  
  591.  
  592. #niall{
  593. width:auto;
  594. position:fixed;
  595. bottom:70px;
  596. right:70px;
  597. background:{color:background};
  598. z-index:99999999999999999999999999999999;
  599. }
  600.  
  601.  
  602. .zayn{
  603. font-size:20px;
  604. margin-top:30px;
  605. padding:5px;
  606. color:{color:link};
  607. margin-left:20px;
  608. position:absolute;
  609. -webkit-transition: all .3s ease;
  610. -moz-transition: all .3s ease;
  611. -o-transition: all .3s ease;
  612. transition: all .3s ease;
  613. }
  614.  
  615. #niall:hover .zayn{
  616. opacity:0;
  617. -webkit-transform: scale(0);}
  618.  
  619. .lol{
  620. text-align:center;
  621. font-size:8px;
  622. padding:7px;
  623. width:200px;
  624. font-family:'calibri';
  625. text-transform:uppercase;
  626. margin-left:-69px;
  627. letter-spacing:2px;
  628. margin-top:34px;
  629. position:fixed;
  630. opacity:0;
  631. line-height:11px;
  632. overflow:hidden;
  633. -webkit-transition: all .3s ease;
  634. -moz-transition: all .3s ease;
  635. -o-transition: all .3s ease;
  636. transition: all .3s ease;
  637. -webkit-transform: scale(0);
  638. }
  639.  
  640. #niall:hover .lol{
  641. opacity:1;
  642. -webkit-transform: scale(1);
  643. }
  644.  
  645. </style>
  646.  
  647. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" /><meta name="viewport" content="width=720" /></head>
  648. <script src="https://cdnjs.cloudflare.com/ajax/libs/smoothscroll/1.4.1/SmoothScroll.min.js"></script>
  649. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
  650. <script type="text/javascript">
  651. WebFontConfig = {
  652. google: { families: [ 'Raleway:300,200,400:latin', 'Montserrat:400,700:latin', 'Roboto:400,100,100italic,300:latin', 'Quicksand:400,700:latin', 'Petit+Formal+Script::latin', 'Parisienne::latin', 'Kurale::latin', 'NTR::latin', 'Clicker+Script::latin' ] }
  653. };
  654. (function() {
  655. var wf = document.createElement('script');
  656. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  657. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  658. wf.type = 'text/javascript';
  659. wf.async = 'true';
  660. var s = document.getElementsByTagName('script')[0];
  661. s.parentNode.insertBefore(wf, s);
  662. })(); </script>
  663.  
  664.  
  665.  
  666. <body>
  667. <div id="center">
  668. <div id="content">
  669.  
  670. <div id="sidebar">
  671. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  672. <div class="titulo">{text:blogtitle}</div>
  673. <div id="desc">{description}</div>
  674. <div id="nav">
  675. <a href="{text:Link 1}"><b>01.</b> {text:Link 1 Title}</a>
  676. <a href="{text:Link 2}"><b>02.</b> {text:Link 2 Title}</a>
  677. <a href="{text:Link 3}"><b>03.</b> {text:Link 3 Title}</a>
  678. <a href="{text:Link 4}"><b>04.</b> {text:Link 4 Title}</a>
  679. <a href="{text:Link 5}"><b>05.</b> {text:Link 5 Title}</a>
  680. <a href="{text:Link 6}"><b>06.</b> {text:Link 6 Title}</a>
  681. </div>
  682. </div>
  683. </div>
  684.  
  685. <!--- do not detele this lmao---->
  686. <div id="niall"><div class="zayn"><i class="fa fa-code"></i></div>
  687. <div class="lol"> <a href="http://planthed.tumblr.com/"target="_blank">planthed</a></div></div>
  688. <!--- do not detele this lmao---->
  689.  
  690.  
  691.  
  692.  
  693. <div id="posts">
  694. {block:Posts}
  695. <div id="entry">
  696.  
  697.  
  698. {block:Text}
  699. {block:Title}
  700. <span class="title">{Title}</span>
  701. {/block:Title}
  702. <span class="entrytext">{Body}</span></span></a>
  703. {/block:Text}
  704.  
  705. {block:Link}
  706. <a href="{URL}" class="title">{Name}</a>
  707. {block:Description}{Description}{/block:Description}
  708. {block:Link}
  709.  
  710.  
  711. {block:Photo}
  712. {block:IndexPage}
  713. {block:ifhovercaptions}
  714. <div class="caption">
  715. {block:Caption}{Caption}{/block:Caption}
  716. </div>
  717. {/block:ifhovercaptions}
  718. {/block:IndexPage}
  719. <a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"width=100%/></a>{/block:Photo}
  720.  
  721.  
  722. {block:Photoset}
  723. {block:Photos}
  724. <a href="{permalink}"><img src="{PhotoURL-500}" class="photoset-img" /></a>
  725. {/block:Photos}
  726. {/block:Photoset}
  727.  
  728.  
  729. {block:Quote}
  730. <div class="quote">❝&nbsp;{quote}</div><p>
  731. {/block:Quote}
  732.  
  733. {block:Chat}
  734. <div class="chat">
  735. {block:Title}<span class="title">{Title}</span></span>{/block:Title}
  736. {block:Lines}<div class="lines {Alt}"><div class="{Alt} user_{UserNumber}">{block:Label}<i>{Label}</i> {/block:Label}{Line}</div></div>{/block:Lines}
  737. </div>
  738. {/block:Chat}
  739.  
  740. {block:Audio}
  741. <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"><span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br><p><span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}</div></div><p>
  742. {/block:Audio}
  743.  
  744.  
  745. {block:Video}
  746. {block:IndexPage}
  747. <div class="video">{Video-500}</div>
  748. {/block:IndexPage}</center>
  749. {block:PermalinkPage}{Video-400}{/block:PermalinkPage}
  750. {block:Video}
  751.  
  752.  
  753. {block:Answer}
  754. <div class="as">&nbsp;{Asker} asked:</div>
  755. <div class="q">{Question}</div>
  756. <div class="ed"></div>
  757. <div class="a">{Answer}</div>
  758. {/block:Answer}
  759.  
  760. {block:IndexPage}
  761. <div class="block">
  762. <div class="date">
  763. <a href="{Permalink}" target="_blank" >{shortmonth} {dayofmonth}{dayofmonthsuffix}</a>
  764. </div>
  765. <div class="notas">
  766. <a href="{Permalink}" target="_blank" >{NoteCountWithLabel}</a>, <a href="{reblogURL}" target="_blank" ><i class="fa fa-refresh"></i></a>
  767. </div>
  768. </div>
  769. {/block:IndexPage}
  770.  
  771. {block:PermalinkPage}
  772. {block:Caption}{Caption}{/block:Caption}
  773. <center>{block:RebloggedFrom}
  774. posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year} with {notecountwithlabel}<br>
  775. <b>orginally posted by:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a> | <b>reblogged from:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a><br>{/block:RebloggedFrom}
  776. {block:HasTags} tags: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}
  777.  
  778. {block:NoteCount} <div style="border-bottom: 1px solid #eee; text-align: center; margin: 8px;"></div>{/block:NoteCount}
  779. </center>
  780. {/block:PermalinkPage}
  781.  
  782. {block:PostNotes}<p>
  783. <div id="postnotes">{PostNotes}</div><br>
  784. {/block:PostNotes}
  785. </div>
  786. {/block:Posts}
  787. </div></div>
  788.  
  789. {block:indexpage}
  790. {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a></div>{/block:NextPage}
  791. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  792. <script type="text/javascript" src="http://static.tumblr.com/bswe8t6/UFVlryaq2/jquerymsnryv2.js"></script>
  793. <script type="text/javascript">
  794. $(window).load(function(){
  795. var $wall = $('#posts');
  796. $wall.imagesLoaded(function(){
  797. $wall.masonry({
  798. itemSelector: '#entry, #entry_photo',
  799. isAnimated : false
  800. });
  801. });
  802.  
  803. $wall.infinitescroll({
  804. navSelector : '#page-nav',
  805. nextSelector : '#page-nav a',
  806. itemSelector : '#entry, #entry_photo',
  807. bufferPx : 2000,
  808. debug : false,
  809. errorCallback: function() {
  810. $('#infscr-loading').fadeOut('normal');
  811. }},
  812. function( newElements ) {
  813. var $newElems = $( newElements );
  814. $newElems.hide();
  815. $newElems.imagesLoaded(function(){
  816. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  817. });
  818. }); $('#content').show(500);
  819. });
  820. </script>
  821. {/block:indexpage}
  822. <script type="text/javascript">
  823. <!--
  824.  
  825. // Disable Right Click Script
  826.  
  827. function IE(e)
  828. {
  829. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  830. {
  831. return false;
  832. }
  833. }
  834. function NS(e)
  835. {
  836. if (document.layers || (document.getElementById && !document.all))
  837. {
  838. if (e.which == "2" || e.which == "3")
  839. {
  840. return false;
  841. }
  842. }
  843. }
  844. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  845.  
  846. //-->
  847. </script>
  848. </body>
  849. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement