Advertisement
worstaudrina

joshin ya

Jul 21st, 2020
283
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.80 KB | None | 0 0
  1. <!---
  2.  
  3. theme: fırtına
  4.  
  5. do not steal, claim as your own, redistribute.
  6. do not remove the credit.
  7.  
  8. coded by
  9. aubretia (ifallontragedy)
  10.  
  11. --->
  12.  
  13.  
  14.  
  15. <!DOCTYPE html>
  16. <head>
  17.  
  18. <title>LOST BOY . . .</title>
  19.  
  20. <link rel="shortcut icon" href="https://s29.postimg.org/q6mi2bsfr/greenbf.png">
  21. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  22. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  23.  
  24. <!--Default Variables-->
  25.  
  26. <meta name="color:background" content="#f6f6f6"/>
  27. <meta name="color:post bg" content="#121212"/>
  28. <meta name="color:text" content="#444444"/>
  29. <meta name="color:link" content="#4aa98c"/>
  30. <meta name="color:hover" content="#888888"/>
  31. <meta name="color:border" content="#333333"/>
  32. <meta name="color:accent" content="#4aa98c"/>
  33.  
  34. <meta name="image:background" content="" />
  35.  
  36. <meta name="text:main font" content="'hind', sans-serif" />
  37. <meta name="text:secondary font" content="georgia, serif" />
  38. <meta name="text:title" content="title" />
  39. <meta name="text:link i" content="" />
  40. <meta name="text:link ii" content="" />
  41. <meta name="text:link iii" content="" />
  42. <meta name="text:link iv" content="" />
  43. <meta name="text:link i text" content="link i" />
  44. <meta name="text:link ii text" content="link ii" />
  45. <meta name="text:link iii text" content="link iii" />
  46. <meta name="text:link iv text" content="link iv" />
  47.  
  48. <meta name="if:500px posts" content="0"/>
  49.  
  50. <script src="title.js">
  51. Title.animation('typeWriter');
  52. </script>
  53.  
  54.  
  55. <!-- jquery for tooltips-->
  56.  
  57.  
  58. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  59.  
  60. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  61.  
  62. <link href='https://fonts.googleapis.com/css?family=Hind:400,300,700' rel='stylesheet' type='text/css'>
  63.  
  64. <style type="text/css">
  65.  
  66. /*scrollbar and selection*/
  67. #s-m-t-tooltip {
  68. width: auto;
  69. font-size: 7px;
  70. padding:4px 4px 3px 4px;
  71. text-transform: uppercase;
  72. z-index: 100;
  73. font-family: cambria, sans-serif;
  74. color:#c62b1f;
  75. background:#eee;
  76. border:1px solid #fff;
  77. outline: 1px solid #eee;
  78. text-shadow: 1px 1px #fff;
  79. position: absolute;
  80. display:inline-block;
  81. font-weight: bold;
  82. margin-left: 15px;
  83. margin-top: 5px;
  84. letter-spacing: 2px;
  85.  
  86. }
  87.  
  88.  
  89. ::-webkit-scrollbar-thumb:vertical {
  90. background-color: #4aa98c;
  91. width:1px;
  92. height:2px;
  93. border-left: 9px solid #161616;
  94. border-right: 9px solid #161616;
  95. }
  96.  
  97. ::-webkit-scrollbar-thumb:horizontal {
  98. background-color:#161616;
  99.  
  100. }
  101.  
  102. ::-webkit-scrollbar {
  103. width: 19px;
  104. background-color:#161616;
  105.  
  106. }
  107.  
  108. ::-webkit-scrollbar-track {
  109. background-color: #fff;
  110. border-left: 9px solid #161616;
  111. border-right: 9px solid #161616;
  112. border-top: 0px solid #161616;
  113. border-bottom: 0px solid #161616;
  114. }
  115.  
  116.  
  117. ::selection {
  118. color:{color:background};
  119. background-color: {color:accent};
  120. }
  121.  
  122. ::-moz-selection {
  123. color:{color:background};
  124. background-color: {color:accent};
  125. }
  126.  
  127.  
  128.  
  129. /*main*/
  130. body {
  131. background: url(https://s24.postimg.org/758i50f5h/joshbg.png) #161616 no-repeat;
  132. background-attachment: fixed;
  133. color:#FFF;
  134. font-family: {text:main font};
  135. font-size: 9.5px;
  136. letter-spacing: 0.2px;
  137. font-weight:300;
  138. -webkit-font-smoothing: antialiased;
  139. word-spacing: 2px;
  140. text-align:justify;
  141. line-height:1.1em;
  142. margin: 0;
  143. overflow-y: scroll;
  144. overflow-x: hidden;
  145. text-transform: lowercase;
  146. }
  147.  
  148. a {
  149. color:{color:link};
  150. text-decoration: none;
  151. }
  152.  
  153. a:hover {
  154. color: {color:hover};
  155. }
  156.  
  157. hr { border-width: 1px 1px 0;
  158. border-style: solid;
  159. border-color: #e7e7e7;
  160. width: 50%;
  161. margin-left: auto;
  162. margin-right: auto;
  163. margin-top: 15px;
  164. margin-bottom: 15px;
  165. }
  166.  
  167.  
  168. #entries {
  169. position:relative;
  170. height: 100%;
  171. margin-left: 480px;
  172. padding-bottom: 65px;
  173. padding-top: 105px;
  174. line-height:130%;
  175. {block:ifnot500pxposts}width: 400px;{/block:ifnot500pxposts}
  176. {block:if500pxposts}width: 500px;{/block:if500pxposts}
  177. }
  178.  
  179. #posts {
  180. padding: 15px;
  181. text-align: justify;
  182. height: 100%;
  183. color: #FFF;
  184. background: {color:post bg};
  185. border: 1px solid {color:border};
  186. line-height:130%;
  187. {block:ifnot500pxposts}width: 400px;{/block:ifnot500pxposts}
  188. {block:if500pxposts}width: 500px;{/block:if500pxposts}
  189. position: relative;
  190. margin-bottom: 15px;
  191. opacity: 0.7;
  192. -webkit-transition: 2s ease; /* Safari 3.1 to 6.0 */
  193. transition: 2s ease;
  194. }
  195.  
  196. #posts:hover {
  197. opacity: 1.0;
  198. -webkit-transition: 2s ease; /* Safari 3.1 to 6.0 */
  199. transition: 2s ease;
  200. }
  201.  
  202. #posts img {
  203. max-width: 100%;
  204. height: auto;
  205. }
  206.  
  207. #color-overlay {
  208. position: absolute;
  209. top: 0;
  210. left: 0;
  211. width: 100%;
  212. height: 100%;
  213. background-color: transparent;
  214. opacity: 0.9;
  215. }
  216.  
  217. #permalink {
  218. word-spacing: 3px;
  219. margin-top: 15px;
  220. border-top: 1px solid {color:border};
  221. font-size: 9px;
  222. padding-top: 10px;
  223. letter-spacing: 0.5px;
  224. color: silver;
  225. }
  226.  
  227.  
  228. #permalink a {
  229. color: silver;
  230. }
  231.  
  232. .date {
  233. text-transform: uppercase;
  234. margin-right: 3px;
  235. font-weight: bold;
  236. font-family: courier new;
  237. }
  238.  
  239. .date .dt a {
  240. padding: 3px 5px 2px 5px;
  241. background: #4aa98c;
  242. color: {color:post bg}!important;
  243. }
  244.  
  245. .tags {
  246. margin-top: 4px;
  247. text-align: justify;
  248. }
  249.  
  250. .tags a {
  251. padding-right: 3px;
  252. color: #777 !important;
  253. font-weight: bold;
  254. text-transform: uppercase;
  255. font-size: 8px;
  256. }
  257.  
  258. .tags a:hover {
  259. color: {color:hover}!important;
  260. }
  261.  
  262. .tags a::before {
  263. content: '#';
  264. opacity: 0.5;
  265. }
  266.  
  267. .tags a::after {
  268. margin-right: 10px;
  269. }
  270.  
  271.  
  272. /*LEFT SIDE*/
  273. #left {
  274. position: fixed;
  275. width: 130px;
  276. margin-top: 175px;
  277. margin-left: 300px;
  278. background: transparent;
  279. border: 0px solid #666;
  280. padding: 30px 20px;
  281. opacity: 0.8;
  282. -webkit-transition: 2s ease; /* Safari 3.1 to 6.0 */
  283. transition: 2s ease;
  284. }
  285.  
  286. #left b {
  287. color: {color:text};
  288. }
  289.  
  290. #left:hover {
  291. opacity: 1.0;
  292. -webkit-transition: 2s ease; /* Safari 3.1 to 6.0 */
  293. transition: 2s ease;
  294.  
  295. }
  296.  
  297. #left hr {
  298. border-width: 1px 1px 0;
  299. border-style: solid;
  300. border-color: #595142;
  301. width: 50%;
  302. margin-left: auto;
  303. margin-right: auto;
  304. margin-top: 15px;
  305. margin-bottom: 15px;
  306. opacity: 0.3;
  307.  
  308. }
  309.  
  310. .dsc {
  311. margin-top: -5px;
  312. }
  313.  
  314. .title {
  315. text-align: center;
  316. margin-bottom: 10px;
  317. font-size: 12px;
  318. color: #c68a9d !important;
  319. font-weight: bold;
  320. text-transform: uppercase;
  321. background: #000;
  322. background-image:url('https://s24.postimg.org/dhnneui7p/bg_jw.png'); background-attachment:fixed; background-repeat:repeat;
  323. opacity: 0.4;
  324. border-left: solid 1px #555;
  325. border-top: solid 1px #555;
  326. border-right: solid 1px #555;
  327. border-bottom: solid 1px #555;
  328. padding:7px;
  329. letter-spacing: 2px;
  330. font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
  331. }
  332.  
  333. .title a, .title a:hover {
  334. color: #777;
  335. }
  336.  
  337. .border {
  338. width: 75px;
  339. height: 2px;
  340. background: {color:accent};
  341. margin: auto;
  342. margin-bottom: 10px;
  343. text-align: auto;
  344. }
  345.  
  346. .links {
  347. text-align: center;
  348. margin-bottom: 15px;
  349. }
  350.  
  351. .links a {
  352. display: inline-block;
  353. font-weight: bold;
  354. text-transform: uppercase;
  355. text-align: left;
  356. font-size: 9px;
  357. font-family: courier new;
  358. letter-spacing: 1px;
  359. padding: 0px 3px;
  360. text-shadow: 1px 1px #000;
  361. color: #777;
  362. }
  363.  
  364. .right { text-align: center; }
  365.  
  366. .right img { width: 80px; }
  367.  
  368. /*pagination*/
  369. #pag {
  370. position: fixed;
  371. text-transform: uppercase;
  372. font-size: 15px;
  373. text-align: center;
  374. width: 170px;
  375. top: 515px;
  376. left: 70px;
  377. color: #666;
  378. font-weight:bold;
  379. text-shadow: 1px 1px #000;
  380. }
  381.  
  382. #pag a {
  383. color: #999;
  384. font-weight: bold;
  385. }
  386.  
  387. #pag a:hover {
  388. color: {color:hover};
  389. }
  390.  
  391.  
  392. /*inside posts*/
  393. #posts img, #posts img a, .html_photoset {
  394. {block:ifnot500pxposts}max-width: 400px;{/block:ifnot500pxposts}
  395. {block:if500pxposts}max-width: 500px;{/block:if500pxposts}
  396. -webkit-filter: grayscale(25%); /* Safari 6.0 - 9.0 */
  397. filter: grayscale(25%);
  398. -webkit-transition: all 1s ease-in-out;
  399. }
  400.  
  401.  
  402.  
  403. bold, strong, b {
  404. color: #4aa98c;
  405. text-transform: uppercase;
  406. font-size: 9px;
  407. font-family: courier new;
  408. letter-spacing: 1px;
  409. text-shadow: 1px 1px #333;
  410. }
  411.  
  412. i, italic, em {
  413. font-style: italic;
  414. }
  415.  
  416. small, sub, big, sup {
  417. font-size: 9.5px;
  418. }
  419.  
  420. code {
  421. font-family: courier new;
  422. letter-spacing: 0px;
  423. font-size: 12px;
  424. }
  425.  
  426. blockquote {
  427. border-left: 1px solid {color:border};
  428. padding-left: 10px;
  429. margin-left: 5px;
  430. max-width: 400px!important;
  431. margin-right: 5px;
  432. }
  433.  
  434. ul li {
  435. list-style: circle;
  436. list-style-position: outside;
  437. padding-right: 25px;
  438. }
  439.  
  440. ol li {
  441. list-style: lower-roman;
  442. list-style-position: outside;
  443. }
  444.  
  445. .chat {
  446. font-family: courier new;
  447. }
  448.  
  449. .chat b {
  450. font-family: {text:main font};
  451. }
  452.  
  453. /*notes*/
  454. ol.notes {
  455. list-style-type:none;
  456. margin-left: -40px;
  457. {block:ifnot500pxposts}width: 430px;{/block:ifnot500pxposts}
  458. {block:if500pxposts}width: 530px;{/block:if500pxposts}
  459. }
  460.  
  461. ol.notes li.note {
  462. list-style-type:none;
  463. border-bottom: 1px solid {color:border};
  464. padding: 5px;
  465. }
  466.  
  467. ol.notes li.note img {
  468. display: none;
  469. }
  470.  
  471. img {
  472. filter: none;
  473. }
  474.  
  475. /*post title*/
  476. .ptitle {
  477. line-height: 130%;
  478. color: {color:accent};
  479. font-size: 14px;
  480. font-family: {text:secondary font};
  481. }
  482.  
  483. .ptitle a {
  484. color: {color:accent};
  485. }
  486.  
  487. .ptitle a:hover {
  488. color: {color:hover};
  489. }
  490.  
  491. /*quote*/
  492. .quote {
  493. text-align: center;
  494. font-size: 16.5px;
  495. font-family: lucida console;
  496. line-height: 1.3em;
  497. margin-bottom: 20px;
  498. word-spacing: 3px;
  499. color: #4aa98c;
  500. }
  501.  
  502. .source {
  503. width: 250px;
  504. border-top: 1px solid {color:border};
  505. font-style: normal;
  506. margin-bottom: 10px;
  507. text-align: center;
  508. margin-top:-5px;
  509. text-transform: uppercase;
  510. font-size: 9px;
  511. letter-spacing: 1;
  512. }
  513.  
  514. /*ask*/
  515. #ask {
  516. padding-bottom: 15px;
  517. padding-top: 10px;
  518. margin-bottom:7px;
  519. border-bottom: 1px solid {color:border};
  520. text-align: center;
  521. }
  522.  
  523. .asker {
  524. text-transform: uppercase;
  525. letter-spacing: 1px;
  526. font-size: 8px;
  527. font-family: courier new;
  528. text-align: right;
  529. }
  530.  
  531. .asker a {
  532. color: {color:accent};
  533. }
  534.  
  535. .asker a:hover {
  536. color: {color:hover};
  537. }
  538.  
  539. .askicon {
  540. float: right;
  541. filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
  542. filter: gray; /* IE6-9 */
  543. -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
  544. -webkit-border-radius: 100%;
  545. border-radius: 100%;
  546. -moz-border-radius: 100%;
  547. margin-left: 5px;
  548. width: 16px;
  549. }
  550.  
  551. /*audio*/
  552. .albumart img {
  553. width: 70px;
  554. float: right;
  555. padding: 3px;
  556. border: 1px solid {color:border};
  557. }
  558.  
  559. .albumart {
  560. text-align: center;
  561. }
  562.  
  563. .audio {
  564. margin-bottom: 5px;
  565. }
  566.  
  567. #play {
  568. opacity: 0.5;
  569. background-color: white;
  570. z-index: 1000;
  571. {block:ifnot500pxposts}margin: 2px 340px;{/block:ifnot500pxposts}
  572. {block:if500pxposts}margin: 2px 440px;{/block:if500pxposts}
  573. position: absolute;
  574. top: 30px;
  575. -moz-border-radius: 100%;
  576. -webkit-border-radius: 100%;
  577. border-radius: 100%;
  578. left: 15px;
  579. -moz-transition-duration:0.6s;
  580. -webkit-transition-duration:0.6s;
  581. -o-transition-duration:0.6s;
  582. }
  583.  
  584. .button {
  585. width: 18px;
  586. height: 30px;
  587. overflow: hidden;
  588. position: relative;
  589. z-index: 1000;
  590. margin: 8px 16px 5px 8px;
  591. }
  592.  
  593. #play:hover {
  594. opacity: 1;
  595. -moz-transition-duration:0.6s;
  596. -webkit-transition-duration:0.6s;
  597. -o-transition-duration:0.6s;
  598. }
  599.  
  600. /*credit*/
  601. #credit {
  602. font-size:8px;
  603. padding-bottom: 60px;
  604. top: 20px;
  605. {block:ifnot500pxposts}width: 420px;{/block:ifnot500pxposts}
  606. {block:if500pxposts}width: 520px;{/block:if500pxposts}
  607. margin-left: 450px;
  608. line-height: 100%;
  609. text-align: center;
  610. letter-spacing: 0.5px;
  611. text-transform: uppercase;
  612. }
  613.  
  614. #credit a {
  615. font-weight: bold;
  616. color: {color:accent};
  617. }
  618.  
  619. #credit a:hover {
  620. color: {color:hover};
  621. }
  622.  
  623. /* Credits to http://pohroro.tumblr.com */
  624.  
  625. #c {
  626. width: 55px;
  627. height: 18px;
  628. font-family: courier new;
  629. font-size: 8px;
  630. font-weight:bold;
  631. text-transform: uppercase;
  632. bottom: 20px;
  633. right: 20px;
  634. text-align: center;
  635. letter-spacing: 1px;
  636. line-height: 0px;
  637. padding: 10px 3px;
  638. display: block;
  639. color: #555;
  640. background: transparent;
  641. position: fixed;
  642. }
  643.  
  644. #c a {
  645. font-weight: bold;
  646. line-height: 12px;
  647. font-size: 15px;
  648. font-family: Libre Baskerville;
  649. text-transform: lowercase;
  650. font-style: italic;
  651. letter-spacing: -1px;
  652. color: #4aa98c;
  653. text-shadow: 1px 1px #000;
  654. }
  655.  
  656.  
  657. #sechs {
  658. position:fixed;
  659. font-weight: bold;
  660. left:880px;
  661. top:65px;
  662. font-size: 20px;
  663. opacity:.5;
  664. -webkit-filter: blur(0px);
  665. transform: rotate(0deg);
  666. transition:all ease-in-out 0.7s;
  667. }
  668.  
  669. #sechs a:hover {
  670. -webkit-filter: blur(0px);
  671. opacity:1; }
  672.  
  673. #six {
  674. padding:10px;
  675. letter-spacing:0px;}
  676.  
  677. #six a {
  678. padding:5px;
  679. margin-right:0px;}
  680.  
  681.  
  682. {CustomCSS}
  683.  
  684.  
  685. </style>
  686. </head>
  687.  
  688.  
  689. <body>
  690.  
  691.  
  692. <div id="color-overlay">
  693.  
  694.  
  695. <div id="content">
  696. <div id="left">
  697. <div class="dsc"><div class="title"><a href="/" style="color: #4aa98c;">lost boy</a></div>
  698.  
  699. <div class="links"><a href="{text:link i}" title="read me.">{text:link i text}</a> <a href="{text:link ii}" title="message.">{text:link ii text}</a> <a href="{text:link iii}" title="navigate.">{text:link iii text}</a> <a href="{text:link iv}" title="about.">{text:link iv text}</a></div>
  700. <hr>
  701. <span style="font-family: calibri; color: #c6c6c6; letter-spacing: 0px; line-height: 12px; font-size: 10px;">&nbsp; &nbsp; <i style="font-size: 12px; font-weight: bold; color: #777; letter-spacing: 1px;text-transform: uppercase;font-family: "Arial Black"; text-shadow: 1px 1px #000 !important;">A</i>n indie <b style="font-size: 8px; font-weight: bold; color: #4aa98c; letter-spacing: 1px;text-transform: uppercase;font-family: courier new; text-shadow: 1px 1px #000;">JOSH WASHINGTON</b> of SUPERMASSIVE's <b style="font-size: 8px; color: #4aa98c; letter-spacing: 1px;text-transform: uppercase;font-family: courier new; text-shadow: 1px 1px #000; font-style: italic;">UNTIL DAWN</b> — <i>as brought to life by kc.</i> semi selective. slow or limited interaction, mutuals only — view guidelines for further details. multiverse & multiship.<br><br><b style="font-size: 8px; color: #4aa98c; letter-spacing: 0px;text-transform: uppercase;font-family: courier new; text-shadow: 1px 1px #000;">please note that this blog will contain:</b> some canon divergence <b>·</b> gun related content <b>·</b> violence / gore themes <b>·</b> both death & death mentions <b>·</b> <i>any such content will be tagged where it is appropriate.</i></span><br><br>
  702. <center><a href="https://buriesguilt.tumblr.com/" title="mike."><img src="https://s24.postimg.org/d6zjuell1/mikebf_small.png" width="40"></a><a href="http://voiceheard.tumblr.com/" title="jess."><img src="https://s24.postimg.org/ogyxc1v8l/jessbf_small.png" width="40"></a><a href="" title="emily."><img src="https://s27.postimg.org/bjqtdvmkj/purpbf.png" width="40"></a></center><br>
  703.  
  704. <center style="font-size: 8px; letter-spacing: 0px; background-image:url('https://s24.postimg.org/dhnneui7p/bg_jw.png'); background-attachment:fixed; background-repeat:repeat;
  705. opacity: 0.4;
  706. border-left: solid 1px #555;
  707. border-top: solid 1px #555;
  708. border-right: solid 1px #555;
  709. border-bottom: solid 1px #555;
  710. padding:7px;">
  711. <span style="font-weight: bold;font-size: 9px; color: #4aa98c; letter-spacing: 1px;text-transform: uppercase;font-family: courier new; text-shadow: 1px 1px #000;">est. 02052017</span>
  712. </center>
  713. </div>
  714. </div>
  715.  
  716. <div id="pag">{block:Pagination}
  717. {block:PreviousPage}
  718. <a href="{PreviousPage}">◄</a>
  719. {/block:PreviousPage} ◦ {block:NextPage}
  720. <a href="{NextPage}">►</a>
  721. {/block:NextPage}{/block:Pagination}
  722. </div>
  723.  
  724. <div id="entries">
  725.  
  726. {block:Posts}
  727.  
  728. <div id="posts">
  729.  
  730. <div class="cont">
  731.  
  732. {block:Text}<div class="capt">
  733. {block:Title}<div class="ptitle">{Title}<br></div>{/block:Title}
  734. {Body}</div>
  735. {/block:Text}
  736.  
  737. {block:Link}<div class="capt">
  738. <div class="ptitle"><a href="{URL}" {Target}>{Name} →</a></div>
  739. {block:Description}{Description}{/block:Description}</div>
  740. {/block:Link}
  741.  
  742. {block:Quote}<div class="capt">
  743. <center><div class="quote" style="font-family: courier new; font-style: italic;">{Quote}</div>
  744. {block:Source}
  745. <div class="source"><br>{Source}</div></center>
  746. {/block:Source}</div>
  747. {/block:Quote}
  748.  
  749. {block:Chat}<div class="capt"><div class="chat">
  750. {block:Title}<div class="ptitle">{Title}</div><p>{/block:Title}
  751. {block:Lines}<div style="padding: 10px 0px; border-bottom: 1px solid {color:border}"><div class="{Alt} user_{UserNumber}">
  752. {block:Label}<b>{Label}</b>{/block:Label}</div>
  753. {Line}<br></div>{/block:Lines}<p></p></div></div>{/block:Chat}
  754.  
  755. {block:Photo}{LinkOpenTag}
  756. {block:ifnot500pxposts}<center><img src="{PhotoURL-400}"></center>{/block:ifnot500pxposts}
  757. {block:if500pxposts}<center><img src="{PhotoURL-500}"></center>{/block:if500pxposts}
  758. {LinkCloseTag}
  759. {block:Caption}<div class="capt">
  760. {Caption}</div>
  761. {/block:Caption}
  762. {/block:Photo}
  763.  
  764. {block:Photoset}
  765. {block:ifnot500pxposts}{Photoset-400}{/block:ifnot500pxposts}
  766. {block:if500pxposts}{Photoset-500}{/block:if500pxposts}
  767. {block:Caption}<div class="capt">
  768. {Caption}</div>
  769. {/block:Caption}
  770. {/block:Photoset}
  771.  
  772. {block:Video}
  773. {block:ifnot500pxposts}{Video-400}{/block:ifnot500pxposts}
  774. {block:if500pxposts}{Video-500}{/block:if500pxposts}
  775. {block:Caption}<div class="capt">
  776. {Caption}</div>
  777. {/block:Caption}
  778. {/block:Video}
  779.  
  780. {block:Audio}<div class="capt">
  781. <div class="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="100">{/block:AlbumArt}</div>
  782. <div class="audio"><div id="play">
  783. <div class="button">{AudioPlayerWhite}</div></div>
  784. <div style="padding-top: 20px; {block:ifnot500pxposts}width: 316px;{/block:ifnot500pxposts} {block:if500pxposts}width: 416px;{/block:if500pxposts} text-align: center; padding-bottom: 20px; border: 0px solid {color:border}; max-height: 70px; font-size: 11px;"><br>{block:TrackName}❛<i> {TrackName}</i> ❜{/block:TrackName}<br> {block:Artist}<b>{Artist}</b>{/block:Artist}<br></div></div>
  785. {block:Caption}{Caption}{/block:Caption}</div>{/block:Audio}
  786.  
  787.  
  788.  
  789. {block:Answer}<div class="capt">
  790. <div id="ask">{Question}</div>
  791. <div class="asker">asked by {Asker}</div>
  792. {Answer}</div>{/block:Answer}
  793.  
  794.  
  795. <div id="permalink">
  796. {block:Date}
  797.  
  798. <div class="date"><span class="dt"> <a href="{ReblogURL}" target="_blank" style="background: #333;"><i class="fa fa-refresh" style="color:{color:Accent}; background: {color:Background}; font-size: 8px;"></i><a href="{Permalink}">{DayOfMonth}.{MonthNumber}.{ShortYear}</a></span>{block:NoteCount}<a href="{Permalink}"> {NoteCountWithLabel}</a>{/block:NoteCount}{block:PermalinkPage}{block:RebloggedFrom} · <a href="{ReblogParentURL}" title="reblogged from">{ReblogParentName}</a>{block:ContentSource} / <a href="{ReblogRootURL}" title="originally by">{ReblogRootName}</a>{/block:ContentSource}{/block:RebloggedFrom}{/block:PermalinkPage} </div>
  799. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}
  800. {/block:Date}
  801.  
  802.  
  803.  
  804. </div>
  805. </div>
  806. </div>
  807.  
  808. {block:PostNotes}
  809. {PostNotes}
  810. {/block:PostNotes}
  811.  
  812.  
  813. {/block:Posts}
  814.  
  815.  
  816.  
  817. {block:ContentSource}
  818. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  819. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  820. {/block:SourceLogo}
  821. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  822. {/block:ContentSource}
  823.  
  824. </div>
  825.  
  826. <div id="c">codes<a href="http://aubrieta.tumblr.com">ab</a><br>edits<a href="http://voiceheard.tumblr.com">vh</a></div>
  827.  
  828.  
  829. </div>
  830.  
  831. </div>
  832.  
  833. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement