wcrmtails

Theme 14: Requiem

Sep 13th, 2018 (edited)
2,040
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.26 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <!--theme 14 by arithemes/darthvcder. don't steal or use as base. thanks.
  5.  
  6. tumblr control fix by cyantists
  7.  
  8. honeybee icon font by themehive-->
  9.  
  10. <head>
  11.  
  12.  
  13.  
  14. <title>{Title}</title>
  15. <link rel="shortcut icon" href="{FavIcon}" />
  16. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  17.  
  18.  
  19.  
  20.  
  21.  
  22. <meta name="image:Background" content=""/>
  23. <meta name="image:Sidebar" content=""/>
  24.  
  25.  
  26. <meta name="color:Arrows" content="#7bc780" />
  27. <meta name="color:Ask Background" content="#fff" />
  28. <meta name="color:Ask Text" content="#797979"/>
  29. <meta name="color:Background" content="#fcfcfc" />
  30. <meta name="color:Blockquote" content="#fcfcfc"/>
  31. <meta name="color:Bold" content="#797979"/>
  32. <meta name="color:Border" content="#eee"/>
  33. <meta name="color:Chat Even Background" content="#fcfcfc"/>
  34. <meta name="color:Chat Even Text" content="#9c9c9c"/>
  35. <meta name="color:Chat Odd Background" content="#fff"/>
  36. <meta name="color:Chat Odd Text" content="#9c9c9c"/>
  37. <meta name="color:Credit" content="#000"/>
  38. <meta name="color:Custom Links" content="#797979"/>
  39. <meta name="color:Custom Links Background" content="#fff"/>
  40. <meta name="color:Custom Links Border"content="#eee"/>
  41. <meta name="color:Date" content="#d1cccc"/>
  42. <meta name="color:Description Background" content="#fff"/>
  43. <meta name="color:Description Border" content="#eee"/>
  44. <meta name="color:Description Text" content="#9c9c9c"/>
  45. <meta name="color:Icon Border" content="#eee"/>
  46. <meta name="color:Italics" content="#797979"/>
  47. <meta name="color:Link" content="#797979"/>
  48. <meta name="color:Link Hover" content="#000"/>
  49. <meta name="color:Main Nav Links" content="#7bc780" />
  50. <meta name="color:Main Nav Links Background" content="#fcfcfc" />
  51. <meta name="color:Main Nav Links Border" content="#eee" />
  52. <meta name="color:Permalink" content="#d1cccc"/>
  53. <meta name="color:Post Background" content="#fff"/>
  54. <meta name="color:Reblog Button" content="#7bc780" />
  55. <meta name="color:Reblog Button Hover" content="#9c9c9c" />
  56. <meta name="color:Scrollbar" content="#797979"/>
  57. <meta name="color:Sidebar Background" content="#fff"/>
  58. <meta name="color:Source" content="#7bc780" />
  59. <meta name="color:Tags" content="#797979"/>
  60. <meta name="color:Tags Background" content="#fff"/>
  61. <meta name="color:Tags Border" content="#eee"/>
  62. <meta name="color:Text" content="#9c9c9c"/>
  63. <meta name="color:Title" content="#d1cccc"/>
  64. <meta name="color:Title Background" content="#fff"/>
  65. <meta name="color:Title Border" content="#eee"/>
  66.  
  67.  
  68. <meta name="if:250 Posts" content="0"/>
  69. <meta name="if:400 Posts" content="1"/>
  70. <meta name="if:500 Posts" content="0"/>
  71. <meta name="if:Left Sidebar" content="1"/>
  72.  
  73. <meta name="text:Link One Url" content="/"/>
  74. <meta name="text:Link One Title" content="link one"/>
  75. <meta name="text:Link Two Url" content="/"/>
  76. <meta name="text:Link Two Title" content="link two"/>
  77. <meta name="text:Link Three Url" content="/"/>
  78. <meta name="text:Link Three Title" content="link three"/>
  79. <meta name="text:Link Four Url" content="/"/>
  80. <meta name="text:Link Four Title" content="link four"/>
  81. <meta name="text:Link Five Url" content="/"/>
  82. <meta name="text:Link Five Title" content="link five"/>
  83. <meta name="text:Link Six Url" content="/"/>
  84. <meta name="text:Link Six Title" content="link six"/>
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92. <link href='https://fonts.googleapis.com/css?family=Karla' rel='stylesheet' type='text/css'>
  93.  
  94.  
  95. <script language="javascript" type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
  96.  
  97. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
  98.  
  99. <script src="https://static.tumblr.com/wgijwsy/Ebfm2v4gy/jquery.masonry.min.js"></script>
  100.  
  101. <script src="https://use.fontawesome.com/8b31d30a04.js"></script>
  102.  
  103. <link href="//solrainha.github.io/honeybee/honeybee.css" rel="stylesheet">
  104. <script>
  105. $(document).ready(function(){
  106.  
  107. $("#dd").click(function(){
  108.  
  109.  
  110. $("#nav").slideToggle("slow");
  111. $("#dd").slideToggle("slow");
  112. $("#du").slideToggle("slow");
  113. });
  114.  
  115. $("#du").click(function(){
  116.  
  117.  
  118. $("#nav").slideToggle("slow");
  119. $("#dd").slideToggle("slow");
  120. $("#du").slideToggle("slow");
  121. });
  122.  
  123.  
  124.  
  125. });
  126. </script>
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133. <style type="text/css">
  134.  
  135. /*FIX BY CYANTISTS*/
  136. iframe.tmblr-iframe {
  137. z-index:99999999999999!important;
  138. top:0!important;
  139. right:0!important;
  140. opacity:0.4;
  141. /* delete from here */
  142. filter:invert(1);
  143. -webkit-filter:invert(1);
  144. -o-filter:invert(1);
  145. -moz-filter:invert(1);
  146. -ms-filter:invert(1);
  147. /* to here if your blog has a dark background */
  148. transform:scale(0.6);
  149. transform-origin:100% 0;
  150. -webkit-transform:scale(0.6);
  151. -webkit-transform-origin:100% 0;
  152. -o-transform:scale(0.6);
  153. -o-transform-origin:100% 0;
  154. -moz-transform:scale(0.6);
  155. -moz-transform-origin:100% 0;
  156. -ms-transform:scale(0.6);
  157. -ms-transform-origin:100% 0;}
  158.  
  159. iframe.tmblr-iframe:hover {
  160. opacity:0.6!important;}
  161.  
  162. body {
  163. color: {color:Text};
  164. font-family: 'Karla', sans-serif;
  165. line-height: 16px;
  166. background: url('{image:Background}') {color:Background};
  167. }
  168.  
  169. body img {
  170. max-width: 100%;
  171. height: auto;
  172. }
  173.  
  174. a {
  175. text-decoration: none;
  176. color: {color:Link};
  177. }
  178. a:hover {
  179. color: {color:Link Hover};
  180. }
  181.  
  182. i, em {
  183. color: {color:Italics};
  184. }
  185.  
  186. b, strong {
  187. color: {color:Bold};
  188. }
  189.  
  190.  
  191. h1 {
  192. text-align: center;
  193. font-size: 11px;
  194. letter-spacing: 3px;
  195. line-height: 120%;
  196. color: {color:Text};
  197. font-family: 'Karla', sans-serif;
  198. }
  199.  
  200. blockquote {
  201. border-left: 1px solid {color:Blockquote};
  202. margin-left: 6px;
  203. padding-left: 10px;
  204. }
  205.  
  206. blockquote img {
  207. max-width: 200px;
  208. height: auto;
  209. }
  210.  
  211. ::-webkit-scrollbar-thumb {
  212. background-color: {color:Scrollbar};
  213. height:auto;
  214. border-bottom:none;
  215. }
  216. ::-webkit-scrollbar {
  217. height:9px;
  218. width:3px;
  219. }
  220.  
  221. #sidebar {
  222. width: 200px;
  223. height: relative;
  224. position: fixed;
  225. margin-top: 100px;
  226.  
  227. {block:IfLeftSidebar}
  228. margin-left: 50px;
  229. {/block:IfLeftSidebar}
  230.  
  231. {block:IfNotLeftSidebar}
  232. right: 50px;
  233. {/block:IfNotLeftSidebar}
  234. }
  235.  
  236. .icon {
  237. width: 50px;
  238. height: 50px;
  239. }
  240.  
  241.  
  242. .icon img {
  243. width: 30px;
  244. height: 30px;
  245. border-radius: 50%;
  246. border: 1px solid {color:Icon Border};
  247. }
  248.  
  249.  
  250. #title {
  251. background-color: {color:Title Background};
  252. border: 1px solid {color:Title Border};
  253. border-radius: 5px;
  254. font-family: 'Karla', sans-serif;
  255. font-size: 12px;
  256. font-weight: bold;
  257. color: {color:Title};
  258. display: inline-block;
  259. padding: 3px;
  260. width: 155px;
  261. text-align: center;
  262. margin-top: 10px;
  263. }
  264.  
  265. #description {
  266. background-color: {color:Description Background};
  267. border: 1px solid {color:Description Border};
  268. border-radius: 5px;
  269. font-size: 10px;
  270. color: {color:Description Text};
  271. display: inline-block;
  272. padding: 5px;
  273. width: 151px;
  274. height: relative;
  275. margin-top: 10px;
  276. text-align: left;
  277. }
  278.  
  279. .desct {
  280. margin-top: -50px;
  281. margin-left: 40px;
  282. }
  283.  
  284. #dd {
  285. width: 163px;
  286. height: relative;
  287. text-align: center;
  288. margin-top: 10px;
  289. font-size: 18px;
  290. cursor: help;
  291. position: absolute;
  292. }
  293.  
  294. #dd i, em {
  295. color: {color:Arrows};
  296. }
  297.  
  298. #du {
  299. display: none;
  300. width: 163px;
  301. height: relative;
  302. text-align: center;
  303. margin-top: 10px;
  304. }
  305.  
  306. #du i, em {
  307. color: {color:Arrows};
  308. }
  309.  
  310. #nav {
  311. display: none;
  312. font-size: 10px;
  313. font-weight: bold;
  314. letter-spacing: 1px;
  315. }
  316.  
  317. #nav a {
  318. display: block;
  319. background-color: {color:Custom Links Background};
  320. color: {color:Custom Links};
  321. border: 1px solid {color:Custom Links Border};
  322. border-radius: 5px;
  323. padding: 7px;
  324. width: 149px;
  325. margin-top: 5px;
  326.  
  327. }
  328.  
  329. #nav a:hover {
  330. background-color: {color:Custom Links};
  331. color: {color:Custom Links Background};
  332. -webkit-transition: all 0.8s ease;
  333. -moz-transition: all 0.8s ease;
  334. -o-transition: all 0.8s ease;
  335. }
  336.  
  337. #linkss {
  338. position: fixed;
  339. margin-left: -30px;
  340. margin-top: 5px;
  341.  
  342. {block:IfLeftSidebar}
  343. margin-left: 170px;
  344. {/block:IfLeftSidebar}
  345.  
  346. {block:IfNotLeftSidebar}
  347. margin-left: -30px;
  348. {/block:IfNotLeftSidebar}
  349. }
  350.  
  351. #linkss a {
  352. color: {color:Main Nav Links};
  353. background-color: {color:Main Nav Links Background};
  354. border: 1px solid {color:Main Nav Links Border};
  355. width: 13px;
  356. height: 13px;
  357. padding: 3px;
  358. text-align: center;
  359. border-radius: 5px;
  360. display: block;
  361. margin-top: 5px;
  362. font-size: 11px;
  363. }
  364.  
  365. #linkss a:hover {
  366. background-color: {color:Main Nav Links};
  367. color: {color:Main Nav Links Background};
  368. -webkit-transition: all 0.8s ease;
  369. -moz-transition: all 0.8s ease;
  370. -o-transition: all 0.8s ease;
  371. }
  372.  
  373. #contain {
  374. width: 90%;
  375. height: 60%;
  376. margin-top: 70px;
  377. position: static;
  378. overflow-y: scroll;
  379. overflow-x: hidden;
  380. padding-right: 50px;
  381. opacity: 0;
  382. }
  383.  
  384.  
  385. #date {
  386. font-size: 10px;
  387. text-transform: lowercase;
  388. margin-top: 0px;
  389. color: {color:Date};
  390. border-bottom: .25px solid {color:Border};
  391. letter-spacing: 1px;
  392. position: absolute;
  393. left: 50%;
  394. transform: translate(-50%, -50%);
  395. padding-bottom: 2px;
  396.  
  397. {block:If250Posts}
  398. width: 250px;
  399. {/block:If250Posts}
  400.  
  401. {block:If400Posts}
  402. width: 400px;
  403. {/block:If400Posts}
  404.  
  405. {block:If500Posts}
  406. width: 500px;
  407. {/block:If500Posts}
  408. }
  409.  
  410. #date a {
  411. color: {color:Permalink};
  412. }
  413.  
  414. #date a:hover {
  415. color: {color:Text};
  416. -webkit-transition: all 0.8s ease;
  417. -moz-transition: all 0.8s ease;
  418. -o-transition: all 0.8s ease;
  419. }
  420.  
  421. #rb {
  422. font-size: 15px;
  423. color: {color:Permalink};
  424. position: absolute;
  425. margin-top: -20px;
  426.  
  427.  
  428.  
  429. {block:If250Posts}
  430. width: 290px;
  431.  
  432. {block:IfLeftSidebar}
  433. margin-left: 290px;
  434. {/block:IfLeftSidebar}
  435.  
  436. {block:IfNotLeftSidebar}
  437. margin-left: -50px;
  438. {/block:IfNotLeftSidebar}
  439.  
  440. {/block:If250Posts}
  441.  
  442. {block:If400Posts}
  443. width: 440px;
  444.  
  445. {block:IfLeftSidebar}
  446. margin-left: 440px;
  447. {/block:IfLeftSidebar}
  448.  
  449. {block:IfNotLeftSidebar}
  450. margin-left: -50px;
  451. {/block:IfNotLeftSidebar}
  452.  
  453. {/block:If400Posts}
  454.  
  455. {block:If500Posts}
  456. width: 540px;
  457.  
  458. {block:IfLeftSidebar}
  459. margin-left: 540px;
  460. {/block:IfLeftSidebar}
  461.  
  462. {block:IfNotLeftSidebar}
  463. margin-left: -50px;
  464. {/block:IfNotLeftSidebar}
  465.  
  466. {/block:If500Posts}
  467.  
  468.  
  469. }
  470.  
  471. #rb a {
  472. color: {color:Reblog Button};
  473. }
  474.  
  475. #rb a:hover {
  476. -webkit-transition: all 0.8s ease;
  477. -moz-transition: all 0.8s ease;
  478. -o-transition: all 0.8s ease;
  479.  
  480. color: {color:Link};
  481. }
  482.  
  483. #source {
  484. font-size: 10px;
  485. text-transform: lowercase;
  486. letter-spacing: 1px;
  487. color: {color:Reblog Button Hover};
  488. }
  489.  
  490. #source a {
  491. color: {color:Source};
  492. }
  493.  
  494.  
  495. #content {
  496. {block:If250Posts}
  497. width: 290px;
  498. {/block:If250Posts}
  499.  
  500. {block:If400Posts}
  501. width: 440px;
  502. {/block:If400Posts}
  503.  
  504. {block:If500Posts}
  505. width: 540px;
  506. {/block:If500Posts}
  507.  
  508. margin-top: 100px;
  509. text-align: left;
  510. font-size: 11px;
  511. height: 400px;
  512. position: static;
  513.  
  514. }
  515.  
  516. .entry {
  517. font-size: 11px;
  518. background-color: {color:Post Background};
  519. padding: 20px;
  520. border: 1px solid {color:Border};
  521. border-radius: 5px;
  522. }
  523.  
  524.  
  525. #tags {
  526. margin-top: 10px;
  527. margin-bottom: 80px;
  528. font-size: 10px;
  529. display: inline-block;
  530.  
  531.  
  532. {block:If250Posts}
  533. width: 290px;
  534. {/block:If250Posts}
  535.  
  536. {block:If400Posts}
  537. width: 440px;
  538. {/block:If400Posts}
  539.  
  540. {block:If500Posts}
  541. width: 540px;
  542. {/block:If500Posts}
  543.  
  544. {block:IfLeftSidebar}
  545. text-align: right;
  546. {/block:IfLeftSidebar}
  547.  
  548. {block:IfNotLeftSidebar}
  549. text-align: left;
  550. {/block:IfNotLeftSidebar}
  551.  
  552. }
  553.  
  554. #tags a {
  555. color: {color:Tags};
  556. background-color: {color:Tags Background};
  557. border: 1px solid {color:Tags Border};
  558. border-radius: 5px;
  559. padding: 5px;
  560. display: inline-block;
  561. margin-top: 5px;
  562. }
  563.  
  564. #tags a:hover {
  565. color: {color:Tags Background};
  566. background-color: {color:Bold};
  567. -webkit-transition: all 0.8s ease;
  568. -moz-transition: all 0.8s ease;
  569. -o-transition: all 0.8s ease;
  570. }
  571.  
  572. img.avatar {display:none; }
  573. ol.notes {
  574. margin-top: 20px;
  575. }
  576.  
  577. #ask {
  578. {block:If250Posts}
  579. width: 210px;
  580. {/block:If250Posts}
  581.  
  582. {block:If400Posts}
  583. width: 360px;
  584. {/block:If400Posts}
  585.  
  586. {block:If500Posts}
  587. width: 460px;
  588. {/block:If500Posts}
  589.  
  590. background-color: #fcfcfc;
  591. padding: 20px;
  592. border: 1px solid {color:Border};
  593. border-radius: 5px;
  594. }
  595.  
  596. #ask img {
  597. border-radius: 5px;
  598. margin-top: -20px;
  599.  
  600. {block:If250Posts}
  601. margin-left: 190px;
  602. {/block:If250Posts}
  603.  
  604. {block:If400Posts}
  605. margin-left: 340px;
  606. {/block:If400Posts}
  607.  
  608. {block:If500Posts}
  609. margin-left: 440px;
  610. {/block:If500Posts}
  611. }
  612.  
  613.  
  614.  
  615. .asker {
  616. font-size: 10px;
  617. width: 100%;
  618. text-transform: lowercase;
  619. text-align: left;
  620. letter-spacing: 1px;
  621. }
  622.  
  623.  
  624.  
  625. .songart{
  626. float:left;
  627. margin-right:10px;
  628. }
  629.  
  630. .songart img{
  631. width:80px;
  632. height:80px;
  633. }
  634.  
  635. .songtitle{
  636. margin-bottom:10px;
  637. margin-left:90px;
  638. }
  639.  
  640. .songauthor{
  641. margin-bottom:10px;
  642. font-size:8px;
  643. margin-left:90px;
  644. }
  645.  
  646. .tumblr_audio_player {
  647. height: 50px;
  648. }
  649.  
  650. #quote {
  651. font-size: 15px;
  652. font-style: italic;
  653. text-align: center;
  654. background-color: {color:Background};
  655. padding: 20px;
  656. border-radius: 5px;
  657. }
  658.  
  659.  
  660. #pagination {
  661. width: 440px;
  662. height: 100px;
  663. text-align: center;
  664. position: absolute;
  665. left: 50%;
  666. transform: translate(-50%, -50%);
  667. }
  668.  
  669. #pagination a {
  670. opacity: 1;
  671. width: 20px;
  672. height: 18px;
  673. padding: 7px 5px 5px 5px;
  674. border-radius: 50%;
  675. background-color: {color:Bold};
  676. color: {color:Post Background};
  677. display: inline-block;
  678. text-align: center;
  679. font-family: 'Karla', sans-serif;
  680. font-weight: bold;
  681. border: 1px solid {color:Background};
  682. }
  683.  
  684. #pagination a:hover {
  685. background-color: {color:Post Background};
  686. border: 1px solid {color:Border};
  687. color: {color:Bold};
  688. -webkit-transition: all 0.8s ease;
  689. -moz-transition: all 0.8s ease;
  690. -o-transition: all 0.8s ease;
  691. }
  692.  
  693. .current {
  694. width: 20px;
  695. height: 18px;
  696. padding: 7px 5px 5px 5px;
  697. border-radius: 50%;
  698. background-color: {color:Post Background};
  699. color: {color:Bold};
  700. border: 1px solid {color:Border};
  701. display: inline-block;
  702. text-align: center;
  703. font-family: 'Karla', sans-serif;
  704. font-weight: bold;
  705. }
  706.  
  707. .current:hover {
  708. background-color: {color:Bold};
  709. color: {color:Post Background};
  710. border: 1px solid {color:Background};
  711. -webkit-transition: all 0.8s ease;
  712. -moz-transition: all 0.8s ease;
  713. -o-transition: all 0.8s ease;
  714. }
  715.  
  716. .chatline {
  717. color: {color:Chat Even Text};
  718. background-color: {color:Chat Even Background};
  719. padding: 10px;
  720. border: 1px solid {color:Border};
  721. border-radius: 5px;
  722. margin-top: 10px;
  723. }
  724.  
  725. .chatline.odd {
  726. color: {color:Chat Odd Text};
  727. background-color: {color:Chat Odd Background};
  728. border: 1px solid {color:Border};
  729. border-radius: 5px;
  730. margin-bottom: 10px;
  731. }
  732.  
  733. {block:IfNot250Posts}
  734. #youtube_iframe {
  735. width: 320px;
  736. }
  737. {/block:IfNot250Posts}
  738.  
  739. {block:If250Posts}
  740. #youtube_iframe {
  741. width: 170px;
  742. }
  743. {/block:If250Posts}
  744.  
  745.  
  746.  
  747. </style>
  748.  
  749. </head>
  750.  
  751. <body>
  752.  
  753.  
  754.  
  755. <div id="sidebar">
  756.  
  757. <div id="linkss">
  758. <a href="/" class="th th-home" title="home"></a>
  759. <a href="/ask" class="th th-paper-plane" title="ask" style="padding: 5px 3px 1px 3px"></a>
  760. <a href="/archive" class="th th-calendar-2" title="archive"></a>
  761. </div>
  762.  
  763. <div id="title">
  764. {Title}
  765. </div>
  766.  
  767.  
  768.  
  769. <div id="description">
  770.  
  771. <div class="icon">
  772. <img src="{image:Sidebar}">
  773. </div>
  774.  
  775. <div class="desct">
  776. {Description}
  777. </div>
  778. </div>
  779.  
  780. <div id="dd">
  781. <i class="th th-down-arrow"></i>
  782. </div>
  783.  
  784. <div id="nav">
  785. <a href="{text:Link One Url}">{text:Link One Title}</a>
  786. <a href="{text:Link Two Url}">{text:Link Two Title}</a>
  787. <a href="{text:Link Three Url}">{text:Link Three Title}</a>
  788. <a href="{text:Link Four Url}">{text:Link Four Title}</a>
  789. <a href="{text:Link Five Url}">{text:Link Five Title}</a>
  790. <a href="{text:Link Six Url}">{text:Link Six Title}</a>
  791. </div>
  792.  
  793. <div id="du">
  794. <i class="th th-up-arrow"></i>
  795. </div>
  796.  
  797. </div>
  798.  
  799.  
  800.  
  801. <center>
  802.  
  803. <div id="content">
  804.  
  805.  
  806.  
  807. <!--posts-->
  808.  
  809. {block:Posts}
  810.  
  811. <div class="entry">
  812.  
  813. <!--date/info-->
  814. {block:Date}
  815. <center>
  816. <div id="date">
  817.  
  818.  
  819.  
  820. <a href="{Permalink}">{TimeAgo}</a> /
  821.  
  822. <a href="{Permalink}">{block:NoteCount}{NoteCount} notes</a> /{/block:NoteCount}
  823.  
  824. <a href="{Permalink}">{ShortMonth} {DayOfMonthWithZero}, {Year}</a>
  825.  
  826.  
  827. </div>
  828. </center>
  829. {/block:Date}
  830. <!--end of date/info-->
  831.  
  832.  
  833.  
  834. <div id="rb">
  835.  
  836.  
  837. <a href="{ReblogURL}" class="th th-reblog" title="reblog"></a>
  838.  
  839.  
  840. </div>
  841.  
  842.  
  843. <br>
  844.  
  845. <!--photo-->
  846.  
  847. {block:Photo}
  848.  
  849. <a href="{permalink}">
  850. <img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/>
  851. </a>
  852.  
  853. {block:IndexPage}
  854.  
  855. {block:Caption}
  856. {Caption}
  857. {/block:Caption}
  858.  
  859. {/block:IndexPage}
  860.  
  861. {block:PermalinkPage}
  862.  
  863. {block:Caption}
  864. {Caption}
  865. {/block:Caption}
  866.  
  867. {/block:PermalinkPage}
  868.  
  869. {/block:Photo}
  870.  
  871. <!--end photo-->
  872.  
  873. <!--photoset-->
  874.  
  875. {block:Photoset}
  876.  
  877. {block:If250Posts}
  878. {Photoset-250}
  879. {/block:If250Posts}
  880.  
  881. {block:If400Posts}
  882. {Photoset-400}
  883. {/block:If400Posts}
  884.  
  885. {block:If500Posts}
  886. {Photoset-500}
  887. {/block:If500Posts}
  888.  
  889. {block:Caption}
  890. {Caption}
  891. {/block:Caption}
  892.  
  893. {/block:Photoset}
  894.  
  895. <!--end photoset-->
  896.  
  897.  
  898. <!--text-->
  899.  
  900. {block:Text}
  901.  
  902. {block:Title}
  903. <h1>{Title}</h1>
  904. {/block:Title}
  905.  
  906. {Body}
  907.  
  908. {/block:Text}
  909.  
  910. <!--end text-->
  911.  
  912. <!--link-->
  913.  
  914. {block:Link}
  915.  
  916. <h1><a href="{URL}">{Name}</a></h1>
  917.  
  918. {block:Description}
  919. {Description}
  920. {/block:Description}
  921.  
  922. {/block:Link}
  923.  
  924. <!--end link-->
  925.  
  926.  
  927. <!--quote-->
  928.  
  929. {block:Quote}
  930.  
  931. <div id="quote"><i>"{Quote}"</i></div>
  932.  
  933. {block:Source}
  934. <br>- {Source}
  935. {/block:Source}
  936.  
  937. {/block:Quote}
  938.  
  939. <!--end quote-->
  940.  
  941.  
  942. <!--chat-->
  943.  
  944. {block:Chat}
  945.  
  946. {block:Title}
  947. <h1>{Title}</h1>
  948. {/block:Title}
  949.  
  950.  
  951. {block:Lines}
  952.  
  953. <div class="chatline {Alt}">
  954.  
  955. {block:Label}
  956. <b style="padding: 5px">{Label} </b>
  957. {/block:Label}
  958.  
  959. <span>{Line}</span>
  960. </div>
  961.  
  962. {/block:Lines}
  963.  
  964.  
  965. {/block:Chat}
  966.  
  967. <!--end chat-->
  968.  
  969. <!--audio-->
  970.  
  971. {block:Audio}
  972.  
  973. {block:AlbumArt}
  974. <div class="songart">
  975. <img src="{AlbumArtURL}">
  976. </div>
  977. {/block:AlbumArt}
  978.  
  979. <div class="songtitle">
  980. {block:TrackName}
  981. {TrackName}
  982. {/block:TrackName}
  983. </div>
  984.  
  985. <div class="songauthor">
  986. By
  987. {block:Artist}
  988. {Artist}
  989. {/block:Artist}
  990. </div>
  991.  
  992. {AudioPlayerWhite}
  993.  
  994. {/block:Audio}
  995.  
  996. <!--end audio-->
  997.  
  998.  
  999.  
  1000.  
  1001. <!--video-->
  1002.  
  1003. {block:Video}
  1004.  
  1005. {block:If250Posts}
  1006. {Video-250}
  1007. {/block:If250Posts}
  1008.  
  1009. {block:If400Posts}
  1010. {Video-400}
  1011. {/block:If400Posts}
  1012.  
  1013. {block:If500Posts}
  1014. {Video-500}
  1015. {/block:If500Posts}
  1016.  
  1017. {block:Caption}
  1018. {Caption}
  1019. {/block:Caption}
  1020.  
  1021.  
  1022.  
  1023. {/block:Video}
  1024.  
  1025. <!--end video-->
  1026.  
  1027. <!--ask-->
  1028.  
  1029. {block:Answer}
  1030.  
  1031.  
  1032. <div id="ask">
  1033.  
  1034. <div class="asker">
  1035. <b>{Asker}</b> <i>asked:</i>
  1036. </div>
  1037.  
  1038. <img src="{AskerPortraitURL-24}">
  1039.  
  1040. <i style="color:{color:Ask Text}">{Question}</i>
  1041. </div>
  1042.  
  1043. <p>{Answer}</p>
  1044.  
  1045.  
  1046.  
  1047. {/block:Answer}
  1048.  
  1049.  
  1050.  
  1051.  
  1052.  
  1053. <!--end ask-->
  1054.  
  1055. <!--source-->
  1056.  
  1057.  
  1058.  
  1059. <div id="source">
  1060.  
  1061. {block:RebloggedFrom} <a href="{ReblogParentURL}">via</a> / {/block:RebloggedFrom}
  1062.  
  1063. {block:ContentSource} <a href="{SourceURL}">source</a>{/block:ContentSource}
  1064. </div>
  1065.  
  1066.  
  1067.  
  1068. <!--end source-->
  1069.  
  1070. </div>
  1071.  
  1072.  
  1073. <!--tags-->
  1074.  
  1075. <div id="tags">
  1076.  
  1077. {block:HasTags}
  1078. {block:Tags}
  1079. <a href="{TagURL}">#{Tag} </a>
  1080. {/block:Tags}
  1081. {/block:HasTags}
  1082.  
  1083. </div>
  1084.  
  1085. <!--end tags-->
  1086.  
  1087. <!--permalink page-->
  1088.  
  1089. {block:PermalinkPage}
  1090.  
  1091. {block:PostNotes}
  1092. {PostNotes}
  1093. {/block:PostNotes}
  1094.  
  1095. {/block:PermalinkPage}
  1096.  
  1097. <!--end permalink page-->
  1098.  
  1099. {/block:Posts}
  1100.  
  1101. <!--end posts-->
  1102.  
  1103. <!--pagination-->
  1104.  
  1105.  
  1106. <div id="pagination">
  1107.  
  1108. {block:Pagination}
  1109.  
  1110. {block:PreviousPage}<a href="{PreviousPage}" class="jump_page">&laquo;</a >{/block:PreviousPage}
  1111. {block:JumpPagination length="5"}
  1112.  
  1113. {block:CurrentPage}<div class="current"><span class="current_page">{PageNumber}</span></div>{/block:CurrentPage}
  1114.  
  1115. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  1116.  
  1117. {block:NextPage}<a href="{NextPage}" class="jump_page">&raquo;</a>{/block:NextPage}
  1118.  
  1119. {/block:Pagination}
  1120. </div>
  1121.  
  1122. <!--end pagination-->
  1123.  
  1124.  
  1125. </center>
  1126.  
  1127.  
  1128.  
  1129.  
  1130. <!--DO NOT EDIT THIS-->
  1131.  
  1132. <div style="position:fixed; bottom:8px; right:15px; font-size: 15px;"><a style="color:{color:Credit}; text-decoration:none; font-weight: bold" class= "th th-stars" href="https://arithemes.tumblr.com/"></a></center></div>
  1133.  
  1134.  
  1135.  
  1136.  
  1137. </body>
  1138.  
  1139. </html>
Add Comment
Please, Sign In to add comment