Advertisement
jadalynstratman

Afraid Theme

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