themesbybrenda

Theme #8 - Three Columns

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