Advertisement
ninamori

dsoigj;sdiojsdg

Jun 14th, 2016
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 42.75 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. <!---- ᴘʟᴇᴀsᴇ ᴅᴏ ɴᴏᴛ ʀᴇᴍᴏᴠᴇ ᴛʜᴇ ᴄʀᴇᴅɪᴛ!
  5. ᴛʜᴇᴍᴇ ʙʏ ɢᴀʟᴀxɪᴀs-ᴛʜᴇᴍᴇs.ᴛᴜᴍʙʟʀ.ᴄᴏᴍ
  6. ʙᴀsᴇ ʙʏ ᴀɴᴢᴇʟɪᴄ.ᴛᴜᴍʙʟʀ.ᴄᴏᴍ ---->
  7.  
  8. <meta name="color:Background Color" content="#f9f8fb"/>
  9.  
  10. <meta name="color:Blockquote Border" content="#5e5e5e"/>
  11. <meta name="color:Odd Text" content="#704870"/>
  12. <meta name="color:Odd Background" content="#f9f8fb"/>
  13. <meta name="color:Even Text" content="#333232"/>
  14. <meta name="color:Even Background" content="#e7e1f1"/>
  15.  
  16. <meta name="color:Header Text" content="#212121"/>
  17.  
  18. <meta name="color:Bolded Text" content="#212121"/>
  19. <meta name="color:Italicised Text" content="#212121"/>
  20.  
  21. <meta name="color:Post Text" content="#6f6f6f"/>
  22. <meta name="color:Post Background" content="#e7e1f1"/>
  23. <meta name="color:Desc Text" content="#6f6f6f"/>
  24. <meta name="color:Asker Text" content="#000000"/>
  25. <meta name="color:Asker Hover" content="#000000"/>
  26. <meta name="color:Ask Background" content="#f9f8fb"/>
  27. <meta name="color:Ask Border" content="#000000"/>
  28. <meta name="color:Track Text" content="#212121"/>
  29. <meta name="color:Track Background" content="#f9f8fb"/>
  30. <meta name="color:Tooltip Background" content="#f9f8fb"/>
  31. <meta name="color:Tooltip Text" content="#5e5e5e"/>
  32. <meta name="color:Tooltip Border" content="#704870"/>
  33.  
  34. <meta name="color:Permalink Text Color" content="#212121"/>
  35. <meta name="color:Permalink Link" content="#704870"/>
  36.  
  37. <meta name="color:Links" content="#704870"/>
  38. <meta name="color:Hover Link" content="#000000"/>
  39.  
  40. <meta name="text:Link1" content="/"/>
  41. <meta name="text:Link1 Title" content="LINK 1"/>
  42. <meta name="text:Link2" content="/"/>
  43. <meta name="text:Link2 Title" content="LINK 2"/>
  44. <meta name="text:Hovers1 Title" content="HOVERS 1"/>
  45. <meta name="text:Hovers2 Title" content="HOVERS 2"/>
  46. <meta name="text:Hovers3 Title" content="HOVERS 3"/>
  47. <meta name="text:Hovers4 Title" content="HOVERS 4"/>
  48. <meta name="text:Hovers5 Title" content="HOVERS 5"/>
  49. <meta name="text:MP3 Link" content=""/>
  50. <meta name="text:Description2" content="counter link" />
  51. <meta name="text:Description3" content="counter link" />
  52. <meta name="text:Description4" content="counter link" />
  53. <meta name="text:Description5" content="counter link" />
  54.  
  55. <meta name="color:Selected Text" content="#e45f7c"/>
  56. <meta name="color:Scrollbar Background" content="#f9f8fb"/>
  57. <meta name="color:Scrollbar Trackbar" content="#ab92bb"/>
  58.  
  59. <meta name="image:Background Image" content=""/>
  60. <meta name="image:Sidebar Image" content="http://static.tumblr.com/glyekb6/j3Wn46su1/size.png"/>
  61. <meta name="image:Sidebar Image2" content="http://static.tumblr.com/glyekb6/j3Wn46su1/size.png"/>
  62.  
  63. <meta name="if:ShowCaptions" content="1"/>
  64.  
  65. <head>
  66. <script type="text/javascript"
  67. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  68. <script>
  69. $(document).ready(function() {
  70. //
  71. $('a.poplight[href^=#]').click(function() {
  72. var popID = $(this).attr('rel'); //Get Popup Name
  73. var popURL = $(this).attr('href'); //Get Popup href to define size
  74. var query= popURL.split('?');
  75. var dim= query[1].split('&');
  76. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  77. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  78. var popMargTop = ($('#' + popID).height() + 80) / 2;
  79. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  80. //Apply Margin to Popup
  81. $('#' + popID).css({
  82. 'margin-top' : -popMargTop,
  83. 'margin-left' : -popMargLeft
  84. });
  85. $('body').append('<div id="fade"></div>');
  86. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  87. return false;
  88. });
  89. $('a.close, #fade').live('click', function() {
  90. $('#fade , .popup_block').fadeOut(function() {
  91. $('#fade, a.close').remove(); //fade them both out
  92. });
  93. return false;
  94. });
  95. });
  96. </script>
  97.  
  98. <title>{Title}</title>
  99. {block:Description}
  100. <meta name="description" content="{MetaDescription}" />
  101. {/block:Description}
  102. <link rel="shortcut icon" href="https://66.media.tumblr.com/8e57c6a2ce615868636ba39414782b11/tumblr_inline_o6n4nte3ng1s252pj_500.gif" />
  103. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  104.  
  105. <style type="text/css">
  106.  
  107. #fade { /*--Transparent background layer--*/
  108. display: none; /*--hidden by default--*/
  109. background: #000;
  110. position: fixed; left: 0; top: 0;
  111. width: 100%; height: 100%;
  112. opacity: .80;
  113. z-index: 9999;
  114. }
  115. .popup_block{
  116. display: none; /*--hidden by default--*/
  117. background: #fff;
  118. padding: 20px;
  119. border: 2px double #fff;
  120. float: left;
  121. position: fixed;
  122. top: 50%; left: 50%;
  123. z-index: 99999;
  124. /*--CSS3 Box Shadows--*/
  125. -webkit-box-shadow: 0px 0px 20px #000;
  126. -moz-box-shadow: 0px 0px 20px #000;
  127. box-shadow: 0px 0px 20px #000;
  128. /*--CSS3 Rounded Corners--*/
  129. -webkit-border-radius: 10px;
  130. -moz-border-radius: 10px;
  131. border-radius: 10px;
  132. }
  133. img.btn_close {
  134. margin: -5px -5px 0 0;
  135. }
  136. /*--Making IE6 Understand Fixed Positioning--*/
  137. *html #fade {
  138. position: absolute;
  139. }
  140. *html .popup_block {
  141. position: absolute;
  142. }
  143.  
  144. @font-face{ font-family:"signerica"; src: url('https://dl.dropboxusercontent.com/s/kfe6jebile02ki3/signerica_thin.ttf');}
  145.  
  146. @font-face { font-family: "tinytots"; src: url('https://dl.dropboxusercontent.com/u/67800931/tinytots.ttf'); }
  147. @import url(http://fonts.googleapis.com/css?family=Raleway:200);
  148.  
  149. @font-face { font-family: "ronda"; src: url('https://dl.dropboxusercontent.com/u/67800931/pf_ronda_seven.ttf'); }
  150.  
  151. @font-face {font-family: "vdj";src: url('https://dl.dropboxusercontent.com/u/67800931/vdj.ttf'); format("truetype");}
  152.  
  153. @font-face { font-family: "belle"; src: url('https://dl.dropboxusercontent.com/u/67800931/neou-bold.otf'); }
  154.  
  155. @font-face {font-family: "pxl"; src: url(https://dl.dropboxusercontent.com/u/67800931/pxl.ttf);}
  156.  
  157. @font-face { font-family: "Tiny"; src: url('https://dl.dropboxusercontent.com/u/67800931/04b_03___1_.ttf'); }
  158.  
  159. @font-face {font-family: "dc";src: url('https://dl.dropboxusercontent.com/u/67800931/dc_regular_caps.ttf'); format("truetype");}
  160.  
  161. @font-face { font-family: "bebas neue"; src: url('https://dl.dropboxusercontent.com/u/67800931/bebasneue.otf'); }
  162.  
  163. @font-face { font-family:"dixel"; src: url('https://dl.dropboxusercontent.com/u/67800931/pf_arma_five_1_.ttf'); }
  164.  
  165. *, body, a {cursor: url(http://i.imgur.com/TK3ncav.png), auto;}
  166.  
  167. a:hover {cursor: url(http://oi61.tinypic.com/2zpv5sk.jpg), auto;}
  168.  
  169. ::selection {color: {color:Selected Text};}
  170. ::-moz-selection {color: {color:Selected Text};}
  171.  
  172.  
  173. /* THEME SPECIALS */
  174. ::-webkit-scrollbar-thumb:vertical {
  175. background-color: {color:Scrollbar Trackbar};
  176. height: 50px;
  177. }
  178.  
  179. ::-webkit-scrollbar {
  180. height: 10px;
  181. width: 5px;
  182. background-color: {color:Scrollbar Background};
  183. }
  184.  
  185. /* BODY */
  186. body {
  187. background-image:url({image:background image});
  188. background-repeat:repeat;
  189. background-size:170px;
  190. background-attachment: fixed;
  191. background-color: {color:background color};
  192. background-position: bottom right;
  193. margin: 0;
  194. }
  195.  
  196. a:link, a:visited, a:active {
  197. text-decoration: none;
  198. color: {color:Links};
  199. -moz-transition:all ease-in-out 0.7s;
  200. -webkit-transition:all ease-in-out 0.7s;
  201. -o-transition:all ease-in-out 0.7s;
  202. transition:all ease-in-out 0.7s;
  203. }
  204.  
  205. a:hover {
  206. color: {color:hover link};
  207. }
  208.  
  209. b, strong {
  210. color: {color:bolded text};
  211. }
  212.  
  213. i, em {
  214. color: {color:italicised text};
  215. }
  216.  
  217. small, sub {
  218. font-family:trebuchet ms;
  219. font-size:9px;
  220. letter-spacing: 1;
  221. line-height: 100%;
  222. margin-top: 10px !important;
  223. line-height: 90%;
  224. }
  225.  
  226. pre {
  227. width:100%;
  228. font-family: tinytots;
  229. font-size: 8px;
  230. text-align:center;
  231. text-transform: uppercase;
  232. white-space:pre-wrap;
  233. word-wrap:break-word;
  234. padding:3px;
  235. }
  236.  
  237. code {
  238. font-family: tinytots;
  239. font-size: 8px;
  240. text-transform: uppercase;
  241. letter-spacing: 1;
  242. line-height: 100%;
  243. }
  244.  
  245. blockquote {
  246. margin-left:5px;
  247. width:90%;
  248. padding-left:5px;
  249. border-left: solid 1px {color:Blockquote Border};
  250. }
  251.  
  252. blockquote blockquote {
  253. margin-left: 10px;
  254. width: 85%;
  255. text-align: justify;
  256. border-left: solid 1px {color:Blockquote Border};
  257. padding: 5px;
  258. }
  259.  
  260. blockquote img {
  261. max-width:210px !important;
  262. opacity: .5;
  263. }
  264.  
  265. blockquote blockquote img {
  266. max-width:180px !important;
  267. opacity: .5;
  268. }
  269.  
  270. .alignment {
  271. position: relative;
  272. margin-left: 150px;
  273. margin-top: 10px;
  274. height: 100%;
  275. height: auto !important;
  276. min-height: 100%;
  277. width:250px;
  278. }
  279.  
  280. /* QUOTES */
  281.  
  282. #quote {
  283. color: {color:bolded text};
  284. font-family:trebuchet ms;
  285. font-size:11px;
  286. font-style:italic;
  287. }
  288.  
  289. #source {
  290. font-family:pxl;
  291. font-size:10px;
  292. letter-spacing:1px;
  293. text-align:right;
  294. text-transform:uppercase;
  295. }
  296.  
  297. /* CONTENT WRAPPER */
  298.  
  299. #wrapper {
  300. width:270px;
  301. height:auto;
  302. margin-left:840px;
  303. margin-right:auto;
  304. margin-top:40px;
  305. margin-bottom:40px;
  306. position:relative;
  307. }
  308.  
  309. /* SB WRAPPER */
  310.  
  311. #sbwrapper {
  312. width: 500px;
  313. bottom:495px;
  314. left: 19px;
  315. }
  316.  
  317. /* BLOG POSTS */
  318.  
  319. .posts {
  320. width:250px;
  321. font-family:trebuchet ms;
  322. font-size:9px;
  323. letter-spacing: 1;
  324. line-height: 100%;
  325. color: {color:post text};
  326. text-align: justify;
  327. word-wrap:break-word;
  328. background-color: {color:post background};
  329. padding: 10px;
  330. margin-bottom: 20px;
  331. border:5px double #eee;
  332. -moz-transition:all ease-in-out 0.7s;
  333. -webkit-transition:all ease-in-out 0.7s;
  334. -o-transition:all ease-in-out 0.7s;
  335. transition:all ease-in-out 0.7s;
  336. }
  337.  
  338. .postinfo {
  339. width:250px;
  340. font-family:trebuchet ms;
  341. font-size:9px;
  342. letter-spacing: 1;
  343. line-height: 100%;
  344. color: {color:post text};
  345. text-align: justify;
  346. word-wrap:break-word;
  347. margin-top: -15px;
  348. background-color: {color:post background};
  349. padding: 10px;
  350. -moz-transition:all ease-in-out 0.7s;
  351. -webkit-transition:all ease-in-out 0.7s;
  352. -o-transition:all ease-in-out 0.7s;
  353. transition:all ease-in-out 0.7s;
  354. }
  355.  
  356. .posts img:hover, #photoset:hover {
  357. -moz-transition:all ease-in-out 0.7s;
  358. -webkit-transition:all ease-in-out 0.7s;
  359. -o-transition:all ease-in-out 0.7s;
  360. transition:all ease-in-out 0.7s;
  361. -webkit-filter: grayscale(0%) !important;
  362. opacity: 1;
  363. }
  364.  
  365. .posts img, #photoset {
  366. max-width:250px;
  367. opacity: .7;
  368. -webkit-filter: grayscale(100%);
  369. -moz-transition:all ease-in-out 0.7s;
  370. -webkit-transition:all ease-in-out 0.7s;
  371. -o-transition:all ease-in-out 0.7s;
  372. transition:all ease-in-out 0.7s;
  373.  
  374. }
  375.  
  376. .photopost img {
  377. max-width:250px;
  378. opacity: .5;
  379. -webkit-filter: grayscale(100%);
  380. -moz-transition:all ease-in-out 0.7s;
  381. -webkit-transition:all ease-in-out 0.7s;
  382. -o-transition:all ease-in-out 0.7s;
  383. transition:all ease-in-out 0.7s;
  384. }
  385.  
  386. .postnotes {
  387. width:250px;
  388. font-family: tinytots;
  389. font-size: 8px;
  390. letter-spacing: 1;
  391. line-height: 100%;
  392. color: {color:post text};
  393. text-align: left;
  394. text-transform: uppercase;
  395. word-wrap:break-word;
  396. background-color: {color:post background};
  397. padding: 10px;
  398. -moz-transition:all ease-in-out 0.7s;
  399. -webkit-transition:all ease-in-out 0.7s;
  400. -o-transition:all ease-in-out 0.7s;
  401. transition:all ease-in-out 0.7s;
  402.  
  403. }
  404.  
  405. .postnotes img {
  406. display:none;
  407.  
  408. }
  409.  
  410. .postperma {
  411. width:268px;
  412. margin-top: -17px;
  413. margin-bottom: 20px;
  414. font-family: pxl;
  415. font-size: 10px;
  416. color: {color:Permalink Text Color};
  417. text-transform: uppercase;
  418. text-align:right;
  419. letter-spacing: 1;
  420. line-height: 100%;
  421. background-color: {color:post background};
  422. padding:1px;
  423. height: 9px;
  424. -moz-transition:all ease-in-out 0.7s;
  425. -webkit-transition:all ease-in-out 0.7s;
  426. -o-transition:all ease-in-out 0.7s;
  427. transition:all ease-in-out 0.7s;
  428.  
  429. }
  430.  
  431. .postperma a {
  432. color: {color:permalink link};
  433. -moz-transition:all ease-in-out 0.7s;
  434. -webkit-transition:all ease-in-out 0.7s;
  435. -o-transition:all ease-in-out 0.7s;
  436. transition:all ease-in-out 0.7s;
  437.  
  438. }
  439.  
  440. .postperma a:hover {
  441. color: {color:hover link};
  442. -moz-transition:all ease-in-out 0.7s;
  443. -webkit-transition:all ease-in-out 0.7s;
  444. -o-transition:all ease-in-out 0.7s;
  445. transition:all ease-in-out 0.7s;
  446.  
  447. }
  448.  
  449. #posttitle {
  450. font-family:bebas neue;
  451. font-size:18px;
  452. letter-spacing:3px;
  453. line-height:14px;
  454. text-align:center;
  455. }
  456.  
  457. #permtitle {
  458. font-family: vdj;
  459. color: {color:header text};
  460. font-size: 8px;
  461. padding: 5px;
  462. margin-top: 5px;
  463. text-align: center;
  464. text-transform: uppercase;
  465. }
  466.  
  467. #odd {
  468. padding:2px;
  469. font-family:trebuchet ms;
  470. font-size:9px;
  471. color:{color:Odd Text};
  472. background-color: {color:Odd Background};
  473. }
  474.  
  475. #even {
  476. padding:2px;
  477. font-family:trebuchet ms;
  478. font-size:9px;
  479. color:{color:Even Text};
  480. background-color: {color:Even Background};
  481. }
  482.  
  483. #tags {
  484. font-family: tinytots;
  485. font-size: 8px;
  486. text-transform: uppercase;
  487. letter-spacing: 1;
  488. line-height: 100%;
  489. }
  490.  
  491. /* AUDIO */
  492.  
  493. .album {
  494. background-repeat: no-repeat;
  495. background-position: center;
  496. position: absolute;
  497. width: 86px;
  498. height: 86px;
  499. background-size: 60px;
  500. background-image: url('http://media.tumblr.com/d41c796daed2875845bd8016820ba5b1/tumblr_inline_mpzyasGFnm1qz4rgp.jpg');
  501. overflow: hidden;
  502. background-color: {color:Track Background};
  503. }
  504.  
  505. .album img {
  506. width: 86px;
  507. height: 86px;
  508. overflow: hidden;
  509. }
  510.  
  511. .player {
  512. width: 10px;
  513. height: 11px;
  514. overflow: hidden;
  515. padding: 4px 21px 21px 4px;
  516. margin-top: 27px;
  517. margin-left: 26px;
  518. position: absolute;
  519. background-color: #fff;
  520. opacity: 0.5;
  521. z-index: 10;
  522. -webkit-transition: all 0.4s linear;
  523. -moz-transition: all 0.4s linear;
  524. -o-transition: all 0.4s linear;
  525. -moz-border-radius: 30px;
  526. -webkit-border-radius: 30px;
  527. border-radius: 30px;
  528. }
  529.  
  530. .album:hover .player {
  531. opacity: 0.9;
  532. }
  533.  
  534. .track {
  535. margin-left: 90px;
  536. min-height: 80px;
  537. max-height: 100px;
  538. overflow: auto;
  539. font-family:ronda;
  540. font-size: 10px;
  541. padding: 3px;
  542. color: {color:Track Text};
  543. text-transform: uppercase;
  544. letter-spacing: 1px;
  545. background: {color:Track Background};
  546. }
  547.  
  548. /* QUESTION */
  549.  
  550. #ask {
  551. width: 250px;
  552. background-color: {color:Ask Background};
  553. }
  554.  
  555. .as {
  556. min-height: auto;
  557. padding: 13px;
  558. background-color: {color:Ask Background};
  559. }
  560.  
  561. .aske {
  562. font-family:Belle;
  563. font-size:12px;
  564. line-height:13px;
  565. text-align:right;
  566. text-transform:uppercase;
  567. color: {color:asker text};
  568. background-color: {color:Ask Background};
  569. border-bottom: dotted 1px {color:Ask Border};
  570. -moz-transition:all ease-in-out 0.7s;
  571. -webkit-transition:all ease-in-out 0.7s;
  572. -o-transition:all ease-in-out 0.7s;
  573. transition:all ease-in-out 0.7s;
  574. }
  575.  
  576. .aske:hover {
  577. -moz-transition:all ease-in-out 0.7s;
  578. -webkit-transition:all ease-in-out 0.7s;
  579. -o-transition:all ease-in-out 0.7s;
  580. transition:all ease-in-out 0.7s;
  581. }
  582.  
  583. .que {
  584. font-family: ronda;
  585. font-size: 8px;
  586. text-transform:none;
  587. margin-top:5px;
  588. color: {color:ask text};
  589. }
  590.  
  591. .ans {
  592. font-family:trebuchet ms;
  593. font-size:9px;
  594. color: {color:ask text};
  595. }
  596.  
  597. /* Hover Title Style */
  598.  
  599. #s-m-t-tooltip{
  600. max-width:250px;
  601. margin-top:25px;
  602. margin-left:15px;
  603. padding-left:4px;
  604. padding-right:4px;
  605. z-index:99999999999999;
  606. background-color: {color:Tooltip Background};
  607. color: {color:Tooltip Text};
  608. font-family:dixel;
  609. font-size:8px;
  610. letter-spacing:0px;
  611. text-transform:uppercase;
  612. text-align:center;
  613. line-height:14px;
  614. border-bottom: 3px double {color:Tooltip Border};
  615. box-shadow:1px 1px 3px rgba(0,0,0,.1);
  616. }
  617.  
  618.  
  619.  
  620.  
  621. /* IMAGE */
  622.  
  623. #sidepic {
  624. position:fixed;
  625. bottom:100px;
  626. left: 19px;
  627. width:510px;
  628. height:510px;
  629. padding:3px;
  630. background: transparent;
  631. }
  632.  
  633. #sidepic img {
  634. width:410px;
  635. height:610px;
  636. -webkit-filter: grayscale(.1);
  637. -webkit-transition: all 0.5s ease-in-out;
  638. -moz-transition: all 0.5s ease-in-out;
  639. -o-transition: all 0.5s ease-in-out;
  640. -ms-transition: all 0.5s ease-in-out;
  641. transition: all 0.5s ease-in-out;
  642. }
  643.  
  644. #sidepic img:hover {
  645. opacity: .8;
  646. -webkit-filter: grayscale(.1);
  647. -webkit-transition: all 0.5s ease-in-out;
  648. -moz-transition: all 0.5s ease-in-out;
  649. -o-transition: all 0.5s ease-in-out;
  650. -ms-transition: all 0.5s ease-in-out;
  651. transition: all 0.5s ease-in-out;
  652. }
  653.  
  654. #sidepic2 {
  655. position:fixed;
  656. bottom: 190px;
  657. left: 640px;
  658. width:110px;
  659. height:110px;
  660. padding:3px;
  661. background: transparent;
  662. }
  663.  
  664. #sidepic2 img {
  665. opacity: .9;
  666. width:80px;
  667. height:80px;
  668. border:6px double #fff;
  669. -webkit-transition: all 0.5s ease-in-out;
  670. -moz-transition: all 0.5s ease-in-out;
  671. -o-transition: all 0.5s ease-in-out;
  672. -ms-transition: all 0.5s ease-in-out;
  673. transition: all 0.5s ease-in-out;
  674. -moz-border-radius:90px; -webkit-border-radius:90px;
  675. }
  676.  
  677. #sidepic2 img:hover {
  678. opacity: .8;
  679. -webkit-filter: grayscale(.1);
  680. -webkit-transition: all 0.5s ease-in-out;
  681. -moz-transition: all 0.5s ease-in-out;
  682. -o-transition: all 0.5s ease-in-out;
  683. -ms-transition: all 0.5s ease-in-out;
  684. transition: all 0.5s ease-in-out;
  685. }
  686.  
  687. .nice {
  688. position:fixed;
  689. left:10px;
  690. top:1px;
  691. width:270px;
  692. text-align:right;
  693. text-transform:uppercase;
  694. font-size:7px;
  695. font-family:vrinda, sans-serif;
  696. padding:2px;
  697. line-height:10px;
  698. letter-spacing:1px;
  699. background:transparent;
  700. z-index:99;
  701. }
  702.  
  703. /* DESCRIPTION */
  704.  
  705. .desc {
  706. position: fixed;
  707. overflow:auto;
  708. bottom: 350px;
  709. left: 400px;
  710. width:220px;
  711. height:10px;
  712. font-family: dc;
  713. font-size: 8px;
  714. padding: 3px;
  715. word-spacing:-4px;
  716. color: {color:desc text};
  717. text-transform: none;
  718. letter-spacing: 0px;
  719. text-align: center;
  720. background: {color:post background};
  721. }
  722.  
  723. /* NAVIGATION */
  724.  
  725. #links1 {
  726. position: fixed;
  727. bottom: 365px;
  728. left: 412px;
  729. width: 170px;
  730. height: 20px;
  731. padding: 3px;
  732. }
  733.  
  734. .links1 {
  735. width:26px;
  736. font-family: belle;
  737. font-size: 15px;
  738. line-height:18px;
  739. display:inline-block;
  740. color: {color:desc text};
  741. text-transform: none;
  742. letter-spacing: 0px;
  743. text-align: center;
  744. background: transparent;
  745. }
  746.  
  747. .links1:hover {
  748. text-decoration:line-through;
  749. }
  750.  
  751. /* Music Player */
  752.  
  753. #musicplayer{
  754. overflow:hidden;
  755. position:fixed;
  756. width:20px;
  757. height:20px;
  758. padding:5px;
  759. bottom: 364px;
  760. left: 565px;
  761. background:{color:Sidebar Background}; /* This is the background color */
  762. z-index:9999;
  763. -webkit-transition: all 1s ease-in-out;
  764. -moz-transition: all 1s ease-in-out;
  765. transition: all 1s ease-in-out;
  766. }
  767.  
  768. #icon{
  769. /* This is for the positioning of the music gif: */
  770. margin-top:1px;
  771. margin-left:3px;
  772. opacity:0.7;
  773. -webkit-transition: all 0.5s linear;
  774. -moz-transition: all 0.5s linear;
  775. transition: all 0.5s linear;
  776. }
  777.  
  778. #musicplayer:hover #icon{
  779. margin-top:-20px;
  780. -webkit-transition: all 0.5s linear;
  781. -moz-transition: all 0.5s linear;
  782. transition: all 0.5s linear;
  783. }
  784.  
  785. #musicbox{
  786. width:8px;
  787. height:8px;
  788. overflow:hidden;
  789. /* This is for the positioning of the music player: */
  790. margin-top:6px;
  791. margin-left:6px;
  792. }
  793.  
  794. #music2{
  795. margin-top:-6px;
  796. margin-left:-35px;
  797. }
  798.  
  799.  
  800. /* DESCRIPTION2 */
  801.  
  802. .desc2 {
  803. position: fixed;
  804. overflow:auto;
  805. bottom: 330px;
  806. left: 400px;
  807. width: 180px;
  808. height: 10px;
  809. font-family: dc;
  810. font-size: 8px;
  811. padding: 3px;
  812. word-spacing:-4px;
  813. color: {color:desc text};
  814. text-transform: none;
  815. letter-spacing: 0px;
  816. text-align: center;
  817. background: {color:post background};
  818. }
  819.  
  820. /* DESCRIPTION3 */
  821.  
  822. .desc3 {
  823. position: fixed;
  824. overflow:auto;
  825. bottom: 310px;
  826. left: 400px;
  827. width: 200px;
  828. height: 10px;
  829. font-family: dc;
  830. font-size: 8px;
  831. padding: 3px;
  832. word-spacing:-4px;
  833. color: {color:desc text};
  834. text-transform: none;
  835. letter-spacing: 0px;
  836. text-align: center;
  837. background: {color:post background};
  838. }
  839.  
  840. /* DESCRIPTION4 */
  841.  
  842. .desc4 {
  843. position: fixed;
  844. overflow:auto;
  845. bottom: 285px;
  846. left: 400px;
  847. width: 230px;
  848. height: 15px;
  849. font-family: dc;
  850. font-size: 8px;
  851. padding: 3px;
  852. word-spacing:-4px;
  853. color: {color:desc text};
  854. text-transform: none;
  855. letter-spacing: 0px;
  856. text-align: center;
  857. background: {color:post background};
  858. }
  859.  
  860. /* DESCRIPTION5 */
  861.  
  862. .desc5 {
  863. position: fixed;
  864. bottom: 520px;
  865. left: 255px;
  866. width: 50px;
  867. height: 20px;
  868. font-family: pxl;
  869. font-size: 10px;
  870. padding: 2px;
  871. color: {color:desc text};
  872. text-transform: none;
  873. letter-spacing: 0px;
  874. text-align: center;
  875. background: transparent;
  876. transform: rotate(-30deg);
  877. -ms-transform: rotate(-30deg);
  878. -webkit-transform: rotate(-30deg);
  879. -o-transform: rotate(-30deg);
  880. -moz-transform: rotate(-30deg);
  881. }
  882.  
  883. /* HOVERS */
  884.  
  885. #hovers {
  886. position: fixed;
  887. bottom: 260px;
  888. left: 427px;
  889. width: 208px;
  890. height: auto;
  891. padding: 3px;
  892. }
  893.  
  894. .hovers {
  895. width:30px;
  896. font-family: pxl;
  897. font-size: 11px;
  898. line-height:7px;
  899. color: {color:Links};
  900. text-transform: none;
  901. letter-spacing: 20px;
  902. text-align: center;
  903. background: transparent;
  904. -moz-transition:all ease-in-out 0.7s;
  905. -webkit-transition:all ease-in-out 0.7s;
  906. -o-transition:all ease-in-out 0.7s;
  907. transition:all ease-in-out 0.7s;
  908. }
  909.  
  910. .hovers:hover {
  911. -moz-transition:all ease-in-out 0.7s;
  912. -webkit-transition:all ease-in-out 0.7s;
  913. -o-transition:all ease-in-out 0.7s;
  914. transition:all ease-in-out 0.7s;
  915. }
  916.  
  917. /* BORDERS */
  918.  
  919. .border1 {
  920. z-index:1;
  921. height:30px;
  922. width: 100%;
  923. position:fixed;
  924. top:0px;
  925. left: 0px;
  926. opacity:1;
  927. background: #fff;
  928. }
  929.  
  930. .border2 {
  931. z-index:1;
  932. height:100%;
  933. width: 30px;
  934. position:fixed;
  935. bottom:0px;
  936. right: 0px;
  937. opacity:1;
  938. background: #fff;
  939. }
  940.  
  941. .border3 {
  942. z-index:1;
  943. height:30px;
  944. width: 100%;
  945. position:fixed;
  946. bottom:0px;
  947. left: 0px;
  948. opacity:1;
  949. background: #fff;
  950. }
  951.  
  952. .border4 {
  953. z-index:1;
  954. height:100%;
  955. width: 30px;
  956. position:fixed;
  957. bottom:0px;
  958. left: 0px;
  959. opacity:1;
  960. background: #fff;
  961.  
  962.  
  963. </style>
  964. <style type="text/css">
  965. .popup_block{
  966. display:none;
  967. background:#fff;
  968. background-image: url('https://40.media.tumblr.com/8272ca8aaed74ba8627092d4bd80e76e/tumblr_nxwr8hOmeM1sxqywno5_r1_250.png');
  969. padding:20px;
  970. border:5px double #fff; /* if you want a solid white pop-up, delete this */
  971. float:left;
  972. z-index:99999999999;
  973. position:fixed;
  974. top:50%;left:50%;
  975. -webkit-box-shadow: 0px 0px 20px #000; /* delete for solid white */
  976. -moz-box-shadow: 0px 0px 20px #000; /* delete for solid white */
  977. box-shadow: 0px 0px 20px #000; /* delete for solid white */
  978. }
  979.  
  980. *html #fade {position: absolute;}
  981. *html .popup_block {position: absolute;}
  982. #fade {
  983. display:none;
  984. position:fixed;
  985. left:0px;
  986. top:0px;
  987. width:100%;
  988. height:100%;
  989. z-index:9999;
  990. background-image: url();
  991. background:#000; /* change to #fff for solid white */
  992. opacity:0.5; /* change to opacity:1; */
  993.  
  994. <style type="text/css">{CustomCSS}</style>
  995.  
  996. <script type="text/javascript" src="http://static.tumblr.com/twte3d7/RhUlio0y7/lazyload.js"></script>
  997. <script type="text/javascript" src="http://static.tumblr.com/q0etgkr/EIBmz7s0p/infinitescrolling.js"></script>
  998.  
  999.  
  1000. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  1001. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  1002. <script>
  1003. (function($){
  1004. $(document).ready(function(){
  1005. $("[title],a[title],img[title]").style_my_tooltips({
  1006. tip_follows_cursor:true,
  1007. tip_delay_time:100,
  1008. tip_fade_speed:300,
  1009. attribute:"title"
  1010. });
  1011. });
  1012. })(jQuery);
  1013. </script>
  1014. </head>
  1015.  
  1016. <body>
  1017.  
  1018. <div id="wrapper">
  1019. <div id="sbwrapper">
  1020.  
  1021. <div id="sidepic"><img src="{image:Sidebar Image}" width="110" height="110"/></div>
  1022.  
  1023. <div id="sidepic2"><a href="#?w=500" rel="box2" class="poplight"><img src="{image:Sidebar Image2}" width="110" height="110"/></a></div>
  1024.  
  1025. <div class="desc">
  1026. {description}
  1027. </div>
  1028.  
  1029. <div id="links1">
  1030. <a class="links1" href="/" title="refresh">I</a>
  1031. <a class="links1" href="/ask" title="message">II</a>
  1032. <a class="links1" href="/submit" title="submit">III</a>
  1033. <a class="links1" href="{text:Link1}" title="{text:Link1 title}">IV</a>
  1034. </div>
  1035.  
  1036. <div class="nice">
  1037. <a href="http://ecriture-rp.tumblr.com/"><img src="http://i.imgur.com/yUjgsKB.png"></a> <a href="http://femllective.tumblr.com/"><img src="https://40.media.tumblr.com/70f42d9fdf7cce095700bf556b416928/tumblr_inline_o67bcfhxLZ1s252pj_540.png"></a> <a href="http://idol-enterprise.tumblr.com/"><img src="https://65.media.tumblr.com/587ec368f4993dec99741ab89d3f3451/tumblr_inline_o74ywg62yl1s252pj_540.png"></a> <a href="http://woollimrp.tumblr.com/"><img src="https://40.media.tumblr.com/d18221edeaa5b4d8694a7919260e2daf/tumblr_inline_o67bc6puM71s252pj_540.png"></a>
  1038. </div>
  1039.  
  1040. <div class="desc2">
  1041. {text:description2}
  1042. </div>
  1043.  
  1044. <div class="desc3">
  1045. {text:description3}
  1046. </div>
  1047.  
  1048. <div class="desc4">
  1049. {text:description4}
  1050. </div>
  1051.  
  1052. <div class="desc5">
  1053. <a href="#?w=500" rel="box1" class="poplight"><img src="http://i1102.photobucket.com/albums/g458/tank_grrrl/bows/bow_purple8.gif"></a>
  1054. </div>
  1055.  
  1056. <!--- You can change the color of the music player and its buttons or hovers here --->
  1057.  
  1058. <div id="musicplayer"><div id="icon">
  1059. <img src="https://31.media.tumblr.com/3399ee7010470f4b4cf659922e46637d/tumblr_inline_mxopznVIjk1qfnehg.gif"/>
  1060. </div>
  1061. <div id="musicbox"><div id="music2">
  1062. <object type="application/x-shockwave-flash" data="http://flash-mp3-player.net/medias/player_mp3_multi.swf" width="105" height="20">
  1063. <param name="movie" value="http://flash-mp3-player.net/medias/player_mp3_multi.swf" />
  1064. <param name="bgcolor" value="#eeeeee" />
  1065. <param name="FlashVars" value="mp3={text:MP3 Link}&amp;width=105&amp;height=20&amp;volume=50&amp;autoplay=1&amp;loop=1&amp;shuffle=1&amp;showslider=0&amp;loadingcolor=eeeeee&amp;bgcolor=eeeeee&amp;bgcolor1=eeeeee&amp;bgcolor2=eeeeee&amp;buttoncolor=333333&amp;buttonovercolor=333333&amp;showlist=0" />
  1066. </object>
  1067. </div></div></div>
  1068.  
  1069. <div id="hovers">
  1070. <a class="hovers" title="{text:Hovers1 title}">●</a>
  1071. <a class="hovers" title="{text:Hovers2 title}">●</a>
  1072. <a class="hovers" title="{text:Hovers3 title}">●</a>
  1073. <a class="hovers" title="{text:Hovers4 title}">●</a>
  1074. <a class="hovers" title="{text:Hovers5 title}">●</a>
  1075. </div>
  1076.  
  1077. <div class="title">
  1078. <div style="width:800px;
  1079. height:auto;
  1080. font-family:signerica;
  1081. font-size:76px;
  1082. padding: 4px;
  1083. color: #ded2f3;
  1084. line-height:7px;
  1085. text-align: center;
  1086. bottom:50px;
  1087. left:50px;
  1088. position:fixed;
  1089. z-index:9999999999;">Mijuliet</div></a>
  1090. </div>
  1091.  
  1092. <div class="border1"></div>
  1093. <div class="border2"></div>
  1094. <div class="border3"></div>
  1095. <div class="border4"></div>
  1096.  
  1097. </div>
  1098.  
  1099. <a title="#SQUAD" href="#?w=500" rel="box3" class="poplight"><div style="padding:3px; bottom: 210px; left:575px; position:fixed; border:5px double #fff; -moz-border-radius:110px; -webkit-border-radius:110px;"><img style="width:50px" "position:fixed;" src="https://45.media.tumblr.com/d931a2bb1e92ad93b55c946bb6f3a089/tumblr_nxwxr2YAbp1sxqywno3_r1_400.gif"></a></div>
  1100.  
  1101. <a title="Always remember - I love you." href="#?w=500" rel="box4" class="poplight"><div style="padding:5px; top: 17px; left:18px; position:fixed; z-index:999;"><img style="width:20px" src="http://i739.photobucket.com/albums/xx31/pixelpeach/purple/purple-b.gif"></a></div>
  1102.  
  1103. <a title="#Smaug" href="#?w=500" rel="box5" class="poplight"><div style="padding:2px; bottom: 204px; left:518px; position:fixed; border:5px double #fff; -moz-border-radius:90px; -webkit-border-radius:90px;"><img style="width:37px" "position:fixed;" src="https://36.media.tumblr.com/9d9f73d036d891656f22ccbaf78593d3/tumblr_inline_nzuraw05te1s252pj_540.png"></a></div>
  1104.  
  1105.  
  1106. <div class="alignment">
  1107. <div class="autopagerize_page_element" >
  1108.  
  1109. {block:Posts}
  1110. <div class="posts">
  1111.  
  1112. {block:ContentSource}
  1113. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  1114. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  1115. {/block:SourceLogo}
  1116. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  1117.  
  1118. <!-- {ReblogParentURL}{block:ReblogParentLogo}<img src="{BlackLogoURL}"
  1119. width="{LogoWidth}" height="{LogoHeight}" alt="{ReblogParentTitle}" />
  1120. {/block:ReblogParentLogo}
  1121. {block:NoReblogParentLogo}{ReblogParentLink}{/block:NoReblogParentLogo} -->
  1122. {/block:ContentSource}
  1123.  
  1124.  
  1125. <!-- PHOTO POSTS -->
  1126. {block:Photo}{LinkOpenTag}
  1127. <div class="photopost">
  1128. <img src="{PhotoURL-250}">
  1129. </div>
  1130. {LinkCloseTag}
  1131. {block:ifShowCaptions}
  1132. {block:Caption}
  1133. {Caption}
  1134. {/block:Caption}
  1135. {/block:ifShowCaptions}
  1136. {/block:photo}
  1137.  
  1138. <!-- PHOTOSET POSTS -->
  1139. {block:Photoset}
  1140. <div id="photoset">
  1141. {Photoset-250}
  1142. </div>
  1143. {block:ifShowCaptions}
  1144. {block:Caption}
  1145. {Caption}
  1146. {/block:Caption}
  1147. {/block:ifShowCaptions}
  1148. {/block:Photoset}
  1149.  
  1150.  
  1151. <!-- VIDEO POSTS -->
  1152. {block:Video}
  1153. {Video-250}
  1154. {block:ifShowCaptions}
  1155. {block:Caption}
  1156. {Caption}
  1157. {/block:Caption}
  1158. {/block:ifShowCaptions}
  1159. {/block:Video}
  1160.  
  1161. <!-- AUDIO POSTS -->
  1162. {block:Audio}<div class="album">{block:AudioPlayer}<div class="player">{AudioPlayerWhite}</div>{/block:AudioPlayer}
  1163.  
  1164. {block:AlbumArt}{block:IndexPage}<img src="{AlbumArtURL}">{/block:IndexPage}{block:PermalinkPage}<img src="{AlbumArtURL}">{/block:PermalinkPage}{/block:AlbumArt}</div>
  1165.  
  1166. <div class="track">{block:TrackName}Title: {TrackName}<br>{/block:TrackName}{block:Artist}Artist: {Artist}<br>{/block:Artist}{block:Album}Album:
  1167. {Album}{/block:Album}</div>
  1168.  
  1169. {block:ifShowCaptions}{block:Indexpage}{block:Caption}{Caption}{/block:Caption}{/block:Indexpage}{/block:ifShowCaptions}
  1170.  
  1171. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  1172. {/block:Audio}
  1173.  
  1174.  
  1175. <!-- QUOTE POSTS -->
  1176. {block:Quote}
  1177. <div id="quote">{Quote}</div>
  1178. {block:Source}<div id="source">— {Source}</div>{/block:Source}
  1179. {/block:Quote}
  1180.  
  1181.  
  1182. <!-- TEXT POSTS -->
  1183. {block:Text}
  1184. {block:Title}
  1185. <div id="posttitle">{Title}</div>
  1186. {/block:Title}
  1187. {Body}
  1188. {/block:Text}
  1189.  
  1190.  
  1191. <!-- QUESTION POSTS -->
  1192. {block:Answer}
  1193. <div id="ask">
  1194. <div class="as">
  1195. <div class="aske">{Asker} said:</div>
  1196. <div class="que">{Question}</div>
  1197. </div>
  1198. </div>
  1199. <div class="ans">{Answer}</div>
  1200. {/block:Answer}
  1201.  
  1202. <!-- CHAT POSTS -->
  1203. {block:Chat}
  1204. {block:Title}
  1205. <div id="posttitle">{Title}</div><br />
  1206. {/block:Title}
  1207. {block:Lines}<div id="{Alt}">
  1208. {block:Label}<b>{Label}</b>{/block:Label} {Line}</br></div>
  1209. {/block:Lines}
  1210. {/block:Lines}
  1211. {/block:Chat}
  1212.  
  1213. <!-- LINK POSTS -->
  1214. {block:Link}
  1215. <a href="{URL}"> <div id="posttitle">{Name}</div></a>
  1216. {block:Description}
  1217. {Description}
  1218. {/block:Description}
  1219. {/block:Link}
  1220. </div>
  1221.  
  1222. {block:IndexPage}
  1223. <div class="postperma">
  1224. <div style="float:left; "><a href="{Permalink}">{24Hour}:{Minutes}{AmPm}</a> — <a title="{block:Tags} #{Tag}{/block:Tags}">#</a> </div> <div style="float:right;"> <a href="{Permalink}" title="notes">{NoteCount}</a> — <a href="{ReblogURL}" >reblog</a>
  1225. </div></div>
  1226.  
  1227.  
  1228. {/block:IndexPage}
  1229.  
  1230. {block:PermaLinkPage}
  1231. <div class="postinfo">
  1232. <center>
  1233. <div id="permtitle">Posted on: {Month} {DayofMonth}, {Year}<br> {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}</div>
  1234. {block:RebloggedFrom}
  1235. <div id="tags">Via:
  1236. <a href="{ReblogParentURL}">{ReblogParentName}</a> ||
  1237. Source: <a href="{ReblogRootURL}">{ReblogRootName}</a></div>
  1238. {/block:RebloggedFrom}
  1239. </center>
  1240. <br>
  1241. {block:HasTags}
  1242. <div id="tags">{block:Tags}#<a href="{TagURL}">{Tag}</a> &nbsp; {/block:Tags} </div>
  1243. {/block:HasTags}
  1244. </div>
  1245.  
  1246. {block:PostNotes}<div class="postnotes"><div style="margin-left: -20px;">{PostNotes}</div></div>{/block:PostNotes}
  1247. {/block:PermalinkPage}
  1248.  
  1249. {/block:Posts}
  1250.  
  1251. </div>
  1252. </div>
  1253. </div>
  1254. </div>
  1255.  
  1256.  
  1257. <a href="http://galaxias-themes.tumblr.com/" title="This theme was tweaked by Sujeong and is only available for Mijoo. This means - no stealing, alright? Have a nice day." style="bottom:5px; left:5px; z-index: 9999; pading:2px; position:fixed; font-family:belle; font-size:10px;">X</a>
  1258. </body>
  1259. <div id="box1" class="popup_block">
  1260. <p><center><img src="https://41.media.tumblr.com/05500ee600becd04e1b49fdece77ea63/tumblr_nxwr8hOmeM1sxqywno6_r1_400.png">
  1261.  
  1262. <br><small>❝ How many <u>nights</u> does it take to count the <font color="#3a3276">stars</font>? That's the time it would take to fix my <font color="#3a3276">heart</font><br>
  1263. Oh, baby, I was there for <u>you</u>. All I ever wanted was the <font color="#3a3276">smile</font>, yeah, yeah. <br>
  1264. How many <u>nights</u> have you <i>wished</i> someone would <font color="#3a3276">stay</font>? Lie awake only <u>hoping</u> they're okay. <br>
  1265. I never <u>counted</u> all of <i>mine</i>. If I tried, I know it would <i>feel</i> like <font color="#3a3276">infinity</font>.
  1266. ❞</small></p>
  1267.  
  1268.  
  1269. </center>
  1270. </div>
  1271.  
  1272. <div id="box2" class="popup_block">
  1273. <center><a title="Lovelyz" href="http://mijvliete.tumblr.com/tagged/;lovelyz."><font size= "40px"><font color="#bde9f3">LOVELYZ</a></font></font>
  1274. <br><small>we are best friends, we are family.</small>
  1275. <br><br><a title="Baby Soul" href="http://bbsovl.tumblr.com/"><img src="https://38.media.tumblr.com/2020531a069875448a2f23bee2c84db0/tumblr_nxrq39PD6Y1tktwm3o1_100.gif"></a><a title="Jiae" href="/"><img src="https://45.media.tumblr.com/071b74584e45e1e8406ff66641bb9058/tumblr_nxrq39PD6Y1tktwm3o2_100.gif"></a><a title="Jisoo" href="http://seojiseu.tumblr.com/"><img src="https://33.media.tumblr.com/e03bd235209cadbe8db7394cf4600b7f/tumblr_nxrq39PD6Y1tktwm3o8_100.gif"></a><a title="Mijoo" href="http://mijvliete.tumblr.com/"><img src="https://49.media.tumblr.com/56d3c6ad3f11585a9b2116de0941ad2e/tumblr_nxrq39PD6Y1tktwm3o6_100.gif"></a><a title="Kei" href="http://keidoscope.tumblr.com/"><img src="https://38.media.tumblr.com/65ab60a18bfabd5f862c91df5b556bfe/tumblr_nxrq39PD6Y1tktwm3o5_100.gif"></a>
  1276. <br><a title="Jin" href="http://myngjin.tumblr.com/"><img src="https://33.media.tumblr.com/40b51065739b1774d4a40721ab8b0a7c/tumblr_nxrq39PD6Y1tktwm3o4_100.gif"></a><a title="Sujeong" href="http://svjevng.tumblr.com/"><img src="https://38.media.tumblr.com/92e5e80e26c952d5639aa0b4a0d0ef96/tumblr_nxrq39PD6Y1tktwm3o3_100.gif"></a><a title="Yein" href="http://jxyein.tumblr.com/"><img src="https://49.media.tumblr.com/84768bf101b5b89b762183166bd39c36/tumblr_nxrq39PD6Y1tktwm3o7_100.gif"></a>
  1277.  
  1278.  
  1279. </center>
  1280. </div>
  1281.  
  1282. <div id="box3" class="popup_block">
  1283. <p> <center><small><u>#yrp</u></small>
  1284. <br>
  1285. <a title="#rikku" href="http://daddyha.tumblr.com/"><img src="https://40.media.tumblr.com/2e9dbb8b5f1875fdae1e6f4b3fe5ae1c/tumblr_inline_nxy3stGvnN1s252pj_540.png"></a><a title="#paine" href="http://mijvliete.tumblr.com/"><img src="https://41.media.tumblr.com/fefc23983c55ccd08cac887cd4b904bf/tumblr_inline_nxy3t59xMo1s252pj_540.png"></a><a title="#yuna" href="http://kngsevls.tumblr.com/"><img src="https://41.media.tumblr.com/9f06bd1d94956e0b9a63177b6246c70e/tumblr_inline_nxy3tfUfly1s252pj_540.png"></a>
  1286. <br>
  1287. <center><small><u>#madoka</u></small>
  1288. <br>
  1289. <a title="#yura" href="http://ahynvg.tumblr.com/"><img src="https://41.media.tumblr.com/17a4cf2fb040428eb62d834f11b6d9cf/tumblr_inline_nxy0umoPMB1s252pj_540.png"></a><a title="#seulgi" href="http://kngsevls.tumblr.com/"><img src="https://40.media.tumblr.com/f360fdf4e01d840201f6a390f4dae1db/tumblr_inline_nxy0v5wAD31s252pj_540.png"></a><a title="#mijoo" href="http://mijvliete.tumblr.com/"><img src="https://40.media.tumblr.com/be430350d78db580bd96a9a3ff9ecf63/tumblr_inline_nxy0vc26i11s252pj_540.png"></a><a title="#sujeong" href="Http://svjevng.tumblr.com"><img src="https://41.media.tumblr.com/b922236579336349628349ac98892804/tumblr_inline_nxy0vo9dnd1s252pj_540.png"></a><a title="#wendy" href="http://faeconciliation.tumblr.com/"><img src="https://36.media.tumblr.com/50723fed0083369f050224752c568db3/tumblr_inline_nxy0vvVJrc1s252pj_540.png"></a></center>
  1290. <br>
  1291. <center><small><u>#rwby</u></small>
  1292. <br>
  1293. <a title="#ruby" href="http://svjevng.tumblr.com/"><img src="https://40.media.tumblr.com/135d5d7e15edf1dc82f32114c8bff207/tumblr_inline_nxy1djPRUh1s252pj_540.png"></a><a title="#weiss" href="http://spudha.tumblr.com/"><img src="https://41.media.tumblr.com/1a30c60f78f4f5bf4ab8c134da336a0b/tumblr_inline_nxy1dpSghC1s252pj_540.png"></a><a title="#blake" href="http://seojiseu.tumblr.com/"><img src="https://40.media.tumblr.com/ede8d30d4166c2697cdbd5d739ce691e/tumblr_inline_nxy1dvUoB41s252pj_540.png"></a><a title="#yang" href="http://mijvliete.tumblr.com"><img src="https://41.media.tumblr.com/c9b19038409c240d1be43b97c6a825b6/tumblr_inline_nxy1e6hGCs1s252pj_540.png"></a><a title="#jaune" href="http://wonshn.tumblr.com/"><img src="https://41.media.tumblr.com/b8605733f19ce8b9299ea75c1dc44a7c/tumblr_inline_nxy28cKdy01s252pj_540.png"></a><a title="#pyrrha" href="http://kngsevls.tumblr.com/"><img src="https://41.media.tumblr.com/547bbd271c00a1e42bd405a8ee1aeb39/tumblr_inline_nxy28jCKKR1s252pj_540.png"></a><a title="#nora" href="http://faeconciliation.tumblr.com/"><img src="https://36.media.tumblr.com/05f1c0e59a1097c15e5d448561f0207d/tumblr_inline_nxy28rBIZk1s252pj_540.png"></a><a title="#ren" href="http://07195.tumblr.com/"><img src="https://41.media.tumblr.com/e11fb215d320a34e12e86578f0d64475/tumblr_inline_nxy28z8qH81s252pj_540.png"></a>
  1294. <br>
  1295. <a title="#sun" href="http://hvxwons.tumblr.com/"><img src="https://41.media.tumblr.com/69d9ece474a8e5bfef5cf637befbbd41/tumblr_inline_nxy2nqKZ7P1s252pj_540.png"></a><a title="#neptune" href="http://hyung92.tumblr.com/"><img src="https://41.media.tumblr.com/e93d2563eb954c1ac1f1919839059715/tumblr_inline_nxy2o5YKYI1s252pj_540.png"></a><a title="#penny" href="http://sailorxsoo.tumblr.com/"><img src="https://40.media.tumblr.com/2d7367c79e561615b44640e132dd85f8/tumblr_inline_nxy2piA6q71s252pj_540.png"></a><a title="#velvet" href="http://ibaechu.tumblr.com"><img src="https://40.media.tumblr.com/fa70c47f5df606eb86667705d1fe138a/tumblr_inline_nxy2pqcFSw1s252pj_540.png"></a><a title="#coco" href="http://minpossible.tumblr.com/"><img src="https://40.media.tumblr.com/3d047a3cf285914bf2de8d8d295ea36e/tumblr_inline_nxy31tsqSb1s252pj_540.png"></a><a title="#cinder" href="http://seolhyuned.tumblr.com/"><img src="https://40.media.tumblr.com/8b5f8c49ba52de0b3c49aa704fae9bf7/tumblr_inline_nxy322FBAz1s252pj_540.png"></a><a title="#mercury" href="http://sngyeols.tumblr.com/"><img src="https://41.media.tumblr.com/c3f33a120e0dec84c1496bcc42a9c896/tumblr_inline_nxy32m0Xwf1s252pj_540.png"></a><a title="#emerald" href="Http://chobins.tumblr.com"><img src="https://41.media.tumblr.com/966313cb787447202c142d9359c95ccd/tumblr_inline_ny4s0578yw1s252pj_540.png"></a><a title="#goodwitch" href="http://kjjongs.tumblr.com/"><img src="https://41.media.tumblr.com/d37aaf47dd753288dff2c689b6501ea4/tumblr_inline_nxy5ef0ZMn1s252pj_540.png"></a>
  1296. </center>
  1297. </div>
  1298.  
  1299. <div id="box4" class="popup_block">
  1300. <p><center><a title="Your Princess." href="http://svjevng.tumblr.com/tagged/.soulfighters"><img src="https://36.media.tumblr.com/1d40cdde83f1bd5120d57ef7e9567d61/tumblr_nxwxr2YAbp1sxqywno4_r1_400.png"></a>
  1301.  
  1302. <br><small>❝ <u>Lee Mijoo</u>, the most <font color="#ff8f8f">beautiful</font> and <font color="#ff8f8f">strong</font> person I've ever met. Since I am already here, let me write you a little <font color="#ffabab">something</font> to remind you how <font color="#ff8f8f">amazing</font> you truly are. It might get hard sometimes, but always <u>remember</u> - <font color="#ff8f8f">it will get better</font> . <font color="#ff8f8f">Together</font> we will <u>fight</u> the bad and make it <font color="#ffabab">disappear</font> . We won't give up, <font color="#ff8f8f">ever</font>. I will always be here by your side to remind you that you are <font color="#ff8f8f">strong</font>, <font color="#ff8f8f">brave</font>, <font color="#ff8f8f">smart</font>, - <u>invincible</u>. I am really glad to have you with me, because in times of need you are <font color="#ff8f8f">always</font> there for me. I'd like to <font color="#ff8f8f">thank you</font> for everything you've done and tell you how <font color="#ff8f8f">lucky</font> I am to have such a <u>beautiful sister</u>. We've been through a lot and we always managed to <font color="#ff8f8f">stand back up</font> , wipe away the dust on our shoulders and <u>continue</u>. This is how it will always be. But as long as we're <font color="#ff8f8f">together</font> - we will be alright, right? I will <font color="#ff8f8f">hold your hand </font> for the rest of our lives, not matter what happens - <u>I won't let go</u>. <font color="#ff8f8f"><font size="4px">I love you</font></font> .❞</small></p>
  1303.  
  1304.  
  1305. </center>
  1306. </div>
  1307.  
  1308. <div id="box5" class="popup_block">
  1309. <p><center><img src="https://41.media.tumblr.com/41158d233e0e0b68e5b7666565a96a72/tumblr_inline_o6j3y6yydO1s252pj_540.png">
  1310.  
  1311. <br><small>❝ To the left, to the right. I can feel it all around. Out to get you and I. Out to <font color="#3a3276"><u>try</u></font> and break us down. They will come with the <font color="#3a3276"><u>strength</u></font> and the fire and a numb beat of drums and the song of the sirens in our ears that will bring em all to tears dear. Yes I will <font color="#3a3276"><u>fight</u></font> for you. You and me against the world is nothing new. Now and forever true if you'll be mine then I will fight for <a href="http://hvxwons.tumblr.com/"><font color="#3a3276"><i>you</i></font></a>. So we stand back to back and we smile as they come. Cause they plan for attack knowing we've already <font color="#3a3276"><u>won</u></font>. Save the girl and the world will be jealous wouldn't <a href="/tagged/;smaug."><font color="#3a3276"><i>you</i></font></a> if you knew that the <font color="#3a3276"><u>truth</u></font> was the girl will take you too. And theres nothing they can do to you. Only the two of us know how. Nothing can come between <a href="/tagged/;proof."><font color="#3a3276"><i>us</i></font></a> now.❞</small></p>
  1312.  
  1313.  
  1314. </center>
  1315. </div>
  1316. </div></div></div></div></div></div></div></div></div></div>
  1317. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement