Advertisement
lojsan7

mio-2015-09-20

Sep 20th, 2015
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 40.46 KB | None | 0 0
  1. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  2. <head>
  3. <script type="text/javascript"
  4. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  5. <script>
  6. $(document).ready(function() {
  7. //
  8. $('a.poplight[href^=#]').click(function() {
  9. var popID = $(this).attr('rel'); //Get Popup Name
  10. var popURL = $(this).attr('href'); //Get Popup href to define size
  11. var query= popURL.split('?');
  12. var dim= query[1].split('&');
  13. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  14. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  15. var popMargTop = ($('#' + popID).height() + 80) / 2;
  16. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  17. //Apply Margin to Popup
  18. $('#' + popID).css({
  19. 'margin-top' : -popMargTop,
  20. 'margin-left' : -popMargLeft
  21. });
  22. $('body').append('<div id="fade"></div>');
  23. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  24. return false;
  25. });
  26. $('a.close, #fade').live('click', function() {
  27. $('#fade , .popup_block').fadeOut(function() {
  28. $('#fade, a.close').remove(); //fade them both out
  29. });
  30. return false;
  31. });
  32. });
  33. </script>
  34. <title>{Title}</title>
  35. <link rel="shortcut icon" href="http://pixeljoint.com/files/icons/moon__r1602282071.png">
  36. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  37.  
  38. <!---- this is theme 44 by Hollywhood
  39. please don't remove the credit
  40. thank you
  41. --->
  42.  
  43. <meta name="color:Background" content="#ffffff"/>
  44. <meta name="color:Text" content="#9B9B9B"/>
  45. <meta name="color:Link" content="#b8b8b8"/>
  46. <meta name="color:scrollbar" content="#999999">
  47. <meta name="color:title" content="#999999">
  48. <meta name="color:Link Hover" content="#eeeeee"/>
  49.  
  50. <meta name="image:sidebar" content=""/>
  51. <meta name="text:sidebartitle" content="">
  52. <meta name="image:background image" content="">
  53. <meta name="image:info image" content="">
  54. <meta name="image:sidebar" content=""/>
  55. <meta name="text:sidebartitle" content="">
  56.  
  57. <meta name="text:link1" content="" />
  58. <meta name="text:link1 url" content="/">
  59. <meta name="text:link2" content="" />
  60. <meta name="text:link2 url" content="/">
  61. <meta name="text:link3" content="" />
  62. <meta name="text:link3 url" content="/">
  63. <meta name="text:link4" content="" />
  64. <meta name="text:link4 url" content="/">
  65. <meta name="text:link5" content="" />
  66. <meta name="text:link5 url" content="/">
  67.  
  68.  
  69. <style type="text/css">
  70.  
  71. #tab1 {
  72. width: 13px;
  73. height: 13px;
  74. border: solid 1px #b2b2b1; /*Here change the border color*/
  75. background-color: #d8d7cf; /*Here change the background color*/
  76. margin-left:-670px;
  77. margin-top: 10px;
  78. position: fixed;
  79. overflow:hidden;
  80. -webkit-transition: opacity 0.4s linear;
  81. -webkit-transition: all 0.4s linear;
  82. -moz-transition: all 0.4s linear;
  83. -o-transition: all 0.4s linear;
  84. }
  85.  
  86. #tab1:hover {
  87. width: 130px;
  88. height: 168px;
  89. background-color: #d8d7cf;
  90. z-index: 99999;
  91. -webkit-transition: opacity 0.4s linear;
  92. -webkit-transition: all 0.4s linear;
  93. -moz-transition: all 0.4s linear;
  94. -o-transition: all 0.4s linear;
  95. }
  96.  
  97. #tab2 {
  98. width: 13px;
  99. height: 13px;
  100. border: solid 1px #b2b2b1; /*Here change the border color*/
  101. background-color: #d8d7cf; /*Here change the background color*/
  102. margin-left: -670px;
  103. margin-top: 35px;
  104. position: fixed;
  105. overflow:hidden;
  106. z-index:999;
  107. -webkit-transition: opacity 0.4s linear;
  108. -webkit-transition: all 0.4s linear;
  109. -moz-transition: all 0.4s linear;
  110. -o-transition: all 0.4s linear;
  111. }
  112.  
  113. #tab2:hover {
  114. width: 130px;
  115. height: 168px;
  116. background-color: #d8d7cf;
  117. -webkit-transition: opacity 0.4s linear;
  118. -webkit-transition: all 0.4s linear;
  119. -moz-transition: all 0.4s linear;
  120. -o-transition: all 0.4s linear;
  121. }
  122.  
  123. #tab3 {
  124. width: 13px;
  125. height: 13px;
  126. border: solid 1px #b2b2b1; /*Here change the border color*/
  127. background-color: #d8d7cf; /*Here change the background color*/
  128. margin-left: -670px;
  129. margin-top: 60px;
  130. position: fixed;
  131. overflow:hidden;
  132. -webkit-transition: opacity 0.4s linear;
  133. -webkit-transition: all 0.4s linear;
  134. -moz-transition: all 0.4s linear;
  135. -o-transition: all 0.4s linear;
  136. }
  137.  
  138. #tab3:hover {
  139. width: 130px;
  140. height: 168px;
  141. background-color: #d8d7cf;
  142. -webkit-transition: opacity 0.4s linear;
  143. -webkit-transition: all 0.4s linear;
  144. -moz-transition: all 0.4s linear;
  145. -o-transition: all 0.4s linear;
  146. }
  147.  
  148. .inside {
  149. width: 110px;
  150. padding: 10px;
  151. padding-top: 8px;
  152. font-family: sans-serif;
  153. font-size: 9px;
  154. line-height: 150%;
  155. color: #767575; /*Change here the text color*/
  156. background-color: #d8d7cf; /*Change here the inside background color*/
  157. letter-spacing: .8px;
  158. text-align: center;
  159. padding-bottom:1000px;
  160. opacity: 0;
  161. -webkit-transition: opacity 0.3s linear;
  162. -webkit-transition: all 0.3s linear;
  163. -moz-transition: all 0.3s linear;
  164. -o-transition: all 0.3s linear;
  165. }
  166.  
  167. .inside:hover {
  168. opacity: 1;
  169. -webkit-transition: opacity 0.3s linear;
  170. -webkit-transition: all 0.3s linear;
  171. -moz-transition: all 0.3s linear;
  172. -o-transition: all 0.3s linear;
  173. }
  174.  
  175.  
  176. ::-webkit-scrollbar-thumb{
  177. background-color: #d4d2d2;
  178. border: 2px solid transparent;
  179. height:5px;
  180. }
  181.  
  182. ::-webkit-scrollbar {
  183. height:auto;
  184. width:2px;
  185. background-color: transparent;
  186. border:5px solid transparent;
  187. }
  188.  
  189.  
  190. iframe#tumblr_controls {
  191. white-space:nowrap;
  192. -webkit-filter: invert(100%);
  193. -moz-filter: invert(100%);
  194. -o-filter: invert(100%);
  195. -ms-filter: invert(100%);
  196. filter: invert(100%);
  197. opacity:.2;transition: .8s ease-in-out;
  198. -webkit-transition: .8s ease-in-out;
  199. -moz-transition: .8s ease-in-out;
  200. -o-transition: .8s ease-in-out;
  201. }
  202.  
  203. h1 {
  204. font-weight:normal;
  205. font-size:17px;
  206. text-align:center;
  207. font-style:normal;
  208. line-height:100%;
  209. letter-spacing:1px;
  210. text-transform:normal;
  211. color:{color:text};
  212. }
  213.  
  214. h2 {
  215. font-size:17px;
  216. text-align:center;
  217. line-height:100%;
  218. letter-spacing:-0.5px;
  219. color:#444343;
  220. text-shadow:1px 1px 15px #022e40;
  221. font-weight:bold;
  222. text-transform:uppercase;
  223. padding:5px;
  224. padding-bottom:2px;
  225. }
  226.  
  227.  
  228. blockquote {
  229. border-left:1px solid #c2c0c0;
  230. padding:17px;
  231. margin:10px 2px 0px 10px
  232. background-color:#a35178;
  233. }
  234.  
  235. body {
  236. background:{color:background};
  237. background-image: url('http://i.imgur.com/qHhl8Tx.gif');
  238. background-repeat: no-repeat;
  239. background-size: center;
  240. background-attachment: fixed;
  241. position: absolute;
  242. margin-left:700px;
  243. color:{color:text};
  244. font-family:times new roman;
  245. font-size:12px;
  246. line-height:100%;
  247. }
  248.  
  249. b,bold,strong {
  250. color:#444343;
  251. font-family:times;
  252. font-size:14px;
  253. text-shadow: 1px 1px 15px #000000;
  254. }
  255.  
  256. i,em,italic {
  257. color:#999999;
  258. font-family:times;
  259. font-size:14px;
  260. text-shadow: 1.5px 1.5px 15px #ffffff;
  261. }
  262.  
  263. a {
  264. text-decoration:none;
  265. text-transform:uppercase;
  266. text-shadow: 0 0 0.3em ;
  267. color: #eeeeee;
  268. outline:none;
  269. -moz-outline-style:none;
  270. color:{color:link};
  271. -moz-transition-duration:0.5s;
  272. -webkit-transition-duration:0.5s;
  273. -o-transition-duration:0.5s;
  274. }
  275.  
  276. a:hover {
  277. text-decoration:none;
  278. outline:none;
  279. -moz-outline-style:none;
  280. color:{color:link hover};
  281. }
  282.  
  283. img {
  284. border:none;
  285. }
  286.  
  287.  
  288. #post {
  289. width:400px;
  290. margin-top:0px;
  291. margin-bottom:50px;
  292. opacity:0.8;
  293. -webkit-transition: all 0.6s ease-in-out;
  294. -moz-transition: all 0.6s ease-in-out;
  295. -o-transition: all 0.6s ease-in-out;
  296. -ms-transition: all 0.6s ease-in-out;
  297. transition: all 0.6s ease-in-out;
  298. -webkit-filter:grayscale(100%);
  299. -webkit-transition: all 0.6s ease-in-out;
  300. }
  301.  
  302. #post:hover{
  303. -webkit-filter:none;
  304. -webkit-transition: all 0.6s ease-in-out;
  305. opacity:1;
  306. -webkit-transition: all 0.6s ease-in-out;
  307. -moz-transition: all 0.6s ease-in-out;
  308. -o-transition: all 0.6s ease-in-out;
  309. -ms-transition: all 0.6s ease-in-out;
  310. transition: all 0.6s ease-in-out;
  311. }
  312.  
  313. #container {margin: auto;
  314. position:fixed;
  315. width: 900px;}
  316.  
  317.  
  318. #entries {
  319. padding:10px;
  320. left:550px;
  321. top:81px;
  322. position:fixed;
  323. background-color:transparent;
  324. width:400px;
  325. height:230px;
  326. top:355px;
  327. padding: 20px;
  328. overflow-x:scroll;
  329. scroll:left;
  330. overflow-x:hidden;
  331. }
  332.  
  333.  
  334. #theme {
  335. width:250px;
  336. margin:0 auto -12px auto;
  337. }
  338.  
  339. #sidebar {
  340. color:{color:text};
  341. width:100px;
  342. height:auto;
  343. margin-top:90px;
  344. margin-left:165px;
  345. text-align:left;
  346. }
  347.  
  348. #sidebarimage img {
  349. width:100px;
  350. opacity:.9;
  351. margin-top:-10px;
  352. margin-bottom:0px;
  353. margin-left:43px;
  354. }
  355.  
  356. #alinks {
  357. font-family:'Minion Pro';
  358. width:220px;
  359. margin-top:-80px;
  360. margin-left:-390px;
  361. font-size:20px;
  362. text-transform:uppercase;
  363. text-align:center;
  364. line-height:280%;
  365. }
  366.  
  367. #links a{
  368. line-height:280%;
  369. border-bottom:0px solid #fff;
  370. margin-top:4px;
  371. margin-left:30px;
  372. color: #d4d5d6;
  373. text-shadow:1px 1px 15px #feffff;
  374. -moz-transition-duration:.2s;
  375. -webkit-transition-duration:.2s;
  376. -o-transition-duration:.2s;
  377. }
  378.  
  379. #links a:hover {
  380. color: {color:link hover};
  381. width:60px;
  382. -moz-transition-duration:0.2s;
  383. -webkit-transition-duration:0.2s;
  384. -o-transition-duration:0.2s;
  385. }
  386.  
  387.  
  388. #blinks {
  389. font-family:'Minion Pro';
  390. width:220px;
  391. margin-top:-25px;
  392. margin-left:-380px;
  393. font-size:15px;
  394. text-transform:uppercase;
  395. text-align:center;
  396. line-height:280%;
  397. }
  398.  
  399. #links a{
  400. line-height:280%;
  401. border-bottom:0px solid #fff;
  402. margin-top:4px;
  403. margin-left:30px;
  404. color: #d4d5d6;
  405. text-shadow:1px 1px 15px #feffff;
  406. -moz-transition-duration:.2s;
  407. -webkit-transition-duration:.2s;
  408. -o-transition-duration:.2s;
  409. }
  410.  
  411. #links a:hover {
  412. color: {color:link hover};
  413. width:60px;
  414. -moz-transition-duration:0.2s;
  415. -webkit-transition-duration:0.2s;
  416. -o-transition-duration:0.2s;
  417. }
  418.  
  419.  
  420. #clinks {
  421. font-family:'Minion Pro';
  422. width:220px;
  423. margin-top:-75px;
  424. margin-left:-400px;
  425. font-size:15px;
  426. text-transform:uppercase;
  427. text-align:center;
  428. line-height:280%;
  429. }
  430.  
  431. #links a{
  432. line-height:280%;
  433. border-bottom:0px solid #fff;
  434. margin-top:4px;
  435. margin-left:30px;
  436. color: #d4d5d6;
  437. text-shadow:1px 1px 15px #feffff;
  438. -moz-transition-duration:.2s;
  439. -webkit-transition-duration:.2s;
  440. -o-transition-duration:.2s;
  441. }
  442.  
  443. #links a:hover {
  444. color: {color:link hover};
  445. width:60px;
  446. -moz-transition-duration:0.2s;
  447. -webkit-transition-duration:0.2s;
  448. -o-transition-duration:0.2s;
  449. }
  450.  
  451.  
  452. #dlinks {
  453. font-family:'Minion Pro';
  454. width:220px;
  455. margin-top:-20px;
  456. margin-left:-405px;
  457. font-size:15px;
  458. text-transform:uppercase;
  459. text-align:center;
  460. line-height:280%;
  461. }
  462.  
  463. #links a{
  464. line-height:280%;
  465. border-bottom:0px solid #fff;
  466. margin-top:4px;
  467. margin-left:30px;
  468. color: #d4d5d6;
  469. text-shadow:1px 1px 15px #feffff;
  470. -moz-transition-duration:.2s;
  471. -webkit-transition-duration:.2s;
  472. -o-transition-duration:.2s;
  473. }
  474.  
  475. #links a:hover {
  476. color: {color:link hover};
  477. width:60px;
  478. -moz-transition-duration:0.2s;
  479. -webkit-transition-duration:0.2s;
  480. -o-transition-duration:0.2s;
  481. }
  482.  
  483.  
  484. #elinks {
  485. font-family:'Minion Pro';
  486. width:220px;
  487. margin-top:-25px;
  488. margin-left:-400px;
  489. font-size:15px;
  490. text-transform:uppercase;
  491. text-align:center;
  492. line-height:280%;
  493. }
  494.  
  495. #links a{
  496. line-height:280%;
  497. border-bottom:0px solid #fff;
  498. margin-top:4px;
  499. margin-left:30px;
  500. color: #d4d5d6;
  501. text-shadow:1px 1px 15px #feffff;
  502. -moz-transition-duration:.2s;
  503. -webkit-transition-duration:.2s;
  504. -o-transition-duration:.2s;
  505. }
  506.  
  507. #links a:hover {
  508. color: {color:link hover};
  509. width:60px;
  510. -moz-transition-duration:0.2s;
  511. -webkit-transition-duration:0.2s;
  512. -o-transition-duration:0.2s;
  513. }
  514.  
  515. #flinks {
  516. font-family:'Minion Pro';
  517. width:220px;
  518. margin-top:-50px;
  519. margin-left:-420px;
  520. font-size:15px;
  521. text-transform:uppercase;
  522. text-align:center;
  523. line-height:280%;
  524. }
  525.  
  526. #links a{
  527. line-height:280%;
  528. border-bottom:0px solid #fff;
  529. margin-top:4px;
  530. margin-left:30px;
  531. color: #d4d5d6;
  532. text-shadow:1px 1px 15px #feffff;
  533. -moz-transition-duration:.2s;
  534. -webkit-transition-duration:.2s;
  535. -o-transition-duration:.2s;
  536. }
  537.  
  538. #links a:hover {
  539. color: {color:link hover};
  540. width:60px;
  541. -moz-transition-duration:0.2s;
  542. -webkit-transition-duration:0.2s;
  543. -o-transition-duration:0.2s;
  544. }
  545.  
  546.  
  547. .sidebartitle {
  548. width:300px;
  549. text-align:center;
  550. font-family:'californian fb';
  551. line-height:120%;
  552. margin-left:-58px;
  553. word-spacing:2px;
  554. font-style:italic;
  555. font-size:16px;
  556. margin-top:10px;
  557. color:{color:title};
  558. }
  559.  
  560. #pagination {
  561. font-family:corbel;
  562. width:250px;
  563. font-size:9px;
  564. margin-top:25px;
  565. margin-left:-8px;
  566. padding-left:5px;
  567. letter-spacing:1px;
  568. text-align:center;
  569. text-transform:uppercase;
  570. }
  571.  
  572. #pagination a {
  573. color:{color:link};
  574. }
  575.  
  576. #info {
  577. font-family:times;
  578. width:400px;
  579. margin-top:8px;
  580. padding-top:4px;
  581. font-size:10px;
  582. border-top:1px solid #ddd;
  583. opacity:0;
  584. color:{color:text};
  585. text-transform:uppercase;
  586. font-style:normal;
  587. text-align:left;
  588. -moz-transition-duration:0.5s;
  589. -webkit-transition-duration:0.5s;
  590. -o-transition-duration:0.5s;
  591. background-image:url('{image:info image}');
  592. border: 1px solid #bdbdbd;
  593. border-radius: 0px;
  594. }
  595.  
  596. #info a {
  597. color:{color:link};
  598. }
  599.  
  600. #info a:hover {
  601. color:{color:link hover};
  602. }
  603.  
  604. .tags {
  605. font-family:times;
  606. font-style:normal;
  607. width:250px;
  608. margin-top:4px;
  609. text-transform:normal;
  610. font-style:normal;
  611. line-height:120%;
  612. padding-top:0px;
  613. font-size:8px;
  614. opacity:0;
  615. letter-spacing:1px;
  616. text-align:left;
  617. -moz-transition-duration:0.5s;
  618. -webkit-transition-duration:0.5s;
  619. -o-transition-duration:0.5s;
  620. }
  621. .tags a{
  622. color:{color:link};
  623. -moz-transition-duration:0.2s;
  624. -webkit-transition-duration:0.2s;
  625. -o-transition-duration:0.2s;
  626. }
  627. .tags a:hover{
  628. color:{color:link hover};
  629. -moz-transition-duration:0.2s;
  630. -webkit-transition-duration:0.2s;
  631. -o-transition-duration:0.2s;
  632. }
  633.  
  634. #post:hover #info{
  635. opacity:1;
  636. -moz-transition-duration:1s;
  637. -webkit-transition-duration:1s;
  638. -o-transition-duration:1s;
  639. }
  640. #post:hover .tags{
  641. opacity:1;
  642. -moz-transition-duration:1s;
  643. -webkit-transition-duration:1s;
  644. -o-transition-duration:1s;
  645. }
  646.  
  647. .audio{
  648. background-color:#dedddd;
  649. height:65px;
  650. overflow:hidden;
  651. }
  652.  
  653. #ask {
  654. float:left;
  655. color:{color:text};
  656. }
  657.  
  658. #credit {
  659. font-size:9px;
  660. font-family:cambria;
  661. font-style:italic;
  662. letter-spacing:1px;
  663. -moz-transition-duration:0.5s;
  664. -webkit-transition-duration:0.5s;
  665. -o-transition-duration:0.5s;
  666. }
  667.  
  668. #credit a {
  669. background-color:#fff;
  670. padding:5px;
  671. border:1px solid #e9e9e9;
  672. position:fixed;
  673. right:15px;
  674. bottom:25px
  675. }
  676.  
  677. #credit a:hover {
  678. color:#fff;
  679. background-color:#191919;
  680. }
  681.  
  682. {CustomCSS}
  683.  
  684.  
  685. #post img{
  686.  
  687. opacity:0.8;
  688.  
  689. -webkit-transition: all 0.6s ease-in-out;
  690.  
  691. -moz-transition: all 0.6s ease-in-out;
  692.  
  693. -o-transition: all 0.6s ease-in-out;
  694.  
  695. -ms-transition: all 0.6s ease-in-out;
  696.  
  697. transition: all 0.6s ease-in-out;
  698.  
  699. }
  700.  
  701. #post img:hover{
  702.  
  703. opacity:1;
  704.  
  705. -webkit-transition: all 0.6s ease-in-out;
  706.  
  707. -moz-transition: all 0.6s ease-in-out;
  708.  
  709. -o-transition: all 0.6s ease-in-out;
  710.  
  711. -ms-transition: all 0.6s ease-in-out;
  712.  
  713. transition: all 0.6s ease-in-out;
  714.  
  715. }
  716.  
  717.  
  718. .popup_block {
  719. display:none;
  720. background:#d8d7cf;
  721. padding:20px;
  722. border:1px solid #eee; /* if you want a solid white pop-up, delete this */
  723. float:left;
  724. position:fixed;
  725. top:50%;left:50%;
  726. width: 300px;
  727. height: 400px;
  728. overflow-y:scroll;
  729. overflow-x:hidden;
  730. z-index: 99999;
  731. -webkit-box-shadow: 0px 0px 20px #000; /* delete for solid white */
  732. -moz-box-shadow: 0px 0px 20px #000; /* delete for solid white */
  733. box-shadow: 0px 0px 20px #000; /* delete for solid white */
  734. }
  735.  
  736. *html #fade {position: absolute;}
  737. *html .popup_block {position: absolute;}
  738. #fade {
  739. display:none;
  740. position:fixed;
  741. left:0px;
  742. top:0px;
  743. width:100%;
  744. height:100%;
  745. z-index:9999;
  746. background:#000; /* change to #fff for solid white */
  747. opacity:0.5; /* change to opacity:1; */
  748. }
  749.  
  750.  
  751. </style><!--------------- TYPING/MOVING TITLE ----------------------->
  752.  
  753. <script type="text/javascript">
  754. var rev = "fwd";
  755. function titlebar(val)
  756. {
  757. var msg = "here is the repeated image of the lover destroyed:";
  758. var res = " ";
  759. var speed = 100;
  760. var pos = val;
  761. msg = "here is the repeated image of the lover destroyed:";
  762. var le = msg.length;
  763. if(rev == "fwd"){
  764. if(pos < le){
  765. pos = pos+1;
  766. scroll = msg.substr(0,pos);
  767. document.title = scroll;
  768. timer = window.setTimeout("titlebar("+pos+")",speed);}
  769. else{
  770. rev = "bwd";
  771. timer = window.setTimeout("titlebar("+pos+")",speed);}}
  772. else{
  773. if(pos > 0){
  774. pos = pos-1;
  775. var ale = le-pos;
  776. scrol = msg.substr(ale,le);
  777. document.title = scrol;
  778. timer = window.setTimeout("titlebar("+pos+")",speed);}
  779. else{
  780. rev = "fwd";
  781. timer = window.setTimeout("titlebar("+pos+")",speed);
  782. }}}
  783. titlebar(0);
  784. </script></head><body>
  785. <div id="tab1">
  786. <div class="inside" style"border-radius: 13px;">
  787. <small><strong>“</strong>I woke up in the morning and I didn’t want anything, didn’t do anything, couldn’t do it anyway, just lay there listening to the blood rushthrough me and it never made any sense, anything. <strong>”</strong> <br><br> ―Richard Siken, <i>Crush</i><br /><a href="http://thedreamgazer.deviantart.com/art/Blue-Hair-433399931?q=sort%3Atime%20((blue%20hair)%20AND%20(by%3ATheDreamgazer))&amp;qo=0">art credit</a>.
  788. </small>
  789. </div>
  790. </div>
  791.  
  792. <div id="tab2">
  793. <div class="inside" style"border-radius: 13px;">
  794. <small>independent oc, written by <em>lou</em>.</small><br /><br/>inspired by greek mythology <em>&</em> the percy jackson series.<br /><br />est. july 2015. previously enogas, upprivet, vargbiten.
  795. </div>
  796. </div>
  797.  
  798. <div id="tab3">
  799. <div class="inside" style"border-radius: 13px;">
  800. <strong>READ RULES AND ABOUT BEFORE INTERACTING</strong>.<h2>#trubbels</h2>current hair color: blue with visible dark roots.<br /></p>
  801. </div>
  802. </div>
  803.  
  804. <!-- Song Player http://playlist.me --><script type="text/javascript" src="http://playlist.me/w/script.js" data-config="{'skin':'http://static.tumblr.com/zeaszfj/6I9n2rp0t/.css','volume':50,'autoplay':false,'shuffle':false,'repeat':1,'placement':'bottom','showplaylist':false,'playlist':[{'title':'the funeral','url':'https://www.youtube.com/watch?v=C0-T8VvUIQA'},{'title':'youth','url':'https://www.youtube.com/watch?v=VEpMj-tqixs'},{'title':'dancing in the moonlight','url':'https://www.youtube.com/watch?v=LSHygiOnwTA'},{'title':'a woman%27s work','url':'https://www.youtube.com/watch?v=Cv3UK7Dmh0A'},{'title':'roslyn','url':'https://www.youtube.com/watch?v=-LKbYhEwUoE'},{'title':'run','url':'https://www.youtube.com/watch?v=psiILfa-G1c'},{'title':'boats and birds','url':'https://www.youtube.com/watch?v=aRPyoPGO2vo'},{'title':'woman','url':'https://www.youtube.com/watch?v=kG4gs6O0YBs'},{'title':'stay high','url':'https://www.youtube.com/watch?v=tfM8e0i24sw'},{'title':'cheerleader','url':'https://www.youtube.com/watch?v=oWeYu2ksfoI'},{'title':'i can’t make you love me','url':'https://www.youtube.com/watch?v=Q3VjaCy5gck'}]}" ></script><noscript><a href="http://playlist.me/w/i.php">SCM music player</a></noscript><!-- playlist.me script end -->
  805.  
  806.  
  807. </div>
  808.  
  809. <div id="theme">
  810.  
  811. <div id="container">
  812.  
  813. <div id="sidebar">
  814.  
  815. <div id="sidebarimage">
  816. <a href="/"><img src="{image:sidebar}"></a></div>
  817.  
  818. <div class="sidebartitle">{text:sidebartitle}</div>
  819.  
  820. <div id="alinks">
  821. <a href="{text:link1 url}" title="refresh.">★</a></div>
  822.  
  823. <div id="blinks">
  824. <a href="#?w=400" rel="box1" class="poplight" a title="ask.">★.</a></div>
  825.  
  826. <div id="clinks">
  827. <a href="#?w=400" rel="box2" class="poplight"a title="rules.">★</a></div>
  828.  
  829. <div id="dlinks">
  830. <a href="#?w=400" rel="box3" class="poplight"a title="start.">★</a></div>
  831.  
  832. <div id="elinks">
  833. <a href="#?w=400" rel="box4" class="poplight"a title="navi.">★</a></div>
  834.  
  835. <div id="flinks">
  836. <a href="http://trubbels.tumblr.com/archive" title="archive.">★</a></div>
  837.  
  838.  
  839.  
  840.  
  841. </div>
  842.  
  843. <div id="entries">{block:Posts}<div id="post">
  844.  
  845. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  846.  
  847. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  848.  
  849. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  850.  
  851. {block:Quote}<big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  852.  
  853. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  854.  
  855. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}{hw}
  856.  
  857. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="65px" align="left">{/block:AlbumArt}<div class="audio">{AudioPlayerGrey}<br>{block:TrackName}&nbsp;&nbsp;&nbsp;&nbsp; {TrackName}{/block:TrackName}
  858. {block:Artist} &nbsp;—&nbsp; {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  859.  
  860. {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  861.  
  862. {block:Answer}<div id="ask"><img src="{AskerPortraitURL-24}" style="margin-left:7px;margin-right:13px;border:1px solid #e3e3e3;padding:2px;"></div> <em>{Asker}:</em><br> "{Question}"<br><br>{Answer}{/block:Answer}
  863.  
  864. {block:Date}<div id="info"> <a title="{TimeAgo}" href="{Permalink}">{Month} &nbsp;{DayOfMonth}</a>
  865. {/block:Date} {block:NoteCount}&nbsp; ( <font color=#729aaa>♥</font> <a href="{Permalink}">{NoteCount}</a> ) {/block:NoteCount}
  866.  
  867. {block:RebloggedFrom}&nbsp; <a title="{ReblogParentName}" href="{ReblogParentURL}">via</a> {/block:RebloggedFrom}{block:ContentSource} &nbsp; / &nbsp; <a title="{SourceTitle}" href="{SourceURL}">source</a>{/block:ContentSource} {/block:RebloggedFrom} &nbsp; <a href="{ReblogURL}"target="_blank" title="reblog this post"><big>+</big> </a>
  868. </div>
  869.  
  870.  
  871. {block:HasTags}
  872. <div class="tags">
  873. {block:Tags} <a href="{TagURL}"> {Tag}, &nbsp; </a> {/block:Tags}</div>
  874. {/block:HasTags}
  875. <div class="postnote">
  876. {block:PostNotes}{PostNotes}{/block:PostNotes}
  877. </div>
  878. </div>
  879. {/block:Posts}
  880.  
  881. <div id="pagination">
  882. <center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">←&nbsp;&nbsp;&nbsp; future</a>{/block:PreviousPage} &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {block:NextPage}<a href="{NextPage}">past&nbsp;&nbsp;&nbsp; →</a><br />{/block:NextPage}{/block:Pagination}</div></center></div>
  883.  
  884.  
  885. <div id="credit"><a href="http://hollywhood.tumblr.com">HW</a></div></div>
  886.  
  887.  
  888. </body>
  889. <div id="box1" class="popup_block">
  890. <h2>message.</h2><iframe frameborder="0" height="200" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/trubbels.tumblr.com" width="100%"></iframe>
  891. </div>
  892. </div>
  893.  
  894. <div id="box2" class="popup_block">
  895. <center><p><img src="https://40.media.tumblr.com/e97da4f6d608ef6c4bbf60b57cf62919/tumblr_inline_nsgsmqlgi61tzya5a_500.png" />&nbsp;<img src="https://40.media.tumblr.com/3d715ed0a8146991e7dd365bc5558f8b/tumblr_inline_nsgsmxjXbp1tzya5a_500.png" />&nbsp;<img src="https://40.media.tumblr.com/c55a4231fdf5f94e06a27a3c55fcbefd/tumblr_inline_nsgsn1HzaL1tzya5a_500.png" /></p></center>
  896. <p></p>
  897. <p><strong><big>INTRODUCTION</big></strong>:</p>
  898. <ul>
  899. <li>i&rsquo;m lou, i&rsquo;m sixteen and i live in sweden. my timezone is gmt +1</li>
  900. <li>english is not my first language, and i&rsquo;m still learning, so. don&rsquo;t judge me for my spelling? thanks!</li>
  901. <li>i&rsquo;ve had mio for a long time, and she&rsquo;s constantly developing. her story will change as more time passes. idk why i&rsquo;m putting this here but i feel like it&rsquo;s important to know?&nbsp;</li>
  902. <li>i&rsquo;m usually p nice and open minded <strong><em>(</em></strong> at least i try to be<strong><em> )</em></strong>&nbsp;but i do have aspergers, which means that sometimes my social skills might not be on point. i also have kind of a hard time understanding people&rsquo;s feelings, and certain jokes / sarcasm. if i offend you, it&rsquo;s never on purpose. don&rsquo;t be scared to let me know so i can apologize!</li>
  903. <li>I WILL BE SLOW WITH REPLIES !!! please do not think that this has anything to do with my interest in you / our thread. i'm slow with replies. that's just how it is.</li>
  904. <li>my askbox is open for plotting<strong><em> (</em></strong> even if i myself am not the best at it <strong><em>)</em></strong>.</li>
  905. <li>ALWAYS TAKE YOUR TIME WITH REPLIES. if you feel like i&rsquo;m rushing you, tell me!! i can assure you that it&rsquo;s not intentional, sometimes i just get excited.</li>
  906. <li>i don&rsquo;t know how active i&rsquo;ll be, and there&rsquo;s a big chance i&rsquo;ll have to leave for a while sometimes because i just get anxious, so. apologies!</li>
  907. </ul>
  908. <p><strong style="line-height: 19.6000003814697px;"><big>GENERAL / DISCLAIMER</big></strong><span style="line-height: 19.6000003814697px;">:</span></p>
  909. <ul>
  910. <li>please don&rsquo;t save the icons used on this blog. i made the border psd myself, and i do make some of them from scratch<strong><em> (</em></strong> aka i save screencaps from fansites of the fcs i use, and crop them etc <strong><em>)</em></strong>, but i do not make all of my icons that way. i don&rsquo;t claim them as my own, and all icons that i haven&rsquo;t made belong to their rightful owners<strong><em> (</em> </strong>found on insanejournal / hollow-art <em><strong>)</strong></em>. however, to avoid stealing the ones i have made, <em>please</em> don&rsquo;t save anything off my blog.</li>
  911. <li>mio as a character is my creation. don&rsquo;t steal&nbsp;<strong><em>anything</em></strong>. i did not make the psd i use for my icons. the person who made it has deleted their blog. sorry!
  912. <li>i am not my character, and i'm not her fcs. i use the fcs i use because they fit my image for mio. that's all.
  913. <li>i&rsquo;m gonna be really picky about who i follow. if i don&rsquo;t follow you back it&rsquo;s generally to&nbsp;keep my stress and anxiety levels as low as possible. sorry.</li>
  914. <li>i will only roleplay with mutuals. if i don&rsquo;t follow you, please don&rsquo;t like any of my starter calls / reply to my opens. the same goes for blogs that aren&rsquo;t roleplay ones, but i&rsquo;m guessing those guys won&rsquo;t read this. oh well!</li>
  915. <li>i am up for roleplaying with both canons and ocs. if i follow you, i most likely want to write with you.</li>
  916. <li>always feel free to turn memes into threads. but if you do, please place them in a new text post and don&rsquo;t reblog the ask itself.</li>
  917. </ul>
  918. <p><strong style="line-height: 19.6000003814697px;"><big>TRIGGERS / NSFW</big></strong><span style="line-height: 1.4;">:</span></p>
  919. <ul>
  920. <li>triggering subjects will occur, and i&rsquo;ll do my best to tag everything accordingly. if you feel like i&rsquo;ve missed something, please send me a message regarding it.</li>
  921. <li>i am up for roleplaying smut as i am of legal age <strong><em>(</em></strong> in sweden the legal age is 15&nbsp;<em><strong>)</strong></em>, but i will not smut with everyone.&nbsp;<span style="line-height: 19.6000003814697px;">it depends on the thread, the dynamic and how comfortable i am with the mun i&rsquo;m writing with. most of the time. i prefer to do it in private on skype.</span>&nbsp;i,&nbsp;<strong><em>of course,</em></strong> won&rsquo;t force anyone to smut with me. if you&nbsp;think the thread is going in that direction and/or you feel uncomfortable with our thead, please let me know! i won&rsquo;t be mad, i promise. i will tag all my nsfw threads with nsfw or nsfw text.</li>
  922. </ul>
  923. <p><strong style="line-height: 19.6000003814697px;"><big>SHIPPING</big></strong>:</p>
  924. <ul>
  925. <li>i love ships!! like honestly, i ship things so easily that most of the time i have to force myself not write to people in all caps about it. that being said, if i do not ship something and you do, feel free to mention it to me. just don&rsquo;t force it.&nbsp;</li>
  926. <li>i am up for all kinds of relationships! while i do love me some romantic ships, i am also totally up for friendships / enemy&hellip;ships, etc.</li>
  927. <li>it should be mentioned that mio can be very flirtatious if she finds your character attractive. if you feel uncomfortable with that, again, please let me know.</li>
  928. <li>i&rsquo;m a multi verse / multi ship blog. for each relationship mio has with another character, there&rsquo;s usually a separate verse. so unless stated otherwise, expect all interactions to be in separate verses.</li>
  929. </ul>
  930. <p>more to be added ?</p>
  931. </div>
  932. </div>
  933.  
  934. <div id="box3" class="popup_block">
  935. <center><p><p><img src="https://36.media.tumblr.com/d5c95dd168cc72e9efaf0dae4837bdac/tumblr_inline_ns7ptjEqLD1tzya5a_500.png" /></p>
  936. <p><center><small>you kiss him while he has his fingers wrapped around your heart. he&rsquo;s <em>squeezing</em> the life out of you, but he tastes like love. he tastes like the drug you&rsquo;re </small><strong>addicted</strong><small> to. like alcohol to an alcoholic, like food after going days without eating.</center> <br /><br /><center>he hurts you but so do <em>you</em>. the scars on your wrists, on your thighs, didn&rsquo;t appear out of <strong>n o w h e r e</strong>. that you&rsquo;re always <small><em>starving</em></small> is your own fault. the dark<strong> (</strong> circles<strong> )</strong> beneath your eyes are your own fault. somehow, the bruises he&rsquo;s left on your arms and on your back and on your sides are your own <strong>fault</strong>. he didn&rsquo;t <em>make</em> you love him. whether the decision to fall for a wolf with <strong>blood</strong> around his lips was a <strong>subconscious</strong> one or not, <em>you don&rsquo;t know</em>. but it doesn&rsquo;t matter. it was a <a href="http://.">choice</a>, and you made it. just like you made a choice when you <strong><strike>fucked</strike> </strong>your math teacher in the back of his blue volvo. it&rsquo;s your own fault that sometimes, when you close your eyes, you can <em>still</em> hear him panting into your ear.</center><br /><br /><center>and when you <strong>SCREAM</strong> and bang your hands against the walls of your apartment, it&rsquo;s for <em>nothing</em>. <strong>YOU</strong> locked the door and threw the key out. he&rsquo;s just the one who decided to swallow it.</center></small></p>
  937. <p></p>
  938. <h2>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<a href="#?w=400" rel="about" class="poplight">➧</a></h2>
  939. </div>
  940. </div>
  941.  
  942. <div id="box4" class="popup_block">
  943. <center><blockquote>
  944. <p><a href="http://trubbels.tumblr.com/rules"><strong>RULES, PLEASE READ.</strong></a></p>
  945. <p><strong><a href="http://trubbels.tumblr.com/verses">VERSES.</a></strong></p>
  946. </blockquote>
  947. <blockquote>
  948. <p><strong>tags.</strong></p>
  949. <p><a href="http://trubbels.tumblr.com/tagged/about.">about tag</a>, <a href="http://trubbels.tumblr.com/tagged/isms.">isms tag</a>, <a href="http://trubbels.tumblr.com/tagged/mindset.">mind tag</a>,</p>
  950. <p><a href="http://trubbels.tumblr.com/tagged/desires.">desires tag</a>, <a href="http://trubbels.tumblr.com/tagged/likes.">likes tag</a>, <a href="http://trubbels.tumblr.com/tagged/headcanon.">headcanons</a>,</p>
  951. <p><a href="http://trubbels.tumblr.com/tagged/radio.">music tag</a>, <a href="http://trubbels.tumblr.com/tagged/aesthetic.">aesthetics tag</a>, <a href="http://trubbels.tumblr.com/tagged/thread.">threads tag</a>.&nbsp;<span style="line-height: 1.4;">&nbsp;</span></p>
  952. <p><span style="line-height: 1.4;"><a href="http://trubbels.tumblr.com/body.">body tag</a>, <a href="http://trubbels.tumblr.com/tagged/wardrobe.">wardrobe tag</a>, <a href="http://trubbels.tumblr.com/tagged/insp.">inspiration tag</a>,</span></p>
  953. <p><span style="line-height: 1.4;"><a href="http://trubbels.tumblr.com/tagged/open.">open starters tag</a>, <a href="http://trubbels.tumblr.com/tagged/plots.">plots tag</a>, <a href="http://trubbels.tumblr.com/tagged/was-she-the-girl-that%27s-from-the-video%3F">face tag 1.<a href="http://trubbels.tumblr.com/tagged/youre-gonna-get-yourself-broke-one-day%3A-alt.">face tag 2</a><br /></span></p>
  954. </blockquote>
  955. <p><span style="line-height: 1.4;">under construction???</span></p>
  956. </div>
  957. </div>
  958.  
  959. <div id="about" class="popup_block">
  960. <center><h2>&ldquo;i couldn&rsquo;t get the boy to kill me, but i wore his jacket for the longest time.&rdquo;</h2>
  961. <p><br />&mdash;richard siken, <em>crush</em>.</p>
  962. <p><center><img src="https://41.media.tumblr.com/26d1c1ee9eb7cc9dcdd90eaba275e45e/tumblr_inline_nsqo5uEd1H1tzya5a_540.png" /><img src="https://36.media.tumblr.com/4763d3dd3f8213725309ffcbe8f288e4/tumblr_inline_nsf94olT9h1tzya5a_500.png" /><img src="https://41.media.tumblr.com/69242ad3d3c2b640ffb3c4f7581efedc/tumblr_inline_nt4yl9A1qh1tzya5a_540.png" /></figure></center></p>
  963. <p></p>
  964. <p></p>
  965. <blockquote>
  966. <h2><strong>about.</strong></h2>
  967. <small>trigger warning: mentions of abuse, self harm, relations between an adult teacher and a student, etc.</small></blockquote>
  968. <p><em>general.</em><br /><br /><small><strong>name</strong>: mio vega gard<br /><strong>species</strong>: half cyclops / half human.<br /><strong>gender</strong>: cis-female<em><strong> ( </strong></em>she / her <strong>)</strong>.<br /><strong>date of birth</strong>: september 19th, 1995.<br /><strong>nationality</strong>: american / swedish.<br /><strong>spoken languages</strong>: english, swedish, german, greek.<br /><strong>occupation</strong>: waitress at <em>wednesday&rsquo;s diner</em>, camgirl on the side.<br /><strong>religion</strong>: agnostic.<br /><strong>sexuality</strong>: pansexual.</small><br /><br /><em>visage.</em><br /><br /><small><strong>face claim</strong>: blake lively / cara delevingne.<br /><strong>voice claim</strong>: <a href="https://www.youtube.com/watch?v=CcnSTzmbiBI">lori petty as tank girl</a>. <a href="https://www.youtube.com/watch?v=xKnG2d9tZdU">halsey</a> when she's singing.<br /><strong>height</strong>: 5&rsquo;1. <br /><strong>weight</strong>: 88 lbs. <br /><strong>hair</strong>: after it having been dyed a few months ago, the color has begun to fade. it's now blue, with visible dark brown roots. it&rsquo;s thick, slightly curly </small><strong><em>(</em></strong><small> though she sometimes straightens it </small><strong><em>)</em></strong><small>, and goes down to her hips.<br /><strong>style</strong>: depending on the day and her mood, it&rsquo;s either just a mess, or a hot mess. she&rsquo;s good at picking out clothes to wear, but during the times when she&rsquo;s feeling her worst she tends to settle for sweatpants and hoodies. <br /><strong>distinguishing features</strong>: piercing in her left nostril, ear piercings going from her earlobe and up, nipple piercings. tattoos include one on her <a href="https://31.media.tumblr.com/b839e6a66102e087708e1a5e275f10f9/tumblr_inline_nifwe58QlL1t45an0.png">back</a>, one over the right side of her <a href="http://25.media.tumblr.com/tumblr_ljsvx7e8cJ1qivi96o1_500.jpg">frame</a>, one on her left <a href="https://s-media-cache-ak0.pinimg.com/236x/c7/7f/9d/c77f9d8255e30e0a7515730ba26d95dd.jpg">rib</a>, one on her <a href="http://40.media.tumblr.com/205dee50f4bd0be3ec509ff07b06fe4c/tumblr_najwgcdXxT1r1arpmo1_500.png">leg</a>. freckles, all over her body and face. one small scar on her forehead, above her left eyebrow from an &lsquo;accident&rsquo; involving her boyfriend/ex boyfriend depending on verse. more scars from self harm <strong><em>( </em></strong>cutting / scratching <strong><em>)</em></strong>, scattered over her body. when she isn&rsquo;t using magic to make herself seem human, there&rsquo;s a big eye instead of two. she&rsquo;s thin, and always covered in bruises.<br /><strong>eye colour</strong>: a mix between green and blue<em><strong> ( </strong></em>but mostly green<strong><em> )</em></strong>.<br /><strong>build</strong>: thin, petite. small shoulders, small chest, small waist. slightly wider hips and thighs from horseback riding.</small><br /><br /><em>background</em>.<br /><br /><small><strong>hometown</strong>: uppsala, sweden.<br /><strong>current residence</strong>: new york.<br /><strong>financial status</strong>: average.<br /><strong>education level</strong>: high school drop-out.<br /><strong>father</strong>: anders gard ( passed ).<br /><strong>mother</strong>: charlotte gard ( alive + hospitalized ).<br /><strong>siblings</strong>: <a href="http://oculused.tumblr.com/">mattias gard</a>.</small><br /><br /><em>psych</em>.<br /><br /><small><strong>moral alignment</strong>: neutral good.<br /><strong>disorders</strong>: depression, add, aspergers.<br /><strong>sin</strong>: sloth.<br /><strong>virtue</strong>: kindness.</small></p>
  969. <h2><strong>BIO.</strong></h2>
  970. <blockquote><small>she always loved fairytales. especially ones where the prince sweeped a princess of her feet. where a touch between two people felt like magic, and a kiss lasted years and years. unconditional love. that was the dream. your biggest desire. like a puppy, she wished for someone to love her and never leave.</small></blockquote>
  971. <blockquote><small><br /></small><small>she thought her wish came through after she had just turned fifteen, and the teacher looked at her for a minute too long, only to kiss her in his car after school and tell her she was beautiful. his hands felt warm against her cheeks. </small></blockquote>
  972. <blockquote><small>the day after their first kiss, the warmth of his hands could be felt on her thighs, before he flipped her around and fucked her without the love she&rsquo;d wanted so bad. he did it again. and again. and </small><strong>again</strong><small>. she was convinced he did it because he wanted her like she wanted him, so she let him. again and again, she let him.</small></blockquote>
  973. <blockquote><small><br /></small><small>but then he stopped. because he was married, because it was wrong. because she didn&rsquo;t seem to enjoy it. she&rsquo;d never been good at expressing her feelings. all she could do was have her breath get caught in her throat and her eyes fill with tears as he pushed her away and out of the car where they&rsquo;d shared their first kiss.</small></blockquote>
  974. <blockquote><small><br /></small><small>she didn&rsquo;t like herself before that, and she liked herself even less afterwards. she convinced someone <em><strong>( </strong></em>doesn&rsquo;t know who, it&rsquo;s all a blur now<em><strong> )</strong></em> to buy her alcohol. enough to make her drunk for days. that didn&rsquo;t happen. instead, the booze poisoned her blood. she collapsed. was sent to a hospital, and in the middle of it all, she met her<em> one true love</em>.</small></blockquote>
  975. <blockquote><small><br /></small><small>it was beauty and the beast. there was magic, there was <strong>love</strong>. especially at first. he was only a monster in the moonlight, at first.</small></blockquote>
  976. <blockquote><small> but then something happened. maybe she said the wrong thing. maybe he had a bad day. maybe it was both of those things, and maybe it was neither. but somehow, his fist ended up against her skin. hard. over and over, until she was nothing but a bloody mess on the floor of their shared apartment. it was a good thing she&rsquo;d dropped out of school. people would&rsquo;ve asked questions if they saw her bruises.</small></blockquote>
  977. <blockquote><small><br /></small><small>time passed slowly. three years felt like a hundred, but the last hours she spent with him felt like seconds. once second he was there, and the next he was on the floor. she wasn&rsquo;t the only one bleeding this time. but she wishes that had been the case. he&rsquo;d been her life for three years, and now he was dead. </small></blockquote>
  978. </div>
  979. </div>
  980.  
  981.  
  982. </div></div></div></div></div></div></div></div></div></div>
  983. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement