themesbybrenda

Theme #11 - Three Columns

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