themesbybrenda

Theme #11 - Two Columns

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