Advertisement
SeoulChan

Dear Diary

Mar 17th, 2015
2,048
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 16.19 KB | None | 0 0
  1. <!--
  2.  _         _             _    
  3. | |       (_)           | |  
  4. | | ____ _ _  __ _ _   _| | __
  5. | |/ / _` | |/ _` | | | | |/ /
  6. |   < (_| | | (_| | |_| |   <
  7. |_|\_\__,_|_|\__, |\__,_|_|\_\
  8.              __/ |          
  9.             |___/
  10.            
  11. Dear Diary theme by Kaiguk (http://kaiguk.tumblr.com/)
  12.  
  13. Okay look, you should understand to follow the rules by not claiming this theme as yours, using as a base, moving the credit , combining shit from others and mine to make your own, or editing to make it look like I didn't make the shit, but I did.
  14.  
  15. Making themes is hard work, so I don't need you or anyone else fucking up my ideas because you don't have a brain of your own. Are you that lazy to use actual base codes and learn to make themes? Damn, that's a shame.
  16.  
  17. Anyways, to everyone that is actually going to put good use of this theme, happy using.
  18.  
  19. If you have any questions, please ask me ^^
  20. -->
  21.  
  22. <!DOCTYPE html>
  23.  
  24. <head>
  25.  
  26. <title>{Title}</title>
  27.  
  28. <link rel="shortcut icon" href="{Favicon}">
  29.  
  30. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  31.  
  32. {block:Description}
  33. <meta name="description" content="{MetaDescription}" />
  34. {/block:Description}
  35.  
  36. <meta name="if:ShowCaptions" content="0"/>
  37. <meta name="if:BigSideImage" content="0"/>
  38. <meta name="if:InfiniteScroll" content="0"/>
  39. <meta name="color:Bold" content="#ff7d7d"/>
  40. <meta name="color:Italic" content="#c3d847"/>
  41. <meta name="color:Underline" content="#4dbce9"/>
  42. <meta name="color:Background" content="#ffffff"/>
  43. <meta name="color:Text" content="#888888"/>
  44. <meta name="color:Link" content="#f9737d"/>
  45. <meta name="color:Hover" content="#666666"/>
  46. <meta name="color:Big border" content="#444444"/>
  47. <meta name="color:Border" content="#cccccc"/>
  48. <meta name="color:Sidebar border" content="#eeeeee"/>
  49. <meta name="color:Sidebar icon border" content="#eeeeee"/>
  50. <meta name="color:Sidebar bg" content="#f6f6f6"/>
  51. <meta name="color:Title" content="#f9737d"/>
  52. <meta name="color:Title bg" content="#eeeeee"/>
  53. <meta name="color:Icons" content="#f6f6f6"/>
  54. <meta name="color:Post bg 1" content="#ffbabf"/>
  55. <meta name="color:Post bg 2" content="#f6f6f6"/>
  56. <meta name="color:Post links" content="#ffffff"/>
  57. <meta name="color:caption bg" content="#fbfbfb"/>
  58. <meta name="color:caption border" content="#f6f6f6"/>
  59. <meta name="color:caption" content="#cccccc"/>
  60. <meta name="color:Linktitlebg" content="#eeeeee"/>
  61. <meta name="color:Linktitletext" content="#888888"/>
  62. <meta name="color:Selection bg" content="#ffd3d6"/>
  63. <meta name="color:Selection text" content="#888888"/>
  64. <meta name="color:Scrollbar" content="#6b6d6d"/>
  65.  
  66.    
  67. <meta name="image:Big Sidebar" content=""/>
  68. <meta name="image:Sidebar" content=""/>
  69. <meta name="image:Background" content=""/>
  70.  
  71. <meta name="text:Title" content="Dear Diary" />
  72. <meta name="text:Icon Desc" content="girl bye" />
  73.  
  74. <meta name="text:Link 1" content="" />
  75. <meta name="text:Link 1 Text" content="" />
  76. <meta name="text:Link 2" content="" />
  77. <meta name="text:Link 2 Text" content="" />
  78. <meta name="text:Link 3" content="" />
  79. <meta name="text:Link 3 Text" content="" />
  80. <meta name="text:Link 4" content="" />
  81. <meta name="text:Link 4 Text" content="" />
  82. <meta name="text:Link 5" content="" />
  83. <meta name="text:Link 5 Text" content="" />
  84. <meta name="text:Link 6" content="" />
  85. <meta name="text:Link 6 Text" content="" />
  86. </head>
  87.  
  88. <body>
  89.  
  90. <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
  91.  
  92. <style type="text/css">
  93.  
  94. ::-webkit-scrollbar-thumb {
  95. height:auto;
  96. background-color:{color:scrollbar};
  97. }
  98.  
  99. ::-webkit-scrollbar {
  100. height:4px;
  101. width:4px;
  102. padding-left:3px;
  103. background-color:{color:background};
  104. }
  105.  
  106. body {
  107. background-color: {color:Background};
  108. background-image:url('{image:background}');
  109. background-attachment:fixed;
  110. font-family: courier;
  111. font-size: 9px;
  112. line-height: 200%;
  113. color: {color:text};
  114. }
  115.  
  116. a{
  117. color: {color:Link};
  118. text-decoration: none;
  119. font-weight: normal;
  120. -webkit-transition:all 0.5s ease-out;
  121. -moz-transition:all 0.5s ease-out;
  122. transition:all 0.5s ease-out;}
  123.  
  124.  
  125. a:hover {
  126. color: {color:Hover};
  127. text-decoration: none;
  128. font-weight: normal;
  129. -webkit-transition: all 0.3s ease-out;
  130. -moz-transition: all 0.3s ease-out;
  131. transition: all 0.3s ease-out;
  132. }
  133.  
  134. b,strong{
  135. color:{color:bold};
  136. }
  137.  
  138. i,em{
  139. color:{color:italic};
  140. }
  141.  
  142. u{
  143. color:{color:underline};
  144. }
  145.  
  146. blockquote {
  147. padding-left: 5px;
  148. color: {color:text};
  149. border-left: 1px solid{color:border};
  150. }
  151.  
  152.  
  153. ul {
  154. list-style-type: square;
  155. }
  156.  
  157. .border{
  158. top:0px;
  159. left:300px;
  160. background:{color:Big border};
  161. border-top:80px solid {color:title bg};
  162. width:900px;
  163. height:50px;
  164. position:fixed;
  165. z-index:1;
  166. }
  167.  
  168. .sideborder1{
  169. top:0px;
  170. left:280px;
  171. width:20px;
  172. height:100%;
  173. background:{color:Big border};
  174. position:fixed;    
  175. }
  176.  
  177. .sideborder2{
  178. top:0px;
  179. left:1200px;
  180. width:20px;
  181. height:100%;
  182. background:{color:Big border};
  183. position:fixed;    
  184. }    
  185.  
  186.  
  187. .topicons{
  188. margin-left:0px;
  189. margin-top:20px;
  190. position:fixed;
  191. }
  192.  
  193. .topicons a{
  194. margin-left:19px;    
  195. font-size:15px;
  196. letter-spacing:1px;
  197. word-spacing:1px;
  198. text-align:center;
  199. color:{color:toplink};
  200. }
  201.  
  202. .topicons a:hover{
  203. color:{color:hover};    
  204. }
  205.  
  206. .topfont{
  207. width:300px;
  208. font-size:11px;
  209. margin-left:530px;
  210. margin-top:20px;
  211. position:fixed;
  212. }
  213.  
  214. .sidebarholder {
  215. width: 170px;
  216. height:100%;    
  217. top:0px;
  218. left:0px;
  219. margin-top:130px;
  220. margin-left: 300px;
  221. padding: 65px;
  222. background:{color:sidebar bg};
  223. border-right:10px solid {color:sidebar border};
  224. line-height: 12px;
  225. position:fixed;
  226. }
  227.  
  228. .sidebar{
  229. margin-top:-5px;  
  230. margin-left:-15px;
  231. position:fixed;
  232. }
  233.  
  234. .sidebar img {
  235. width:96px;  
  236. height:96px;
  237. background:{color:Sidebar Icon Border};
  238. margin-left:70px;
  239. margin-top:10px;
  240. padding:10px;
  241. float:right;
  242. position:fixed;
  243. }
  244.  
  245. {block:IfBigSideImage}
  246.  
  247. .bigsidebar{
  248. width:200px;
  249. margin-left:-30px;
  250. margin-bottom:40px;
  251. }
  252.  
  253. .bigsidebar img{
  254. width:200px;
  255. border:3px solid {color:Sidebar border};
  256. padding:20px;
  257. }
  258.  
  259. {/block:IfBigSideImage}
  260.  
  261. {block:IfNotBigSideImage}
  262.  
  263. .bigsidebar{
  264. display:none;
  265. }
  266.  
  267. .bigsidebar img{
  268. display:none;
  269. }  
  270.  
  271. .sidebar{
  272. margin-top:200px;  
  273. margin-left:-15px;
  274. position:fixed;
  275. }
  276.  
  277. {/block:IfNotBigSideImage}
  278.  
  279. .desc {
  280. width:155px;
  281. height:70px;
  282. margin-left:10px;
  283. margin-top:10px;
  284. line-height:150%;
  285. color:{color:text};
  286. font-size:9.5px;
  287. padding:10px;
  288. text-align:justify;
  289. text-transform:uppercase;
  290. overflow:auto;
  291. position:fixed;
  292. }
  293.  
  294. .sidelinks {
  295. width:65px;
  296. margin-top:10px;  
  297. margin-bottom:5px;
  298. border-right:1px solid {color:border};
  299. }
  300.  
  301. .sidelinks a {
  302. font-size:8.5px;
  303. letter-spacing: 1px;
  304. padding:3px;
  305. text-align:right;
  306. display: block;
  307. margin-bottom:2px;
  308. text-transform: uppercase;
  309. height: 12px;
  310. -webkit-transition:all 0.2s ease-out;
  311. -moz-transition:all 0.2s ease-out;
  312. transition:all 0.2s ease-out;
  313. }
  314.  
  315. .sidelinks a:hover {
  316. letter-spacing:3px;
  317. -webkit-transition:all 0.2s ease-out;
  318. -moz-transition:all 0.2s ease-out;
  319. transition:all 0.2s ease-out;
  320. }
  321.  
  322. {block:IfNotInfiniteScroll}
  323.  
  324. #pagination {
  325. width:200px;
  326. margin-left: 10px;
  327. margin-top: 120px;
  328. position: relative;
  329. text-align: center;
  330. letter-spacing:1px;
  331. text-transform: lowercase;
  332. font-weight:bold;
  333. font-family: courier;
  334. font-size: 11px;
  335. position:fixed;
  336. }
  337.  
  338. #pagination a {
  339. padding:5px;
  340. }
  341.  
  342. {/block:IfNotInfiniteScroll}
  343.  
  344. {block:IfShowCaptions}
  345.  
  346. #captions {
  347. margin-top: 10px;
  348. padding:5px;
  349. text-align:left;
  350. background: {color:Caption bg};
  351. border: 1px solid {color:Caption border};
  352. color:{color:Caption};
  353. }
  354.  
  355. {/block:IfShowCaptions}
  356.  
  357. {block:IfNotShowCaptions}
  358.  
  359. #captions {
  360. display:none;
  361. }
  362.  
  363. {/block:IfNotShowCaptions}
  364.  
  365. #question {
  366. width:500px;
  367. padding-bottom:5px;
  368. font-style:italic;
  369. border-bottom:1px solid {color:border};
  370. }
  371.  
  372. #asker {
  373. width:500px;
  374. letter-spacing:1px;
  375. }
  376.  
  377. .player {
  378. width:25px;
  379. height:25px;
  380. overflow:hidden;
  381. position:absolute;
  382. background:white;
  383. }
  384.  
  385. .audioinfo {
  386. margin-left:50px;
  387. }
  388.  
  389. #posts {
  390. width: 500px;
  391. margin-top: 70px;
  392. margin-left: 600px;
  393. background:{color:post bg 1};
  394. padding:50px;
  395. }
  396.  
  397. .post {
  398. margin: auto;
  399. margin-top: 60px;
  400. width: 500px;
  401. border:1px solid {color:border};
  402. padding: 10px;
  403. background: {color:post bg 2};
  404. font-size: 11px;
  405. }
  406.  
  407. .postinfo {
  408. width:500px;
  409. text-align:right;
  410. font-family:courier;
  411. font-size:11px;
  412. margin-left:20px;
  413. text-transform:uppercase;
  414. margin-top:5px;
  415. margin-bottom:1px;
  416. }
  417.  
  418. .postinfo a {
  419. color:{color:Post links};
  420. }
  421.    
  422. .postinfo a:hover {
  423. color:{color:hover};
  424. }
  425.  
  426. #permacon {
  427. padding:20px;
  428. font-size:11px;
  429. text-align:justify;
  430. line-height:15px;
  431. margin-top:10px;
  432. height:auto;
  433. background:{color:post bg 2};
  434. }
  435.  
  436. .note li {
  437. list-style-type:none;
  438. padding:10px 25px 10px 25px;
  439. text-align:left;
  440. margin:0px;
  441. border-bottom:1px solid {color:border};
  442. line-height:140%;
  443. -moz-transition-duration:0.5s;
  444. -webkit-transition-duration:0.5s;
  445. -o-transition-duration:0.5s;
  446. }
  447.  
  448. .notes img {
  449. display:none!important;
  450. }
  451.  
  452. #ani {
  453. position:fixed;
  454. left:10px;
  455. bottom:10px;
  456. text-transform:uppercase;
  457. font-size:15px;
  458. letter-spacing:1px;
  459. padding:5px;
  460. -webkit-transition: all 0.3s ease;
  461. -moz-transition: all 0.3s ease;
  462. -ms-transition: all 0.3s ease;
  463. -o-transition: all 0.3s ease;
  464. transition: all 0.3s ease;
  465. }
  466.  
  467. ::selection {
  468. background:{color:selection bg};
  469. color:{color:selection text};
  470. }
  471.  
  472. #s-m-t-tooltip {
  473. z-index: 9999;
  474. background: {color:LinkTitleBG};
  475. font-size: 9.5px;
  476. line-height: 11px;
  477. font-family:courier;
  478. letter-spacing: 1px;
  479. text-transform: uppercase;
  480. color: {color:LinkTitleText};
  481. max-width: 150px;
  482. word-wrap: break-word;
  483. padding: 6px;
  484. display: block;
  485. margin: 24px 14px 7px 12px;
  486. -webkit-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.10);
  487. -moz-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.10);
  488. box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.10);
  489. }
  490.  
  491. #scrollToTop:link, #scrollToTop:visited {
  492. display:none;
  493. position:fixed;
  494. bottom: 10px;
  495. right:10px;
  496. }
  497.  
  498.  
  499. {CustomCSS}
  500.  
  501. </style>
  502.  
  503. {block:IfInfiniteScroll}
  504.  
  505. <script type="text/javascript" src="http://static.tumblr.com/q0etgkr/EIBmz7s0p/infinitescrolling.js"></script>
  506.  
  507. {/block:IfInfiniteScroll}
  508.  
  509. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  510. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  511. <script>
  512.    (function($){
  513.        $(document).ready(function(){
  514.            $("[title]").style_my_tooltips();
  515.        });
  516.    })(jQuery);
  517. </script>
  518.  
  519. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
  520.  
  521. <script src="http://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script>
  522.  
  523. <a href="javascript:;" id="scrollToTop"  title="top"><i class="fa fa-chevron-up fa-3x"></i>
  524. </a>    
  525.  
  526.  
  527. </head>
  528.  
  529. <body>
  530.  
  531. <div class="border">
  532.  
  533. <div style="width:900px; position:fixed;font-family:cambria; font-size:80px; color:{color:title}; font-style:italic; margin-top:-38px;">{text:title}</div>
  534.  
  535. <div class="topicons">
  536.  
  537. <a href="/"><i style="color:{color:icons};"class="fa fa-refresh fa-lg" title="home"></i></a>
  538.  
  539. <a href="/ask"><i style="color:{color:icons};" class="fa fa-envelope-o fa-lg" title="message"></i></a>
  540.  
  541. <a href="/archive"><i style="color:{color:icons};" class="fa fa-folder-open fa-lg" title="past"></i></a>
  542.  
  543. </div>
  544.  
  545. <div class="topfont">You are viewing
  546.  
  547. <i style="color:{color:icons};" class="fa fa-user"></i>
  548.  
  549. <a style="color:{color:title}" href="/" title="{title}">{Name}</a>
  550.  
  551. </div>
  552.  
  553. </div>
  554.  
  555. <div class="sidebarholder">
  556.  
  557.  
  558. <div class="bigsidebar">
  559.  
  560. <div class="bigsidebarimage">
  561.  
  562. <img src="{image:Big Sidebar}">
  563.    
  564. </div>
  565.  
  566. </div>
  567.  
  568. <div class="sidebar">
  569.  
  570. <div class="sidebarimage">
  571.  
  572. <img src="{image:Sidebar}" title="{text:Icon Desc}">
  573.    
  574. </div>
  575.  
  576. <div class="sidelinks">
  577.  
  578. <a href="{text:Link 1}">{text:Link 1 Text}</a>
  579. <a href="{text:Link 2}">{text:Link 2 Text}</a>
  580. <a href="{text:Link 3}">{text:Link 3 Text}</a>
  581. <a href="{text:Link 4}">{text:Link 4 Text}</a>
  582. <a href="{text:Link 5}">{text:Link 5 Text}</a>
  583. <a href="{text:Link 6}">{text:Link 6 Text}</a>
  584.  
  585. </div>
  586.  
  587. <div class="desc">{Description}</div>
  588.  
  589. {block:IfNotInfiniteScroll}
  590.  
  591. <div id="pagination">
  592.  
  593. {block:Pagination}{block:PreviousPage}
  594. <a href="{PreviousPage}">«</a>
  595. {/block:PreviousPage}{block:JumpPagination length="5"}{block:CurrentPage}
  596. <span class="current_page">{PageNumber}</span>
  597. {/block:CurrentPage}{block:JumpPage}
  598. <a class="jump_page" href="{URL}">{PageNumber}</a>
  599. {/block:JumpPage}{/block:JumpPagination}{block:NextPage}
  600. <a href="{NextPage}">»</a>
  601. {/block:NextPage}{/block:Pagination}
  602.  
  603. </div>
  604.  
  605. {/block:IfNotInfiniteScroll}
  606.  
  607. </div>
  608.  
  609. </div>
  610.  
  611. <div class="sideborder1"></div>
  612. <div class="sideborder2"></div>
  613.  
  614. <div id="posts">
  615.  
  616. <div class="autopagerize_page_element">
  617.  
  618. {block:Posts}
  619.  
  620. {block:Text}
  621. <div class="post text">
  622. {block:Title}
  623. <h1>{Title}</h1>
  624. {/block:Title}
  625.  
  626. {Body}
  627. </div>
  628. {/block:Text}
  629.  
  630.  
  631. {block:Photo}
  632. <div class="post">
  633. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  634. {block:IndexPage}
  635. {block:Caption}
  636. <div id="captions">{Caption}</div>
  637. {/block:Caption}
  638. {/block:IndexPage}
  639. </div>
  640. {/block:Photo}
  641.  
  642.  
  643. {block:Photoset}
  644. <div class="post">
  645. <div style="margin-bottom: 5px;">
  646. {Photoset-500}
  647. {block:IndexPage}
  648. {block:Caption}
  649. <div id="captions">{Caption}</div>
  650. {/block:Caption}
  651. {/block:IndexPage}
  652. </div>
  653. </div>
  654. {/block:Photoset}
  655.  
  656.  
  657. {block:Quote}
  658. <div class="post">
  659. <div style="color: {color:title}; font-size: 50px;  line-height: 30px; float: left;"></div> {Quote}
  660. {Source}
  661. </div>
  662. {/block:Quote}
  663.  
  664.  
  665. {block:Link}
  666. <div class="post">
  667. <h1><a href="{URL}" class="link" {Target}>{Name}</a></h1>
  668. {block:Description}
  669. {Description}
  670. {/block:Description}
  671. </div>
  672. {/block:Link}
  673.  
  674.  
  675. {block:Chat}
  676. <div class="post">
  677. <div style="margin-bottom: 5px;">
  678. {block:Title}
  679. <a href="{Permalink}">{Title}</a>
  680. {/block:Title}
  681. <ul class="chat">
  682. {block:Lines}
  683. <li class="{Alt} user_{UserNumber}">
  684. {block:Label}
  685. <span class="label"><b>{Label}</b></span>
  686. {/block:Label}
  687. {Line}
  688. </li>
  689. {/block:Lines}
  690. </ul>
  691. </div>
  692. </div>
  693. {/block:Chat}
  694.  
  695. {block:Video}
  696. <div class="post">
  697. <div style="margin-top: 0px;">
  698. <center>{Video-500}</center>
  699. {block:IndexPage}
  700. {block:Caption}
  701. <div id="captions">{Caption}</div>
  702. {/block:Caption}
  703. {/block:IndexPage}
  704. </div></div>
  705. {/block:Video}
  706.  
  707. {block:Audio}
  708. <div class="post">
  709. <div style="margin-top:15px;" class="player">{AudioPlayerWhite}</div><div class="audioinfo">
  710. <b>Song:</b> {block:TrackName}{TrackName}{/block:TrackName}<p>
  711. <b>Artist:</b> {block:Artist}{Artist}{/block:Artist}<p>
  712. <b>Plays:</b> {PlayCount}
  713. </a></div>
  714. </div>
  715. {/block:Audio}
  716.  
  717. {block:Answer}
  718. <div class="post">
  719. <div id="question">
  720. <img src="{AskerPortraitURL-24}">
  721. <span id="asker">{Asker} asked:<br></span><div style="border-top:1px dashed {color:border};">{Question}</div></div>
  722. <div style=" width:500px; color{color:text}; font-size:11px;">{Answer}</div>
  723. </div>
  724. {/block:Answer}
  725.  
  726.  
  727. {block:Indexpage}
  728. <div class="postinfo"><a href="{Permalink}">{DayofMonth} {ShortMonth} {Year}</a> @ <a href="{Permalink}">{12Hour} : {Minutes} {AMPM}</a>
  729. </div>
  730. {/block:Indexpage}
  731.  
  732. {block:Permalinkpage}
  733. {block:Date}
  734. <div class="post">
  735. <div id="permacon">
  736. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}<br>
  737. <img src="http://static.tumblr.com/3yblkz0/bWKn2c3l1/plan.png">
  738. <b>Date:</b> {ShortMonth} {DayOfMonthWithZero}, {Year}<br>
  739. {block:NoteCount}
  740. <img src="http://media.tumblr.com/9395b2e212e1433fceeb8f2fe727e88e/tumblr_inline_n2ajerV2ro1r7v6wt.png">
  741. <b>Notes:</b> {NoteCount}<br>
  742. {/block:NoteCount}
  743. {block:RebloggedFrom}
  744. <img src="http://static.tumblr.com/3yblkz0/Eifn2c23d/w2.png">
  745. <b>Via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  746. {/block:RebloggedFrom}
  747. {block:ContentSource}
  748. <img src="http://static.tumblr.com/3yblkz0/Eifn2c23d/w2.png">
  749. <b>Source:</b> <a href="{SourceURL}">{SourceTitle}</a><br>
  750. {/block:ContentSource}
  751. {block:HasTags}
  752. <img src="http://static.tumblr.com/3yblkz0/wfTn2c29g/tag.png">
  753. <b>Tagged:</b>
  754. {block:Tags}
  755. <a href="{TagURL}">#{Tag}</a>
  756. {/block:Tags}
  757. {/block:HasTags}
  758. </div>
  759. {block:Date}
  760. <div class="note">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  761. </div>
  762. </div>
  763. {/block:Permalinkpage}
  764. {/block:Posts}
  765.  
  766. </div>
  767.  
  768. </div>
  769.  
  770. <div id="ani">
  771. <a href="http://kaiguk.tumblr.com/" title="theme by Ani">KG</a>
  772. </div>
  773.  
  774. </body>
  775. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement