themesbybrenda

Theme #9 - Three Columns

Jan 23rd, 2019 (edited)
629
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.50 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:Background" content=""/>
  32. <meta name="color:Link" content=""/>
  33. <meta name="color:Link Hover" content=""/>
  34. <meta name="color:Permalink" content=""/>
  35. <meta name="color:Scrollbar" content=""/>
  36. <meta name="color:Text" content=""/>
  37. <meta name="color:Title" content=""/>
  38. <meta name="color:Sidebar Title" content=""/>
  39. <meta name="color:Hover" content=""/>
  40. <meta name="color:Borders" content=""/>
  41. <meta name="color:Postbg" content=""/>
  42. <meta name="color:Tooltip Text" content="" />
  43. <meta name="color:Tooltip Background" content="" />
  44. <meta name="color:Tooltip Border" content="" />
  45. <meta name="image:background" content""/>
  46. <meta name="image:sidebar" content=""/>
  47. <meta name="text:Bio" content=""/>
  48. <meta name="text:sidebar title" content=""/>
  49. <meta name="text:Custom Link one" content="" />
  50. <meta name="text:Custom Link One Title" content="" />
  51. <meta name="text:Custom Link Two" content="" />
  52. <meta name="text:Custom Link Two Title" content="" />
  53. <meta name="text:Custom Link Three" content="" />
  54. <meta name="text:Custom Link Three Title" content="" />
  55. <meta name="text:Custom Link Four" content="" />
  56. <meta name="text:Custom Link Four Title" content="" />
  57. <meta name="text:Custom Link Five" content="" />
  58. <meta name="text:Custom Link Five Title" content="" />
  59.  
  60. <script type="text/javascript" language="javascript" src="https://assets.tumblr.com/javascript/tumblelog.js?7"></script>
  61.  
  62. <script type="text/javascript" src="/api/read/json?id={PostID}"></script>
  63. <script type="text/javascript">
  64. var color = "ff0000";
  65. var player = tumblr_api_read['posts'][0]['audio-player'].replace("color=FFFFFF", "color=" + color);
  66. replaceIfFlash(9, "audio_player_{PostID}", player);
  67. </script>
  68.  
  69. <script language="JavaScript" src="https://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  70.  
  71. <style type="text/css">
  72.  
  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:Borders}; background:#fff; }
  99. ::-webkit-scrollbar-thumb {background-color: {color:Scrollbar};border:0px solid {color:Borders};}
  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:0px;
  125. background-color: transparent;
  126. {block:IndexPage}
  127. margin-left:0px;
  128. width:1000px;
  129. {/block:IndexPage}
  130. {block:PermalinkPage}
  131. width: 500px;
  132. margin-left:0px;
  133. margin-top:0px;
  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:Postbg};
  151. border-bottom:1px solid {color:Borders};
  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:Borders};
  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. padding:15px;
  204. float:left;
  205. background-color:{color:Postbg};
  206. border:1px solid {color:Borders};
  207. font-family: 'Monda', sans-serif;
  208. font-size:11px;
  209. line-height:14px;
  210. {block:IndexPage}
  211. width:250px;
  212. {/block:IndexPage}
  213. {block:PermalinkPage}
  214. width:500px;
  215. {/block:PermalinkPage}
  216. }
  217.  
  218. .entry img{
  219. {block:IndexPage}
  220. max-width:250px;
  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:Postbg};
  321. border-color:{color:Postbg};
  322. }
  323.  
  324. {/block:indexpage}
  325.  
  326. .title{
  327. font-family: 'Amatic SC', 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. div#sidebar {
  337. opacity: 1;
  338. position:fixed !important;
  339. background-color:{color:Postbg};
  340. width: 120px;
  341. height: auto;
  342. font-family: calibri;
  343. text-align:justify;
  344. font-size: 10px;
  345. line-height:10px;
  346. margin-left:-175px;
  347. margin-top:250px;
  348. padding:20px;
  349. padding-top:45px;
  350. padding-bottom:15px;
  351. border: 1px solid {color:Borders};
  352. }
  353.  
  354. #sidebar img{
  355. width:45px;
  356. height:45px;
  357. padding-right:3px;
  358. padding-bottom:0px;
  359. margin-top:0px;
  360. margin-left:0px;
  361. float:left;
  362. background-color:{color:Postbg};
  363. }
  364.  
  365. div#blogtitle{
  366. position: fixed !important;
  367. margin-left:0px;
  368. margin-top:-15px;
  369. width: auto;
  370. font-family: 'Amatic SC', cursive;
  371. font-size:24.5px;
  372. line-height:10px;
  373. z-index: 99999999999;
  374. background-color: transparent;
  375. text-transform: normal;
  376. letter-spacing:2px;
  377. color:{color:Sidebar Title};
  378. }
  379.  
  380. .links {
  381. width: 15px;
  382. padding: 1.5px;
  383. margin:2px;
  384. height: 15px;
  385. margin-top: 0px;
  386. background-color: transparent;
  387. font-size:14px;
  388. font-family: 'Monda', sans-serif;
  389. font-style: bold;
  390. letter-spacing:0px;
  391. text-transform: uppercase;
  392. line-height:15px;
  393. text-align:center;
  394. display: inline-block;
  395. }
  396.  
  397. .links:hover {
  398. background-color: {color:Link Hover};
  399. }
  400.  
  401. .info{
  402. margin-top:5px;
  403. margin-left:10px;
  404. font-style:italic;
  405. }
  406.  
  407. askk {
  408. font-family: 'Amatic SC', cursive;
  409. color: {color:Title};
  410. text-transform: normal;
  411. font-size:14px;
  412. border-bottom:1px solid {color:Borders};
  413. z-index:1;
  414. }
  415.  
  416. #postnotes{
  417. text-align: justify;
  418. }
  419.  
  420. #postnotes blockquote{
  421. border: 0px;}
  422.  
  423. blockquote{
  424. padding:0px;
  425. min-width:250px;
  426. max-width:250px;
  427. overflow: hidden;
  428. height:auto;
  429. margin:0px;
  430. border-left: 0px solid {color:Border};
  431. {block:PermalinkPage}
  432. min-width:500px;
  433. max-width:500px;
  434. height:auto;
  435. {/block:PermalinkPage}
  436. }
  437.  
  438. #c{
  439. position:fixed;
  440. font-family:calibri;
  441. font-size:10px;
  442. bottom:0;
  443. right:0;
  444. padding:8px;
  445. }
  446.  
  447. blockquote p, ul{
  448. margin:0px;
  449. padding:0px;
  450. }
  451.  
  452. .p { padding-top: 5px; }
  453. .ol, ul { margin-left: 10px; padding: 5px; }
  454. .ul { list-style-type: square; }
  455.  
  456. a img{border: 0px;}
  457.  
  458. .chat .line{
  459. margin-top:-2px;
  460. padding: 4px;
  461. }
  462. .chat .line.odd{
  463. margin-top:-2px;
  464. }
  465.  
  466. .label {font-weight:bold;}
  467. .cover {position: absolute; z-index: 1;margin-left:10px;}
  468. .audioplayer {position:absolute; overflow:hidden; background:#E4E4E4; width:70px; height:70px; top:0px; margin-left:130px; padding:10px;}
  469. .button { position:absolute; overflow:hidden; width:30px; height:30px; margin-top:23px; margin-left:23px;}
  470. .notes img{width:10px; position:left; top:3px; -webkit-border-radius: 10px;
  471. -moz-border-radius: 10px; border-radius: 10px;}
  472.  
  473. iframe.tmblr-iframe {
  474. z-index:99999999999999!important;
  475. top:0px!important;
  476. right:5px!important;
  477. opacity:1;
  478. transform:scale(0.65);
  479. transform-origin:100% 0;
  480. filter:invert(1) contrast(150%);
  481. -webkit-filter:invert(1) contrast(150%);
  482. -o-filter:invert(1) contrast(150%);
  483. -moz-filter:invert(1) contrast(150%);
  484. -ms-filter:invert(1) contrast(150%);
  485. -webkit-transform:scale(0.65);
  486. -webkit-transform-origin:100% 0;
  487. -o-transform:scale(0.65);
  488. -o-transform-origin:100% 0;
  489. -moz-transform:scale(0.65);
  490. -moz-transform-origin:100% 0;
  491. -ms-transform:scale(0.65);
  492. -ms-transform-origin:100% 0;}
  493.  
  494. iframe.tmblr-iframe:hover {
  495. opacity:1.0!important;}
  496.  
  497. {CustomCSS}
  498. </style>
  499.  
  500. <link href="https://fonts.googleapis.com/css2?family=Amatic+SC:wght@700&display=swap" rel="stylesheet">
  501. <link href="https://fonts.googleapis.com/css?family=Monda" rel="stylesheet">
  502. <link href="https://static.tumblr.com/0podkko/oDSpg7y88/photosets.css" rel="stylesheet">
  503. <script type="text/javascript" src="https://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  504. <script type="text/javascript" src="https://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  505.  
  506. <script type="text/javascript">
  507. $(window).load(function(){
  508. var $wall = $('#posts');
  509. $wall.imagesLoaded(function(){
  510. $wall.masonry({
  511. itemSelector: '.entry, .entry_photo',
  512. isAnimated : false
  513. });
  514. });
  515.  
  516. $wall.infinitescroll({
  517. navSelector : '#pagination',
  518. nextSelector : '#pagination a',
  519. itemSelector : '.entry, .entry_photo',
  520. bufferPx : 2000,
  521. debug : false,
  522. errorCallback: function() {
  523. $('#infscr-loading').fadeOut('normal');
  524. }},
  525. function( newElements ) {
  526. var $newElems = $( newElements );
  527. $newElems.hide();
  528. $newElems.imagesLoaded(function(){
  529. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  530. });
  531. }); $('#posts').show(500);
  532. });
  533. </script>
  534.  
  535. <!-- tooltip script -->
  536.  
  537. <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  538.  
  539. <script>
  540.  
  541. (function($){
  542.  
  543. $(document).ready(function(){
  544.  
  545. $("[title]").style_my_tooltips({
  546.  
  547. tip_follows_cursor:true,
  548.  
  549. tip_delay_time:100,
  550.  
  551. tip_fade_speed:250,
  552.  
  553. attribute:"title"
  554.  
  555. });
  556.  
  557. });
  558.  
  559. })(jQuery);
  560.  
  561. </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. animate : true
  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.  
  593. <title>{title}</title>
  594.  
  595. <link rel="shortcut icon" href="{Favicon}">
  596. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  597. <meta name="viewport" content="width=820" />
  598. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
  599.  
  600. </head>
  601. <body>
  602.  
  603. <div class="wrapper">
  604. <div id="c"></div>
  605.  
  606.  
  607.  
  608. <div id="sidebar">
  609. <div id="blogtitle">{text:sidebar title}</div>
  610. <img src="{image:sidebar}" ALIGN=”right”/></a>
  611.  
  612. <justify> <i> {text:Bio} </i> </justify> <br>
  613.  
  614. <div id="links">
  615. <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>
  616.  
  617. <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>
  618.  
  619. <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-circle"></li></FONT></a>{/block:ifCustomLinkThreeTitle} </div>
  620.  
  621. <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>
  622.  
  623. <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-folder-open"></li></FONT></a>{/block:ifCustomLinkFiveTitle} </div>
  624.  
  625. </div>
  626. </div>
  627.  
  628. <div id="posts">
  629.  
  630. {block:Posts}
  631. <div class="entry">
  632.  
  633. {block:Text}
  634. {block:IndexPage}
  635. <div class="text">
  636. <div class="permalink"><body link="{color:Permalink}">
  637. <a href="{reblogurl}"><FONT COLOR="{color:Permalink}"> <li class="fa fa-repeat"></li> </FONT></a>
  638. <FONT COLOR="{color:Borders}"> | </FONT>
  639. <a href="{permalink}"><FONT COLOR="{color:Permalink}">{notecountwithlabel}</FONT></a>
  640. <FONT COLOR="{color:Borders}"> | </FONT>
  641. <a href="{permalink}"><FONT COLOR="{color:Permalink}"><li class="fa fa-heart"></li></FONT></a>
  642. </span></div>
  643. {block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span></div>
  644. {/block:IndexPage}
  645.  
  646. {block:PermalinkPage}
  647. <div class="text">
  648. {block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span></div>
  649. {/block:PermalinkPage}
  650. {/block:Text}
  651.  
  652. {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}
  653.  
  654. {block:Photo}
  655. {block:IndexPage}
  656. <div class="permalink"><body link="{color:Permalink}">
  657. <a href="{reblogurl}"><FONT COLOR="{color:Permalink}"> <li class="fa fa-repeat"></li> </FONT></a>
  658. <FONT COLOR="{color:Borders}"> | </FONT>
  659. <a href="{permalink}"><FONT COLOR="{color:Permalink}">{notecountwithlabel}</FONT></a>
  660. <FONT COLOR="{color:Borders}"> | </FONT>
  661. <a href="{permalink}"><FONT COLOR="{color:Permalink}"><li class="fa fa-heart"></li></FONT></a>
  662. </span></div>
  663. {/block:IndexPage}
  664. {block:IndexPage}{LinkOpenTag}
  665. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="250"/></a></div>{LinkCloseTag}
  666. {/block:IndexPage}
  667. {block:PermalinkPage}<center>{LinkOpenTag}
  668. <a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500"/></a>
  669. {LinkCloseTag}
  670. {/block:PermalinkPage}</center>
  671. {/block:Photo}
  672.  
  673. {block:Photoset}
  674. {block:IndexPage}
  675. <div class="permalink"><body link="{color:Permalink}">
  676. <a href="{reblogurl}"><FONT COLOR="{color:Permalink}"> <li class="fa fa-repeat"></li> </FONT></a>
  677. <FONT COLOR="{color:Borders}"> | </FONT>
  678. <a href="{permalink}"><FONT COLOR="{color:Permalink}">{notecountwithlabel}</FONT></a>
  679. <FONT COLOR="{color:Borders}"> | </FONT>
  680. <a href="{permalink}"><FONT COLOR="{color:Permalink}"><li class="fa fa-heart"></li></FONT></a>
  681. </span></div>
  682. {/block:IndexPage}
  683. <div class="photoset-grid" photoset-layout="{PhotosetLayout}">{block:Photos}<div><img src="{PhotoURL-HighRes}" /></div>{/block:Photos}</div>
  684. {/block:Photoset}
  685.  
  686. {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}
  687.  
  688. {block:Chat}
  689. {block:Title}<span class="title">{Title}</span>{/block:Title}
  690. <div class="chat">
  691. <ul>
  692. {block:Lines}<li class="{Alt}">{block:Label} {Label} {/block:Label}{Line}</li>{/block:Lines}
  693. </ul>
  694. </div>
  695. <div class="permalinktext"> <a href="{ReblogURL}">Reblog</a> with <a href="{permalink}">{NoteCountwithlabel}</a></div>
  696. {/block:Chat}
  697.  
  698. {block:Audio}
  699. {block:AudioPlayer}
  700. <div class="audioplayer">
  701. <div class="button">
  702. {AudioPlayerGrey}
  703. </div>
  704. </div>
  705. {/block:AudioPlayer}
  706.  
  707. {block:Albumart}
  708. <div class="albumart">
  709. <img src="{albumarturl}" width="90">
  710. </div>
  711. {/block:Albumart}
  712. {block:ifCaptions}
  713. {block:Caption}{Caption}{/block:Caption}
  714. {/block:ifCaptions}
  715. {block:ifNotCaptions}
  716. {block:PermalinkPage}
  717. {block:Caption}{Caption}{/block:Caption}
  718. {/block:PermalinkPage}
  719. {/block:ifNotCaptions}
  720. {/block:Audio}
  721.  
  722. {block:Answer}
  723. <div style="border: 0px solid {color:Borders}; min-height:20px; padding-top: 25px; padding-right:10px; padding-left:10px; background:{color:Postbg};">
  724. <img src="{AskerPortraitURL-30}" width="35" align="left" style="margin-right:5px; background-color: {color:Link};padding:5px; border-radius: 100px;"/>
  725. <askk>{Asker}</askk>: {Question}</div>
  726. <div style="font-family: 'Monda', sans-serif; font-style: italic; font-size:10px;">
  727. {Answer}
  728. </div>
  729. {/block:Answer}
  730.  
  731. {block:Video}
  732. {block:IndexPage}
  733. <center>
  734. {Video-250}</center>
  735. <div class="permalinktext"> <a href="{ReblogURL}">Reblog</a> with <a href="{permalink}">{NoteCountwithlabel}</a></div>
  736. {/block:IndexPage}
  737. {block:PermalinkPage}
  738. <center>
  739. {Video-500}</center>
  740. {/block:PermalinkPage}
  741. {block:Video}
  742.  
  743. {block:PermalinkPage}
  744. <center>
  745. {block:Caption}<div id="caption">{Caption}</div>{/block:Caption}
  746. {block:RebloggedFrom}
  747. Posted on {Month} {DayOfMonth}, {Year}<br>
  748. Reblogged from: <a href="{ReblogParentURL}">{ReblogParentName}</a><br>{/block:RebloggedFrom}
  749. {block:ContentSource}
  750. <a href="{SourceURL}">
  751. <FONT COLOR="{color:Text}">Source:</FONT>
  752. {block:SourceLogo}
  753. <img src="{BlackLogoURL}" width="{LogoWidth}"
  754. height="{LogoHeight}" alt="{SourceTitle}" />
  755. {/block:SourceLogo}
  756. {block:NoSourceLogo}
  757. {SourceLink}
  758. {/block:NoSourceLogo}
  759. </a>
  760. {/block:ContentSource}</center>
  761. {block:NoteCount} <div style="text-align: center; margin: 10px;"></div>{/block:NoteCount}
  762. </center>
  763. {/block:PermalinkPage}
  764.  
  765. {block:PostNotes}<div align="middle"></div>
  766. <center></center></span><br>
  767. <div id="postnotes">{PostNotes}</div><br>
  768. <center>
  769. {/block:PostNotes}
  770. </div>
  771. {/block:Posts}
  772. </div></div>
  773. {block:IndexPage}
  774. {block:Pagination}
  775. <div id="pagination">
  776. {block:NextPage}
  777. <a id="nextPage" href="{NextPage}"></a>
  778. {/block:NextPage}
  779. {block:PreviousPage}
  780. <a href="{PreviousPage}"></a>
  781. {/block:PreviousPage}
  782. </div>
  783. {/block:Pagination}
  784. {/block:IndexPage}
  785.  
  786. <div style="position:fixed; bottom:5px; right:5px;">
  787. <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