GaugaStrikes

PHOENIX CODE

Jul 7th, 2016
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 35.02 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. <head>
  5. <script type="text/javascript"
  6. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  7. <script>
  8. $(document).ready(function() {
  9. //
  10. $('a.poplight[href^=#]').click(function() {
  11. var popID = $(this).attr('rel'); //Get Popup Name
  12. var popURL = $(this).attr('href'); //Get Popup href to define size
  13. var query= popURL.split('?');
  14. var dim= query[1].split('&');
  15. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  16. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  17. var popMargTop = ($('#' + popID).height() + 80) / 2;
  18. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  19. //Apply Margin to Popup
  20. $('#' + popID).css({
  21. 'margin-top' : -popMargTop,
  22. 'margin-left' : -popMargLeft
  23. });
  24. $('body').append('<div id="fade"></div>');
  25. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  26. return false;
  27. });
  28. $('a.close, #fade').live('click', function() {
  29. $('#fade , .popup_block').fadeOut(function() {
  30. $('#fade, a.close').remove(); //fade them both out
  31. });
  32. return false;
  33. });
  34. });
  35. </script>
  36. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  37. <link href='http://fonts.googleapis.com/css?family=Satisfy' rel='stylesheet' type='text/css'>
  38. <link href='http://fonts.googleapis.com/css?family=Lateef' rel='stylesheet' type='text/css'>
  39. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  40. <link href='http://fonts.googleapis.com/css?family=Shadows+Into+Light' rel='stylesheet' type='text/css'>
  41. <link href='http://fonts.googleapis.com/css?family=Dancing+Script' rel='stylesheet' type='text/css'>
  42. <link href='https://fonts.googleapis.com/css?family=IM+Fell+Double+Pica:400italic' rel='stylesheet' type='text/css'>
  43. <script>
  44.  
  45. (function($){
  46.  
  47. $(document).ready(function(){
  48.  
  49. $("a[title]").style_my_tooltips({
  50.  
  51. tip_follows_cursor:true,
  52.  
  53. tip_delay_time:90,
  54.  
  55. tip_fade_speed:600,
  56.  
  57. attribute:"title"
  58.  
  59. });
  60.  
  61. });
  62.  
  63. })(jQuery);
  64.  
  65. </script>
  66. <!--basic tooltip from tutorial-baby! Enjoy-->
  67. <style>
  68. .tooltip{
  69. display: inline;
  70. position: relative;
  71. }
  72. #s-m-t-tooltip {
  73. max-width:300px; /*how big the tooltip can be at most*/
  74. border-radius: 0px; /*change your border radius*/
  75. padding:3px 4px 5px 4px; /*padding inside tooltip*/
  76. margin:20px 7px -2px 20px; /*distance from word*/
  77. background-color:#1433b9; /*background color*/
  78. border-left:4px solid #fff;
  79. border-right: 4px solid #fff;/*border info*/
  80. font-family:times; /*tooltip font*/
  81. font-size:9px; /*tooltip font size*/
  82. letter-spacing:2px; /*tooltip letter spacing*/
  83. text-transform:normal; /*makes the tooltip title uppercase*/
  84. color:#fff; /*tooltip font color*/
  85. z-index:999999999999999999999999999999999999;
  86. }
  87. /*----------------------------------------
  88. Update Tab #1 (CSS Left) by Incedo
  89. http://incedothemes.tumblr.com
  90. Please do not remove the credit.
  91. Instructions @ http://incedothenes.tumblr.com/tab
  92. Updated 8/7/14
  93. ------------------------------------------*/
  94.  
  95. #updatetab {
  96. font-family: times; /*this is the font*/
  97. color: #A0A0A0;} /*this is the font color*/
  98. #tabtitle, #dropdown, #dropdown p {
  99. background-color:#transparent; /*this is the background color*/
  100. border-color: #db7d73;} /*this is the border color*/
  101.  
  102. #updatetab {
  103. width:155px;
  104. position:fixed;
  105. top:14px;
  106. left:14px;}
  107.  
  108. #tabtitle {
  109. text-align:center;
  110. padding:1px 3px;
  111. letter-spacing:2px;
  112. font-size:11px;
  113. text-transform:normal;
  114. border-width:0px;
  115. border-style:solid;
  116. border-radius: 2px;
  117. -moz-border-radius: 2px;
  118. -webkit-border-radius: 2px;}
  119.  
  120. #dropdown {
  121. border-style:transparent;
  122. border-width:0px 1px 1px 1px;
  123. padding:2px 5px 0px 5px;
  124. border-bottom-right-radius: 2px;
  125. -moz-border-bottom-right-radius: 2px;
  126. -webkit-border-bottom-right-radius: 2px;
  127. border-bottom-left-radius: 2px;
  128. -moz-border-bottom-left-radius: 2px;
  129. -webkit-border-bottom-left-radius: 2px;
  130. opacity:0;
  131. -webkit-transition: all 0.5s ease-in-out;
  132. -moz-transition: all 0.5s ease-in-out;
  133. -o-transition: all 0.5s ease-in-out;
  134. -ms-transition: all 0.5s ease-in-out;
  135. transition: all 0.5s ease-in-out;}
  136.  
  137. #updatetab:hover #dropdown {
  138. opacity:1;
  139. -webkit-transition: all 0.5s ease-in-out;
  140. -moz-transition: all 0.5s ease-in-out;
  141. -o-transition: all 0.5s ease-in-out;
  142. -ms-transition: all 0.5s ease-in-out;
  143. transition: all 0.5s ease-in-out;}
  144.  
  145. #dropdown p {
  146. padding-top:3px;
  147. padding-bottom:3px;
  148. border-width:0px 0px 1px 0px;
  149. border-style:solid;
  150. font-size:10px;}
  151.  
  152. #dropdown p:last-of-type {
  153. border-bottom:0px solid transparent;}
  154.  
  155. #updatetab p, #updatetab ul, #updatetab li, #updatetab ol {
  156. margin: 0px 0px 0px 0px;}
  157.  
  158. #c {
  159. position:fixed;
  160. bottom:4px;
  161. right:4px;
  162. font-size:13px;
  163. font-family:helvetica;}
  164. </style>
  165.  
  166. <title>♛. OBJECTION!</title>
  167. <link rel="shortcut icon" href="http://i.imgur.com/8gfwG1l.png">
  168. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  169. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  170.  
  171. <!---- this is theme 32 by Hollywhood
  172. please don't remove the credit
  173. thank you
  174. --->
  175.  
  176. <meta name="color:Background" content="#ffffff"/>
  177. <meta name="color:Text" content="#9B9B9B"/>
  178. <meta name="color:Link" content="#b8b8b8"/>
  179. <meta name="color:border" content="#F2F2F2"/>
  180. <meta name="color:scrollbar" content="#D6D5D5">
  181. <meta name="color:bg" content="#FFFFFF">
  182. <meta name="color:Link Hover" content="#0f2462"/>
  183.  
  184. <meta name="image:sidebar" content=""/>
  185. <meta name="text:sidebartitle" content="">
  186. <meta name="text:homelink title" content="">
  187.  
  188. <meta name="text:link2" content="" />
  189. <meta name="text:link2 url" content="/">
  190. <meta name="text:link3" content="" />
  191. <meta name="text:link3 url" content="/">
  192. <meta name="text:link4" content="" />
  193. <meta name="text:link4 url" content="/">
  194. <meta name="text:link5" content="" />
  195. <meta name="text:link5 url" content="/">
  196.  
  197. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  198.  
  199. <style>
  200. div#qTip {
  201. padding: 3px;
  202. display: none;
  203. text-align: center;
  204. position: absolute;
  205. font-style:normal;
  206. margin-top:3px;
  207. margin-left:15px;
  208. font-size:8px;
  209. line-height:9px;
  210. font-family:cambria;
  211. z-index: 1000;
  212. background-color:#fff;
  213. border: 1px dotted #ffb8c5;
  214. color: #000;
  215. text-transform:normal;
  216. letter-spacing: 1px;
  217. }
  218.  
  219. </style>
  220.  
  221.  
  222.  
  223. <style type="text/css">
  224.  
  225. #textposts img {
  226. max-width:250px;
  227. }
  228.  
  229.  
  230. ::selection {
  231. background: transparent;
  232. color:#0b1b91;
  233. }
  234.  
  235. ::-moz-selection {
  236. background: transparent;
  237. color:#0b1b91;
  238. }
  239. .popup_block{
  240. display:none;
  241. background-image:url('http://oi68.tinypic.com/24c5tgj.jpg');
  242. background-repeat:no-repeat;
  243. background-position:fixed;
  244. width:520px;
  245. height:335px;
  246. padding:20px;
  247. overflow-x:scroll;
  248. scroll:left;
  249. overflow-x:hidden;
  250. border:0px dotted #fda2a2; /* if you want a solid white pop-up, delete this */
  251. float:left;
  252. position:fixed;
  253. top:50%;left:50%;
  254. z-index: 99999;
  255. -webkit-box-shadow: 0px 0px 20px #000; /* delete for solid white */
  256. -moz-box-shadow: 0px 0px 20px #000; /* delete for solid white */
  257. box-shadow: 0px 0px 20px #000; /* delete for solid white */
  258. }
  259. #infos {
  260. text-align:left;
  261. font-size:15px;
  262. font-family:times;
  263. padding:11px;
  264. color:#ff0000;
  265. }
  266. #infos a {
  267. margin:5px;
  268. margin-left:50px;
  269. line-height:20px;
  270. background:#transparent;
  271. width:160px;
  272. height:20px;
  273. display:inline-block;
  274. overflow:hidden;
  275. text-align:center;
  276. padding:6px;
  277. -o-transition: all 0.4s ease-out;
  278. -webkit-transition: all 0.4s ease-out;
  279. transition: all 0.4s ease-out;
  280. border-top-left-radius:0px;
  281. border-top-right-radius:100px;
  282. border-bottom-left-radius:100px;
  283. border-bottom-right-radius:100px;
  284.  
  285. }
  286.  
  287. #infos a:hover {
  288. color:#fff;
  289. background:transparent;
  290. border-radius:0px;
  291. }
  292.  
  293. #wrap {
  294. float:fixed;
  295. width:600px;
  296. position:fixed;
  297. background:transparent;
  298. opacity:.5;
  299. line-height:10px;
  300. margin-top:120px;
  301.  
  302. }
  303.  
  304.  
  305. *html #fade {position: absolute;}
  306. *html .popup_block {position: absolute;}
  307. #fade {
  308. display:none;
  309. position:fixed;
  310. left:0px;
  311. top:0px;
  312. width:100%;
  313. height:100%;
  314. z-index:9999;
  315. background:#000; /* change to #fff for solid white */
  316. opacity:0.5; /* change to opacity:1; */
  317. }
  318.  
  319.  
  320. ::-webkit-scrollbar-thumb{
  321. background-color: #e8f0fd;
  322. border: 0px solid {color:background};
  323. height:90px;
  324. }
  325.  
  326. ::-webkit-scrollbar {
  327. height:auto;
  328. width:4px;
  329. background-color: transparent;
  330. border: 0px solid {color:background};
  331. }
  332.  
  333. *, body, a, a:hover {cursor: url(http://media.tumblr.com/649c000edb2f0b30a6b3f462d580ffbc/tumblr_inline_mmsrqqFXgB1qz4rgp.png), auto;}
  334.  
  335. iframe#tumblr_controls {
  336. white-space:nowrap;
  337. -webkit-filter: invert(100%);
  338. -moz-filter: invert(100%);
  339. -o-filter: invert(100%);
  340. -ms-filter: invert(100%);
  341. filter: invert(100%);
  342. opacity:.2;transition: .8s ease-in-out;
  343. -webkit-transition: .8s ease-in-out;
  344. -moz-transition: .8s ease-in-out;
  345. -o-transition: .8s ease-in-out;
  346. }
  347.  
  348. h1 {
  349. font-weight:normal;
  350. font-size:13px;
  351. text-align:center;
  352. font-style:normal;
  353. line-height:100%;
  354. letter-spacing:1px;
  355. text-transform:normal;
  356. color:{color:text};
  357. }
  358.  
  359. h2 {
  360. font-size:10px;
  361. text-align:center;
  362. line-height:100%;
  363. letter-spacing:-0.5px;
  364. color:{color:text};
  365. font-weight:bold;
  366. text-transform:normal;
  367. padding:5px;
  368. padding-bottom:2px;
  369. }
  370.  
  371.  
  372. blockquote {
  373. border-left:2px solid {color:text};
  374. padding-left:5px;
  375. margin:5px;
  376. }
  377.  
  378.  
  379. body {
  380. background:{color:background};
  381. margin:0px;
  382. color:{color:text};
  383. font-family:times;
  384. font-size:12px;
  385. line-height:120%;
  386. background-image:url("http://i.imgur.com/VMMhKKN.png") ;
  387. background-position: justify;
  388. background-repeat:no-repeat;
  389. background-attachment:fixed;
  390. background-position:center fixed;
  391. overflow: hidden;
  392. }
  393.  
  394. a {
  395. text-decoration:none;
  396. outline:none;
  397. -moz-outline-style:none;
  398. color:{color:link};
  399. -moz-transition-duration:0.5s;
  400. -webkit-transition-duration:0.5s;
  401. -o-transition-duration:0.5s;
  402. }
  403.  
  404. a:hover {
  405. text-decoration:none;
  406. outline:none;
  407. -moz-outline-style:none;
  408. color:{color:link hover};
  409. }
  410. b, strong {
  411. font-family: 'Lateef', serif;
  412. color: #1119bf;
  413. font-size:15px;
  414. text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 0.5px 0.5px 0 #fff, -0.5px -0.5px 0 #fff, 0.5px -0.5px 0 #fff, -0.5px 0.5px 0 #fff;
  415.  
  416.  
  417. }
  418. i, italics {
  419. font-family: 'IM Fell Double Pica', serif;
  420. color: #0f0fcf;
  421. font-size:15px;
  422. text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 0.5px 0.5px 0 #fff, -0.5px -0.5px 0 #fff, 0.5px -0.5px 0 #fff, -0.5px 0.5px 0 #fff;
  423.  
  424.  
  425. }
  426.  
  427. img {
  428. border:none;
  429. }
  430.  
  431. blockquote {
  432. padding-left:5px;
  433. border-left:2px solid;
  434. }
  435.  
  436. blockquote blockquote {
  437. padding-left:5px;
  438. border-left:2px solid;
  439. }
  440.  
  441. #post {
  442. width:480px;
  443. padding-bottom:30px;
  444. margin-top:20px;
  445. }
  446.  
  447. #posts img {
  448. height:auto;
  449. max-width:100%;
  450. }
  451.  
  452. #photo img {
  453. width:100%;
  454. -webkit-border-radius:5px;
  455. -moz-border-radius:5px;
  456. border-radius:5px;
  457. }
  458.  
  459.  
  460. #entries {
  461. -webkit-mask-image: -webkit-gradient(linear, left 85%, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
  462. position:relative;
  463. height:300px;
  464. overflow-y:scroll;
  465. overflow-x:hidden;
  466. width:490px;
  467. text-align:justify;
  468. padding:5px;
  469. border:0px #efefef;
  470. border-style:dotted;
  471. background:transparent;
  472. top:125px;
  473. z-index:999;
  474. margin-left:110px;
  475. }
  476.  
  477. #sidebar {
  478. color:{color:text};
  479. position:fixed;
  480. width:91px;
  481. height:0%;
  482. margin-top:233px;
  483. margin-left:150px;
  484. text-align:left;
  485. border-right: 1px solid #e3e3e3;
  486. padding-right:120px;
  487. }
  488.  
  489. #sidebar img {
  490. position:fixed;
  491. width:60px;
  492. margin-top:220px;
  493. margin-bottom:5px;
  494.  
  495. }
  496.  
  497. #alinks {
  498. position:fixed;
  499. font-family:times;
  500. width:1200px;
  501. margin-top:-116px;
  502. margin-left:655px;
  503. font-size:60px;
  504. text-transform:normal;
  505. text-align:left;
  506. line-height:170%;
  507.  
  508. }
  509.  
  510. #alinks a{
  511. line-height:170%;
  512. padding:1px;
  513. text-shadow:2px 2px 0px transparent;
  514. margin-top:1px;
  515. margin-left:2px;
  516. letter-spacing:1px;
  517. color:#1119bf;
  518. -moz-transition-duration:.7s;
  519. -webkit-transition-duration:.7s;
  520. -o-transition-duration:.7s;
  521. text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 0.5px 0.5px 0 #fff, -0.5px -0.5px 0 #fff, 0.5px -0.5px 0 #fff, -0.5px 0.5px 0 #fff;
  522.  
  523. }
  524.  
  525. #alinks a:hover {
  526. color: #e6e6e6;
  527. -moz-transition-duration:.4s;
  528. -webkit-transition-duration:.4s;
  529. -o-transition-duration:.4s;
  530. }
  531.  
  532. #blinks {
  533. position:fixed;
  534. font-family:times;
  535. width:1200px;
  536. margin-top:-45px;
  537. margin-left:718px;
  538. font-size:60px;
  539. text-transform:normal;
  540. text-align:left;
  541. line-height:170%;
  542. }
  543.  
  544. #blinks a{
  545. line-height:170%;
  546. padding:1px;
  547. text-shadow:2px 2px 0px transparent;
  548. margin-top:1px;
  549. margin-left:2px;
  550. letter-spacing:1px;
  551. color:#1119bf;
  552. -moz-transition-duration:.7s;
  553. -webkit-transition-duration:.7s;
  554. -o-transition-duration:.7s;
  555. text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 0.5px 0.5px 0 #fff, -0.5px -0.5px 0 #fff, 0.5px -0.5px 0 #fff, -0.5px 0.5px 0 #fff;
  556.  
  557. }
  558.  
  559. #blinks a:hover {
  560. color: #e6e6e6;
  561. -moz-transition-duration:.4s;
  562. -webkit-transition-duration:.4s;
  563. -o-transition-duration:.4s;
  564.  
  565. }
  566. #clinks {
  567. position:fixed;
  568. font-family:times;
  569. width:1200px;
  570. margin-top:45px;
  571. margin-left:732px;
  572. font-size:60px;
  573. text-transform:normal;
  574. text-align:left;
  575. line-height:170%;
  576. }
  577.  
  578.  
  579. #clinks a{
  580. line-height:170%;
  581. padding:1px;
  582. text-shadow:2px 2px 0px transparent;
  583. margin-top:1px;
  584. margin-left:2px;
  585. letter-spacing:1px;
  586. color:#1119bf;
  587. -moz-transition-duration:.7s;
  588. -webkit-transition-duration:.7s;
  589. -o-transition-duration:.7s;
  590. text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 0.5px 0.5px 0 #fff, -0.5px -0.5px 0 #fff, 0.5px -0.5px 0 #fff, -0.5px 0.5px 0 #fff;
  591.  
  592. }
  593.  
  594. #clinks a:hover {
  595. color: #e6e6e6;
  596. -moz-transition-duration:.4s;
  597. -webkit-transition-duration:.4s;
  598. -o-transition-duration:.4s;
  599.  
  600. }
  601. #dlinks {
  602. position:fixed;
  603. font-family:times;
  604. width:1200px;
  605. margin-top:-55px;
  606. margin-left:605px;
  607. font-size:60px;
  608. text-transform:normal;
  609. text-align:left;
  610. line-height:170%;
  611. }
  612.  
  613.  
  614. #dlinks a{
  615. line-height:170%;
  616. padding:1px;
  617. text-shadow:2px 2px 0px transparent;
  618. margin-top:1px;
  619. margin-left:2px;
  620. letter-spacing:1px;
  621. color:#1119bf;
  622. -moz-transition-duration:.7s;
  623. -webkit-transition-duration:.7s;
  624. -o-transition-duration:.7s;
  625. text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 0.5px 0.5px 0 #fff, -0.5px -0.5px 0 #fff, 0.5px -0.5px 0 #fff, -0.5px 0.5px 0 #fff;
  626.  
  627. }
  628.  
  629. #dlinks a:hover {
  630. color: #e6e6e6;
  631. -moz-transition-duration:.4s;
  632. -webkit-transition-duration:.4s;
  633. -o-transition-duration:.4s;
  634. }
  635. #elinks {
  636. position:fixed;
  637. font-family:times;
  638. width:1200px;
  639. margin-top:139px;
  640. margin-left:740px;
  641. font-size:60px;
  642. text-transform:normal;
  643. text-align:left;
  644. line-height:170%;
  645. }
  646.  
  647.  
  648. #elinks a{
  649. line-height:170%;
  650. padding:1px;
  651. text-shadow:2px 2px 0px transparent;
  652. margin-top:1px;
  653. margin-left:2px;
  654. letter-spacing:1px;
  655. color:#1119bf;
  656. -moz-transition-duration:.7s;
  657. -webkit-transition-duration:.7s;
  658. -o-transition-duration:.7s;
  659. text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 0.5px 0.5px 0 #fff, -0.5px -0.5px 0 #fff, 0.5px -0.5px 0 #fff, -0.5px 0.5px 0 #fff;
  660.  
  661. }
  662.  
  663. #elinks a:hover {
  664. color: #e6e6e6;
  665. -moz-transition-duration:.4s;
  666. -webkit-transition-duration:.4s;
  667. -o-transition-duration:.4s;
  668.  
  669. }
  670.  
  671. #glinks {
  672. position:fixed;
  673. font-family:times;
  674. width:1200px;
  675. margin-top:228px;
  676. margin-left:743px;
  677. font-size:60px;
  678. text-transform:normal;
  679. text-align:left;
  680. line-height:170%;
  681. }
  682.  
  683. #glinks a{
  684. line-height:170%;
  685. padding:1px;
  686. text-shadow:2px 2px 0px transparent;
  687. margin-top:1px;
  688. margin-left:2px;
  689. letter-spacing:1px;
  690. color:#1119bf;
  691. -moz-transition-duration:.7s;
  692. -webkit-transition-duration:.7s;
  693. -o-transition-duration:.7s;
  694. text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 0.5px 0.5px 0 #fff, -0.5px -0.5px 0 #fff, 0.5px -0.5px 0 #fff, -0.5px 0.5px 0 #fff;
  695.  
  696. }
  697.  
  698. #glinks a:hover {
  699. color: #e6e6e6;
  700. -moz-transition-duration:.4s;
  701. -webkit-transition-duration:.4s;
  702. -o-transition-duration:.4s;
  703.  
  704. }
  705.  
  706. #hlinks {
  707. position:fixed;
  708. font-family:times;
  709. width:1200px;
  710. margin-top:-80px;
  711. margin-left:419px;
  712. font-size:30px;
  713. text-transform:normal;
  714. text-align:left;
  715. line-height:170%;
  716. }
  717.  
  718. #hlinks a{
  719. line-height:170%;
  720. padding:1px;
  721. text-shadow:2px 2px 0px transparent;
  722. margin-top:1px;
  723. margin-left:2px;
  724. letter-spacing:1px;
  725. color:#4c44ef;
  726. -moz-transition-duration:.7s;
  727. -webkit-transition-duration:.7s;
  728. -o-transition-duration:.7s;
  729. text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 0.5px 0.5px 0 #fff, -0.5px -0.5px 0 #fff, 0.5px -0.5px 0 #fff, -0.5px 0.5px 0 #fff;
  730.  
  731. }
  732.  
  733. #hlinks a:hover {
  734. color: #e6e6e6;
  735. -moz-transition-duration:.4s;
  736. -webkit-transition-duration:.4s;
  737. -o-transition-duration:.4s;
  738.  
  739. }
  740. #description {
  741. width:0px;
  742. height:120px;
  743. font-family:times;
  744. background-color:transparent;
  745. border:0px dotted #ffb8c5;
  746. padding:3px;
  747. margin-top:30px;
  748. margin-left:763px;
  749. text-align:center;
  750. font-size:0px;
  751. color: #000;
  752. letter-spacing:1px;
  753. line-height:115%;
  754. }
  755.  
  756. #description a {
  757. color:#f6c1b3;
  758. }
  759.  
  760. #description a:hover {
  761. color:#f6c5b7;
  762. }
  763.  
  764. .sidebartitle {
  765. width:100px;
  766. text-align:center;
  767. position:fixed;
  768. font-style:italic;
  769. font-family:French Script MT;
  770. line-height:120%;
  771. margin-left:69px;
  772. font-size:20px;
  773. margin-top:217px;
  774. color:#999;
  775. }
  776.  
  777. #pagination {
  778. font-size:50px;
  779. width:200px;
  780. text-transform:normal;
  781. margin-top:70px;
  782. margin-left:750px;
  783. letter-spacing:3px;
  784. font-style:normal;
  785. text-align:normal;
  786. }
  787.  
  788. #pagination a {
  789. color:#121fc6;
  790. }
  791.  
  792.  
  793. #info {
  794. margin-left:auto;
  795. margin-right:auto;
  796. font-family:courier;
  797. width:420px;
  798. height:20px;
  799. margin-top:5px;
  800. padding:0px;
  801. font-size:15px;
  802. color:{color:text};
  803. text-transform:normal;
  804. font-style:normal;
  805. text-align:left;
  806. -moz-transition-duration:0.5s;
  807. -webkit-transition-duration:0.5s;
  808. -o-transition-duration:0.5s;
  809. border:1px solid white;
  810. background-color:#CCCCCC;
  811. background-image:url("http://i.imgur.com/w3Dck1z.png");
  812. border-radius:100px;
  813. }
  814.  
  815. #info a {
  816. color:{color:link};
  817. text-align:left;
  818. font-style:normal;
  819. }
  820.  
  821. #info a:hover {
  822. color:{color:link hover};
  823. }
  824.  
  825. .tags {
  826. font-family:cambria;
  827. font-style:normal;
  828. width:415px;
  829. text-transform:normal;
  830. font-style:bold;
  831. color:#000000;
  832. line-height:120%;
  833. font-size:12px;
  834. opacity:0;
  835. text-align:center;
  836. padding-top:3px;
  837. -moz-transition-duration:.5s;
  838. -webkit-transition-duration:.5s;
  839. -o-transition-duration:.5s;
  840.  
  841. }
  842.  
  843. .tags a:hover {
  844. color:#040439;
  845. }
  846.  
  847. #post:hover .tags {
  848. opacity:1;
  849. -moz-transition-duration:.5s;
  850. -webkit-transition-duration:.5s;
  851. -o-transition-duration:.5s;
  852.  
  853. }
  854. .cover {
  855. position: relative;z-index: 1; width: 90px; float:left;}
  856.  
  857. .button {
  858. width:20px;
  859. height:30px;
  860. overflow: hidden;
  861. position: relative;
  862. z-index: 99;
  863. margin: 15px 24px 13px 16px;
  864. }
  865.  
  866. .musicbox {
  867. background-color: #fff;
  868. position: absolute;
  869. z-index: 99;
  870. margin-top: 15px;
  871. margin-left: 15px;
  872. opacity: 0.3;
  873. -webkit-transition: opacity 0.2s linear;
  874. -webkit-transition: all 0.2s linear;
  875. -moz-transition: all 0.2s linear;
  876. -o-transition: all 0.2s linear;
  877. }
  878. .musicbox:hover {opacity:0.9;}
  879. .musicinfo {
  880. padding:20px; font-size:12px;margin-left: 100px;text-align:center;background:#f7f7f7;margin-top:5px;}
  881.  
  882. #ask {
  883. float:left;
  884. margin-left:10px;}
  885.  
  886.  
  887. #credit {
  888. font-size:9px;
  889. font-family:cambria;
  890. font-style:italic;
  891. letter-spacing:1px;
  892. -moz-transition-duration:0.5s;
  893. -webkit-transition-duration:0.5s;
  894. -o-transition-duration:0.5s;
  895. }
  896.  
  897. #credit a {
  898. background-color:#fff;
  899. padding:5px;
  900. border:1px solid #e9e9e9;
  901. position:fixed;
  902. right:15px;
  903. bottom:10px
  904. }
  905.  
  906. #credit a:hover {
  907. color:#fff;
  908. background-color:#e50000;
  909. }
  910.  
  911.  
  912. {CustomCSS}</style>
  913. <div style="margin-left:493px; margin-top:239px; position: absolute;z-index:9999;"><img src="http://i.imgur.com/W58WwvX.png"></div>
  914.  
  915. </head>
  916.  
  917. <body>
  918.  
  919. <BODY onselectstart="return true;" ondragstart="return false;">
  920. <script type="text/javascript">
  921. <!--
  922. function clickIE() {if (document.all) {(message);return false;}}
  923. function clickNS(e) {if
  924. (document.layers||(document.getElementById&&!document.all)) {
  925. if (e.which==2||e.which==3) {(message);return false;}}}
  926. if (document.layers)
  927. {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
  928. else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
  929. document.oncontextmenu=new Function("return false")
  930. // -->
  931. </script>
  932. <!----------------------------------------
  933. Update Tab #1 (HTML) by Incedo
  934. http://incedothemes.tumblr.com
  935. Please do not remove the credit.
  936. Instructions @ http://incedothenes.tumblr.com/tab
  937. Updated 9/21/13
  938. ------------------------------------------>
  939.  
  940. <div id="updatetab">
  941.  
  942. <div id="tabtitle">
  943. <!---this is where you put title of your updates tab--->
  944. <b></b>
  945. </div>
  946.  
  947. </div>
  948.  
  949. <div id="sidebar">
  950.  
  951. <div id="sidebarimage">
  952. <a href="/"><img src="{image:sidebar}"> </a></div>
  953.  
  954. <div class="sidebartitle"><a title="{text:homelink title}" href="/">{text:sidebartitle}</a></div>
  955.  
  956. <div id="alinks">
  957. <a href="/" title="RETURN.">•</a> </div>
  958.  
  959. <div id="blinks">
  960. <a href="#?w=510" rel="box4" class="poplight" title="INQUIRE.">•</a> </div>
  961.  
  962. <div id="clinks">
  963. <a href="#?w=510" rel="box1" class="poplight" title="LAWS.">•</a>
  964. </div>
  965.  
  966.  
  967.  
  968.  
  969.  
  970. <div id="elinks">
  971. <a href="#?w=510" rel="box2" class="poplight" title="COURT RECORD.">•</a>
  972. </div>
  973.  
  974. <div id="glinks">
  975. <a href="/submit" title="SUBMIT.">•</a>
  976. </div>
  977.  
  978. <div id="hlinks">
  979. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}{/block:Pagination}
  980. {/block:Pagination}
  981. {block:Pagination}{block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination}{/block:Pagination}
  982.  
  983. </div>
  984.  
  985.  
  986.  
  987. </div>
  988. <div id="description">
  989. {Description}
  990.  
  991. </div></div>
  992.  
  993.  
  994. <div id="entries">{block:Posts}<div id="post">
  995.  
  996. <div id=“textposts”>{block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}</div>
  997.  
  998. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  999.  
  1000. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  1001.  
  1002. {block:Quote}<big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  1003.  
  1004. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  1005.  
  1006. {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}
  1007.  
  1008. {block:Audio}<div class="musicbox"><div class="button">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div></div>{block:AlbumArt}<img src="{AlbumArtURL}" class="cover">{/block:AlbumArt}<div class="musicinfo">
  1009. {block:TrackName}<div style="font-size:12px; font-style:italic; padding:5px!imporant;">{TrackName}</div>{/block:Trackname}<br>{block:Artist}<span style="font-size:10px;">{Artist}{/block:Artist}{block:Album} - {Album}</span>{/block:Album}<br><br>{block:PlayCount}<span style="font-style:normal; font-size:8px; text-transform:normal; letter-spacing:1px;">{PlayCount} plays</span> {/block:PlayCount}</div><div style="margin-top:20px;">{block:caption}{Caption}{/block:caption}</div>{/block:Audio}
  1010.  
  1011. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  1012.  
  1013. {block:Answer}<div id="ask"><img src="{AskerPortraitURL-24}" style="border-radius:90px; opacity:.9;margin-left:3px;"></div> &nbsp;<em>{Asker}:<br> &nbsp; <big>{Question}</big></em><br><br>{Answer}{/block:Answer}
  1014.  
  1015. {block:Date}<div id="info"><div style="margin-top:3px;"><center><a href="{Permalink}" title="{TimeAgo}">☀</a> {block:NoteCount} <a href="{Permalink}" title="{NoteCount}">☀</a> {/block:NoteCount} {block:RebloggedFrom} <a href="{ReblogParentURL}" title="via">☀</a>{/block:RebloggedFrom}
  1016. {block:ContentSource} <a href="{SourceURL}" title="source">☀</a> {/block:ContentSource}{/block:Date}</center></div></div>
  1017. {block:HasTags}
  1018. <div class="tags">
  1019. {block:Tags} - <a href="{TagURL}"> {Tag}</a>{/block:Tags}</div>
  1020. {/block:HasTags}
  1021. <div class="postnote">
  1022. {block:PostNotes}{PostNotes}{/block:PostNotes}
  1023. </div>
  1024. </div>
  1025. {/block:Posts}
  1026.  
  1027. </div>
  1028.  
  1029.  
  1030. <div id="box1" class="popup_block">
  1031. <div style="width:465px;padding:10px;text-align:left; text-style:normal; color:#000;opacity:.7; letter-spacing:1px;font-size:11px;font-family:times;margin-left:10px;margin-top:114px;overflow-x:scroll;scroll:left;overflow-x:hidden;height:200px;">
  1032. <center><b>THE LAW</b></p></p>
  1033. <div id="poptext"><p style="line-height: 19.6px;"><strong>General</strong></p>
  1034. <p style="line-height: 19.6px;"><b>✗</b> This blog is <B>SEMI-SELECTIVE, SEMI-PRIVATE</B>, therefore, I have <em>all the right</em> to deny any forms of interaction if I&rsquo;m not following you.</p>
  1035. <p style="line-height: 19.6px;"><b>✗</b> I am, however, extremely selective with OCs. The OC should be sufficiently developed&nbsp;<strong>&amp;</strong>&nbsp;shouldn&rsquo;t know Phoenix immediately(so nope, you can&rsquo;t just be all friendly with him immediately). I will still attempt to interact with you, as long as you try to make the first move.</p>
  1036. <p style="line-height: 19.6px;"><b>✗</b> Mutuals are allowed to ask for my Skype for plotting or role playing purposes, but it is still up to me whether I want to share it or not.</p>
  1037. <p style="line-height: 19.6px;"><b><b>✗</b></b> All fanart icons belong to their respective owners,&nbsp;<strong>&amp;</strong>&nbsp;I take no claim over them!</p>
  1038. <p style="line-height: 19.6px;"><span style="line-height: 19.6px;"><b>✗</b> Skype will be given upon request to mutuals<strong>!</strong></span></p>
  1039. <hr />
  1040. <p style="line-height: 19.6px;"><strong>Shipping</strong></p>
  1041. <p style="line-height: 19.6px;"><b>✗</b> Let's get this out of the way: I won't do ROMANTIC <i>or</i> SEXUAL NaruMayo in any way. Any other type of relationship between them is fine.</p>
  1042. <p style="line-height: 19.6px;"><b>✗</b> This is a multiship blog, so it&rsquo;s possible for Phoenix to be in a relationship with anyone.</p>
  1043. <p style="line-height: 19.6px;"><b>✗</b> HOWEVER! There must be chemistry between them both, &amp; not to mention that both muns should be in agreement to shipping.</p>
  1044. <p style="line-height: 19.6px;"><b>✗</b> All ships are in separate verses unless the people who want to make it one verse all come to an agreement on it.</p>
  1045. <p style="line-height: 19.6px;"><b>✗</b> This might contradict rule 2, but if the other mun and I have talked about the ship like a lot, then it&rsquo;s A-Okay to do stuff on Tumblr. In other words, say we talk passionate about it on Skype&ndash;well, if I approve, then without a doubt we can ship on Tumblr if you&rsquo;re okay with it! Of course, so long as both you and I are in agreement!</p>
  1046. <hr />
  1047. <p style="line-height: 19.6px;"><strong>Writing</strong></p>
  1048. <p style="line-height: 19.6px;"><b>✗</b> My abilities range from script, one liners, &amp; para all the way to multi para, &amp; novella</p>
  1049. <p style="line-height: 19.6px;"><b>✗</b> My style of formatting varies a bit since I experiment with it a lot, or I just get lazy on formatting&nbsp;<strong>&amp;</strong>&nbsp;decide to keep it simple.</p>
  1050. <p style="line-height: 19.6px;"><b>✗</b> QUALITY OVER QUANTITY!! You do not have to match my length of replies, since on rare occasions I can write about four paragraphs, or just one paragraph to reply. Write as much as your ability allows you, but give me something to work with!! That&rsquo;s all you have to do.</p>
  1051. <p style="line-height: 19.6px;"><b>✗</b> If I have not replied in 5 days, you are given permission to remind me to reply&ndash;I don&rsquo;t mind! But if you do it,&nbsp;<strong>&amp;</strong>&nbsp;it hasn&rsquo;t even been an hour since your reply, or even a day for that matter, I will get upset&nbsp;<strong>&amp;</strong>&nbsp;most likely drop the thread without informing you.</p>
  1052. <hr />
  1053. <p style="line-height: 19.6px;"><strong>NSFW</strong></p>
  1054. <p style="line-height: 19.6px;"><b>✗</b> Mun is 20, so they are of age to rp NSFW content.</p>
  1055. <p style="line-height: 19.6px;"><b>✗</b> NSFW content can mean smut, gore, horror, etc. so it will be tagged accordingly&nbsp;<strong>&amp;</strong>&nbsp;put under a read more.</p>
  1056. <p style="line-height: 19.6px;">i hope we can have fun in rping and stuff!! i promise we&rsquo;ll have a good time! also, if you&rsquo;ve read these rules, send me an ask that says<strong> &ldquo;You have an attorney's badge, it's WRIGHT there!&rdquo;</strong> to notify me you&rsquo;ve read them&ndash;you don&rsquo;t have to, but it&rsquo;s appreciated!</p>
  1057. </div>
  1058. </div>
  1059.  
  1060. </div></div></div></div></div></div></div></div></div></div>
  1061.  
  1062. <div id="box2" class="popup_block">
  1063. <div id="wrap">
  1064. <div id="infos">
  1065. <a href="#?w=510" rel="box3" class="poplight" title="about">DEFENSE</a>
  1066. <a href="#?w=510" rel="box5" class="poplight" title="verses">VERSES</a>
  1067. <a href="#?w=510" rel="box6" class="poplight" title="relations">RELATIONS</a>
  1068. <a href="#?w=510" rel="box7" class="poplight" title="writer">MUN</a>
  1069. </div>
  1070. </div>
  1071. </div>
  1072.  
  1073. <div id="box3" class="popup_block">
  1074. <div style="width:465px;padding:10px;text-align:left; text-style:normal; color:#000;opacity:.7; letter-spacing:1px;font-size:11px;font-family:times;margin-left:10px;margin-top:114px;overflow-x:scroll;scroll:left;overflow-x:hidden;height:200px;">
  1075. <p><img src="https://67.media.tumblr.com/15536ad2cc8e39af42c0ca1f89e1605f/tumblr_inline_o9e7rpWVye1upv0ka_500.png" /><img src="https://65.media.tumblr.com/ad7254e10595c288c23e4c3de534f31a/tumblr_inline_o9e7shyEN71upv0ka_500.png" style="line-height: 1.4;" /><img src="https://66.media.tumblr.com/8be1683fb8c3b95bef613a765646abf4/tumblr_inline_o9e7vh1Mno1upv0ka_500.png" /></p>
  1076. <p></p>
  1077. <p><strong>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;PROFILE: <u>PHOENIX WRIGHT.</u></strong></p>
  1078. <p><strong>NAME:&nbsp;</strong>Phoenix Wright <em><strong>(</strong>commonly referred to as Nick by peers<strong>)</strong></em></p>
  1079. <p><strong>AGE:&nbsp;</strong>23&ndash;34&nbsp;<em><strong>(</strong>verse</em><em> dependent</em><strong>)</strong></p>
  1080. <p><strong>EYE COLOR:&nbsp;</strong>Dark Blue</p>
  1081. <p><strong>HAIR COLOR:&nbsp;</strong>Black</p>
  1082. <p><strong>HEIGHT:</strong>&nbsp;5'9"</p>
  1083. <p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <strong><u>BACKGROUND.</u></strong></p>
  1084. <p>A renowned defense attorney <strong>famous</strong> for turning hopeless cases around and getting his defendant found innocent, as well as finding the <em>real</em> killer. He has handled many cases in his career, losing only <a href=".">once</a> to date. Wright has also been a defendant himself at least three times in his life, each time hiring a different lawyer (including himself). The trial of Zak Gramarye on April 19, 2019 saw Wright unknowingly present <strong>forged evidence</strong>, before the defendant disappeared, forcing an indefinite postponement of the trial. Wright was subsequently <strong>disbarred.</strong></p>
  1085. <p>Wright spent the next seven years as a <em>pianist</em> who moonlighted as an undefeated poker player at the Borscht Bowl Club, but secretly continued his investigation of the case that had cost him his attorney<strong>'</strong>s badge. To this end, he was instrumental in the organization of a test trial for the Jurist System, resulting in a <em>resolution</em> of the case. He then retook the bar exam and <strong>once again</strong> became an attorney.</p>
  1086. <p></p>
  1087. <p></p>
  1088.  
  1089. </div>
  1090. </div>
  1091.  
  1092. <div id="box4" class="popup_block">
  1093.  
  1094. <Center><center><p><h2 align="center"><big><big><big><big><big><big><big><b>CAN I HELP YOU WITH ANYTHING?</B></big></big></big></big></big></big></big></a></h2></p></center><p><iframe frameborder="0" height="200" src="http://www.tumblr.com/ask_form/ofstepladders.tumblr.com/" width="500"></iframe></p>
  1095. </center></div>
  1096.  
  1097. </div></div></div></div></div></div></div></div></div></div>
  1098.  
  1099.  
  1100. </center>
  1101. </div>
  1102. </div>
  1103.  
  1104. <div id="box5" class="popup_block">
  1105. <div style="width:465px;padding:10px;text-align:left; text-style:normal; color:#000;opacity:.7; letter-spacing:1px;font-size:11px;font-family:times;margin-left:10px;margin-top:114px;overflow-x:scroll;scroll:left;overflow-x:hidden;height:200px;">
  1106. <center>
  1107. <b><u>I'M JUST GETTING STARTED!</u></b><br>
  1108. <small>( trilogy's timeline )</small></p>
  1109. <br>
  1110. A young attorney fresh out of law school, he <B>defends</B> those who are wrongly accused. His motto "believe in your client" is strong, <B>&&</B> no matter how tough or peril the case, he <i>always</i> manages to turn the tables to his favor<B>.</B>
  1111. </p>
  1112.  
  1113. <b><u>THE LAW? HEH...SORRY. I'M A RUN OF THE MILL PIANIST.</u></b><br>
  1114. <small>( disbarred )</small></p>
  1115. He used forged evidence. He lost his badge.<br>
  1116. A disbarred lawyer living with his daughter, <B>Trucy Wright.</B> He dresses like a <i>hobo,</i> <B>&&</B> acts much more laid back than we was when barred<B>.</B> <br>Despite this, however, he continues to investigate the mysteries surrounding the case that <B>costed him his badge.</B>
  1117.  
  1118. </p>
  1119.  
  1120. <b><u>A PHOENIX ALWAYS RISES FROM ITS ASHES</u></b><br>
  1121. <small>( rebarred | main )</small></p>
  1122. His attorney badge is reclaimed. He can defend once more.<br>
  1123. Now rebarred, he can <b>defend</b> the innocent again<B>.</B> He retains the smile on his face, <B>&&</B> his objections are as loud as ever<B>.</B> <br> There are now three lawyers in his agency, himself included, <B>&&</B> he could never be<B>...</B><i>happier.</i>
  1124.  
  1125. </p>
  1126. <p><center><b>More to be added</B></center>
  1127. </div>
  1128. </div>
  1129.  
  1130. <div id="box6" class="popup_block">
  1131. <div style="width:465px;padding:10px;text-align:left; text-style:normal; color:#000;opacity:.7; letter-spacing:1px;font-size:11px;font-family:times;margin-left:10px;margin-top:114px;overflow-x:scroll;scroll:left;overflow-x:hidden;height:200px;">
  1132. relations here
  1133. </div>
  1134. </div>
  1135.  
  1136. <div id="box7" class="popup_block">
  1137. <div style="width:465px;padding:10px;text-align:left; text-style:normal; color:#000;opacity:.7; letter-spacing:1px;font-size:11px;font-family:times;margin-left:10px;margin-top:114px;overflow-x:scroll;scroll:left;overflow-x:hidden;height:200px;">
  1138. <center><img src="http://67.media.tumblr.com/b168419dce415496ebc7209458e79805/tumblr_inline_nig18v0w261r2h8qj.png"> <img src="http://66.media.tumblr.com/95db36fc112ecdefe3c1323756ca6ecc/tumblr_inline_nig0wblZdJ1r2h8qj.png"> <img src="http://65.media.tumblr.com/8d75ced5307b8147e2ba65886ab5132d/tumblr_inline_nig1hsSAx91r2h8qj.png"> </p>
  1139. </center>
  1140. Hi, I'm Ricardo! You can also call me Honoka, though. I used to rp Apollo Justice in the Ace Attorney fandom! I'm a demiboy, he/him && they/them pronouns, && I really love chocolate! If you ever want my Skype, just hmu with an IM!</p>
  1141. <blockquote>
  1142. <b>theme bg:</b> THANK GOD FOR HARU<br>
  1143. <b>popup bg:</b> THANK GOD FOR NOVA <br>
  1144. </blockquote>
  1145. </div>
  1146. </div>
  1147.  
  1148.  
  1149.  
  1150.  
  1151. </center>
  1152. </div>
  1153. </div>
Add Comment
Please, Sign In to add comment