Advertisement
Jean

100 letters

Jan 2nd, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.66 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.  
  4. <!--
  5. _________________________
  6. | |
  7. | hello hacker fucker |
  8. | this is matt furniss |
  9. | heres the deal. |
  10. | if you hack this game |
  11. | i will find you |
  12. | where ever you are |
  13. | and break your legs |
  14. | and thats a promise |
  15. |_________________________|
  16.  
  17. 100 letters by jean @ hazuknagisa.tumblr.com
  18. hazuknagisa.tumblr.com/tou
  19.  
  20. v. 2018/01/02
  21.  
  22. -->
  23.  
  24. <head>
  25. <title>{block:PostSummary}{PostSummary} | {/block:PostSummary}{block:TagPage}#{Tag} | {/block:TagPage}{Title}</title>
  26. {block:Description}<meta name="description" content="{MetaDescription}"/>{/block:Description}
  27. <link rel="shortcut icon" href="{Favicon}"/>
  28. <link rel="alternate" type="application/rss+xml" href="{RSS}"/>
  29.  
  30. <!-- CUSTOMIZATION -->
  31. {block:Hidden}
  32. <!-- IMAGES -->
  33. <meta name="image:background"/>
  34.  
  35. <!-- COLORS -->
  36. <meta name="color:background"/>
  37. <meta name="color:text"/>
  38. <meta name="color:link"/>
  39.  
  40. <!-- BOOLEANS -->
  41. <meta name="if:photo hover effect"/>
  42. <meta name="if:show avatar"/>
  43.  
  44. <!-- FORMS -->
  45. <meta name="text:link 1"/>
  46. <meta name="text:link 1 url"/>
  47. <meta name="text:link 2"/>
  48. <meta name="text:link 2 url"/>
  49. <meta name="text:link 3"/>
  50. <meta name="text:link 3 url"/>
  51. <meta name="text:link 4"/>
  52. <meta name="text:link 4 url"/>
  53. <meta name="text:link 5"/>
  54. <meta name="text:link 5 url"/>
  55. {/block:Hidden}
  56. <!-- END CUSTOMIZATION -->
  57.  
  58. <!-- FONTS (levien.com, forthehearts.net, fontawesome.io) -->
  59. <link href="https://fonts.googleapis.com/css?family=Inconsolata|Playfair+Display:400" rel="stylesheet">
  60. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
  61. <!-- FONTS END -->
  62.  
  63. <!-- JQUERY (google hosted libraries) -->
  64. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  65. {block:IndexPage}<script type="text/javascript" src="http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js"></script>{/block:IndexPage}
  66. <script>
  67. $(document).ready(function(){
  68. // MASONRY
  69. $('#posts').masonry(),
  70. $('.masonryWrap').infinitescroll({
  71. itemSelector:".post",
  72. navSelector:"div.navigation",
  73. nextSelector:".navigation a#next",
  74. bufferPx:10000,
  75. extraScrollPx:10000,
  76. loadingImg:"<em></em>",
  77. loadingText:"<em></em>"
  78. },
  79. function(){
  80. $('#posts').masonry({
  81. appendedContent:$(this)
  82. });
  83. });
  84. // END MASONRY
  85. // SCROLL BACK TO TOP
  86. $(function(){
  87. $window=$(window);
  88. $link=$("#mbTop");
  89. $link.click(function(){
  90. $("html, body").animate({
  91. scrollTop:0
  92. },
  93. "slow")
  94. });
  95. $window.scroll(function(){
  96. if($window.scrollTop()<=0){
  97. $link.fadeOut("slow")
  98. }
  99. else{
  100. $link.fadeIn("slow")
  101. }
  102. })
  103. });
  104. // END SCROLL BACK TO TOP
  105. // TOOLTIPS
  106. $("[title]").style_my_tooltips({
  107. attribute:"title",
  108. tip_delay_time:100,
  109. tip_fade_speed:100,
  110. tip_follows_cursor:true
  111. });
  112. // END TOOLTIPS
  113. });
  114. </script>
  115. <!-- END JQUERY -->
  116.  
  117. <!-- INFINITE SCROLL (infinite-scroll.com) -->
  118. {block:IndexPage}
  119. <script src="http://static.tumblr.com/twte3d7/qNulm663d/infinite.js"></script>
  120. {/block:IndexPage}
  121. <!-- END INFINITE SCROLL -->
  122.  
  123. <!-- MASONRY (masonry.desandro.com) -->
  124. {block:IndexPage}
  125. <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
  126. {/block:IndexPage}
  127. <!-- END MASONRY -->
  128.  
  129. <!-- TOOLTIPS (manos.malihu.gr) -->
  130. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  131. <!-- END TOOLTIPS -->
  132.  
  133. <style type="text/css">
  134.  
  135. /* HTML */
  136. body {
  137. background:{color:background} url({image:background}) top left fixed repeat;
  138. color:{color:text};
  139. text-align:justify;
  140. font:normal normal 12px/135% 'segoe ui', arial, sans-serif;
  141. cursor:default;
  142. }
  143.  
  144. a, a:visited {
  145. color:{color:link};
  146. text-decoration:none;
  147. cursor:pointer;
  148. transition:0.3s ease;
  149. -webkit-transition:0.3s ease;
  150. -moz-transition:0.3s ease;
  151. -o-transition:0.3s ease;
  152. }
  153.  
  154. a:active, a:hover { color:{color:text}; }
  155.  
  156. big { font-size:14px; }
  157.  
  158. blockquote {
  159. margin-right:0;
  160. margin-left:10px;
  161. border-left:solid 1px {color:text};
  162. }
  163.  
  164. blockquote, code, iframe, img, li, pre {
  165. max-width:100%;
  166. text-decoration:none;
  167. opacity:1;
  168. }
  169.  
  170. blockquote, ol ol, ol ul, ul ol, ul ul { padding-left:10px; }
  171.  
  172. code {
  173. background:#f9f9f9;
  174. font-family:inconsolata, monospace;
  175. word-break:break-all;
  176. border:1px solid #ccc;
  177. padding:2px;
  178. border-radius:2px;
  179. -webkit-border-radius:2px;
  180. -moz-border-radius:2px;
  181. }
  182.  
  183. h1, h2, h3, h4, h5, h6 {
  184. margin:0;
  185. color:#000;
  186. font-family:'playfair display', georgia, serif;
  187. font-weight:normal;
  188. line-height:110%;
  189. }
  190.  
  191. .link h1 { padding-bottom:8.1px; }
  192.  
  193. h1 { font-size:24px; }
  194.  
  195. h2 { font-size:22px; }
  196.  
  197. h3 { font-size:20px; }
  198.  
  199. h4 { font-size:18px; }
  200.  
  201. h5 { font-size:16px; }
  202.  
  203. h6 { font-size:14px; }
  204.  
  205. hr {
  206. height:1px;
  207. background:{color:text};
  208. border:0;
  209. }
  210.  
  211. img { max-width:100%; }
  212.  
  213. p:first-child {
  214. margin-top:0;
  215. -webkit-margin-before:0;
  216. }
  217.  
  218. p:last-child {
  219. margin-bottom:0;
  220. -webkit-margin-after:0;
  221. }
  222.  
  223. p:only-child {
  224. margin-top:0;
  225. margin-bottom:0;
  226. -webkit-margin-before:0;
  227. -webkit-margin-after:0;
  228. }
  229.  
  230. pre {
  231. background:transparent;
  232. font-family:inconsolata, monospace;
  233. word-break:break-all;
  234. white-space:normal;
  235. }
  236.  
  237. small { font-size:10px; }
  238. /* END HTML */
  239.  
  240. /* PSEUDO */
  241. ::-webkit-scrollbar {
  242. background:{color:background};
  243. width:13px;
  244. height:13px;
  245. }
  246.  
  247. ::-webkit-scrollbar-thumb {
  248. background:{color:text};
  249. border:6px solid {color:background};
  250. }
  251.  
  252. ::-webkit-scrollbar-track {
  253. background:#ccc;
  254. border:6px solid {color:background};
  255. }
  256.  
  257. .askcontainer::-webkit-scrollbar {
  258. background:{color:background};
  259. width:1px;
  260. height:1px;
  261. }
  262.  
  263. .askcontainer::-webkit-scrollbar-thumb { border:none; }
  264.  
  265. .askcontainer::-webkit-scrollbar-track {
  266. background:transparent;
  267. border:none;
  268. }
  269.  
  270. .trackdetails::-webkit-scrollbar {
  271. background:{color:background};
  272. width:1px;
  273. height:1px;
  274. }
  275.  
  276. .trackdetails::-webkit-scrollbar-thumb { border:none; }
  277.  
  278. .trackdetails::-webkit-scrollbar-track {
  279. background:transparent;
  280. border:none;
  281. }
  282.  
  283. ::selection { background:#eee; }
  284.  
  285. ::-moz-selection { background:#eee; }
  286. /* END PSEUDO */
  287.  
  288. /* TUMBLR CONTROLS */
  289. iframe#tumblr_controls, iframe.tmblr-iframe, .tmblr-iframe.tmblr-iframe--desktop-logged-in-controls.iframe-controls--desktop, .tmblr-iframe-compact .tmblr-iframe--unified-controls {
  290. top:0 !important;
  291. right:0 !important;
  292. transform-origin:100% 0;
  293. -webkit-transform-origin:100% 0;
  294. -moz-transform-origin:100% 0;
  295. -ms-transform-origin:100% 0;
  296. -o-transform-origin:100% 0;
  297. transform:scale(0.75);
  298. -webkit-transform:scale(0.75);
  299. -moz-transform:scale(0.75);
  300. -ms-transform:scale(0.75);
  301. -o-transform:scale(0.75);
  302. z-index:999999 !important;
  303. }
  304. /* END TUMBLR CONTROLS */
  305.  
  306. /* TOOLTIPS */
  307. #s-m-t-tooltip {
  308. position:absolute;
  309. margin:10px;
  310. max-width:200px;
  311. background:#fff;
  312. color:{color:text};
  313. text-align:justify;
  314. font:italic normal 11px/135% 'segoe ui', arial, sans-serif;
  315. padding:5px;
  316. z-index:9999999;
  317. }
  318. /* TOOLTIPS END */
  319.  
  320. /* POSTS */
  321. #posts {
  322. width:1050px;
  323. margin-right:auto;
  324. margin-left:auto;
  325. }
  326.  
  327. .post {
  328. {block:IndexPage}
  329. position:relative;
  330. float:left;
  331. margin:30px;
  332. width:250px;
  333. {/block:IndexPage}
  334. {block:PermalinkPage}
  335. float:none;
  336. margin:auto;
  337. width:500px;
  338. {/block:PermalinkPage}
  339. background:#fff;
  340. padding:20px;
  341. }
  342.  
  343. /* PHOTO */
  344. {block:IndexPage}
  345. {block:ifphotohovereffect}
  346. .shadow, .hshadow {
  347. transition:0.2s ease-in-out;
  348. -webkit-transition:0.2s ease-in-out;
  349. -moz-transition:0.2s ease-in-out;
  350. -o-transition:0.2s ease-in-out;
  351. }
  352.  
  353. .shadow:hover, .hshadow:hover {
  354. transform:scale(1.025,1.025);
  355. -webkit-transform:scale(1.025,1.025);
  356. -moz-transform:scale(1.025,1.025);
  357. -ms-transform:scale(1.025,1.025);
  358. -o-transform:scale(1.025,1.025);
  359. }
  360.  
  361. .shadow {
  362. box-shadow:0 0 30px 5px transparent;
  363. -webkit-box-shadow:0 0 30px 5px transparent;
  364. -moz-box-shadow:0 0 30px 5px transparent;
  365. }
  366.  
  367. .shadow:hover {
  368. box-shadow:0 0 30px 5px #ccc;
  369. -webkit-box-shadow:0 0 30px 5px #ccc;
  370. -moz-box-shadow:0 0 30px 5px #ccc;
  371. }
  372.  
  373. .hshadow {
  374. box-shadow:0 0 20px 5px transparent;
  375. -webkit-box-shadow:0 0 20px 5px transparent;
  376. -moz-box-shadow:0 0 20px 5px transparent;
  377. }
  378.  
  379. .hshadow:hover {
  380. box-shadow:0 0 20px 5px #ccc;
  381. -webkit-box-shadow:0 0 20px 5px #ccc;
  382. -moz-box-shadow:0 0 20px 5px #ccc;
  383. }
  384. {/block:ifphotohovereffect}
  385. {/block:IndexPage}
  386. /* END PHOTO */
  387.  
  388. /* LINK */
  389. .link a {
  390. transition:0.4s ease;
  391. -webkit-transition:0.4s ease;
  392. -moz-transition:0.4s ease;
  393. -o-transition:0.4s ease;
  394. }
  395.  
  396. .link a:hover { padding-left:15px; }
  397. /* END LINK */
  398.  
  399. /* AUDIO */
  400. .tumblr_audio_player { width:100%; }
  401.  
  402. .trackdetails {
  403. {block:IndexPage}
  404. width:149px;
  405. {/block:IndexPage}
  406. {block:PermalinkPage}
  407. width:400px;
  408. {/block:PermalinkPage}
  409. margin-left:91px;
  410. height:81px;
  411. padding:5px;
  412. overflow:auto;
  413. }
  414.  
  415. .audiowrapper { height:91px; }
  416.  
  417. .aa, .aaa {
  418. position:absolute;
  419. width:91px;
  420. border-right:none;
  421. height:91px;
  422. }
  423.  
  424. .aa { z-index:1; }
  425.  
  426. .aaa { z-index:0; }
  427. /* END AUDIO */
  428.  
  429. /* ANSWER */
  430. .question {
  431. margin-top:-62px;
  432. margin-left:54px;
  433. {block:IndexPage}
  434. width:180px;
  435. {/block:IndexPage}
  436. {block:PermalinkPage}
  437. width:430px;
  438. {/block:PermalinkPage}
  439. height:55px;
  440. background:transparent;
  441. padding:0 5px 0 5px;
  442. overflow:auto;
  443. }
  444.  
  445. .question a, .question a:hover {
  446. margin:0;
  447. text-shadow:none;
  448. }
  449.  
  450. .askerr {
  451. background:transparent;
  452. padding-top:9px;
  453. padding-bottom:5px;
  454. padding-left:5px;
  455. }
  456.  
  457. .answer { margin-top:10px; }
  458. /* END ANSWER */
  459.  
  460. /* POST NOTES */
  461. .notes {
  462. margin:auto;
  463. width:500px;
  464. background:#fff;
  465. padding:20px;
  466. }
  467.  
  468. ol.notes { list-style-type:none; }
  469.  
  470. .notes .avatar {
  471. margin-right:5px;
  472. margin-bottom:-4px;
  473. border-radius:100%;
  474. -webkit-border-radius:100%;
  475. -moz-border-radius:100%;
  476. }
  477. /* END POST NOTES */
  478. /* POSTS END */
  479.  
  480. /* INFINITE SCROLL */
  481. #infscr-loading { display:none !important; }
  482.  
  483. .navigation { display:none !important; }
  484.  
  485. .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator { display:none; }
  486. /* END INFINITE SCROLL */
  487.  
  488. /* HEADER */
  489. #header {
  490. margin:50px auto;
  491. {block:IndexPage}
  492. width:400px;
  493. {/block:IndexPage}
  494. {block:PermalinkPage}
  495. width:500px;
  496. {/block:PermalinkPage}
  497. background:#fff;
  498. padding:20px;
  499. }
  500.  
  501. .aaaa img {
  502. width:96px;
  503. border-radius:100%;
  504. -webkit-border-radius:100%;
  505. -moz-border-radius:100%;
  506. }
  507.  
  508. .title {
  509. font-family:'playfair display', georgia, serif;
  510. text-align:center;
  511. {block:ifshowavatar}
  512. margin-top:11px;
  513. {/block:ifshowavatar}
  514. }
  515.  
  516. .desc {
  517. margin-top:11px;
  518. text-align:center;
  519. }
  520. /* END HEADER */
  521.  
  522. /* SCROLL BACK TO TOP */
  523. #top {
  524. position:fixed;
  525. right:20px;
  526. bottom:20px;
  527. cursor:pointer;
  528. z-index:99999;
  529. }
  530. /* END SCROLL BACK TO TOP */
  531.  
  532. .space {
  533. height:50px;
  534. background:transparent;
  535. }
  536.  
  537. {CustomCSS}
  538.  
  539. </style>
  540. </head>
  541.  
  542. <body>
  543.  
  544. <!-- HEADER -->
  545. <div id="header">
  546. {block:ifshowavatar}<div class="aaaa"><center><img src="{PortraitURL-96}" class="hshadow"/></center></div>{/block:ifshowavatar}
  547. <div class="title">
  548. <h1><a href="/">{Title}</a></h1>
  549. </div>
  550. <div class="desc">
  551. <p style="text-transform:lowercase;">
  552. <a href="/">{lang:Home}</a>{block:AskEnabled} <a href="/ask">{AskLabel}</a>{/block:AskEnabled}{block:SubmissionsEnabled} <a href="/submit">{SubmitLabel}</a>{/block:SubmissionsEnabled} <a href="/archive">{lang:Archive}</a> {block:iflink1url}&bull;&nbsp;<a href="{text:link 1 url}">{text:link 1}</a> {/block:iflink1url}{block:iflink2url}<a href="{text:link 2 url}">{text:link 2}</a> {/block:iflink2url}{block:iflink3url}<a href="{text:link 3 url}">{text:link 3}</a> {/block:iflink3url}{block:iflink4url}<a href="{text:link 4 url}">{text:link 4}</a> {/block:iflink4url}{block:iflink5url}<a href="{text:link 5 url}">{text:link 5}</a> {/block:iflink5url}&bull;&nbsp;<a href="http://hazuknagisa.tumblr.com" target="_blank">theme</a>
  553. </p>
  554. <p>{Description}</p>
  555. </div>
  556. </div>
  557. <!-- END HEADER -->
  558.  
  559. <!-- POSTS -->
  560. <div id="posts">
  561. {block:Posts}
  562. <div class="post">
  563. {block:Text}
  564. {block:Title}<h1>{Title}</h1>{/block:Title}
  565. {Body}
  566. {block:IndexPage}<p><a href="{Permalink}">{Year}/{MonthNumberWithZero}/{DayOfMonthWithZero}</a>&nbsp;&bull;&nbsp;<a href="{Permalink}">{NoteCountWithLabel}</a></p>{/block:IndexPage}
  567. {/block:Text}
  568.  
  569. {block:Answer}
  570. <div class="askerr"><img src="{AskerPortraitURL-48}" style="border-radius:100%; -webkit-border-radius:100%; -moz-border-radius:100%;"/></div><div class="question"><span style="text-transform:uppercase;">{Asker}</span>&nbsp;asked:&nbsp;{Question}</div>
  571. <div class="answer">{Answer}</div>
  572. {block:IndexPage}<p><a href="{Permalink}">{Year}/{MonthNumberWithZero}/{DayOfMonthWithZero}</a>&nbsp;&bull;&nbsp;<a href="{Permalink}">{NoteCountWithLabel}</a></p>{/block:IndexPage}
  573. {/block:Answer}
  574.  
  575. {block:Photo}
  576. <center>{block:IndexPage}<a href="{Permalink}" title="{Year}/{MonthNumberWithZero}/{DayOfMonthWithZero}&nbsp;&bull;&nbsp;{NoteCountWithLabel}"><img src="{PhotoURL-250}" class="shadow" alt="{PhotoAlt}"/>{/block:IndexPage}{block:PermalinkPage}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/></a>{/block:PermalinkPage}</center>
  577. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  578. {/block:Photo}
  579.  
  580. {block:Photoset}
  581. <center>{block:IndexPage}{Photoset-250}{/block:IndexPage}{block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}</center>
  582. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  583. {block:IndexPage}<p><a href="{Permalink}">{Year}/{MonthNumberWithZero}/{DayOfMonthWithZero}</a>&nbsp;&bull;&nbsp;<a href="{Permalink}">{NoteCountWithLabel}</a></p>{/block:IndexPage}
  584. {/block:Photoset}
  585.  
  586. {block:Quote}
  587. <h4>{Quote}</h4>
  588. {block:Source}<p{block:IndexPage} style="text-align:right;"{/block:IndexPage}>&mdash;{Source}</p>{/block:Source}
  589. {block:IndexPage}<p><a href="{Permalink}">{Year}/{MonthNumberWithZero}/{DayOfMonthWithZero}</a>&nbsp;&bull;&nbsp;<a href="{Permalink}">{NoteCountWithLabel}</a></p>{/block:IndexPage}
  590. {/block:Quote}
  591.  
  592. {block:Link}
  593. <div class="link"><h1><a href="{URL}" {Target}>{Name}</a>&nbsp;&#8250;</h1></div>
  594. {block:Description}{Description}{/block:Description}
  595. {block:IndexPage}<p><a href="{Permalink}">{Year}/{MonthNumberWithZero}/{DayOfMonthWithZero}</a>&nbsp;&bull;&nbsp;<a href="{Permalink}">{NoteCountWithLabel}</a></p>{/block:IndexPage}
  596. {/block:Link}
  597.  
  598. {block:Chat}
  599. {block:Title}<h1>{Title}</h1>{/block:Title}
  600. {block:Lines}
  601. <p>
  602. {block:Label}<strong>{Label}</strong>{/block:Label}
  603. <br>
  604. {Line}
  605. </p>
  606. {/block:Lines}
  607. {block:IndexPage}<p><a href="{Permalink}">{Year}/{MonthNumberWithZero}/{DayOfMonthWithZero}</a>&nbsp;&bull;&nbsp;<a href="{Permalink}">{NoteCountWithLabel}</a></p>{/block:IndexPage}
  608. {/block:Chat}
  609.  
  610. {block:Audio}
  611. <div class="audiowrapper">
  612. <div class="aa">{block:AlbumArt}<img src="{AlbumArtURL}"/>{/block:AlbumArt}</div>
  613. <div class="aaa"><img src="https://s20.postimg.cc/pevmwmxz1/no_art.png"/></div>
  614. <div class="trackdetails">
  615. {block:AudioPlayer}{AudioPlayerBlack}{/block:AudioPlayer}
  616. {block:TrackName}<span style="padding-left:1px;"><b>Track:</b> {TrackName}</span>{/block:TrackName}<br>
  617. {block:Artist}<span style="padding-left:1px;"><b>Artist:</b> {Artist}</span>{/block:Artist}<br>
  618. {block:Album}<span style="padding-left:1px;"><b>Album:</b> {Album}</span>{/block:Album}
  619. </div>
  620. </div>
  621. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  622. {block:IndexPage}<p><a href="{Permalink}">{Year}/{MonthNumberWithZero}/{DayOfMonthWithZero}</a>&nbsp;&bull;&nbsp;<a href="{Permalink}">{NoteCountWithLabel}</a></p>{/block:IndexPage}
  623. {/block:Audio}
  624.  
  625. {block:Video}
  626. <center>{block:IndexPage}{Video-250}{/block:IndexPage}{block:PermalinkPage}{Video-500}{/block:PermalinkPage}</center>
  627. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  628. {block:IndexPage}<p><a href="{Permalink}">{Year}/{MonthNumberWithZero}/{DayOfMonthWithZero}</a>&nbsp;&bull;&nbsp;<a href="{Permalink}">{NoteCountWithLabel}</a></p>{/block:IndexPage}
  629. {/block:Video}
  630.  
  631. <!-- POST INFORMATION -->
  632. {block:Date}
  633. {block:PermalinkPage}
  634. {lang:Posted TimeAgo}&nbsp;&bull;&nbsp;{24HourWithZero}:{Minutes}&nbsp;&bull;&nbsp;{Year}/{MonthNumberWithZero}/{DayOfMonthWithZero} ({DayOfWeek})&nbsp;&bull;&nbsp;{NoteCountWithLabel}
  635. {block:HasTags}
  636. <br>{lang:Tagged}: {block:Tags}<a href="{TagURL}" style="border:none;">{Tag}</a>&nbsp;&nbsp;{/block:Tags}
  637. {/block:HasTags}
  638. {block:RebloggedFrom}
  639. <br>{lang:Via}: <a href="{ReblogParentURL}" style="border:none;">{ReblogParentName}</a>&nbsp;&bull;&nbsp;{lang:Source}: <a href="{ReblogRootURL}" style="border:none;">{ReblogRootName}</a>
  640. </div>
  641. {/block:RebloggedFrom}
  642. {/block:PermalinkPage}
  643. {/block:Date}
  644. <!-- END POST INFORMATION -->
  645.  
  646. {block:PostNotes}
  647. {PostNotes-16}
  648. {/block:PostNotes}
  649.  
  650. </div>
  651. {block:ContentSource}<!--{SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}” width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}”/>{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}-->{/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  652. {/block:Posts}
  653. </div>
  654. <!-- END POSTS -->
  655.  
  656. <!-- INFINITE SCROLL -->
  657. <div class="navigation">
  658. {block:Pagination}
  659. {block:NextPage}<p id="page_nav"><a style="float:right" href="{NextPage}" id="next">Older ?</a>{/block:NextPage}
  660. {block:PreviousPage}<a style="float:left" href="{PreviousPage}">? Newer</a></p>{/block:PreviousPage}
  661. {/block:Pagination}
  662. </div>
  663. <!-- END INFINITE SCROLL -->
  664.  
  665. <!-- SCROLL BACK TO TOP -->
  666. <div id="top"><a href="javascript:;" id="mbTop"><i class="fa fa-chevron-up"></i></a></div>
  667. <!-- END SCROLL BACK TO TOP -->
  668.  
  669. <div class="space"></div>
  670.  
  671. </body>
  672. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement