radiantvictor

updated apollo theme

Nov 12th, 2015
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 44.66 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. <style>*, body{ cursor:url("http://31.media.tumblr.com/tumblr_lqs4idHqTZ1qfoi4t.png"), auto; }
  6. a, a:hover { cursor:url("http://i.imgur.com/J7OHNM4.png"), auto; }
  7. </style>
  8. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  9.  
  10. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  11.  
  12. <script>
  13.  
  14. (function($){
  15.  
  16. $(document).ready(function(){
  17.  
  18. $("a[title]").style_my_tooltips({
  19.  
  20. tip_follows_cursor:true,
  21.  
  22. tip_delay_time:90,
  23.  
  24. tip_fade_speed:600,
  25.  
  26. attribute:"title"
  27.  
  28. });
  29.  
  30. });
  31.  
  32. })(jQuery);
  33.  
  34. </script>
  35. <!--basic tooltip from tutorial-baby! Enjoy-->
  36. <style>
  37. .tooltip{
  38. display: inline;
  39. position: relative;
  40. }
  41. #s-m-t-tooltip {
  42. max-width:300px; /*how big the tooltip can be at most*/
  43. border-radius: 0px; /*change your border radius*/
  44. padding:3px 4px 3px 3px; /*padding inside tooltip*/
  45. margin:20px 7px -2px 20px; /*distance from word*/
  46. background-color:#a5afb5; /*background color*/
  47. border-top:1px solid #fff; /*border info*/
  48. border-bottom:4px double #fff; /*border info*/
  49. font-family:"silkscreen"; /*tooltip font*/
  50. font-size:9px; /*tooltip font size*/
  51. letter-spacing:2px; /*tooltip letter spacing*/
  52. text-transform:uppercase; /*makes the tooltip title uppercase*/
  53. color:#fff; /*tooltip font color*/
  54. z-index:999999999999999999999999999999999999;
  55. -moz-transition-duration:.8s;
  56. -webkit-transition-duration:.8s;
  57. -o-transition-duration:.8s;
  58. box-shadow:-1px 1px 3px 0px #6e6e6e;
  59. }
  60. </style>
  61.  
  62. <script type="text/javascript"
  63. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  64. <script>
  65. $(document).ready(function() {
  66. //
  67. $('a.poplight[href^=#]').click(function() {
  68. var popID = $(this).attr('rel'); //Get Popup Name
  69. var popURL = $(this).attr('href'); //Get Popup href to define size
  70. var query= popURL.split('?');
  71. var dim= query[1].split('&');
  72. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  73. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  74. var popMargTop = ($('#' + popID).height() + 80) / 2;
  75. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  76. //Apply Margin to Popup
  77. $('#' + popID).css({
  78. 'margin-top' : -popMargTop,
  79. 'margin-left' : -popMargLeft
  80. });
  81. $('body').append('<div id="fade"></div>');
  82. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  83. return false;
  84. });
  85. $('a.close, #fade').live('click', function() {
  86. $('#fade , .popup_block').fadeOut(function() {
  87. $('#fade, a.close').remove(); //fade them both out
  88. });
  89. return false;
  90. });
  91. });
  92. </script>
  93.  
  94. <title>{Title}</title>
  95. <link rel="shortcut icon" href="http://38.media.tumblr.com/36094261cf84fcd2b06de185694b3d3f/tumblr_inline_mv6ideIM2c1r63cto.gif">
  96. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  97. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  98.  
  99.  
  100. <!--META NAMES-->
  101.  
  102. <meta name="color:body" content="#666666"/>
  103. <meta name="color:links" content="#6f6e6e"/>
  104. <meta name="color:sblinks" content="#a8a8a8">
  105. <meta name="color:hover" content="#fafafa"/>
  106. <meta name="color:info" content="#a8a8a8">
  107. <meta name="color:desc" content="#aaaaaa">
  108. <meta name="color:title" content="#aaaaaa">
  109. <meta name="color:sidebar links" content="#6f6e6e"/>
  110. <meta name="color:links background" content="#6f6e6e"/>
  111. <meta name="color:link hover background" content="#6f6e6e"/>
  112. <meta name="color:bold" content="#fff"/>
  113. <meta name="color:bold shadow" content="#fff"/>
  114. <meta name="color:italics" content="#fff"/>
  115. <meta name="color:italics shadow" content="#fff"/>
  116.  
  117. <meta name="color:title" content="#aaaaaa">
  118.  
  119. <meta name="image:sb" content=""/>
  120.  
  121.  
  122. <meta name="color:bg" content="#ffffff">
  123. <meta name="color:scrollbar" content="#AAAAAA">
  124. <meta name="color:scrollbarbg" content="#ffffff">
  125.  
  126.  
  127.  
  128. <meta name="text:link A" content=""/>
  129. <meta name="text:link A url" content="/">
  130. <meta name="text:link B" content=""/>
  131. <meta name="text:link B url" content="/">
  132. <meta name="text:link C" content=""/>
  133. <meta name="text:link C url" content="/">
  134. <meta name="text:link D" content=""/>
  135. <meta name="text:link D url" content="/">
  136. <meta name="text:link E" content=""/>
  137. <meta name="text:link E url" content="/">
  138.  
  139.  
  140.  
  141.  
  142.  
  143. <!--
  144. * theme twenty nine *
  145. * run run run *
  146. * kitty :: http://queenseelie.tumblr.com/ *
  147. ** edit as much as you want bbys, just don't remove the credit or re-post.
  148. i will find you if you do i s2g**
  149.  
  150. -->
  151.  
  152. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  153.  
  154. <style>
  155. div#qTip {
  156. padding:3px;
  157. margin:8px 0px 0px 8px;
  158. position:absolute;
  159. display: none;
  160. text-align: center;
  161. font-size:8px;
  162. line-height:9px;
  163. font-family:times;
  164. z-index: 1000;
  165. border: 1px solid, border-color:#fafafa;
  166. background-color:{color:link hover background};
  167. color: {color:sidebar links};
  168. text-transform:uppercase;
  169. letter-spacing: 1.5px;
  170. }
  171. </style>
  172.  
  173.  
  174. <style type="text/css">
  175.  
  176.  
  177.  
  178.  
  179.  
  180. ::selection {color:#9e7777;}
  181. ::-moz-selection {color:#9e7777;}
  182. ::-webkit-selection {color:#9e7777;}
  183.  
  184. ::-webkit-scrollbar-thumb {
  185. height:auto;
  186. background-color:#a4a7ab;
  187. }
  188.  
  189. ::-webkit-scrollbar {
  190. height:9px;
  191. width:4px;
  192. background-color:transparent;
  193. }
  194.  
  195.  
  196. body {
  197. background-color:{color:bg};
  198. font-family:times;
  199. font-size:17px;
  200. text-align:left;
  201. color:{color:body};
  202. margin:0;
  203. background-image:url("http://i.imgur.com/1NF7Jgx.png");
  204. background-attachment: fixed;
  205. background-image:stretch;
  206. background-repeat: no-repeat;
  207. background-image:cover;
  208. background-position:left top;
  209.  
  210. }
  211.  
  212. b, strong {
  213. color: {color:bold};
  214. font-style:bold;
  215. font-family:times;
  216. font-size:19px;
  217. text-shadow: 0px 1px 1px {color:bold shadow};
  218. }
  219.  
  220. i, em {
  221. color: {color:italics};
  222. font-style:italic;
  223. font-size:17px;
  224. font-family:times;
  225. text-shadow: 0px 0px 1px #808080;
  226. }
  227.  
  228. a {
  229. color:{color:links};
  230. text-decoration:none;
  231. -moz-outline-style:none;
  232. -moz-transition-duration:.3s;
  233. -webkit-transition-duration:.3s;
  234. -o-transition-duration:.3s;
  235. text-shadow: 1px 1px 2px #424242;
  236. font-family:calibri;
  237. text-transform:uppercase;
  238. }
  239.  
  240. a:hover{
  241. color:{color:hover};
  242. -moz-transition-duration:0.3s;
  243. -webkit-transition-duration:0.3s;
  244. -o-transition-duration:0.3s;
  245. }
  246.  
  247. img {
  248. border:none;
  249. }
  250.  
  251.  
  252. }
  253.  
  254. blockquote {
  255. padding-left:5px;
  256. border-left:3px double #363636;
  257. border-radius:6px;
  258. }
  259.  
  260. blockquote blockquote {
  261. padding-left:5px;
  262. border-left:3px double #363636;
  263. }
  264.  
  265.  
  266. /*SIDEBAR*/
  267.  
  268.  
  269.  
  270. #sidebar {
  271. position:fixed;
  272. margin-left:240px;
  273. margin-top:120px;
  274. width:120px;
  275. padding:15px;
  276. z-index: 9999;
  277.  
  278. }
  279.  
  280. #sidebar img{
  281. width: 130px;
  282. margin-top:304px;
  283. margin-left:106px;
  284. position:fixed;
  285. z-index: 9999;
  286. -webkit-filter:grayscale(0%);
  287. }
  288.  
  289.  
  290.  
  291.  
  292.  
  293. #title {
  294. width:100px;
  295. text-align:center;
  296. font-size:10px;
  297. margin-top:0px;
  298. margin-left:0px;;
  299. font-family:calibri;
  300. letter-spacing:1px;
  301. text-transform:uppercase;
  302. position:fixed;
  303. padding:8px;
  304. border-bottom: 1px solid #f3f3f3;
  305.  
  306. }
  307.  
  308. #title a{
  309. color:{color:title};
  310. -moz-transition-duration:1s;
  311. -webkit-transition-duration:1s;
  312. -o-transition-duration:1s;
  313. }
  314.  
  315.  
  316.  
  317.  
  318.  
  319.  
  320. #links {
  321. position: fixed;
  322. width:200px;
  323. margin-top: 170px;
  324. margin-left:-235px;
  325. height:auto;
  326. padding:2px 0 0 0;
  327. font-size:20px;
  328. font-family:calibri;
  329. text-align:center;
  330. line-height:200%;
  331. word-spacing: 0px;
  332. letter-spacing:10px;
  333. transform: rotate(-70deg);
  334. -ms-transform: rotate(-70deg);
  335. -webkit-transform: rotate(-70deg);
  336. -o-transform: rotate(-70deg);
  337. -moz-transform: rotate(-70deg);
  338. text-shadow: 1px 1px 2px #808080;
  339. }
  340.  
  341.  
  342. #links a{
  343. display:inline-block;
  344. padding:2px;
  345. width:15px ;
  346. color:{color:links};
  347. text-transform:uppercase;
  348. text-shadow: 1px 1px 2px #808080;
  349. -moz-transition-duration:.7s;
  350. -webkit-transition-duration:.7s;
  351. -o-transition-duration:.7s;
  352. }
  353.  
  354. #links a:hover{
  355. color:transparent;
  356. background:transparent;
  357. width: 15px;
  358. text-align:center;
  359. -moz-transition-duration:.4s;
  360. -webkit-transition-duration:.4s;
  361. -o-transition-duration:.4s;
  362. text-shadow: 0px 0px 6px #808080;
  363. }
  364.  
  365.  
  366. #desc {
  367. text-align:justify;
  368. margin-top:5px;
  369. padding:2px;
  370. padding-bottom:8.5px;
  371. width:110px;
  372. font-size:9px;
  373. margin-left: 0px;
  374. font-family:arial;
  375. text-transform: lowercase;
  376. font-style:none;
  377. letter-spacing:0px;
  378. line-height:170%;
  379. color: {color:desc};
  380. background:#fff;
  381. border-bottom: 1px solid #eee;
  382.  
  383.  
  384.  
  385.  
  386.  
  387. }
  388.  
  389.  
  390.  
  391.  
  392.  
  393. .pagi {
  394. position:fixed;
  395. width:110px;
  396. font-size:18px;
  397. text-align:center;
  398. margin-top:390px;
  399. margin-left:-100px;
  400. font-family:cumbria;
  401. letter-spacing:1px;
  402. }
  403.  
  404.  
  405.  
  406. /*ENTRIES*/
  407.  
  408.  
  409.  
  410.  
  411.  
  412. #container {
  413. padding:10px;
  414. left:420px;
  415. top:50px;
  416. position:fixed;
  417. background-color:transparent;
  418. width:410px;
  419. height:315px;
  420. top:190px;
  421. padding: 20px;
  422. overflow-x:scroll;
  423. scroll:left;
  424. overflow-x:hidden;
  425.  
  426. }
  427.  
  428.  
  429.  
  430. #posts {
  431. width:400px;
  432. padding:25px;
  433. position:relative;
  434. background:#ffffff;
  435. margin-bottom:50px;
  436. -webkit-filter:grayscale(80%);
  437. -webkit-transition: all 0.6s ease-in-out;
  438. }
  439.  
  440. #posts:hover{
  441. -webkit-filter:none;
  442. -webkit-transition: all 0.6s ease-in-out;
  443. }
  444.  
  445.  
  446. /*POST INFO*/
  447.  
  448. #info {
  449. width:400px;
  450. height:20px;
  451. background-image:url("http://i.imgur.com/r4A60fR.png");
  452. text-align:center;
  453. font-family:calibri;
  454. font-size:10px;
  455. text-transform:uppercase;
  456. padding:1px;
  457. color:{color:info};
  458. line-height:10px;
  459. margin-top:5px;
  460. margin-bottom:55px;
  461. -webkit-filter:grayscale(0%);
  462. border:2px solid #d9d9d9;
  463. outline:1px solid #a5afb5;
  464. box-shadow: 0px 1px 2px #828282;
  465. }
  466.  
  467. #info a{
  468. color:{color:info};
  469. }
  470.  
  471. #info a:hover{
  472. color:{color:hover};
  473. }
  474.  
  475. #tags{
  476. width:400px;
  477. padding:5px;
  478. margin-top:2px;
  479. margin-left:-5px;
  480. font-family:arial;
  481. float:left;
  482. text-align:center;
  483. font-size:7px;
  484. text-transform:lowercase;
  485. opacity:1;
  486. color:{color:links};
  487. letter-spacing:1px;
  488. transition-duration: 0.5s;
  489. -moz-transition-duration: 0.5s;
  490. -webkit-transition-duration: 0.5s;
  491. -o-transition-duration: 0.5s
  492. }
  493.  
  494. #tags a {
  495. display:inline-block;
  496. color:{color:info};
  497. font-size:7px;
  498. text-align:center;
  499. text-transform:lowercase;
  500. text-decoration:none;
  501. -moz-transition-duration:1s;
  502. -webkit-transition-duration:1s;
  503. -o-transition-duration:1s;
  504. text-shadow: 0px 0px 1px #808080;
  505. }
  506.  
  507. #notes{
  508. font-size:7px;
  509. text-transform:uppercase;
  510. }
  511.  
  512.  
  513.  
  514. #asker {
  515. font-family:baskerville;
  516. font-weight:bold;
  517. font-style:italic;
  518. font-size:16px;
  519. color:#666666;
  520. }
  521. #ask {
  522. font-family:helvetica;
  523. padding:15px;
  524. margin-top:5px;
  525. margin-bottom:5px;
  526. background:#fdfdfd;
  527. color:#66666;
  528. font-size:10px;
  529. text-align:center;
  530. text-transform:lowercase;
  531. }
  532.  
  533. #ans {
  534. font-family:helvetica;
  535. margin-top:5px;
  536. margin-bottom:5px;
  537. font-style:normal;
  538. font-size:10px;
  539. text-align:center;
  540. color:{color:text};
  541. }
  542.  
  543.  
  544. .cover {
  545. position: relative;
  546. width: 90px;
  547. float:left;}
  548.  
  549. .player {
  550. width:20px;
  551. height:30px;
  552. z-index: 99;
  553. overflow: hidden;
  554. position: relative;
  555. margin: 15px 24px 13px 16px;
  556. }
  557.  
  558. .audiocontainer {
  559. background-color:#fff;
  560. border-radius: 500px;
  561. position: absolute;
  562. z-index:99;
  563. opacity: 0.3;
  564. margin-top: 15px;
  565. margin-left: 15px;
  566.  
  567. }
  568.  
  569.  
  570. .audiocontainer:hover {
  571. opacity:0.9;
  572. }
  573.  
  574. .audioinfo {
  575. padding:20px;
  576. font-size:11px;
  577. margin-left: 93px;
  578. text-align:center;
  579. background:#fff;
  580. height: 50px;
  581. }
  582.  
  583.  
  584. .quote
  585. {font-size:12px;
  586. font-family:calibri;
  587. text-align:center
  588. line-height:15px;}
  589.  
  590. .source
  591. {font-size:8px;
  592. text-transform:uppercase;
  593. font-family:calibri;
  594. font-weight:bold;
  595. padding-top:10px;
  596. text-align:center;
  597. margin-bottom:10px;}
  598.  
  599.  
  600.  
  601.  
  602. /*CREDIT*/
  603.  
  604. #maker {
  605. width:24px;
  606. height:18px;
  607. border-radius:15px;
  608. background-color: #f9f9f9;
  609. padding-top:6px;
  610. position:fixed;
  611. text-align:center;
  612. right:10px;
  613. bottom:10px;
  614. }
  615.  
  616. #maker a{
  617. width:5px;
  618. font-family:consolas;
  619. font-size:9px;
  620. text-align:center;
  621. text-transform:uppercase;
  622. text-decoration:none;
  623. letter-spacing:1px;
  624. color:#555555;
  625. border:0px solid #dddddd;
  626. -moz-transition-duration:1s;
  627. -webkit-transition-duration:1s;
  628. -o-transition-duration:1s;
  629. }
  630.  
  631.  
  632.  
  633. {CustomCSS}
  634.  
  635. .sfm input {background-color: #f5f5f5;
  636. font-size: 8px;
  637. border: 1px solid #b0b0b0;
  638. text-transform: uppercase;
  639. margin-top: 0px;
  640. color: #b0b0b0;
  641. letter-spacing: 1px;
  642. padding: 4px 8px;
  643. font-family: calibri, helvetica, arial;}
  644.  
  645.  
  646. #musicplayer {
  647. position: fixed;
  648. left: 175px;
  649. top: 195px; }
  650.  
  651. .yo {
  652. position: absolute;
  653. left: 35px;
  654. top: 0px;
  655. font-style: oblique; font: 9px georgia;
  656. width: 80px;
  657. height: auto;
  658. padding: 5px;
  659. background-color: #fff;
  660. opacity: 0;
  661. -webkit-transition: all 0.3s ease-in;
  662. -moz-transition: all 0.3s ease-in;
  663. -o-transition: all 0.3s ease-in;
  664. -ms-transition: all 0.3s eease-in;
  665. transition: all 0.3s ease-in; }
  666.  
  667. #musicplayer:hover .yo {
  668. opacity: 1;
  669. -webkit-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.03);
  670. -moz-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.03);
  671. box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.03); }
  672.  
  673. .player {
  674. border: 0px solid #666;
  675. padding-top:2px;
  676. padding-right:1px;
  677. position: fixed;
  678. width: 25px;
  679. margin: 3px 0px 0px 0px;
  680. overflow: hidden;
  681. z-index: 9999;
  682. opacity: 0.6; }
  683.  
  684.  
  685. #fade {
  686. display: none;
  687. background: transparent;
  688. position: fixed;
  689. left: 0;
  690. top: 0;
  691. width: 100%;
  692. height: 100%;
  693. opacity: .80;
  694. z-index: 9999;
  695. }
  696.  
  697. .popup_block{
  698. display: none;
  699. background: #fff;
  700. padding: 20px;
  701. float: left;
  702. position: fixed;
  703. top: 50%;
  704. left: 50%;
  705. z-index: 999999999;
  706. height:250px;
  707. border:2px solid #a5afb5;
  708. text-align:center;
  709. color:#5d5d5d;
  710. opacity:.8;
  711. overflow-x:scroll;
  712. scroll:left;
  713. overflow-x:hidden;
  714. }
  715.  
  716. img.btn_close {
  717. float: right;
  718. margin: -55px -55px 0 0;
  719. }
  720.  
  721. *html #fade {
  722. position: absolute;
  723. }
  724.  
  725. *html .popup_block {
  726. position: absolute;
  727. }
  728.  
  729. #boxbyireverent {
  730. position:fixed;
  731. z-index:999;
  732. padding:13px;
  733. background:#dadada;
  734. position:fixed;
  735. font-family:corbel;
  736. font-size:11px;
  737. overflow:auto;
  738. text-align:left;
  739. line-height:13px;
  740. position:fixed;
  741. margin-left:20px;
  742. bottom:20px;
  743. border-radius:0px;
  744. color:#999999;
  745. width:140px;
  746. height:63px;
  747. text-transform:none;
  748. border-top:3px solid #a4a7ab;
  749. border-bottom:3px solid #a4a7ab;
  750. overflow:hidden;
  751. transition: all 0.6s ease-out;
  752. -o-transition-transition: all 0.6s ease-out;
  753. -webkit-transition: all 0.6s ease-out;
  754. -moz-transition: all 0.6s ease-out;
  755. box-shadow:-0px 0px 0px 0px #6e6e6e;
  756. opacity:.9;
  757. }
  758. </style></head>
  759.  
  760.  
  761. <body>
  762.  
  763.  
  764. <div id="boxbyireverent">
  765. <div style="overflow:auto; width: 145px;padding-right:4px; height: 80px; border: 0px solid #000000; background-color: #dadada;font-family:consolas;font-size:8px;letter-spacing:1px;text-transform:uppercase; text-align: center; color:#5;margin-top:-10px;">
  766.  
  767. <p>
  768.  
  769. private &. selective <a href="aceattorney.wikia.com/wiki/Apollo_Justice">apollo justice / housuke odoroki</a> of the ace attorney games.<br>written by <a href="http://princesslucina.flavors.me/">trisha.</a><br><a href="http://queenseelie.tumblr.com/">base code credit.</a>
  770. </div></div>
  771.  
  772. <div id="musicplayer">
  773.  
  774.  
  775. <div class="player">
  776. <a title="a new chapter of trials !"><object type="application/x-shockwave-flash" data="http://flash-mp3-player.net/medias/player_mp3_maxi.swf" width="26" height="20">
  777. <param name="movie" value="http://flash-mp3-player.net/medias/player_mp3_maxi.swf" />
  778. <param name="bgcolor" value="#d6d6d6" />
  779. <param name="FlashVars" value="mp3=https%3A//dl.dropboxusercontent.com/s/4lfmazkh1p06sn5/%2527Truth%2520Seeker%2527%2520-%2520Apollo%2520Justice%2527s%2520Theme%2520%2528Remix%2529%2520-%2520Apollo%2520Justice-%2520Ace%2520Attorney.mp3%3Fdl%3D0&amp;width=26&amp;loop=1&amp;autoplay=1&amp;volume=50&amp;showslider=0&amp;bgcolor=d6d6d6&amp;bgcolor1=d6d6d6&amp;bgcolor2=d6d6d6&amp;buttoncolor=97adba&amp;buttonovercolor=c1ced6" />
  780. </object></a></div></div>
  781.  
  782. </div>
  783.  
  784. <div id="RULES" class="popup_block"><center>
  785. <div style="background-color:transparent; width:340px;padding:06px;text-align:center; text-style:normal;border:1px dashed #a5afb5;border-radius:0px; color:#5d5d5d;opacity:1; letter-spacing:1px;font-size:13px;height:auto;margin-top:6px;line-height:23px;">private & selective apollo justice<br>written by trisha.<br>originally est. october 2015.<br>singleship with <A href="http://cordivere.tumblr.com/">athena.</A></div>
  786. <p style="line-height: 19.6px;">due to personal experiences &amp;. general dislike for the indie community, this blog is&nbsp;<em><strong>for mutuals &amp;. close friends</strong></em><strong>&nbsp;only,</strong>&nbsp;or at the very least,&nbsp;<em>extremely selective.</em></p>
  787. <p style="line-height: 19.6px;">I&rsquo;ve grown tired and sick of the indie community, and frankly, I&rsquo;m very much comfortable with the friends &amp;. partners I&rsquo;ve made now, but I&nbsp;<em>may</em>&nbsp;follow new people back if I&rsquo;m interested. at the moment, I only want&nbsp;<em>two</em>&nbsp;things, if you&rsquo;ve stumbled upon this blog somehow, or if you&rsquo;re a close friend :</p>
  788. <p style="line-height: 19.6px;"><strong>NO STEALING.</strong>&nbsp;common courtesy, but for personal reasons, I&rsquo;m enforcing it. and don&rsquo;t think that just because I&rsquo;m private that I won&rsquo;t see it. Because believe me,&nbsp;<em>I will,</em>&nbsp;and I won&rsquo;t hesitate to confront nor call you out on it if it comes to that.</p>
  789. <p style="line-height: 19.6px;"><strong>ABSOLUTELY NO FAKE CALL OUT POSTS ABOUT ME.</strong>&nbsp;they make me anxious and uncomfortable, and while I really won&rsquo;t mind seeing them on the dash, I beg you &mdash;&nbsp;<em>please don&rsquo;t make any about me.</em>&nbsp;as someone who&rsquo;s made them to call out thieves in dire circumstances, I can say it&rsquo;s not fun to be on the opposite side either, so I definitely won&rsquo;t be making them about anyone either.</p></center>
  790. </div>
  791.  
  792. <div id="ABOUT" class="popup_block"><center><blockquote>
  793. <p><a href="http://aceattorney.wikia.com/wiki/Apollo_Justice" target="_blank"><em><strong>WIKI PAGE.</strong></em></a></p>
  794. </blockquote>
  795. <p><img src="https://41.media.tumblr.com/8522301cdbff169643a8d32005639fec/tumblr_inline_nvzboxEoL61tewexq_500.png" />&nbsp;<img src="https://41.media.tumblr.com/41ec4c4b8aaeaa8c246b1309ccee119c/tumblr_inline_nvzbp2dhs11tewexq_500.png" />&nbsp;<img src="https://41.media.tumblr.com/8b6709ecebfd94be7ab345cce76cc6e5/tumblr_inline_nvzbp9x9yb1tewexq_500.png" /></p>
  796. <p><em><strong>birth given name</strong></em><strong> :</strong> apollo <strike>gramarye</strike>. his true last name is unknown to him, but will refer to himself as&nbsp;<em>apollo justice</em> instead.&nbsp;</p>
  797. <p><em><strong>age</strong></em><strong> :</strong> early to mid twenties.&nbsp;<em>( 22 in AA4, 23 in AA5, and is to be&nbsp;<strong>24</strong> in AA6 )</em></p>
  798. <p><em><strong>date of birth</strong></em><strong> :</strong> his true birthday is unknown to him, but knows for a fact he was born in the year 2004.</p>
  799. <p><em><strong>family</strong></em><strong> :</strong> thalassa gramarye&nbsp;<em>( mother ; alive, but is unaware of such )</em>, unnamed father&nbsp;<em> ( deceased )</em>, trucy <strike>gramarye</strike> wright&nbsp;<em>( half sister through their mother, but neither are aware of it )</em></p>
  800. <p><em><strong>sexual &amp; romantic orientation</strong></em><strong> :</strong> bisexual demi-panromantic.</p>
  801. <p><em><strong>status</strong></em><strong> :</strong> alive&nbsp;<em>;</em> if during 5-1, 5-4, or 5-5, alive yet recovering.</p>
  802. <p style="line-height: 19.6px;"><em><strong>height :</strong>&nbsp;</em>5'5"</p>
  803. <p style="line-height: 19.6px;"><em><strong>occupation</strong></em><strong>&nbsp;:</strong>&nbsp;defense attorney.</p>
  804. <p style="line-height: 19.6px;"><em><strong>affiliation</strong></em><strong>&nbsp;:</strong>&nbsp;the wright anything agency.</p>
  805. <p style="line-height: 19.6px;"><em><strong>significant other</strong></em><strong> :</strong> none pre&mdash;aa5 nor mid&mdash;aa4 ;&nbsp;<a href="http://cordivere.tumblr.com/" target="_blank"><em><strong>athena in aa5 &mdash; present.</strong></em></a></p>
  806. <p><em><strong>powers :</strong></em></p>
  807. <blockquote>
  808. <p><em><strong><a href="http://aceattorney.wikia.com/wiki/Bracelet" target="_blank"> perceiving</a>.</strong></em> an ability that runs through apollo&rsquo;s family. with the aid of the bracelet on his left arm, apollo is able to sense when a person is lying through their&nbsp;<em>body language.</em> his bracelet tightens whenever such a thing happens, and through that he&rsquo;s able to focus completely on a person&rsquo;s voice and body for any nervous tics.</p>
  809. </blockquote>
  810. <p><em><strong>about</strong><strong>&nbsp;:</strong></em></p>
  811. <blockquote>
  812. <p>apollo is mostly known for his court cases, one of which completely changed the court system. his seriousness and snark go hand in hand, and is oft the most noticeable trait about him, to contrast with the regular chaos within the agency. previously sheepish and easily flustered, experience in the courtroom has shown its time&nbsp;<em>;</em> a man who looks up the the attorney phoenix wright, apollo will more than likely use his own knowledge and logic to get through cases rather than bluffing, but won&rsquo;t hesitate to do so in some situations.<br /><strong><br />however,</strong> it&rsquo;s a safe bet that he oft has trouble believing in his mentor&rsquo;s ideals,&nbsp;<em>to have faith no matter what,</em> and for damned good reasons. not even into his first case apollo had been lied to &mdash; by both his previous mentor, kristoph gavin, and phoenix wright himself, the former being outed as a&nbsp;<em>killer</em> thanks to his actions. he&rsquo;s had a broken pedestal of his idol ever since, due to his fabrication of evidence in court. but, shadows of both&rsquo;s influences still show. and at times not in the best of ways. despite his initial sheepishness, apollo has a fierce determination to find the truth, putting aside his own beliefs and ego to do so.<br /><br /> one such influence was his best friend,&nbsp;<strong>clay terran.</strong> he&rsquo;d been murdered the year past, and despite the times to move through the stages of grief hadn&rsquo;t been easy at all. he&rsquo;s grown to be more withdrawn, and even developed a rather cold demeanor temporarily shortly after his death during the investigation. it&rsquo;s because of the traces that kristoph had left upon him that he&rsquo;d questioned his own faith in his&nbsp;<em>family.</em> no longer does he doubt his friend&rsquo;s heart, nor his boss&rsquo; faith &mdash; yet shame has its effects, even still.</p>
  813. </blockquote>
  814. <p><a href="http://tvtropes.org/pmwiki/pmwiki.php/Characters/AceAttorneyDefenseAttorneysAndAssistants" target="_blank"><em><strong>tropes :</strong></em></a></p>
  815. <blockquote>
  816. <p>adorkable, amateur sleuth,&nbsp;<strong>amplifier artifact,</strong> anime hair, badass,&nbsp;<em>badass bookworm,</em> badass longcoat, bash brothers, bunny ears lawyer, butt monkey, character development, comically serious,&nbsp;<strong>conflicting loyalty,</strong> deadpan snarker,&nbsp;<em>expressive hair,</em> first person smartass,&nbsp;<strong>hot blooded,</strong>&nbsp;<em>hyper awareness,</em> idiot hero,&nbsp;<strong>it&rsquo;s personal, keet,</strong> kubrick stare,&nbsp;<strong>living lie detector,</strong> made of iron, meaningful name, morally ambiguous costume change, mysterious past,&nbsp;<strong>no indoor voice,</strong>&nbsp;older than they look, only sane man,&nbsp;<strong>ooc is serious business,</strong> parental abandonment, pintsized powerhouse,&nbsp;<em>red oni,</em>&nbsp;<strong>refusal of the call,</strong> reliable one,&nbsp;<em><strong>revenge before reason, roaring rampage of</strong></em><strong> revenge,</strong> straight man, super senses, taking the bullet, tap on the head,&nbsp;<strong>tragic keepsake,</strong> took a level in badass,&nbsp;<em><strong>took a level of</strong></em><strong> jerkass,</strong> trauma conga line,&nbsp;<em><strong>unwitting pawn.</strong></em><strong><br /></strong></p>
  817. </blockquote>
  818. <p><em><strong>A VERY BIG WIP</strong></em></p></center>
  819. </div>
  820.  
  821.  
  822. </div>
  823.  
  824. <div id="NAVI" class="popup_block"><center>
  825. <div style="background-color:transparent; width:340px;padding:06px;text-align:center; text-style:normal;border-left:3px solid #a5afb5;border-top:1px solid #a5afb5;border-right:3px solid #a5afb5;border-bottom:1px solid #a5afb5;border-radius:0px; color:#5d5d5d;opacity:1; letter-spacing:1px;font-size:13px;height:auto;margin-top:6px;line-height:23px; box-shadow: 0px 0px 0px #828282;">navigation.<p><form action="/search" method="get" class="sfm" name="theform">
  826. <input type="text" name="q" value="SEARCH"/>
  827. </form><p></div><p><p><div style="background-color:#a5afb5; width:300px;padding:06px;text-align:center; text-style:normal;color:#fff;opacity:1; letter-spacing:1px;font-size:13px;height:auto;margin-top:6px;line-height:20px; box-shadow: 0px 0px 0px #828282;border-radius:0px 0px 0px 0px;font-size:15px;border:3px solid #fff; outline:1px dashed #a5afb5;font-family:cambria;">COURT RECORD.</div>
  828. <div style="background-color:transparent; width:250px;padding:06px;text-align:center; text-style:normal;border-left:3px solid #9da6ab;border-right:3px solid #9da6ab;a-color:#fff;color:#fff;opacity:1; letter-spacing:1px;font-size:13px;height:auto;margin-top:6px;line-height:23px; box-shadow: 0px 0px 0px #828282;border-radius:15px;font-size:20px;"><A href="http://odoroki.hacked.jp/record">about.</A></div><div style="background-color:transparent; width:250px;padding:06px;text-align:center; text-style:normal;border-left:3px solid #9da6ab;border-right:3px solid #9da6ab;a-color:#fff;color:#fff;opacity:1; letter-spacing:1px;font-size:13px;height:auto;margin-top:6px;line-height:23px; box-shadow: 0px 0px 0px #828282;border-radius:15px;font-size:20px;"><A href="http://odoroki.hacked.jp/n">rules.</A></div><div style="background-color:transparent; width:250px;padding:06px;text-align:center; text-style:normal;border-left:3px solid #9da6ab;border-right:3px solid #9da6ab;a-color:#fff;color:#fff;opacity:1; letter-spacing:1px;font-size:13px;height:auto;margin-top:6px;line-height:23px; box-shadow: 0px 0px 0px #828282;border-radius:15px;font-size:20px;"><A href="http://odoroki.hacked.jp/ex">exclusives.</A></div><div style="background-color:transparent; width:250px;padding:06px;text-align:center; text-style:normal;border-left:3px solid #9da6ab;border-right:3px solid #9da6ab;a-color:#fff;color:#fff;opacity:1; letter-spacing:1px;font-size:13px;height:auto;margin-top:6px;line-height:23px; box-shadow: 0px 0px 0px #828282;border-radius:15px;font-size:20px;"><A href="http://odoroki.hacked.jp/sources">sources.</A></div><div style="background-color:transparent; width:250px;padding:06px;text-align:center; text-style:normal;border-left:3px solid #9da6ab;border-right:3px solid #9da6ab;a-color:#fff;color:#fff;opacity:1; letter-spacing:1px;font-size:13px;height:auto;margin-top:6px;line-height:23px; box-shadow: 0px 0px 0px #828282;border-radius:15px;font-size:20px;"><A href="http://odoroki.hacked.jp/tagged/▊▋♙ ! HEADCANON.">headcanons.</A></div><p><div style="background-color:#a5afb5; width:300px;padding:06px;text-align:center; text-style:normal;color:#fff;opacity:1; letter-spacing:1px;font-size:13px;height:auto;margin-top:6px;line-height:20px; box-shadow: 0px 0px 0px #828282;border-radius:0px 0px 0px 0px;font-size:15px;border:3px solid #fff; outline:1px dashed #a5afb5;font-family:cambria;">REBLOG TAGS.</div><div style="background-color:transparent; width:250px;padding:06px;text-align:center; text-style:normal;border-left:3px solid #9da6ab;border-right:3px solid #9da6ab;a-color:#fff;color:#fff;opacity:1; letter-spacing:1px;font-size:13px;height:auto;margin-top:6px;line-height:23px; box-shadow: 0px 0px 0px #828282;border-radius:15px;font-size:20px;"><A href="http://odoroki.hacked.jp/tagged/▊▋♙ ! PROMPT : IC.">in character prompt.</A></div><div style="background-color:transparent; width:250px;padding:06px;text-align:center; text-style:normal;border-left:3px solid #9da6ab;border-right:3px solid #9da6ab;a-color:#fff;color:#fff;opacity:1; letter-spacing:1px;font-size:13px;height:auto;margin-top:6px;line-height:23px; box-shadow: 0px 0px 0px #828282;border-radius:15px;font-size:20px;"><A href="http://odoroki.hacked.jp/tagged/▊▋♙ ! PROMPT : OOC.">out of character prompt.</A></div><div style="background-color:transparent; width:250px;padding:06px;text-align:center; text-style:normal;border-left:3px solid #9da6ab;border-right:3px solid #9da6ab;a-color:#fff;color:#fff;opacity:1; letter-spacing:1px;font-size:13px;height:auto;margin-top:6px;line-height:23px; box-shadow: 0px 0px 0px #828282;border-radius:15px;font-size:20px;"><A href="http://odoroki.hacked.jp/tagged/▊▋♙ ! HIS TRUTH RINGS THROUGH THE HEAVENS.">apollo justice.</A></div><div style="background-color:transparent; width:250px;padding:06px;text-align:center; text-style:normal;border-left:3px solid #9da6ab;border-right:3px solid #9da6ab;a-color:#fff;color:#fff;opacity:1; letter-spacing:1px;font-size:13px;height:auto;margin-top:6px;line-height:23px; box-shadow: 0px 0px 0px #828282;border-radius:15px;font-size:20px;"><A href="http://odoroki.hacked.jp/tagged/▊▋♙ ! HER SMILE IS ONLY ONE OF HER MANY TRICKS.">trucy wright.</A></div><div style="background-color:transparent; width:250px;padding:06px;text-align:center; text-style:normal;border-left:3px solid #9da6ab;border-right:3px solid #9da6ab;a-color:#fff;color:#fff;opacity:1; letter-spacing:1px;font-size:13px;height:auto;margin-top:6px;line-height:23px; box-shadow: 0px 0px 0px #828282;border-radius:15px;font-size:20px;"><A href="http://odoroki.hacked.jp/tagged/▊▋♙ ! RISE FROM THE ASHES.">phoenix wright.</A></div><div style="background-color:transparent; width:250px;padding:06px;text-align:center; text-style:normal;border-left:3px solid #9da6ab;border-right:3px solid #9da6ab;a-color:#fff;color:#fff;opacity:1; letter-spacing:1px;font-size:13px;height:auto;margin-top:6px;line-height:23px; box-shadow: 0px 0px 0px #828282;border-radius:15px;font-size:20px;"><A href="http://odoroki.hacked.jp/tagged/▊▋♙ ! LET YOUR SHADOWS FALL AWAY LIKE DUST.">athena cykes.</A></div><div style="background-color:transparent; width:250px;padding:06px;text-align:center; text-style:normal;border-left:3px solid #9da6ab;border-right:3px solid #9da6ab;a-color:#fff;color:#fff;opacity:1; letter-spacing:1px;font-size:13px;height:auto;margin-top:6px;line-height:23px; box-shadow: 0px 0px 0px #828282;border-radius:15px;font-size:20px;"><A href="http://odoroki.hacked.jp/tagged/▊▋♙ ! AND THE STARS ALWAYS LEAVE IN THE MORNING.">clay terran.</A></div><div style="background-color:transparent; width:250px;padding:06px;text-align:center; text-style:normal;border-left:3px solid #9da6ab;border-right:3px solid #9da6ab;a-color:#fff;color:#fff;opacity:1; letter-spacing:1px;font-size:13px;height:auto;margin-top:6px;line-height:23px; box-shadow: 0px 0px 0px #828282;border-radius:15px;font-size:20px;"><A href="http://odoroki.hacked.jp/tagged/▊▋♙ ! LET'S SEE A SMILE.">juniper woods.</A></div><div style="background-color:transparent; width:250px;padding:06px;text-align:center; text-style:normal;border-left:3px solid #9da6ab;border-right:3px solid #9da6ab;a-color:#fff;color:#fff;opacity:1; letter-spacing:1px;font-size:13px;height:auto;margin-top:6px;line-height:23px; box-shadow: 0px 0px 0px #828282;border-radius:15px;font-size:20px;"><A href="http://odoroki.hacked.jp/tagged/▊▋♙ ! I'M NOT READY TO ROCK.">klavier gavin.</A></div><div style="background-color:transparent; width:250px;padding:06px;text-align:center; text-style:normal;border-left:3px solid #9da6ab;border-right:3px solid #9da6ab;a-color:#fff;color:#fff;opacity:1; letter-spacing:1px;font-size:13px;height:auto;margin-top:6px;line-height:23px; box-shadow: 0px 0px 0px #828282;border-radius:15px;font-size:20px;"><A href="http://odoroki.hacked.jp/tagged/▊▋♙ ! SHE SNACKOO'D ME.">ema skye.</A></div><div style="background-color:transparent; width:250px;padding:06px;text-align:center; text-style:normal;border-left:3px solid #9da6ab;border-right:3px solid #9da6ab;a-color:#fff;color:#fff;opacity:1; letter-spacing:1px;font-size:13px;height:auto;margin-top:6px;line-height:23px; box-shadow: 0px 0px 0px #828282;border-radius:15px;font-size:20px;"><A href="http://odoroki.hacked.jp/tagged/▊▋♙ ! EVIDENCE IS EVERYTHING.">kristoph gavin.</A></div><div style="background-color:transparent; width:250px;padding:06px;text-align:center; text-style:normal;border-left:3px solid #9da6ab;border-right:3px solid #9da6ab;a-color:#fff;color:#fff;opacity:1; letter-spacing:1px;font-size:13px;height:auto;margin-top:6px;line-height:23px; box-shadow: 0px 0px 0px #828282;border-radius:15px;font-size:20px;"><A href="http://odoroki.hacked.jp/tagged/▊▋♙ ! PIECE IT ALL TOGETHER NOW.">miles edgeworth.</A></div><div style="background-color:transparent; width:250px;padding:06px;text-align:center; text-style:normal;border-left:3px solid #9da6ab;border-right:3px solid #9da6ab;a-color:#fff;color:#fff;opacity:1; letter-spacing:1px;font-size:13px;height:auto;margin-top:6px;line-height:23px; box-shadow: 0px 0px 0px #828282;border-radius:15px;font-size:20px;"><A href="http://odoroki.hacked.jp/tagged/▊▋♙ ! A BRIDGE BETWEEN DEAD AND LIVING.">maya fey.</A></div><div style="background-color:#a5afb5; width:300px;padding:06px;text-align:center; text-style:normal;color:#fff;opacity:1; letter-spacing:1px;font-size:13px;height:auto;margin-top:6px;line-height:20px; box-shadow: 0px 0px 0px #828282;border-radius:0px 0px 0px 0px;font-size:15px;border:3px solid #fff; outline:1px dashed #a5afb5;font-family:cambria;">BONDS TAGS.</div><div style="background-color:transparent; width:250px;padding:06px;text-align:center; text-style:normal;border-left:3px solid #9da6ab;border-right:3px solid #9da6ab;a-color:#fff;color:#fff;opacity:1; letter-spacing:1px;font-size:13px;height:auto;margin-top:6px;line-height:23px; box-shadow: 0px 0px 0px #828282;border-radius:15px;font-size:20px;"><A href="http://odoroki.hacked.jp/tagged/▊▋♙ ! DAMN IT ; IT'S NOT FAIR !.">apollo &. clay.</A></div><div style="background-color:transparent; width:250px;padding:06px;text-align:center; text-style:normal;border-left:3px solid #9da6ab;border-right:3px solid #9da6ab;a-color:#fff;color:#fff;opacity:1; letter-spacing:1px;font-size:13px;height:auto;margin-top:6px;line-height:23px; box-shadow: 0px 0px 0px #828282;border-radius:15px;font-size:20px;"><A href="http://odoroki.hacked.jp/tagged/▊▋♙ ! I WANT TO BELIEVE IN HER.">apollo &. athena.</A></div><div style="background-color:transparent; width:250px;padding:06px;text-align:center; text-style:normal;border-left:3px solid #9da6ab;border-right:3px solid #9da6ab;a-color:#fff;color:#fff;opacity:1; letter-spacing:1px;font-size:13px;height:auto;margin-top:6px;line-height:23px; box-shadow: 0px 0px 0px #828282;border-radius:15px;font-size:20px;"><A href="http://odoroki.hacked.jp/tagged/▊▋♙ ! CHILDREN OF MASKS &. MAGIC.">gramarye siblings.</A></div><div style="background-color:transparent; width:250px;padding:06px;text-align:center; text-style:normal;border-left:3px solid #9da6ab;border-right:3px solid #9da6ab;a-color:#fff;color:#fff;opacity:1; letter-spacing:1px;font-size:13px;height:auto;margin-top:6px;line-height:23px; box-shadow: 0px 0px 0px #828282;border-radius:15px;font-size:20px;"><A href="http://odoroki.hacked.jp/tagged/▊▋♙ ! THE PHOENIX SHALL RISE WITH THE SUN.">apollo &. phoenix.</A></div><div style="background-color:transparent; width:250px;padding:06px;text-align:center; text-style:normal;border-left:3px solid #9da6ab;border-right:3px solid #9da6ab;a-color:#fff;color:#fff;opacity:1; letter-spacing:1px;font-size:13px;height:auto;margin-top:6px;line-height:23px; box-shadow: 0px 0px 0px #828282;border-radius:15px;font-size:20px;"><A href="http://odoroki.hacked.jp/tagged/▊▋♙ ! THE BEGINNING &. END TO THE DARK AGE OF LAW.">apollo &. klavier.</A></div><div style="background-color:transparent; width:250px;padding:06px;text-align:center; text-style:normal;border-left:3px solid #9da6ab;border-right:3px solid #9da6ab;a-color:#fff;color:#fff;opacity:1; letter-spacing:1px;font-size:13px;height:auto;margin-top:6px;line-height:23px; box-shadow: 0px 0px 0px #828282;border-radius:15px;font-size:20px;"><A href="http://odoroki.hacked.jp/tagged/▊▋♙ ! HE LOCKED CHAINS AROUND THE DAWN TO RISE.">apollo &. kristoph.</A></div><div style="background-color:transparent; width:250px;padding:06px;text-align:center; text-style:normal;border-left:3px solid #9da6ab;border-right:3px solid #9da6ab;a-color:#fff;color:#fff;opacity:1; letter-spacing:1px;font-size:13px;height:auto;margin-top:6px;line-height:23px; box-shadow: 0px 0px 0px #828282;border-radius:15px;font-size:20px;"><A href="http://odoroki.hacked.jp/tagged/▊▋♙ ! A GHOST WHO STOLE THE STARS &. KILLED THE SUN.">apollo &. the phantom.</A></div><div style="background-color:transparent; width:250px;padding:06px;text-align:center; text-style:normal;border-left:3px solid #9da6ab;border-right:3px solid #9da6ab;a-color:#fff;color:#fff;opacity:1; letter-spacing:1px;font-size:13px;height:auto;margin-top:6px;line-height:23px; box-shadow: 0px 0px 0px #828282;border-radius:15px;font-size:20px;"><A href="http://odoroki.hacked.jp/tagged/▊▋♙ ! SCIENCE IS THE ANSWER.">ema skye.</A></div><div style="background-color:transparent; width:250px;padding:06px;text-align:center; text-style:normal;border-left:3px solid #9da6ab;border-right:3px solid #9da6ab;a-color:#fff;color:#fff;opacity:1; letter-spacing:1px;font-size:13px;height:auto;margin-top:6px;line-height:23px; box-shadow: 0px 0px 0px #828282;border-radius:15px;font-size:20px;"><A href="http://odoroki.hacked.jp/tagged/▊▋♙ ! SHOOTING STARS DOOMED TO BURN AWAY.">apollo &. solomon.</A></div><div style="background-color:transparent; width:250px;padding:06px;text-align:center; text-style:normal;border-left:3px solid #9da6ab;border-right:3px solid #9da6ab;a-color:#fff;color:#fff;opacity:1; letter-spacing:1px;font-size:13px;height:auto;margin-top:6px;line-height:23px; box-shadow: 0px 0px 0px #828282;border-radius:15px;font-size:20px;"><A href="http://odoroki.hacked.jp/tagged/▊▋♙ ! WE BOTH LOST SOMETHING ; WON'T YOU GRANT ME THIS ONE WISH ?">apollo &. aura.</A></div><div style="background-color:transparent; width:250px;padding:06px;text-align:center; text-style:normal;border-left:3px solid #9da6ab;border-right:3px solid #9da6ab;a-color:#fff;color:#fff;opacity:1; letter-spacing:1px;font-size:13px;height:auto;margin-top:6px;line-height:23px; box-shadow: 0px 0px 0px #828282;border-radius:15px;font-size:20px;"><A href="http://odoroki.hacked.jp/tagged/▊▋♙ ! THEY HOLD THE TRUTH — AND ARE READY TO DECLARE IT SO.">apollo &. miles.</A></div><div style="background-color:transparent; width:250px;padding:06px;text-align:center; text-style:normal;border-left:3px solid #9da6ab;border-right:3px solid #9da6ab;a-color:#fff;color:#fff;opacity:1; letter-spacing:1px;font-size:13px;height:auto;margin-top:6px;line-height:23px; box-shadow: 0px 0px 0px #828282;border-radius:15px;font-size:20px;"><A href="http://odoroki.hacked.jp/tagged/▊▋♙ ! HE'S A KNIGHT &. SHE'S HIS PRINCESS.">apollo &. juniper.</A></div><div style="background-color:transparent; width:250px;padding:06px;text-align:center; text-style:normal;border-left:3px solid #9da6ab;border-right:3px solid #9da6ab;a-color:#fff;color:#fff;opacity:1; letter-spacing:1px;font-size:13px;height:auto;margin-top:6px;line-height:23px; box-shadow: 0px 0px 0px #828282;border-radius:15px;font-size:20px;"><A href="http://odoroki.hacked.jp/tagged/▊▋♙ ! ONE CARRIES THE DARKNESS &. THE OTHER CARRIES THE CANDLE.">apollo &. simon.</A></div><div style="background-color:transparent; width:250px;padding:06px;text-align:center; text-style:normal;border-left:3px solid #9da6ab;border-right:3px solid #9da6ab;a-color:#fff;color:#fff;opacity:1; letter-spacing:1px;font-size:13px;height:auto;margin-top:6px;line-height:23px; box-shadow: 0px 0px 0px #828282;border-radius:15px;font-size:20px;"><A href="http://odoroki.hacked.jp/tagged/▊▋♙ ! THE WRIGHT ANYTHING AGENCY.">the wright talent agency / wright anything agency.</A></div><div style="background-color:transparent; width:250px;padding:06px;text-align:center; text-style:normal;border-left:3px solid #9da6ab;border-right:3px solid #9da6ab;a-color:#fff;color:#fff;opacity:1; letter-spacing:1px;font-size:13px;height:auto;margin-top:6px;line-height:23px; box-shadow: 0px 0px 0px #828282;border-radius:15px;font-size:20px;"><A href="http://odoroki.hacked.jp/tagged/▊▋♙ ! CHILDREN WHO ALL GREW UP TOO FAST.">the nerd trio : apollo, clay, &. klavier.</A></div></center>
  829. </div>
  830.  
  831. <div id="sidebar">
  832. <div id="sidebarimg">
  833. <img src="{image:sb}" />
  834. <div id="links">
  835. <a href="#?w=500" rel="NAVI" class="poplight" title="{text:link A}">●</a>
  836. <a href="#?w=500" rel="RULES" class="poplight" title="{text:link B}">●</a>
  837. <a href="{text:Link C url}" title="{text:link C}">●</a>
  838. <a href="{text:Link D url}" title="{text:link D}">●</a>
  839. <a href="{text:Link E url}" title="{text:link E}">●</a>
  840. </div>
  841. {block:Pagination}
  842. <div class="pagi">
  843. {block:PreviousPage}
  844. <a href="{PreviousPage}">- / </a>
  845. {/block:PreviousPage}
  846. {block:NextPage}
  847. <a href="{NextPage}">+</a>
  848. {/block:NextPage}
  849. </div>
  850. {/block:Pagination}
  851. </div>
  852. </div>
  853.  
  854.  
  855. <div id="container">
  856. {block:Posts}
  857. <div id="post">
  858.  
  859.  
  860. <!--TEXT POSTS-->
  861.  
  862. {block:Text}
  863. {block:Title}<h2>{Title}</h2>{/block:Title}
  864. {Body}
  865. {/block:Text}
  866.  
  867. <!--ASKS-->
  868.  
  869. {block:Answer}<div id="ask"><div id="asker">{Asker}</div> {Question}</div>
  870. <div id="ans">{Answer}</div>{/block:answer}
  871.  
  872. <!--QUOTE POSTS-->
  873. {block:Quote}
  874.  
  875. <div class="quote">
  876. <div class="quotetext_{Length}">"{Quote}"</div>
  877. {block:Source}<div class="source">{Source}</div>{/block:Source}
  878. </div>
  879. {/block:Quote}
  880.  
  881. <!--LINK POSTS-->
  882.  
  883. {block:Link}
  884. <h2><a href="{URL}">{Name}</a></h2>
  885. {block:Description}{Description}{/block:Description}
  886. {/block:Link}
  887.  
  888. <!--CHAT POSTS-->
  889.  
  890. {block:Chat}
  891. {block:Title}<h2>{Title}</h2>{/block:Title}
  892. <ul class="convo">{block:Lines}<li class="line">{block:Label}<span class="label">{Label}</span>{/block:Label}
  893. {Line}</li>{/block:Lines}</ul>
  894. {/block:Chat}
  895.  
  896. <!--PHOTO POSTS-->
  897.  
  898. {block:Photo}
  899. {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}" width="400px">{LinkCloseTag}
  900.  
  901. {block:Caption}{Caption}{/block:Caption}{/block:photo}
  902.  
  903. <!--PHOTOSET POSTS-->
  904.  
  905. {block:Photoset}
  906. {Photoset-400}
  907. {block:Caption}{Caption}{/block:Caption}
  908. {/block:Photoset}
  909.  
  910. <!--VIDEO POSTS-->
  911.  
  912. {block:Video}
  913. {Video-400}
  914. {block:Caption}{Caption}{/block:Caption}
  915. {/block:Video}
  916.  
  917.  
  918. <!--AUDIO-->
  919.  
  920. {block:Audio}<div class="audiocontainer"><div class="player">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div></div>{block:AlbumArt}<img src="{AlbumArtURL}" class="cover">{/block:AlbumArt}<div class="audioinfo">
  921. {block:TrackName}<div style="font-size:12px; font-style:italic; padding:5px!imporant;">{TrackName}</div>{/block:Trackname}<br>{block:Album} {Album}</span>{/block:Album} – {block:Artist}<span style="font-size:10px;">{Artist}{/block:Artist}<br><br>{block:PlayCount}<span style="font-style:normal; font-size:8px; text-transform:uppercase; letter-spacing:1px;">{PlayCount} plays</span> {/block:PlayCount}</div><div style="margin-top:20px;">{block:caption}{Caption}{/block:caption}</div>{/block:Audio}
  922.  
  923.  
  924. <!--POST INFO-->
  925.  
  926.  
  927. <div id="info">
  928.  
  929.  
  930. <br> <a href="{Permalink}">{ShortMonth} {DayOfMonthWithZero} </a> {block:RebloggedFrom} | <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource} <a href="{SourceURL}">© <a href="{SourceURL}">{SourceLink}</a> {/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} + <a href="{Permalink}">{NoteCountWithLabel}</a>
  931. {block:HasTags}<div id="tags">{block:Tags} <a href="{TagURL}">{Tag}; </a> {/block:Tags}</div>{/block:HasTags}</div></div>
  932. {/block:Posts}
  933. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  934. {/block:Posts}</div></div>
  935.  
  936.  
  937. </div></div>
  938.  
  939. {/block:Posts}
  940.  
  941.  
  942. <BODY onselectstart="return true;" ondragstart="return false;"> </body></html>
Advertisement
Add Comment
Please, Sign In to add comment