Advertisement
jadalynstratman

Mind Theme

Sep 13th, 2015
2,182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.16 KB | None | 0 0
  1. <html>
  2. <!--
  3.  
  4. MIND THEME BY
  5. ┏━┓╋┏┳━━━┳┓╋┏┳━━━┳━━━┳━━━┳━━━━┓
  6. ┃┃┗┓┃┃┏━━┫┃╋┃┣┓┏┓┃┏━━┫┏━┓┃┏┓┏┓┃
  7. ┃┏┓┗┛┃┗━━┫┃╋┃┃┃┃┃┃┗━━┫┗━━╋┛┃┃┗┛
  8. ┃┃┗┓┃┃┏━━┫┃╋┃┃┃┃┃┃┏━━┻━━┓┃╋┃┃
  9. ┃┃╋┃┃┃┗━━┫┗━┛┣┛┗┛┃┗━━┫┗━┛┃╋┃┃
  10. ┗┛╋┗━┻━━━┻━━━┻━━━┻━━━┻━━━┛╋┗┛
  11. September 13th 2015 // http://neudest.tumblr.com
  12.  
  13. -->
  14. <head>
  15. <title>{Title}</title>
  16. <link rel="shortcut icon" href="{Favicon}">
  17. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  18. {block:Description}
  19. <meta name="description" content="{MetaDescription}" />
  20. <meta name="image:Background" content="" />
  21. <meta name="color:Background" content="#ffffff" />
  22.  
  23. <meta name="text:Margin" content="40px" />
  24. <meta name="text:Title Size" content="19px" />
  25. <meta name="text:Text Body Size" content="10px;" />
  26.  
  27. <meta name="if:1 columns" content="" />
  28. <meta name="if:2 columns" content="1" />
  29. <meta name="if:Background Cover" content="" />
  30. <meta name="if:Background Repeat" content="1" />
  31. <meta name="if:Show captions" content="1" />
  32. <meta name="if:Show tags" content="1" />
  33. <meta name="if:Post Border" content="1" />
  34. <meta name="if:Border left" content="1" />
  35. <meta name="if:Border right" content="1" />
  36. <meta name="if:Border Top" content="1" />
  37. <meta name="if:Border Bottom" content="1" />
  38. <meta name="if:Hover Permalinks Border" content="1" />
  39. <meta name="if:Post Background" content="" />
  40.  
  41. <meta name="color:Border Top" content="#ffe9d4" />
  42. <meta name="color:Border Bottom" content="#ffe9d4" />
  43. <meta name="color:Border left" content="#ffe9d4" />
  44. <meta name="color:Border right" content="#ffe9d4" />
  45.  
  46. <meta name="color:Divider" content="#ffe9d4" />
  47. <meta name="color:Tags" content="#848484" />
  48. <meta name="color:Scrollbar" content="#7e7e7e" />
  49. <meta name="color:Links" content="#a8a8a8" />
  50. <meta name="color:Border" content="#ffe9d4" />
  51. <meta name="color:Text" content="#777777" />
  52. <meta name="color:Title" content="#767676" />
  53. <meta name="color:Description" content="#848484"/>
  54. <meta name="color:Navigation" content="#848484"/>
  55. <meta name="color:Link Hover" content="#a4a4a4" />
  56. <meta name="color:Post Background" content="#ffffff" />
  57. <meta name="color:Post Permalinks" content="#ffe9d4" />
  58. <meta name="color:Hover Permalinks" content="#ffffff" />
  59. <meta name="color:Hover Permalinks BG" content="#000000" />
  60. <meta name="color:Hover Permalinks Border" content="#ffffff" />
  61.  
  62. <meta name="text:Link One Title" content="" />
  63. <meta name="text:Link One" content="" />
  64. <meta name="text:Link Two Title" content="" />
  65. <meta name="text:Link Two" content="" />
  66. <meta name="text:Link Three Title" content="" />
  67. <meta name="text:Link Three" content="" />
  68. <meta name="text:Link Four Title" content="" />
  69. <meta name="text:Link Four" content="" />
  70. <meta name="text:Link Five Title" content="" />
  71. <meta name="text:Link Five" content="" />
  72. <meta name="text:Link Six Title" content="" />
  73. <meta name="text:Link Six" content="" />
  74.  
  75. {/block:Description}
  76. <script type="text/javascript"
  77. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  78. <style type="text/css">
  79.  
  80. iframe#tumblr_controls {
  81. top: 3% !important;
  82. right:2% !important;
  83. position: fixed !important;
  84. }
  85. body {
  86. margin:0px;
  87. padding:0px;
  88. margin-top:0px;
  89. margin-bottom:0px;
  90. font-family:consolas;
  91. font-size:{text:Text Body Size};
  92. background-color:{color:Background};
  93. 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}
  94. color:{color:Text};
  95. {block:PermalinkPage}
  96. color:{color:Text};font-size:12px;line-height:160%;word-wrap:normal
  97. {/block:PermalinkPage}
  98. }
  99. a {
  100. text-decoration:none;
  101. color:{color:Links};
  102. }
  103. a:hover{
  104. color:{color:Link Hover};
  105. }
  106. ::-webkit-scrollbar-thumb{
  107. background-color:{color:Scrollbar};
  108. height:7px;}
  109. ::-webkit-scrollbar {
  110. height:5px;
  111. width:5px;
  112. background-color:{color:background};}
  113. #s-m-t-tooltip{
  114. font-family:'consolas';
  115. font-size: 9px;
  116. {block:ifpostborder}
  117. border:1px solid {color:border};
  118. {/block:ifpostborder}
  119. color:{color:text};
  120. background-color:{color:background};
  121. text-align: center;
  122. letter-spacing:1px;
  123. min-width:50px;
  124. max-width:120px;
  125. overflow:auto;
  126. text-transform:lowercase;
  127. display: none;
  128. font-style:italic;
  129. position: absolute;
  130. z-index: 999999999999;
  131. padding:3px 3px 1px 3px;
  132. margin:30px 0 15px 10px;
  133. -webkit-transition: all 0.2s ease-in-out;
  134. -moz-transition: all 0.2s ease-in-out;
  135. transition: all 0.2s ease-in-out;}
  136. #content .posts {
  137. {block:if3columns}
  138. width:1200px;
  139. {/block:if3columns}
  140. {block:if2columns}
  141. width:800px;
  142. {/block:if2columns}
  143. {block:if1columns}
  144. width:600px;
  145. {/block:if1columns}
  146. margin-left:350px;
  147. margin-top:140px; }
  148. .entry {
  149. {block:ifpostbackground}
  150. background-color:{color:post background};
  151. {/block:ifpostbackground}
  152. {block:ifpostborder}
  153. border:1px solid {color:border};
  154. padding:10px;
  155. {block:ifpostborder}
  156. {block:ifnotpostborder}
  157. padding:6px;
  158. {/block:ifnotpostborder}
  159. font-size:{text:Text Body Size};
  160. {block:IndexPage}
  161. {block:if3columns}
  162. width:250px;
  163. {/block:if3columns}
  164. {block:if2columns}
  165. width:250px;
  166. {/block:if2columns}
  167. {block:if1columns}
  168. width:400px;
  169. {/block:if1columns}
  170. overflow:hidden;
  171. float:left;
  172. line-height:14px;
  173. margin:{text:Margin};
  174. {/block:IndexPage}
  175. {block:PermalinkPage}
  176. width:500px;
  177. height:auto;
  178. margin-left:40px;
  179. margin-top:20px;
  180. {/block:PermalinkPage}}
  181. .entry img {
  182. -webkit-transition: all 0.6s linear;
  183. {block:IndexPage}
  184. {block:if3columns}
  185. width:250px;
  186. {/block:if3columns}
  187. {block:if2columns}
  188. width:250px;
  189. {/block:if2columns}
  190. {block:if1columns}
  191. width:400px;
  192. {/block:if1columns}
  193. {/block:IndexPage}
  194. {block:PermalinkPage}
  195. width:500px;
  196. {/block:PermalinkPage}
  197. margin-bottom:-2px; }
  198. blockquote {
  199. margin-left:5px;
  200. padding-left:5px;
  201. line-height:180%;
  202. }
  203. {/block:IndexPage}
  204. .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;}
  205. {block:IndexPage}
  206. .entry:hover {opacity:40;-webkit-transition:1s;
  207. }
  208. {/block:IndexPage}
  209. .cl a {
  210. font-style:italic;padding-left:7px;padding-right:7px;
  211. }
  212. .cl a:hover {
  213. font-style:normal;
  214. }
  215. .header {
  216. margin-top:20px;margin-bottom:50px;
  217. border-bottom:1px solid #ccc;
  218. padding:10px;width:780px;margin-left:auto;margin-right:auto;
  219. text-align:center;
  220. background-color:{color:Header};
  221. }
  222. .pn ul{
  223. list-style-type: none;}
  224. .pn li{
  225. list-style-type: none;}
  226. .pn {height:200px;width:700px;overflow:scroll;list-style-type: none;}
  227.  
  228. blockquote{
  229. margin:0 0 5px 10px;
  230. padding:3px 5px;
  231. border-left:1px solid {color:Links};
  232. }
  233. blockquote p, blockquote ul{
  234. margin:0;
  235. padding:0;
  236. }
  237. .quote p{
  238. margin:0;
  239. }
  240. .arrow{
  241. margin:8px 0 0 165px;
  242. border-left:6px solid #f7f7f7;
  243. {block:permalinkpage}
  244. margin:8px 0 0 455px;
  245. {/block:permalinkpage}
  246. }
  247. .answer{
  248. width:145px;
  249. margin:0 0 3px;
  250. background:#f7f7f7;
  251. {block:permalinkpage}
  252. width:435px;
  253. {/block:permalinkpage}
  254. }
  255. .asker{
  256. color:{color:Links};
  257. }
  258. .asker:first-letter{
  259. text-transform:uppercase;
  260. }
  261. .postnotes ::-webkit-scrollbar{
  262. background:{color:Container};
  263. }
  264. .permalink-title{
  265. {block:permalinkpage}
  266. margin-left:10px;
  267. letter-spacing:1px;
  268. text-transform:uppercase;
  269. {/block:permalinkpage}
  270. }
  271. .portrait{
  272. width:35px;
  273. border-radius:25px;
  274. }
  275. .arrow{
  276. position:absolute;
  277. width:0;
  278. height:0;
  279. border-top:6px solid transparent;
  280. border-bottom:6px solid transparent;
  281. }
  282. .answer{
  283. min-height:30px;
  284. padding:5px 10px;
  285. border-radius:5px;
  286. }
  287. #ask_form{
  288. height:190px;
  289. }
  290. .audiopost {
  291. {block:IndexPage}
  292. width:200px;
  293. padding-bottom:10px;
  294. {/block:IndexPage}
  295. {block:PermalinkPage}
  296. width:400px;
  297. padding-bottom:110px;
  298. {/block:PermalinkPage}}
  299. .albumart {
  300. position:absolute;
  301. {block:IndexPage}
  302. width:50px;
  303. height:50px;
  304. {/block:IndexPage}
  305. {block:PermalinkPage}
  306. width:150px;
  307. height:150px;
  308. {/block:PermalinkPage}}
  309. .albumart img {
  310. float:left;
  311. {block:IndexPage}
  312. width:50px;
  313. height:50px;
  314. {/block:IndexPage}
  315. {block:PermalinkPage}
  316. width:150px;
  317. height:150px;
  318. {/block:PermalinkPage}}
  319. .playbox {
  320. opacity:0.6;
  321. width:27px;
  322. height:30px;
  323. overflow:hidden;
  324. position:absolute;
  325. z-index:2;
  326. {block:IndexPage}
  327. margin-left:11px;
  328. margin-top:12px;
  329. {block:IndexPage}
  330. {block:PermalinkPage}
  331. margin-left:60px;
  332. margin-top:61px;
  333. {/block:PermalinkPage}}
  334. .info {
  335. margin-top:2px;
  336. line-height:12px;
  337. font-size:8px;
  338. text-transform:uppercase;
  339. {block:IndexPage}
  340. margin-left:58px;
  341. {block:IndexPage}
  342. {block:PermalinkPage}
  343. margin-left:158px;
  344. {/block:PermalinkPage}}
  345. blockquote{
  346. margin:-2px 0 15px;
  347. padding:5px;
  348. }
  349. blockquote p, blockquote ul{
  350. margin:0;
  351. padding:0;
  352. }
  353. .quote{
  354. text-align:justify;
  355. }
  356. .posts-info{
  357. margin:5px 0 25px;
  358. padding:5px 0;
  359. font-size:{text:Text Body Size};
  360. margin-left:80px;
  361. text-transform:uppercase;
  362. border-top:1px solid #eee;
  363. }
  364. .info-date{
  365. float:left;
  366. width:242px;
  367. margin:0 0 0 8px;
  368. margin-left:180px;
  369. }
  370. .info-notes{
  371. float:left;
  372. width:242px;
  373. margin:0 8px 0 0;
  374. margin-left:250px;
  375. }
  376. .postnotes{
  377. width:500px;
  378. font-size:{text:Text Body Size};
  379. margin-left:250px;
  380. margin-bottom:30px;
  381. text-align:left;
  382. }
  383. ol.notes{
  384. font-size:{text:Text Body Size};
  385. overflow:auto;
  386. height:auto;
  387. padding:0;
  388. margin:10px 15px 10px 15px;
  389. list-style-type:none;
  390. }
  391. ol.notes li.note{
  392. padding:7px 0;
  393. }
  394. ol.notes li.note img.avatar{
  395. display:none;
  396. }
  397. ol.notes li.note blockquote{
  398. border-color:#eee;
  399. padding:4px 10px;
  400. margin:10px 0 0 25px;
  401. }
  402. .date{
  403. position:relative;
  404. opacity:1;
  405. bottom:0;
  406. margin:8px 0 0;
  407. padding:3px 0 0;
  408. font-size:{text:Text Body Size};
  409. letter-spacing:0;
  410. text-transform:uppercase;
  411. text-align:right;
  412. -webkit-transition: all 0.5s ease;
  413. -moz-transition: all 0.5s ease;
  414. transition: all 0.5s ease;
  415. border-top:1px solid #eee;
  416. }
  417. .date a{
  418. margin:0 10px 0 0;
  419. }
  420. .contact{
  421. position:fixed;
  422. display:none;
  423. z-index:99999;
  424. background:white;
  425. padding:10px;
  426. border:1px solid #ddd;
  427. top:50%;
  428. left:52%;
  429. -webkit-border-radius:5px;
  430. -moz-border-radius:5px;
  431. border-radius:5px;
  432. -webkit-animation:fadeInDown 1s;
  433. -moz-animation:fadeInDown 1s;
  434. -ms-animation:fadeInDown 1s;
  435. }
  436. #sidebar{
  437. overflow:hidden;
  438. margin-left:390px;
  439. top:60px;
  440. position:absolute;
  441. width:500px;
  442. }
  443. #sidebar a{
  444. color:{color:Links};
  445. }
  446. .title{
  447. text-transform:uppercase;
  448. width:300px;
  449. color:{color:title};
  450. text-align:left;
  451. font-family: consolas;
  452. font-size:{text:Title Size};
  453. font-weight:bold;
  454. {block:iftitleuppercase}
  455. text-transform:uppercase;
  456. {/block:iftitleuppercase}
  457. {block:iftitlelowercase}
  458. text-transform:lowercase;
  459. {block:iftitlelowercase}
  460. letter-spacing:0px; }
  461. .dess{
  462. font-size:{text:Text Body Size};
  463. color:{color:Description};
  464. font-family: consolas;
  465. text-align:left;
  466. width:300px;
  467. font-size:10px;
  468. line-height:11px;
  469. border-bottom:1px solid {color:Divider};
  470. padding-bottom:7px;
  471. }
  472. .dess a{
  473. color:{color:Links};
  474. }
  475. .links{
  476. font-family: consolas;
  477. }
  478. .links a{
  479. color:{color:Navigation};
  480. font-size:10px;
  481. text-transform:lowercase;
  482. width:200px;
  483. }
  484. .links a:hover{
  485. padding:4px;
  486. }
  487. {block:IndexPage}
  488. .coen {
  489. clear:both;
  490. position:relative;
  491. {block:if3columns}
  492. width:250px;
  493. {/block:if3columns}
  494. {block:if2columns}
  495. width:250px;
  496. {/block:if2columns}
  497. {block:if1columns}
  498. width:400px;
  499. {/block:if1columns} }
  500. .yup {
  501. width:100%;
  502. height:100%;
  503. position:absolute;
  504. top:0px;
  505. background-color: rgba(0, 0, 0, 0.5);
  506. opacity:0;
  507. -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; }
  508. .coen:hover .yup {
  509. opacity:1; }
  510. .coen .yup a{
  511. {block:ifhoverpermalinksborder}
  512. border:1px solid {color:Hover Permalinks Border};
  513. {/block:ifhoverpermalinksborder}
  514. padding:4px;
  515. line-height:23px;}
  516. .coen .yup a:hover{
  517. background-color:{color:Hover Permalinks BG}; }
  518. {/block:IndexPage}
  519. #left{position:fixed;left:0px;bottom:0;height:100%;width:20px;background:{color:border left};z-index:6;}
  520. #right{position:fixed;right:0px;bottom:0;height:100%;width:20px;background:{color:border right};z-index:6;}
  521. #top{position:fixed;right:0px;top:0;width:100%;height:20px;background:{color:border top};z-index:999999;}
  522. #bottom{position:fixed;right:0px;bottom:0;width:100%;height:20px;background:{color:border bottom};z-index:6;}
  523. .ta2{ position:fixed; bottom:15px; 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; }
  524.  
  525.  
  526. </style>
  527. {block:IndexPage}
  528. <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>
  529. {/block:IndexPage}
  530. <script type="text/javascript">
  531. $(window).load(function(){
  532. $("p").remove(":contains('(Source:')");
  533. $("p").remove(":contains('(source:')");
  534. $("p").remove(":contains('(via ')");
  535. });
  536. </script>
  537. {block:indexpage}
  538. <script language="JavaScript">
  539. function function1(){
  540. window.scrollTo(0,5);
  541. }
  542. function function2(){
  543. window.scroll(0,2);
  544. }
  545. </script>
  546. {/block:indexpage}
  547. </head>
  548. <body>
  549. <div id="content">
  550.  
  551. {block:ifborderleft}
  552. <div id="left"></div>
  553. {/block:ifborderleft}
  554. {block:ifborderright}
  555. <div id="right"></div>
  556. {/block:ifborderright}
  557. {block:ifbordertop}
  558. <div id="top"></div>
  559. {/block:ifbordertop}
  560.  
  561. {block:ifborderbottom}
  562. <div id="bottom"></div>
  563. {/block:ifborderbottom}
  564.  
  565. <div id="sidebar">
  566. <div class="title"><a href="/"><font color="{color:Title}">{Title}</font></a></div>
  567.  
  568. {block:ifsidebarimage}<br>{/block:ifsidebarimage}
  569. {block:ifsideimage}<img src="{image:sidebar}" width="210px"><p>{/block:ifsideimage}
  570.  
  571. <div class="dess"><br><div style="width:300px;height:35px;;overflow:scroll">
  572. {description}</div></div>
  573. <div class="links" style="width:300px;">
  574. <br>
  575. <a href="/"><font color="{color:Navigation}">Refresh</font></a>&nbsp;&nbsp;
  576. <a href="/ask"><font color="{color:Navigation}">Inbox</font></a>&nbsp;&nbsp;
  577. {block:ifLinkOneTitle}<a href="{text:Link One}"><font color="{color:Navigation}">{text:Link One Title}</font></a>&nbsp;&nbsp;{/block:ifLinkOneTitle}
  578. {block:ifLinkTwoTitle}<a href="{text:Link Two}"><font color="{color:Navigation}">{text:Link Two Title}</font></a>&nbsp;&nbsp;{/block:ifLinkTwoTitle}
  579. {block:ifLinkThreeTitle}<a href="{text:Link Three}"><font color="{color:Navigation}">{text:Link Three Title}</font></a>&nbsp;&nbsp;{/block:ifLinkThreeTitle}{block:ifLinkFourTitle}<a href="{text:Link Four}"><font color="{color:Navigation}">{text:Link Three Title}</font></a>&nbsp;&nbsp;{/block:ifLinkFourTitle}
  580. {block:ifLinkFiveTitle}<a href="{text:Link Five}"><font color="{color:Navigation}">{text:Link Five Title}</font></a>&nbsp;&nbsp;{/block:ifLinkFiveTitle}
  581. {block:ifLinkSixTitle}<a href="{text:Link Six}"><font color="{color:Navigation}">{text:Link Six Title}</font></a>&nbsp;&nbsp;{/block:ifLinkSixTitle}
  582. <a href="http://neudest.tumblr.com"><font color="{color:Navigation}">theme</font></a>
  583. </div>
  584. </div>
  585. <br>
  586. <font color="{color:Text}">
  587. <div class="posts">
  588.  
  589. {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}
  590.  
  591. <div class="entry">
  592.  
  593. {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:font-size:{text:Text Body Size};"><a href="{ReblogURL}"><font color="{color:Post Permalinks}">reblog,</font></a> &nbsp;<a href="{Permalink}"><font color="{color:Post Permalinks}">{NoteCountwithlabel},</font></a>&nbsp; <a href="{Permalink}"><font color="{color:Post Permalinks}">{Timeago}</font></a> &nbsp; {block:ifshowtags} <a href="{TagURL}"><font color="{color:Tags}">{block:HasTags}{block:Tags}#{Tag}{/block:Tags}{/block:HasTags}</font></a>{/block:ifshowtags}</div>{/block:IndexPage}</a>{/block:IndexPage}</font> {/block:Text}
  594.  
  595. {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:{text:Text Body Size};text-transform:"><a href="{ReblogURL}"><font color="{color:Hover Permalinks}">reblog,</font></a> <a href="{Permalink}"><font color="{color:Hover Permalinks}">permalink,</font></a> <p><a href="{Permalink}" class="yasu"><font color="{color:Hover Permalinks}">{NoteCountWithLabel},</font></a> <a href="{Permalink}"><font color="{color:Hover Permalinks}">{Timeago},</font></a></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>
  596.  
  597.  
  598. {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:font-size:{text:Text Body Size};"><a href="{ReblogURL}"><font color="{color:Post Permalinks}">reblog,</font></a> &nbsp;<a href="{Permalink}"><font color="{color:Post Permalinks}">{NoteCountwithlabel},</font></a>&nbsp; <a href="{Permalink}"><font color="{color:Post Permalinks}">{Timeago}</font></a> &nbsp; {block:ifshowtags} <a href="{TagURL}"><font color="{color:Tags}">{block:HasTags}{block:Tags}#{Tag}{/block:Tags}{/block:HasTags}</font></a>{/block:ifshowtags}</div>{/block:IndexPage}</a>{/block:IndexPage}</font> {/block:Photoset}
  599.  
  600.  
  601. {block:Quote} <i>" <font color="{color:Text}" size="1px">{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:font-size:{text:Text Body Size};"><a href="{ReblogURL}"><font color="{color:Post Permalinks}">reblog,</font></a> &nbsp;<a href="{Permalink}"><font color="{color:Post Permalinks}">{NoteCountwithlabel},</font></a>&nbsp; <a href="{Permalink}"><font color="{color:Post Permalinks}">{Timeago}</font></a> &nbsp; {block:ifshowtags} <a href="{TagURL}"><font color="{color:Tags}">{block:HasTags}{block:Tags}#{Tag}{/block:Tags}{/block:HasTags}</font></a>{/block:ifshowtags}</div>{/block:IndexPage}</a>{/block:IndexPage}</font>{/block:Quote}
  602.  
  603. {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}<br><div style="text-align:left;text-transform:font-size:{text:Text Body Size};"><a href="{ReblogURL}"><font color="{color:Post Permalinks}">reblog,</font></a> &nbsp;<a href="{Permalink}"><font color="{color:Post Permalinks}">{NoteCountwithlabel},</font></a>&nbsp; <a href="{Permalink}"><font color="{color:Post Permalinks}">{Timeago}</font></a> &nbsp; {block:ifshowtags} <a href="{TagURL}"><font color="{color:Tags}">{block:HasTags}{block:Tags}#{Tag}{/block:Tags}{/block:HasTags}</font></a>{/block:ifshowtags}</div>{/block:IndexPage}</a>{/block:IndexPage}</font> {/block:Link}
  604.  
  605. {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}<br><div style="text-align:left;text-transform:font-size:{text:Text Body Size};"><a href="{ReblogURL}"><font color="{color:Post Permalinks}">reblog,</font></a> &nbsp;<a href="{Permalink}"><font color="{color:Post Permalinks}">{NoteCountwithlabel},</font></a>&nbsp; <a href="{Permalink}"><font color="{color:Post Permalinks}">{Timeago}</font></a> &nbsp; {block:ifshowtags} <a href="{TagURL}"><font color="{color:Tags}">{block:HasTags}{block:Tags}#{Tag}{/block:Tags}{/block:HasTags}</font></a>{/block:ifshowtags}</div>{/block:IndexPage}</a>{/block:IndexPage}</font> {/block:Chat}
  606.  
  607. {block:Video} {Video-250} {block:ifshowcaptions}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:ifshowcaptions}{block:IndexPage}<br><div style="text-align:left;text-transform:font-size:{text:Text Body Size};"><a href="{ReblogURL}"><font color="{color:Post Permalinks}">reblog,</font></a> &nbsp;<a href="{Permalink}"><font color="{color:Post Permalinks}">{NoteCountwithlabel},</font></a>&nbsp; <a href="{Permalink}"><font color="{color:Post Permalinks}">{Timeago}</font></a> &nbsp; {block:ifshowtags} <a href="{TagURL}"><font color="{color:Tags}">{block:HasTags}{block:Tags}#{Tag}{/block:Tags}{/block:HasTags}</font></a>{/block:ifshowtags}</div>{/block:IndexPage}</a>{/block:IndexPage}</font> {/block:Video}
  608.  
  609. {block:Audio}
  610. <div class="post"><div class="audiopost">{block:AlbumArt}
  611. <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>
  612. {block:ifshowcaptions}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:ifshowcaptions}
  613. </div>
  614. {block:IndexPage}<br><div style="text-align:left;text-transform:font-size:{text:Text Body Size};"><a href="{ReblogURL}"><font color="{color:Post Permalinks}">reblog,</font></a> &nbsp;<a href="{Permalink}"><font color="{color:Post Permalinks}">{NoteCountwithlabel},</font></a>&nbsp; <a href="{Permalink}"><font color="{color:Post Permalinks}">{Timeago}</font></a> &nbsp; {block:ifshowtags} <a href="{TagURL}"><font color="{color:Tags}">{block:HasTags}{block:Tags}#{Tag}{/block:Tags}{/block:HasTags}</font></a>{/block:ifshowtags}</div>{/block:IndexPage}</a>{/block:IndexPage}</font>
  615.  
  616. {/block:Audio}</div>
  617.  
  618. {block:PermalinkPage} <div class="notes"><div style="margin-left:15%; width:400px; font-size:{text:Text Body Size}"><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:60px;"></div> <div style="margin-left:80px;"><br>{PostNotes}</div><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>
  619.  
  620. <div class="ta2"> <div class="fo2"><a href="http://neudest.tumblr.com"><font color="{color:title}">NEUDEST</font></a></div></div>
  621. </body>
  622. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement