themesbybrenda

Theme #12 - Three Columns

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