Advertisement
jadalynstratman

Trigger Theme

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