Advertisement
kaitofrph

theme #1 - welcome to badlands

Aug 25th, 2015
508
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.66 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4.  
  5. <head>
  6.  
  7. </style>
  8.  
  9. <script src="http://tympanus.net/Tutorials/CaptionHoverEffects/js/modernizr.custom.js"></script>
  10. <title>{Title}</title>
  11. <link rel="shortcut icon" href="{Favicon}">
  12. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  13. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  14.  
  15. <!---- ☰ basecode with hover #1 by azureofrp ☰
  16. ☰ pls dont remove a credit
  17. ☰ making themes takes a lot of time and effort so pls dont steal anything of this code
  18. ☰ for help, visit my theme faq -> azureofrp.tumblr.com/faq
  19. ☰ edit this theme for PERSONAL USE ONLY!!!!
  20.  
  21. ««««««««« theme #1 welcome to badlands by kaitofrph
  22. please don't steal anything and don't remove the credit. if you do, a unicorn will cry. we don't want that.»»»»»»»»»»
  23. --->
  24.  
  25.  
  26.  
  27. <!--META NAMES-->
  28.  
  29. <meta name="color:background" content="#d9d5dc"/>
  30. <meta name="color:txt" content="#0e0219"/>
  31. <meta name="color:links" content="#f2e3fe"/>
  32. <meta name="color:hover" content="#000000">
  33. <meta name="color:hover bg" content="#030006">
  34. <meta name="color:blockquote" content="#decee3">
  35. <meta name="color:blockquote border" content="#b2a6b6">
  36. <meta name="color:updates bg" content="#d9d5dc">
  37. <meta name="color:admins border" content="#c7bfcc">
  38. <meta name="color:admins text bg" content="#e4d8ed">
  39.  
  40.  
  41. <meta name="color:boxbg" content="#c8becd">
  42. <meta name="color:post bg" content="#decee3">
  43. <meta name="color:links bg" content="#614c6c">
  44. <meta name="color:desc bg" content="#d6d0d9">
  45. <meta name="color:info bg" content="#bcafc2">
  46. <meta name="color:sidebar bg" content="#614c6c">
  47. <meta name="color:border" content="#614c6c">
  48. <meta name="color:scrollbar" content="#614c6c">
  49. <meta name="color:scrollbar bg" content="#bcafc2">
  50. <meta name="color:sblinksbg" content="#614c6c">
  51.  
  52.  
  53.  
  54.  
  55.  
  56. <meta name="image:background" content=""/>
  57. <meta name="image:left sideimg" content=""/>
  58. <meta name="image:right sideimg" content=""/>
  59. <meta name="image:sidebar hover bg" content=""/>
  60. <meta name="image:admin1" content=""/>
  61. <meta name="image:admin2" content=""/>
  62. <meta name="image:admin3" content=""/>
  63.  
  64.  
  65.  
  66.  
  67. <meta name="text:admin1text" content="admin text here">
  68. <meta name="text:admin2text" content="admin text here">
  69. <meta name="text:admin3text" content="admin text here">
  70. <meta name="text:updates" content="updates text here">
  71.  
  72.  
  73.  
  74. <meta name="text:LINK 1" content="LINK 1">
  75. <meta name="text:LINK 2" content="LINK 2">
  76. <meta name="text:LINK 3" content="LINK 3">
  77. <meta name="text:LINK 4" content="LINK 4">
  78. <meta name="text:LINK 5" content="LINK 5">
  79. <meta name="text:LINK 6" content="LINK 6">
  80.  
  81.  
  82.  
  83. <meta name="text:LINK 1 URL" content="/">
  84. <meta name="text:LINK 2 URL" content="/">
  85. <meta name="text:LINK 3 URL" content="/">
  86. <meta name="text:LINK 4 URL" content="/">
  87. <meta name="text:LINK 5 URL" content="/">
  88. <meta name="text:LINK 6 URL" content="/">
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101. <style type="text/css">
  102.  
  103.  
  104. ::-webkit-scrollbar-thumb {
  105. height:auto;
  106. background-color:{color:scrollbar};
  107.  
  108. }
  109.  
  110. ::-webkit-scrollbar {
  111. height:5px;
  112. width:7px;
  113. background-color:{color:scrollbar bg};
  114.  
  115. }
  116.  
  117. body {
  118. background-color:{color:background};
  119. background-image:url('{image:background}');
  120. background-attachment: fixed;
  121. background-repeat: repeat;
  122. font-family:arial;
  123. font-size:10px;
  124. text-align:justify;
  125. color:{color:txt};
  126. margin:0;
  127.  
  128.  
  129. }
  130.  
  131. a {
  132. text-decoration:none;
  133. color:{color:Links};
  134. -webkit-transition: all 0.5s ease-out;
  135. -moz-transition: all 0.5s ease-out;
  136. transition: all 0.5s ease-out;
  137. }
  138.  
  139. a:hover {
  140. text-decoration:none;
  141. color:{color:Hover};
  142. -webkit-transition: all 0.5s ease-out;
  143. -moz-transition: all 0.5s ease-out;
  144. transition: all 0.5s ease-out;
  145.  
  146. }
  147.  
  148. img {
  149. border:none;
  150.  
  151.  
  152.  
  153. }
  154.  
  155. blockquote {
  156. background:{color:blockquote};
  157. border-left:4px solid {color:blockquote border};
  158. padding:5px;
  159.  
  160. }
  161.  
  162. pre{
  163. margin-top:1x;
  164. margin-bottom:5px;
  165. font-size:12x;
  166. background-color:{color:blockquote};
  167. padding:5px;
  168. text-transform:uppercase;
  169. font-weight:bold;
  170. text-align:center;
  171. }
  172.  
  173. h1{ margin-top:1px;
  174. margin-bottom:5px;
  175. font-size:14px;
  176. background-color:{color:blockquote};
  177. padding:5px;
  178. text-transform:lowercase;
  179. font-weight:bold;
  180. text-align:center;
  181. }
  182.  
  183. h3{
  184. margin-top:1px;
  185. margin-bottom:5px;
  186. font-size:14px;
  187. background-color:{color:blockquote};
  188. padding:5px;
  189. text-transform:uppercase;
  190. font-weight:bold;
  191. font-style:italic
  192. text-align:center;
  193. }
  194.  
  195.  
  196.  
  197.  
  198. /*DESC*/
  199.  
  200.  
  201. #desc {
  202. width:362px;
  203. height:84px;
  204. position:fixed;
  205. padding-top:10px;
  206. padding-bottom:10px;
  207. padding-left:10px;
  208. padding-right:10px;
  209. line-height:100%;
  210. top:490px;
  211. margin-left:150px;
  212. font-size:10px;
  213. text-align:center;
  214. overflow:auto;
  215. background:{color:desc bg};
  216. z-index:99999;
  217. opacity:1;
  218.  
  219. }
  220.  
  221. /*admins*/
  222.  
  223. #admins {
  224. position:fixed;
  225. width:350px;
  226. height:222px;
  227. top:56px;
  228. margin-left:94px;
  229. z-index:9999999;
  230.  
  231. }
  232.  
  233. #admin1 {
  234. position:fixed;
  235. opacity:1;
  236. background-image:url('{image:admin1}');
  237. width:65px;
  238. height:65px;
  239. top:65px;
  240. margin-left:15px;
  241. z-index:9999999;
  242.  
  243. }
  244.  
  245. #admin2 {
  246. position:fixed;
  247. opacity:1;
  248. background-image:url('{image:admin2}');
  249. width:65px;
  250. height:65px;
  251. top:138px;
  252. margin-left:273px;
  253. z-index:9999999;
  254.  
  255. }
  256. #admin3 {
  257. position:fixed;
  258. opacity:1;
  259. background-image:url('{image:admin3}');
  260. width:65px;
  261. height:65px;
  262. top:211px;
  263. margin-left:15px;
  264. z-index:9999999;
  265.  
  266. }
  267.  
  268. #admin1text{
  269. position:fixed;
  270. background-color:{color:admins text bg};
  271. border:solid 3px {color:admins border};
  272. width:230px;
  273. height:45px;
  274. display:inline-block;
  275. padding-top:10px;
  276. padding-bottom:10px;
  277. padding-left:10px;
  278. padding-right:10px;
  279. line-height:100%;
  280. top:62px;
  281. margin-left:83px;
  282. font-size:10px;
  283. text-align:center;
  284. overflow:auto;
  285. z-index:9999999;
  286. opacity:1
  287.  
  288. }
  289.  
  290. #admin2text{
  291. position:fixed;
  292. background-color:{color:admins text bg};
  293. border:solid 3px {color:admins border};
  294. width:230px;
  295. height:45px;
  296. display:inline-block;
  297. padding-top:10px;
  298. padding-bottom:10px;
  299. padding-left:10px;
  300. padding-right:10px;
  301. line-height:100%;
  302. top:135px;
  303. margin-left:13px;
  304. font-size:10px;
  305. text-align:center;
  306. overflow:auto;
  307. z-index:9999999;
  308. opacity:1
  309.  
  310. }
  311. #admin3text{
  312. position:fixed;
  313. background-color:{color:admins text bg};
  314. border:solid 3px {color:admins border};
  315. width:230px;
  316. height:45px;
  317. display:inline-block;
  318. padding-top:10px;
  319. padding-bottom:10px;
  320. padding-left:10px;
  321. padding-right:10px;
  322. line-height:100%;
  323. top:208px;
  324. margin-left:83px;
  325. font-size:10px;
  326. text-align:center;
  327. overflow:auto;
  328. z-index:9999999;
  329. opacity:1
  330.  
  331. }
  332.  
  333. #updates{
  334. position:fixed;
  335. background:{color:updates bg};
  336. width:308px;
  337. height:115px;
  338. padding-top:10px;
  339. padding-bottom:10px;
  340. padding-left:10px;
  341. padding-right:10px;
  342. line-height:100%;
  343. margin-top:210px;
  344. margin-left:107px;
  345. font-size:10px;
  346. text-align:center;
  347. overflow:auto;
  348. z-index:9999999;
  349. opacity:1
  350.  
  351. }
  352.  
  353.  
  354. /*Title*/
  355.  
  356. #title {
  357. font-size:11px;
  358. text-transform:uppercase;
  359. font-weight:bold;
  360. font-style:normal;
  361. position:fixed;
  362. text-align:center;
  363. margin-left:150px;
  364. margin-top:461px;
  365. background:{color:links bg};
  366. padding:5px;
  367. line-height:100%;
  368. width:370px;
  369. height:10px;
  370. display:inline-block;
  371. color:{color:links};
  372. z-index:99999999;
  373. opacity:1;
  374. font-family:calibri;
  375. }
  376.  
  377.  
  378. /*PAGINAITON*/
  379.  
  380. #pagi {
  381. font-size:11px;
  382. text-transform:uppercase;
  383. font-weight:bold;
  384. font-style:normal;
  385. position:fixed;
  386. text-align:center;
  387. margin-left:149px;
  388. margin-top:13px;
  389. background:{color:links bg};
  390. padding:5px;
  391. line-height:100%;
  392. width:1081px;
  393. height:10px;
  394. display:inline-block;
  395. color:{color:links};
  396. z-index:99999999;
  397. opacity:1;
  398. font-family:calibri;
  399. transition-duration: 0.9s;
  400. -moz-transition-duration:0.9s;
  401. -webkit-transition-duration:0.9s;
  402. -o-transition-duration:0.9s;
  403.  
  404. }
  405.  
  406. #pagi:hover{
  407. color:{color:hover};
  408. transition-duration: 0.9s;
  409. -moz-transition-duration:0.9s;
  410. -webkit-transition-duration:0.9s;
  411. -o-transition-duration:0.9s;
  412.  
  413. }
  414.  
  415.  
  416.  
  417. /*IMAGES*/
  418.  
  419.  
  420. #sidebar1 {
  421. position:fixed;
  422. opacity:1;
  423. background-image:url('{image:left sideimg}');
  424. width:380px;
  425. height:410px;
  426. top:40px;
  427. margin-left:150px;
  428. background:{color:title bg};
  429. z-index:9999999;
  430.  
  431. }
  432.  
  433. #sidebar2 {
  434. position:fixed;
  435. opacity:1;
  436. background-image:url('{image:right sideimg}');
  437. width:130px;
  438. height:551px;
  439. top:40px;
  440. margin-left:1110px;
  441. background:{color:title bg};
  442. z-index:9999999;
  443.  
  444. }
  445.  
  446.  
  447. /*LINKS*/
  448.  
  449.  
  450. .navi{
  451. width:548px;
  452. height:112px;
  453. padding-left:13px;
  454. padding-bottom:15px;
  455. padding-top:13px;
  456. margin-top:75px;
  457. margin-left:55px;
  458. line-height:20%;
  459. position:fixed;
  460. display:block;
  461. z-index:99999999;
  462. opacity:0;
  463. transition-delay:0.1s;
  464. -webkit-transition-delay:0.1s;
  465. transition-duration: 0.4s;
  466. -moz-transition-duration:0.2s;
  467. -webkit-transition-duration:0.8s;
  468. -o-transition-duration:0.2s;
  469.  
  470. }
  471.  
  472. .navi:hover{
  473. opacity:1;
  474. transition-delay:0.1s;
  475. -webkit-transition-delay:0.1s;
  476. transition-duration: 0.4s;
  477. -moz-transition-duration:0.2s;
  478. -webkit-transition-duration:0.8s;
  479. -o-transition-duration:0.2s;
  480.  
  481.  
  482.  
  483. }
  484.  
  485.  
  486. #navbg {
  487. width:360px;
  488. height:390px;
  489. position:fixed;
  490. padding-top:10px;
  491. padding-bottom:10px;
  492. padding-left:10px;
  493. padding-right:10px;
  494. line-height:100%;
  495. top:40px;
  496. margin-left:81px;
  497. font-size:11px;
  498. text-align:right;
  499. letter-spacing:1px;
  500. overflow:auto;
  501. background-image:url('{image:sidebar hover bg}');
  502. z-index:-9;
  503. opacity:1;
  504.  
  505.  
  506. }
  507.  
  508. #links{
  509. font-size:10px;
  510. background: {color:sblinksbg};
  511. text-align:center;
  512. position:fixed;
  513. line-height:35%;
  514. letter-spacing:5%;
  515. font-family:calibri;
  516. margin-left:150px;
  517. margin-top:605px;
  518. width:1080x;
  519. z-index:99999;
  520.  
  521. -webkit-column-count: 8;
  522. -moz-column-count: 8;
  523. column-count: 8;
  524. -webkit-column-gap: 0.5;
  525. -moz-column-gap: 0.5;
  526. column-gap: 0.5;
  527.  
  528. }
  529.  
  530. #links a{
  531. opacity:1;
  532. display:inline-block;
  533. text-transform:uppercase;
  534. color:{color:sblinks};
  535. background-color:{color:links bg};
  536. width:123px;
  537. font-weight:bold;
  538. height:17px;
  539. padding-right:5px;
  540. padding-top:5px;
  541. display:block;
  542. line-height:130%;
  543. padding-bottom:3px;
  544. transition-duration: 1s;
  545. -moz-transition-duration: 1s;
  546. -webkit-transition-duration: 1s;
  547. -o-transition-duration: 1s;
  548.  
  549.  
  550.  
  551. }
  552.  
  553. #links a:hover{
  554. color:{color:hover};
  555. background:{color:hover bg};
  556. opacity:1;
  557. transition-duration: 1s;
  558. -moz-transition-duration: 1s;
  559. -webkit-transition-duration: 1s;
  560. -o-transition-duration: 1s;
  561.  
  562. }
  563.  
  564.  
  565.  
  566.  
  567.  
  568. /*Entries*/
  569.  
  570.  
  571.  
  572. #box {
  573. position: absolute;
  574. background-color:{color:boxbg};
  575. z-index:99999;
  576. height:557px;
  577. width:557px;
  578. overflow:auto;
  579. margin-left:543px;
  580. margin-top:40px;
  581.  
  582.  
  583. }
  584.  
  585. #post{
  586. padding:15px;
  587. width:500px;
  588. background-color:{color:post bg};
  589. overflow:hidden;
  590. margin-bottom:15px;
  591. margin-top:10px;
  592. margin-left:10px;
  593. float:left;
  594. z-index:9999;
  595.  
  596. }
  597.  
  598.  
  599. /*POST INFO*/
  600.  
  601. #info {
  602. width:520px;
  603. text-align:left;
  604. font-family:arial;
  605. font-size:9px;
  606. padding:7px;
  607. color:{color:txt};
  608. line-height:10px;
  609. background-color:{color:info bg};
  610. margin-top:5px;
  611. margin-left:-15px;
  612. font-size:9px;
  613. margin-bottom:-15px;
  614. font-style:none;
  615. padding:5px;
  616. line-height:10px;
  617. transition-duration: 1.0s;
  618. -moz-transition-duration: 1.0s;
  619. -webkit-transition-duration: 1.0s;
  620. -o-transition-duration: 1.0s;
  621.  
  622. }
  623.  
  624. #info hover{
  625. color:{color:hover};
  626. transition-duration: 1.0s;
  627. -moz-transition-duration: 1.0s;
  628. -webkit-transition-duration: 1.0s;
  629. -o-transition-duration: 1.0s;
  630.  
  631.  
  632. }
  633.  
  634. #info a {
  635. text-align:center;
  636. font-family:arial;
  637. color:{color:txt};
  638.  
  639. }
  640.  
  641. .right{
  642. float:right
  643.  
  644. }
  645.  
  646.  
  647. /*ASKS*/
  648.  
  649. #asks {
  650. font-size:10px;
  651. text-align:center;
  652. width:537px;
  653. padding:5px;
  654. margin-left:-30px;
  655. margin-top:-15px;
  656. background-color:{color:info bg}
  657.  
  658. }
  659.  
  660.  
  661. /*CREDIT-- Just leave this please*/
  662.  
  663. #c{
  664. position:fixed;
  665. font-size:9px;
  666. font-weight:bold;
  667. padding-bottom:5px;
  668. padding-top:5px;
  669. height:12px;
  670. width:12px;
  671. padding-left:5px;
  672. padding-right:5px;
  673. margin-left:1306px;
  674. margin-top:633px;
  675. line-height:150%;
  676. text-align:center;
  677. float:left;
  678. color:{color:txt};
  679. text-transform:uppercase;
  680. border-bottom:solid 2px {color:border};
  681. background-color:{color:links bg};
  682. transition-duration: 0.8s;
  683.  
  684.  
  685. }
  686.  
  687.  
  688.  
  689. </style>
  690.  
  691. </head>
  692.  
  693.  
  694. <body>
  695.  
  696.  
  697.  
  698. <div id="sidebar">
  699. <div id="sidebar1"><img src="{image:left sideimg}"></div>
  700. <div id="sidebar2"><img src="{image:right sideimg}"></div>
  701.  
  702.  
  703.  
  704. </div>
  705. </div>
  706. </div>
  707. <div id="links">
  708. <a href="/" href="">refresh</a>
  709. <a href="ask" href="/ask">askbox</a>
  710. <a href="{text:link 1 url}">{text:Link 1}</a>
  711. <a href="{text:link 2 url}">{text:Link 2}</a>
  712. <a href="{text:link 3 url}">{text:Link 3}</a>
  713. <a href="{text:link 4 url}">{text:Link 4}</a>
  714. <a href="{text:link 5 url}">{text:Link 5}</a>
  715. <a href="{text:link 6 url}">{text:Link 6}</a>
  716. </div>
  717.  
  718. </div>
  719. <!---- if you want anything to appear when you hover over the sidebar, you have to add the code below under "navi"!!!
  720. --->
  721.  
  722. <div class="navi">
  723. <div id="admins">
  724. <div id="admin1"><img src="{image:admin1}"></div>
  725. <div id="admin1text">{text:admin1text}</div>
  726. <div id="admin2"><img src="{image:admin2}"></div>
  727. <div id="admin2text">{text:admin2text}</div>
  728. <div id="admin3"><img src="{image:admin3}"></div>
  729. <div id="admin3text">{text:admin3text}</div>
  730. </div>
  731.  
  732. <div id="updates">{text:updates}</div>
  733.  
  734. <div id="navbg"></div>
  735.  
  736.  
  737. </div>
  738.  
  739. <div id="title">{title}</div>
  740. <div id="desc">{Description}</div>
  741.  
  742.  
  743.  
  744.  
  745. </div>
  746.  
  747.  
  748.  
  749.  
  750.  
  751. <div id="pagi">{block:Pagination}
  752. {block:PreviousPage}
  753. <a href="{PreviousPage}">REWIND </a> &nbsp;//&nbsp;
  754. {/block:PreviousPage}
  755.  
  756. {block:NextPage}
  757. <a href="{NextPage}">FAST FORWARD</a>
  758. {/block:NextPage}
  759. {/block:Pagination}</div>
  760. </div></div>
  761. </div>
  762.  
  763. <div id="box">
  764. {block:Posts}
  765. <div id="post">
  766.  
  767. <!--TEXT POSTS-->
  768.  
  769. {block:Text}
  770. {block:Title}<h2><center>{Title}</center></h2>{/block:Title}
  771. {Body}
  772. {/block:Text}
  773.  
  774. <!--ASKS-->
  775.  
  776. {block:Answer}
  777. <div id="asks">
  778. <div style="margin-left:-280px; padding-bottom:8px; font-size:12px;"><b><i>{Asker} asked:</b></i></span></div><br /> <div style="padding-left:15px; margin-top:-18px; font-size:11px;">{Question}</div>
  779. </div>
  780. {Answer}
  781. {/block:Answer}
  782.  
  783. <!--QUOTE POSTS-->
  784. {block:Quote}
  785.  
  786. {block:Quote}
  787. <h2>{Quote}</h2>
  788. <div align="right">
  789. {block:Source}<h1>-{Source}</h1>{/block:Source}
  790. </div>
  791. {/block:Quote}
  792. <!--LINK POSTS-->
  793.  
  794. {block:Link}
  795. <h2><center><a href="{URL}">{Name}</center></a></h2>
  796. {block:Description}{Description}{/block:Description}
  797. {/block:Link}
  798.  
  799. <!--CHAT POSTS-->
  800.  
  801. {block:Chat}
  802. {block:Title}<h2>{Title}</h2>{/block:Title}
  803. <ul class="convo">{block:Lines}<li class="line">{block:Label}<span class="label">{Label}</span>{/block:Label}
  804. {Line}</li>{/block:Lines}</ul>
  805. {/block:Chat}
  806.  
  807. <!--PHOTO POSTS-->
  808.  
  809. {block:Photo}
  810. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500px">{LinkCloseTag}
  811.  
  812. {block:Caption}{Caption}{/block:Caption}
  813. {/block:Photo}
  814.  
  815. <!--PHOTOSET POSTS-->
  816.  
  817. {block:Photoset}
  818. {Photoset-500}
  819. {block:Caption}{Caption}{/block:Caption}
  820. {/block:Photoset}
  821.  
  822. <!--VIDEO POSTS-->
  823.  
  824. {block:Video}
  825. {Video-500}
  826. {block:Caption}{Caption}{/block:Caption}
  827. {/block:Video}
  828.  
  829.  
  830. <!--AUDIO-->
  831.  
  832. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="60px" height="60px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerBlack}</left></span>
  833. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  834. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  835. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times <br>
  836. {/block:Audio}
  837.  
  838.  
  839. <!--POST INFO-->
  840.  
  841.  
  842. <div id="info">
  843. <div id="permalink">
  844. <a href="{Permalink}">{12Hour}:{Minutes} {AmPm}</a> <div class=right>{NoteCount}</div></a></div>
  845.  
  846. {block:PostNotes}<div id="notes"><left>{PostNotes}</div>{/block:PostNotes}</div>
  847.  
  848.  
  849.  
  850. </div>{/block:Posts}{/block:Posts}</div></div></div></div>
  851. </div>
  852.  
  853. <!--Simply don't remove it pls.-->
  854. </div>
  855.  
  856. </div>
  857. <div id="c">
  858. <a href="http://kaitofrph.tumblr.com/">✰</a>
  859.  
  860. </div>
  861. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement