themesbybrenda

Theme #10 - Three Columns

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