themesbybrenda

Theme #1 - Three Columns

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