Advertisement
kyngri

Yoshi

May 16th, 2016
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.76 KB | None | 0 0
  1. <!--
  2. Theme made by ayiams for personal use only.
  3. -->
  4.  
  5. <!DOCTYPE html>
  6. <head>
  7.  
  8. <script language=JavaScript> var message="Boo."; function clickIE4(){ if (event.button==2) { alert(message); return false; } } function clickNS4(e){ if (document.layers||document.getElementById&&!document.all){ if (e.which==2||e.which==3){ alert(message); return false; } } } if (document.layers){ document.captureEvents(Event.MOUSEDOWN); document.onmousedown=clickNS4; } else if (document.all&&!document.getElementById){ document.onmousedown=clickIE4; } document.oncontextmenu=new Function("return false") </script>
  9.  
  10. <title>継続は力なり。</title>
  11.  
  12. <link rel="shortcut icon" href="https://31.media.tumblr.com/0483a8d36e23ac52e39ef75074918fb0/tumblr_inline_nhfthb3Uyo1t7fjz8.png">
  13. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  14. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  15.  
  16. <!--Default Variables-->
  17.  
  18. <meta name="color:Background" content="#ffffff"/>
  19. <meta name="color:Title" content="#bbbbbb" />
  20. <meta name="color:Text" content="#aaaaaa"/>
  21. <meta name="color:Links" content="#ffffff"/>
  22. <meta name="color:Links Hover" content="#000000"/>
  23. <meta name="color:Blockquote" content="#e1e1e1"/>
  24. <meta name="color:Borders" content="#dbdbdb" />
  25. <meta name="color:Scrollbar" content="#dbdbdb" />
  26. <meta name="color:Bold" content="#b3b3b3" />
  27. <meta name="color:Italic" content="#cccccc"/>
  28.  
  29. <meta name="text:Amount of Grayscale" content="40">
  30.  
  31. <meta name="if:250px" content="0" />
  32. <meta name="if:400px" content="1" />
  33. <meta name="if:500px" content="0" />
  34. <meta name="if:InfiniteScroll" content="0" />
  35. <meta name="if:monochrome" content="1" />
  36.  
  37.  
  38. <!--CSS customization here. -->
  39.  
  40. <style type="text/css">
  41.  
  42. @font-face {font-family: "neou"; src:url('https://dl.dropboxusercontent.com/s/ggesu9cscg40a2p/neou-thin.ttf?dl=1'); format(“truetype”);}
  43.  
  44. iframe#tumblr_controls {
  45. top:0%!important;
  46. right:0%!important;
  47. position:fixed!important;
  48. z-index:99999999!important;
  49. -webkit-filter:invert(100%);
  50. -moz-filter:invert(100%);
  51. -o-filter:invert(100%);
  52. -ms-filter:invert(100%);
  53. filter:invert(100%);
  54. opacity:.3;
  55. {block:IndexPage}
  56. opacity:0;
  57. -webkit-transition: all 1s ease-in-out;
  58. -moz-transition: all 1s ease-in-out;
  59. -o-transition: all 1s ease-in-out;
  60. -ms-transition: all 1s ease-in-out;
  61. transition: all 1s ease-in-out;
  62. {/block:IndexPage}
  63. }
  64.  
  65. iframe#tumblr_controls:hover {
  66. opacity:.3;
  67. }
  68.  
  69. #s-m-t-tooltip{
  70. max-width:300px;
  71. margin-top:25px;
  72. margin-left:15px;
  73. padding:4px;
  74. z-index:99999999999999999;
  75. background-color:black;
  76. color:white;
  77. font-family:calibri;
  78. font-size:8px;
  79. line-height:8px;
  80. letter-spacing:1px;
  81. font-style:normal;
  82. text-transform:uppercase;
  83. word-wrap:break-word;
  84. -moz-transition:all 0.5s ease-in-out;
  85. -webkit-transition:all 0.5s ease-in-out;
  86. -o-transition:all 0.5s ease-in-out;
  87. transition:all 0.5s ease-in-out;
  88. }
  89.  
  90. ::-webkit-scrollbar-thumb:vertical {
  91. background:{color:Scrollbar};
  92. height: 50px;
  93. }
  94.  
  95. ::-webkit-scrollbar {
  96. height: 10px;
  97. width: 3px;
  98. }
  99.  
  100. /*basics*/
  101. blockquote {padding:5px 0 5px 20px;
  102. border-left:1px solid {color:Blockquote};
  103. margin-left:20px;
  104. }
  105.  
  106. body {
  107. background:{color:Background};
  108. color:{color:Text};
  109. font-family:Calibri;
  110. font-size:11px;
  111. text-align:justify;
  112. margin:0;
  113. line-height:16px;}
  114.  
  115. a {
  116. color:{color:Links};
  117. text-decoration:none;
  118. -webkit-transition: all 1s ease-in-out;
  119. -moz-transition: all 1s ease-in-out;
  120. -o-transition: all 1s ease-in-out;
  121. -ms-transition: all 1s ease-in-out;
  122. transition: all 1s ease-in-out;
  123. }
  124. a:hover{
  125. color:{color:Links Hover};
  126. text-shadow: 2px 2px 6px #111;
  127. }
  128.  
  129. pre {
  130. width:95%;
  131. white-space:pre-wrap;
  132. word-wrap:break-word;
  133. background:transparent;
  134. color:{color:Desc Text};
  135. padding:4px;
  136. }
  137.  
  138. small {
  139. font-size:9px;}
  140.  
  141. sub {
  142. font-size:9px;}
  143.  
  144. big {
  145. font-size:13px;}
  146.  
  147. b, strong {
  148. color:{color:Bold};
  149. font-weight:bold;
  150. }
  151.  
  152. i, em {
  153. color:{color:Italic};
  154. font-style:italic;
  155. }
  156.  
  157. ul,ol {
  158. padding:2px;
  159. margin-left:25px;
  160. }
  161.  
  162. ul {
  163. list-style-type:square;
  164. }
  165.  
  166. h1 {
  167. font-family:neou;
  168. font-size:20px;
  169. line-height:20px;
  170. font-weight:normal;
  171. margin-bottom:10px;
  172. text-transform:uppercase;
  173. text-align:center;
  174. }
  175.  
  176. #title {
  177. font-family:neou;
  178. font-size:30px;
  179. line-height:30px;
  180. font-weight:normal;
  181. margin-bottom:10px;
  182. text-transform:uppercase;
  183. text-align:center;}
  184.  
  185.  
  186. /*texture*/
  187.  
  188. #hyrule {width:100%;height:100%;left:0px;bottom:0px;position:fixed;background:url('https://66.media.tumblr.com/21712a7b18ac177f18688c65fa070128/tumblr_inline_o700jp3ToZ1u8j6wt_540.png');background-attachment:fixed;background-repeat:repeat;z-index:-9;}
  189.  
  190. /*Sidebar*/
  191.  
  192. #zelda {position:absolute;bottom:0px;left:0px;z-index:9;width:489px;height:162px;background:url('https://31.media.tumblr.com/68f115cee568439ec06c1b875175a7aa/tumblr_inline_nl17hgfnlU1t839df.png');background-attachment:fixed;background-repeat:repeat;}
  193. #princess {position:absolute;right:0px;bottom:0px;}
  194. #castle {position:absolute;background:white;top:17px;padding:10px;left:15px;width:439px;height:110px;}
  195. #link {position:absolute;left:10px;top:43px;width:150px;height:80px;font-family:Calibri, sans-serif;font-size:8px;}
  196. #link a {
  197. color:{color:Links};
  198. text-decoration:none;
  199. -webkit-transition: all 1s ease-in-out;
  200. -moz-transition: all 1s ease-in-out;
  201. -o-transition: all 1s ease-in-out;
  202. -ms-transition: all 1s ease-in-out;
  203. transition: all 1s ease-in-out;
  204. }
  205. #link a:hover{
  206. color:{color:Links Hover};
  207. text-shadow: 2px 2px 6px #111;
  208. }
  209. #triforce {position:absolute;left:185px;top:30px;border:solid 1px #efefef;width:180px;height:86px;padding:10px;z-index:9;}
  210. #tri {position:absolute;left:3px;top:3px;padding:5px;overflow:auto;font-family:Calibri;font-size:8px;text-transform:uppercase;width:183px;height:89px;}
  211. #ocarina {position:absolute;bottom:143px;left:-20px;padding:10px;height:430px;width:459px;background:white;font-family:Calibri;
  212. font-size:11px;}
  213.  
  214. /* Pagination */
  215.  
  216. #page {
  217. position:absolute;
  218. width:60px;
  219. right:-23px;
  220. bottom:0px;
  221. font-family:neou;
  222. font-size:40px;
  223. text-align:right;
  224. z-index:999999999;
  225. }
  226.  
  227. /*posts*/
  228.  
  229. #postcon {
  230. z-index:999;
  231. position:absolute;
  232. bottom:18px;
  233. left:430px;
  234. width:489px;
  235. height:619px;
  236. background:white;
  237. }
  238.  
  239. #postentry {
  240. position:absolute;
  241. background:white;
  242. top:0px;
  243. padding:10px;
  244. left:0px;
  245. {block:If250px}
  246. width:290px;
  247. {block:If250px}
  248. {block:If400px}
  249. width:469px;
  250. {block:If400px}
  251. {block:If500px}
  252. width:540px;
  253. {block:If500px}
  254. height:450px;
  255. }
  256.  
  257. #postentryy {
  258. position:absolute;
  259. top:4px;
  260. left:5px;
  261. {block:If250px}
  262. width:290px;
  263. {block:If250px}
  264. {block:If400px}
  265. width:479px;
  266. {block:If400px}
  267. {block:If500px}
  268. width:540px;
  269. {block:If500px}
  270. height:450px;
  271. overflow:auto;
  272. }
  273.  
  274. #posts {
  275. {block:If250px}
  276. width:250px;
  277. {block:If250px}
  278. {block:If400px}
  279. width:400px;
  280. {block:If400px}
  281. {block:If500px}
  282. width:500px;
  283. {block:If500px}
  284. margin-top: 10px;
  285. margin-left:29px;
  286. padding:10px;
  287. }
  288. #posts img {
  289. max-width:100%;
  290. {block:ifMonochrome}-webkit-filter: grayscale({text:Amount of Grayscale}%); {/block:ifMonochrome}
  291. }
  292.  
  293. #posts img, #posts li, #posts blockquote {max-width: 100%;
  294. {block:ifMonochrome}-webkit-filter: grayscale({text:Amount of Grayscale}%); {/block:ifMonochrome}
  295. }
  296. .caption {width:100%;
  297. margin-top:10px;
  298. }
  299.  
  300. #photo img {
  301. max-width:100%;
  302. {block:ifMonochrome}-webkit-filter: grayscale({text:Amount of Grayscale}%); {/block:ifMonochrome}
  303. }
  304.  
  305. #pset, #vid {
  306. {block:ifMonochrome}-webkit-filter: grayscale({text:Amount of Grayscale}%); {/block:ifMonochrome}
  307. }
  308.  
  309. /*quote*/
  310.  
  311. #titlequote{
  312. text-align:center;
  313. font-family:neou;
  314. font-size:20px;
  315. line-height:20px;
  316. font-weight:normal;
  317. margin-bottom:10px;
  318. text-transform:uppercase;
  319. text-align:center;
  320. }
  321. #source {
  322. font-family:calibri;
  323. text-transform:uppercase;
  324. font-size:9px;
  325. margin-top:10px;
  326. margin-right:25px;
  327. text-align:right;
  328. }
  329.  
  330. /* Audio */
  331.  
  332. #audio {
  333. padding-top:3px;
  334. padding-left:5px;
  335. padding-right:5px;
  336. padding-bottom:5px;
  337. border-left:1px solid #fafafa;
  338. }
  339.  
  340. #info {
  341. color:{color:Text};
  342. font-family:calibri;
  343. font-size:8px;
  344. line-height:10px;
  345. letter-spacing:1px;
  346. text-transform:uppercase;
  347. text-align:left;
  348. }
  349.  
  350. #player {
  351. width:26px;
  352. height:28px;
  353. border-left:7px solid #fafafa;
  354. border-right:7px solid #fafafa;
  355. border-top:6px solid #fafafa;
  356. border-bottom:6px solid #fafafa;
  357. background-color:#fafafa;
  358. display:block;
  359. overflow:hidden;
  360. position:absolute;
  361. }
  362.  
  363. #art {
  364. width:40px;
  365. height:28px;
  366. background-color:#fafafa;
  367. -webkit-filter:grayscale({text:Amount of Grayscale}%);
  368. -moz-filter:grayscale({text:Amount of Grayscale}%);
  369. -ms-filter:grayscale({text:Amount of Grayscale}%);
  370. -o-filter:grayscale({text:Amount of Grayscale}%);
  371. filter:grayscale({text:Amount of Grayscale}%);
  372. }
  373.  
  374.  
  375. /* Question */
  376.  
  377. #asker {
  378. font-family:neou;
  379. text-align:center;
  380. font-size:20px;
  381. color:{color:Ask};
  382. }
  383.  
  384. #question {
  385. padding:5px;
  386. border-bottom:1px solid #efefef;
  387. text-align:center;
  388. font-family:calibri;
  389. font-size:11px;
  390. }
  391.  
  392. /*chat*/
  393.  
  394. #chat {
  395. padding-top:2px;
  396. padding-bottom:3px;
  397. padding-left:5px;
  398. padding-right:5px;
  399. line-height:11px;
  400. color:{color:Text};
  401. font-family:calibri;
  402. letter-spacing:1px;
  403. font-size:8px;
  404. font-style:normal;
  405. text-transform:uppercase;
  406. }
  407.  
  408. #chat.odd {
  409. background:#fafafa;
  410. }
  411.  
  412.  
  413.  
  414.  
  415.  
  416. /*permalink and notes*/
  417.  
  418. #permalink {
  419. font-family:calibri;
  420. font-size:9px;
  421. margin-top:15px;
  422. text-align:center;
  423. text-transform:uppercase;
  424. background:#fafafa;
  425. }
  426.  
  427.  
  428. .pagenotes {
  429. {block:IndexPage}
  430. display: none!important;
  431. {/block:IndexPage}
  432. {block:If250px}
  433. width:250px;
  434. {block:If250px}
  435. {block:If400px}
  436. width:400px;
  437. {block:If400px}
  438. {block:If500px}
  439. width:500px;
  440. {block:If500px}
  441. margin-left:50px;
  442. text-align:left;
  443.  
  444. }
  445. .pagenotes img {
  446. display:none!important;}
  447. .pagenotes li {
  448. list-style-type:none;
  449. padding:5px 0px;
  450. text-align:left;
  451. margin:0 0 0 -40px;
  452. }
  453.  
  454.  
  455.  
  456.  
  457. {CustomCSS}
  458.  
  459.  
  460. </style>
  461.  
  462. {block:IndexPage}
  463. {block:ifInfiniteScroll}
  464. <script type="text/javascript" src="http://static.tumblr.com/twte3d7/RhUlio0y7/lazyload.js"></script>
  465. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  466. {/block:ifInfiniteScroll}
  467. {/block:IndexPage}
  468.  
  469.  
  470.  
  471. <script type='text/javascript' src='https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js'></script>
  472. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  473. <script>
  474. (function($){
  475. $(document).ready(function(){
  476. $("[title]").style_my_tooltips();
  477. });
  478. })(jQuery);
  479. </script>
  480.  
  481. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script><script type="text/javascript">jQuery(document).ready(function() {
  482. jQuery(".epona").hide();jQuery(".answer").click(function(){jQuery(this).next(".epona").fadeToggle(500);});});</script>
  483.  
  484. </head>
  485.  
  486. <body>
  487. <body bgcolor="#fafafa" ondragstart="return false" onselectstart="return false">
  488. <body onkeydown="return false">
  489.  
  490. <div id="con">
  491. <div id="hyrule"></div>
  492.  
  493. <div id="postcon">
  494.  
  495. <div id="zelda">
  496. <div id="castle">
  497. <div id="title"><div style="position:absolute;top:10px;left:5px;">
  498. 一実り豊か。</div></div>
  499. <div id="link">
  500. <a href="/"><div style="position:absolute;top:0px;left:0px;width:148px;border:solid 1px #efefef;background:white;text-align:center;">HOME</div></a>
  501. <a href="/ask"><div style="position:absolute;top:20px;left:0px;width:148px;border:solid 1px #efefef;background:white;text-align:center;">ASK</div></a>
  502. <a href="/submit"><div style="position:absolute;top:40px;left:0px;width:148px;border:solid 1px #efefef;background:white;text-align:center;">SUBMIT</div></a>
  503. <a onclick="close(); return false" title="Click!" class="answer"><div style="position:absolute;top:60px;left:0px;width:148px;border:solid 1px #efefef;background:white;text-align:center;">ABOUT</div></a>
  504. <div class="epona">
  505. <div id="ocarina"><div style="background: black; color: white; padding: 5px; text-align: center; font-size: 14px;">❝ The most beautiful experience we can have is the mysterious. It is the fundamental emotion that stands at the cradle of true art and true science. ❞</div><br>
  506. <div style="font-size: 23px; padding: 5px;">一Basics。</div>
  507. <blockquote><small><strong>Birth Name :</strong> Yoshizaki Maiya (吉崎 米谷)<br /><strong>Korean Name :</strong> Minhyo (민효)<br /><strong>Nicknames :</strong> Yoshi (as of right now)<br /><strong>Birth Date :</strong> June 15, 1995<br /><strong>Zodiac :</strong> Gemini, Pig<br /><strong>Birth Place :</strong> Fukuoka, Japan<br /><strong>Current Residency :</strong> Hongdae, Seoul<br /><strong>Family :</strong> Father (Japanese), Mother (Korean), and a younger sister<br /><strong>Height :</strong> 168cm<br /><strong>Weight :</strong> 47kg<br /><strong>Blood Type :</strong> B<br /><strong>Current Education :</strong> Korea National University of Arts (K-Arts)<br /><strong>Current Occupation :</strong> Aspiring artist and, from time to time, an endorsement model<br /><strong>Personality :</strong> The smart one, the talkative one, usually playful with a bit of a feisty side when it comes down to it, although very caring and respectful when it comes to those who are close to her<br>especially towards her family<br /><strong>Specialties :</strong> Is trilingual (Japanese, Korean, English), draws, paints, modeling (again, from time to<br>time), and has a nice singing voice although she doesn't sing often nor does she ever really sing<br>in front of people</small></blockquote>
  508. <div style="background: white; text-align: center; font-size: 14px;"><a href="/-">past</a> // <a href="/+">present</a></div></div></div>
  509. </div>
  510. </div>
  511. <div id="triforce"><div id="tri">The most beautiful people we have known are those who have known defeat, known suffering, known struggle, known loss, and have found their way out of the depths. These persons have an appreciation, a sensitivity, and an understanding of life that fills them with compassion, gentleness, and a deep loving concern. Beautiful people do not just happen.</div></div>
  512. <div id="princess"><img src="https://65.media.tumblr.com/0851dc853fddd347de99ab640b14573f/tumblr_inline_o74kjbBZdf1u8j6wt_540.png"></div>
  513. <div style="position:absolute;bottom:20px;left:-32px;font-size:9px;-ms-transform: rotate(-90deg);-webkit-transform: rotate(-90deg);transform: rotate(-90deg);"><a href="http://originalites.tumblr.com/">ORI</a>. <a href="http://ecriture-rp.tumblr.com/">ECR</a>. <a href="http://plus82kr.tumblr.com/">+82</a>.</div>
  514. </div>
  515.  
  516. {block:ifnotInfiniteScroll}
  517. {block:Pagination}<div id="page">
  518. {block:PreviousPage}
  519. <div style="left:3px;"><a href="{PreviousPage}">-</a></div>
  520. {/block:PreviousPage}
  521. <br>
  522. {block:NextPage}
  523. <a id="next" href="{NextPage}">+</a>
  524. {/block:NextPage}
  525. </div>{/block:Pagination}
  526. {/block:ifnotInfiniteScroll}
  527.  
  528. <div id="postentry">
  529. <div id="postentryy">
  530.  
  531. {block:Posts}
  532. <div id="posts">
  533.  
  534.  
  535. {block:Quote}
  536.  
  537.  
  538. <div id="titlequote">❝ {Quote} ❞</div>
  539. {block:Source}<div id="source">&mdash; {Source}</div>{/block:Source}
  540. {/block:Quote}
  541.  
  542.  
  543.  
  544. {block:Text}
  545.  
  546. {block:Title}
  547. <div id="title">{Title}</div>{/block:Title}
  548. {Body}
  549. {/block:Text}
  550.  
  551. {block:Link}
  552. <div id="title"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
  553. {/block:Link}
  554.  
  555. {block:Chat}
  556. {block:Title}
  557. <h1>+ {Title}.</h1>
  558. {/block:Title}
  559. {block:Lines}<div id="chat" class="{Alt} user_{UserNumber}">
  560. {block:Label}
  561. <font color="{color:Links}">{Label}</font>
  562. {/block:Label}
  563. {Line}</div>
  564. {/block:Lines}
  565. {/block:Chat}
  566.  
  567. {block:Photo}
  568. <div id="photo">
  569. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}
  570. </div>
  571. {/block:Photo}
  572.  
  573. {block:Photoset}
  574. <div id="pset">
  575. {block:If250px}
  576. {Photoset-250}
  577. {/block:If250px}
  578. {block:If400px}
  579. {Photoset-400}
  580. {/block:If400px}
  581. {block:If500px}
  582. {Photoset-500}
  583. {/block:If500px}
  584. </div>
  585. {/block:Photoset}
  586.  
  587. {block:Video}
  588. <div id="vid">
  589. {block:If250px}
  590. {Video-250}
  591. {/block:If250px}
  592. {block:If400px}
  593. {Video-400}
  594. {/block:If400px}
  595. {block:If500px}
  596. {Video-500}
  597. {/block:If500px}
  598. </div>
  599. {/block:Video}
  600.  
  601. {block:Audio}
  602. <table border="0" cellpadding="0" cellspacing="5" ><tr>
  603. <td id="art" valign="top">
  604. <div id="player">{AudioPlayerWhite}</div>
  605. </td>
  606. <td valign="top" id="audio">
  607. {block:TrackName}
  608. <div id="info">
  609. <font color="{color:Links}">Track:</font> {TrackName}
  610. </div>
  611. {/block:TrackName}
  612. {block:Artist}
  613. <div id="info">
  614. <font color="{color:Links}">Artist:</font> {Artist}
  615. </div>
  616. {/block:Artist}
  617. <div id="info">
  618. <font color="{color:Links}">Plays:</font> {PlayCount}
  619. </div>
  620. </td>
  621. </tr>
  622. </table>
  623. {/block:Audio}
  624.  
  625. {block:Answer}
  626. <div id="asker">{Asker}</div>
  627. <div id="question"><small>{Question}</small></div>
  628. <br>{Answer}
  629. {/block:Answer}
  630.  
  631. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  632.  
  633. {block:IndexPage}
  634. {block:Date}
  635. <div id="permalink">
  636. <a href="{Permalink}">{TimeAgo}</a> // {NoteCountWithLabel} // <a href="{ReblogURL}">↻</a><br>
  637. {block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags} {/block:HasTags}
  638. </div>
  639. {/block:Date}
  640. {/block:IndexPage}
  641.  
  642. {block:PermalinkPage}
  643. <div id="permalink">{block:Date}Posted {Timeago} on {Month} {DayOfMonth}{DayOfMonthSuffix}, {Year}{/block:Date}{block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  644.  
  645. {block:RebloggedFrom}<br>via <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a> | origin <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a> {/block:RebloggedFrom}
  646.  
  647. {block:HasTags}<br>saved: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}
  648. </div>
  649. {/block:PermalinkPage}
  650.  
  651.  
  652. </div>
  653.  
  654.  
  655. {block:PostNotes}
  656. <div class="pagenotes">
  657. {PostNotes}
  658. </div>
  659. {/block:PostNotes}
  660.  
  661.  
  662. {/block:Posts}
  663.  
  664. </div>
  665.  
  666.  
  667. </div>
  668.  
  669. </div>
  670. </div>
  671.  
  672.  
  673. {block:ContentSource}
  674. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  675. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  676. {/block:SourceLogo}
  677. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  678. {/block:ContentSource}
  679.  
  680. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement