themesbybrenda

Theme #4 - Two Columns

Nov 11th, 2022 (edited)
493
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.49 KB | None | 0 0
  1. <!--
  2.  
  3. Theme Created by @themesbybrenda
  4. Thank you for using and please
  5. do not remove credit! - Brenda
  6.  
  7. Credits to
  8. NPF Image Fix: @mhango | @themesbyeva
  9. Logo: @xlfdesigns
  10. Photosets: @annasthms
  11. Tumblr Controls: @cyantists
  12. Tooltip: manos.malihu.gr
  13. Infinite Scroll: https://infinite-scroll.com/
  14. Link Icons: https://fontawesome.com/
  15. Fonts: https://fonts.google.com/
  16. Background: https://www.rawpixel.com/
  17.  
  18. -->
  19.  
  20.  
  21. <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  22. <script>
  23. $(document).ready(function(){
  24. $(".inside").hide();
  25. $(".label").click(function(){
  26. $(this).next(".inside").slideToggle('fast');
  27. });
  28. });
  29. </script>
  30.  
  31. <!--Default Variables-->
  32. <meta name="color:Background" content=""/>
  33. <meta name="color:Link" content=""/>
  34. <meta name="color:Scrollbar" content=""/>
  35. <meta name="color:Bio" content=""/>
  36. <meta name="color:Text" content=""/>
  37. <meta name="color:Title" content=""/>
  38. <meta name="color:Hover" content=""/>
  39. <meta name="color:Border" content=""/>
  40. <meta name="color:Header" content=""/>
  41. <meta name="color:Permalink" content=""/>
  42. <meta name="color:Post Background" content=""/>
  43. <meta name="color:Link Background" content=""/>
  44. <meta name="color:Link Icons" content=""/>
  45. <meta name="color:Sidebar Title" content=""/>
  46. <meta name="color:Tooltip Text" content="" />
  47. <meta name="color:Tooltip Background" content="" />
  48. <meta name="color:Tooltip Border" content="" />
  49. <meta name="image:background" content""/>
  50. <meta name="image:sidebar" content=""/>
  51. <meta name="text:bio" content=""/>
  52. <meta name="text:Custom Link one" content="" />
  53. <meta name="text:Custom Link One Title" content="" />
  54. <meta name="text:Custom Link Two" content="" />
  55. <meta name="text:Custom Link Two Title" content="" />
  56. <meta name="text:Custom Link Three" content="" />
  57. <meta name="text:Custom Link Three Title" content="" />
  58. <meta name="text:Custom Link Four" content="" />
  59. <meta name="text:Custom Link Four Title" content="" />
  60.  
  61. <script type="text/javascript" language="javascript" src="https://assets.tumblr.com/javascript/tumblelog.js?7"></script>
  62.  
  63. <script type="text/javascript" src="/api/read/json?id={PostID}"></script>
  64. <script type="text/javascript">
  65. var color = "ff0000";
  66. var player = tumblr_api_read['posts'][0]['audio-player'].replace("color=FFFFFF", "color=" + color);
  67. replaceIfFlash(9, "audio_player_{PostID}", player);
  68. </script>
  69.  
  70. <script language="JavaScript" src="https://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  71.  
  72. <style type="text/css">
  73.  
  74. #s-m-t-tooltip {
  75. font-family: 'Monda', sans-serif;
  76. font-size:9px;
  77. color: {color:Tooltip Text};
  78. background-color:{color:Tooltip Background};
  79. text-align: center;
  80. max-width:150px;
  81. border: 1px solid {color:Tooltip Border};
  82. overflow:auto;
  83. text-transform:none;
  84. position: absolute;
  85. z-index: 999999999999;
  86. padding: 5px;
  87. margin:20px 0 15px 10px;
  88. -webkit-transition: all 0.2s ease-in-out;
  89. -moz-transition: all 0.2s ease-in-out;
  90. transition: all 0.2s ease-in-out;
  91. }
  92.  
  93. .wrapper{
  94. margin:auto;
  95. width: 717px;
  96. }
  97.  
  98. ::-webkit-scrollbar {width: 5px; height: 5px; border:0px solid {color:Border}; background:#fff; }
  99. ::-webkit-scrollbar-thumb {background-color: {color:Scrollbar};border:0px solid {color:Border};}
  100.  
  101. body{
  102. background: url({image:Background}) no-repeat center center fixed;
  103. -webkit-background-size: cover;
  104. -moz-background-size: cover;
  105. -o-background-size: cover;
  106. background-color: {color:Background};
  107. background-size: cover;
  108. text-align:left;
  109. font-family: 'Monda', sans-serif;
  110. font-size: 10px;
  111. color:{color:Text};
  112. }
  113.  
  114. a:link, a:active, a:visited{
  115. color: {color:Link};
  116. text-decoration:none;
  117. -webkit-transition: all 0.1s linear;
  118. -moz-transition: all 0.1s linear;
  119. transition: all 0.1s linear;
  120. }
  121.  
  122. #posts {
  123. position:relative;
  124. margin-top: 150px;
  125. background-color: transparent;
  126. {block:IndexPage}
  127. margin-left:150px;
  128. width:660px;
  129. {/block:IndexPage}
  130. {block:PermalinkPage}
  131. width: 500px;
  132. margin-left:160px;
  133. margin-top:150px;
  134. {/block:PermalinkPage}
  135. }
  136.  
  137. .info {
  138. margin-left:100px;
  139. margin-top:4px;
  140. line-height:14px;
  141. }
  142.  
  143. .entry .permalink{
  144. position:absolute;
  145. width: 230px;
  146. margin-top: 0px;
  147. margin-left: 0px;
  148. padding: 10px;
  149. height: auto;
  150. background-color:{color:Link Background};
  151. border-bottom:1px solid {color:Border};
  152. overflow:visible;
  153. text-transform:uppercase;
  154. font-family: 'Monda', sans-serif;
  155. font-size: 10px;
  156. line-height:13px;
  157. text-align:center;
  158. opacity:0.0;
  159. -webkit-transition: all 0.6s ease-out;
  160. -moz-transition: all 0.6s ease-out;
  161. transition: all 0.6s ease-out;
  162. }
  163.  
  164. .entry:hover .permalink{
  165. overflow:visible;
  166. opacity: 1;
  167. z-index: 99999999999;
  168. margin-bottom: 0px;
  169. -webkit-transition: all 0.6s ease-out;
  170. -moz-transition: all 0.6s ease-out;
  171. transition: all 0.6s ease-out;
  172. }
  173.  
  174. .permalinktext {
  175. display:block;
  176. padding: 2px;
  177. margin: 5px 5px 0px 5px;
  178. text-transform:uppercase;
  179. font-family: 'Monda', sans-serif;
  180. font-size: 8px;
  181. color: #000;
  182. line-height: 15px;
  183. letter-spacing:1px;
  184. text-align: center;
  185. text-decoration: none;
  186. border-top:1px solid {color:Border};
  187. webkit-transition: all 0.2s linear;
  188. -webkit-transition: all 0.2s linear;
  189. -moz-transition: all 0.2s linear;
  190. transition: all 0.2s linear;
  191. }
  192.  
  193. .permalinktext:hover{
  194. webkit-transition: all 0.2s linear;
  195. -webkit-transition: all 0.2s linear;
  196. -moz-transition: all 0.2s linear;
  197. transition: all 0.2s linear;
  198. }
  199.  
  200. .entry {
  201. opacity: 1;
  202. margin:10px;
  203. float:left;
  204. background-color:{color:Post Background};
  205. border:0px solid {color:Border};
  206. font-family: 'Monda', sans-serif;
  207. font-size:11px;
  208. line-height:14px;
  209. {block:IndexPage}
  210. width:250px;
  211. {/block:IndexPage}
  212. {block:PermalinkPage}
  213. width:500px;
  214. {/block:PermalinkPage}
  215. }
  216.  
  217. .entry img{
  218. {block:IndexPage}
  219. max-width:250px;
  220. height:auto;
  221. opacity: 1;
  222. {/block:IndexPage}
  223. {block:PermalinkPage}
  224. max-width:500px;
  225. {/block:PermalinkPage}
  226. }
  227.  
  228. .entry img:hover{
  229. {block:IndexPage}
  230. opacity: 1;
  231. transition: all 0.5s ease-out;
  232. -o-transition-transition: all 0.5s ease-out;
  233. -webkit-transition: all 0.5s ease-out;
  234. -moz-transition: all 0.5s ease-out;
  235. transition: all 0.9s ease-in-out;
  236. -webkit-filter:grayscale(100%);
  237. {/block:IndexPage}
  238. }
  239.  
  240. [photoset-layout] {
  241. grid-gap: 3px;
  242. }
  243.  
  244. {block:PermalinkPage}
  245.  
  246. .text figure + p {
  247. margin-top:1em;
  248. }
  249.  
  250. .text:not(:has(.title)):not(:has(p + .npf_row)):has(:is(.tmblr-full img,.post_media_photo_anchor img)):has(.tumblr_blog) p:first-child {
  251. color:{color:background};
  252. font-size:0;
  253. display:none;
  254. }
  255.  
  256. .text:not(:has(.title)):not(:has(p + .npf_row)):has(:is(.tmblr-full img,.post_media_photo_anchor img)):has(.tumblr_blog) p {
  257. color:{color:text};
  258. font-size:12px;
  259. }
  260.  
  261. .text:not(:has(.title)):not(:has(p + .npf_row)):has(:is(.tmblr-full img,.post_media_photo_anchor img)) p {
  262. margin:10px 20px;
  263. }
  264.  
  265. .text:not(:has(.title)):not(:has(p + .npf_row)):has(:is(.tmblr-full img,.post_media_photo_anchor img)) {
  266. background:{color:Notebox Background};
  267. }
  268.  
  269. {/block:PermalinkPage}
  270.  
  271. {block:indexpage}
  272.  
  273. .text:not(:has(.title)):not(:has(p + .npf_row)):has(:is(.tmblr-full img,.post_media_photo_anchor img)):has(.tumblr_blog) {
  274. color:{color:background};
  275. font-size:0;
  276. }
  277. {/block:indexpage}
  278.  
  279. .text:has(.tmblr-full img) .op-blockquote,
  280. .text:has(.tmblr-full img) .npf-post-source,
  281. .text:has(.tmblr-full img) .tumblr_blog,
  282. .text:has(.post_media_photo_anchor img) .op-blockquote,
  283. .text:has(.post_media_photo_anchor img) .npf-post-source,
  284. .text:has(.post_media_photo_anchor img) .tumblr_blog
  285. {
  286. display:none;
  287. }
  288.  
  289. .text {
  290. padding:0px;
  291. }
  292.  
  293. .text img {
  294. max-width: 100%;
  295. height: auto;
  296. }
  297.  
  298. .text:not(:has(.title)):not(:has(p + .npf_row)):has(.tmblr-full img),
  299. .text:not(:has(.title)):not(:has(p + .npf_row)):has(.post_media_photo_anchor img) {
  300. padding:0;
  301. }
  302.  
  303. .post_media_photo_anchor img, .post_media_photo img {
  304. height:100%;
  305. width:100%;
  306. }
  307.  
  308. {block:indexpage}
  309.  
  310.  
  311. .text:not(:has(.title)):not(:has(p + .npf_row)):has(.tmblr-full img) :is(p,ul,ol,h1,h2,h3,h4,h5),
  312. .text:not(:has(.title)):not(:has(p + .npf_row)):has(.post_media_photo_anchor img) :is(p,ul,ol,h1,h2,h3,h4,h5)
  313. {
  314. display:none;
  315. }
  316.  
  317. .text:not(:has(.title)):not(:has(p + .npf_row)):has(.tmblr-full img),
  318. .text:not(:has(.title)):not(:has(p + .npf_row)):has(.post_media_photo_anchor img)
  319. {
  320. background-color: {color:Post Background};
  321. border-color:{color:Post Background};
  322. }
  323.  
  324. {/block:indexpage}
  325.  
  326. .title{
  327. font-family: 'Beth Ellen', cursive;
  328. text-transform: normal;
  329. letter-spacing:1px;
  330. font-size: 15px;
  331. line-height: 25px;
  332. color: {color:Title};
  333. padding: 0px 0px 0px 0px;
  334. }
  335.  
  336. #serendipity img {
  337. position:fixed;
  338. width: 285px;
  339. height: auto;
  340. margin-top:-130px;
  341. margin-left:285px;
  342. z-index: 99999999999;
  343. background: transparent;
  344. }
  345.  
  346. div#description{
  347. position:fixed;
  348. text-align: justify;
  349. font-size:11px;
  350. font-family: 'Monda', sans-serif;
  351. line-height:13px;
  352. height:auto;
  353. width:280px;
  354. background-color:transparent;
  355. color:{color:Bio};
  356. margin-top:-78px;
  357. margin-left:110px;
  358. padding-top:0px;
  359. z-index:9999;
  360. }
  361.  
  362. div#sidebar {
  363. opacity: 1;
  364. position:fixed !important;
  365. background-color: {color:Header};
  366. width: 488px;
  367. height: 100px;
  368. font-family: 'Monda', sans-serif;
  369. font-size: 10px;
  370. line-height:10px;
  371. margin-left:160px;
  372. margin-top:-140px;
  373. padding:16px;
  374. z-index:99999999;
  375. }
  376.  
  377. #sidebar img{
  378. background:{color:Post Background};
  379. opacity: 1;
  380. padding:5px;
  381. width: 95px;
  382. height: 95px;
  383. z-index:99999999;
  384. margin-top:-2px;
  385. margin-left:-5px;
  386. }
  387.  
  388. div#links{
  389. display: block;
  390. font-size: 9px;
  391. width: 130px;
  392. opacity: 1;
  393. height: 125px;
  394. padding: 2px;
  395. padding-top:10px;
  396. text-align: center;
  397. margin-left: 380px;
  398. margin-top: -130px;
  399. background-color:transparent;
  400. }
  401.  
  402. .links {
  403. width: 15px;
  404. margin: 5px;
  405. margin-top:15px;
  406. padding:9px;
  407. height: 15px;
  408. border:4px solid {color:Post Background};
  409. background-color: {color:Link Background};
  410. font-size:15px;
  411. font-family:calibri;
  412. -webkit-transition-duration: .6s;
  413. border-top-right-radius:0px;
  414. border-bottom-right-radius:0px;
  415. border-top-left-radius:0px;
  416. border-bottom-left-radius:0px;
  417. -moz-box-shadow: 0 0 1px #8A8A8A;
  418. -webkit-box-shadow: 0 0 0px#8A8A8A;
  419. display: inline-block;
  420. }
  421.  
  422. .links:hover {
  423. background-color: {color:Hover};
  424. -webkit-transition-duration: .2s;
  425. border-top-right-radius:70px;
  426. border-bottom-right-radius:70px;
  427. border-top-left-radius:70px;
  428. border-bottom-left-radius:70px;
  429. }
  430.  
  431. div#header{
  432. opacity: 1;
  433. width:560px;
  434. position:fixed !important;
  435. text-align:center;
  436. top:0px;
  437. height:100%;
  438. margin-left:140px;
  439. border-left:1px solid {color:Border};
  440. border-right:1px solid {color:Border};
  441. background-color: {color:Post Background};
  442. }
  443.  
  444. div#header2{
  445. opacity: 1;
  446. width:560px;
  447. position:fixed !important;
  448. text-align:center;
  449. top:0px;
  450. height:100px;
  451. margin-left:140px;
  452. border-left:1px solid {color:Border};
  453. border-right:1px solid {color:Border};
  454. background-color: {color:Post Background};
  455. z-index:99999999;
  456. }
  457.  
  458. .info{
  459. margin-top:5px;
  460. margin-left:10px;
  461. font-style:italic;
  462. }
  463.  
  464. askk {
  465. font-family: 'Beth Ellen', cursive;
  466. color: {color:Title};
  467. text-transform: normal;
  468. font-size:14px;
  469. border-bottom:1px solid {color:Border};
  470. z-index:1;
  471. }
  472.  
  473. #postnotes{
  474. text-align: justify;
  475. }
  476.  
  477. #postnotes blockquote{
  478. border: 0px;}
  479.  
  480. blockquote{
  481. padding:0px;
  482. min-width:250px;
  483. max-width:250px;
  484. overflow: hidden;
  485. height:auto;
  486. margin:0px;
  487. border-left: 0px solid {color:Border};
  488. {block:PermalinkPage}
  489. min-width:500px;
  490. max-width:500px;
  491. height:auto;
  492. {/block:PermalinkPage}
  493. }
  494.  
  495. #c{
  496. position:fixed;
  497. font-family: 'Monda', sans-serif;
  498. font-size:10px;
  499. bottom:0;
  500. right:0;
  501. padding:8px;
  502. }
  503.  
  504. blockquote p, ul{
  505. margin:0px;
  506. padding:0px;
  507. }
  508.  
  509. .p { padding-top: 5px; }
  510. .ol, ul { margin-left: 10px; padding: 5px; }
  511. .ul { list-style-type: square; }
  512.  
  513. a img{border: 0px;}
  514.  
  515. .chat .line{
  516. margin-top:-2px;
  517. padding: 4px;
  518. }
  519. .chat .line.odd{
  520. margin-top:-2px;
  521. }
  522.  
  523. .label {font-weight:bold;}
  524. .cover {position: absolute; z-index: 1;margin-left:10px;}
  525. .audioplayer {position:absolute; overflow:hidden; background:#E4E4E4; width:70px; height:70px; top:0px; margin-left:130px; padding:10px;}
  526. .button { position:absolute; overflow:hidden; width:30px; height:30px; margin-top:23px; margin-left:23px;}
  527. .notes img{width:10px; position:left; top:3px; -webkit-border-radius: 10px;
  528. -moz-border-radius: 10px; border-radius: 10px;}
  529.  
  530. iframe.tmblr-iframe {
  531. z-index:99999999999999!important;
  532. top:0px!important;
  533. right:5px!important;
  534. opacity:1;
  535. transform:scale(0.65);
  536. transform-origin:100% 0;
  537. filter:invert(1) contrast(150%);
  538. -webkit-filter:invert(1) contrast(150%);
  539. -o-filter:invert(1) contrast(150%);
  540. -moz-filter:invert(1) contrast(150%);
  541. -ms-filter:invert(1) contrast(150%);
  542. -webkit-transform:scale(0.65);
  543. -webkit-transform-origin:100% 0;
  544. -o-transform:scale(0.65);
  545. -o-transform-origin:100% 0;
  546. -moz-transform:scale(0.65);
  547. -moz-transform-origin:100% 0;
  548. -ms-transform:scale(0.65);
  549. -ms-transform-origin:100% 0;}
  550.  
  551. iframe.tmblr-iframe:hover {
  552. opacity:1.0!important;}
  553.  
  554. {CustomCSS}
  555. </style>
  556.  
  557. <link href="https://fonts.googleapis.com/css?family=Beth+Ellen" rel="stylesheet">
  558. <link href="https://fonts.googleapis.com/css?family=Monda" rel="stylesheet">
  559. <link href="https://static.tumblr.com/0podkko/oDSpg7y88/photosets.css" rel="stylesheet">
  560. <script type="text/javascript" src="https://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  561. <script type="text/javascript" src="https://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  562.  
  563. <script type="text/javascript">
  564. $(window).load(function(){
  565. var $wall = $('#posts');
  566. $wall.imagesLoaded(function(){
  567. $wall.masonry({
  568. itemSelector: '.entry, .entry_photo',
  569. isAnimated : false
  570. });
  571. });
  572.  
  573. $wall.infinitescroll({
  574. navSelector : '#pagination',
  575. nextSelector : '#pagination a',
  576. itemSelector : '.entry, .entry_photo',
  577. bufferPx : 2000,
  578. debug : false,
  579. errorCallback: function() {
  580. $('#infscr-loading').fadeOut('normal');
  581. }},
  582. function( newElements ) {
  583. var $newElems = $( newElements );
  584. $newElems.hide();
  585. $newElems.imagesLoaded(function(){
  586. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  587. });
  588. }); $('#posts').show(500);
  589. });
  590. </script>
  591.  
  592. <!-- tooltip script -->
  593.  
  594. <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  595.  
  596. <script>
  597.  
  598. (function($){
  599.  
  600. $(document).ready(function(){
  601.  
  602. $("[title]").style_my_tooltips({
  603.  
  604. tip_follows_cursor:true,
  605.  
  606. tip_delay_time:100,
  607.  
  608. tip_fade_speed:250,
  609.  
  610. attribute:"title"
  611.  
  612. });
  613.  
  614. });
  615.  
  616. })(jQuery);
  617.  
  618. </script>
  619.  
  620. <script type="text/javascript">
  621. $(window).load(function(){
  622. var $wall = $('#posts');
  623. $wall.imagesLoaded(function(){
  624. $wall.masonry({
  625. itemSelector: '.entry, .entry_photo',
  626. animate : true
  627. });
  628. });
  629.  
  630. $wall.infinitescroll({
  631. navSelector : '#pagination',
  632. nextSelector : '#pagination a',
  633. itemSelector : '.entry, .entry_photo',
  634. bufferPx : 2000,
  635. debug : false,
  636. errorCallback: function() {
  637. $('#infscr-loading').fadeOut('normal');
  638. }},
  639. function( newElements ) {
  640. var $newElems = $( newElements );
  641. $newElems.hide();
  642. $newElems.imagesLoaded(function(){
  643. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  644. });
  645. }); $('#posts').show(500);
  646. });
  647. </script>
  648.  
  649.  
  650. <title>{title}</title>
  651.  
  652. <link rel="shortcut icon" href="{Favicon}">
  653. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  654. <meta name="viewport" content="width=820" />
  655. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
  656.  
  657. </head>
  658. <body>
  659.  
  660. <div class="wrapper">
  661. <div id="c"></div>
  662.  
  663. <div id="header"></div>
  664. <div id="header2"></div>
  665.  
  666. <div id="serendipity">
  667. <img src="https://64.media.tumblr.com/d01ad0343d7f6202607433abd3c550ba/tumblr_inline_rl7aldqJTk1qbugcf_500.png"></div>
  668. <div>
  669.  
  670. <div id="sidebar">
  671. <img src="{image:sidebar}"></a>
  672. <div id="description">
  673. {text:bio}
  674. </div>
  675.  
  676. <div id="links">
  677. <div class="links">{block:ifCustomLinkOneTitle}<a href="{text:Custom Link One}" title="home"><FONT COLOR="{color:Link Icons}"><li class="fa fa-home"></li></FONT></a>{/block:ifCustomLinkOneTitle}</div>
  678.  
  679. <div class="links">{block:ifCustomLinkTwoTitle}<a href="{text:Custom Link Two}" title="inbox"><FONT COLOR="{color:Link Icons}"><li class="fa fa-envelope"></li></FONT></a>{/block:ifCustomLinkTwoTitle} </div>
  680.  
  681. <div class="links">{block:ifCustomLinkthreeTitle}<a href="{text:Custom Link three}" title="archive"><FONT COLOR="{color:Link Icons}"><li class="fa fa-folder-open"></li></FONT></a>{/block:ifCustomLinkthreeTitle} </div>
  682.  
  683. <div class="links">{block:ifCustomLinkfourTitle}<a href="{text:Custom Link four}" title="uploads"><FONT COLOR="{color:Link Icons}"><li class="fa fa-paper-plane"></li></FONT></a>{/block:ifCustomLinkfourTitle} </div>
  684. </div></div>
  685.  
  686. <div id="posts">
  687.  
  688. {block:Posts}
  689. <div class="entry">
  690.  
  691. {block:Text}
  692. {block:IndexPage}
  693. <div class="text">
  694. <div class="permalink"><body link="{color:Permalink}">
  695. <a href="{reblogurl}"><FONT COLOR="{color:Permalink}"> <li class="fa fa-repeat"></li> </FONT></a>
  696. <FONT COLOR="{color:Border}"> | </FONT>
  697. <a href="{permalink}"><FONT COLOR="{color:Permalink}">{notecountwithlabel}</FONT></a>
  698. <FONT COLOR="{color:Border}"> | </FONT>
  699. <a href="{permalink}"><FONT COLOR="{color:Permalink}"><li class="fa fa-heart"></li></FONT></a>
  700. </span></div>
  701. {block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span></div>
  702. {/block:IndexPage}
  703.  
  704. {block:PermalinkPage}
  705. <div class="text">
  706. {block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span></div>
  707. {/block:PermalinkPage}
  708. {/block:Text}
  709.  
  710. {block:Link}<br><a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <div class="permalinktext"> <a href="{ReblogURL}">>Reblog</a> | <a href="{permalink}">{NoteCount}</a></div>{block:Link}
  711.  
  712. {block:Photo}
  713. {block:IndexPage}
  714. <div class="permalink"><body link="{color:Permalink}">
  715. <a href="{reblogurl}"><FONT COLOR="{color:Permalink}"> <li class="fa fa-repeat"></li> </FONT></a>
  716. <FONT COLOR="{color:Border}"> | </FONT>
  717. <a href="{permalink}"><FONT COLOR="{color:Permalink}">{notecountwithlabel}</FONT></a>
  718. <FONT COLOR="{color:Border}"> | </FONT>
  719. <a href="{permalink}"><FONT COLOR="{color:Permalink}"><li class="fa fa-heart"></li></FONT></a>
  720. </span></div>
  721. {/block:IndexPage}
  722. {block:IndexPage}{LinkOpenTag}
  723. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="250"/></a></div>{LinkCloseTag}
  724. {/block:IndexPage}
  725. {block:PermalinkPage}<center>{LinkOpenTag}
  726. <a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500"/></a>
  727. {LinkCloseTag}
  728. {/block:PermalinkPage}</center>
  729. {/block:Photo}
  730.  
  731.  
  732. {block:Photoset}
  733. {block:IndexPage}
  734. <div class="permalink"><body link="{color:Permalink}">
  735. <a href="{reblogurl}"><FONT COLOR="{color:Permalink}"> <li class="fa fa-repeat"></li> </FONT></a>
  736. <FONT COLOR="{color:Border}"> | </FONT>
  737. <a href="{permalink}"><FONT COLOR="{color:Permalink}">{notecountwithlabel}</FONT></a>
  738. <FONT COLOR="{color:Border}"> | </FONT>
  739. <a href="{permalink}"><FONT COLOR="{color:Permalink}"><li class="fa fa-heart"></li></FONT></a>
  740. </span></div>
  741. {/block:IndexPage}
  742. <div class="photoset-grid" photoset-layout="{PhotosetLayout}">{block:Photos}<div><img src="{PhotoURL-HighRes}" /></div>{/block:Photos}</div>
  743. {/block:Photoset}
  744.  
  745. {block:Quote}<span class="title">"{Quote}"</span><br> {block:Source}<div style="text-align:right; font-weight:bold;"> — {Source}</div>{/block:Source}<div class="permalinktext"> <a href="{ReblogURL}">Reblog</a> with <a href="{permalink}">{NoteCountwithlabel}</a></div>{/block:Quote}
  746.  
  747. {block:Chat}
  748. {block:Title}<span class="title">{Title}</span>{/block:Title}
  749. <div class="chat">
  750. <ul>
  751. {block:Lines}<li class="{Alt}">{block:Label} {Label} {/block:Label}{Line}</li>{/block:Lines}
  752. </ul>
  753. </div>
  754. <div class="permalinktext"> <a href="{ReblogURL}">Reblog</a> with <a href="{permalink}">{NoteCountwithlabel}</a></div>
  755. {/block:Chat}
  756.  
  757. {block:Audio}
  758.  
  759. {block:AudioPlayer}
  760. <div class="audioplayer">
  761. <div class="button">
  762. {AudioPlayerGrey}
  763. </div>
  764. </div>
  765. {/block:AudioPlayer}
  766.  
  767. {block:Albumart}
  768. <div class="albumart">
  769. <img src="{albumarturl}" width="90">
  770. </div>
  771. {/block:Albumart}
  772. {block:ifCaptions}
  773. {block:Caption}{Caption}{/block:Caption}
  774. {/block:ifCaptions}
  775. {block:ifNotCaptions}
  776. {block:PermalinkPage}
  777. {block:Caption}{Caption}{/block:Caption}
  778. {/block:PermalinkPage}
  779. {/block:ifNotCaptions}
  780. {/block:Audio}
  781.  
  782. {block:Answer}
  783. <div style="border: 0px solid {color:Border}; min-height:20px; padding-top: 25px; padding-right:10px; padding-left:10px; background:{color:Header};">
  784. <img src="{AskerPortraitURL-30}" width="35" align="left" style="margin-right:5px; background-color: {color:Link Background};padding:5px; border-radius: 100px;"/>
  785. <askk>{Asker}</askk>: {Question}<br></div>
  786. <div style="font-family: 'Monda', sans-serif; font-style: italic; font-size:10px;">
  787. {Answer}
  788. </div>
  789. {/block:Answer}
  790.  
  791. {block:Video}
  792. {block:IndexPage}
  793. <center>
  794. {Video-250}</center>
  795. <div class="permalinktext"> <a href="{ReblogURL}">Reblog</a> with <a href="{permalink}">{NoteCountwithlabel}</a></div>
  796. {/block:IndexPage}
  797. {block:PermalinkPage}
  798. <center>
  799. {Video-500}</center>
  800. {/block:PermalinkPage}
  801. {block:Video}
  802.  
  803. {block:PermalinkPage}
  804. <center>
  805. {block:Caption}<div id="caption">{Caption}</div>{/block:Caption}
  806. {block:RebloggedFrom}
  807. Posted on {Month} {DayOfMonth}, {Year}<br>
  808. Reblogged from: <a href="{ReblogParentURL}">{ReblogParentName}</a><br>{/block:RebloggedFrom}
  809. {block:ContentSource}
  810. <a href="{SourceURL}">
  811. <FONT COLOR="{color:Text}">Source:</FONT>
  812. {block:SourceLogo}
  813. <img src="{BlackLogoURL}" width="{LogoWidth}"
  814. height="{LogoHeight}" alt="{SourceTitle}" />
  815. {/block:SourceLogo}
  816. {block:NoSourceLogo}
  817. {SourceLink}
  818. {/block:NoSourceLogo}
  819. </a>
  820. {/block:ContentSource}</center>
  821. {block:NoteCount} <div style="text-align: center; margin: 10px;"></div>{/block:NoteCount}
  822. </center>
  823. {/block:PermalinkPage}
  824.  
  825. {block:PostNotes}<div align="middle"></div>
  826. <center></center></span><br>
  827. <div id="postnotes">{PostNotes}</div><br>
  828. <center>
  829. {/block:PostNotes}
  830. </div>
  831. {/block:Posts}
  832. </div></div>
  833. {block:IndexPage}
  834. {block:Pagination}
  835. <div id="pagination">
  836. {block:NextPage}
  837. <a id="nextPage" href="{NextPage}"></a>
  838. {/block:NextPage}
  839. {block:PreviousPage}
  840. <a href="{PreviousPage}"></a>
  841. {/block:PreviousPage}
  842. </div>
  843. {/block:Pagination}
  844. {/block:IndexPage}
  845.  
  846. <div style="position:fixed; bottom:5px; right:5px;">
  847. <a href="https://themesbybrenda.tumblr.com/"><a href="https://themesbybrenda.tumblr.com/"><img src="https://66.media.tumblr.com/9373059878fa663dd601f670536843ca/tumblr_inline_plcbcktWcX1qbugcf_500.png" width="45"></a> </div>
Advertisement
Add Comment
Please, Sign In to add comment