Advertisement
romella

Margot by charmedthemes

Jul 17th, 2018 (edited)
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.35 KB | None | 0 0
  1. <!--
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19. theme 'Margot' by roblowe / charmedthemes
  20.  
  21. DO NOT STEAL
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44. --
  45.  
  46. video resizing script by
  47. http://shythemes.tumblr.com/
  48.  
  49. --
  50.  
  51. unnesting captions script by neothm and magnusthemes
  52.  
  53. -->
  54.  
  55.  
  56.  
  57. <!DOCTYPE html>
  58.  
  59.  
  60. <head>
  61. <!--- tooltip --->
  62. <link href="http://static.tumblr.com/5omyijl/bzrn2yg7i/style-my-tooltips.css" rel="stylesheet" type="text/css" />
  63. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  64. <script src="https://cdnjs.cloudflare.com/ajax/libs/smoothscroll/1.4.1/SmoothScroll.min.js"></script>
  65. <script type="text/javascript" src="http://static.tumblr.com/iuggpng/bGqm4yfv9/jquery-1.7.2.js"></script>
  66. <link href="http://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  67. <link href="http://static.tumblr.com/5omyijl/bzrn2yg7i/style-my-tooltips.css" rel="stylesheet" type="text/css" />
  68. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  69. <script src="http://static.tumblr.com/5omyijl/RZtn2yg9v/jquery.style-my-tooltips.js"></script>
  70. <script>
  71. (function($){
  72. $(document).ready(function(){
  73. $("[title]").style_my_tooltips({
  74. tip_follows_cursor:true,
  75. tip_delay_time:20,
  76. tip_fade_speed:300,
  77. attribute:"title"
  78. });
  79. });
  80. })(jQuery);
  81. </script>
  82. <style>
  83. #s-m-t-tooltip{
  84. max-width:300px;
  85. background:{color:accent};
  86. color:#fff;
  87. font-size:11px;
  88. z-index:999999999;
  89. font-style:none;
  90. font-family:'Quantico', sans-serif;
  91. border-radius:0;
  92. box-shadow:none;
  93. padding:5px;
  94. cursor:pointer;
  95.  
  96. }
  97. </style>
  98.  
  99. <!--- fonts + other scripts --->
  100. <!--- Roboto ---><link href="https://fonts.googleapis.com/css?family=Roboto:500,700" rel="stylesheet"><link href="https://fonts.googleapis.com/css?family=Prompt:500,600,700" rel="stylesheet">
  101. <!--- fontawesome ---><link href="//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
  102. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script><script src="//code.jquery.com/jquery-2.2.4.min.js"></script>
  103. <!--- unnested captions ---><script src="http://static.tumblr.com/wgg6svp/I8Yobwo15/unnest.min.js"></script>
  104. <!--- Quantico ---><link href="https://fonts.googleapis.com/css?family=Quantico:400,700" rel="stylesheet">
  105. <script src ="//static.tumblr.com/fwgzvyf/Oj1o08f6h/shythemes.vr.js"></script>
  106. <!--- to load a hosted library ---><script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  107. <!--- Libre Franklin ---><link href="https://fonts.googleapis.com/css?family=Libre+Franklin:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
  108. <!--- linearicons ---><link rel="stylesheet" href="https://cdn.linearicons.com/free/1.0.0/icon-font.min.css">
  109. <!--- open sans ---><link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,300italic,400italic,600italic,700italic" rel="stylesheet" type="text/css">
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116. <title>{Title}</title>
  117. <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous">
  118.  
  119.  
  120. <link rel="shortcut icon" href="{Favicon}">
  121. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  122. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  123.  
  124. <!--Default Variables-->
  125. <meta name="color:background" content="#ffffff"/>
  126. <meta name="color:text" content="#2b2b2b"/>
  127. <meta name="color:accent" content="#000"/>
  128. <meta name="if:grey posts" content="1"/>
  129. <meta name="if:blurry sidebar links" content="1"/>
  130.  
  131. <meta name="image:sidebar" content=""/>
  132.  
  133.  
  134. <meta name="text:link 1 URL" content="" />
  135. <meta name="text:link 1" content="" />
  136. <meta name="text:link 2 URL" content="" />
  137. <meta name="text:link 2" content="" />
  138.  
  139.  
  140.  
  141. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  142.  
  143.  
  144.  
  145. <!--- beginning of tooltip stuff -->
  146.  
  147.  
  148.  
  149. <style>
  150.  
  151.  
  152. /* selection */
  153.  
  154. ::selection {
  155. background:#dbf1ff;
  156. }
  157. ::-webkit-selection {
  158. background:#dbf1ff;
  159. }
  160. ::-moz-selection {
  161. background:#dbf1ff;
  162. }
  163. ::-o-selection {
  164. background:#dbf1ff;
  165. }
  166.  
  167.  
  168. /* scrollbar */
  169. ::-webkit-scrollbar {
  170. width: 10px;
  171. margin-right:100px;
  172. }
  173.  
  174. ::-webkit-scrollbar-track {
  175. background: #fff;
  176. }
  177.  
  178. ::-webkit-scrollbar-thumb {
  179. background: #000;
  180. border:solid 4px #fff;
  181. }
  182.  
  183. ::-webkit-scrollbar-thumb:hover {
  184. cursor:pointer;
  185.  
  186. }
  187.  
  188.  
  189. /*basics*/
  190.  
  191.  
  192. blockquote {
  193. margin-left:5px;
  194. }
  195.  
  196. ul {
  197. list-style:none;
  198. text-align:left;
  199. padding-left:0;
  200. }
  201.  
  202. li {
  203. position:relative;
  204. padding-left:30px;
  205. }
  206.  
  207. ul li:before {
  208. position:absolute;
  209. left:15px;
  210. vertical-align:baseline!important;
  211. content:'›';
  212. }
  213.  
  214. small {
  215. font-size:13px;
  216. }
  217.  
  218.  
  219.  
  220.  
  221.  
  222.  
  223. body{
  224. background:{color:background};
  225. color:#000;
  226. font-family: sans-serif;
  227. font-size:13px;
  228. margin:0;
  229. text-align:left;
  230. line-height:16px;
  231.  
  232.  
  233.  
  234. }
  235. #title {
  236. font-size:20px;
  237. line-height:125%;
  238. border-bottom:none;
  239. font-family: 'Quantico', sans-serif;
  240. font-weight:bold;
  241. text-transform:uppercase;
  242. margin-bottom:20px;
  243. }
  244. a {
  245. color:#000;
  246. text-decoration:none;
  247.  
  248. }
  249.  
  250. a:hover {
  251. cursor:pointer!important;
  252. text-decoration:underline;
  253. }
  254.  
  255. img {
  256. opacity:1;
  257. border:none;
  258. text-decoration:none;
  259. }
  260.  
  261. small {
  262. font-size:12px;
  263. }
  264.  
  265.  
  266.  
  267. /*sidebar*/
  268.  
  269. #sidebar {
  270. text-align:left;
  271. position:fixed;
  272. margin-top:160px;
  273. width:210px;
  274. margin-left:-420px;
  275. }
  276.  
  277.  
  278.  
  279.  
  280. #sidebarimg img {
  281. border-bottom: 0px;
  282. width:210px;
  283.  
  284. }
  285.  
  286.  
  287.  
  288.  
  289. #description {
  290. {block:ifGreyPosts}
  291. margin-left:0px;
  292. background:#f9f9f9;
  293. padding:10px 5px 10px 5px;
  294. {/block:ifGreyPosts}
  295. margin-top:10px;
  296. text-align:center;
  297. font-weight:normal;
  298. }
  299.  
  300.  
  301.  
  302. #links {
  303.  
  304. word-spacing:3px;
  305. font-family: 'Quantico', sans-serif;
  306. font-size:13px;
  307. text-transform:uppercase;
  308. font-weight:600;
  309. text-align:center;
  310. margin-top:15px;
  311. }
  312.  
  313. #links a:hover{
  314. text-decoration:none;
  315. cursor:pointer!important;
  316. {block:ifblurrysidebarlinks}
  317. color: transparent;
  318. text-shadow: 0 0 2px rgba(0,0,0,0.7);
  319. {/block:ifblurrysidebarlinks}
  320. }
  321.  
  322. #links a {
  323. padding-top:5px;
  324. padding-bottom:5px;
  325. text-decoration:none;
  326.  
  327. }
  328.  
  329.  
  330.  
  331. /*pagination*/
  332.  
  333. #pagination {
  334. text-transform:lowercase;
  335. text-align:right;
  336. font-size:12px;
  337. margin-bottom:120px;
  338. }
  339.  
  340. #pagination a {
  341. padding:0 3px;
  342. border-bottom:0px solid black;
  343.  
  344. }
  345.  
  346. /*container*/
  347.  
  348. #con {
  349. left:50%;
  350. margin-left:-70px;
  351. position:absolute;
  352. margin-top:;
  353. }
  354.  
  355. /*posts*/
  356.  
  357. #entries {
  358. margin-left:-30px;
  359. margin-top:20px;
  360. width:540px;
  361. z-index:900;
  362.  
  363. }
  364.  
  365. #posts {
  366. margin-top:50px;
  367. max-width:540px;
  368. width:100%;
  369. {block:IndexPage}
  370. margin-bottom:120px;
  371. {/block:IndexPage}
  372.  
  373. }
  374.  
  375. #posts img {
  376. max-width:540px;
  377. border-bottom: none;
  378. }
  379.  
  380. .text-container {
  381. width:540px;
  382. margin-top:-10px;
  383. z-index:5;
  384.  
  385. {block:ifGreyPosts}
  386. margin-bottom:10px;
  387. margin-left:0px;
  388. background:#f9f9f9;
  389. padding:5px 10px 5px 10px;
  390. {/block:ifGreyPosts}
  391. }
  392.  
  393. .caption {width:100%;
  394. {block:ifGreyPosts}
  395. background-color:#f9f9f9;
  396. width:520px;
  397. margin-top:6px;
  398. margin-bottom:10px;
  399. background:#f9f9f9;
  400. padding:5px 10px 5px 10px;
  401. {/block:ifGreyPosts}
  402. }
  403.  
  404.  
  405.  
  406. .icon{
  407. display:inline block;
  408. width:20px;
  409. border-radius:15%;
  410. margin-right:6px;
  411. vertical-align:middle;
  412. z-index:100;
  413. }
  414.  
  415. a.tumblr_blog {
  416. font-weight:600;
  417. font-size:13px;
  418. vertical-align:center;
  419. }
  420.  
  421.  
  422.  
  423. /*quote*/
  424.  
  425. #titlequote {
  426. padding-bottom:3px;
  427. padding-left:63px;
  428. font-size:13px;
  429. line-height:17px;
  430. font-weight:bold;
  431. }
  432.  
  433. #source {
  434. margin-top:0px;
  435. margin-bottom:11px;
  436. margin-left:0px;
  437. border-bottom:none;
  438. }
  439.  
  440. /*asks*/
  441.  
  442. .q {
  443.  
  444. max-width:470px;
  445.  
  446. display:inline-block;
  447. border:1px black;
  448. padding:10px;
  449. margin-left:15px;
  450. background:#f9f9f9;
  451.  
  452. }
  453.  
  454. .qtip {
  455. position: absolute;
  456. width: 0px;
  457. height: 0px;
  458. margin-left: 32px;
  459. margin-top:12px;
  460. border-top: 5px solid transparent;
  461. border-bottom: 7px solid transparent;
  462. border-right: 7px solid #f9f9f9;
  463.  
  464.  
  465.  
  466. }
  467.  
  468.  
  469.  
  470. .as {
  471. font-weight:normal;
  472. }
  473.  
  474. .a {
  475. margin-top:13px;
  476. margin-left:-5px;
  477. }
  478.  
  479. /*chat*/
  480.  
  481. .chat ol {
  482. padding:0;
  483. list-style:none;
  484. }
  485.  
  486. .line {
  487. padding:0px 0;
  488. }
  489.  
  490. .label {
  491. font-weight:bold;
  492. }
  493.  
  494. /*permalink and notes*/
  495.  
  496. #permalink {
  497. height:25px;
  498. margin-top:0px;
  499. text-transform:uppercase;
  500. letter-spacing:.5px;
  501. font-size:11px;
  502. text-align:left;
  503. border-radius:5px;
  504. vertical-align:middle;
  505. transition:.7s;
  506.  
  507.  
  508. }
  509.  
  510.  
  511.  
  512. .permalink-button {
  513. background:#f9f9f9;
  514. display:inline-block;
  515. margin-top:5px;
  516. padding:2px 5px 2px 5px;
  517. margin-right:5px;
  518. transition:.7s;
  519. font-family:'Quantico';
  520.  
  521. }
  522.  
  523. .permalink-button {
  524. color:#000;
  525. }
  526.  
  527. .permalink-button:hover {
  528. color:#fff;
  529. text-decoration:none;
  530. }
  531.  
  532. .permalink-button:hover {
  533. background:{color:accent};
  534. display:inline-block;
  535. margin-top:5px;
  536. padding:2px 5px 2px 5px;
  537. transition:.7s;
  538.  
  539. }
  540.  
  541.  
  542. /* tags */
  543. .tagsbutton {
  544. display:inline-block;
  545. margin-left:3px;
  546. transition: visibility .4s, opacity .4s;
  547. }
  548.  
  549.  
  550. .tags {
  551. margin-top:7px;
  552. visibility:hidden;
  553. opacity: 0;
  554. transition: visibility .4s, opacity .4s;
  555. display:block;
  556.  
  557. }
  558.  
  559. .tagsbutton:hover{
  560. cursor:pointer;
  561. }
  562. .tags a {
  563. display:inline-block;
  564. font-size:13px;
  565. color:{color:link};
  566. text-transform:lowercase;
  567. letter-spacing:0px;
  568. opacity:1;
  569. transition: visibility .4s, opacity .4s;
  570.  
  571. }
  572.  
  573. .tagsbutton:hover + .tags {
  574. visibility:visible;
  575. opacity: 1;
  576. transition: visibility .4s, opacity .4s;
  577.  
  578. }
  579.  
  580.  
  581.  
  582.  
  583.  
  584. .pagenotes {
  585. display:inline block;
  586. {block:IndexPage}
  587. {/block:IndexPage}
  588. width:500px;
  589. text-align:left;
  590. transition:.7s;
  591. }
  592.  
  593.  
  594. .pagenotes img {
  595. display:none!important;
  596. }
  597.  
  598. .pagenotes li {
  599. list-style-type:none;
  600. padding:2px 0px;
  601. text-align:left;
  602. margin:0 0 0 -40px;
  603.  
  604. }
  605.  
  606.  
  607.  
  608.  
  609.  
  610.  
  611.  
  612. /* CREDIT DO NOT TOUCH */
  613. .credit {
  614. position:fixed;
  615. bottom:5px;
  616. right:5px;
  617. font:15px sans-serif;
  618. text-align:right;
  619. z-index:9999999;
  620. color:{color:text};
  621. text-decoration:none;
  622. border-bottom:none;
  623. background:transparent;
  624. }
  625. .credit a {
  626. text-decoration:none;
  627. }
  628. .credit a:hover {
  629. text-decoration:none;
  630. cursor:pointer;
  631. color:{color:text};
  632. }
  633.  
  634.  
  635. .oddhour-high-res { width: 540px; text-align: center; }
  636. .oddhour-high-res img { max-width: 100%; }
  637.  
  638.  
  639.  
  640.  
  641.  
  642. /* CREDIT DO NOT TOUCH */
  643. .credit {
  644. position:fixed;
  645. bottom:5px;
  646. right:5px;
  647. font:15px sans-serif;
  648. text-align:right;
  649. z-index:9999999;
  650. color:{color:text};
  651. text-decoration:none;
  652. border-bottom:none;
  653. background:transparent;
  654. }
  655. .credit a {
  656. text-decoration:none;
  657. }
  658. .credit a:hover {
  659. text-decoration:none;
  660. cursor:pointer;
  661. color:{color:text};
  662. }
  663. /* END OF CREDIT */
  664.  
  665. iframe.tmblr-iframe {
  666. z-index:99999999999999!important;
  667. top:0!important;
  668. right:0!important;
  669. opacity:0.4;
  670. /* delete from here */
  671. filter:invert(1);
  672. -webkit-filter:invert(1);
  673. -o-filter:invert(1);
  674. -moz-filter:invert(1);
  675. -ms-filter:invert(1);
  676. /* to here if your blog has a dark background */
  677. transform:scale(0.6);
  678. transform-origin:100% 0;
  679. -webkit-transform:scale(0.6);
  680. -webkit-transform-origin:100% 0;
  681. -o-transform:scale(0.6);
  682. -o-transform-origin:100% 0;
  683. -moz-transform:scale(0.6);
  684. -moz-transform-origin:100% 0;
  685. -ms-transform:scale(0.6);
  686. -ms-transform-origin:100% 0;}
  687.  
  688. iframe.tmblr-iframe:hover {
  689. opacity:0.6!important;}
  690.  
  691.  
  692.  
  693.  
  694.  
  695. {CustomCSS}
  696. </style>
  697. <script src="//ajax.googleapis.com/ajax/libs/jquery/1/jquery.js"></script>
  698. <script>
  699. /* questions? ask oddhour.tumblr.com */
  700. var updatePhotosetCss = "<style id='updatePhotosetStyle'> .photoset .photoset_row.photoset_row_1 img { max-width: 540px; } .photoset .photoset_row.photoset_row_2 img { max-width: 268px; } .photoset .photoset_row.photoset_row_3 img { max-width: 178px; } .photoset .photoset_row .photoset_photo { margin-left: 4px; } .photoset .photoset_row { text-align: center; width: 540px; } .photoset { width: 540px; }</style>";
  701. function updatePhotoset() {
  702.  
  703. $(".photoset:not(.540-resized)").each( function (i, e) {
  704. if($(this.contentDocument).find("#updatePhotosetStyle").size() <= 0)
  705. $(this.contentDocument).find("head").append(updatePhotosetCss);
  706. var photoset = $(this.contentDocument).find(".photoset");
  707. var photosetRows = photoset.find(".photoset_row");
  708. photoset.find(".photoset_photo")
  709. .each(function () {
  710. var hiResSrc = $(this).attr("href");
  711. var img = $(this).find('img');
  712. img.attr("src", hiResSrc );
  713. img.attr("style", "");
  714. });
  715. photosetRows.attr("style", "").css("margin-bottom", "-11px");
  716. photoset.attr("style","");
  717. photoset.addClass("540-resized");
  718. $(this).height($(this.contentDocument.body).height());
  719. });
  720. }
  721.  
  722. updatePhotoset();
  723.  
  724. var photosetTimer = setInterval(updatePhotoset, 1500);
  725. $(window).on('load', function () { setTimeout(function() {clearInterval(photosetTimer)}, 2000); })
  726. </script>
  727.  
  728.  
  729.  
  730.  
  731.  
  732. </head>
  733.  
  734.  
  735. <body>
  736.  
  737.  
  738.  
  739. <div id="con">
  740.  
  741.  
  742. <div id="sidebar">
  743.  
  744. <!--- sidebar --->
  745.  
  746.  
  747. <div id="sidebarimg">
  748. <a href="/">
  749. <img src="{image:sidebar}"></></div>
  750.  
  751. </a>
  752.  
  753. <div id="description">{Description}</div>
  754.  
  755. <div id="links">
  756. <a href="{text:link 1 URL}">{text:link 1}</a>
  757. <a href="{text:link 2 URL}">{text:link 2}</a>
  758. <a href="{text:link 3 URL}">{text:link 3}</a>
  759. <a href="{text:link 4 URL}">{text:link 4}</a>
  760.  
  761.  
  762. </div>
  763.  
  764.  
  765. </div>
  766.  
  767. <div id="entries">
  768.  
  769. {block:Posts}
  770.  
  771. <div id="posts">
  772.  
  773.  
  774.  
  775. {block:Quote}
  776. <div id="titlequote"><i class="fa fa-quote-left"></i>&nbsp; {Quote} &nbsp;<i class="fa fa-quote-right"></i></div>
  777. {block:Source}<div id="source" style="border-bottom:none">&mdash; {Source}</div>{/block:Source}
  778. {/block:Quote}
  779.  
  780. {block:Text}
  781. {block:Title}
  782. <div id="title" style="border-bottom:none">{Title}</div>{/block:Title}
  783. <div class="text-container">{Body}</div>
  784.  
  785. {/block:Text}
  786.  
  787. {block:link}
  788. <div id="title" style="border-bottom:none"><a href="{URL}"><i class="fa fa-link"></i>&nbsp; {Name}</a></div>
  789. {block:Description}{Description}{/block:Description}
  790. {/block:link}
  791.  
  792. {block:Chat}
  793. {block:Title}
  794. <div id="title">{Title}</div>{/block:Title}
  795. {/block:Text}
  796. {block:lines}
  797. {block:label}
  798. <br><b>{label}</b>
  799. {/block:label}
  800. {line}
  801. {/block:lines}
  802. {/block:Chat}
  803.  
  804. {block:Photo}
  805. <div style="margin-top:-10px" class="oddhour-high-res">
  806. <a href="{PhotoURL-HighRes}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}"></a>
  807. </div>{/block:Photo}
  808.  
  809. {block:Photoset}
  810. <div style="margin-top:-10px">
  811. {Photoset}</div>
  812. {/block:Photoset}
  813.  
  814. {block:Video}
  815. <div class="video" style="">{Video-500}</div>
  816. {/block:Video}
  817.  
  818.  
  819. {block:Audio}
  820. {block:AudioEmbed}{AudioEmbed-500}{/block:AudioEmbed}
  821. {/block:Audio}
  822.  
  823. {block:Answer}
  824.  
  825. <div class="qtip"></div>
  826. <div style="padding-top:5px" class="as">
  827. <a title="{AskerName}" href="{AskerUrl}">
  828. <img style="float:left;display:inline block;height:100%;vertical-align:middle; display:inline-block;" src="{AskerPortraitURL-24}"></a>
  829. <div class="q">
  830. {Question}
  831. </div></div>
  832.  
  833. <div class="a">{Answer}</div>
  834. {/block:Answer}
  835.  
  836.  
  837. {block:Caption} <div class="cap-container"><div class="caption">{Caption}</div></div>{/block:Caption}
  838.  
  839.  
  840. {block:Date}
  841. <div style="margin-bottom:30px" id="permalink">
  842. <a href="{Permalink}" ><div class="permalink-button"><b>{ShortMonth} {DayOfMonth} </b></div></a>
  843. {block:NoteCount} <a href="{Permalink}"><div class="permalink-button">{NoteCount}</div></a>{/block:NoteCount}
  844.  
  845. <div style="float:right; margin-top:10px">{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}"><i class="fas fa-retweet"></i></a>
  846.  
  847. {block:ContentSource} <a href="{ReblogRootURL}" title="{ReblogRootName}"><i style="margin-left:5px;" class="fas fa-asterisk"></i></a>{/block:ContentSource}{/block:RebloggedFrom} </div>
  848.  
  849.  
  850.  
  851. {block:HasTags}<div class="tagsbutton" ><i class="fas fa-tags"></i></div>
  852.  
  853. <div class="tags">{block:Tags} <a style="margin-right:5px" href="{TagUrl}">{Tag} </a> {/block:Tags} </div>{/block:HasTags}
  854.  
  855.  
  856.  
  857. {/block:Date}
  858.  
  859.  
  860.  
  861.  
  862.  
  863. </div></div>
  864.  
  865. {block:PostNotes}
  866. <div class="pagenotes">
  867. {PostNotes}
  868. </div>
  869. {/block:PostNotes}
  870.  
  871. {/block:Posts}
  872.  
  873. <div id="pagination">
  874. {block:Pagination}
  875. {block:PreviousPage}
  876. <a style="float:left" href="{PreviousPage}"><div style="font-size:1.5em" class="permalink-button"><i class="fas fa-angle-left"></i></div></a>
  877. {/block:PreviousPage}
  878.  
  879.  
  880. {block:NextPage}
  881. <a href="{NextPage}"><div style="font-size:1.5em" class="permalink-button"><i class="fas fa-angle-right"></i></div></a>
  882. {/block:NextPage}
  883. {/block:Pagination}
  884.  
  885. </div>
  886. </div>
  887.  
  888. </div>
  889.  
  890. <!-- CREDIT DO NOT TOUCH -->
  891. <div class="credit">
  892. <a title="charmedthemes" href="http://charmedthemes.tumblr.com/"><i class="fas fa-magic"></i></a>
  893. </div>
  894. <!--- end of credit ---->
  895.  
  896.  
  897. <!-- unnesting caption script by magnusthemes and neothm -->
  898. <script src="//ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script> <script src="http://static.tumblr.com/wgg6svp/P0Sofxcrj/unnest.min.js"></script>
  899. <script>
  900. $(function(){ $('#entries').unnest({
  901. yourCaption: ".caption",
  902. newCaptionUsername: false,
  903. originalPostCaptionUsername:false,
  904. tumblrAvatars: true,
  905. tumblrAvatarClass: ".icon",
  906. usernameColon: false
  907. }); }); </script>
  908.  
  909. <!-- unnesting caption script by magnusthemes and neothm -->
  910.  
  911. <script>
  912. $(function(){ $('#entries').unnest({
  913. yourCaption: ".text-container",
  914. newCaptionUsername: false,
  915. originalPostCaptionUsername:false,
  916. tumblrAvatars: true,
  917. tumblrAvatarClass: ".icon",
  918. usernameColon: false
  919. }); }); </script>
  920.  
  921. <!-- unnesting caption script by magnusthemes and neothm -->
  922.  
  923. <script>
  924. $(function(){ $('#entries').unnest({
  925. yourCaption: ".a",
  926. newCaptionUsername: false,
  927. originalPostCaptionUsername:false,
  928. tumblrAvatars: true,
  929. tumblrAvatarClass: ".icon",
  930. usernameColon: false
  931. }); }); </script>
  932.  
  933.  
  934.  
  935. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement