Advertisement
williamhiddles

THEME 12 updated

Jun 8th, 2020
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.07 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <!-----------base code by clumhood
  5. ADAPTED BY @ joesmazzellos
  6. ------------>
  7.  
  8. <title>{Title}</title>
  9. <link rel="shortcut icon" href="{Favicon}">
  10. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  11. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  12.  
  13.  
  14. <!--------DEFAULT VARIABLES-------->
  15.  
  16. <meta name="color:background" content="#ffffff"/>
  17. <meta name="color:text" content="#333333"/>
  18. <meta name="color:links" content="#5b5b5b"/>
  19. <meta name="color:links hover" content="#c9c9c9"/>
  20. <meta name="color:scrollbar bg" content="#ffffff"/>
  21. <meta name="color:scrollbar" content="#eeeeee">
  22. <meta name="color:accent" content="#000000"/>
  23. <meta name="color:bold" content="#333333"/>
  24.  
  25.  
  26. <meta name="image:sidebar image" content=""/>
  27. <meta name="image:background image" content=""/>
  28.  
  29. <meta name="text:link 1 title" content="link 1">
  30. <meta name="text:link 1 url" content=" ">
  31. <meta name="text:link 2 title" content="link 2">
  32. <meta name="text:link 2 url" content=" ">
  33. <meta name="text:link 3 title" content="link 3">
  34. <meta name="text:link 3 url" content=" ">
  35.  
  36. <meta name="if:show link 1" content="1" />
  37. <meta name="if:show link 2" content="1" />
  38. <meta name="if:show link 3" content="1" />
  39. <meta name="if:show sidebar image" content="1" />
  40. <meta name="if:show side title" content="1" />
  41.  
  42.  
  43. <!----------------SCRIPTS---------------->
  44.  
  45. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  46. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
  47. <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.13.0/css/all.css">
  48. <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.13.0/css/v4-shims.css">
  49. <link href="http://static.tumblr.com/5omyijl/bzrn2yg7i/style-my-tooltips.css" rel="stylesheet" type="text/css" />
  50. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  51. <script src="http://static.tumblr.com/5omyijl/RZtn2yg9v/jquery.style-my-tooltips.js"></script>
  52. <script>
  53. (function($){
  54. $(document).ready(function(){
  55. $("[title]").style_my_tooltips({
  56. tip_follows_cursor:true,
  57. tip_delay_time:200,
  58. tip_fade_speed:300
  59. });
  60. });
  61. })(jQuery);
  62. </script>
  63.  
  64. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.js"></script>
  65. <script>
  66. /* questions? ask oddhour.tumblr.com */
  67. var updatePhotosetCss = "<style id='updatePhotosetStyle'> .photoset .photoset_row img { display: block; } .photoset .photoset_row.photoset_row_1 img { max-width: 540px; } .photoset .photoset_row.photoset_row_2 img { max-width: 268px; } .photoset .photoset_row.photoset_row_3 img { max-width: 177px; } .photoset .photoset_row .photoset_photo { margin-left: 4px; } .photoset .photoset_row { text-align: center; width: 540px; } .photoset { width: 540px; }</style>";
  68. function updatePhotoset() {
  69.  
  70. $(".photoset:not(.540-resized)").each( function (i, e) {
  71. if($(this.contentDocument).find("#updatePhotosetStyle").size() <= 0)
  72. $(this.contentDocument).find("head").append(updatePhotosetCss);
  73. var photoset = $(this.contentDocument).find(".photoset");
  74. var photosetRows = photoset.find(".photoset_row");
  75. photoset.find(".photoset_photo")
  76. .each(function () {
  77. var hiResSrc = $(this).attr("href");
  78. var img = $(this).find('img');
  79. img.attr("src", hiResSrc );
  80. img.attr("style", "");
  81. });
  82. photosetRows.attr("style", "");
  83. photoset.attr("style","");
  84. photoset.addClass("540-resized");
  85. $(this).height($(this.contentDocument.body).height());
  86. });
  87. }
  88.  
  89. updatePhotoset();
  90.  
  91. var photosetTimer = setInterval(updatePhotoset, 1500);
  92. $(window).on('load', function () { setTimeout(function() {clearInterval(photosetTimer)}, 2000); })
  93. </script>
  94. <!-------------------------------------------------------------------->
  95.  
  96.  
  97. <!------------------------UNNEST SCRIPT--------------------->
  98. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  99. </script><script src="http://static.tumblr.com/wgg6svp/I8Yobwo15/unnest.min.js"></script>
  100. <script>
  101. $(function(){ $('.posts').unnest({
  102. yourCaption: ".caption",
  103. wrapName: ".cap",
  104. newCaptionUsername: true,
  105. originalPostCaptionUsername: false,
  106. tumblrAvatars: true,
  107. tumblrAvatarClass: ".icon",
  108. usernameColon: false
  109. }); }); </script>
  110. <!------------------------TOOLTIPS SCRIPT--------------------->
  111.  
  112. <link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
  113.  
  114. <style type="text/css">
  115.  
  116.  
  117. /*----------tooltips---------*/
  118.  
  119. #s-m-t-tooltip {
  120. max-width:300px;
  121. margin:15px;
  122. padding:5px;
  123. border:1px solid #eeeeee;
  124. border-radius:0px;
  125. background:#ffffff;
  126. color:{color:text};
  127. z-index:999999;
  128. font-size:9px;
  129. font-style:bold;
  130. font-weight:lighter;
  131. letter-spacing:2px;
  132. font-family:'arial', montserrat;
  133. text-transform:uppercase;
  134. box-shadow:1px 1px 3px rgba(0,0,0,.0);
  135. }
  136.  
  137. /*----------SCROLLBAR---------*/
  138.  
  139. ::-webkit-scrollbar {
  140. background-color: {color:scrollbar bg};
  141. height:8px;
  142. width:5px;
  143. }
  144.  
  145. ::-webkit-scrollbar-thumb:vertical {
  146. background-color:{color:scrollbar};
  147. height:50px;
  148. }
  149.  
  150. ::-webkit-scrollbar-thumb:horizontal {
  151. background-color:{color:scrollbar bg};
  152. height:8px;
  153. }
  154.  
  155. /*----------unnest---------*/
  156.  
  157. .tumblr_blog {
  158. display:block;
  159. vertical-align:middle; /* this is to center the url to the height of the icon */
  160. line-height:20px; /* change this to the height of the icon */
  161. margin-bottom:5px;
  162. font-family:'montserrat';
  163. font-size:11px;
  164. text-transform:uppercase;
  165. font-weight:bold!important;
  166. color:{color:links};
  167. }
  168.  
  169. .tumblr_blog a:hover {
  170. text-decoration:underline;
  171. color:{color:links hover};
  172. }
  173.  
  174. .icon {
  175. width:20px; /* size of the icon */
  176. height:20px; /* size of the icon */
  177. margin-right:10px; /* space between icon and url */
  178. display:inline-block;
  179. float:left;
  180. border-radius:2px; /* change to 100% for circular icon */
  181. }
  182.  
  183. .cap {
  184. margin-left:0px;
  185. width:500px;
  186. }
  187.  
  188. .cap blockquote {
  189. width:500px;
  190. margin-left:0px;
  191. }
  192.  
  193. /*----------BASICS---------*/
  194.  
  195. body {
  196. background:{color:background} url({image:background image}) repeat right top fixed;
  197. color:{color:text};
  198. font-family:'lato';
  199. line-height:15px;
  200. font-size:11px;
  201. margin:0;
  202. text-align:left;
  203. }
  204.  
  205. blockquote {
  206. padding-left:10px;
  207. border-left:1px solid;
  208. border-color:#eeeeee;
  209. margin:10px;
  210. }
  211.  
  212. a {
  213. color:{color:links};
  214. text-decoration:none;
  215. }
  216.  
  217. a:hover {
  218. text-decoration:none;
  219. color: {color:links hover};
  220. -webkit-transition:all 0.5s;
  221. -moz-transition:all 0.5s;
  222. -ms-transition:all 0.5s;
  223. -o-transition:all 0.5s;
  224. transition:all 0.5s;
  225. }
  226.  
  227. img {
  228. opacity:1;
  229. text-decoration:none;
  230. }
  231.  
  232. small {
  233. font-size:9px;
  234. font-weight:none;
  235. }
  236.  
  237. h1 {
  238. font-size:15px;
  239. font-weight:bold;
  240. }
  241.  
  242.  
  243. /*----------SIDEBAR---------*/
  244.  
  245. .sidebar {
  246. position:fixed;
  247. top:200px;
  248. width:245px;
  249. margin-left:215px;
  250. }
  251.  
  252. .sidebarimage {
  253. width:245px;
  254. }
  255.  
  256. .title {
  257. font-size:15px;
  258. text-align:center;
  259. text-transform:uppercase;
  260. font-family:'montserrat';
  261. font-weight:bold;
  262. color:{color:links};
  263. margin-top:10px;
  264. width:250px;
  265. }
  266.  
  267. .description {
  268. width:240px;
  269. text-align:center;
  270. font-family:'lato';
  271. margin-top:10px;
  272. }
  273.  
  274. .links {
  275. width:245px;
  276. height:5px;
  277. padding:9px;
  278. font-size:12px;
  279. font-family:'montserrat';
  280. font-weight:bold;
  281. text-align:center;
  282. margin-top:115px;
  283. margin-left:190px;
  284. text-align:left;
  285. text-transform:uppercase;
  286. word-spacing:-2px;
  287. position:fixed;
  288. padding-bottom:7px;
  289. color:{color:links};
  290. }
  291.  
  292. .links a {
  293. display:inline-block;
  294. padding:8px;
  295. color:{color:links};
  296. letter-spacing:0px;
  297. border-bottom:0px solid #eee;
  298. }
  299.  
  300. /*----------PAGINATION---------*/
  301.  
  302. .pagination {
  303. padding:10px;
  304. margin-top:10px;
  305. text-align:center;
  306. letter-spacing:1px;
  307. }
  308.  
  309. /*----------POSTS---------*/
  310.  
  311. .entries {
  312. margin-left:580px;
  313. margin-top:50px;
  314. width:540px;
  315. }
  316.  
  317. .posts {
  318. width:540px;
  319. margin-bottom:70px;
  320. }
  321.  
  322. .oddhour-high-res { width: 540px; text-align: center; }
  323. .oddhour-high-res img { max-width: 100%; }
  324.  
  325. /*----------lightbox---------*/
  326. .vignette, #vignette {
  327. opacity:0;
  328. }
  329. .lightbox-image, #tumblr_lightbox img {
  330. box-shadow:none !important;
  331. border-radius:0 !important;
  332. max-width:none;
  333. }
  334. .tmblr-lightbox, #tumblr_lightbox {
  335. background-color:rgba(238, 238, 238, 1) !important;
  336. }
  337. /*----------quotes---------*/
  338.  
  339. .quote {
  340. text-transform:uppercase;
  341. font-size:14px;
  342. font-weight:bold;
  343. text-align:center;
  344. }
  345.  
  346. .quotesource {
  347. text-align:center;
  348. margin-top:10px;
  349. }
  350.  
  351. /*----------CHAT---------*/
  352.  
  353. .chat {
  354. line-height:150%;
  355. list-style:none;
  356. }
  357.  
  358. .line.odd {
  359. padding:10px;
  360. background:#f8f8f8;
  361. }
  362.  
  363. .line.even {
  364. padding:10px;
  365. }
  366.  
  367. .label {
  368. text-transform:uppercase;
  369. font-size:10px;
  370. letter-spacing:1px;
  371. font-weight:bold;
  372. }
  373.  
  374. /*----------AUDIO---------*/
  375.  
  376. .cover {
  377. position:relative;
  378. z-index:1;
  379. max-width:100px;
  380. padding:10px;
  381. float:left;
  382. }
  383.  
  384. .playerbutton {
  385. position:relative;
  386. width:30px;
  387. height:35px;
  388. overflow:hidden;
  389. }
  390.  
  391. .playerbuttonhug {
  392. position: absolute;
  393. top:-7px;
  394. left:2px;
  395. }
  396.  
  397. .tumblr_audio_player {
  398. height:50px;
  399. width:500px;
  400. }
  401.  
  402. .playerbuttonbg {
  403. position:absolute;
  404. width:35px;
  405. height:35px;
  406. background-color:#e4e4e4;
  407. padding:10px;
  408. }
  409.  
  410. .trackdetails {
  411. width:auto;
  412. display:inline-block;
  413. margin-left:70px;
  414. font-size:10px;
  415. letter-spacing:1px;
  416. text-transform:lowercase;
  417. padding:5px;
  418. line-height:15px;
  419. }
  420.  
  421. .audiowrapper {
  422. position:relative;
  423. display:inline-block;
  424. }
  425.  
  426. .spotify_audio_player {
  427.  
  428. height: 80px !important;
  429.  
  430. }
  431.  
  432. /*----------questions---------*/
  433.  
  434. .question {
  435. background:transparent;
  436. padding:10px;
  437. }
  438.  
  439. .asker {width:540px; margin-bottom:5px; padding-left:7px; text-align:left; font-family:'lato'; color:{color:accent}; text-overflow:ellipsis}
  440.  
  441.  
  442. .answer {
  443. padding:10px;
  444. margin-top:-15px;
  445. }
  446.  
  447.  
  448. /*----------INFO---------*/
  449.  
  450. .info {
  451. padding:10px;
  452. font-family:'lato';
  453. font-size:10px;
  454. font-weight:bold;
  455. color:{color:accent};
  456. text-transform:uppercase;
  457. border-top:1px solid #eee;
  458. margin-top:25px;
  459. }
  460.  
  461.  
  462. .tags {
  463. margin-left:10px;
  464. margin-top:-5px;
  465. font-size:11px;
  466. font-family:'arial';
  467. letter-spacing:0px;
  468. font-style:italic;
  469. text-transform:lowercase;
  470. }
  471.  
  472. .tags a {
  473. margin-right:10px;
  474. letter-spacing:0px;
  475. }
  476.  
  477. /*----------POST NOTES---------*/
  478.  
  479. ol.notes {
  480. padding:0px;
  481. margin:25px 0px 0px -10px;
  482. list-style-type:none;
  483. }
  484.  
  485. ol.notes li.note {
  486. padding:10px;
  487. }
  488.  
  489. ol.notes li.note img.avatar {
  490. vertical-align:-4px;
  491. margin-right:10px;
  492. width:16px;
  493. height:16px;
  494. }
  495.  
  496. ol.notes li.note span.action {
  497. font-weight:none;
  498. }
  499.  
  500. ol.notes li.note .answer_content {
  501. font-weight:normal;
  502. }
  503.  
  504. ol.notes li.note blockquote {
  505. padding:4px 10px;
  506. margin:10px 0px 0px 25px;
  507. }
  508.  
  509. ol.notes li.note blockquote a {
  510. text-decoration:none;
  511. }
  512.  
  513.  
  514. /*----------credit---------*/
  515.  
  516. .credit {
  517. font-size:20px;
  518. position:fixed;
  519. font-weight:bold;
  520. bottom:7px;
  521. right:15px;
  522. z-index:10;
  523. text-align:right;
  524. letter-spacing:1px;
  525. padding:2px;
  526. }
  527.  
  528. .credit a {
  529. color:{color:links};
  530. text-decoration:none;
  531. }
  532.  
  533. .credit a:hover {
  534. color:{color:links hover};
  535. text-decoration:none;
  536. }
  537.  
  538. /*----------tumblr controls---------*/
  539. iframe.tmblr-iframe {
  540. z-index:99999999999999!important;
  541. top:0!important;
  542. right:0!important;
  543. opacity:0.4;
  544. /* delete invert(1) from here */
  545. filter:invert(1) contrast(150%);
  546. -webkit-filter:invert(1) contrast(150%);
  547. -o-filter:invert(1) contrast(150%);
  548. -moz-filter:invert(1) contrast(150%);
  549. -ms-filter:invert(1) contrast(150%);
  550. /* to here if your blog has a dark background */
  551. transform:scale(0.65);
  552. transform-origin:100% 0;
  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:0.6!important;}
  564.  
  565. </style>
  566. </head>
  567. <body>
  568.  
  569. <div class="credit">
  570. <a title="theme by joesmazzellos" href="http://joesmazzellos.tumblr.com/">✪<a></div>
  571.  
  572.  
  573. <div class="links">
  574. <a href="/"title="home"><i class="fas fa-power-off" aria-hidden="true"></i></a>
  575. <a href="/ask"title="askbox"><i class="far fa-comment" aria-hidden="true"></i></a>
  576. {block:IfShowLink1}
  577. <a href="{text:link 1 url}" title="{text:link 1 title}"><i class="far fa-heart" aria-hidden="true"></i></a>
  578. {/block:IfShowLink1}
  579. {block:IfShowLink2}
  580. <a href="{text:link 2 url}" title="{text:link 2 title}"><i class="far fa-folder-open" aria-hidden="true"></i></a>
  581. {/block:IfShowLink2}
  582. {block:IfShowLink3}
  583. <a href="{text:link 3 url}" title="{text:link 3 title}"><i class="fas fa-code" aria-hidden="true"></i></a>
  584. {/block:IfShowLink3}
  585. </div>
  586.  
  587.  
  588. <div class="sidebar">
  589. {block:IfShowSidebarImage}
  590. <div class="sidebarimage">
  591. <img src="{image:sidebar image}"></div>
  592. {/block:IfShowSidebarImage}
  593. {block:IfShowSideTitle}
  594. <div class="title">{Title}</div>
  595. {/block:IfShowSideTitle}
  596.  
  597.  
  598. <div class="description">{Description}</div>
  599.  
  600. <div class="pagination">
  601. {block:Pagination}
  602. {block:PreviousPage}
  603. <a href="{PreviousPage}"><i class="fa fa-arrow-left" aria-hidden="true"></i></a>{/block:PreviousPage}&nbsp; &nbsp;&nbsp;
  604.  
  605. {block:NextPage}
  606. <a href="{NextPage}"><i class="fa fa-arrow-right" aria-hidden="true"></i></a>
  607. {/block:NextPage}
  608. {/block:Pagination}
  609. </div>
  610. </div>
  611.  
  612. <div class="entries">
  613. {block:Posts}
  614. <div class="posts">
  615.  
  616. {block:Text}
  617. <h1>{block:Title}{Title}{/block:Title}</h1>
  618. <div class="caption">
  619. {Body}
  620. </div>
  621. {/block:Text}
  622.  
  623.  
  624. {block:Photo}
  625. {LinkOpenTag}<div class="oddhour-high-res">
  626. <a href="#" onclick="Tumblr.Lightbox.init([{ width: {PhotoWidth-HighRes}, height: {PhotoHeight-HighRes}, low_res: '{PhotoURL-500}', high_res: '{PhotoURL-HighRes}' }]); $('body').toggleClass('tumblr_lightbox_active'); return false"><img src="{PhotoURL-HighRes}"></a></div>{LinkCloseTag}
  627. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  628. {/block:Photo}
  629.  
  630.  
  631. {block:Photoset}
  632. <div class="media">{photoset}</div>
  633. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  634. {/block:Photoset}
  635.  
  636.  
  637. {block:Quote}
  638. <div class="quote">"{Quote}"</div>
  639. {block:Source}<div class="quotesource"> — {Source}</div>
  640. {/block:Source}{/block:Quote}
  641.  
  642.  
  643. {block:Link}
  644. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  645. {block:Description}{Description}{/block:Description}
  646. {/block:Link}
  647.  
  648.  
  649. {block:Chat}
  650. {block:Title}<h1>{Title}</h1>{/block:Title} <div class="chat"> {block:Lines} <li class="line {Alt}"> {block:Label} <span class="label"> {Label}</span> {/block:Label}{Line}</li> {/block:Lines}</div>
  651. {/block:Chat}
  652.  
  653.  
  654. {block:Audio}
  655. {block:AlbumArt}<img src="{AlbumArtURL}" width="78px" height="78px" align="left" style="margin-right:10px" />{/block:AlbumArt}
  656. {block:AudioPlayer}
  657. <div class="audiowrapper">
  658. <div class="playerbuttonbg">
  659. <div class="playerbutton">
  660. <div class="playerbuttonhug">
  661. {AudioPlayerGrey}
  662. </div></div></div>
  663.  
  664. <div class="trackdetails">
  665. {block:TrackName}<b>TRACK:</b> {TrackName}{/block:TrackName}<br>
  666.  
  667. {block:Artist}<b>ARTIST:</b> {Artist}{/block:Artist}<br>
  668.  
  669. <b>PLAYS:</b> {FormattedPlayCount}</div></div>
  670. {/block:AudioPlayer}
  671.  
  672. {block:Caption}
  673. <div class="caption">{Caption}</div>
  674. {/block:Caption}
  675. {/block:Audio}
  676.  
  677.  
  678. {block:Video}
  679. {Video-500}
  680. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  681. {/block:Video}
  682.  
  683.  
  684. {block:Answer}
  685. <div class="askericon"><img align="left" src="{AskerPortraitURL-30}"style="border-radius:10px;"></div> <div id="question" style="width:500px;font-style:bold;padding:3px"> <b>{Asker}</b> said: {Question}</div> <br><br>
  686. <div class="caption">
  687. {Answer}
  688. </div>
  689. {/block:Answer}
  690.  
  691.  
  692. <div class="info">
  693. {block:Date}<a href="{Permalink}" title="{TimeAgo}"><font style="font-weight:bold; color:{color:bold}">{Month} {DayOfMonth}</font></a>
  694.  
  695. &nbsp;&nbsp;
  696. <font style="font-size:11px; font-family:'Open Sans',sans-serif"><a href="{Permalink}"> {NoteCount}</a> <font style= "color:{color:accent}"><span class="sf sf-heart-o"></span></font></font>
  697. &nbsp;&nbsp;
  698.  
  699. <a href="{ReblogURL}" target="_blank" class="details"><i class="fas fa-retweet" aria-hidden="true"></i></a>
  700.  
  701.  
  702. <font style="float:right">
  703. {block:RebloggedFrom}
  704. <a href="{ReblogParentURL}" title="via: {ReblogParentName}"><img style="border-radius:50%" src="{ReblogParentPortraitURL-16}"></a>
  705. {block:ContentSource}
  706. <a href="{ReblogRootURL}" "{ReblogRootName}" title="source: {ReblogRootName}"> <img style="border-radius:50%" src="{ReblogRootPortraitURL-16}"></a>
  707. {/block:ContentSource}
  708. {/block:RebloggedFrom}
  709.  
  710. </font style>
  711.  
  712.  
  713. </div>
  714.  
  715.  
  716. {block:HasTags}
  717. <div class="tags">
  718. {block:Tags}
  719. <a href="{TagURL}">{Tag}</a>
  720. {/block:Tags}
  721. </div>
  722. {/block:HasTags}
  723.  
  724. </div> {/block:Date}
  725.  
  726.  
  727. {block:PostNotes}
  728. {PostNotes}
  729. {/block:PostNotes}
  730.  
  731. {/block:Posts}
  732.  
  733. <div class="pagination">
  734. {block:Pagination}
  735. {block:PreviousPage}
  736. <a style="float:left;" href="{PreviousPage}">previous</a>
  737. {/block:PreviousPage}
  738.  
  739. {block:NextPage}
  740. <a style="float:right;" href="{NextPage}">next</a>
  741. {/block:NextPage}
  742. {/block:Pagination}
  743. </div>
  744.  
  745. {block:ContentSource}
  746. <!---{SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
  747. width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  748. {/block:SourceLogo}
  749. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} --->
  750. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  751.  
  752. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement