Advertisement
foundcas

Theme 23: ἀγάπη

Jul 10th, 2015 (edited)
382
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.06 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.  
  4. <!--
  5.  
  6. 88888 888888 88888 88888 88888 88888 88888 88888
  7. 8 8 8 8 8 8 8 8 8 8 8 8
  8. 8 888888 88888 8888 8 8 8 8 8 88888
  9. 8 8 8 8 8 8 8 8 8 8 8
  10. 88888 8 8 8 88888 88888 88888 88888 88888
  11.  
  12. 'AGAPE' THEME BY CAPECODING (OWNED BY FOUNDCAS)
  13. UPDATED [10/16/22] | RELEASED [07/10/15]
  14.  
  15. - If you have any questions or experience troubles send a message to https://capecoding.tumblr.com/ask
  16.  
  17. - Do not remove the credit
  18. - Do not use this as a base code
  19.  
  20. - You can make customizations and edits as you please, but do not drastically change the theme
  21.  
  22. -->
  23.  
  24. <title>{Title}</title>
  25.  
  26. <link rel="shortcut icon" href="{Favicon}">
  27. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  28. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  29.  
  30. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
  31.  
  32. <meta name="image:Background" content="https://ununsplash.imgix.net/photo-1424460421773-58b49adfc68a?fit=crop&fm=jpg&h=700&q=75&w=1050">
  33.  
  34. <meta name="color:Background" content="#ffF">
  35. <meta name="color:Title" content="#fff">
  36. <meta name="color:Description" content="#fff">
  37. <meta name="color:Navigation Links" content="#eee">
  38. <meta name="color:Text" content="#ccc">
  39. <meta name="color:Link" content="#999">
  40. <meta name="color:Hover" content="#CCCCCC">
  41. <meta name="color:Borders" content="#ddd">
  42. <meta name="color:Ask" content="#fff">
  43. <meta name="color:Ask Border" content="#ddd">
  44. <meta name="color:Scrollbar" content="#333">
  45. <meta name="color:Tooltips" content="#fff">
  46. <meta name="color:Tooltips Border" content="#000">
  47. <meta name="color:Selection Background" content="#000">
  48. <meta name="color:Selection Text" content="#ffF">
  49.  
  50. <meta name="font:Text" content="avalon">
  51. <meta name="select:Font Size" content="14px">
  52. <meta name="select:Font Size" content="16px">
  53. <meta name="select:Font Size" content="18px">
  54. <meta name="select:Font Size" content="20px">
  55.  
  56. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
  57.  
  58. <!-- END DEFAULT VARIABLES -->
  59.  
  60.  
  61. <head>
  62. <style type="text/css">
  63.  
  64.  
  65. /* CSS */
  66. #s-m-t-tooltip{
  67. position:absolute;
  68. max-width:300px;
  69. margin:10px;
  70. padding:2px 8px;
  71. border-bottom:1px solid {color:Tooltips Border};
  72. border-radius:6px;
  73. background:rgba(0,0,0,.8);
  74. color:{color:Tooltips};
  75. text-transform:lowercase;
  76. z-index:999999;
  77. }
  78. ::selection{
  79. color:{color:Selection Text};
  80. background:{color:Selection Background};
  81. }
  82. ::-webkit-scrollbar{
  83. background:transparent;
  84. width:4px;
  85. }
  86.  
  87. ::-webkit-scrollbar-thumb{
  88. height:auto;
  89. width:4px;
  90. border-radius:6px;
  91. background:{color:Scrollbar};
  92. }
  93. .iframe-controls--desktop {
  94. position:fixed;
  95. right:0px;
  96. z-index:999999999999;
  97. filter:invert(100%);
  98. -webkit-filter:invert(100%);
  99. -webkit-transform:scale(0.8,0.8);
  100. -webkit-transform-origin: 100% 0%;
  101. -ms-transform-origin:100% 0%;
  102. -ms-transform:scale(0.8,0.8);
  103. transform:scale(0.8,0.8);
  104. transform-origin:100% 0%;
  105. }
  106. body {
  107. font-family:{font:Text};
  108. color:{color:Text};
  109. font-size:{select:Font Size};
  110. line-height:15px;
  111. margin:0px;
  112. overflow-y:hidden;
  113. }
  114.  
  115. html{
  116. background: url({image:Background}) no-repeat center center fixed;
  117. -webkit-background-size: cover;
  118. -moz-background-size: cover;
  119. -o-background-size: cover;
  120. background-size: cover;
  121. height:800px;
  122. width:100%;
  123. left:0px;
  124. top:0px;
  125. }
  126.  
  127. a{
  128. color:{color:Link};
  129. text-decoration:none;
  130. -webkit-transition: color 0.3s ease-out;
  131. -moz-transition: color 0.3s ease-out;
  132. transition: color 0.3s ease-out;
  133. }
  134.  
  135. a:hover{
  136. text-decoration:none;
  137. color:{color:Link Hover};
  138. -webkit-transition: all 0.5s ease-in-out;
  139. -moz-transition: all 0.6s ease-in-out;
  140. -o-transition: all 0.5s ease-in-out;
  141. transition: all 0.6s ease-in-out;}
  142.  
  143.  
  144. blockquote{
  145. padding:0px 0px 2px 5px;
  146. margin:0px 0px 2px 10px;
  147. border-left: 1px solid {color:Text};
  148. }
  149.  
  150. /*Posts and entries*/
  151.  
  152. #container{
  153. position:fixed;
  154. width:100%;
  155. height:85%;
  156. top:0px;
  157. overflow-y:auto;
  158. }
  159.  
  160. .bg{
  161. position:fixed;
  162. width:100%;
  163. height:85%;
  164. top:0px;
  165. overflow-y:auto;
  166. background:{color:Background};
  167. opacity:.4;
  168. z-index:-1;
  169. }
  170.  
  171. .entry {
  172. float:left;
  173. display: block;
  174. margin:28px;
  175. padding:5px 5px 4px 5px;
  176. border:1px solid {color:Borders};
  177. overflow:hidden;
  178. width:250px;
  179. text-align:left;
  180. z-index:1;
  181. {block:PermalinkPage}
  182. width:400px;
  183. margin-left:10%;
  184. {/block:PermalinkPage}
  185. -webkit-transition: all .7s ease;
  186. -moz-transition: all .7s ease;
  187. -o-transition: all .7s ease;
  188. transition: all .7s ease;
  189. }
  190.  
  191. .entry:hover{
  192. -webkit-transition: all .7s ease;
  193. -moz-transition: all .7s ease;
  194. -o-transition: all .7s ease;
  195. transition: all .7s ease;
  196. }
  197.  
  198. #posts {
  199. width:100%;
  200. z-index:99;
  201. margin-left:auto;
  202. margin-right:auto;
  203. overflow-y: hidden;
  204. -webkit-animation: fadeInDown 2s;
  205. -moz-animation: fadeInDown 2s;
  206. -ms-animation: fadeInDown 2s;
  207.  
  208. }
  209.  
  210. /* Header */
  211. header{
  212. position:fixed;
  213. width:100%;
  214. height:15%;
  215. padding:0px 15px;
  216. bottom:-7%;
  217. z-index:99999;
  218. }
  219.  
  220. .blogtitle{
  221. color:{color:Title};
  222. font-weight:bold;
  223. font-size:75px;
  224. }
  225.  
  226. nav{
  227. text-align:right;
  228. margin-right:30px;
  229. }
  230.  
  231. nav a{
  232. color:{color:Navigation Links};
  233. padding:3px;
  234. text-transform:uppercase;
  235. font-size:calc({select:font-size} + 10px);
  236. }
  237. .dl:hover{
  238. cursor:pointer;
  239. }
  240. .desc{
  241. position:fixed;
  242. top:0px;
  243. width:100%;
  244. height:85%;
  245. overflow-y:auto;
  246. font-size:20px;
  247. line-height:25px;
  248. background:rgba(0,0,0,.8);
  249. z-index:999999;
  250. }
  251.  
  252. .desc_text{
  253. display:table;
  254. margin-left:auto;
  255. margin-right:auto;
  256. text-align:center;
  257. width:100%;
  258. height:85%;
  259. color:{color:Description};
  260. }
  261.  
  262. .desc_text p{
  263. display: table-cell;
  264. text-align: center;
  265. vertical-align: middle;
  266. padding:20px;
  267. }
  268. /*Pinned Post*/
  269. .pin{
  270. font-weight:900;
  271. text-align:center;
  272. background:{color:Borders};
  273. padding:5px;
  274. margin-bottom:5px;
  275. color:{color:Link};
  276. }
  277.  
  278. /*Text*/
  279.  
  280. .text a{
  281. text-align:center;
  282. text-transform:uppercase;
  283. }
  284.  
  285. /* Quote */
  286.  
  287. .fa-quote-right{
  288. float:right;
  289. font-size:50px;
  290. font-weight:bold;
  291. padding:5px;
  292. }
  293.  
  294. .quote{
  295. width:175px;
  296. border-right:4px solid {color:Borders};
  297. padding:5px;
  298. }
  299.  
  300. /*Link*/
  301.  
  302. .link{
  303. padding-top:10px;
  304. text-align:center;
  305. }
  306.  
  307. .link a{
  308. padding:5px 25px;
  309. background:{color:Background};
  310. text-transform:uppercase;
  311. font-weight:bold;
  312. }
  313.  
  314. /* Chat */
  315.  
  316. .chat ul {
  317. list-style:none;
  318. }
  319.  
  320. .chat li {
  321. padding:5px;
  322. margin-left:-40px;
  323. border-bottom:1px solid {color:Borders};
  324. }
  325.  
  326. .chat li:last-child{
  327. border-bottom:none !important;
  328. }
  329.  
  330. /*Asks*/
  331.  
  332. .question img{
  333. height:40px;
  334. width:40px;
  335. margin-bottom:25px;
  336. margin-left:30px;
  337. border-radius:100%;
  338. border:4px solid {color:Ask Border};
  339. }
  340.  
  341. .arrow_box {
  342. position: relative;
  343. background: {color:Ask};
  344. border: 4px solid {color:Ask Border};
  345. padding:5px;
  346. width:220px;
  347. margin-left:auto;
  348. margin-right:auto;
  349. }
  350.  
  351. .arrow_box:after, .arrow_box:before {
  352. bottom: 100%;
  353. left: 20%;
  354. border: solid transparent;
  355. content: " ";
  356. height: 0;
  357. width: 0;
  358. position: absolute;
  359. pointer-events: none;
  360. }
  361.  
  362. .arrow_box:after {
  363. border-bottom-color: {color:Ask};
  364. border-width: 19px;
  365. margin-left: -19px;
  366. }
  367.  
  368. .arrow_box:before {
  369. border-color: rgba(194, 225, 245, 0);
  370. border-bottom-color: {color:Ask Border};
  371. border-width: 25px;
  372. margin-left: -25px;
  373. }
  374.  
  375. .response{
  376. clear:both;
  377. padding:5px;
  378. text-align:right;
  379. }
  380.  
  381. /* Post info */
  382.  
  383. .entry:hover .perma_hold {
  384. opacity:1;
  385. box-shadow:inset 130px 0px 0px {color:Borders};
  386. -moz-transition:.6s ease-in-out;
  387. -webkit-transition:.6s ease-in-out;
  388. -o-transition:.6s ease-in-out;
  389. }
  390. .perma_hold {
  391. height:100%;
  392. width:130px;
  393. top:0px;
  394. left:0px;
  395. position:absolute;
  396. opacity:0;
  397. z-index:9999;
  398. -moz-transition:.6s ease-in-out;
  399. -webkit-transition:.6s ease-in-out;
  400. -o-transition:.6s ease-in-out;
  401. }
  402.  
  403. .perma {
  404. top:25%;
  405. position:relative;
  406. text-align:center;
  407. font-weight:700;
  408. text-transform:uppercase;
  409. }
  410.  
  411. .info a{
  412. margin:0px 3px;
  413. }
  414.  
  415. .info {
  416. margin-top:10px;
  417. letter-spacing:0.5px;
  418. }
  419. .tags a{
  420. margin:3px;
  421. }
  422.  
  423. .tags {
  424. font-weight:normal;
  425. margin-top:5px;
  426. text-transform:none;
  427. font-style:italic;
  428. }
  429.  
  430. .pinfo {
  431. padding:4px;
  432. text-transform:uppercase;
  433. background:{color:Background};
  434. opacity:0;
  435. -moz-transition:.9s ease-in-out;
  436. -webkit-transition:.9s ease-in-out;
  437. -o-transition:.9s ease-in-out;
  438. }
  439.  
  440. .entry:hover .pinfo{
  441. opacity:1;
  442.  
  443. }
  444.  
  445. .pminfo {
  446. padding:4px;
  447. text-transform:uppercase;
  448. background:{color:Background};;
  449. }
  450.  
  451. .noted{
  452. position:fixed;
  453. margin-top:28px;
  454. max-height:400px;
  455. overflow-y:auto;
  456. margin-left:5%;
  457. border:1px solid {color:Borders};
  458. }
  459.  
  460. .noted li{
  461. list-style-type:none;
  462. text-transform:uppercase;
  463. padding:10px;
  464. }
  465.  
  466. .noted img{
  467. display:none;
  468. }
  469.  
  470. /* END CSS */
  471.  
  472.  
  473. {CustomCSS}
  474. </style>
  475.  
  476.  
  477. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
  478.  
  479. <script>
  480. $(document).ready(function(){
  481. $('.dl').click(function(){
  482. $('.desc').slideToggle();
  483. });
  484. });
  485. </script>
  486.  
  487. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  488.  
  489. <script src="jquery.style-my-tooltips.js"></script>
  490.  
  491. <script type="text/javascript" src="https://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script>
  492.  
  493. <script src="https://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  494. <script>
  495. (function($){
  496. $(document).ready(function(){
  497. $("[title]").style_my_tooltips({
  498. tip_follows_cursor:true,
  499. tip_delay_time:200,
  500. tip_fade_speed:300
  501. }
  502. );
  503. });
  504. })(jQuery);
  505. </script>
  506.  
  507. <script type="text/javascript" src="https://static.tumblr.com/imovwvl/rSGl20lfv/masonry.js">
  508. </script>
  509. <script src="https://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>
  510. <script src="https://static.tumblr.com/thpaaos/lLwkowcqm/jquery.masonry.js"></script>
  511. <script type="text/javascript">
  512.  
  513. $(window).load(function () {
  514. $('.posts').masonry(),
  515. $('.masonryWrap').infinitescroll({
  516. navSelector : "div#navigation",
  517. // selector for the paged navigation (it will be hidden)
  518. nextSelector : "div#navigation a#nextPage",
  519. // selector for the NEXT link (to page 2)
  520. itemSelector : ".entry",
  521. // selector for all items you'll retrieve
  522. bufferPx : 10000,
  523. extraScrollPx: 11000,
  524. loadingImg : "",
  525. loadingText : "<em></em>",
  526. },
  527. // call masonry as a callback.
  528. function() { $('.posts').masonry({ appendedContent: $(this) }); }
  529. );
  530. });
  531. </script>
  532. <script type="text/javascript">$(window).load(function(){$("p").remove(":contains('Source:')");});</script>
  533.  
  534.  
  535. </head>
  536.  
  537.  
  538. <!-- HTML -->
  539.  
  540. <body>
  541.  
  542. <!--bottom link bar-->
  543. <header>
  544.  
  545. <div class="blogtitle">{Title}</div>
  546.  
  547. <nav>
  548. <a href="/">index</a>
  549. <a class="dl">about</a>
  550. {block:Pagination}
  551. {block:PreviousPage}<a href="{PreviousPage}">prev</a>{/block:PreviousPage}
  552. {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}
  553. {/block:Pagination}
  554. {block:HasPages}
  555. {block:Pages}
  556. <a href="{URL}">{Label}</a>
  557. {/block:Pages}
  558. {/block:HasPages}
  559. <a title="foundcas" href="https://capecoding.tumblr.com">credit</a>
  560. </nav>
  561.  
  562. </header>
  563.  
  564. <!--description-->
  565.  
  566. <div class="desc" style="display:none">
  567. <div class="desc_text"><p>{Description}</p></div>
  568. </div>
  569.  
  570. <!-- POSTS -->
  571.  
  572. <div class="bg"></div>
  573.  
  574. <div id="container">
  575.  
  576. <div class="posts">
  577.  
  578. {block:Posts}
  579.  
  580. <div class="entry">
  581.  
  582. <div class="content">
  583.  
  584. {block:IndexPage}{block:PinnedPostLabel} <div class="pin"><i class="fas fa-thumbtack"></i> Pinned Post</div> {/block:PinnedPostLabel}{/block:IndexPage}
  585.  
  586. {block:Text}
  587. <div class="text">
  588. {block:Title}<center><a href="{Permalink}">{Title}</a></center>{/block:Title}
  589. {Body}
  590. </div>
  591.  
  592. {block:IndexPage}
  593. <div class="pinfo">
  594. <a href="{Permalink}">{block:Date}{DayofMonthWithZero}.{MonthNumberWithZero}.{ShortYear}{/block:Date}</a>
  595. {block:NoteCount}/ {NoteCountWithLabel}{/block:NoteCount}
  596. <span style="float:right">
  597. <a href="{ReblogURL}"><i class="fa fa-repeat"></i></a>
  598. </span>
  599. </div>
  600. {/block:IndexPage}
  601. {/block:Text}
  602.  
  603.  
  604.  
  605. {block:Quote}
  606. <i class="fa fa-quote-right"></i>
  607. <div class="quote">
  608. {Quote} <br> {block:Source}- {Source}{/block:Source}
  609. </div>
  610.  
  611. {block:IndexPage}
  612. <div class="pinfo">
  613. <a href="{Permalink}">{block:Date}{DayofMonthWithZero}.{MonthNumberWithZero}.{ShortYear}{/block:Date}</a>
  614. {block:NoteCount}/ {NoteCountWithLabel}{/block:NoteCount}
  615. <span style="float:right">
  616. <a href="{ReblogURL}"><i class="fa fa-repeat"></i></a>
  617. </span>
  618. </div>
  619. {/block:IndexPage}
  620. {/block:Quote}
  621.  
  622.  
  623.  
  624. {block:Link}
  625.  
  626. <div class="link">
  627. <a href="{URL}">{Name}</a>
  628. {block:Description}{Description}{/block:Description}
  629. </div>
  630.  
  631. {block:IndexPage}
  632. <div class="pinfo">
  633. <a href="{Permalink}">{block:Date}{DayofMonthWithZero}.{MonthNumberWithZero}.{ShortYear}{/block:Date}</a>
  634. {block:NoteCount}/ {NoteCountWithLabel}{/block:NoteCount}
  635. <span style="float:right">
  636. <a href="{ReblogURL}"><i class="fa fa-repeat"></i></a>
  637. </span>
  638. </div>
  639. {/block:IndexPage}
  640. {/block:Link}
  641.  
  642.  
  643.  
  644. {block:Chat}
  645. {block:Title}{Title}{/block:Title}
  646. <ul class="chat">{block:Lines}<li class="{Alt} user_{UserNumber}">
  647. {block:Label}<span class="label">{Label}</span>{/block:Label}
  648. {Line}</li>
  649. {/block:Lines}</ul>
  650.  
  651. {block:IndexPage}
  652. <div class="pinfo">
  653. <a href="{Permalink}">{block:Date}{DayofMonthWithZero}.{MonthNumberWithZero}.{ShortYear}{/block:Date}</a>
  654. {block:NoteCount}/ {NoteCountWithLabel}{/block:NoteCount}
  655. <span style="float:right">
  656. <a href="{ReblogURL}"><i class="fa fa-repeat"></i></a>
  657. </span>
  658. </div>
  659. {/block:IndexPage}
  660. {/block:Chat}
  661.  
  662.  
  663.  
  664. {block:Photo}
  665. {block:IndexPage}
  666. <div class="ph">
  667. {LinkOpenTag}<img src="{PhotoURL-250}" alt="{PhotoAlt}"/>{LinkCloseTag}
  668. </div>
  669. {/block:IndexPage}
  670.  
  671. {block:PermalinkPage}
  672. <div class="ph">
  673. {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}
  674. </div>
  675. {/block:PermalinkPage}
  676.  
  677. {block:PermalinkPage}
  678. {block:Caption}{Caption}{/block:Caption}
  679. {/block:PermalinkPage}
  680.  
  681. {block:IndexPage}
  682. <div class="perma_hold">
  683. <div class="perma">
  684. <a href="{Permalink}">{NoteCountWithLabel}</a>
  685. <div class="info">
  686. <a href="{ReblogURL}"><i class="fa fa-repeat fa-2x"></i></a>
  687. <br>
  688. <a href="{ReblogParentURL}">{ReblogParentPortraitURL-40}</a> <a href="{ReblogRootURL}">{ReblogRootPortraitURL-40}</a>
  689. </div>
  690. </div>
  691. </div>
  692. {/block:IndexPage}
  693. {/block:Photo}
  694.  
  695.  
  696.  
  697. {block:Photoset}
  698.  
  699. {block:IndexPage}
  700. {Photoset-250}
  701. {/block:IndexPage}
  702.  
  703. {block:PermalinkPage}
  704. {Photoset-400}
  705. {/block:PermalinkPage}
  706.  
  707. {block:PermalinkPage}
  708. {block:Caption}{Caption}{/block:Caption}
  709. {/block:PermalinkPage}
  710.  
  711. {block:IndexPage}
  712. <div class="perma_hold">
  713. <div class="perma">
  714. <a href="{Permalink}">{NoteCountWithLabel}</a>
  715. <div class="info">
  716. <a href="{ReblogURL}"><i class="fa fa-repeat fa-2x"></i></a>
  717. <br>
  718. <a href="{ReblogParentURL}">{ReblogParentPortraitURL-40}</a> <a href="{ReblogRootURL}">{ReblogRootPortraitURL-40}</a>
  719. </div>
  720. </div>
  721. </div>
  722. {/block:IndexPage}
  723. {/block:Photoset}
  724.  
  725.  
  726.  
  727. {block:Video}
  728. {block:IndexPage}
  729. {block:PostTitle}{PostTitle}{/block:PostTitle}
  730. {Video-250}
  731. {/block:IndexPage}
  732.  
  733. {block:PermalinkPage}
  734. {block:PostTitle}{PostTitle}{/block:PostTitle}
  735. {Video-400}
  736. {/block:PermalinkPage}
  737. {block:IndexPage}
  738. <div class="perma_hold">
  739. <div class="perma">
  740. <a href="{Permalink}">{NoteCountWithLabel}</a>
  741. <div class="info">
  742. <a href="{ReblogURL}"><i class="fa fa-repeat fa-2x"></i></a>
  743. <br>
  744. <a href="{ReblogParentURL}">{ReblogParentPortraitURL-40}</a> <a href="{ReblogRootURL}">{ReblogRootPortraitURL-40}</a>
  745. </div>
  746. </div>
  747. </div>
  748. {/block:IndexPage}
  749. {/block:Video}
  750.  
  751.  
  752.  
  753. {block:Audio}
  754.  
  755. <left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerBlack}</left></span><br>
  756.  
  757. {block:Caption}{Caption}{/block:Caption}
  758.  
  759. {block:IndexPage}
  760. <div class="pinfo">
  761. <a href="{Permalink}">{block:Date}{DayofMonthWithZero}.{MonthNumberWithZero}.{ShortYear}{/block:Date}</a>
  762. {block:NoteCount}/ {NoteCountWithLabel}{/block:NoteCount}
  763. <span style="float:right">
  764. <a href="{ReblogURL}"><i class="fa fa-repeat"></i></a>
  765. </span>
  766. </div>
  767. {/block:IndexPage}
  768. {/block:Audio}
  769.  
  770.  
  771.  
  772. {block:Answer}
  773. <div class="question">
  774. <img src="{AskerPortraitURL-48}">
  775. <div class="arrow_box">{Asker}: {Question}</div>
  776. </div>
  777. <div class="response">{Answer}</div>
  778.  
  779. {block:IndexPage}
  780. <div class="pinfo">
  781. <a href="{Permalink}">{block:Date}{DayofMonthWithZero}.{MonthNumberWithZero}.{ShortYear}{/block:Date}</a>
  782. {block:NoteCount}/ {NoteCountWithLabel}{/block:NoteCount}
  783. <span style="float:right">
  784. <a href="{ReblogURL}"><i class="fa fa-repeat"></i></a>
  785. </span>
  786. </div>
  787. {/block:IndexPage}
  788. {/block:Answer}
  789.  
  790.  
  791.  
  792. {block:PermalinkPage}
  793. <div class="pminfo">
  794. <a href="{Permalink}">{block:Date}{DayofMonthWithZero}.{MonthNumberWithZero}.{ShortYear}{/block:Date}</a> /
  795. {block:NoteCount}{NoteCountWithLabel} / {/block:NoteCount}
  796.  
  797. <a href="{ReblogURL}">reblog</i></a>
  798. <span style="float:right">
  799. {block:RebloggedFrom}<a title="{ReblogParentName}" href="{ReblogParentURL}">via</a>
  800. {block:ContentSource}.<a title="{ReblogRootName}" href="{ReblogRootURL}">src</a>{/block:ContentSource}{/block:RebloggedFrom}
  801. </span>
  802. {block:HasTags}
  803. <div class="tags">{block:Tags}<a href="{TagURL}">∟{Tag} </a>{/block:Tags}</div>
  804. {/block:HasTags}
  805. </div>
  806. {/block:PermalinkPage}
  807.  
  808. <!-- Other -->
  809. {block:ContentSource}
  810. <!-- {SourceURL}
  811. {block:SourceLogo}
  812. <img src="{BlackLogoURL}"
  813. width="{LogoWidth}"
  814. height="{LogoHeight}"
  815. alt="{SourceTitle}" />
  816. {/block:SourceLogo}
  817. {block:NoSourceLogo}
  818. {SourceLink}
  819. {/block:NoSourceLogo} -->
  820. {/block:ContentSource}
  821.  
  822. </div></div>
  823.  
  824. {block:PostNotes}<div class="noted">{PostNotes}</div>{/block:PostNotes}
  825.  
  826. {/block:Posts}
  827.  
  828. <!-- END POSTS -->
  829.  
  830. </div></div>
  831.  
  832. <!-- END CONTAINER -->
  833.  
  834.  
  835.  
  836.  
  837.  
  838. </body>
  839. </html>
  840.  
  841. <!-- END HTML -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement