themesbybrenda

Theme #2 - Two Columns

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