Advertisement
xariaaaa

[THEME] sᴡᴇᴇᴛʜᴇᴀʀᴛ ʙʟᴜᴇ ᴇʏᴇs (dark)

Jul 9th, 2016
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.23 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. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <!-- ʙᴀsᴇ ʙʏ ᴇɴᴛᴇʀᴘʀɪᴢᴇʀ. ᴛʜᴇᴍᴇ ʙʏ ᴀʀɪᴀsʀᴘʜ ᴘʟᴇᴀsᴇ ᴅᴏ ɴᴏᴛ sᴛᴇᴀʟ ɪᴛ! ᴇᴅɪᴛɪɴɢ ɪs ᴀʟᴏᴡᴇᴅ, ʙᴜᴛ ᴘʟᴇᴀsᴇ ʟᴇᴀᴠᴇ ᴛʜᴇ ᴄʀᴇᴅɪᴛɪɴɢ ɪɴᴛᴀᴄᴛ. -->
  9.  
  10.  
  11. <!-- META NAMES -->
  12. <meta name="text:Title" content="Sweetheart blue eyes" />
  13. <meta name="text:text1" content="[SPENCER CHO'S FRIENDS] - bla bla bla bla bla" />
  14.  
  15.  
  16. <meta name="text:Desc" content="This is the description & it's quite lenghty." />
  17.  
  18. <meta name="text:URL1" content="/" />
  19. <meta name="text:Title1" content="Link" />
  20.  
  21. <meta name="text:URL2" content="/" />
  22. <meta name="text:Title2" content="Link" />
  23.  
  24. <meta name="text:URL3" content="/" />
  25. <meta name="text:Title3" content="Link" />
  26.  
  27. <meta name="text:URL4" content="/" />
  28. <meta name="text:Title4" content="Link" />
  29.  
  30. <meta name="text:URL5" content="/" />
  31. <meta name="text:Title5" content="Link" />
  32.  
  33.  
  34. <meta name="text:Hover1" content="This is a literate rp!" />
  35. <meta name="text:Hover2" content="Original Character account, not Shin Hyejeong from AOA" />
  36. <meta name="text:Hover3" content="NSFW posts will appear, follow at your own risk!" />
  37. <meta name="text:Hover4" content="idol!verse, Beau of LVSH" />
  38.  
  39.  
  40. <meta name="text:BaroHover" content="@baro real hard" />
  41. <meta name="text:FriendHover" content="just4brooklynn" />
  42. <meta name="text:LVSHHover" content="only like the baddest group in the industry" />
  43.  
  44. <script type="text/javascript"
  45. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  46. <script>
  47. $(document).ready(function() {
  48. //
  49. $('a.poplight[href^=#]').click(function() {
  50. var popID = $(this).attr('rel'); //Get Popup Name
  51. var popURL = $(this).attr('href'); //Get Popup href to define size
  52. var query= popURL.split('?');
  53. var dim= query[1].split('&');
  54. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  55. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  56. var popMargTop = ($('#' + popID).height() + 80) / 2;
  57. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  58. //Apply Margin to Popup
  59. $('#' + popID).css({
  60. 'margin-top' : -popMargTop,
  61. 'margin-left' : -popMargLeft
  62. });
  63. $('body').append('<div id="fade"></div>');
  64. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  65. return false;
  66. });
  67. $('a.close, #fade').live('click', function() {
  68. $('#fade , .popup_block').fadeOut(function() {
  69. $('#fade, a.close').remove(); //fade them both out
  70. });
  71. return false;
  72. });
  73. });
  74. </script>
  75.  
  76. <!-- S-M-T-TOOLTIP JAVA -->
  77.  
  78. <script type='text/javascript' src='https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js'></script>
  79. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  80. <script>
  81. (function($){
  82. $(document).ready(function(){
  83. $("[title]").style_my_tooltips();
  84. });
  85. })(jQuery);
  86. </script>
  87.  
  88. <style type="text/css">
  89.  
  90. /* GENERAL */
  91.  
  92. body {
  93. background-color: #000000;
  94. }
  95.  
  96. a {
  97. color: #0e3087;
  98. text-decoration: none;
  99. -webkit-transition: opacity 0.7s linear;
  100. -webkit-transition: all 0.7s ease-out;
  101. -moz-transition: all 0.7s ease-out;
  102. transition: all 0.7s ease-out;
  103. }
  104.  
  105. a:hover {
  106. color: #6182c5;
  107. -webkit-transition: opacity 0.7s linear;
  108. -webkit-transition: all 0.7s ease-out;
  109. -moz-transition: all 0.7s ease-out;
  110. transition: all 0.7s ease-out;
  111. }
  112.  
  113. img {
  114. border:none;
  115. }
  116.  
  117. blockquote, blockquote blockquote {
  118. margin-left: 5px;
  119. padding-left: 10px;
  120. border-left: 1px solid #0e3087;
  121. }
  122.  
  123. blockquote img, #post img {
  124. max-width: 240px;
  125. height: auto;
  126. opacity: 0.3;
  127. -webkit-filter: grayscale(100%);
  128. -webkit-transition: opacity 0.7s linear;
  129. -webkit-transition: all 0.7s ease-out;
  130. -moz-transition: all 0.7s ease-out;
  131. transition: all 0.7s ease-out;
  132. }
  133.  
  134. blockquote blockquote img {
  135. max-width: 180px;
  136. height: auto;
  137. opacity: 0.3;
  138. -webkit-filter: grayscale(100%);
  139. -webkit-transition: opacity 0.7s linear;
  140. -webkit-transition: all 0.7s ease-out;
  141. -moz-transition: all 0.7s ease-out;
  142. transition: all 0.7s ease-out;
  143. }
  144.  
  145. blockquote img:hover, blockquote blockquote img:hover, #post img:hover {
  146. opacity: 0.8;
  147. -webkit-filter: grayscale(40%);
  148. -webkit-transition: opacity 0.7s linear;
  149. -webkit-transition: all 0.7s ease-out;
  150. -moz-transition: all 0.7s ease-out;
  151. transition: all 0.7s ease-out;
  152. }
  153.  
  154. h2 {
  155. font-family: "Bebas";
  156. color: #0e3087;
  157. text-align: justify;
  158. font-size: 20px;
  159. word-spacing: 6px;
  160. }
  161.  
  162. pre, code {
  163. font-size: 9px;
  164. font-family: "Calibri";
  165. text-transform: uppercase;
  166. color: #ffffff;
  167. line-height: 12px;
  168. padding: 10px;
  169. background-color: #000000;
  170. white-space:pre-wrap;
  171. word-wrap:break-word;
  172. }
  173.  
  174. small, sub, sup {
  175. font-size: 12px;
  176. font-family: "Calibri";
  177. }
  178.  
  179.  
  180. /* ENTRIES */
  181. #entries {
  182. width: 260px;
  183. height: 100%;
  184. float: right;
  185. margin-top: 20px;
  186. margin-right: 300px;
  187. }
  188.  
  189. /* POSTS */
  190. #post {
  191. width: 250px;
  192. padding: 20px;
  193. background-color: #0f0f0f;
  194. margin-bottom: 50px;
  195. font-family: "calibri";
  196. font-size: 12px;
  197. color: #ffffff;
  198. text-align: justify;
  199. }
  200.  
  201. /* POST SPECS */
  202. .posttitle {
  203. font-family: "Bebas";
  204. font-size: 22px;
  205. color: #0e3087;
  206. text-align: justify;
  207. }
  208.  
  209. .photopost {
  210. text-align: center;
  211. opacity: 0.3;
  212. -webkit-filter: grayscale(100%);
  213. -webkit-transition: opacity 0.7s linear;
  214. -webkit-transition: all 0.7s ease-out;
  215. -moz-transition: all 0.7s ease-out;
  216. transition: all 0.7s ease-out;
  217. }
  218.  
  219. .photopost:hover {
  220. text-align: center;
  221. opacity: 0.8;
  222. -webkit-filter: grayscale(40%);
  223. -webkit-transition: opacity 0.7s linear;
  224. -webkit-transition: all 0.7s ease-out;
  225. -moz-transition: all 0.7s ease-out;
  226. transition: all 0.7s ease-out;
  227. }
  228.  
  229. .quote {
  230. font-family: "Bebas";
  231. font-size: 15px;
  232. color: #0e3087;
  233. }
  234.  
  235. .source {
  236. font-family: "Calibri";
  237. font-size: 8px;
  238. text-transform: uppercase;
  239. text-align: right;
  240. }
  241.  
  242. .asker {
  243. font-family: "bebas";
  244. font-size: 20px;
  245. color: #0e3087;
  246. text-align: center;
  247. }
  248.  
  249. .question {
  250. padding: 10px;
  251. background-color: #000000;
  252. font-family: "Calibri";
  253. font-size: 10px;
  254. text-transform: uppercase;
  255. border-top: 1px dotted #0e3087;
  256. }
  257.  
  258. .chat b {
  259. font-family: "bebas";
  260. font-size: 12px;
  261. color: #0e3087;
  262. }
  263.  
  264. #info {
  265. font-family: "Calibri";
  266. font-size: 10px;
  267. text-transform: uppercase;
  268. text-align: center;
  269. }
  270.  
  271. #info a {
  272. font-family: "calibri";
  273. font-size: 10px;
  274. }
  275.  
  276. .postnotes {
  277. width:250px;
  278. font-family: 'calibri';
  279. font-size: 8px;
  280. letter-spacing: 1;
  281. line-height: 100%;
  282. color: #ffffff;
  283. text-align: left;
  284. text-transform: uppercase;
  285. word-wrap:break-word;
  286. padding: 10px;
  287. -moz-transition:all ease-in-out 0.7s;
  288. -webkit-transition:all ease-in-out 0.7s;
  289. -o-transition:all ease-in-out 0.7s;
  290. transition:all ease-in-out 0.7s;
  291. }
  292.  
  293. .postnotes img {
  294. display:none;
  295.  
  296. }
  297.  
  298. .postperma {
  299. width:268px;
  300. margin-top: -18px;
  301. margin-bottom: 20px;
  302. font-family: "calibri";
  303. font-size: 8px;
  304. color: #ffffff;
  305. text-transform: uppercase;
  306. text-align:center;
  307. line-height:100%;
  308. padding:1px;
  309. -moz-transition:all ease-in-out 0.7s;
  310. -webkit-transition:all ease-in-out 0.7s;
  311. -o-transition:all ease-in-out 0.7s;
  312. transition:all ease-in-out 0.7s;
  313.  
  314. }
  315.  
  316. .postperma a {
  317. color: #0e3087;
  318. -moz-transition:all ease-in-out 0.7s;
  319. -webkit-transition:all ease-in-out 0.7s;
  320. -o-transition:all ease-in-out 0.7s;
  321. transition:all ease-in-out 0.7s;
  322. }
  323.  
  324. #posttitle {
  325. font-family:'bebas';
  326. font-size:20px;
  327. letter-spacing:1px;
  328. line-height:16px;
  329. text-transform:uppercase;
  330. text-align:center;
  331. }
  332.  
  333. #permtitle {
  334. font-family: 'calibri';
  335. color: #cdcdcd;
  336. font-size: 8px;
  337. padding: 5px;
  338. margin-top: 5px;
  339. text-align: center;
  340. text-transform: uppercase;
  341. }
  342.  
  343. #tags {
  344. font-family: 'calibri';
  345. font-size: 8px;
  346. text-transform: uppercase;
  347. letter-spacing: 1;
  348. line-height: 100%;
  349. }
  350.  
  351. .audio {
  352. padding: 0;
  353. }
  354.  
  355. .audio_container {
  356. overflow: hidden;
  357. position: relative;
  358. width: 100px;
  359. }
  360.  
  361. .soundcloud_audio_player {
  362. width: 100%;
  363. }
  364.  
  365. .tumblr_audio_player {
  366. width: 100%;
  367. }
  368.  
  369. /* SIDEBAR */
  370.  
  371. #sidebar {
  372. height: 400px;
  373. width: 600px;
  374. position: fixed;
  375. float: left;
  376. left: 100px;
  377. bottom: 0px;
  378. -moz-transition-duration:0.7s;
  379. -webkit-transition-duration:0.7s;
  380. -o-transition-duration:0.7s;
  381. }
  382.  
  383. .render {
  384. margin-left: 0px;
  385. margin-bottom: 0px;
  386. -moz-transition-duration:0.7s;
  387. -webkit-transition-duration:0.7s;
  388. -o-transition-duration:0.7s;
  389. }
  390.  
  391. .cont {
  392. height: 370px;
  393. width: 380px;
  394. margin-top: -480px;
  395. margin-left: 250px;
  396. -moz-transition-duration:0.7s;
  397. -webkit-transition-duration:0.7s;
  398. -o-transition-duration:0.7s;
  399. }
  400.  
  401. .title {
  402. width: 400px;
  403. font-family: "Bebas";
  404. color: #0e3087;
  405. font-size: 35px;
  406. }
  407.  
  408. .title img {
  409. height: 40px;
  410. width: auto;
  411. }
  412.  
  413. .lvsh {
  414. height: 40px;
  415. width: 365px;
  416. padding: 5px;
  417. background-color: #0f0f0f;
  418. margin-top: 5px;
  419. }
  420.  
  421. .def {
  422. margin-left: 0px;
  423. font-family: "Calibri";
  424. font-size: 10px;
  425. width: 380px;
  426. height: 12px;
  427. line-height: 12px;
  428. text-transform: uppercase;
  429. }
  430.  
  431. .defimg {
  432. margin-top: -11px;
  433. margin-left: 0px;
  434. }
  435.  
  436. .desc {
  437. margin-top: 5px;
  438. height: 200px;
  439. width: 170px;
  440. padding: 5px;
  441. background-color: #0f0f0f;
  442. font-family: "Calibri";
  443. font-size: 10px;
  444. text-transform: uppercase;
  445. text-align: justify;
  446. letter-spacing: 1px;
  447. }
  448.  
  449. .links {
  450. margin-left: -200px;
  451. word-spacing: 12px;
  452. margin-top: 5px;
  453. font-family: "Bebas";
  454. font-size: 20px;
  455. text-align: center;
  456. }
  457.  
  458. .stat {
  459. margin-top: 5px;
  460. width: 180px;
  461. height: 12px;
  462. line-height: 12px;
  463. text-align: center;
  464. font-family: "Calibri";
  465. font-size: 10px;
  466. text-transform: uppercase;
  467. word-spacing: 10px
  468. }
  469.  
  470. .photo {
  471. width: 170px;
  472. height: 240px;
  473. padding: 5px;
  474. background-color: #0f0f0f;
  475. margin-top: -267px;
  476. margin-left: 185px;
  477. z-index: 999;
  478. }
  479.  
  480. .photo1 {
  481. width: 170px;
  482. height: 240px;
  483. padding: 5px;
  484. background-color: #0f0f0f;
  485. margin-top: -250px;
  486. margin-left: 185px;
  487. opacity: 0;
  488. -moz-transition-duration:0.7s;
  489. -webkit-transition-duration:0.7s;
  490. -o-transition-duration:0.7s;
  491. }
  492.  
  493. .pagi {
  494. margin-top: 5px;
  495. margin-left: 190px;
  496. font-size: 10px;
  497. color: #0e3087;
  498. font-family: "Calibri";
  499. text-transform: uppercase;
  500. width: 170px;
  501. text-align: center;
  502. }
  503.  
  504. .cont:hover .photo1 {
  505. opacity: 1;
  506. }
  507.  
  508. #cred {
  509. font-family: "Calibri";
  510. font-size: 10px;
  511. text-transform: uppercase;
  512. position: fixed;
  513. left: 5px;
  514. bottom: 5px;
  515. }
  516.  
  517. /* POPUP */
  518.  
  519.  
  520. /* POPUP BOX */
  521. .popup_block{
  522. display: none;
  523. background-color: #0f0f0f;
  524. padding: 20px;
  525. float: left;
  526. height: auto;
  527. font-family: "Calibri";
  528. text-align: justify;
  529. color: #ffffff;
  530. font-size: 12px;
  531. position: fixed;
  532. top: 50%;
  533. left: 50%;
  534. border-left: 1px solid #0e3087;
  535. border-bottom: 1px solid #0e3087;
  536. overflow-y: auto;
  537. z-index: 99999;
  538. }
  539.  
  540. *html #fade {
  541. position: absolute;
  542. }
  543.  
  544. *html .popup_block {
  545. position: absolute;
  546. }
  547.  
  548. #fade {
  549. display: none;
  550. position: fixed;
  551. left: 0px;
  552. top: 0px;
  553. width: 100%;
  554. height: 100%;
  555. }
  556.  
  557. #s-m-t-tooltip{
  558. max-width: 200px;
  559. margin-top: 15px;
  560. margin-left: 15px;
  561. padding: 5px;
  562. border-left: 1px solid #0e3087;
  563. border-bottom: 1px dotted #0e3087;
  564. z-index:9999999999999999999999;
  565. background-color:#0f0f0f;
  566. color: #ffffff;
  567. font-family: 'Calibri';
  568. text-align:justify;
  569. font-size: 10px;
  570. line-height: 12px;
  571. letter-spacing: 1px;
  572. text-transform: uppercase;
  573. }
  574. </style>
  575. </head>
  576. <body>
  577.  
  578. <div id="baro" class="popup_block">
  579. kiss kiss fall in love
  580. <img src="https://i.ytimg.com/vi/vpomtCQ7Alg/maxresdefault.jpg" width="300px" height="auto"/>
  581. </div>
  582.  
  583. <div id="lvshh" class="popup_block">
  584. queeeeeens
  585. </div>
  586.  
  587. <div id="sidebar">
  588. <div class="render">
  589. <img src="http://i.imgur.com/oHlWQbP.png" />
  590. </div>
  591.  
  592. <div class="cont">
  593. <div class="title">
  594. {text:Title}
  595. <a href="#?w=360" title="{text:BaroHover}" rel="baro" class="poplight">
  596. <img src="https://66.media.tumblr.com/accf2bc59088faf10782600a024d11e5/tumblr_inline_ngdws76nb71rpglid.gif" />
  597. </a>
  598. </div>
  599.  
  600. <div cass="lvsh">
  601. <a href="#?w=360" title="{text:LVSHHover}" rel="lvshh" class="poplight"><img src="http://i.imgur.com/SMICGuP.png" /></a>
  602. </div>
  603.  
  604. <div class="def">
  605. {text:text1}
  606. </div>
  607.  
  608. <div class="links">
  609. <a href="{text:URL1}" title="{text:Title1}">.01</a>
  610. <a href="{text:URL2}" title="{text:Title2}">.02</a>
  611. <a href="{text:URL3}" title="{text:Title3}">.03</a>
  612. <a href="{text:URL4}" title="{text:Title4}">.04</a>
  613. <a href="{text:URL5}" title="{text:Title5}">.05</a>
  614. </div>
  615.  
  616. <div class="desc">
  617. {text:Desc}
  618. </div>
  619.  
  620. <div class="stat">
  621. <a title="{text:Hover1}">LIT</a> × <a title="{text:Hover2}">OC</a> × <a title="{text:Hover3}">NSFW</a> × <a title="{text:Hover4}">VERSE</a>
  622. </div>
  623.  
  624. <div class="photo">
  625. <img src="http://i.imgur.com/c6I0tgN.gif" />
  626. </div>
  627.  
  628. <div class="photo1">
  629. <img src="http://i.imgur.com/BaqHMBi.gif" />
  630. </div>
  631.  
  632. {block:IndexPage}
  633. <div class="pagi">
  634. {block:PreviousPage}<a href="{PreviousPage}">PREV</a>{/block:PreviousPage} // {block:NextPage}<a href="{NextPage}">NEXT</a>{/block:NextPage}
  635. </div>
  636. {/block:IndexPage}
  637.  
  638. </div>
  639. </div>
  640.  
  641. <div id="entries">
  642. {block:Posts}
  643. <div id="post">
  644.  
  645. <!-- TEXT POSTS -->
  646. {block:Text}
  647. <div class="posttitle">{block:Title}{Title}{/block:Title}</div>
  648. <div class="posttext">{Body}</div>
  649. {/block:Text}
  650.  
  651. <!-- PHOTO POSTS -->
  652. {block:Photo}
  653. <div class="photopost">{LinkOpenTag}<img src="{PhotoURL-250}">{LinkCloseTag}
  654. <div class="posttext">{block:Caption}{Caption}{/block:Caption}</div></div>
  655. {/block:Photo}
  656.  
  657. <!-- PHOTOSET POSTS -->
  658. {block:Photoset}
  659. <div class="photosetpost">{Photoset-250} {block:Caption}{Caption}{/block:Caption}</div>
  660. {/block:Photoset}
  661.  
  662. <!-- QUOTE POSTS -->
  663. {block:Quote}
  664. <div class="posttitle">{block:Title}{Title}{/block:Title}</div>
  665. <div class="quote">{Quote}</div>
  666. <div class="source">{block:Source} —{Source}{/block:Source}</div>
  667. {/block:Quote}
  668.  
  669. <!-- LINK POSTS -->
  670. {block:Link}
  671. <div class="posttitle">a href="{URL}" {Target}>{Name}</a></div>
  672. {block:Description}{Description}{/block:Description}
  673. {/block:Link}
  674.  
  675. <!-- CHAT POSTS -->
  676. {block:Chat}
  677. <div class="posttile">{block:Title}{Title}{/block:Title}</div>
  678. <div class="chat">
  679. {block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}</div>
  680. {/block:Chat}
  681.  
  682.  
  683. <!-- ASK POST -->
  684. {block:Answer}
  685. <div class="asker">{Asker}</div>
  686. <div class="question">{Question}</div>
  687. {Answer}
  688. {/block:Answer}
  689.  
  690. <!-- AUDIO POST -->
  691. {block:Audio}
  692. <div class="audioContainer">
  693. {block:AudioEmbed}{AudioEmbed color="white"}{/block:AudioEmbed}
  694. </div>
  695. <div class="posttext">{block:Caption}{Caption}{/block:Caption}</div>
  696. {/block:Audio}
  697.  
  698. <!-- VIDEO POST -->
  699. {block:Video}
  700. <div class="video">{Video-250}</div>
  701. <div class="posttext">{block:Caption}{Caption}{/block:Caption}</div>
  702. {/block:Video}
  703.  
  704. <!-- POST PERMA -->
  705. <div id="info">
  706. {block:Date}{TimeAgo}{/block:Date} × <a href="{Permalink}">
  707. {NoteCountWithLabel}</a> ×
  708. <a href="{Permakink}" title="{block:HasTags}{block:Tags}#{Tag}{/block:Tags}{/block:HasTags}">TAGGED</a>
  709. </div>
  710. </div>
  711. {block:PermaLinkPage}
  712. <div class="postinfo">
  713. <center>
  714. <div id="permtitle">Posted on: {Month} {DayofMonth}, {Year}<br> {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}</div>
  715. {block:RebloggedFrom}
  716. <div id="tags">Via:
  717. <a href="{ReblogParentURL}">{ReblogParentName}</a> ||
  718. Source: <a href="{ReblogRootURL}">{ReblogRootName}</a></div>
  719. {/block:RebloggedFrom}
  720. </center>
  721. <br>
  722. {block:HasTags}
  723. <div id="tags">{block:Tags}#<a href="{TagURL}">{Tag}</a> &nbsp; {/block:Tags} </div>
  724. {/block:HasTags}
  725. </div>
  726.  
  727. {block:PostNotes}<div class="postnotes"><div style="margin-left: -20px;">{PostNotes}</div></div>{/block:PostNotes}
  728. {/block:PermalinkPage}
  729. {/block:Posts}
  730. </div>
  731.  
  732.  
  733. <div id="cred">
  734. <a href="http://tq-entertainment.tumblr.com/">TQENT.</a><br />
  735. <a href="http://97brk.tumblr.com/" title="Theme by Aria made for ikxcheol. Please don't steal!">CREDIT.</a>
  736. </div>
  737.  
  738. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement