Advertisement
planthed

ugh no theme

Jul 11th, 2014
523
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.20 KB | None | 0 0
  1. <!--
  2. this is a new theme for you, i hope you like it! keep the credits and i wont report you:)
  3.  
  4. ▀▀█▀▀ ▒█░▒█ ▒█▀▀▀ ▒█▀▄▀█ ▒█▀▀▀   ▒█▀▀█ ▒█░░▒█  
  5. ░▒█░░ ▒█▀▀█ ▒█▀▀▀ ▒█▒█▒█ ▒█▀▀▀   ▒█▀▀▄ ▒█▄▄▄█  
  6. ░▒█░░ ▒█░▒█ ▒█▄▄▄ ▒█░░▒█ ▒█▄▄▄   ▒█▄▄█ ░░▒█░░
  7.  
  8. ▒█▀▀█ ▒█░░░ ░█▀▀█ ▒█▄░▒█ ▀▀█▀▀ ▒█░▒█ ▒█▀▀▀ ▒█▀▀▄
  9. ▒█▄▄█ ▒█░░░ ▒█▄▄█ ▒█▒█▒█ ░▒█░░ ▒█▀▀█ ▒█▀▀▀ ▒█░▒█
  10. ▒█░░░ ▒█▄▄█ ▒█░▒█ ▒█░░▀█ ░▒█░░ ▒█░▒█ ▒█▄▄▄ ▒█▄▄▀.TUMBLR.COM
  11.  
  12. KEEP THE CREDITS OR I'LL REPORT YOU!
  13.  
  14. basecode by coolified
  15. permalinks by hisabeel
  16.  
  17. --->
  18.  
  19. <html lang="en">
  20. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  21. <html xmlns="http://www.w3.org/1999/xhtml">
  22. <head>
  23.  
  24. <script type="text/javascript"
  25. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  26.  
  27.  
  28. <!--DEFAULT VARIABLES-->
  29. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  30. <meta name="color:Background" content="#fff"/>
  31. <meta name="color:blogtitle" content="teen idle">
  32. <meta name="color:Hover" content="#fff"/>
  33. <meta name="color:Entry Text" content="#aaa"/>
  34. <meta name="color:Links" content="#aaa"/>
  35. <meta name="color:Title" content="#aaa"/>
  36. <meta name="image:Background" content="0"/>
  37. <meta name="image:Sidebar" content="0"/>
  38. <meta name="text:blogtitle" content="teen idle">
  39. <meta name="text:favicon" content="put the favicon link here">
  40. <meta name="text:Link 1" content="/">
  41. <meta name="text:Link 1 Title" content="link1">
  42. <meta name="text:Link 2" content="/">
  43. <meta name="text:Link 2 Title" content="link2">
  44. <meta name="text:Link 3" content="/">
  45. <meta name="text:Link 3 Title" content="link3">
  46. <meta name="text:Link 4" content="/">
  47. <meta name="text:Link 4 Title" content="link5">
  48. <meta name="text:Link 5" content="/">
  49. <meta name="text:Link 5 Title" content="link5">
  50. <meta name="color:Scrollbar" content="#000000"/>
  51. <meta name="color:Scrollbar Background" content="#fff"/>
  52. <meta name="if:White Follow Buttons" content="1" />
  53. <meta name="if:Faded Images" content="0" />
  54. <meta name="if:Inverted Images" content="0" />
  55. <meta name="if:Rounded Sidebar" content="0" />
  56. <meta name="if:graphic image" content="1" />
  57. <meta name="if:custom links" content="0" />
  58. <meta name="if:drop menu" content="1" />
  59.  
  60.  
  61. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  62. <script>
  63. (function($){
  64. $(document).ready(function(){
  65. $("[title]").style_my_tooltips({
  66. tip_follows_cursor:true,
  67. tip_delay_time:200,
  68. tip_fade_speed:300
  69. }
  70. );
  71. });
  72. })(jQuery);
  73. </script>
  74.  
  75. <style type="text/css">
  76.  
  77. #s-m-t-tooltip{ z-index: 99999;
  78. background: #FFF;
  79. font-size: 8px;
  80. line-height: 11px;
  81. font-family: calibri;
  82. letter-spacing: px;
  83. text-transform:uppercase;
  84. color: #aaa;
  85. text-align: center;
  86. padding: 5px;
  87. border: 1px solid #eeeded;
  88. border-radius: 0px;
  89. display: block;
  90. max-width: 170px;
  91. margin: 6px 10px;
  92. border-radius:5px;
  93. -webkit-box-shadow: 2px 2px 2px rgba(20, 20, 20, 0.1);
  94. -moz-box-shadow: 2px 2px 2px rgba(20, 20, 20, 0.1);
  95. box-shadow: 2px 2px 2px rgba(20, 20, 20, 0.1);}
  96.  
  97.  
  98. ::-webkit-scrollbar-thumb{
  99. background-color: {color:scrollbar};
  100. border: 2px solid {color:scrollbar background};
  101. height:auto;
  102. -moz-border-radius: 10px;
  103. border-radius: 10px;
  104. }
  105.  
  106.  
  107.  
  108. ::-webkit-scrollbar {
  109. height:auto;
  110. width:8px;
  111. background-color: #999999;
  112. border: 4px solid {color:scrollbar background};
  113. }
  114.  
  115.  
  116. .tmblr-iframe.tmblr-iframe--desktop-loggedin-controls.iframe-controls--desktop{
  117. z-index:9999999999999999999999999999999999999;
  118. opacity:.2 !important;
  119. -webkit-filter:invert(100%);
  120. position:fixed!important;
  121. }
  122.  
  123. .tmblr-iframe.tmblr-iframe--desktop-loggedin-controls.iframe-controls--desktop:hover{
  124. -webkit-transition:opacity 0.7s linear;
  125. opacity:1.0;
  126. -webkit-transition:all 0.4s ease-out;
  127. -moz-transition:all 0.4s ease-out;
  128. transition: all 0.4s ease-out;
  129. z-index:99999;
  130. }
  131.  
  132. p {
  133. margin:0px;
  134. margin-top:0px;
  135. }
  136.  
  137.  
  138. body {
  139. padding: 0px;
  140. margin: 0px;
  141. color:{color:Entry Text};
  142. font-family:"calibri";
  143. text-transform:uppercase;
  144. text-align: left;
  145. line-height:11px;
  146. text-align: center;
  147. font-size:8px;
  148. background-color: {color:Background};
  149. background-image:url({image:Background});
  150. background-attachment: fixed;
  151. background-repeat: repeat;
  152. background-size:100%;
  153. }
  154.  
  155.  
  156. a:link, a:active, a:visited{
  157. text-decoration: none;
  158. -webkit-transition: color 0.3s ease-out;
  159. -moz-transition: color 0.3s ease-out;
  160. transition: color 0.3s ease-out;
  161. color:{color:Links};
  162. }
  163.  
  164. a:hover {
  165. text-decoration: none;
  166. font-style:;
  167. color: {color:Hover};
  168. }
  169.  
  170. @font-face { font-family: "sem"; src: url('http://static.tumblr.com/ygfurav/QgNmga3qn/semplice_regular.ttf'); }
  171.  
  172. .entry{margin-left:30px;
  173. text-align:left;
  174. float:left;
  175. font-family:calibri;
  176. font-size:8px;
  177. width:250px;
  178. {block:PermalinkPage}width:500px;{/block:PermalinkPage}
  179. height: auto;
  180. line-height:12px;
  181. background-color:#fff;
  182. margin:20px;
  183. overflow:hidden;
  184. padding:15px;
  185. transition: all 0.5s ease-out;
  186. -o-transition-transition: all 0.5s ease-out;
  187. -webkit-transition: all 0.5s ease-out;
  188. -moz-transition: all 0.5s ease-out;
  189. }
  190.  
  191.  
  192. .entry img{
  193. {block:ifinvertedimages}-webkit-filter:grayscale(60%);{/block:ifinvertedImages}
  194. {block:iffadedimages}opacity: 0.7;{/block:iffadedimages}
  195. transition: all 0.5s ease-out;
  196. -o-transition-transition: all 0.5s ease-out;
  197. -webkit-transition: all 0.5s ease-out;
  198. -moz-transition: all 0.5s ease-out;}
  199.  
  200. .entry img:hover{
  201. {block:ifinvertedimages}-webkit-filter:grayscale(0%);{/block:ifinvertedImages}
  202. opacity:1;
  203. transition: all 0.5s ease-out;
  204. -o-transition-transition: all 0.5s ease-out;
  205. -webkit-transition: all 0.5s ease-out;
  206. -moz-transition: all 0.5s ease-out;}
  207.  
  208.  
  209.  
  210.  
  211. .permalink3 a{color:#aaa;}
  212. .permalink3 {
  213.  
  214. position:absolute;
  215. z-index:10;
  216. width:auto;
  217. padding:5px;
  218. overflow:hidden;
  219. opacity:0.0;
  220. color:#fff;
  221. left:20px;
  222. top:20px;
  223. font-size:8px;
  224. line-height:11px;
  225. text-transform:uppercase;
  226. padding-left:10px;
  227. padding-right:10px;
  228. letter-spacing:1px;
  229. text-align:center;
  230. background-color:#fff;
  231. border:3px solid {color:links};
  232. -webkit-transition:all 0.6s ease-out;
  233. -moz-transition:all 0.6s ease-out;
  234. transition:all 0.6s ease-out;
  235.  
  236. }
  237.  
  238. .entry:hover .permalink3 {
  239. opacity:0.9;
  240. z-index:999999;-webkit-transform: rotate(0deg);
  241. -moz-transform: rotate(0deg);}
  242. #postnotes{
  243. text-align: left;}
  244.  
  245. #postnotes{
  246. text-align: left;}
  247.  
  248. #postnotes blockquote{
  249. border: 0px;}
  250.  
  251.  
  252. blockquote{
  253. padding:0px 0px 2px 3px;
  254. margin:0px 0px 2px 1px;
  255. }
  256. ul, ol, li{
  257. list-style: square;
  258. margin-left:26px;
  259. padding:0px;
  260. }
  261.  
  262. #javascript-scroll{
  263. position:fixed;
  264. -webkit-filter: invert(100%);
  265. opacity: 0.7;
  266. top:30px;
  267. right:5px;
  268. height:auto;
  269. text-transform:uppercase;
  270. background: transparent;
  271. width:auto;
  272. z-index: 9999;
  273. border-radius: 5px;
  274. }
  275.  
  276.  
  277. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  278. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:Title};
  279. }
  280.  
  281. @font-face { font-family: "cedar"; src: url('http://themes.googleusercontent.com/static/fonts/cedarvillecursive/v1/cuCe6HrkcqrWTWTUE7dw-5zpMnghKP_wiJrQSyqob5U.woff'); }
  282.  
  283. .caption { margin-left:5px; line-height:0px; }
  284. .blockquote, blockquote { text-align:left; letter-spacing:0px; padding-left:5px; border-left:3px solid #cccccc; }
  285. blockquote small, blockquote { font-size:10px; }
  286.  
  287. #cunt{width:250px; height:auto;}
  288. {block:PermalinkPage}
  289. width:410px;
  290. {/block:PermalinkPage}
  291. }
  292.  
  293. #center{
  294. padding-top:3px;
  295. padding-bottom:3px;
  296. position:fixed !important;
  297. width:250px;
  298. height:207px;
  299. background-color:#fff;
  300. {block:PermalinkPage}
  301. width:410px;
  302. height:207px;
  303. {/block:PermalinkPage}
  304. }
  305. #posts{
  306. opacity: 1;
  307. float:center;
  308. width: 325px;
  309. margin-left: 550px;
  310. z-index: 1;
  311. border-right:1px solid #eee;
  312. background:#fff;
  313. margin-top:0px;
  314. transition: all 0.5s ease-out;
  315. -o-transition-transition: all 0.5s ease-out;
  316. -webkit-transition: all 0.5s ease-out;
  317. -moz-transition: all 0.5s ease-out;
  318. }
  319.  
  320.  
  321. .title{
  322. font-family: calibri;
  323. font-size: 10px;
  324. line-height: 11px;
  325. color:{color:Title};
  326. letter-spacing: 0px;
  327. font-weight: normal;
  328. text-align: left;
  329. padding:0px 0px 0px 0px;
  330. }
  331.  
  332. #infscr-loading{
  333. bottom: -70px;
  334. position: absolute;
  335. left: 50%;
  336. margin-left:-8px;
  337. width:16px;
  338. height:11px;
  339. overflow:hidden;
  340. margin-bottom: 50px;
  341. }
  342.  
  343. #postnotes{
  344. text-align: justify;}
  345.  
  346. #postnotes blockquote{
  347. border: 0px;}
  348.  
  349. blockquote{
  350. padding:0px 0px 0px 5px;
  351. margin:0px 0px 0px 10px;
  352. border-left: 1px dotted #ddd;
  353. }
  354.  
  355. blockquote p, ul{
  356. margin:0px;
  357. padding:0px;
  358. }
  359.  
  360. a img{border: 0px;}
  361.  
  362.  
  363.  
  364. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  365. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  366.  
  367. .notes img{width:10px; position:relative; top:3px;}
  368. <--ses-->
  369. small{font-size: 90%;}
  370.  
  371. {CustomCSS}
  372.  
  373. #audio {width:500px; height:auto; min-height:60px; padding-bottom:13px;}
  374. .cover {position:absolute; z-index:1; width:60px; height:60px;}
  375. .cover img {float:left; width:60px; height:60px;}
  376. .playbox {opacity:0.6; width:27px; height:30px; overflow:hidden; position:absolute; z-index:1000; margin-left:17px; margin-top:17px; text-align:center;}
  377. .info {margin-left:73px; width: 200px;margin-top:4px; line-height:14px;}
  378.  
  379.  
  380.  
  381. #side{
  382. margin-top:0px;
  383. margin-left:350px;
  384. position:fixed;
  385.  
  386. opacity:1;
  387.  
  388. background:#fff;
  389. width:200px;
  390. height:100%;
  391. border-left:1px solid #eee;
  392.  
  393. }
  394.  
  395.  
  396.  
  397. div#desc{
  398. position: fixed;
  399. text-align: center;
  400. line-height:12px;
  401. font-family:calibri;
  402. font-size:8px;
  403. letter-spacing:1px;
  404. text-transform:uppercase ;
  405. background:white;
  406. padding:13px;
  407. padding-top:12px;
  408.  
  409. text-align:left;
  410. line-height: 12px;
  411. height:auto;
  412. width:130px;
  413. color:;
  414. margin-top:170px;
  415. margin-left:370px;
  416. z-index:9999;
  417. }
  418.  
  419.  
  420.  
  421. @font-face {font-family:formal; src: url(http://static.tumblr.com/2poobra/pspmrjf1f/petitformalscript-regular.ttf); }
  422.  
  423.  
  424. @font-face {font-family: hazza; src: url('http://static.tumblr.com/fxpo5zq/ad0m5vybr/quicksand_light.otf');
  425. }
  426.  
  427. #titulo{
  428.  
  429. padding-top:55px;
  430. padding-left:4px;
  431. padding-right:2px;
  432. padding-bottom:3px;
  433.  
  434.  
  435. font-weight:normal;
  436. border-bottom:1px solid #efefef;
  437.  
  438. font-family:hazza;
  439. margin-top:105px;
  440. margin-left:385px;
  441. font-size:13px;
  442. text-align:normal;
  443. letter-spacing:5px;
  444. z-index:999999999999999999999;
  445. color:{color:blogtitle};
  446. position:fixed;}
  447.  
  448.  
  449. up{
  450. padding-bottom:3px;
  451. border-bottom:1px solid #eee;
  452. display:block;
  453. margin-bottom:1px;
  454. }
  455.  
  456. #credit{
  457. position:fixed;
  458. font-family:calibri;
  459. text-transform:uppercase;
  460. z-index:999;
  461. bottom:5px;
  462. left:5px;
  463. width:55px;
  464. height:10px;
  465. padding-bottom:1px;
  466. overflow:hidden;
  467. text-align:center;
  468. font-size:8px;
  469. letter-spacing:1px;
  470.  
  471. background:{color:links};
  472. -webkit-transition: all 0.3s linear;
  473. -moz-transition: all 0.3s linear;
  474. transition: all 0.3s linear;
  475. }
  476.  
  477.  
  478. #credit a{
  479. color:#fff;
  480. }
  481.  
  482. .credit_u{
  483. line-height:10px;
  484. -webkit-transition: all 0.3s linear;
  485. -moz-transition: all 0.3s linear;
  486. transition: all 0.3s linear;
  487. }
  488.  
  489. #credit a:hover .credit_u{
  490. margin-top:-13px;
  491. -webkit-transition: all 0.3s linear;
  492. -moz-transition: all 0.3s linear;
  493. transition: all 0.3s linear;
  494. }
  495.  
  496. .credit_h{
  497. line-height:16px;
  498. font-size:8px;
  499. }
  500.  
  501. #yayo {
  502. position:fixed;
  503. opacity:1;
  504. width:;
  505. height:25px;
  506. z-index:999;
  507. font-family:calibri;
  508. text-align: center;
  509. background-color:;
  510. color:#000;
  511. left:300px;
  512. top:5px;}
  513.  
  514.  
  515. .links a{
  516. background-color:#fff;
  517. padding:6px;
  518. width:20px;
  519. height:13px;
  520. font-size:8px;
  521. font-family:calibri;
  522. color:#999;
  523. letter-spacing:0px;
  524. border:1px solid #eee;
  525. border-right:1px solid #eee;
  526. line-height:12px;
  527. margin-top:7px;
  528. text-transform:uppercase;
  529. display:block;
  530. text-align:center;
  531. -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;transition: all 0.6s ease-out;box-shadow:0px 0px 0px 0px #f7f7f7 inset; inset;
  532. -webkit-transition: all .9s linear;
  533. -moz-transition: all .9s linear;
  534. -o-transition: all .9s linear;
  535. -ms-transition: all .9s linear;
  536. transition: all .9s linear;
  537.  
  538. }
  539.  
  540. .links a:hover{
  541. -ms-box-shadow:inset 0px 40px 0px 0px {color:links};-webkit-box-shadow:inset 0px 20px 0px 0px {color:links};-o-box-shadow:inset 0px 40px 0px 0px {color:links};-moz-box-shadow:inset 0px 40px 0px 0px {color:links};box-shadow:inset 0px 40px 0px 0px {color:links};;-moz-transition:all .5s; -webkit-transition:all .5s; -o-transition:all .5s; transition:all .5s;color:{color:links};
  542.  
  543.  
  544.  
  545. border-right:1px solid #FFF;
  546. color:#fff;
  547. }
  548.  
  549.  
  550. </style>
  551.  
  552. {block:IndexPage}
  553. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  554. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  555.  
  556. <script type="text/javascript">
  557. $(window).load(function(){
  558. var $wall = $('#posts');
  559. $wall.imagesLoaded(function(){
  560. $wall.masonry({
  561. itemSelector: '.entry, .entry_photo',
  562. isAnimated : false
  563. });
  564. });
  565.  
  566. $wall.infinitescroll({
  567. navSelector : '#pagination',
  568. nextSelector : '#pagination a',
  569. itemSelector : '.entry, .entry_photo',
  570. bufferPx : 2000,
  571. debug : false,
  572. errorCallback: function() {
  573. $('#infscr-loading').fadeOut('normal');
  574. }},
  575. function( newElements ) {
  576. var $newElems = $( newElements );
  577. $newElems.hide();
  578. $newElems.imagesLoaded(function(){
  579. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  580. });
  581. }); $('#posts').show(500);
  582. });
  583. </script>
  584.  
  585.  
  586. {/block:IndexPage}
  587.  
  588. <div id="javascript-scroll"><a target="blank" href="http://planthed.tumblr.com"title="install this theme!"><img src="http://i50.tinypic.com/3325qp0.png"></a></div>
  589.  
  590. <title>{title}</title>
  591.  
  592. <link rel="shortcut icon" href="{text:favicon}" />
  593. <meta name="viewport" content="width=820" />
  594. </head>
  595.  
  596. <body>
  597.  
  598. {block:ifcustomlinks}
  599. <div id="yayo"><div class="xxx">
  600. <div class="links">
  601.  
  602.  
  603. <a title="{text:link 1 title}" href="{text:link 1}">01</a>
  604. <a title="{text:link 2 title}" href="{text:link 2}">02</a>
  605. <a title="{text:link 3 title}" href="{text:link 3}">03</a>
  606. <a title="{text:link 4 title}" href="{text:link 4}">04</a>
  607. <a title="{text:link 5 title}" href="{text:link 5}">05</a>
  608. <a title="theme credit" href="http://planthed.tumblr.com">06</a>
  609.  
  610.  
  611. </div></div></div></div>{/block:ifcustomlinks}
  612.  
  613. <div id="desc">{description}</a>
  614.  
  615. {block:ifdropmenu}
  616. <select onchange='location=this.options[this.selectedIndex].value;' style='
  617. line-height:90%;
  618. font-size:8px;
  619. letter-spacing:1px;
  620. text-transform:uppercase;
  621. width:137px;
  622. background-color:#fff;
  623. border:1px solid #eee;
  624. height:18px;
  625. font-family:calibri;
  626. margin-top:3px;
  627. padding:1px;
  628. border-radius:3px;
  629. margin-left:-8px;color:#888
  630. '>
  631. <option>navigation</option>
  632.  
  633.  
  634. <option value="{text:link 1}">{text:link 1 title}</option>
  635. <option value="{text:link 2}">{text:link 2 title}</option>
  636. <option value="{text:link 3}">{text:link 3 title}</option>
  637. <option value="{text:link 4}">{text:link 4 title}</option>
  638. <option value="{text:link 5}">{text:link 5 title}</option>
  639. <option value="http://planthed.tumblr.com">theme credit</option>{/block:ifdropmenu}
  640.  
  641. </select>
  642.  
  643. </div>
  644. </div></div></div></div>
  645. </div></div></div>
  646.  
  647.  
  648. <div id="titulo">{text:blogtitle}</div>
  649.  
  650. <div id="side">
  651. <img src="{image:sidebar}" style="opacity:0.7; padding:2px; width:140px; height:140px;{block:ifroundedsidebar}border-radius:100%;{/block:ifroundedsidebar};margin-top:10px;margin-left:-15px;{block:ifNOTroundedsidebar}outline:1px solid #fff; outline-offset:-8px{/block:ifNOTroundedsidebar};{block:ifinvertedimages}-webkit-filter:grayscale(60%);{/block:ifinvertedImages}"></div>
  652.  
  653.  
  654.  
  655.  
  656. <div id="center">
  657. <div id="content">
  658.  
  659. </div>
  660.  
  661. <div class="left">
  662. <div id="posts">
  663. {block:Posts}
  664. <div class="entry">
  665.  
  666. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><div class="permalink2"> <up></up>
  667. <div style="text-align: right;"><a href="{permalink}">{notecountwithlabel}</a>, <a href="{reblogurl}" target="_blank">reblog</a></div>
  668. </div>
  669. {/block:Text}
  670.  
  671. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <div class="permalink2"> <up></up>
  672. <div style="text-align: right;"><a href="{permalink}">{notecountwithlabel}</a>, <a href="{reblogurl}" target="_blank">reblog</a> </div> </div> {block:Link}
  673.  
  674. {block:Photo}
  675. {block:IndexPage}
  676.  
  677.  
  678.  
  679.  
  680. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  681. <div class="permalink3"> <a href="{permalink}">{timeago}</a> / <a href="{permalink}">{notecountwithlabel}</a> / <a href="{reblogurl}" target="_blank">reblog</a></div>
  682.  
  683. {/block:IndexPage}
  684. {block:PermalinkPage}
  685. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  686. {/block:PermalinkPage}
  687. {/block:Photo}
  688.  
  689. {block:Answer}
  690. <img src="{AskerPortraitURL-40}" width="40" align="left" style="margin-right:3px; border-radius: 0px; border: 1px solid #f8f8f8; padding: 6px; background: white;"/>
  691. <div style="margin-top:0px; margin-bottom:0px; height:44px; padding: 5px; background-color:#f8f8f8; overflow: auto;">
  692.  
  693. {Asker}: {Question}</div>
  694. <div style="margin-top:2px; margin-bottom:4px; background: transparent;">{Answer}</div><div class="permalink2"> <up></up>
  695. <div style="text-align: right;"><a href="{permalink}">{notecountwithlabel}</a>, <a href="{reblogurl}" target="_blank">reblog</a> </div> </div>
  696. {/block:Answer}
  697.  
  698. {block:Photoset}
  699. {block:IndexPage}
  700. <center>{Photoset-250}<Br>{block:ifshowcaptions}{block:Caption}{caption} {/block:Caption}{/block:ifshowcaptions}</center>
  701. <div class="permalink3"> <a href="{permalink}">{timeago}</a><br> <a href="{permalink}">{notecountwithlabel}</a> / <a href="{reblogurl}" target="_blank">reblog</a><br>{block:ifshowtags}{block:HasTags}{block:Tags} #{Tag}{/block:Tags} {/block:HasTags}{/block:ifshowtags}</div>
  702. {/block:IndexPage}
  703. {block:PermalinkPage}
  704. <center>
  705. {Photoset-500}
  706. </center>
  707. {/block:PermalinkPage}
  708. {/block:Photoset}
  709.  
  710. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><div class="permalink2"> <up></up>
  711. <div style="text-align: right;"><a href="{permalink}">{notecountwithlabel}</a>, <a href="{reblogurl}" target="_blank">reblog</a> </div> </div> {/block:Quote}
  712.  
  713. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  714. <ul class="chat">
  715. {block:Lines}
  716. <li class="user_{UserNumber}">
  717. {block:Label}
  718. <span class="label">{Label}</span>
  719. {/block:Label}
  720.  
  721. {Line}
  722. </li>
  723. {/block:Lines}<div class="permalink2"> <up></up>
  724. <div style="text-align: right;"><a href="{permalink}">{notecountwithlabel}</a>, <a href="{reblogurl}" target="_blank">reblog</a> </div> </div>
  725. {/block:Chat}
  726.  
  727. {block:Video}
  728. {block:IndexPage}
  729. {Video-250}</center><div class="permalink2"> <up></up>
  730. <div style="text-align: right;"><a href="{permalink}">{notecountwithlabel}</a>, <a href="{reblogurl}" target="_blank">reblog</a> </div> </div>
  731. {/block:IndexPage}
  732. {block:PermalinkPage}
  733. <center>
  734. {Video-500}</center>
  735. {/block:PermalinkPage}
  736. {block:Video}
  737.  
  738. {block:Audio}<br>
  739. <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>
  740. {block:IndexPage}<div class="permalink2"> <up></up>
  741. <div style="text-align: right;"><a href="{permalink}">{notecountwithlabel}</a>, <a href="{reblogurl}" target="_blank">reblog</a> </div> </div>
  742. {/block:IndexPage}
  743. {/block:Audio}
  744.  
  745. {block:PostNotes}
  746. <center>
  747.  
  748. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  749.  
  750. {block:HasTags}
  751. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  752. {block:RebloggedFrom}
  753. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  754. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  755.  
  756. {/block:RebloggedFrom}
  757. </center></span>
  758. <br>
  759. <div id="postnotes">{PostNotes}</div><br>
  760.  
  761. <center>{block:ContentSource}
  762. <br><a href="{SourceURL}">
  763. {lang:Source}:
  764. {block:SourceLogo}
  765. <img src="{BlackLogoURL}" width="{LogoWidth}"
  766. height="{LogoHeight}" alt="{SourceTitle}" />
  767. {/block:SourceLogo}
  768. {block:NoSourceLogo}
  769. {SourceLink}
  770. {/block:NoSourceLogo}
  771. </a>
  772. {/block:ContentSource}</center>
  773.  
  774. {/block:PostNotes}
  775. </div>
  776. {/block:Posts}
  777. </div></div>
  778.  
  779. {block:IndexPage}
  780. {block:Pagination}
  781. <div id="pagination">
  782. {block:NextPage}
  783. <a id="nextPage" href="{NextPage}"></a>
  784. {/block:NextPage}
  785. {block:PreviousPage}
  786. <a href="{PreviousPage}"></a>
  787. {/block:PreviousPage}
  788. </div>
  789. {/block:Pagination}
  790. {/block:IndexPage}
  791. <script type="text/javascript">
  792. <!--
  793.  
  794. // Disable Right Click Script
  795.  
  796. function IE(e)
  797. {
  798. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  799. {
  800. return false;
  801. }
  802. }
  803. function NS(e)
  804. {
  805. if (document.layers || (document.getElementById && !document.all))
  806. {
  807. if (e.which == "2" || e.which == "3")
  808. {
  809. return false;
  810. }
  811. }
  812. }
  813. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  814.  
  815. //-->
  816. </script>
  817. </body>{block:ifgraphicimage}<div style="position:fixed; z-index:999999; bottom:-35px;right:-10px; padding:8px; opacity:0.6;">
  818. <img src="http://media.tumblr.com/tumblr_m5eui0Bqib1rqmdb7.png" style="width:450px"></div>{/block:ifgraphicimage}
  819.  
  820.  
  821.  
  822.  
  823.  
  824. <div id="credit"><a href="http://planthed.tumblr.com"><div class="credit_u">theme</div><div class="credit_h">planthed</div></a></div>
  825.  
  826.  
  827. <body onkeydown="return false">
  828.  
  829.  
  830.  
  831. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement