Advertisement
kyngri

Nerd

May 15th, 2016
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.90 KB | None | 0 0
  1. <!--
  2. Theme made by ayiams for personal use by jungkxok 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>♍ angry virgo</title>
  11.  
  12. <link rel="shortcut icon" href="https://65.media.tumblr.com/61330a2e6762c16486bd359849943a29/tumblr_inline_o784w1c4aS1u8j6wt_540.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:Text" content="#000000"/>
  20. <meta name="color:Links" content="#767676"/>
  21. <meta name="color:Links Hover" content="#ffffff"/>
  22. <meta name="color:Blockquote" content="#b3b3b3"/>
  23. <meta name="color:Scrollbar" content="#b3b3b3" />
  24. <meta name="color:Bold" content="#000000" />
  25. <meta name="color:Italic" content="##929191"/>
  26.  
  27. <meta name="text:Amount of Grayscale" content="100">
  28.  
  29. <meta name="if:250px" content="0" />
  30. <meta name="if:400px" content="1" />
  31. <meta name="if:500px" content="0" />
  32. <meta name="if:InfiniteScroll" content="0" />
  33. <meta name="if:monochrome" content="1" />
  34.  
  35.  
  36. <!--CSS customization here. -->
  37.  
  38. <style type="text/css">
  39.  
  40. @font-face {font-family: "neou"; src:url('https://dl.dropboxusercontent.com/s/ggesu9cscg40a2p/neou-thin.ttf?dl=1'); format(“truetype”);}
  41.  
  42. iframe#tumblr_controls {
  43. top:0%!important;
  44. right:0%!important;
  45. position:fixed!important;
  46. z-index:99999999!important;
  47. -webkit-filter:invert(100%);
  48. -moz-filter:invert(100%);
  49. -o-filter:invert(100%);
  50. -ms-filter:invert(100%);
  51. filter:invert(100%);
  52. opacity:.3;
  53. {block:IndexPage}
  54. opacity:0;
  55. -webkit-transition: all 1s ease-in-out;
  56. -moz-transition: all 1s ease-in-out;
  57. -o-transition: all 1s ease-in-out;
  58. -ms-transition: all 1s ease-in-out;
  59. transition: all 1s ease-in-out;
  60. {/block:IndexPage}
  61. }
  62.  
  63. iframe#tumblr_controls:hover {
  64. opacity:.3;
  65. }
  66.  
  67. #s-m-t-tooltip{
  68. max-width:300px;
  69. margin-top:25px;
  70. margin-left:15px;
  71. padding:4px;
  72. z-index:99999999999999999;
  73. background-color:black;
  74. color:white;
  75. font-family:calibri;
  76. font-size:8px;
  77. line-height:8px;
  78. letter-spacing:1px;
  79. font-style:normal;
  80. text-transform:uppercase;
  81. word-wrap:break-word;
  82. -moz-transition:all 0.5s ease-in-out;
  83. -webkit-transition:all 0.5s ease-in-out;
  84. -o-transition:all 0.5s ease-in-out;
  85. transition:all 0.5s ease-in-out;
  86. }
  87.  
  88. ::-webkit-scrollbar-thumb:vertical {
  89. background:{color:Scrollbar};
  90. height: 50px;
  91. }
  92.  
  93. ::-webkit-scrollbar {
  94. height: 10px;
  95. width: 3px;
  96. }
  97.  
  98. /*basics*/
  99. blockquote {padding:6px 0 6px 20px;
  100. border-left:1px solid {color:Blockquote};
  101. margin-left:20px;
  102. }
  103.  
  104. body {
  105. background:{color:Background};
  106. color:{color:Text};
  107. font-family:Calibri;
  108. font-size:11px;
  109. text-align:justify;
  110. margin:0;
  111. line-height:16px;}
  112.  
  113. a {
  114. color:{color:Links};
  115. text-decoration:none;
  116. -webkit-transition: all 1s ease-in-out;
  117. -moz-transition: all 1s ease-in-out;
  118. -o-transition: all 1s ease-in-out;
  119. -ms-transition: all 1s ease-in-out;
  120. transition: all 1s ease-in-out;
  121. }
  122. a:hover{
  123. color:{color:Links Hover};
  124. text-shadow: 2px 2px 6px #111;
  125. }
  126.  
  127. pre {
  128. width:95%;
  129. white-space:pre-wrap;
  130. word-wrap:break-word;
  131. background:transparent;
  132. color:{color:Desc Text};
  133. padding:4px;
  134. }
  135.  
  136. small {
  137. font-size:9px;}
  138.  
  139. sub {
  140. font-size:9px;}
  141.  
  142. big {
  143. font-size:13px;}
  144.  
  145. b, strong {
  146. color:{color:Bold};
  147. font-weight:bold;
  148. }
  149.  
  150. i, em {
  151. color:{color:Italic};
  152. font-style:italic;
  153. }
  154.  
  155. ul,ol {
  156. padding:2px;
  157. margin-left:25px;
  158. }
  159.  
  160. ul {
  161. list-style-type:square;
  162. }
  163.  
  164. h1 {
  165. font-family:neou;
  166. font-size:20px;
  167. line-height:20px;
  168. font-weight:normal;
  169. margin-bottom:10px;
  170. text-transform:uppercase;
  171. text-align:center;
  172. }
  173.  
  174. #title {
  175. font-family:calibri;
  176. font-size:30px;
  177. line-height:30px;
  178. font-weight:normal;
  179. margin-bottom:10px;
  180. text-transform:uppercase;
  181. text-align:center;
  182. }
  183.  
  184.  
  185. /*texture*/
  186.  
  187. #hyrule {width:100%;height:100%;left:0px;bottom:0px;position:fixed;background:url('https://41.media.tumblr.com/4f55b001b0dda7f389d26d22bca99459/tumblr_inline_o65h15EItX1u0iati_250.png');background-attachment:fixed;background-repeat:repeat;z-index:-9;}
  188.  
  189. /*Sidebar*/
  190.  
  191. #zelda {position:absolute;top:0px;left:0px;z-index:9;width:489px;height:162px;background:url('https://66.media.tumblr.com/1ba0140e07c1c5f0d1765e23c7133b0b/tumblr_o7853rYM621vudk82o3_r1_500.png');background-attachment:fixed;background-repeat:repeat;}
  192. #elf {position:absolute;left:-30px;bottom:-20px;}
  193. #castle {position:absolute;background:transparent;top:17px;padding:10px;right:15px;width:439px;height:110px;}
  194. #link {position:absolute;right:10px;top:43px;width:150px;height:80px;font-family:Calibri, sans-serif;font-size:8px;}
  195. #link a {
  196. color:{color:Links};
  197. background:white;
  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;right:183px;top:57px;border:solid 1px #efefef;width:180px;height:61px;padding:10px;z-index:9;background:white;}
  210. #tri {position:absolute;left:3px;top:3px;padding:5px;overflow:auto;font-family:Calibri;font-size:8px;text-align:center;text-transform:uppercase;width:183px;height:64px;}
  211.  
  212. /* Pagination */
  213.  
  214. #page {
  215. position:absolute;
  216. width:60px;
  217. right:-23px;
  218. bottom:0px;
  219. font-family:neou;
  220. font-size:40px;
  221. text-align:right;
  222. z-index:999999999;
  223. }
  224.  
  225. /*posts*/
  226.  
  227. #postcon {
  228. z-index:999;
  229. position:absolute;
  230. bottom:18px;
  231. left:430px;
  232. width:489px;
  233. height:619px;
  234. background:white;
  235. }
  236.  
  237. #postentry {
  238. position:absolute;
  239. background:white;
  240. bottom:0px;
  241. padding:10px;
  242. left:0px;
  243. {block:If250px}
  244. width:290px;
  245. {block:If250px}
  246. {block:If400px}
  247. width:469px;
  248. {block:If400px}
  249. {block:If500px}
  250. width:540px;
  251. {block:If500px}
  252. height:450px;
  253. }
  254.  
  255. #postentryy {
  256. position:absolute;
  257. top:17px;
  258. left:5px;
  259. {block:If250px}
  260. width:290px;
  261. {block:If250px}
  262. {block:If400px}
  263. width:479px;
  264. {block:If400px}
  265. {block:If500px}
  266. width:540px;
  267. {block:If500px}
  268. height:450px;
  269. overflow:auto;
  270. }
  271.  
  272. #posts {
  273. {block:If250px}
  274. width:250px;
  275. {block:If250px}
  276. {block:If400px}
  277. width:400px;
  278. {block:If400px}
  279. {block:If500px}
  280. width:500px;
  281. {block:If500px}
  282. margin-top: 10px;
  283. margin-left:29px;
  284. padding:10px;
  285. border:solid 1px #efefef;
  286. }
  287. #posts img {
  288. max-width:100%;
  289. {block:ifMonochrome}-webkit-filter: grayscale({text:Amount of Grayscale}%); {/block:ifMonochrome}
  290. }
  291.  
  292. #posts img, #posts li, #posts blockquote {max-width: 100%;
  293. {block:ifMonochrome}-webkit-filter: grayscale({text:Amount of Grayscale}%); {/block:ifMonochrome}
  294. }
  295. .caption {width:100%;
  296. margin-top:10px;
  297. }
  298.  
  299. #photo img {
  300. max-width:100%;
  301. {block:ifMonochrome}-webkit-filter: grayscale({text:Amount of Grayscale}%); {/block:ifMonochrome}
  302. }
  303.  
  304. #pset, #vid {
  305. {block:ifMonochrome}-webkit-filter: grayscale({text:Amount of Grayscale}%); {/block:ifMonochrome}
  306. }
  307.  
  308. /*quote*/
  309.  
  310. #titlequote{
  311. text-align:center;
  312. font-family:neou;
  313. font-size:20px;
  314. line-height:20px;
  315. font-weight:normal;
  316. margin-bottom:10px;
  317. text-transform:uppercase;
  318. text-align:center;
  319. }
  320. #source {
  321. font-family:calibri;
  322. text-transform:uppercase;
  323. font-size:9px;
  324. margin-top:10px;
  325. margin-right:25px;
  326. text-align:right;
  327. }
  328.  
  329. /* Audio */
  330.  
  331. #audio {
  332. padding-top:3px;
  333. padding-left:5px;
  334. padding-right:5px;
  335. padding-bottom:5px;
  336. border-left:1px solid #fafafa;
  337. }
  338.  
  339. #info {
  340. color:{color:Text};
  341. font-family:calibri;
  342. font-size:8px;
  343. line-height:10px;
  344. letter-spacing:1px;
  345. text-transform:uppercase;
  346. text-align:left;
  347. }
  348.  
  349. #player {
  350. width:26px;
  351. height:28px;
  352. border-left:7px solid #fafafa;
  353. border-right:7px solid #fafafa;
  354. border-top:6px solid #fafafa;
  355. border-bottom:6px solid #fafafa;
  356. background-color:#fafafa;
  357. display:block;
  358. overflow:hidden;
  359. position:absolute;
  360. }
  361.  
  362. #art {
  363. width:40px;
  364. height:28px;
  365. background-color:#fafafa;
  366. -webkit-filter:grayscale({text:Amount of Grayscale}%);
  367. -moz-filter:grayscale({text:Amount of Grayscale}%);
  368. -ms-filter:grayscale({text:Amount of Grayscale}%);
  369. -o-filter:grayscale({text:Amount of Grayscale}%);
  370. filter:grayscale({text:Amount of Grayscale}%);
  371. }
  372.  
  373.  
  374. /* Question */
  375.  
  376. #asker {
  377. font-family:neou;
  378. text-align:center;
  379. font-size:20px;
  380. color:{color:Ask};
  381. }
  382.  
  383. #question {
  384. padding:5px;
  385. border-bottom:1px solid #efefef;
  386. text-align:center;
  387. font-family:calibri;
  388. font-size:11px;
  389. }
  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:#efefef;
  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. #fade {
  455. display: none;
  456. background: transparent;
  457. position: fixed;
  458. left: 0;
  459. top: 0;
  460. width: 100%;
  461. height: 100%;
  462. opacity: .10;
  463. z-index: 9999;
  464. }
  465.  
  466. .popup_block{
  467. display: none;
  468. background: white;
  469. font-family:calibri;
  470. text-transform:uppercase;
  471. font-size:9px;
  472. padding: 10px;
  473. float: center;
  474. position: fixed;
  475. bottom: 200px;
  476. left: 250px;
  477. z-index: 99999;
  478. }
  479.  
  480. img.btn_close {
  481. float: right;
  482. margin: -55px -55px 0 0;
  483. }
  484.  
  485. *html #fade {
  486. position: absolute;
  487. }
  488.  
  489. *html .popup_block {
  490. position: absolute;
  491. }
  492.  
  493.  
  494. {CustomCSS}
  495.  
  496.  
  497. </style>
  498.  
  499. {block:IndexPage}
  500. {block:ifInfiniteScroll}
  501. <script type="text/javascript" src="http://static.tumblr.com/twte3d7/RhUlio0y7/lazyload.js"></script>
  502. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  503. {/block:ifInfiniteScroll}
  504. {/block:IndexPage}
  505.  
  506. <script type="text/javascript"src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script><script>$(document).ready(function() {$('a.poplight[href^=#]').click(function() {var popID = $(this).attr('rel');var popURL = $(this).attr('href');var query= popURL.split('?');var dim= query[1].split('&');var popWidth = dim[0].split('=')[1];$('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('');var popMargTop = ($('#' + popID).height() + 80) / 2;var popMargLeft = ($('#' + popID).width() + 80) / 2;$('#' + popID).css({'margin-top' : -popMargTop,'margin-left' : -popMargLeft});$('body').append('<div id="fade"></div>');$('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn();return false;});$('a.close, #fade').live('click', function() {$('#fade , .popup_block').fadeOut(function() {$('#fade, a.close').remove();});return false;});});</script>
  507.  
  508. </head>
  509.  
  510. <body>
  511. <body bgcolor="#fafafa" ondragstart="return false" onselectstart="return false">
  512. <body onkeydown="return false">
  513.  
  514. <div id="con">
  515. <div id="hyrule"></div>
  516.  
  517. <div id="postcon">
  518.  
  519. <div id="zelda">
  520. <div id="castle">
  521. <div id="title"><div style="position:absolute;top:-17px;left:130px;border-bottom:1px dashed #000;text-shadow: 1px 1px 0px #efefef,1px -1px 0px #efefef,-1px -1px 0px #efefef,-1px 1px 0px #efefef,0px 1px 0px #efefef,0px -1px 0px #efefef,1px 0px 0px #efefef,-1px 0px 0px #efefef;">
  522. * MEET JJK : 970901 <a href="#?w=200" rel="aaa" class="poplight"><img src="https://66.media.tumblr.com/b898b3a3fda9ae62e1176bc2f1fd202a/tumblr_inline_o78b06uxKq1u8j6wt_540.png"></div></a></div>
  523. <div id="link">
  524. <a href="/"><div style="position:absolute;top:0px;left:0px;width:148px;border:solid 1px #efefef;background:white;text-align:center;">01 : 돌아올</div></a>
  525. <a href="/ask"><div style="position:absolute;top:20px;left:0px;width:148px;border:solid 1px #efefef;background:white;text-align:center;">02:
  526. 메시지</div></a>
  527. <a href="/submit"><div style="position:absolute;top:40px;left:0px;width:148px;border:solid 1px #efefef;background:white;text-align:center;">03: 선물</div></a>
  528. <a href="/tagged/important"><div style="position:absolute;top:60px;left:0px;width:148px;border:solid 1px #efefef;background:white;text-align:center;">04 : 은색</div></a>
  529. </div>
  530. </div>
  531. <div id="triforce"><div id="tri">bts' <em>maknae</em> , <strong><u>jeon jungkook</u>.</strong><br>
  532. "making people laugh is literally the best feeling ever."<br>
  533. EST. 130922</div></div>
  534. <div id="elf"><img src="https://65.media.tumblr.com/b42f931487c9c7e510f910dc7180ced7/tumblr_inline_o78811wpkx1u8j6wt_540.png"></div>
  535. <div style="position:absolute;left:-35px;top:90px;"><a href="#?w=200" rel="aaa1" class="poplight"><img src="https://67.media.tumblr.com/87754bba10e716fef54ad90cb7874cd3/tumblr_inline_o78bj2vuNR1u8j6wt_540.png"></a></div>
  536. </div>
  537.  
  538. {block:ifnotInfiniteScroll}
  539. {block:Pagination}<div id="page">
  540. {block:PreviousPage}
  541. <div style="left:3px;"><a href="{PreviousPage}">-</a></div>
  542. {/block:PreviousPage}
  543. <br>
  544. {block:NextPage}
  545. <a id="next" href="{NextPage}">+</a>
  546. {/block:NextPage}
  547. </div>{/block:Pagination}
  548. {/block:ifnotInfiniteScroll}
  549.  
  550. <div id="postentry">
  551. <div id="postentryy">
  552.  
  553. {block:Posts}
  554. <div id="posts">
  555.  
  556.  
  557. {block:Quote}
  558.  
  559.  
  560. <div id="titlequote">❝ {Quote} ❞</div>
  561. {block:Source}<div id="source">&mdash; {Source}</div>{/block:Source}
  562. {/block:Quote}
  563.  
  564.  
  565.  
  566. {block:Text}
  567.  
  568. {block:Title}
  569. <div id="title">{Title}</div>{/block:Title}
  570. {Body}
  571. {/block:Text}
  572.  
  573. {block:Link}
  574. <div id="title"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
  575. {/block:Link}
  576.  
  577. {block:Chat}
  578. {block:Title}
  579. <h1>+ {Title}.</h1>
  580. {/block:Title}
  581. {block:Lines}<div id="chat" class="{Alt} user_{UserNumber}">
  582. {block:Label}
  583. <font color="{color:Links}">{Label}</font>
  584. {/block:Label}
  585. {Line}</div>
  586. {/block:Lines}
  587. {/block:Chat}
  588.  
  589. {block:Photo}
  590. <div id="photo">
  591. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}
  592. </div>
  593. {/block:Photo}
  594.  
  595. {block:Photoset}
  596. <div id="pset">
  597. {block:If250px}
  598. {Photoset-250}
  599. {/block:If250px}
  600. {block:If400px}
  601. {Photoset-400}
  602. {/block:If400px}
  603. {block:If500px}
  604. {Photoset-500}
  605. {/block:If500px}
  606. </div>
  607. {/block:Photoset}
  608.  
  609. {block:Video}
  610. <div id="vid">
  611. {block:If250px}
  612. {Video-250}
  613. {/block:If250px}
  614. {block:If400px}
  615. {Video-400}
  616. {/block:If400px}
  617. {block:If500px}
  618. {Video-500}
  619. {/block:If500px}
  620. </div>
  621. {/block:Video}
  622.  
  623. {block:Audio}
  624. <table border="0" cellpadding="0" cellspacing="5" ><tr>
  625. <td id="art" valign="top">
  626. <div id="player">{AudioPlayerWhite}</div>
  627. </td>
  628. <td valign="top" id="audio">
  629. {block:TrackName}
  630. <div id="info">
  631. <font color="{color:Links}">Track:</font> {TrackName}
  632. </div>
  633. {/block:TrackName}
  634. {block:Artist}
  635. <div id="info">
  636. <font color="{color:Links}">Artist:</font> {Artist}
  637. </div>
  638. {/block:Artist}
  639. <div id="info">
  640. <font color="{color:Links}">Plays:</font> {PlayCount}
  641. </div>
  642. </td>
  643. </tr>
  644. </table>
  645. {/block:Audio}
  646.  
  647. {block:Answer}
  648. <div id="asker">{Asker}</div>
  649. <div id="question"><small>{Question}</small></div>
  650. <br>{Answer}
  651. {/block:Answer}
  652.  
  653. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  654.  
  655. {block:IndexPage}
  656. {block:Date}
  657. <div id="permalink">
  658. <a href="{Permalink}">{TimeAgo}</a> // {NoteCountWithLabel} // <a href="{ReblogURL}">↻</a><br>
  659. {block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags} {/block:HasTags}
  660. </div>
  661. {/block:Date}
  662. {/block:IndexPage}
  663.  
  664. {block:PermalinkPage}
  665. <div id="permalink">{block:Date}Posted {Timeago} on {Month} {DayOfMonth}{DayOfMonthSuffix}, {Year}{/block:Date}{block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  666.  
  667. {block:RebloggedFrom}<br>via <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a> | origin <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a> {/block:RebloggedFrom}
  668.  
  669. {block:HasTags}<br>saved: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}
  670. </div>
  671. {/block:PermalinkPage}
  672.  
  673.  
  674. </div>
  675.  
  676.  
  677. {block:PostNotes}
  678. <div class="pagenotes">
  679. {PostNotes}
  680. </div>
  681. {/block:PostNotes}
  682.  
  683.  
  684. {/block:Posts}
  685.  
  686. </div>
  687.  
  688.  
  689. </div>
  690.  
  691. </div>
  692. </div>
  693.  
  694. <div id="aaa" class="popup_block">
  695. <center><img src="https://66.media.tumblr.com/41b9d6dc94ca303edb064fcfbf1611dd/tumblr_o78bsrW3Co1vudk82o1_500.jpg" style="center" width="200px"></center>
  696. <right><br>— best friends? forever.<p>you’re the light in my life, the person who protects me from the darkness of my mind. the one person who truly makes me happy with just a simple ‘hello’. you always are able to bring a smile to my face. without you i’d probably be gone, but i do have you. i’m lucky to be able to call you my best friend.<p>
  697. <p>I love you, <b><a href="http://mxnsuga.tumblr.com/" title="you are my favorite."><u>Asshat</a></u></b>.</p></right></small>
  698. </div>
  699.  
  700. <div id="aaa1" class="popup_block">
  701. <center><img src="https://67.media.tumblr.com/a0dd61612c5a4bd984f2f12cdcb017a8/tumblr_o78bsrW3Co1vudk82o2_500.jpg" style="center" width="200px"></center><br><right>
  702. — what a nerd.<br>I'd do anything for you. You know that? If you fell, I'd hold you. If you were afraid, I'd wrap my arms around you and take away your fears. I'd die to keep you safe but more than anything, I'd do whatever it takes to keep you by my side. For you I'd conquer anything, everything, anytime.
  703. <p><u>I love you</u>.</right>
  704. </div>
  705.  
  706.  
  707.  
  708. {block:ContentSource}
  709. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  710. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  711. {/block:SourceLogo}
  712. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  713. {/block:ContentSource}
  714.  
  715. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement