Advertisement
yeolxingy

Theme | 13

Aug 3rd, 2015
1,174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.79 KB | None | 0 0
  1.  
  2.  
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  5.  
  6. <!-----------
  7. Theme #13 by Beenzin-o
  8. Please DO NOT message me about any problems,
  9. because I cannot help, I'm terribly sorry.
  10. I am not good with explaining, please understand.
  11. Please, please do not remove the credits,
  12. And please do not claim this theme as your own. thank you. :)
  13. ------------>
  14.  
  15. <title>{title}</title>
  16. <link rel="shortcut icon" href="http://i11.photobucket.com/albums/a168/evelynregly/minigifs/blob02.gif" type="image/x-icon" />
  17. <link rel="alternate" type="application/rss+xml" href="http://ryeou.tumblr.com/rss">
  18.  
  19.  
  20. <meta name="description" content="" />
  21.  
  22.  
  23. <meta name="color:bg colour" content ="#000">
  24. <meta name="color:text colour" content ="#c0c0c0">
  25. <meta name="color:highlight" content="#f1f1f0">
  26. <meta name="color:highlight text" content ="#fff">
  27. <meta name="color:boldtext" content="#474747">
  28. <meta name="color:italics" content="#949494">
  29. <meta name="color:scrollbar" content="#ccc">
  30. <meta name="color:links" content="#fff">
  31. <meta name="color:links hover" content="#6d6d6d">
  32. <meta name="color:link hover border" content="#ebebeb">
  33. <meta name="color:chat post bg" content="#f1f1f1">
  34. <meta name="color:ask border" content="#e8e8e8">
  35. <meta name="color:desc text" content="#fff">
  36. <meta name="color:post color" content="#fff">
  37. <meta name="color:post border" content="#fff">
  38.  
  39. <meta name="if:endless scroll" content="1">
  40. <meta name="if:tiny cursor" content="1">
  41. <meta name="if:250px posts" content="1">
  42.  
  43.  
  44.  
  45.  
  46. <meta name="image:bg image" content="">
  47.  
  48. <meta name="text:link 1 title" content="link 1">
  49. <meta name="text:link 1 url" content="/">
  50. <meta name="text:link 2 title" content="link 2">
  51. <meta name="text:link 2 url" content="/">
  52. <meta name="text:link 3 title" content="link 3">
  53. <meta name="text:link 3 url" content="/">
  54. <meta name="text:link 4 title" content="link 4">
  55. <meta name="text:link 4 url" content="/">
  56.  
  57. <meta name="text:Corner Image Location" content="right"/>
  58. <meta name="image:Corner Image" content=""/>
  59.  
  60.  
  61.  
  62. <meta name="if:LaceBanner" content="1"/>
  63. <meta name="color:Banner" content="#000" />
  64.  
  65. <link href="style-my-tooltips.css" rel="stylesheet" type="text/css" />
  66. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script><script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script><script>(function($){$(document).ready(function(){$("[title]").style_my_tooltips();});})(jQuery);</script>
  67.  
  68. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
  69.  
  70. <style type="text/css">
  71.  
  72.  
  73. body, a {
  74. cursor:url('http://static.tumblr.com/p7wg3p9/o3jmn8igq/tiny.png'), auto
  75. }
  76.  
  77. a:hover {
  78. cursor: url('http://static.tumblr.com/p7wg3p9/EWnmn8ip5/tinyhover.png'), auto;
  79. }
  80.  
  81.  
  82. iframe#tumblr_controls {
  83. top:0%!important;
  84. right:0%!important;
  85. position:fixed!important;
  86. z-index:99999999!important;
  87. opacity:0.7;
  88. -webkit-filter:invert(100%);
  89. -moz-filter:invert(100%);
  90. -o-filter:invert(100%);
  91. -ms-filter:invert(100%);
  92. filter:invert(100%);
  93. }
  94.  
  95. /* hover titles */
  96.  
  97. #s-m-t-tooltip{
  98. max-width:300px;
  99. margin-top:12px;
  100. margin-left:12px;
  101. border: #bebebe 1px solid;
  102. outline: #555 0px solid;
  103. padding: 2px;
  104. z-index:9999;
  105. background-color:#fff;
  106. color:#555;
  107. font-family:lucida console;
  108. font-size:8px;
  109. text-transform:uppercase;
  110. box-shadow:1px 1px 3px rgba(0,0,0,.1);
  111. }
  112.  
  113. body {
  114. font-family: lucida console;
  115. font-size: 9px;
  116. color:{color:text colour};
  117. margin: 0;
  118. background-color:{color:bg colour};
  119.  
  120. }
  121.  
  122. /* links */
  123.  
  124. a {
  125. color:{color:links};
  126. text-decoration: none;
  127. text-transform: uppercase;
  128. -webkit-transition: all 0.5s ease-in-out;
  129. -moz-transition: all 0.5s ease-in-out;
  130. -o-transition: all 0.5s ease-in-out;
  131. -ms-transition: all 0.5s ease-in-out;
  132. transition: all 0.5s ease-in-out;
  133. }
  134.  
  135. a:hover {
  136. color:{color:links hover};
  137. -webkit-transition: all 0.5s ease-in-out;
  138. -moz-transition: all 0.5s ease-in-out;
  139. -o-transition: all 0.5s ease-in-out;
  140. -ms-transition: all 0.5s ease-in-out;
  141. transition: all 0.5s ease-in-out;
  142. }
  143.  
  144. /* scrollbar */
  145.  
  146. ::-webkit-scrollbar-thumb:vertical {
  147. background-color:#fff;
  148. height:40px;
  149. border:3px solid #555;
  150. z-index:1000;
  151. }
  152.  
  153. ::-webkit-scrollbar {
  154. background-color:#fff;
  155. height:10px;
  156. width:7px;
  157. z-index:1000;
  158. }
  159.  
  160. /* selection/highlight */
  161.  
  162. ::selection {
  163. background: #ddd;
  164. color: #bbb;
  165. text-shadow: 3px 0px .2px #fff, -3px 0px .2px #fff;
  166. }
  167.  
  168. ::-moz-selection {
  169. background: #555;
  170. color: #bbb;
  171. text-shadow: 3px 0px .2px #fff, -3px 0px .2px #fff;
  172. }
  173.  
  174. i, em {
  175. color:{color:italics};
  176. letter-spacing: 2px;
  177. }
  178.  
  179. b, strong {
  180. color:{color:boldtext};
  181. letter-spacing: 2px;
  182. font-weight: normal;
  183. }
  184.  
  185. h3 {
  186. font: 12px lucida console;
  187. font-weight: 500;
  188. text-align: center;
  189. text-transform:uppercase;
  190. letter-spacing:2px;
  191. }
  192.  
  193. blockquote {
  194. border-left: 2px solid #333;
  195. padding: 1px 1px 1px 10px;
  196. margin: 5px;
  197. }
  198.  
  199. .quote {
  200. font: 12px lucida console;
  201. font-weight: 500;
  202. font-style:italic;
  203. text-align: center;
  204. text-transform:uppercase;
  205. letter-spacing:2px;
  206. }
  207.  
  208. .source {
  209. text-align: right;
  210. }
  211.  
  212. ul, ol {
  213. list-style-type: hiragana;
  214. }
  215.  
  216. ul.chat {
  217. margin: 0px 0px 0px 0px;
  218. padding: 0px 0px 0px 0px;
  219. }
  220.  
  221. .chat li {
  222. list-style-type: hiragana;
  223. padding: 2px;
  224. }
  225.  
  226. .chat li.odd {
  227. background-color: #555;
  228. }
  229.  
  230. #content {
  231. background: transparent;
  232. padding: 20px;
  233. width: 350px;
  234. margin: auto;
  235. margin-top: 70px;
  236. }
  237.  
  238. /* posts */
  239.  
  240. .posts {
  241. padding: 5px;
  242. margin-top: 5px;
  243. overflow: hidden;
  244. background: transparent;
  245. opacity: 0.8;
  246. /* You can change Posts border colors with these */
  247. border-left:2px solid #fff;
  248. border-right:2px solid #fff;
  249. border-top:2px solid #fff;
  250.  
  251. width: 250px;
  252.  
  253. {block:PermalinkPage}
  254. width: 250px;
  255. {/block:PermalinkPage}
  256.  
  257.  
  258. }
  259.  
  260. .posts img {
  261. max-width: 100%;
  262. }
  263.  
  264. /* permalinks */
  265.  
  266. #info {
  267. {block:IndexPage}
  268. margin-top:-18px;
  269. opacity: 0;
  270. {/block:IndexPage}
  271. padding:3px;
  272. background-color: transparent;
  273. text-align:center;
  274. text-transform: uppercase;
  275. -webkit-transition: all 0.7s ease-in-out;
  276. -moz-transition: all 0.7s ease-in-out;
  277. -o-transition: all 0.7s ease-in-out;
  278. -ms-transition: all 0.7s ease-in-out;
  279. transition: all 0.7s ease-in-out;
  280. }
  281.  
  282. #info img {
  283. opacity: 0.3;
  284. -webkit-transition: all 0.7s ease-in-out;
  285. -moz-transition: all 0.7s ease-in-out;
  286. -o-transition: all 0.7s ease-in-out;
  287. -ms-transition: all 0.7s ease-in-out;
  288. transition: all 0.7s ease-in-out;
  289. }
  290.  
  291. #info img:hover {
  292. opacity:0.8;
  293. -webkit-transition: all 0.7s ease-in-out;
  294. -moz-transition: all 0.7s ease-in-out;
  295. -o-transition: all 0.7s ease-in-out;
  296. -ms-transition: all 0.7s ease-in-out;
  297. transition: all 0.7s ease-in-out;
  298. }
  299.  
  300. {block:IndexPage}
  301. .posts:hover #info {
  302. margin-top: 0px;
  303. opacity: 1;
  304. -webkit-transition: all 0.7s ease-in-out;
  305. -moz-transition: all 0.7s ease-in-out;
  306. -o-transition: all 0.7s ease-in-out;
  307. -ms-transition: all 0.7s ease-in-out;
  308. transition: all 0.7s ease-in-out;
  309. }
  310. {/block:IndexPage}
  311.  
  312. #permapage {
  313. text-align:justify;
  314. border-top:3px double {color:ask border};
  315. border-bottom:3px double {color:ask border};
  316. font-family:consolas;
  317. width: 250px;
  318. margin:3px 0px 3px 0px;
  319. }
  320.  
  321. #notes {
  322. width:250px;
  323. font-family:calibri;
  324. font-size:8px;
  325. letter-spacing:1px;
  326. text-transform:uppercase;
  327. margin-top: 10px;
  328. }
  329.  
  330. #notes li, ol {
  331. list-style-type: hiragana;
  332. padding:3px;
  333. }
  334.  
  335. #notes img {
  336. display:none;
  337. }
  338.  
  339.  
  340.  
  341.  
  342.  
  343.  
  344. #top {
  345. top:0px;
  346. width:100%;
  347. position:fixed;
  348. z-index:999999;
  349. {block:ifnotLaceBanner}
  350.  
  351. {/block:ifnotLaceBanner}
  352. }
  353.  
  354.  
  355.  
  356. #banner {
  357. {block:ifLaceBanner}
  358. background-image:url('');
  359. repeat:repeat-x;
  360. background-color:#fff;
  361. left:0;
  362. width:100%;
  363. height:25px;
  364. opacity:0.7;
  365. margin-top: -70px;
  366. margin-left: 0px;
  367. position:fixed;
  368. {/block:ifLaceBanner}
  369. }
  370.  
  371.  
  372. /* sidebar */
  373.  
  374. #sidebar {
  375. position: fixed;
  376. margin-left: -10px;
  377. margin-top: -90px;
  378. width: 150px;
  379. height:auto;
  380. background: {color:Banner};
  381. text-align: justify;
  382. padding: 50px 30px 15px 100px;
  383. z-index: 9999;
  384. /* You can change description box border color with these */
  385. border-bottom:2px solid #fff;
  386. border-left:2px solid #fff;
  387. border-right:2px solid #fff;
  388. }
  389.  
  390. #title {
  391. text-align: center;
  392. width: 120px;
  393. margin-left: -124px;
  394. margin-top: -40px;
  395. padding: 10px;
  396. letter-spacing: 3px;
  397. font-size:11px;
  398. font-family: calibri;
  399. z-index: 100%;
  400. text-transform:uppercase;
  401.  
  402. }
  403.  
  404. /* description */
  405.  
  406. #desc {
  407. width:179px;
  408. margin-left: -10px;
  409. margin-top: -38px;
  410. height:auto;
  411. font-size: 8px;
  412. letter-spacing: 1px;
  413. text-align: right;
  414. color: {color:desc text};
  415. position: absolute;
  416.  
  417.  
  418. }
  419.  
  420.  
  421.  
  422.  
  423.  
  424.  
  425. /* nav icons */
  426.  
  427. #links {
  428. width:200px;
  429. margin-left: -88px;
  430. padding:4px;
  431. font-size:10px;
  432. background-color:transparent;
  433. line-height:13px;
  434. margin-top: -15px;
  435. position: absolute;
  436. letter-spacing: 0px;
  437.  
  438.  
  439. }
  440.  
  441. .links a {
  442. padding: 2px 1px 2px 3px;
  443. max-width: 10px;
  444. max-height: 10px;
  445. text-shadow:0px 0px #d3edf1, -0px 0px #d3edf1;
  446. }
  447.  
  448. .links a:hover {
  449. color: #e8e8e8;
  450. text-shadow:5px 0px transparent, -5px 0px transparent;
  451. }
  452.  
  453.  
  454.  
  455.  
  456. #albumart img {
  457. width: 70px;
  458. height: 70px;
  459. }
  460.  
  461. #permapage {
  462. text-align:center;
  463. text-transform:uppercase;
  464. width:250px;
  465. margin-left: 10px;
  466. }
  467. #notes {
  468. width:250px;
  469. font-family:consolas;
  470. font-size:9px;
  471. letter-spacing:1px;
  472. margin-left: 10px;
  473. margin-top: 10px;
  474. }
  475.  
  476. #notes li, ol {
  477. list-style-type: hiragana;
  478. padding:3px;
  479. }
  480.  
  481. #notes img {
  482. display:none;
  483. }
  484.  
  485.  
  486. #ques {
  487. text-transform:uppercase;
  488. border-bottom:1px solid #555;
  489. text-align: center;
  490. padding-bottom:2px;
  491. letter-spacing:2px;
  492. }
  493.  
  494. /* pagination */
  495. .pagination {
  496. width: 100px;
  497. margin-left: 20px;
  498. text-align: center;
  499. }
  500.  
  501. .pagination a {
  502. border: none;
  503. }
  504.  
  505. .audio img {
  506. max-width: 50px;
  507. margin-right: 10px;
  508. float: left;
  509. border: 1px solid #333;
  510. padding: 3px;
  511. z-index: 99;
  512. }
  513.  
  514. .auplayer {
  515. background-color: #000;
  516. margin-top:1px;
  517. margin-left:1px;
  518. height: 20px;
  519. width: 18px;
  520. border-left: 10px solid #333;
  521. border-top: 10px solid #333;
  522. border-right: 16px solid #333;
  523. border-bottom: 13px solid #333;
  524. padding: 5px;
  525. overflow: hidden;
  526. position:absolute;
  527. opacity: 0.4;
  528. transition: 0.7s;
  529. -moz-transition: 0.7s;
  530. -webkit-transition: 0.7s;
  531. -o-transition: 0.7s;
  532. z-index:999;
  533. }
  534.  
  535. .auplayer:hover {
  536. opacity: 0.8;
  537. }
  538.  
  539. .box {
  540. overflow:hidden;
  541. height:12px;
  542. width:12px;
  543. margin-left:-45px;
  544. margin-top:-25px;
  545. padding: 5px;
  546. position:absolute;
  547. border: 1px dotted #555;
  548. }
  549.  
  550. .player {
  551. margin-top:-4px;
  552. margin-left:-33px;
  553. }
  554.  
  555.  
  556. {block:ifcornerimagelocation}.corner {
  557. position:fixed;
  558. bottom:0px;
  559. {text:Corner Image Location}:0px;
  560. opacity:1;
  561. z-index:999;
  562. }
  563. {/block:ifcornerimagelocation}
  564.  
  565.  
  566.  
  567.  
  568.  
  569. #cr{ font-family:'Francois One', sans-serif;text-transform: lowercase;letter-spacing: 2px;font-size:8px;text-align:left;right:25px;bottom:9px;position:fixed; padding:3px;border-bottom:1px solid #333;}
  570. a.cr {color:#bbb;}
  571.  
  572.  
  573. #cr2{ font-family:'Francois One', sans-serif;text-transform: lowercase;letter-spacing: 2px;font-size:8px;text-align:left;right:2px;bottom:13px;position:fixed; padding:3px;border-bottom:1px solid #333;}
  574. a.cr {color:#bbb;}
  575.  
  576.  
  577.  
  578. #banner {
  579. {block:ifLaceBanner}
  580. background-image:url('');
  581. repeat:repeat-x;
  582. background-color:#fff;
  583. left:0;
  584. width:100%;
  585. height:21px;
  586. opacity:1;
  587. margin-top: -70px;
  588. margin-left: 0px;
  589. position:fixed;
  590. {/block:ifLaceBanner}
  591. }
  592.  
  593.  
  594.  
  595.  
  596. /* Borders */
  597.  
  598. .left {
  599. position:fixed;
  600. z-index:9999;
  601. height:100%;
  602. width:25px;
  603. left:0;
  604. top:0;
  605. background-color:#fff;
  606. }
  607.  
  608. .right {
  609. position:fixed;
  610. z-index:9999;
  611. height:100%;
  612. width:25px;
  613. right:0;
  614. top:0;
  615. background-color:#fff;
  616. }
  617.  
  618. .top {
  619. position:fixed;
  620. z-index:100%;
  621. height:8px;
  622. width:100%;
  623. right:0;
  624. top:0;
  625. background-color:#fff;
  626. }
  627.  
  628. .bottom {
  629. position:fixed;
  630. z-index:9999;
  631. height:8px;
  632. width:100%;
  633. right:0;
  634. bottom:0;
  635. background-color:#fff;
  636. }
  637. /* Borders End */
  638.  
  639. </style>
  640.  
  641.  
  642.  
  643.  
  644. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  645.  
  646.  
  647.  
  648.  
  649.  
  650.  
  651.  
  652. </head>
  653.  
  654. <body>
  655.  
  656.  
  657. <!-- Borders -->
  658.  
  659. <div class="top"></div>
  660. <div class="bottom"></div>
  661. <div class="right"></div>
  662. <div class="left"></div>
  663.  
  664. <!-- Borders end -->
  665.  
  666.  
  667.  
  668.  
  669.  
  670.  
  671.  
  672.  
  673.  
  674.  
  675.  
  676.  
  677. <div id="top">
  678.  
  679. </div>
  680. <div id="banner"></div>
  681. </div>
  682.  
  683.  
  684. {block:ifcornerimagelocation}<img src="{image:Corner Image}" class="corner">{/block:ifcornerimagelocation}
  685.  
  686.  
  687.  
  688.  
  689.  
  690.  
  691. <div id="content">
  692.  
  693.  
  694. <div id="sidebar">
  695.  
  696.  
  697.  
  698. <div id="links">
  699. <a href="/ask" title="message">일</a>
  700. <a href="{Text:Link 1 URL}" title="{Text:link 1 title} ">이</a>
  701. <a href="{Text:Link 2 URL}" title="{Text:link 2 title}">삼</a>
  702. <a href="{Text:Link 3 URL}" title="{Text:link 3 title}">사</a>
  703. <a href="{Text:Link 4 URL}" title="{Text:link 4 title}">오</a>
  704. </div>
  705.  
  706.  
  707.  
  708. <div id="desc">{description}</div>
  709. <div id="title"><a href="/">{title}</a></div>
  710.  
  711.  
  712.  
  713.  
  714.  
  715. </div>
  716.  
  717.  
  718. <div class="autopagerize_page_element">
  719.  
  720.  
  721.  
  722. {block:Posts}
  723. <div class="posts">
  724.  
  725. {block:Text}
  726. {block:Title}
  727. <h3><a href="{Permalink}">{Title}</a></h3>
  728. {/block:Title}
  729. {Body}
  730. {/block:Text}
  731.  
  732. {block:Photo}
  733. <center>
  734. {block:LinkURL}
  735. <a href="{LinkURL}">
  736. {/block:LinkURL}
  737. <img src="{PhotoURL-500}">
  738. {block:LinkURL}
  739. </a>
  740. {/block:LinkURL}
  741. </center>
  742. {block:PermalinkPage}
  743. {block:Caption}
  744. {Caption}</div>
  745. {/block:Caption}
  746. {/block:PermalinkPage}
  747. {/block:Photo}
  748.  
  749. {block:Photoset}
  750. {block:if250pxPosts}
  751. {Photoset-250}
  752. {/block:if250pxPosts}
  753. {block:if400pxPosts}
  754. {Photoset-400}
  755. {/block:if400pxPosts}
  756. {block:if500pxPosts}
  757. {Photoset-500}
  758. {/block:if500pxPosts}
  759. {block:PermalinkPage}
  760. {Photoset-200}
  761. {/block:PermalinkPage}
  762. {block:PermalinkPage}
  763. {block:Caption}
  764. {Caption}</div>
  765. {/block:Caption}
  766. {/block:PermalinkPage}
  767. {/block:Photoset}
  768.  
  769. {block:Quote}
  770. <div class="quote">❝{Quote}❞</div>
  771. {block:Source}
  772. <div class="source">{Source}</div>
  773. {/block:Source}
  774. {/block:Quote}
  775.  
  776. {block:Link}
  777. <center><h3><a href="{URL}" {Target}>{Name}</a></h3></center>
  778. {block:Description}
  779. {Description}
  780. {/block:Description}
  781. {/block:Link}
  782.  
  783. {block:Chat}
  784. {block:Title}
  785. <h3>{Title}</h3>
  786. {/block:Title}
  787. <ul class="chat">
  788. {block:Lines}
  789. <li class="{Alt} user_{UserNumber}">
  790. {block:Label}
  791. <span class="label">{Label}</span>
  792. {/block:Label}
  793. <b>{Line}</b>
  794. </li>
  795. {/block:Lines}
  796. </ul>
  797. {/block:Chat}
  798.  
  799.  
  800.  
  801. {block:Audio}
  802. {block:AlbumArt}<div class="audio"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  803. <div class="auplayer">{AudioPlayerWhite}</div>
  804. <div style="text-transform: uppercase;">{block:Artist}<b>Artist:</b> {Artist}{/block:Artist}<br>{block:TrackName}<b>Song:</b> {TrackName}{/block:TrackName}</div>
  805. {block:Caption}{Caption}{/block:Caption}<br>
  806. {/block:Audio}
  807.  
  808. {block:Video}
  809. <div class="video">
  810. {block:if250pxPosts}
  811. {block:IndexPage}{Video-250}{/block:IndexPage}
  812. {/block:if250pxPosts}
  813. {block:if400pxPosts}
  814. {block:IndexPage}{Video-400}{/block:IndexPage}
  815. {/block:if400pxPosts}
  816. {block:if500pxPosts}
  817. {block:IndexPage}{Video-500}{/block:IndexPage}
  818. {/block:if500pxPosts}
  819. {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
  820. </div>
  821. {/block:Video}
  822.  
  823. {block:Answer}
  824. <id="asker"><div style="text-transform:uppercase; border-bottom:1px double {color:ask border}; align:right; padding-bottom:2px;">{Asker}: {Question}</div>{Answer}
  825. {/block:Answer}
  826.  
  827. <div id="info">
  828. {block:IndexPage}
  829. <a href="{Permalink}"> {Year}년{MonthNumber}월{DayOfMonth}일, {NoteCount}리액션이 있습니다.
  830. {/block:IndexPage}
  831.  
  832. {block:PermalinkPage}
  833. <div id="permapage">
  834. <center>{block:NoteCount}{NoteCountWithLabel} // {/block:NoteCount}{block:Date}{ShortYear}.{MonthNumberWithZero}.{DayOfMonthWithZero}{/block:Date}{block:RebloggedFrom} // <a href="{ReblogParentURL}" title="{ReblogParentName}">via</a> // <a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:RebloggedFrom}<br>{block:HasTags} {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags} {/block:HasTags}
  835. </center>
  836. </div>
  837. {block:PostNotes}
  838. <div id="notes">{PostNotes}</div>
  839. {/block:PostNotes}
  840. {/block:PermalinkPage}
  841.  
  842. </div>
  843. </div>
  844.  
  845. {/block:Posts}
  846.  
  847.  
  848.  
  849.  
  850.  
  851. </div>
  852. </div>
  853. </div>
  854.  
  855. </body>
  856.  
  857.  
  858.  
  859. <div id="cr"><center><a href="http://beenzin-o.tumblr.com/" class="cr" title="theme by beenzin-o"><img src="http://38.media.tumblr.com/195b50be6bef9862a2586e4fbcf4e7c7/tumblr_inline_n8ae6kQe8P1qhksq1.gif"</a></div></div>
  860. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement