Advertisement
userbru

theme six.

Mar 24th, 2021 (edited)
329
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.48 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html xmlns="https://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>{Title}</title>
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. <link rel="shortcut icon" href="{Favicon}">
  7. {block:Description}
  8. <meta name="description" content="{MetaDescription}">
  9. {/block:Description}
  10. <meta name="viewport" content="width=device-width, initial-scale=1">
  11.  
  12. <!--
  13.  
  14. theme by bru
  15.  
  16. -->
  17.  
  18. <meta name="color:Background" content="#fff">
  19. <meta name="color:Posts" content="#fff">
  20. <meta name="color:Text" content="#3f3f3f">
  21. <meta name="color:Borders" content="#f1f1f1">
  22. <meta name="color:Links" content="#333">
  23. <meta name="color:Hover" content="#999">
  24. <meta name="color:Asks" content="#fff">
  25. <meta name="color:Select Text" content="#f1f1f1"/>
  26. <meta name="color:Custom Scrollbar" content="#333"/>
  27.  
  28. <meta name="image:Sidebar Image" content=""/>
  29.  
  30. <meta name="if:Sidebar Image" content="1" />
  31. <meta name="if:Custom Scrollbar" content="1" />
  32.  
  33. <meta name="text:Home Title" content="Home"/>
  34. <meta name="text:Ask Title" content="Ask"/>
  35. <meta name="text:Link 1 Url" content="/"/>
  36. <meta name="text:Link 1 Title" content="One"/>
  37. <meta name="text:Link 2 Url" content="/"/>
  38. <meta name="text:Link 2 Title" content="Two"/>
  39.  
  40. <script type="text/javascript" src="https://static.tumblr.com/iuggpng/bGqm4yfv9/jquery-1.7.2.js"></script>
  41. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
  42. <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&display=swap" rel="stylesheet">
  43.  
  44.  
  45. <link href="https://static.tumblr.com/5omyijl/bzrn2yg7i/style-my-tooltips.css" rel="stylesheet" type="text/css" />
  46.  
  47. <script src="https://static.tumblr.com/5omyijl/RZtn2yg9v/jquery.style-my-tooltips.js"></script> <script> (function($){ $(document).ready(function(){ $("[title]").style_my_tooltips({ tip_follows_cursor:true, tip_delay_time:200, tip_fade_speed:300 }); }); })(jQuery); </script>
  48.  
  49. <style type="text/css">
  50.  
  51.  
  52. /*-------------------------------------------------------------------------*/
  53.  
  54.  
  55. /*GENERAL SECTION */
  56.  
  57.  
  58. /*GENERAL: TUMBLR CONTROLS */
  59.  
  60. iframe.tmblr-iframe {
  61. z-index:99999999999999!important;
  62. top:0!important;
  63. right:0!important;
  64. opacity:0.4;
  65. filter:invert(1);
  66. -webkit-filter:invert(1);
  67. -o-filter:invert(1);
  68. -moz-filter:invert(1);
  69. -ms-filter:invert(1);
  70. transform:scale(0.6);
  71. transform-origin:100% 0;
  72. -webkit-transform:scale(0.6);
  73. -webkit-transform-origin:100% 0;
  74. -o-transform:scale(0.6);
  75. -o-transform-origin:100% 0;
  76. -moz-transform:scale(0.6);
  77. -moz-transform-origin:100% 0;
  78. -ms-transform:scale(0.6);
  79. -ms-transform-origin:100% 0;
  80. -moz-transition-duration:0.4s;
  81. -webkit-transition-duration:0.4s;
  82. -o-transition-duration:0.4s;
  83. }
  84.  
  85. iframe.tmblr-iframe:hover {
  86. opacity:0.6!important;
  87. -moz-transition-duration:0.4s;
  88. -webkit-transition-duration:0.4s;
  89. -o-transition-duration:0.4s;
  90. }
  91.  
  92. /*END OF GENERAL: TUMBLR CONTROLS */
  93.  
  94. /*GENERAL: SCROLLBAR */
  95.  
  96. {block:IfCustomScrollbar}
  97. ::-webkit-scrollbar {
  98. width:12px;
  99. height:12px;
  100. background:{color:background};
  101. }
  102.  
  103. ::-webkit-scrollbar-thumb {
  104. background:{color:custom scrollbar};
  105. }
  106. ::-webkit-scrollbar,::-webkit-scrollbar-thumb {
  107. border:5px solid {color:background};
  108. }
  109. {/block:IfCustomScrollbar}
  110.  
  111. /*END OF GENERAL: SCROLLBAR */
  112.  
  113. /*GENERAL: SELECTION */
  114.  
  115. ::selection {
  116. background: {color:select text};
  117. color: {color:text};
  118. }
  119.  
  120. ::-moz-selection {
  121. background: {color:select text};
  122. color: {color:text};
  123. }
  124.  
  125. /*END OF GENERAL: SELECT */
  126.  
  127. /*GENERAL: STYLING */
  128.  
  129. body {
  130. font-size:12px;
  131. font-family: 'Roboto', sans-serif;
  132. text-align:justify;
  133. margin:0;
  134. line-height:1.5em;
  135. -moz-osx-font-smoothing:grayscale;
  136. -webkit-font-smoothing:antialiased;
  137. font-smoothing:antialiased;
  138. color:{color:text};
  139. background:{color:background};
  140. }
  141.  
  142. #s-m-t-tooltip {
  143. font-size:12px;
  144. font-family: 'Roboto', sans-serif;
  145. max-width:300px;
  146. background:{color:posts};
  147. margin:10px;
  148. padding:5px;
  149. border:0px;
  150. border-radius:0px;
  151. color:{color:text};
  152. z-index:999999;
  153. font-style:none;
  154. box-shadow: 0px 0px 0px rgba(0,0,0,.1);
  155. text-transform:lowercase;
  156. }
  157.  
  158. a {
  159. color:{color:links};
  160. text-decoration:none;
  161. cursor:pointer;
  162. -webkit-transition:all 0.2s;
  163. -moz-transition:all 0.2s;
  164. -ms-transition:all 0.2s;
  165. -o-transition:all 0.2s;
  166. transition:all 0.2s;
  167. }
  168.  
  169. a:hover {
  170. text-decoration:none;
  171. color:{color:hover};
  172. -webkit-transition:all 0.2s;
  173. -moz-transition:all 0.2s;
  174. -ms-transition:all 0.2s;
  175. -o-transition:all 0.2s;
  176. transition:all 0.2s;
  177. }
  178.  
  179. .credit {
  180. position:fixed;
  181. bottom:35px;
  182. right:45px;
  183. z-index:10;
  184. }
  185.  
  186. .credit a {
  187. color:{color:links};
  188. }
  189.  
  190. .credit a:hover {
  191. color:{color:hover};
  192. }
  193.  
  194. small, sub, sup {
  195. font-size:12px;
  196. }
  197.  
  198. b, 700, strong {
  199. color:{color:links};
  200. }
  201.  
  202. .entry h1 {
  203. font-size:18px!important;
  204. }
  205.  
  206. pre {
  207. font-size:12px;
  208. font-family: 'Roboto', sans-serif;
  209. }
  210.  
  211. blockquote {
  212. display:block;
  213. margin:0;
  214. margin-left:5px;
  215. margin-right:5px;
  216. padding-left:10px;
  217. border-left:1px #f1f1f1 solid;
  218. }
  219.  
  220. blockquote blockquote {
  221. border:none;
  222. padding:0;
  223. margin:0;
  224. }
  225.  
  226. img {
  227. border:0;
  228. max-width:100%;
  229. height:auto;
  230. margin-left:0px;
  231. }
  232.  
  233. hr {
  234. margin:1em 0;
  235. border:0;
  236. height:1px;
  237. -moz-box-sizing:border-box;
  238. box-sizing:border-box;
  239. background-color:{color:borders};
  240. }
  241.  
  242. ol {
  243. margin-left:-25px;
  244. }
  245.  
  246. ul {
  247. margin-left:-25px;
  248. }
  249.  
  250. /*END OF GENERAL: STYLING */
  251.  
  252. /*GENERAL: CONTAINERS */
  253.  
  254. .main {
  255. margin:150px auto;
  256. padding-left:300px;
  257. width:540px;
  258. }
  259.  
  260. .asidecontainer {
  261. position:fixed;
  262. height:100%;
  263. margin-left:-380px;
  264. }
  265.  
  266. /*END OF GENERAL: CONTAINERS */
  267.  
  268.  
  269. /*END OF GENERAL SECTION */
  270.  
  271.  
  272. /*-------------------------------------------------------------------------*/
  273.  
  274.  
  275. /*SIDEBAR SECTION */
  276.  
  277.  
  278. /*SIDEBAR: GENERAL */
  279.  
  280. aside {
  281. width:268px;
  282. height:auto;
  283. padding:0px;
  284. margin-top:66px;
  285. overflow:hidden;
  286. background:{color:posts};
  287. }
  288.  
  289. /*END OF SIDEBAR: GENERAL */
  290.  
  291. /*SIDEBAR: IMAGE */
  292.  
  293. aside img {
  294. width:268px;
  295. }
  296.  
  297. /*END OF SIDEBAR: IMAGE */
  298.  
  299. /*SIDEBAR: TITLE*/
  300.  
  301. aside h1 {
  302. margin-top:10px;
  303. text-align:center;
  304. }
  305.  
  306. /*END OF SIDEBAR: TITLE*/
  307.  
  308. /*SIDEBAR: DESCRIPTION */
  309.  
  310. .description {
  311. color:{color:text}!important;
  312. text-align:center;
  313. }
  314.  
  315. /*END OF SIDEBAR: DESCRIPTION */
  316.  
  317. /*SIDEBAR: NAVIGATION */
  318.  
  319. nav {
  320. overflow:visible;
  321. margin-top:8px;
  322. text-align:center;
  323. }
  324.  
  325. nav a {
  326. display:inline-block;
  327. color:{color:links};
  328. margin-bottom:3px;
  329. margin-right:5px;
  330. font-weight:600;
  331. }
  332.  
  333. nav a:hover {
  334. color:{color:hover};
  335. }
  336.  
  337. /*END OF SIDEBAR: NAVIGATION */
  338.  
  339.  
  340. /*END OF SIDEBAR SECTION */
  341.  
  342.  
  343. /*-------------------------------------------------------------------------*/
  344.  
  345.  
  346. /*POSTS SECTION */
  347.  
  348.  
  349. /*POSTS: GENERAL */
  350.  
  351. .content {
  352. margin:50px 0px;
  353. }
  354.  
  355. .entry {
  356. width:540px;
  357. position:relative;
  358. margin:-50px 0 0px;
  359. margin-bottom:150px;
  360. background:{color:posts};
  361. padding:0px 0px 10px 0px;
  362. }
  363.  
  364. .entry 700, b, strong {
  365. color:{color:links};
  366. }
  367.  
  368. .entry:last-child {
  369. margin-bottom:0;
  370. }
  371.  
  372. .post {
  373. }
  374.  
  375. .text:last-child, .text *:last-child {
  376. margin-bottom:0px;
  377. }
  378.  
  379. .vignette, #vignette {
  380. opacity:0;
  381. }
  382.  
  383. .lightbox-image, #tumblr_lightbox img {
  384. box-shadow:none !important;
  385. border-radius:0px !important;
  386. max-width:none;
  387. }
  388. .tmblr-lightbox, #tumblr_lightbox {
  389. background-color:rgba(255,255,255,.75) !important;
  390. }
  391.  
  392. /*END OF POSTS: GENERAL */
  393.  
  394. /*POSTS: CAPTIONS */
  395.  
  396. .caption {
  397. width:540px;
  398. margin-top:10px;
  399. padding:0px;
  400. margin-bottom:0px;
  401. border:0;
  402. text-align:justify;
  403. }
  404.  
  405. .caption blockquote {
  406. max-width:540px;
  407. font-weight:normal;
  408. border:0;
  409. margin:0px 0px 7px 0px;
  410. padding:0;
  411. }
  412.  
  413. .caption blockquote:last-child {
  414. margin:0px;
  415. }
  416.  
  417. .caption p {
  418. padding:0;
  419. margin:0;
  420. }
  421.  
  422. .caps blockquote {
  423. max-width:540px;
  424. margin:10px 0px 10px 0px;
  425. font-weight:normal;
  426. border-left:1px solid {color:borders};
  427. padding-left:10px;
  428. padding-right:10px;
  429. }
  430.  
  431. .caps a.tumblr_blog {
  432. padding-bottom:0px;
  433. border-bottom:0;
  434. text-overflow:ellipsis;
  435. vertical-align:middle;
  436. font-weight: 600;
  437. text-transform:lowercase;
  438. color:{color:links}!important;
  439. -webkit-transition:all 0.2s;
  440. -moz-transition:all 0.2s;
  441. -ms-transition:all 0.2s;
  442. -o-transition:all 0.2s;
  443. transition:all 0.2s;
  444. margin-top:0px;
  445. margin-bottom:0px;
  446. line-height:16px!important;
  447. }
  448.  
  449. .caps a.tumblr_blog:hover {
  450. color:{color:links}!important;
  451. text-decoration:none;
  452. -webkit-transition:all 0.2s;
  453. -moz-transition:all 0.2s;
  454. -ms-transition:all 0.2s;
  455. -o-transition:all 0.2s;
  456. transition:all 0.2s;
  457. }
  458.  
  459. .caps .ic{
  460. width:18px;
  461. height:18px;
  462. margin-right:10px;
  463. display:inline-block;
  464. float:left;
  465. background:transparent;
  466. text-align:center;
  467. padding:0;
  468. margin-left:0;
  469. margin-top:0;
  470. }
  471.  
  472. .caps {
  473. margin:0px 0px 0px 0px;
  474. padding:0;
  475. border-left:0;
  476. }
  477.  
  478. .caps p {
  479. margin:5px 0 5px 0;
  480. font-weight:normal;
  481. padding:0;
  482. border-left:0;
  483. }
  484.  
  485. .caps p:last-child {
  486. margin:5px 0 0 0;
  487. }
  488.  
  489. .caps b {
  490. color:{color:links};
  491. font-weight:400;
  492. }
  493.  
  494. .caps hr {
  495. margin:0;
  496. border:0;
  497. }
  498.  
  499. .caps img {
  500. margin-top:10px;
  501. max-width:100%;
  502. display:inline-block;
  503. }
  504.  
  505. /*END OF POSTS: CAPTIONS */
  506.  
  507. /*POSTS: ASKS */
  508.  
  509. .ask {
  510. min-height:30px;
  511. padding:20px;
  512. width:auto;
  513. margin-bottom:3px;
  514. background:{color:asks};
  515. }
  516.  
  517. .question {
  518. text-transform:lowercase;
  519. }
  520.  
  521. .question a {
  522. color: {color:links};
  523. }
  524.  
  525. .question a:hover {
  526. color: {color:hover};
  527. }
  528.  
  529. .askimg {
  530. width: 50px;
  531. display:inline;
  532. float:right;
  533. }
  534.  
  535. .askimg img {
  536. width:35px;
  537. margin-top:0px;
  538. margin-left:15px;
  539. }
  540.  
  541. .answer img {
  542. margin-bottom:10px;
  543. }
  544.  
  545. /*END OF POSTS: ASKS */
  546.  
  547. /*POSTS: STYLES */
  548.  
  549. .chat {
  550. list-style-type:none;
  551. margin-bottom:10px;
  552. }
  553.  
  554. .chat .label {
  555. line-height:1.5em;
  556. }
  557.  
  558. .quote {
  559. margin-bottom:5px;
  560. }
  561.  
  562. .source {
  563. }
  564.  
  565. .media {
  566. position:relative;
  567. display:inline-block;
  568. width:100%;
  569. }
  570.  
  571. .media img {
  572. position:relative;
  573. display:inline-block;
  574. width:540px!important;
  575. }
  576.  
  577. /*END OF POSTS: STYLES */
  578.  
  579. /*END OF POSTS SECTION /*
  580.  
  581.  
  582. /*-------------------------------------------------------------------------*/
  583.  
  584.  
  585. /*POST INFO SECTION */
  586.  
  587.  
  588. /*POST INFO: BOTTOM */
  589.  
  590. .postinfo {
  591. margin:65px 0 0 0;
  592. margin:10px 0px 0px 0px;
  593. text-align:left;
  594. background:transparent;
  595. line-height:1.5em!important;
  596. }
  597.  
  598. .postinfo b {
  599. }
  600.  
  601. .postinfo a {
  602. display:inline-block;
  603. height:14px;
  604. line-height:14px;
  605. }
  606.  
  607. .postinfo i {
  608. font-style: normal;
  609. }
  610.  
  611. .postinfo a:hover {
  612. color:{color:hover};
  613. }
  614.  
  615. .postinfo p {
  616. margin-top:-10px!important;
  617. }
  618.  
  619. svg {
  620. width:12px;
  621. height:auto;
  622. opacity:.7;
  623. padding:1px;
  624. display:block;
  625. overflow:visible;
  626. margin-left:5px;
  627. margin-top:-3px;
  628. background:transparent;
  629. }
  630.  
  631. .controls a {
  632. position:relative;
  633. display:inline-block;
  634. overflow:hidden;
  635. padding:5px;
  636. width:18px;
  637. height:12px;
  638. color:#333;
  639. margin-left:-7px;
  640. background:transparent;
  641. }
  642.  
  643. .controls .reblog {
  644. opacity:0.93;
  645. background:transparent;
  646. }
  647.  
  648. .controls .reblog svg {
  649. width:16px;
  650. background:transparent;
  651. }
  652.  
  653. .controls .like .liked + svg {
  654. opacity:1;
  655. background:transparent;
  656. }
  657.  
  658. .controls .like .liked + svg path {
  659. fill:#ffaaaa;
  660. }
  661.  
  662. .controls .like .like_button {
  663. position:relative;
  664. background:transparent;
  665. }
  666.  
  667. .controls .like .like_button iframe {
  668. position:absolute;
  669. top:0;
  670. left:0;
  671. bottom:0;
  672. right:0;
  673. z-index:2;
  674. opacity:0.000001;
  675. }
  676.  
  677. .tags {
  678. color:{color:links}!important;
  679. text-transform:lowercase;
  680. opacity:1;
  681. -webkit-transition: all 0.7s ease;
  682. transition: all 0.7s ease;
  683. -moz-transition: all 0.7s ease;
  684. -o-transition: all 0.7s ease;
  685. text-align:normal;
  686. }
  687.  
  688. .tags a {
  689. font-style:none;
  690. margin-right:2px;
  691. }
  692.  
  693. .tags a:after { content:","; } .tags a:last-child:after { content:"."; }
  694. }
  695.  
  696. .tags a:hover {
  697. text-decoration:none;
  698. }
  699.  
  700. /*END OF POST INFO: BOTTOM */
  701.  
  702. /*POST INFO: PERMALINK */
  703.  
  704. ol.notes {
  705. list-style-type:none;
  706. font-style:normal;
  707. margin-top:-137px;
  708. margin-left:0px;
  709. }
  710.  
  711. li.note {
  712. margin:10px 0 10px 0;
  713. padding:0;
  714. font-style:normal;
  715. }
  716.  
  717. li.note:before {
  718. content:"";
  719. padding:0;
  720. }
  721.  
  722. .more_notes_link, .notes_loading {
  723. float:left;
  724. text-align:left!important;
  725. text-transform:lowercase!important;
  726. font-weight:400!important;
  727. }
  728.  
  729. .notes img {
  730. display:none!important;
  731. }
  732.  
  733. ol.notes li.note blockquote {
  734. border:0;
  735. padding:0px 0px;
  736. margin:0px 0 0 0px;
  737. }
  738.  
  739. /*END OF POST INFO: PERMALINK */
  740.  
  741.  
  742. /*END OF POST INFO SECTION */
  743.  
  744.  
  745. /*-------------------------------------------------------------------------*/
  746.  
  747.  
  748. /*PAGINATION SECTION */
  749.  
  750.  
  751. /*PAGINATION: GENERAL */
  752.  
  753. .pagi {
  754. margin-top:20px;
  755. text-align:center;
  756. font-size:14px;
  757. margin-left:10px;
  758. padding-top:20px;
  759. width:540px;
  760. }
  761.  
  762. .pagi a {
  763. color:{color:links};
  764. }
  765.  
  766. .pagi a:hover {
  767. color:{color:hover};
  768. }
  769.  
  770. /*END OF PAGINATION: GENERAL */
  771.  
  772.  
  773. /*END OF PAGINATION SECTION */
  774.  
  775.  
  776. /*-------------------------------------------------------------------------*/
  777.  
  778.  
  779. </style></head>
  780.  
  781. <body>
  782.  
  783. <div class="main">
  784. <div id="credit">
  785. <div class="credit"><a href="https://geminicodes.tumblr.com/">©️</a>
  786. <br> <script language="JavaScript">var fhs = document.createElement('script');var fhs_id = "5630475";
  787. var ref = (''+document.referrer+'');var pn = window.location;var w_h = window.screen.width + " x " + window.screen.height;
  788. fhs.src = "//freehostedscripts.net/ocounter.php?site="+fhs_id+"&e1=&e2=&r="+ref+"&wh="+w_h+"&a=1&pn="+pn+"";
  789. document.head.appendChild(fhs);document.write("<span id='o_"+fhs_id+"'></span>");
  790. </script> / <script language="JavaScript">var fhsh = document.createElement('script');var fhs_id_h = "3345103";
  791. fhsh.src = "//freehostedscripts.net/ocount.php?site="+fhs_id_h+"&name=&a=1";
  792. document.head.appendChild(fhsh);document.write("<span id='h_"+fhs_id_h+"'></span>");
  793. </script></div>
  794.  
  795.  
  796. </div>
  797.  
  798. <div class="asidecontainer">
  799. <aside>
  800. <h1>
  801. </h1>
  802. {block:IfSidebarImage}
  803. <img src="{image:sidebar image}">
  804. {/block:IfSidebarImage}
  805.  
  806.  
  807. <div class="description">
  808. {Description}
  809. </div>
  810.  
  811. <nav>
  812. <a href="/">{text:Home Title}</a>
  813. <a href="/ask">{text:Ask Title}</a>
  814. <a href="{text:Link 1 Url}">{text:Link 1 Title}</a>
  815. <a href="{text:Link 2 Url}">{text:Link 2 Title}</a>
  816. </nav>
  817.  
  818. </aside>
  819. </div>
  820.  
  821. <div class="content">
  822.  
  823. {block:Posts}
  824. <article class="entry {block:Photo}ph{/block:Photo}{block:Photoset}ph{/block:Photoset}" id="{PostID}">
  825. <section class="post" id="{PostID}">
  826. {block:Audio}
  827. <div class="audio" id="{PostID}">
  828. {block:AudioEmbed}
  829. {AudioEmbed width="540px"}
  830. {/block:AudioEmbed}
  831. </div>
  832. {/block:Audio}
  833.  
  834. {block:Photo}
  835. <div class="media" id="{PostID}">
  836. <a href="#" onclick="Tumblr.Lightbox.init([{ width: {PhotoWidth-HighRes}, height: {PhotoHeight-HighRes}, low_res: '{PhotoURL-500}', high_res: '{PhotoURL-HighRes}' }]); $('body').toggleClass('tumblr_lightbox_active'); return false"><img src="{PhotoURL-HighRes}"></a>
  837. </div>
  838. {/block:Photo}
  839.  
  840. {block:Photoset}
  841. <div class="media photoset" id="{PostID}">
  842. <div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">
  843.  
  844. {block:Photos}
  845. <div class="photo-data">
  846. <div class="pxu-photo">
  847. <img src="{PhotoURL-500}" width="{PhotoWidth-500}" height="{PhotoHeight-500}" data-highres="{PhotoURL-HighRes}" data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}"></div>
  848. <a class="tumblr-box" rel="post-{PostID}" href="{PhotoURL-HighRes}"></a></div>
  849. {/block:Photos}
  850. </div></div>
  851. {/block:Photoset}
  852.  
  853. {block:Video}
  854. <div class="media video" id="{PostID}">{Video-500}</div>
  855. {/block:Video}
  856.  
  857. {block:Answer}
  858. <div class="ask" id="{PostID}">
  859. <div class="askimg"><img src="{AskerPortraitURL-40}" /></div>
  860. <div class="question">{Asker} asked:
  861. <br>{Question}
  862. </div>
  863. </div>
  864. <div class="caption">{Answer}</div>
  865. {/block:Answer}
  866.  
  867. {block:Chat}
  868. {block:Title}
  869. <h1>{Title}</h1>
  870. {/block:Title}
  871.  
  872. <ul class="chat text">
  873. {block:Lines}
  874. <li class="line">
  875. {block:Label}
  876. <span class="label">{Label}&nbsp; </span>
  877. {/block:Label}
  878. {Line}</li>
  879. {/block:Lines}</ul>
  880. {/block:Chat}
  881.  
  882. {block:Link}
  883. <h1>
  884. <a href="{URL}">{Name}</a></h1>
  885. {block:Description}
  886. <div class="caption">{Description}</div>
  887. {/block:Description}
  888. {/block:Link}
  889.  
  890. {block:Quote}
  891. <div class="quote" id="{PostID}">{Quote}</div>
  892. {block:Source}
  893. <div class="source">— {Source}</div>
  894. {/block:Source}
  895. {/block:Quote}
  896.  
  897. {block:Text}
  898. {block:Title}
  899. <h1>{Title}</h1>
  900. {/block:Title}
  901. {block:Body}
  902. <div class="caption">{Body}</div>
  903. {/block:Body}
  904. {/block:Text}
  905.  
  906. {block:Caption}
  907. <div class="caption" id="{PostID}">{Caption}</div>
  908. {/block:Caption}
  909.  
  910. </section>
  911.  
  912. {block:Date}
  913. <div class="postinfo">
  914. <a href="/day/{Year}/{MonthNumberWithZero}/{DayOfMonth}">{DayOfMonth}.{MonthNumberWithZero}</a>
  915. {block:NoteCount}
  916. (+ <a href="{Permalink}">{NoteCountWithLabel}</a>)
  917. {/block:NoteCount}
  918.  
  919. <span style="float:right;"><span class="controls"><a href="{ReblogURL}" target="_blank" class="reblog"> <svg xmlns="https://www.w3.org/2000/svg" viewBox="0 0 640 512"><path fill="currentColor" d="M629.657 343.598L528.971 444.284c-9.373 9.372-24.568 9.372-33.941 0L394.343 343.598c-9.373-9.373-9.373-24.569 0-33.941l10.823-10.823c9.562-9.562 25.133-9.34 34.419.492L480 342.118V160H292.451a24.005 24.005 0 0 1-16.971-7.029l-16-16C244.361 121.851 255.069 96 276.451 96H520c13.255 0 24 10.745 24 24v222.118l40.416-42.792c9.285-9.831 24.856-10.054 34.419-.492l10.823 10.823c9.372 9.372 9.372 24.569-.001 33.941zm-265.138 15.431A23.999 23.999 0 0 0 347.548 352H160V169.881l40.416 42.792c9.286 9.831 24.856 10.054 34.419.491l10.822-10.822c9.373-9.373 9.373-24.569 0-33.941L144.971 67.716c-9.373-9.373-24.569-9.373-33.941 0L10.343 168.402c-9.373 9.373-9.373 24.569 0 33.941l10.822 10.822c9.562 9.562 25.133 9.34 34.419-.491L96 169.881V392c0 13.255 10.745 24 24 24h243.549c21.382 0 32.09-25.851 16.971-40.971l-16.001-16z"></path></svg></a>
  920.  
  921. <a href="#" class="like">{LikeButton} <svg xmlns="https://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z"></path></svg></a></span></span>
  922.  
  923. {block:HasTags}
  924. <div class="tags"><i class="fa fa-tag"></i>
  925. {block:Tags}
  926. <a href="{TagURL}">{Tag}</a></i>
  927. {/block:Tags}
  928. </div>
  929. {/block:HasTags}
  930.  
  931. </div>
  932. {/block:Date}
  933.  
  934. </article>
  935.  
  936. {block:PostNotes} {PostNotes} {/block:PostNotes} {/block:Posts} <!-- {block:ContentSource}{SourceURL}{/block:ContentSource}{block:RebloggedFrom}{ReblogRootURL}{ReblogParentURL}{/block:RebloggedFrom} --> </div>
  937.  
  938. {block:Pagination}
  939. <div class="pagi">
  940. {block:PreviousPage}
  941. <a href="{PreviousPage}" title="previous page"><i class="fa fa-angle-double-left fa-lg"></i></a> /
  942. {/block:PreviousPage}
  943. {block:NextPage}
  944. <a href="{NextPage}" title="next page"><i class="fa fa-angle-double-right fa-lg"></i></a>
  945. {/block:NextPage}
  946. </div>
  947. {/block:Pagination}
  948. </div>
  949.  
  950. <!-- SCRIPTS -->
  951.  
  952. <link href="//dl.dropbox.com/s/50g6fbds3rh4m0j/saturnicons.css" rel="stylesheet"> <link href="//dl.dropbox.com/s/vpi3f9s7nhpe7v7/honeybee.css" rel="stylesheet">
  953.  
  954. <script src="https://cdnjs.cloudflare.com/ajax/libs/smoothscroll/1.4.1/SmoothScroll.min.js"></script>
  955.  
  956. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  957.  
  958. <script src="https://static.tumblr.com/wgg6svp/I8Yobwo15/unnest.min.js"></script>
  959.  
  960. <script> $('article').unnest({ yourCaption: ".caption", wrapName: ".caps", newCaptionUsername: true, originalPostCaptionUsername: false, tumblrAvatars: true, tumblrAvatarClass: ".ic", usernameColon: false }); </script>
  961.  
  962. <script src="//static.tumblr.com/fwgzvyf/l6jnyutne/shythemes.vr.js"></script>
  963.  
  964. <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  965.  
  966. <script src="https://static.tumblr.com/yxfeliq/hHwojmt8m/bctphotoset.min.js"></script>
  967.  
  968. <script> $(document).ready(function(){ $('.photo-slideshow').pxuPhotoset({ lightbox: true, rounded: 'corners', gutter: '4px', borderRadius: '0px', photoset: '.photo-slideshow', photoWrap: '.photo-data', photo: '.pxu-photo' }); }); </script>
  969.  
  970. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement