Advertisement
jadalynstratman

Half Human Theme

Aug 23rd, 2015
1,700
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.97 KB | None | 0 0
  1. <html>
  2. <!--
  3.  
  4. HALF HUMAN THEME BY
  5. ┏━┓╋┏┳━━━┳┓╋┏┳━━━┳━━━┳━━━┳━━━━┓
  6. ┃┃┗┓┃┃┏━━┫┃╋┃┣┓┏┓┃┏━━┫┏━┓┃┏┓┏┓┃
  7. ┃┏┓┗┛┃┗━━┫┃╋┃┃┃┃┃┃┗━━┫┗━━╋┛┃┃┗┛
  8. ┃┃┗┓┃┃┏━━┫┃╋┃┃┃┃┃┃┏━━┻━━┓┃╋┃┃
  9. ┃┃╋┃┃┃┗━━┫┗━┛┣┛┗┛┃┗━━┫┗━┛┃╋┃┃
  10. ┗┛╋┗━┻━━━┻━━━┻━━━┻━━━┻━━━┛╋┗┛
  11. August 23rd 2015 // http://neudest.tumblr.com
  12. -->
  13. <head>
  14. <title>{Title}</title>
  15. <link rel="shortcut icon" href="{Favicon}">
  16. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  17. {block:Description}
  18. <meta name="description" content="{MetaDescription}" />
  19. <meta name="text:Margin" content="50px" />
  20. <meta name="text:Title Size" content="20px" />
  21. <meta name="text:Text Body Size" content="11px;" />
  22. <meta name="if:1 columns" content="" />
  23. <meta name="if:2 columns" content="1" />
  24. <meta name="if:3 columns" content="" />
  25. <meta name="if:Title Uppercase" content="" />
  26. <meta name="if:Title Lowercase" content="" />
  27. <meta name="if:Background Cover" content="" />
  28. <meta name="if:Background Repeat" content="1" />
  29. <meta name="if:Show captions" content="1" />
  30. <meta name="if:Show tags" content="1" />
  31. <meta name="if:side image" content="" />
  32. <meta name="if:Border left" content="1" />
  33. <meta name="if:Border right" content="" />
  34. <meta name="if:Border Top" content="1" />
  35. <meta name="if:Border Bottom" content="" />
  36. <meta name="image:Sidebar" content="" />
  37. <meta name="image:Background" content="" />
  38. <meta name="color:Border Top" content="#fdb7a2" />
  39. <meta name="color:Border Bottom" content="#fdb7a2" />
  40. <meta name="color:Border left" content="#ffb3b3" />
  41. <meta name="color:Border right" content="#ffb3b3" />
  42. <meta name="color:background" content="#ffffff" />
  43. <meta name="color:Links" content="#555555" />
  44. <meta name="color:Text" content="1a1a1a" />
  45. <meta name="color:Title" content="#ff6767" />
  46. <meta name="color:Link Hover" content="#a4a4a4" />
  47. <meta name="color:Post Permalinks" content="#adadad" />
  48. <meta name="color:Hover Permalinks" content="#ffffff" />
  49. <meta name="color:Hover Permalinks BG" content="#000000" />
  50. <meta name="color:Tags" content="#9ad7b9" />
  51. <meta name="color:Description" content="#777777"/>
  52. <meta name="color:Navigation" content="#676767"/>
  53. <meta name="text:Link One Title" content="" />
  54. <meta name="text:Link One" content="" />
  55. <meta name="text:Link Two Title" content="" />
  56. <meta name="text:Link Two" content="" />
  57. <meta name="text:Link Three Title" content="" />
  58. <meta name="text:Link Three" content="" />
  59.  
  60. {/block:Description}
  61. <script type="text/javascript"
  62. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  63. <style type="text/css">
  64.  
  65. ::selection, ::-moz-selection, ::-webkit-selection {color:{color:posts}; background-color: none;} ::-webkit-scrollbar{width:4px;height:8px;} ::-webkit-scrollbar-button:start:decrement ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;} ::-webkit-scrollbar-track-piece{background-color:{color:Background};-webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;} ::-webkit-scrollbar-thumb:vertical{height:20px;background-color:{color:Accent};} ::-webkit-scrollbar-thumb:horizontal{width:6px;background-color:none;} ::-webkit-scrollbar-corner { background-color:{color:Accent};} ::-webkit-resizer { background-color:{color:Accent}; }
  66.  
  67. body {
  68. margin:0px;
  69. padding:0px;
  70. margin-top:0px;
  71. margin-bottom:0px;
  72. font-family:Calibri;
  73. font-size:{text:Text Body Size};
  74. background-color:{color:Background};
  75. background:{color:Background}; {block:ifbackgroundcover}background-image: url({image:Background}); background-attachment: fixed;background-repeat: repeat;background-position:cover;no-repeat center center fixed;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;{/block:ifbackgroundcover}{block:ifbackgroundrepeat} background-image: url({image:Background});background-repeat: repeat;{block:ifbackgroundrepeat}
  76. color:{color:Text};
  77. {block:PermalinkPage}
  78. color:{color:Text};font-size:12px;line-height:160%;word-wrap:normal
  79. {/block:PermalinkPage}
  80. }
  81. a {
  82. text-decoration:none;
  83. color:{color:Links};
  84. }
  85.  
  86.  
  87. #content .posts {
  88. {block:if3columns}
  89. width:1200px;
  90. {/block:if3columns}
  91. {block:if2columns}
  92. width:800px;
  93. {/block:if2columns}
  94. {block:if1columns}
  95. width:600px;
  96. {/block:if1columns}
  97. margin-left:400px;
  98. margin-top:50px; }
  99.  
  100. .entry {
  101. font-size:{text:Text Body Size};
  102. {block:IndexPage}
  103. {block:if3columns}
  104. width:250px;
  105. {/block:if3columns}
  106. {block:if2columns}
  107. width:250px;
  108. {/block:if2columns}
  109. {block:if1columns}
  110. width:400px;
  111. {/block:if1columns}
  112. overflow:hidden;
  113. float:left;
  114. line-height:14px;
  115. margin:{text:Margin};
  116. {/block:IndexPage}
  117. {block:PermalinkPage}
  118. width:500px;
  119. height:auto;
  120. margin-left:80px;
  121. margin-top:6px;
  122. {/block:PermalinkPage}}
  123. .entry img {
  124. -webkit-transition: all 0.6s linear;
  125. {block:IndexPage}
  126. {block:if3columns}
  127. width:250px;
  128. {/block:if3columns}
  129. {block:if2columns}
  130. width:250px;
  131. {/block:if2columns}
  132. {block:if1columns}
  133. width:400px;
  134. {/block:if1columns}
  135. {/block:IndexPage}
  136. {block:PermalinkPage}
  137. width:500px;
  138. {/block:PermalinkPage}
  139. margin-bottom:-2px; }
  140.  
  141.  
  142. blockquote {
  143. margin-left:5px;
  144. padding-left:5px;
  145. line-height:180%;
  146. }
  147.  
  148. {/block:IndexPage}
  149. .audiobox {width: 27px!important;background-color:white;top:45%;left:45%;display:block;position:absolute;padding-right:10px;padding-left:10px;padding-top:10px;padding-bottom:10px;border-radius:50px;opacity:0.7;}
  150. {block:IndexPage}
  151. .entry:hover {opacity:40;-webkit-transition:1s;
  152. }
  153. {/block:IndexPage}
  154. .cl a {
  155. font-style:italic;padding-left:7px;padding-right:7px;
  156. }
  157. .cl a:hover {
  158. font-style:normal;
  159. }
  160. .header {
  161. margin-top:20px;margin-bottom:50px;
  162. border-bottom:1px solid #ccc;
  163. padding:10px;width:780px;margin-left:auto;margin-right:auto;
  164. text-align:center;
  165. background-color:{color:Header};
  166. }
  167. .pn ul{
  168. list-style-type: none;}
  169. .pn li{
  170. list-style-type: none;}
  171. .pn {height:200px;width:700px;overflow:scroll;list-style-type: none;}
  172.  
  173. blockquote{
  174. margin:0 0 5px 10px;
  175. padding:3px 5px;
  176. border-left:1px solid {color:Links};
  177. }
  178. blockquote p, blockquote ul{
  179. margin:0;
  180. padding:0;
  181. }
  182. .quote p{
  183. margin:0;
  184. }
  185. .arrow{
  186. margin:8px 0 0 165px;
  187. border-left:6px solid #f7f7f7;
  188. {block:permalinkpage}
  189. margin:8px 0 0 455px;
  190. {/block:permalinkpage}
  191. }
  192. .answer{
  193. width:145px;
  194. margin:0 0 3px;
  195. background:#f7f7f7;
  196. {block:permalinkpage}
  197. width:435px;
  198. {/block:permalinkpage}
  199. }
  200. .asker{
  201. color:{color:Links};
  202. }
  203. .asker:first-letter{
  204. text-transform:uppercase;
  205. }
  206. .postnotes ::-webkit-scrollbar{
  207. background:{color:Container};
  208. }
  209. .permalink-title{
  210. {block:permalinkpage}
  211. margin-left:10px;
  212. letter-spacing:1px;
  213. text-transform:uppercase;
  214. {/block:permalinkpage}
  215. }
  216. .portrait{
  217. width:35px;
  218. border-radius:25px;
  219. }
  220. .arrow{
  221. position:absolute;
  222. width:0;
  223. height:0;
  224. border-top:6px solid transparent;
  225. border-bottom:6px solid transparent;
  226. }
  227. .answer{
  228. min-height:30px;
  229. padding:5px 10px;
  230. border-radius:5px;
  231. }
  232. #ask_form{
  233. height:190px;
  234. }
  235.  
  236. .audiopost {
  237. {block:IndexPage}
  238. width:200px;
  239. padding-bottom:10px;
  240. {/block:IndexPage}
  241. {block:PermalinkPage}
  242. width:400px;
  243. padding-bottom:110px;
  244. {/block:PermalinkPage}}
  245. .albumart {
  246. position:absolute;
  247. {block:IndexPage}
  248. width:50px;
  249. height:50px;
  250. {/block:IndexPage}
  251. {block:PermalinkPage}
  252. width:150px;
  253. height:150px;
  254. {/block:PermalinkPage}}
  255.  
  256. .albumart img {
  257. float:left;
  258. {block:IndexPage}
  259. width:50px;
  260. height:50px;
  261. {/block:IndexPage}
  262. {block:PermalinkPage}
  263. width:150px;
  264. height:150px;
  265. {/block:PermalinkPage}}
  266.  
  267.  
  268. .playbox {
  269. opacity:0.6;
  270. width:27px;
  271. height:30px;
  272. overflow:hidden;
  273. position:absolute;
  274. z-index:2;
  275. {block:IndexPage}
  276. margin-left:11px;
  277. margin-top:12px;
  278. {block:IndexPage}
  279. {block:PermalinkPage}
  280. margin-left:60px;
  281. margin-top:61px;
  282. {/block:PermalinkPage}}
  283.  
  284. .info {
  285. margin-top:2px;
  286. line-height:12px;
  287. font-size:8px;
  288. text-transform:uppercase;
  289. {block:IndexPage}
  290. margin-left:58px;
  291. {block:IndexPage}
  292. {block:PermalinkPage}
  293. margin-left:158px;
  294. {/block:PermalinkPage}}
  295.  
  296.  
  297. blockquote{
  298. margin:-2px 0 15px;
  299. padding:5px;
  300. }
  301. blockquote p, blockquote ul{
  302. margin:0;
  303. padding:0;
  304. }
  305. .quote{
  306. text-align:justify;
  307. }
  308. .posts-info{
  309. margin:5px 0 25px;
  310. padding:5px 0;
  311. font-size:{text:Text Body Size};
  312. margin-left:80px;
  313. text-transform:uppercase;
  314. border-top:1px solid #eee;
  315. }
  316. .info-date{
  317. float:left;
  318. width:242px;
  319. margin:0 0 0 8px;
  320. margin-left:180px;
  321. }
  322. .info-notes{
  323. float:left;
  324. width:242px;
  325. margin:0 8px 0 0;
  326. margin-left:190px;
  327. }
  328. .postnotes{
  329. width:500px;
  330. margin-left:250px;
  331. margin-bottom:30px;
  332. text-align:left;
  333. }
  334. ol.notes{
  335. overflow:auto;
  336. height:auto;
  337. padding:0;
  338. margin:10px 15px 10px 15px;
  339. list-style-type:none;
  340. }
  341. ol.notes li.note{
  342. padding:7px 0;
  343. }
  344. ol.notes li.note img.avatar{
  345. display:none;
  346. }
  347. ol.notes li.note blockquote{
  348. border-color:#eee;
  349. padding:4px 10px;
  350. margin:10px 0 0 25px;
  351. }
  352. .date{
  353. position:relative;
  354. opacity:1;
  355. bottom:0;
  356. margin:8px 0 0;
  357. padding:3px 0 0;
  358. font-size:{text:Text Body Size};
  359. letter-spacing:0;
  360. text-transform:uppercase;
  361. text-align:right;
  362. -webkit-transition: all 0.5s ease;
  363. -moz-transition: all 0.5s ease;
  364. transition: all 0.5s ease;
  365. border-top:1px solid #eee;
  366. }
  367. .date a{
  368. margin:0 10px 0 0;
  369. }
  370. .contact{
  371. position:fixed;
  372. display:none;
  373. z-index:99999;
  374. background:white;
  375. padding:10px;
  376. border:1px solid #ddd;
  377. top:50%;
  378. left:52%;
  379. -webkit-border-radius:5px;
  380. -moz-border-radius:5px;
  381. border-radius:5px;
  382. -webkit-animation:fadeInDown 1s;
  383. -moz-animation:fadeInDown 1s;
  384. -ms-animation:fadeInDown 1s;
  385. }
  386.  
  387.  
  388. #sidebar{
  389. margin-left:100px;
  390. bottom:80px;
  391. z-index:1000000;
  392. position:fixed;
  393. width:220px;
  394. }
  395.  
  396. .title{
  397. width:210px;
  398. color:{color:title};
  399. text-align:left;width:270px;
  400. font-family: Arial, Helvetica;
  401. font-size:{text:Title Size};
  402. font-weight:bold;
  403. {block:iftitleuppercase}
  404. text-transform:uppercase;
  405. {/block:iftitleuppercase}
  406. {block:iftitlelowercase}
  407. text-transform:lowercase;
  408. {block:iftitlelowercase}
  409. letter-spacing:0px; }
  410.  
  411. .dess{
  412. font-size:{text:Text Body Size};
  413. color:{color:Description};
  414. font-family: Arial, Helvetica;
  415. text-align:left;
  416. width:220px;
  417. font-size:{text:Text Body Size};
  418. line-height:11px; }
  419.  
  420. .links a{
  421. color:{color:Navigation};
  422. font-size:{text:Text Body Size};
  423. text-transform:lowercase;
  424. width:220px;
  425. }
  426.  
  427. {block:IndexPage}
  428. .coen {
  429. clear:both;
  430. position:relative;
  431. {block:if3columns}
  432. width:250px;
  433. {/block:if3columns}
  434. {block:if2columns}
  435. width:250px;
  436. {/block:if2columns}
  437. {block:if1columns}
  438. width:400px;
  439. {/block:if1columns} }
  440. .yup {
  441. width:100%;
  442. height:100%;
  443. position:absolute;
  444. top:0px;
  445. background-color: rgba(0, 0, 0, 0.8);
  446. opacity:0;
  447. -webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -ms-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out; text-align:center; }
  448. .coen:hover .yup {
  449. opacity:1; }
  450. .coen .yup a{
  451. padding:4px;
  452. line-height:23px;}
  453. .coen .yup a:hover{
  454. background-color:{color:Hover Permalinks BG}; }
  455. {/block:IndexPage}
  456.  
  457. #left{position:fixed;left:0px;bottom:0;height:100%;width:26px;background:{color:border left};z-index:6;}
  458. #right{position:fixed;right:0px;bottom:0;height:100%;width:26px;background:{color:border right};z-index:6;}
  459.  
  460. #top{position:fixed;right:0px;top:0;width:100%;height:26px;background:{color:border top};z-index:6;}
  461. #bottom{position:fixed;right:0px;bottom:0;width:100%;height:26px;background:{color:border bottom};z-index:6;}
  462.  
  463. .ta2{ position:fixed; bottom:-3px; right:5px; padding:3px; text-align:center; width:100px;z-index:10000000; } .ta2 .fo2{ padding-bottom:3px; margin:4px; }.ta2 .lo2{ line-height:150%;z-index:10000000; }
  464.  
  465. </style>
  466. {block:IndexPage}
  467. <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script><script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script> <script type="text/javascript"> $(window).load(function(){ var $wall = $('.posts'); $wall.imagesLoaded(function(){ $wall.masonry({ itemSelector: '.entry', isAnimated : true }); }); $wall.infinitescroll({ navSelector : "div#navigation", nextSelector : "div#navigation a#nextPage", itemSelector : '.entry', loadingImg : "", loadingText : " ", donetext : " ", extraScrollPx : 0, bufferPx : 10000, debug : false, errorCallback: function() { $('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal'); }}, function( newElements ) { var $newElems = $( newElements ); $newElems.hide(); $newElems.imagesLoaded(function(){ $wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 250, easing: 'linear', queue: false}}, function(){$newElems.fadeIn('slow');} ); }); }); $('.posts').show(500); }); </script>
  468. {/block:IndexPage}
  469. <script type="text/javascript">
  470. $(window).load(function(){
  471. $("p").remove(":contains('(Source:')");
  472. $("p").remove(":contains('(source:')");
  473. $("p").remove(":contains('(via ')");
  474. });
  475. </script>
  476. {block:indexpage}
  477. <script language="JavaScript">
  478. function function1(){
  479. window.scrollTo(0,5);
  480. }
  481. function function2(){
  482. window.scroll(0,2);
  483. }
  484. </script>
  485. {/block:indexpage}
  486. </head>
  487. <body>
  488. <div id="content">
  489.  
  490. {block:ifborderleft}
  491. <div id="left"></div>
  492. {/block:ifborderleft}
  493. {block:ifborderright}
  494. <div id="right"></div>
  495. {/block:ifborderright}
  496. {block:ifbordertop}
  497. <div id="top"></div>
  498. {/block:ifbordertop}
  499.  
  500. {block:ifborderbottom}
  501. <div id="bottom"></div>
  502. {/block:ifborderbottom}
  503.  
  504.  
  505. <div id="sidebar">
  506. <div class="title"><a href="/"><font color="{color:Title}">{Title}</font></a></div>
  507.  
  508. {block:ifsidebarimage}<br>{/block:ifsidebarimage}
  509. {block:ifsideimage}<img src="{image:sidebar}" width="210px"><p>{/block:ifsideimage}
  510.  
  511. <div class="dess"><br>{description}</div>
  512.  
  513. <div class="links">
  514. <br>
  515. <a href="/"><font color="{color:Navigation}">Refresh</font></a>&nbsp;
  516. <a href="/ask"><font color="{color:Navigation}">Inbox</font></a>&nbsp;
  517. {block:ifLinkOneTitle}<a href="{text:Link One}"><font color="{color:Navigation}">{text:Link One Title}</font></a>&nbsp;{/block:ifLinkOneTitle}
  518. {block:ifLinkTwoTitle}<a href="{text:Link Two}"><font color="{color:Navigation}">{text:Link Two Title}</font></a>&nbsp;{/block:ifLinkTwoTitle}
  519. {block:ifLinkThreeTitle}<a href="{text:Link Three}"><font color="{color:Navigation}">{text:Link Three Title}</font></a>&nbsp;{/block:ifLinkThreeTitle}&nbsp;<a href="http://neudest.tumblr.com">theme</a>
  520. </div>
  521. </div>
  522.  
  523.  
  524.  
  525. <font color="{color:Text}">
  526. <div class="posts">
  527. {block:IndexPage}<div class="column navigation" id="navigation"> {block:Pagination} {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination} </div>{/block:IndexPage} <br style="clear:both;" /> {block:Posts}
  528.  
  529. <div class="entry">
  530.  
  531. {block:Text} {block:Title} <span style="font-size:12px;"><a href="{Permalink}"><font color="{color:Text}">{Title}</font></a></span> {/block:Title} <font color="{color:Text}">{Body}</font> {block:ifshowcaptions}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:ifshowcaptions}{block:IndexPage}<br><div style="text-align:left;text-transform:;"><a href="{ReblogURL}"><font color="{color:Post Permalinks}" size="2"><small>reblog,</small></font></a> &nbsp;<a href="{Permalink}"><font color="{color:Post Permalinks}" size="2"><small>{NoteCountwithlabel},</small></font></a>&nbsp; <a href="{Permalink}"><font color="{color:Post Permalinks}" size="2"><small>{Timeago}</small></font></a> &nbsp; {block:ifshowtags} <a href="{TagURL}"><font color="{color:Tags}" size="2"><small> {block:HasTags}{block:Tags}#{Tag}{/block:Tags}{/block:HasTags}</small></font></a>{/block:ifshowtags}</div>{/block:IndexPage}</a>{/block:IndexPage}</font> {/block:Text}
  532.  
  533. {block:Indexpage} <article class="coen"> {block:Photo} {block:IndexPage}<a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"/></a> {block:ifshowcaptions}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:ifshowcaptions}{/block:Indexpage} {block:IndexPage} {block:IndexPage} {block:Date} <div class="yup"> <div class="lets"><br><br><br><br><br> <div style="font-size:11px;text-transform:"><a href="{ReblogURL}"><font color="{color:Hover Permalinks}" size="2"><small>reblog,</small></font></a> <a href="{Permalink}" class="yasu"><font color="{color:Hover Permalinks}">{NoteCountWithLabel},</font></a> <a href="{Permalink}" size="1"><font color="{color:Hover Permalinks}">{Timeago},</font></a> {block:ifshowtags} <a href="{TagURL}"><font color="{color:Tags}" size="2"><small> {block:HasTags}{block:Tags}#{Tag}{/block:Tags}{/block:HasTags}</small></font></a>{/block:ifshowtags}</div></div> {/block:Date} {/block:IndexPage} {/block:IndexPage} {block:PermalinkPage}<a href="{PhotoURL-HighRes}"><img src="{PhotoURL-HighRes}"></a> <div style="margin-left:380px;"></div> {/block:PermalinkPage} {/block:Photo} </article>{/block:Indexpage} {block:Permalinkpage} {block:Photo} {block:IndexPage}<a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"/></a>{/block:Indexpage} {block:IndexPage} {/block:IndexPage} {block:PermalinkPage}<a href="{PhotoURL-HighRes}"><img src="{PhotoURL-HighRes}"></a> <div style="margin-left:380px;"></div> {/block:PermalinkPage} {/block:Photo} {/block:Permalinkpage} </article>
  534.  
  535.  
  536. {block:Photoset} {block:IndexPage} {block:if3columns} {Photoset-250} {/block:if3columns} {block:if2columns} {Photoset-250} {/block:if2columns} {block:if1columns}{Photoset-400}{/block:if1columns}{/block:IndexPage} {block:PermalinkPage} {Photoset-500} {/block:PermalinkPage} {block:ifshowcaptions}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:ifshowcaptions} {block:IndexPage}<br><div style="text-align:left;text-transform:;"><a href="{ReblogURL}"><font color="{color:Post Permalinks}" size="2"><small>reblog,</small></font></a> &nbsp;<a href="{Permalink}"><font color="{color:Post Permalinks}" size="2"><small>{NoteCountwithlabel},</small></font></a>&nbsp; <a href="{Permalink}"><font color="{color:Post Permalinks}" size="2"><small>{Timeago}</small></font></a> &nbsp; {block:ifshowtags} <a href="{TagURL}"><font color="{color:Tags}" size="2"><small> {block:HasTags}{block:Tags}#{Tag}{/block:Tags}{/block:HasTags}</small></font></a>{/block:ifshowtags}</div>{/block:IndexPage}</a>{/block:IndexPage}</font> {/block:Photoset}
  537.  
  538.  
  539. {block:Quote} <i>" <font color="{color:Text}" size="2px">{Quote}</font>"</i> {block:Source} <font color="{color:Text}"> <div align="right">—{Source}</div></font> {/block:Source} {block:ifshowcaptions}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:ifshowcaptions}{block:IndexPage}<br><div style="text-align:left;text-transform:;"><a href="{ReblogURL}"><font color="{color:Post Permalinks}" size="2"><small>reblog,</small></font></a> &nbsp;<a href="{Permalink}"><font color="{color:Post Permalinks}" size="2"><small>{NoteCountwithlabel},</small></font></a>&nbsp; <a href="{Permalink}"><font color="{color:Post Permalinks}" size="2"><small>{Timeago}</small></font></a> &nbsp; {block:ifshowtags} <a href="{TagURL}"><font color="{color:Tags}" size="2"><small> {block:HasTags}{block:Tags}#{Tag}{/block:Tags}{/block:HasTags}</small></font></a>{/block:ifshowtags}</div>{/block:IndexPage}</a>{/block:IndexPage}</font> {/block:Quote}
  540.  
  541. {block:Link} <span style="font-size:12px;"><a href="{URL}" class="link" {Target}><font color="{color:Text}">{Name}</font></a></span> {block:Description} <font color="{color:Text}"> <div class="description">{Description}</div></font> {/block:Description} {block:ifshowcaptions}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:ifshowcaptions}{block:IndexPage}<div style="text-align:left;text-transform:;"><a href="{ReblogURL}"><font color="{color:Post Permalinks}" size="2"><small>reblog,</small></font></a> &nbsp;<a href="{Permalink}"><font color="{color:Post Permalinks}" size="2"><small>{NoteCountwithlabel},</small></font></a>&nbsp; <a href="{Permalink}"><font color="{color:Post Permalinks}" size="2"><small>{Timeago}</small></font></a> &nbsp; {block:ifshowtags} <a href="{TagURL}"><font color="{color:Tags}" size="2"><small> {block:HasTags}{block:Tags}#{Tag}{/block:Tags}{/block:HasTags}</small></font></a>{/block:ifshowtags}</div>{/block:IndexPage}</a>{/block:IndexPage}</font> {/block:Link}
  542.  
  543. {block:Chat} {block:Title} <h3><a href="{Permalink}"><font color="{color:Link}">{Title}</font></a></h3> {/block:Title}<ul> {block:Lines} <li style="list-style-type: none;margin-left:-40px;"> {block:Label} <span style="font-weight:bold;">{Label}</span> {/block:Label} {Line}</li> {/block:Lines}</ul> {block:ifshowcaptions}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:ifshowcaptions}{block:IndexPage}<div style="text-align:left;text-transform:;"><a href="{ReblogURL}"><font color="{color:Post Permalinks}" size="2"><small>reblog,</small></font></a> &nbsp;<a href="{Permalink}"><font color="{color:Post Permalinks}" size="2"><small>{NoteCountwithlabel},</small></font></a>&nbsp; <a href="{Permalink}"><font color="{color:Post Permalinks}" size="2"><small>{Timeago}</small></font></a> &nbsp; {block:ifshowtags} <a href="{TagURL}"><font color="{color:Tags}" size="2"><small> {block:HasTags}{block:Tags}#{Tag}{/block:Tags}{/block:HasTags}</small></font></a>{/block:ifshowtags}</div>{/block:IndexPage}</a>{/block:IndexPage}</font> {/block:Chat}
  544.  
  545. {block:Video} {Video-250} {block:ifshowcaptions}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:ifshowcaptions}{block:IndexPage}<div style="text-align:left;text-transform:;"><a href="{ReblogURL}"><font color="{color:Post Permalinks}" size="2"><small>reblog,</small></font></a> &nbsp;<a href="{Permalink}"><font color="{color:Post Permalinks}" size="2"><small>{NoteCountwithlabel},</small></font></a>&nbsp; <a href="{Permalink}"><font color="{color:Post Permalinks}" size="2"><small>{Timeago}</small></font></a> &nbsp; {block:ifshowtags} <a href="{TagURL}"><font color="{color:Tags}" size="2"><small> {block:HasTags}{block:Tags}#{Tag}{/block:Tags}{/block:HasTags}</small></font></a>{/block:ifshowtags}</div>{/block:IndexPage}</a>{/block:IndexPage}</font> {/block:Video}
  546.  
  547. {block:Audio}
  548. <div class="post"><div class="audiopost">{block:AlbumArt}
  549. <div class="albumart"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="playbox">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div><div class="info"><font size="1"><b>Artist:</b> <span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<font size="1"><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>
  550. {block:ifshowcaptions}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:ifshowcaptions}{block:IndexPage}<div style="text-align:left;text-transform:;"><a href="{ReblogURL}"><font color="{color:Post Permalinks}" size="2"><small>reblog,</small></font></a> &nbsp;<a href="{Permalink}"><font color="{color:Post Permalinks}" size="2"><small>{NoteCountwithlabel},</small></font></a>&nbsp; <a href="{Permalink}"><font color="{color:Post Permalinks}" size="2"><small>{Timeago}</small></font></a> &nbsp; {block:ifshowtags} <a href="{TagURL}"><font color="{color:Tags}" size="2"><small> {block:HasTags}{block:Tags}#{Tag}{/block:Tags}{/block:HasTags}</small></font></a>{/block:ifshowtags}</div>{/block:IndexPage}</a>{/block:IndexPage}</div></font>
  551. {/block:Audio}</div>
  552.  
  553. {block:PermalinkPage} <div class="notes"><div style="margin-left:15%; width:400px"><br><br> posted {TimeAgo} {block:NoteCount} with {NoteCount} notes {/block:NoteCount} {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>, {/block:RebloggedFrom} {block:ContentSource} originallyfrom <a href="{SourceURL}">{SourceTitle} </a></font></div> {/block:ContentSource} <div style="margin-left:80px;">{block:ifshowcaptions}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:ifshowcaptions}</div> <br>{PostNotes}<br><br><br><br><br><div> {/block:PermalinkPage} {block:ContentSource} <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" /> {/block:SourceLogo} {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} --> {/block:ContentSource} <!-- {block:NoRebloggedFrom} {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom} {/block:NoRebloggedFrom} --> {/block:Posts} </div></div></div></div>
  554.  
  555. <div class="ta2"> <div class="fo2"><a href="http://neudest.tumblr.com"><font color="{color:title}">NEUDEST</font></a></div></div>
  556. </body>
  557. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement