Advertisement
heartilys

JEDIBURDEN.

Aug 11th, 2022
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.11 KB | None | 0 0
  1. <!--- THEME BY EVIE @ ENDLESSWOOD, CREATED FOR JEDIBURDEN'S PERSONAL USE. DO NOT STEAL! --->
  2.  
  3. <!DOCTYPE html>
  4. <html>
  5. <head>
  6.  
  7. <title>{Title}</title>
  8.  
  9. <link rel="shortcut icon" href="{Favicon}">
  10. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  11.  
  12. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  13.  
  14. <meta name="text:link1" content=""/>
  15. <meta name="text:link1 title" content="" />
  16. <meta name="text:link2" content=""/>
  17. <meta name="text:link2 title" content=""/>
  18. <meta name="text:link3" content=""/>
  19. <meta name="text:link3 title" content=""/>
  20. <meta name="text:link4" content=""/>
  21. <meta name="text:link4 title" content=""/>
  22. <meta name="text:link5" content=""/>
  23. <meta name="text:link5 title" content=""/>
  24. <meta name="text:link6" content=""/>
  25. <meta name="text:link6 title" content=""/>
  26. <meta name="text:link7" content=""/>
  27. <meta name="text:link7 title" content=""/>
  28.  
  29.  
  30. <title>{title}</title>
  31.  
  32. <script src="//pull.cappuccicons.com/cpf.js"></script>
  33.  
  34. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  35. <script src="https://static.tumblr.com/uopakca/GVcnvdwbq/jquery.style-my-tooltips.js"></script>
  36.  
  37. <script>
  38. (function($){
  39. $(document).ready(function(){
  40. $("a[title]").style_my_tooltips({
  41. tip_follows_cursor:true,
  42. tip_delay_time:90,
  43. tip_fade_speed:700,
  44. attribute:"title"
  45. });
  46. });
  47. })(jQuery);
  48. </script>
  49.  
  50. <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  51. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  52. <script src="https://static.tumblr.com/yxfeliq/hHwojmt8m/bctphotoset.min.js"></script>
  53.  
  54. <link rel="preconnect" href="https://fonts.gstatic.com">
  55. <link href="https://fonts.googleapis.com/css2?family=Fira+Mono&display=swap" rel="stylesheet">
  56.  
  57. <link rel="preconnect" href="https://fonts.gstatic.com">
  58. <link href="https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap" rel="stylesheet">
  59.  
  60.  
  61. <script>
  62. $(document).ready(function(){
  63. $('.photo-slideshow').pxuPhotoset({
  64. lightbox: true,
  65. rounded: false,
  66. gutter: '2px',
  67. borderRadius: '0px',
  68. photoset: '.photo-slideshow',
  69. photoWrap: '.photo-data',
  70. photo: '.pxu-photo'
  71. });
  72. });
  73. </script>
  74.  
  75.  
  76. <style type="text/css">
  77.  
  78. @font-face { font-family:'orator'; src: url('https://dl.dropboxusercontent.com/s/i3ejf4vuovbrvwl/orator-std-font.otf') ;}
  79.  
  80. iframe.tmblr-iframe {
  81. z-index:99999999999999!important;
  82. top:-2px!important;
  83. right:0!important;
  84. opacity:0;
  85. padding-right:38px;
  86. /* delete invert(1) from here */
  87. filter:invert(0) contrast(150%);
  88. -webkit-filter:invert(0) contrast(150%);
  89. -o-filter:invert(0) contrast(150%);
  90. -moz-filter:invert(0) contrast(150%);
  91. -ms-filter:invert(0) contrast(150%);
  92. /* to here if your blog has a dark background */
  93. transform:scale(0.75);
  94. transform-origin:100% 0;
  95. -webkit-transform:scale(0.75);
  96. -webkit-transform-origin:100% 0;
  97. -o-transform:scale(0.75);
  98. -o-transform-origin:100% 0;
  99. -moz-transform:scale(0.75);
  100. -moz-transform-origin:100% 0;
  101. -ms-transform:scale(0.75);
  102. -ms-transform-origin:100% 0;}
  103.  
  104. iframe.tmblr-iframe:hover {
  105. opacity:0.8!important;}
  106.  
  107. .hcontrols {
  108. position:fixed;
  109. top:1;
  110. right:0;
  111. z-index:999999999;
  112. }
  113.  
  114. .hcontrols svg {
  115. width:14px;
  116. height:14px;
  117. padding:6px 6px 2px 5px;
  118. transform:scale(1.45);
  119. }
  120.  
  121. .hcontrols svg path {
  122. fill:#eee0de;/* change this to change the color of the icon */
  123. }
  124.  
  125. #s-m-t-tooltip {
  126. max-width:360px;
  127. padding:4px 12px 4px 12px;
  128. margin:10px 10px 5px 10px;
  129. color:#fff; /* text color */
  130. font-family: 'orator';
  131. font-size:9px;
  132. font-weight:bold;
  133. text-transform:uppercase;
  134. background:url('https://static.tumblr.com/3runmha/qayrgft1t/jediburdenpostinfo.png') top;
  135. text-shadow:
  136. -1px -1px 0 #000,
  137. 1px -1px 0 #000,
  138. -1px 1px 0 #000,
  139. 1px 1px 0 #000;
  140. border:3px double #020202;
  141. z-index:99999;
  142. }
  143.  
  144. body {
  145. color:#fff;
  146. background:url('https://static.tumblr.com/3runmha/Fr3rgh5y8/jediburdenthemebg.png') left top no-repeat fixed #020202;
  147. }
  148.  
  149. a {
  150. color:#6c808b;
  151. font-weight:800;
  152. text-decoration:none;
  153. }
  154.  
  155. b, strong {
  156. color:#6c808b;
  157. font-weight:800;
  158. font-family: 'orator';
  159. }
  160.  
  161. i, em {
  162. font-style:italic;
  163. color:#6c808b;
  164. font-family: 'orator';
  165. }
  166.  
  167. u {
  168. color:#6c808b;
  169. font-weight:bold;
  170. text-decoration:underline;
  171. }
  172.  
  173. big {
  174. font-size:15px;
  175. }
  176.  
  177. small, sub, sup {
  178. font-size:11px;
  179. }
  180.  
  181. #post blockquote {
  182. margin:10px 0px;
  183. padding-left:12px;
  184. padding-right:5px;
  185. border-left: .5px solid #687179;
  186. }
  187.  
  188. #post blockquote img {
  189. max-width:350px;
  190. height:auto;
  191. }
  192.  
  193.  
  194. pre {
  195. font-family: 'Fira Mono', monospace;
  196. font-size:10px;
  197. text-transform:uppercase;
  198. text-align:justify;
  199. color:#fff;
  200. font-weight:600;
  201. margin-top:8px;
  202. border:1px solid #687179;
  203. padding:10px;
  204. white-space: pre-wrap;
  205. white-space: -moz-pre-wrap;
  206. white-space: -pre-wrap;
  207. white-space: -o-pre-wrap;
  208. word-wrap: break-word;
  209. }
  210.  
  211. pre i, pre b, pre a {
  212. text-transform:uppercase;
  213. font-weight:800;
  214. color:#fff;
  215. }
  216.  
  217. h1 {
  218. font-family: 'orator';
  219. font-size:25px;
  220. font-style:italic;
  221. font-weight:bold;
  222. color:#fff;
  223. text-transform:lowercase;
  224. text-align:center;
  225. line-height:25px;
  226. padding:10px 10px 15px 10px;
  227. margin-top:0px;
  228. background-color:#6c808b;
  229. }
  230.  
  231. h2, h2 a {
  232. font-family: 'orator';
  233. font-size:18px;
  234. color:#6c808b;
  235. text-align:left;
  236. text-transform:lowercase;
  237. line-height:18px;
  238. word-spacing:6px;
  239. margin-bottom:0px;
  240. text-shadow:0 0 0.1em;
  241. }
  242.  
  243. #entries {
  244. width:425px;
  245. height:530px;
  246. position:fixed;
  247. top:188px;
  248. left:250px;
  249. margin:auto;
  250. overflow-y:scroll;
  251. overflow-x:hidden;
  252. }
  253.  
  254. #post {
  255. font-size:11.5px;
  256. font-family: 'karla';
  257. text-align:justify;
  258. width:400px;
  259. color:#fff;
  260. margin-top:20px;
  261. margin-bottom:40px;
  262. margin-left:10px;
  263. }
  264.  
  265. #post img {
  266. max-width:100%;
  267. height:auto;
  268. }
  269.  
  270. #entries::-webkit-scrollbar-thumb {
  271. height:9px;
  272. border:7px solid #020202;
  273. background-color:#6c808b;
  274. }
  275.  
  276. #entries::-webkit-scrollbar {
  277. width:15px;
  278. height:4px;
  279. border:7px solid #020202;
  280. background:#020202;
  281. margin-right:5px;
  282. }
  283.  
  284. .ol, ul {
  285. padding-left:6px;
  286. padding-right:12px;
  287. }
  288.  
  289. li {
  290. list-style-type: none;
  291. }
  292.  
  293. #post li:before {
  294. margin-left:6px;
  295. margin-right:15px;
  296. color:#fff;
  297. font-family:'honeybee';
  298. content:'—';
  299. font-size:11px;
  300. font-weight:bold;
  301. display:inline-block;
  302. }
  303.  
  304. ol.notes {
  305. list-style-type:none;
  306. }
  307.  
  308. a.more_notes_link {
  309. font-size:9px;
  310. text-transform:uppercase;
  311. font-family: 'courier new', monospace;
  312. text-align:center;
  313. margin-left:-25px;
  314. }
  315.  
  316. #info, #permalink {
  317. position:relative;
  318. text-align:center;
  319. margin-top:14px;
  320. margin-left:0px;
  321. padding:10px 4px 10px 4px;
  322. line-height:25px;
  323. letter-spacing:1px;
  324. text-transform:uppercase;
  325. transition:.3s;
  326. background:url('https://static.tumblr.com/3runmha/qayrgft1t/jediburdenpostinfo.png') left fixed;
  327. border:3px double #020202;
  328. }
  329.  
  330. #info a, #permalink a {
  331. color:#fff;
  332. text-transform:uppercase;
  333. font-style:normal;
  334. font-weight:bold;
  335. font-size:14px;
  336. text-shadow:0 0 .4em;
  337. padding:4px 22px 4px 22px;
  338. transition:.3s;
  339. }
  340.  
  341. #info a:hover, #permalink a:hover {
  342. text-shadow:0 0 0.2em;
  343. transition:.3s;
  344. }
  345.  
  346. .tags {
  347. width:395px;
  348. position:relative;
  349. text-align:center;
  350. margin-top:10px;
  351. padding-left:2px;
  352. padding-right:2px;
  353. }
  354.  
  355. .tags a {
  356. color:#5e6672;
  357. text-transform:uppercase;
  358. font-weight:bold;
  359. font-style:normal;
  360. font-size:9px;
  361. font-family: 'Fira Mono', monospace;
  362. padding-left:4px;
  363. padding-right:4px;
  364. transition:.6s;
  365. }
  366.  
  367. .tags a:hover {
  368. color:#6d6d6d;
  369. transition:.6s;
  370. }
  371.  
  372. #notes {
  373. text-transform:uppercase;
  374. font-size:9px;
  375. font-family: 'courier new', monospace;
  376. line-height:16px;
  377. margin-top:20px;
  378. }
  379.  
  380. #notes ol, #notes li {
  381. padding-left:10px;
  382. padding-right:10px;
  383. list-style-type:none;
  384. }
  385.  
  386. #notes img {
  387. display:none;
  388. }
  389.  
  390. #desc {
  391. width:330px;
  392. height:170px;
  393. font-family:'fira mono', monospace;
  394. font-size:9.5px;
  395. font-style:italic;
  396. text-transform:uppercase;
  397. text-align:justify;
  398. color:#fff;
  399. letter-spacing:.4px;
  400. position:fixed;
  401. top:200px;
  402. left:710px;
  403. }
  404.  
  405. #nav {
  406. width:290px;
  407. padding:5px;
  408. text-align:center;
  409. top:510px;
  410. left:1020px;
  411. position:fixed;
  412. border-top:1px solid #687176;
  413. }
  414.  
  415. #nav a {
  416. color:#fff;
  417. font-family: 'orator';
  418. font-size:10px;
  419. font-style:italic;
  420. text-transform:uppercase;
  421. padding-top:5px;
  422. padding-left:13px;
  423. padding-right:13px;
  424. display:inline-block;
  425. }
  426.  
  427. #pag {
  428. width:325px;
  429. height:100%;
  430. margin:auto;
  431. top:0px;
  432. bottom:0px;
  433. left:0px;
  434. bottom:0px;
  435. position:fixed;
  436. }
  437.  
  438. #pag a {
  439. color:#fff;
  440. font-size:22px;
  441. font-weight:bold;
  442. text-transform:uppercase;
  443. display:inline-block;
  444. }
  445.  
  446. #pag i {
  447. color:#fff;
  448. }
  449.  
  450. .back {
  451. position:absolute;
  452. top:380px;
  453. left:725px;
  454. }
  455.  
  456. .next {
  457. position:absolute;
  458. top:150px;
  459. left:1000px;
  460. }
  461.  
  462. #q {
  463. font-size:15px;
  464. color:#6c808b;
  465. font-family: 'courier new', monospace;
  466. text-transform:lowercase;
  467. font-style:italic;
  468. padding-left:10px;
  469. padding-right:10px;
  470. text-shadow:0 0 0.02em;
  471. }
  472.  
  473. #qsrc {
  474. text-align:center;
  475. padding-left:20px;
  476. padding-right:20px;
  477. text-transform:uppercase;
  478. font-size:11px;
  479. font-family: 'courier new', monospace;
  480. margin-top:20px;
  481. }
  482.  
  483. #chat {
  484. margin-left:10px;
  485. margin-right:10px;
  486. font-size:11.5px;
  487. font-family:'courier new', monospace;
  488. }
  489.  
  490. #chatlabel {
  491. color:#6c808b;
  492. margin-bottom:5px;
  493. padding:0px 2px 1px 2px;
  494. font-weight:bold;
  495. font-style:italic;
  496. font-family: 'orator';
  497. text-transform:lowercase;
  498. display:inline-block;
  499. }
  500.  
  501. #audio {
  502. font-size:11px;
  503. text-transform:uppercase;
  504. font-family: 'courier new', monospace;
  505. line-height:18px;
  506. margin-top:8px;
  507. padding-bottom:14px;
  508. }
  509.  
  510. .play {
  511. width:28px;
  512. height:28px;
  513. overflow:hidden;
  514. margin-top:18px;
  515. margin-left:22px;
  516. opacity.7;
  517. position:absolute;
  518. }
  519.  
  520. #asker {
  521. text-transform:uppercase;
  522. font-family: 'orator';
  523. font-size:20px;
  524. color:#687179;
  525. font-weight:bold;
  526. text-align:center;
  527. margin-bottom:10px;
  528. }
  529.  
  530. #asker a {
  531. font-family: 'orator';
  532. font-size:20px;
  533. color:#687179;
  534. font-weight:bold;
  535. font-style:italic;
  536. text-transform:uppercase;
  537. padding-left:8px;
  538. padding-right:8px;
  539. padding-bottom:6px;
  540. }
  541.  
  542. #question {
  543. font-size:9px;
  544. font-family: 'Fira Mono', monospace;
  545. text-transform:uppercase;
  546. text-align:center;
  547. color:#fff;
  548. word-spacing:.5px;
  549. margin-bottom:-5px;
  550. padding:10px 20px 10px 20px;
  551. background-color:#6c808b;
  552. }
  553.  
  554. #credit {
  555. position:fixed;
  556. bottom:18px;
  557. right:14px;
  558. font-size:14px;
  559. }
  560.  
  561. #credit a {
  562. width:60px;
  563. height:60px;
  564. color:#000;
  565. padding:12px 6px 6px 6px;
  566. text-shadow:none;
  567. background-color:#687176;
  568. }
  569.  
  570. #credit i {
  571. font-size:18px;
  572. color:#000;
  573. }
  574.  
  575.  
  576. {CustomCSS}
  577. </style>
  578.  
  579. <link rel="shortcut icon" href="{Favicon}">
  580. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" /><meta name="viewport" content="width=820" />
  581.  
  582.  
  583. </head>
  584.  
  585. <body>
  586.  
  587. <div class="hcontrols"><svg version="1.1" id="Layer_1" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve"><path d="M106.6,134c14.3,0,26-11.7,26-26s-11.7-26-26-26s-26,11.7-26,26S92.2,134,106.6,134z M106.6,94c7.7,0,14,6.3,14,14s-6.3,14-14,14s-14-6.3-14-14S98.9,94,106.6,94z M40.4,124.6l7.2,3.3c3,1.4,4.4,4.8,3.3,7.9l-2.8,7.4c-2.1,5.7-1.4,11.8,2.1,16.7c3.4,5,9,7.9,15,7.9c2.2,0,4.4-0.4,6.5-1.2l7.4-2.8c0.7-0.3,1.4-0.4,2.2-0.4c2.4,0,4.7,1.4,5.7,3.7l3.3,7.2c3,6.6,9.4,10.7,16.6,10.7s13.6-4.1,16.6-10.7l3.3-7.2c1-2.2,3.2-3.7,5.7-3.7c0.7,0,1.5,0.1,2.2,0.4l7.4,2.8c2.1,0.8,4.3,1.2,6.5,1.2c0,0,0,0,0,0c5.9,0,11.5-3,15-7.9c3.4-5,4.2-11.1,2.1-16.7l-2.8-7.4c-1.1-3.1,0.3-6.5,3.3-7.9l7.2-3.3c6.6-3,10.7-9.4,10.7-16.6s-4.1-13.6-10.7-16.6l-7.2-3.3c-3-1.4-4.4-4.8-3.3-7.9l2.8-7.4c2.1-5.7,1.4-11.8-2.1-16.7c-3.4-5-9-7.9-15-7.9c-2.2,0-4.4,0.4-6.5,1.2l-7.4,2.8c-0.7,0.3-1.4,0.4-2.2,0.4c-2.4,0-4.7-1.4-5.7-3.7l-3.3-7.2c-3-6.6-9.4-10.7-16.6-10.7S93,35.2,90,41.8l-3.3,7.2c-1,2.2-3.2,3.7-5.7,3.7c-0.7,0-1.5-0.1-2.2-0.4l-7.4-2.8c-2.1-0.8-4.3-1.2-6.5-1.2c-5.9,0-11.5,3-15,7.9c-3.4,5-4.2,11.1-2.1,16.7l2.8,7.4c1.1,3.1-0.3,6.5-3.3,7.9l-7.2,3.3c-6.6,3-10.7,9.4-10.7,16.6S33.8,121.6,40.4,124.6z M45.3,102.3l7.2-3.3c8.7-4,12.9-14.1,9.5-23l-2.8-7.4c-1-2.7,0-4.7,0.7-5.7c1.6-2.4,4.6-3.4,7.4-2.3l7.4,2.8c2.1,0.8,4.2,1.2,6.4,1.2c0,0,0,0,0,0c7.1,0,13.6-4.2,16.6-10.7l3.3-7.2c1.5-3.4,4.7-3.7,5.7-3.7s4.1,0.3,5.7,3.7l3.3,7.2c3,6.5,9.5,10.7,16.6,10.7c2.2,0,4.3-0.4,6.4-1.2l7.4-2.8c2.8-1,5.7,0,7.4,2.3c0.7,1,1.7,3,0.7,5.7l-2.8,7.4c-3.3,8.9,0.8,19,9.5,23l7.2,3.3c3.4,1.5,3.7,4.7,3.7,5.7s-0.3,4.1-3.7,5.7l-7.2,3.3c-8.7,4-12.9,14.1-9.5,23l2.8,7.4c1,2.7,0,4.7-0.7,5.7c-1.6,2.4-4.6,3.4-7.4,2.3l-7.4-2.8c-2.1-0.8-4.2-1.2-6.4-1.2c-7.1,0-13.6,4.2-16.6,10.7l-3.3,7.2c-1.5,3.4-4.7,3.7-5.7,3.7s-4.1-0.3-5.7-3.7l-3.3-7.2c-3-6.5-9.5-10.7-16.6-10.7c-2.2,0-4.3,0.4-6.4,1.2l-7.4,2.8c-2.8,1-5.7,0-7.4-2.3c-0.7-1-1.7-3-0.7-5.7l2.8-7.4c3.3-8.9-0.8-19-9.5-23l-7.2-3.3c-3.4-1.5-3.7-4.7-3.7-5.7S41.9,103.9,45.3,102.3z"/></svg></div>
  588.  
  589. <div id="desc">
  590. I do what I do, because it's right! Because it's decent! And above all, it's kind. It's just that. Just kind. If I run away today, good people will die. If I stand and fight, some of them might live. Maybe not many, maybe not for long. Hey, you know, maybe there's no point in any of this at all, but it's the best I can do, so I'm going to do it. And I will stand here doing it till it kills me. You're going to die too, some day. How will that be? Have you thought about it? What would you die for? Who I am is where I stand. Where I stand, is where I fall. Stand with me. These people are terrified. Maybe we can help, a little. Why not, just at the end, just be kind?
  591. </div>
  592.  
  593. <div id="nav">
  594. <a href="/" title="index">i</a>
  595. <a href="/ask" title="message">ii</a>
  596. <a href="{text:link3}" title="{text:link3 title}">iii</a>
  597. <a href="{text:link4}" title="{text:link4 title}">iv</a>
  598. <a href="{text:link5}" title="{text:link5 title}">v</a>
  599. <a href="{text:link6}" title="{text:link6 title}">vi</a>
  600. <a href="{text:link7}" title="{text:link7 title}">vii</a>
  601. </div>
  602.  
  603. <div id="entries">
  604. {block:Posts}
  605. <div id="post">
  606.  
  607. {block:Text}
  608. {block:Title}
  609. <h1 style="margin-top:0px;">{Title}</h1>
  610. {/block:Title}
  611. {Body}
  612. {/block:Text}
  613.  
  614. {block:Link}
  615. <h1 style="margin-top:0px;"><a href="{URL}">{Name}</a></h1>
  616. {block:Description}{Description}{/block:Description}
  617. {/block:Link}
  618.  
  619. {block:Photo}
  620. <center>
  621. {LinkOpenTag}
  622. <a href="{permalink}">
  623. <img src="{PhotoURL-500}" alt="{PhotoAlt}" width="400"></a>
  624. {LinkCloseTag}
  625. </center>
  626. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  627. {block:ContentSource}
  628. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  629. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  630. {/block:SourceLogo}
  631. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  632. {/block:ContentSource}
  633. {block:ReblogParentURL}
  634. <!-- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  635. {/block:ReblogParentURL}
  636. {/block:Photo}
  637.  
  638. {block:Photoset}
  639. <div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">{block:Photos}<div class="photo-data"><div class="pxu-photo"><img src="{PhotoURL-500}" width="{PhotoWidth-500}" height="{PhotoHeight-500}" data-highres="{PhotoURL-HighRes}" data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}"></div><a class="tumblr-box" rel="post-{PostID}" href="{PhotoURL-HighRes}"></a></div>{/block:Photos}</div>
  640. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  641. {/block:Photoset}
  642.  
  643. {block:Quote}
  644. <div id="q">{Quote}</div>
  645. {block:Source}
  646. <div id="qsrc">— &nbsp;&nbsp; {Source}</div>
  647. {/block:Source}
  648. {/block:Quote}
  649.  
  650. {block:Chat}
  651. <div id="chat">
  652. {block:Title}
  653. <h1>{Title}</h1>
  654. {/block:Title}
  655. {block:Lines}
  656. {block:Label}
  657. <div id="chatlabel">{Label}</div> &nbsp;
  658. {/block:Label}
  659. {Line} <br>
  660. {/block:Lines}
  661. </div>
  662. {/block:Chat}
  663.  
  664. {block:Audio}
  665. {block:AlbumArt}
  666. <img src="{AlbumArtURL}" width="60px" align="left" style="margin-left:5px;margin-right:20px;" />{/block:AlbumArt}
  667. <div class="play" style="opacity:.8">{AudioPlayerWhite}</div>
  668. <div id="audio">{block:TrackName}<b>Title:</b> &nbsp; {TrackName}<br />{/block:TrackName}
  669. {block:Artist}<b>Artist:</b> &nbsp; {Artist}<br />{/block:Artist}
  670. {/block:ExternalAudio}<b>Played:</b> &nbsp; {PlayCount}</div>
  671. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  672. {/block:Audio}
  673.  
  674. {block:Video}
  675. <div class="video">{Video-500}</div>
  676. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  677. {/block:Video}
  678.  
  679. {block:Answer}<div id="asker">{Asker}</div>
  680. <div id="question">{Question}</div><br>
  681. {Answer}{/block:Answer}
  682.  
  683.  
  684. {block:IndexPage}
  685. <div id="info">
  686. <a href="{Permalink}" title="{12HourWithZero}:{Minutes}{CapitalAmPm} / {NoteCount}N.">✦</a> {block:RebloggedFrom}<a href="{ReblogParentURL}" title="via" target="_blank">✦</a> <a href="{ReblogRootURL}" title="source" target="_blank">✦</a>
  687. {/block:RebloggedFrom}
  688. </div>
  689. <div class="tags">{block:HasTags}
  690. {block:Tags}<a href="{TagURL}">{Tag}</a>
  691. {/block:Tags}
  692. {/block:HasTags}</div>
  693. {/block:IndexPage}
  694.  
  695. {block:PermalinkPage}
  696. <div id="permalink">
  697. <a href="{Permalink}" title="{12HourWithZero}:{Minutes}{CapitalAmPm} / {NoteCount}N.">✦</a> {block:RebloggedFrom}<a href="{ReblogParentURL}" title="via" target="_blank">✦</a> <a href="{ReblogRootURL}" title="source" target="_blank">✦</a>
  698. {/block:RebloggedFrom}
  699. </div>
  700. <div class="tags">{block:HasTags}
  701. {block:Tags}<a href="{TagURL}">{Tag}</a>
  702. {/block:Tags}
  703. {/block:HasTags}</div>
  704. {/block:PermalinkPage}
  705.  
  706.  
  707. {block:PostNotes}
  708. <div id="notes">{PostNotes}</div>
  709. {/block:PostNotes}
  710. </div>
  711. {/block:Posts}
  712.  
  713. </div>
  714. </div>
  715.  
  716. <div id="pag">
  717. {block:Pagination}
  718. {block:PreviousPage}
  719. <div class="back"><a href="{PreviousPage}"><i class="cp cp-chevron-left"></i></a></div>
  720. {/block:PreviousPage}{block:NextPage}
  721. <div class="next"><a href="{NextPage}"><i class="cp cp-chevron-right"></i></a></div>
  722. {/block:NextPage}
  723. {/block:Pagination}
  724. </div>
  725.  
  726. <div id="credit"><a href="http://endlesswood.tumblr.com" title="by endlesswood"><i class="cp cp-jedi-order"></i></a></div>
  727.  
  728. </div>
  729. </div>
  730.  
  731.  
  732. </body>
  733. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement