themesbybrenda

Theme #8 - Two Columns

Jan 20th, 2019 (edited)
2,780
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:150px;
  122. width:700px;
  123. {/block:IndexPage}
  124. {block:PermalinkPage}
  125. width: 540px;
  126. margin-left:150px;
  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:560px;
  331. position:fixed !important;
  332. text-align:center;
  333. top:0px;
  334. height:100%;
  335. margin-left:140px;
  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. #sidebar{
  367. position:fixed !important;
  368. width:100px;
  369. height:auto;
  370. bottom:50px;
  371. background-color: transparent;
  372. margin-left:0px;
  373. padding:20px;
  374. }
  375.  
  376. #sidebar img{
  377. background-color:{color:Post bg};
  378. width: 100px;
  379. height: auto;
  380. border-left: 1px solid {color:Borders};
  381. border-bottom: 0px solid {color:Borders};
  382. padding:15px;
  383. padding-right:14px;
  384. padding-bottom:5px;
  385. margin-left:-10px;
  386. margin-top:-16.3px;
  387. }
  388.  
  389. .links a{
  390. display:block;
  391. width:127px;
  392. margin-left:-10px;
  393. background-color: transparent;
  394. border-bottom:1px solid {color:Borders};
  395. padding-top:3px;
  396. padding-bottom:3px;
  397. padding-right:3px;
  398. color:{color:Text};
  399. font-style:italic;
  400. font-family:calibri;
  401. text-align:right;
  402. letter-spacing:1px;
  403. text-transform:lowercase;
  404. -webkit-transition: all .7s ease;
  405. -moz-transition: all .7s ease;
  406. -o-transition: all .7s ease;
  407. transition: all .7s ease;
  408. }
  409.  
  410. .links a:hover{
  411. background-color: transparent;
  412. border-bottom:1px solid {color:Borders};
  413. color:{color:Link Hover};
  414. width:120px;
  415. padding-right:10px;
  416. }
  417.  
  418. .info{
  419. margin-top:5px;
  420. margin-left:10px;
  421. font-style:italic;
  422. }
  423.  
  424. askk {
  425. font-family: 'Homemade Apple', cursive;
  426. color: {color:Title};
  427. text-transform: normal;
  428. font-size:14px;
  429. border-bottom:1px solid {color:Borders};
  430. z-index:1;
  431. }
  432.  
  433. #postnotes{
  434. text-align: justify;
  435. }
  436.  
  437. #postnotes blockquote{
  438. border: 0px;}
  439.  
  440. blockquote{
  441. padding:0px;
  442. min-width:250px;
  443. max-width:250px;
  444. overflow: hidden;
  445. height:auto;
  446. margin:0px;
  447. border-left: 0px solid {color:Border};
  448. {block:PermalinkPage}
  449. min-width:500px;
  450. max-width:500px;
  451. height:auto;
  452. {/block:PermalinkPage}
  453. }
  454.  
  455. #c{
  456. position:fixed;
  457. font-family: 'Monda', sans-serif;
  458. font-size:10px;
  459. bottom:0;
  460. right:0;
  461. padding:8px;
  462. }
  463.  
  464. blockquote p, ul{
  465. margin:0px;
  466. padding:0px;
  467. }
  468.  
  469. .p { padding-top: 5px; }
  470. .ol, ul { margin-left: 10px; padding: 5px; }
  471. .ul { list-style-type: square; }
  472.  
  473. a img{border: 0px;}
  474.  
  475. .chat .line{
  476. margin-top:-2px;
  477. padding: 4px;
  478. }
  479. .chat .line.odd{
  480. margin-top:-2px;
  481. }
  482.  
  483. .label {font-weight:bold;}
  484. .cover {position: absolute; z-index: 1;margin-left:10px;}
  485. .audioplayer {position:absolute; overflow:hidden; background:#E4E4E4; width:70px; height:70px; top:0px; margin-left:130px; padding:10px;}
  486. .button { position:absolute; overflow:hidden; width:30px; height:30px; margin-top:23px; margin-left:23px;}
  487. .notes img{width:10px; position:left; top:3px; -webkit-border-radius: 10px;
  488. -moz-border-radius: 10px; border-radius: 10px;}
  489.  
  490. iframe.tmblr-iframe {
  491. z-index:99999999999999!important;
  492. top:0px!important;
  493. right:5px!important;
  494. opacity:1;
  495. transform:scale(0.65);
  496. transform-origin:100% 0;
  497. filter:invert(1) contrast(150%);
  498. -webkit-filter:invert(1) contrast(150%);
  499. -o-filter:invert(1) contrast(150%);
  500. -moz-filter:invert(1) contrast(150%);
  501. -ms-filter:invert(1) contrast(150%);
  502. -webkit-transform:scale(0.65);
  503. -webkit-transform-origin:100% 0;
  504. -o-transform:scale(0.65);
  505. -o-transform-origin:100% 0;
  506. -moz-transform:scale(0.65);
  507. -moz-transform-origin:100% 0;
  508. -ms-transform:scale(0.65);
  509. -ms-transform-origin:100% 0;}
  510.  
  511. iframe.tmblr-iframe:hover {
  512. opacity:1.0!important;}
  513.  
  514. {CustomCSS}
  515. </style>
  516.  
  517. <link href="https://fonts.googleapis.com/css?family=Homemade+Apple" rel="stylesheet">
  518. <link href="https://fonts.googleapis.com/css?family=Monda" rel="stylesheet">
  519. <link href="https://static.tumblr.com/0podkko/oDSpg7y88/photosets.css" rel="stylesheet">
  520. <script type="text/javascript" src="https://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  521. <script type="text/javascript" src="https://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  522.  
  523. <script type="text/javascript">
  524. $(window).load(function(){
  525. var $wall = $('#posts');
  526. $wall.imagesLoaded(function(){
  527. $wall.masonry({
  528. itemSelector: '.entry, .entry_photo',
  529. isAnimated : false
  530. });
  531. });
  532.  
  533. $wall.infinitescroll({
  534. navSelector : '#pagination',
  535. nextSelector : '#pagination a',
  536. itemSelector : '.entry, .entry_photo',
  537. bufferPx : 2000,
  538. debug : false,
  539. errorCallback: function() {
  540. $('#infscr-loading').fadeOut('normal');
  541. }},
  542. function( newElements ) {
  543. var $newElems = $( newElements );
  544. $newElems.hide();
  545. $newElems.imagesLoaded(function(){
  546. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  547. });
  548. }); $('#posts').show(500);
  549. });
  550. </script>
  551.  
  552. <!-- tooltip script -->
  553.  
  554. <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  555.  
  556. <script>
  557.  
  558. (function($){
  559.  
  560. $(document).ready(function(){
  561.  
  562. $("[title]").style_my_tooltips({
  563.  
  564. tip_follows_cursor:true,
  565.  
  566. tip_delay_time:100,
  567.  
  568. tip_fade_speed:250,
  569.  
  570. attribute:"title"
  571.  
  572. });
  573.  
  574. });
  575.  
  576. })(jQuery);
  577.  
  578. </script>
  579.  
  580. <script type="text/javascript">
  581. $(window).load(function(){
  582. var $wall = $('#posts');
  583. $wall.imagesLoaded(function(){
  584. $wall.masonry({
  585. itemSelector: '.entry, .entry_photo',
  586. animate : true
  587. });
  588. });
  589.  
  590. $wall.infinitescroll({
  591. navSelector : '#pagination',
  592. nextSelector : '#pagination a',
  593. itemSelector : '.entry, .entry_photo',
  594. bufferPx : 2000,
  595. debug : false,
  596. errorCallback: function() {
  597. $('#infscr-loading').fadeOut('normal');
  598. }},
  599. function( newElements ) {
  600. var $newElems = $( newElements );
  601. $newElems.hide();
  602. $newElems.imagesLoaded(function(){
  603. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  604. });
  605. }); $('#posts').show(500);
  606. });
  607. </script>
  608.  
  609.  
  610. <title>{title}</title>
  611.  
  612. <link rel="shortcut icon" href="{Favicon}">
  613. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  614. <meta name="viewport" content="width=820" />
  615. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
  616.  
  617. </head>
  618. <body>
  619.  
  620. <div class="wrapper">
  621. <div id="c"></div>
  622.  
  623. <div id="postbg">
  624. <img src="{image:postbg}"></a>
  625. </div>
  626.  
  627. <div id="sidebar">
  628. <div class="links">
  629. <a href="{text:Link One}">{text:Link One Title}</a>
  630. <a href="{text:Link Two}">{text:Link Two Title}</a>
  631. <a href="{text:Link Three}">{text:Link Three Title}</a>
  632. <a href="{text:Link Four}">{text:Link Four Title}</a></div>
  633. <br>
  634. <img src="{image:sidebar}">
  635. <div id="desc">{Description}</div>
  636. </div>
  637.  
  638. <div id="posts">
  639.  
  640. {block:Posts}
  641. <div class="entry">
  642.  
  643. {block:Text}
  644. {block:IndexPage}
  645. <div class="text">
  646. <div class="permalink"><body link="{color:Permalink}">
  647. <a href="{reblogurl}"><FONT COLOR="{color:Permalink}"> <li class="fa fa-repeat"></li> </FONT></a>
  648. <FONT COLOR="{color:Borders}"> | </FONT>
  649. <a href="{permalink}"><FONT COLOR="{color:Permalink}">{notecountwithlabel}</FONT></a>
  650. <FONT COLOR="{color:Borders}"> | </FONT>
  651. <a href="{permalink}"><FONT COLOR="{color:Permalink}"><li class="fa fa-heart"></li></FONT></a>
  652. </span></div>
  653. {block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span></div>
  654. {/block:IndexPage}
  655.  
  656. {block:PermalinkPage}
  657. <div class="text">
  658. {block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span></div>
  659. {/block:PermalinkPage}
  660. {/block:Text}
  661.  
  662. {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}
  663.  
  664. {block:Photo}
  665. {block:IndexPage}
  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:IndexPage}
  674. {block:IndexPage}{LinkOpenTag}
  675. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="250"/></a></div>{LinkCloseTag}
  676. {/block:IndexPage}
  677. {block:PermalinkPage}<center>{LinkOpenTag}
  678. <a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500"/></a>
  679. {LinkCloseTag}
  680. {/block:PermalinkPage}</center>
  681. {/block:Photo}
  682.  
  683.  
  684. {block:Photoset}
  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. <div class="photoset-grid" photoset-layout="{PhotosetLayout}">{block:Photos}<div><img src="{PhotoURL-HighRes}" /></div>{/block:Photos}</div>
  695. {/block:Photoset}
  696.  
  697. {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}
  698.  
  699. {block:Chat}
  700. {block:Title}<span class="title">{Title}</span>{/block:Title}
  701. <div class="chat">
  702. <ul>
  703. {block:Lines}<li class="{Alt}">{block:Label} {Label} {/block:Label}{Line}</li>{/block:Lines}
  704. </ul>
  705. </div>
  706. <div class="permalinktext"> <a href="{ReblogURL}">Reblog</a> with <a href="{permalink}">{NoteCountwithlabel}</a></div>
  707. {/block:Chat}
  708.  
  709. {block:Audio}
  710.  
  711. {block:AudioPlayer}
  712. <div class="audioplayer">
  713. <div class="button">
  714. {AudioPlayerGrey}
  715. </div>
  716. </div>
  717. {/block:AudioPlayer}
  718.  
  719. {block:Albumart}
  720. <div class="albumart">
  721. <img src="{albumarturl}" width="90">
  722. </div>
  723. {/block:Albumart}
  724. {block:ifCaptions}
  725. {block:Caption}{Caption}{/block:Caption}
  726. {/block:ifCaptions}
  727. {block:ifNotCaptions}
  728. {block:PermalinkPage}
  729. {block:Caption}{Caption}{/block:Caption}
  730. {/block:PermalinkPage}
  731. {/block:ifNotCaptions}
  732. {/block:Audio}
  733.  
  734. {block:Answer}
  735. <div style="border: 0px solid {color:Borders}; min-height:20px; padding-top: 25px; padding-right:10px; padding-left:10px; background:{color:Postbg};">
  736. <img src="{AskerPortraitURL-30}" width="35" align="left" style="margin-right:5px; background-color: {color:Link};padding:5px; border-radius: 100px;"/>
  737. <askk>{Asker}</askk>: {Question}</div>
  738. <div style="font-family: 'Monda', sans-serif; font-style: italic; font-size:10px;">
  739. {Answer}
  740. </div>
  741. {/block:Answer}
  742.  
  743. {block:Video}
  744. {block:IndexPage}
  745. <center>
  746. {Video-250}</center>
  747. <div class="permalinktext"> <a href="{ReblogURL}">Reblog</a> with <a href="{permalink}">{NoteCountwithlabel}</a></div>
  748. {/block:IndexPage}
  749. {block:PermalinkPage}
  750. <center>
  751. {Video-500}</center>
  752. {/block:PermalinkPage}
  753. {block:Video}
  754.  
  755. {block:PermalinkPage}
  756. <center>
  757. {block:Caption}<div id="caption">{Caption}</div>{/block:Caption}
  758. {block:RebloggedFrom}
  759. Posted on {Month} {DayOfMonth}, {Year}<br>
  760. Reblogged from: <a href="{ReblogParentURL}">{ReblogParentName}</a><br>{/block:RebloggedFrom}
  761. {block:ContentSource}
  762. <a href="{SourceURL}">
  763. <FONT COLOR="{color:Text}">Source:</FONT>
  764. {block:SourceLogo}
  765. <img src="{BlackLogoURL}" width="{LogoWidth}"
  766. height="{LogoHeight}" alt="{SourceTitle}" />
  767. {/block:SourceLogo}
  768. {block:NoSourceLogo}
  769. {SourceLink}
  770. {/block:NoSourceLogo}
  771. </a>
  772. {/block:ContentSource}</center>
  773. {block:NoteCount} <div style="text-align: center; margin: 10px;"></div>{/block:NoteCount}
  774. </center>
  775. {/block:PermalinkPage}
  776.  
  777. {block:PostNotes}<div align="middle"></div>
  778. <center></center></span><br>
  779. <div id="postnotes">{PostNotes}</div><br>
  780. <center>
  781. {/block:PostNotes}
  782. </div>
  783. {/block:Posts}
  784. </div></div>
  785. {block:IndexPage}
  786. {block:Pagination}
  787. <div id="pagination">
  788. {block:NextPage}
  789. <a id="nextPage" href="{NextPage}"></a>
  790. {/block:NextPage}
  791. {block:PreviousPage}
  792. <a href="{PreviousPage}"></a>
  793. {/block:PreviousPage}
  794. </div>
  795. {/block:Pagination}
  796. {/block:IndexPage}
  797.  
  798. <div style="position:fixed; bottom:5px; right:5px;">
  799. <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