radiantvictor

polly theme

Oct 16th, 2015
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.65 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3.  
  4. <!-- Theme 24; the dark side by ~winchestheart.
  5. // http://winchestheart.tumblr.com © //
  6.  
  7. This work is licensed under a Creative Commons Attribution-NonCommercial 3.0 Unported License.
  8. > http://creativecommons.org/licenses/by-nc/3.0/
  9.  
  10. Read the rules before using any of my themes:
  11. > http://winchestheart.tumblr.com/rules
  12.  
  13. Do not remove the credit or use as your own work.
  14. Thank you.
  15.  
  16. -->
  17.  
  18.  
  19. <html><head>
  20. <style>*, body{ cursor:url("http://31.media.tumblr.com/tumblr_lqs4idHqTZ1qfoi4t.png"), auto; }
  21. a, a:hover { cursor:url("http://31.media.tumblr.com/tumblr_m2umkqvNUT1qfamg6.gif"), auto; }
  22. </style>
  23. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  24.  
  25. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  26.  
  27. <script>
  28.  
  29. (function($){
  30.  
  31. $(document).ready(function(){
  32.  
  33. $("a[title]").style_my_tooltips({
  34.  
  35. tip_follows_cursor:true,
  36.  
  37. tip_delay_time:50,
  38.  
  39. tip_fade_speed:600,
  40.  
  41. attribute:"title"
  42.  
  43. });
  44.  
  45. });
  46.  
  47. })(jQuery);
  48.  
  49. </script>
  50. <!--basic tooltip from tutorial-baby! Enjoy-->
  51. <style>
  52. .tooltip{
  53. display: inline;
  54. position: relative;
  55. }
  56. #s-m-t-tooltip {
  57. max-width:300px; /*how big the tooltip can be at most*/
  58. border-radius: 0px; /*change your border radius*/
  59. padding:3px 4px 3px 3px; /*padding inside tooltip*/
  60. margin:20px 7px -2px 20px; /*distance from word*/
  61. background-color:#70888a; /*background color*/
  62. border-top:1px solid #fff; /*border info*/
  63. border-bottom:4px double #fff; /*border info*/
  64. font-family:"silkscreen"; /*tooltip font*/
  65. font-size:9px; /*tooltip font size*/
  66. letter-spacing:2px; /*tooltip letter spacing*/
  67. text-transform:uppercase; /*makes the tooltip title uppercase*/
  68. color:#fff; /*tooltip font color*/
  69. z-index:999999999999999999999999999999999999;
  70. -moz-transition-duration:.8s;
  71. -webkit-transition-duration:.8s;
  72. -o-transition-duration:.8s;
  73. box-shadow:-1px 1px 3px 0px #6e6e6e;
  74. }
  75. </style>
  76.  
  77. <script type="text/javascript"
  78. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  79. <script>
  80. $(document).ready(function() {
  81. //
  82. $('a.poplight[href^=#]').click(function() {
  83. var popID = $(this).attr('rel'); //Get Popup Name
  84. var popURL = $(this).attr('href'); //Get Popup href to define size
  85. var query= popURL.split('?');
  86. var dim= query[1].split('&');
  87. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  88. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  89. var popMargTop = ($('#' + popID).height() + 80) / 2;
  90. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  91. //Apply Margin to Popup
  92. $('#' + popID).css({
  93. 'margin-top' : -popMargTop,
  94. 'margin-left' : -popMargLeft
  95. });
  96. $('body').append('<div id="fade"></div>');
  97. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  98. return false;
  99. });
  100. $('a.close, #fade').live('click', function() {
  101. $('#fade , .popup_block').fadeOut(function() {
  102. $('#fade, a.close').remove(); //fade them both out
  103. });
  104. return false;
  105. });
  106. });
  107. </script>
  108. <title>{Title}</title>
  109. <link rel="shortcut icon" href="http://38.media.tumblr.com/4526251d7822c372ac5b9b9739895737/tumblr_inline_mv6jm3bX2H1r63cto.gif">
  110.  
  111. <meta name="image:Background" content="" />
  112. <meta name="image:Sidebar" content="" />
  113.  
  114. <meta name="color:Links" content="#000000" />
  115. <meta name="color:Main Color" content="#6d7070" />
  116. <meta name="color:Text" content="#8a8f8e" />
  117. <meta name="color:Background" content="#ffffff" />
  118. <meta name="color:Border" content="#f1f1f1" />
  119. <meta name="color:Scrollbar" content="#000000" />
  120.  
  121. <meta name="text:Link 01" content="index" />
  122. <meta name="text:Link 02" content="askbox" />
  123. <meta name="text:Link 03" content="one" />
  124. <meta name="text:Link 04" content="two" />
  125. <meta name="text:Link 05" content="three" />
  126. <meta name="text:Link 01 URL" content="/" />
  127. <meta name="text:Link 02 URL" content="/ask" />
  128. <meta name="text:Link 03 URL" content="/" />
  129. <meta name="text:Link 04 URL" content="/" />
  130. <meta name="text:Link 05 URL" content="/" />
  131. <meta name="text:Background Image Position" content="left" />
  132. <meta name="text:Font Family" content="arial" />
  133. <meta name="text:Font Size" content="11" />
  134.  
  135. <meta name="if:Lazy Load" content="0" />
  136. <meta name="if:Custom Scrollbar" content="1">
  137. <meta name="if:Background Image Repeat" content="0" />
  138. <meta name="if:Infinite Scrolling" content="0" />
  139. <meta name="if:400px posts" content="0" />
  140. <meta name="if:540px posts" content="0" />
  141. <meta name="if:Sidebar Image" content="0" />
  142.  
  143. <!----------------------------------------------------------------------->
  144.  
  145. {block:IfLazyLoad}
  146. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
  147. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
  148. <script type="text/javascript" charset="utf-8">
  149. var $j = jQuery.noConflict();
  150. $j(function() {
  151. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  152. $j("img").lazyload({
  153. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  154. effect: "fadeIn",
  155. });
  156. });
  157. </script>
  158. {/block:IfLazyLoad}
  159.  
  160. <!----------------------------------------------------------------------->
  161.  
  162. {block:IfInfiniteScrolling}<script type="text/javascript" src="http://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>{/block:IfInfiniteScrolling}
  163.  
  164. <!----------------------------------------------------------------------->
  165.  
  166. <script type="text/javascript">
  167. function unhide(divID) {
  168. var item = document.getElementById(divID);
  169. if (item) {
  170. item.className=(item.className=='hidden')?'unhidden':'hidden';
  171. }
  172. }
  173. </script>
  174.  
  175. <!----------------------------------------------------------------------->
  176.  
  177. <style type="text/css">
  178.  
  179.  
  180.  
  181. #musicplayer {
  182. position: fixed;
  183. left: 490px;
  184. top: 233px; }
  185.  
  186. .yo {
  187. position: absolute;
  188. left: 35px;
  189. top: 0px;
  190. font-style: oblique; font: 9px georgia;
  191. width: 80px;
  192. height: auto;
  193. padding: 5px;
  194. background-color: #fff;
  195. opacity: 0;
  196. -webkit-transition: all 0.3s ease-in;
  197. -moz-transition: all 0.3s ease-in;
  198. -o-transition: all 0.3s ease-in;
  199. -ms-transition: all 0.3s eease-in;
  200. transition: all 0.3s ease-in; }
  201.  
  202. #musicplayer:hover .yo {
  203. opacity: 1;
  204. -webkit-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.03);
  205. -moz-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.03);
  206. box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.03); }
  207.  
  208. .player {
  209. border: 0px solid #666;
  210. padding-top:2px;
  211. padding-right:1px;
  212. position: fixed;
  213. width: 25px;
  214. margin: 3px 0px 0px 0px;
  215. overflow: hidden;
  216. z-index: 9999;
  217. opacity: 0.6; }
  218.  
  219.  
  220. #fade {
  221. display: none;
  222. background: transparent;
  223. position: fixed;
  224. left: 0;
  225. top: 0;
  226. width: 100%;
  227. height: 100%;
  228. opacity: .80;
  229. z-index: 9999;
  230. }
  231.  
  232. .popup_block{
  233. display: none;
  234. background: #fff;
  235. padding: 20px;
  236. float: left;
  237. position: fixed;
  238. top: 50%;
  239. left: 50%;
  240. z-index: 99999;
  241. height:250px;
  242. border:2px solid #446466;
  243. text-align:center;
  244. color:#3b5d5e;
  245. opacity:.8;
  246. overflow-x:scroll;
  247. scroll:left;
  248. overflow-x:hidden;
  249. }
  250.  
  251. img.btn_close {
  252. float: right;
  253. margin: -55px -55px 0 0;
  254. }
  255.  
  256. *html #fade {
  257. position: absolute;
  258. }
  259.  
  260. *html .popup_block {
  261. position: absolute;
  262. }
  263.  
  264.  
  265. {block:IfCustomScrollbar}
  266. ::-webkit-scrollbar {width:2px;height:2px;background:{color:background};}
  267. ::-webkit-scrollbar-thumb:vertical {height:2px;background:{color:scrollbar};}
  268. ::-webkit-scrollbar-thumb:horizontal {height:2px;background:{color:scrollbar};}
  269. {/block:IfCustomScrollbar}
  270.  
  271. iframe#tumblr_controls {white-space:nowrap;-webkit-filter:invert(100%);-moz-filter:invert(100%);-o-filter:invert(100%);-ms-filter: invert(100%);filter:invert(100%);opacity:.2;}
  272.  
  273. body {margin:0;font-family:{text:font family};font-size:{text:font size}px;line-height:11px;color:{color:text};background-color:{color:background};background-attachment:fixed;background-image:url('{image:Background}');background-position:{text:Background Image Position};{block:IfNotBackgroundImageRepeat}background-repeat:no-repeat;{/block:IfNotBackgroundImageRepeat}{block:IfBackgroundImageRepeat}background-repeat:repeat;{/block:IfBackgroundImageRepeat}}
  274.  
  275. a {text-decoration:none;-webkit-transition: all .3s linear;-moz-transition: all .3s linear;-ms-transition: all .3s linear;-o-transition: all .3s linear;transition: all .3s linear;color:{color:links};}
  276. a:hover {color:{color:main color};}
  277.  
  278. strong, bold, b {font-weight:bold;}
  279.  
  280. small, sub {font-size:{text:font size}px;}
  281. code {font-size:{text:font size}px;font-family:{text:font family};}
  282. pre {word-wrap:break-word;font-size:{text:font size}px;font-family:{text:font family};}
  283.  
  284. blockquote {padding-left:8px;margin-top:8px;margin-left:8px;border-left:1px solid {color:border};}
  285.  
  286. h1 {font-size:20px;font-weight:bold;letter-spacing:1px;padding:8px 50px;text-transform:uppercase;text-align:center;line-height:25px;color:{color:main color};}
  287. h1 a {color:{color:main color};}
  288.  
  289. .label {font-weight:bold;color:{color:main color};}
  290. .chat {line-height:12px;margin:8px;}
  291.  
  292. ::selection {color:{color:main color};}
  293. ::-moz-selection {color:{color:main color};}
  294. ::-webkit-selection {color:{color:main color};}
  295.  
  296. #credit {position:fixed;bottom:10px;right:10px;text-transform:uppercase;font-size:10px;font-family:trebuchet ms;letter-spacing:1px;}
  297. #credit a {color:{color:main color};}
  298.  
  299. #pagination {margin:0px 0px 30px 350px;{block:IfNot400pxPosts}{block:IfNot540pxPosts}width:500px;{/block:IfNot540pxPosts}{/block:IfNot400pxPosts}{block:If400pxPosts}width:400px;{/block:If400pxPosts}{block:If540pxPosts}width:540px;{/block:If540pxPosts}text-align:center;letter-spacing:20px;}
  300.  
  301. /************************************************************************/
  302.  
  303. #sidebar {position:fixed;width:200px;text-align:left;margin-top:480px;{block:If400pxPosts}margin-left:520px;{/block:If400pxPosts}{block:IfNot400pxPosts}{block:IfNot540pxPosts}margin-left:920px;{/block:IfNot540pxPosts}{/block:IfNot400pxPosts}{block:If540pxPosts}margin-left:960px;{/block:If540pxPosts}}
  304.  
  305. #sidebar img {{block:IfSidebarImage}max-width:200px;padding-top:10px;padding-bottom:-10px;{/block:IfSidebarImage}}
  306.  
  307. .titre {color:{color:links};text-align:center;font-weight:bold;letter-spacing:1px;}
  308. .titre a {color:{color:links};}
  309.  
  310. .description {margin:13px 0px;line-height:16px;text-align:center;letter-spacing:1px;font-size:10px;}
  311.  
  312. .navigation {text-align:center;}
  313. .navigation a {padding-right:6px;color:{color:links};line-height:15px;}
  314. .navigation a:hover {text-decoration:underline;color:{color:links};}
  315.  
  316. /************************************************************************/
  317.  
  318. #post {{block:IfNot400pxPosts}{block:IfNot540pxPosts}width:500px;{/block:IfNot540pxPosts}{/block:IfNot400pxPosts}{block:If400pxPosts}width:400px;{/block:If400pxPosts}{block:If540pxPosts}width:540px;{/block:If540pxPosts}margin:40px 0px 80px 20px;text-align:left;line-height:14px;}
  319.  
  320. #post img {{block:IfNot400pxPosts}{block:IfNot540pxPosts}max-width:500px;{/block:IfNot540pxPosts}{/block:IfNot400pxPosts}{block:If400pxPosts}max-width:400px;{/block:If400pxPosts}{block:If540pxPosts}max-width:540px;{/block:If540pxPosts}}
  321. #post blockquote div {margin-top:8px;}
  322. #post blockquote img {{block:IfNot400pxPosts}{block:IfNot540pxPosts}max-width:450px;{/block:IfNot540pxPosts}{/block:IfNot400pxPosts}{block:If400pxPosts}max-width:350px;{/block:If400pxPosts}{block:If540pxPosts}max-width:490px;{/block:If540pxPosts}}
  323.  
  324. #permalink {-webkit-transition: all .3s linear;-moz-transition: all .3s linear;-ms-transition: all .3s linear;-o-transition: all .3s linear;transition: all .3s linear;border-top:1px solid {color:border};{block:IfNot400pxPosts}{block:IfNot540pxPosts}width:500px;{/block:IfNot540pxPosts}{/block:IfNot400pxPosts}{block:If400pxPosts}width:400px;{/block:If400pxPosts}{block:If540pxPosts}width:540px;{/block:If540pxPosts}color:{color:main color};margin-top:15px;padding-top:8px;text-transform:lowercase;line-height:14px;text-align:center;font-size:10px;letter-spacing:1px;}
  325. #permalink a {color:{color:main color};}
  326.  
  327. .tags {text-align:center;font-size:11px;opacity:0;margin:10px 0px;-webkit-transition: all .3s linear;-moz-transition: all .3s linear;-ms-transition: all .3s linear;-o-transition: all .3s linear;transition: all .3s linear;}
  328. .tags a {color:{color:main color};text-transform:none;padding:0px 5px;}
  329. .tags a:hover {text-decoration:underline;}
  330.  
  331. #post:hover .tags {opacity:1;}
  332.  
  333. /************************************************************************/
  334.  
  335. #permalinkpage {margin-top:15px;background-color:#f9f9f9;text-align:center;padding:5px 0px;text-transform:lowercase;border-top:1px solid {color:border};}
  336.  
  337. #tagspp {line-height:15px;{block:IfNot400pxPosts}{block:IfNot540pxPosts}width:500px;{/block:IfNot540pxPosts}{/block:IfNot400pxPosts}{block:If400pxPosts}width:400px;{/block:If400pxPosts}{block:If540pxPosts}width:540px;{/block:If540pxPosts}text-align:center;color:{color:links};padding:5px 0px;}
  338. #tagspp a {padding:0px 5px;}
  339. #tagspp a:hover {text-decoration:underline;}
  340.  
  341. /************************************************************************/
  342.  
  343. .tumblr_audio_player {border:1px solid {color:border};height:40px;margin-bottom:5px;{block:IfNot400pxPosts}{block:IfNot540pxPosts}width:396px;{/block:IfNot540pxPosts}{/block:IfNot400pxPosts}{block:If400pxPosts}width:296px;{/block:If400pxPosts}{block:If540pxPosts}width:436px;{/block:If540pxPosts}}
  344.  
  345. .audio {position:relative;margin-top:-100px;margin-left:102px;height:100px;{block:IfNot400pxPosts}{block:IfNot540pxPosts}width:396px;{/block:IfNot540pxPosts}{/block:IfNot400pxPosts}{block:If400pxPosts}width:296px;{/block:If400pxPosts}{block:If540pxPosts}width:436px;{/block:If540pxPosts}}
  346. .audio b {color:{color:links};font-family:courier new;}
  347.  
  348. .audioart {padding-right:2px;width:100px;height:100px;}
  349. .audioart img {width:100px;}
  350.  
  351. /************************************************************************/
  352.  
  353. .quote {font-size:14px;font-family:cambria;line-height:18px;display:inline;}
  354. .source {font-weight:bold;padding-left:8px;display:inline-block;}
  355.  
  356. /************************************************************************/
  357.  
  358. #question {margin:10px 0px;padding:10px 20px;line-height:15px;border:2px solid #fff;text-align:center;box-shadow:1px 1px 2px #697b80;
  359. color:#fff;
  360. text-shadow:0px 1px 2px #173136;
  361. height:100px;
  362. background-image:url("http://i.imgur.com/9GnVABF.png")
  363. }
  364.  
  365. /************************************************************************/
  366.  
  367. .notes {margin-left:-15px;margin-top:30px;{block:IfNot400pxPosts}{block:IfNot540pxPosts}width:480px;{/block:IfNot540pxPosts}{/block:IfNot400pxPosts}{block:If400pxPosts}width:380px;{/block:If400pxPosts}{block:If540pxPosts}width:520px;{/block:If540pxPosts}}
  368. .notes a:hover {background-color:transparent;color:{color:links};}
  369. ol.notes {list-style-type:none;}
  370. ol.notes li.note {padding-bottom:7px;margin-bottom:12px;border-bottom:1px solid {color:border};}
  371. ol.notes li.note img.avatar {vertical-align:-6px;}
  372. ol.notes li.note img {padding:2px 5px 2px 2px;}
  373. ol.notes li.note blockquote {padding-left:5px;margin-left:30px;}
  374.  
  375. /************************************************************************/
  376.  
  377. .hidden {display:none;}
  378. .unhidden {display:block;}
  379.  
  380. /************************************************************************/
  381.  
  382. </style>
  383. </head>
  384.  
  385. <body>
  386.  
  387.  
  388. <div id="musicplayer">
  389.  
  390.  
  391. <div class="player">
  392. <a title="seven nation army."><object type="application/x-shockwave-flash" data="http://flash-mp3-player.net/medias/player_mp3_maxi.swf" width="26" height="20">
  393. <param name="movie" value="http://flash-mp3-player.net/medias/player_mp3_maxi.swf" />
  394. <param name="bgcolor" value="#d2e5e5" />
  395. <param name="FlashVars" value="mp3=https%3A//dl.dropboxusercontent.com/s/72ormnjshonefmp/Seven%2520Nation%2520Army%2520lyrics.mp3%3Fdl%3D0&amp;width=26&amp;loop=1&amp;autoplay=1&amp;volume=50&amp;showslider=0&amp;bgcolor=d2e5e5&amp;bgcolor1=d2e5e5&amp;bgcolor2=d2e5e5&amp;buttoncolor=849ba2&amp;buttonovercolor=5e7579" />
  396. </object></a></div></div>
  397.  
  398. </div>
  399.  
  400. <div id="RULES" class="popup_block"><center>
  401. <div style="background-color:transparent; width:340px;padding:06px;text-align:center; text-style:normal;border:2px dashed #446466;border-radius:0px; color:#89a8a4;opacity:1; letter-spacing:1px;font-size:13px;height:auto;margin-top:6px;line-height:12px;">private & selective apollo justice<br>written by trisha.<br>originally est. october 2015.<br>to be singleshipped with sab's athena.</div>
  402. <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>
  403. <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>
  404. <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>
  405. <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>
  406. </div>
  407.  
  408. <div id="ABOUT" class="popup_block"><center><blockquote>
  409. <p><a href="http://aceattorney.wikia.com/wiki/Apollo_Justice" target="_blank"><em><strong>WIKI PAGE.</strong></em></a></p>
  410. </blockquote>
  411. <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>
  412. <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>
  413. <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>
  414. <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>
  415. <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>
  416. <p><em><strong>sexual &amp; romantic orientation</strong></em><strong> :</strong> bisexual demi-panromantic.</p>
  417. <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>
  418. <p style="line-height: 19.6px;"><em><strong>height :</strong>&nbsp;</em>5'5"</p>
  419. <p style="line-height: 19.6px;"><em><strong>occupation</strong></em><strong>&nbsp;:</strong>&nbsp;defense attorney.</p>
  420. <p style="line-height: 19.6px;"><em><strong>affiliation</strong></em><strong>&nbsp;:</strong>&nbsp;the wright anything agency.</p>
  421. <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://url.tumblr.com/" title="coughs sab's athena when she makes her :&quot;&quot;" target="_blank"><em><strong>athena in aa5 &mdash; present.</strong></em></a></p>
  422. <p><em><strong>powers :</strong></em></p>
  423. <blockquote>
  424. <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>
  425. </blockquote>
  426. <p><em><strong>about</strong><strong>&nbsp;:</strong></em></p>
  427. <blockquote>
  428. <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>
  429. </blockquote>
  430. <p><a href="http://tvtropes.org/pmwiki/pmwiki.php/Characters/AceAttorneyDefenseAttorneysAndAssistants" target="_blank"><em><strong>tropes :</strong></em></a></p>
  431. <blockquote>
  432. <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>
  433. </blockquote>
  434. <p><em><strong>A VERY BIG WIP</strong></em></p></center>
  435. </div>
  436.  
  437. <!----------------------------------------------------------------------->
  438.  
  439. <div id="credit"><a href="http://winchestheart.tumblr.com" target="_blank" title="theme by winchestheart">WH</a></div>
  440.  
  441. <!----------------------------------------------------------------------->
  442.  
  443. <div id="sidebar">
  444.  
  445.  
  446.  
  447. {block:IfSidebarImage}<center><img src="{image:sidebar}"></center>{/block:IfSidebarImage}
  448.  
  449. <div class="description">{Description}</div>
  450.  
  451. <div class="navigation">
  452. <a href="{text:Link 01 URL}">{text:Link 01}</a>
  453. <a href="{text:Link 02 URL}">{text:Link 02}</a>
  454. <a href="#?w=500" rel="ABOUT" class="poplight">
  455. court record.
  456. </a>
  457. <a href="#?w=500" rel="RULES" class="poplight">
  458. note.
  459. </a>
  460. <a href="{text:Link 05 URL}">{text:Link 05}</a>
  461. </div>
  462.  
  463. </div>
  464.  
  465. <!----------------------------------------------------------------------->
  466.  
  467. {block:IfInfiniteScrolling}<div class="autopagerize_page_element">{/block:IfInfiniteScrolling}
  468.  
  469. {block:Posts}
  470. <div id="post">
  471.  
  472. {block:Text}{block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}{Body}{/block:Text}
  473.  
  474. {block:Photo}{block:IfNot400pxPosts}{block:IfNot540pxPosts}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{/block:IfNot540pxPosts}{/block:IfNot400pxPosts}
  475. {block:If400pxPosts}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{/block:If400pxPosts}{block:If540pxPosts}<center><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}"></center>{/block:If540pxPosts}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  476.  
  477. {block:Photoset}{block:IfNot400pxPosts}{block:IfNot540pxPosts}{Photoset-500}{/block:IfNot540pxPosts}{/block:IfNot400pxPosts}{block:If400pxPosts}{Photoset-400}{/block:If400pxPosts}{block:If540pxPosts}<center>{Photoset}</center>{/block:If540pxPosts}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  478.  
  479. {block:Quote}<div class="quote">"{Quote}"</div>{block:Source}<div class="source">— {Source}</div>{/block:Source}{/block:Quote}
  480.  
  481. {block:Link}<h1><a href="{URL}" class="link" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  482.  
  483. {block:Chat}<div id="chat">{block:Title}<a href="{Permalink}">{Title}</a>{/block:Title}<div class="chat">{block:Lines}<div class="{Alt} user_{UserNumber}">{block:Label}<span class="label">{Label} </span>{/block:Label}{Line}</div>{/block:Lines}</div></div>{/block:Chat}
  484.  
  485. {block:Video}{block:IfNot400pxPosts}{block:IfNot540pxPosts}{Video-500}{/block:IfNot540pxPosts}{/block:IfNot400pxPosts}{block:If400pxPosts}{Video-400}{/block:If400pxPosts}{block:If540pxPosts}<center>{Video-500}</center>{/block:If540pxPosts}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  486.  
  487. {block:Audio}<div class="audioart">{block:AlbumArt}<img src="{AlbumArtURL}" width="100">{/block:AlbumArt}</div><div class="audio">{block:AudioPlayer}{AudioPlayer}{/block:AudioPlayer}<span class="height:60px;">{block:TrackName}&nbsp;&nbsp;&nbsp;<b>TRACK NAME:</b> {TrackName}{/block:TrackName} <br> {block:Artist}&nbsp;&nbsp;&nbsp;<b>ARTIST:</b> {Artist}{/block:Artist} <br> {block:Album}&nbsp;&nbsp;&nbsp;<b>ALBUM:</b> {Album}{/block:Album}</span></div>{block:caption}{caption}{/block:caption}{/block:Audio}
  488.  
  489. {block:Answer}<div id="question">« {Question} » — <i>{Asker}</i></div>{Answer}{/block:Answer}
  490.  
  491. {block:ContentSource}<!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  492. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->{/block:ContentSource}
  493.  
  494. <!-- {block:NoRebloggedFrom}
  495. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  496. {/block:NoRebloggedFrom} -->
  497.  
  498. {block:IndexPage}
  499. <div id="permalink">
  500. {block:Date}<span style="text-transform:uppercase;padding-right:5px;letter-spacing:2px;"><a href="{Permalink}" title="{TimeAgo}"><b>{DayOfMonthWithZero}.{MonthNumber}.{ShortYear}</b></a></span>{/block:Date} {block:NoteCount}+{NoteCount}{/block:NoteCount}</div>
  501. <div class="tags">{block:HasTags} {block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  502. {/block:IndexPage}
  503.  
  504. {block:PermalinkPage}{block:Date}<div id="permalinkpage">shared {TimeAgo} on {ShortDayOfWeek}, {DayOfMonthWithZero}{DayOfMonthSuffix}{block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}{block:RebloggedFrom}<br>Originally made by <a href="{ReblogRootURL}">{ReblogRootName}</a>, reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} </div>{/block:Date}{/block:PermalinkPage}
  505.  
  506. {block:PermalinkPage}{block:HasTags}<div id="tagspp">{block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}{/block:PermalinkPage}
  507.  
  508. {block:PostNotes}
  509. <div style="background-color:{color:border};height:1px;margin-top:20px;"></div>
  510. <div style="margin-top:-6px;text-align:center;color:{color:text};"><span style="background-color:{color:background};padding:0px 5px;"><a href="javascript:unhide('notes');">show notes</a></span></div>
  511. <div id="notes" class="hidden"><div class="notes">{PostNotes}</div></div>
  512. {/block:PostNotes}
  513.  
  514. </div>
  515.  
  516. {/block:Posts}
  517.  
  518. {block:IfInfiniteScrolling}</div>{/block:IfInfiniteScrolling}
  519.  
  520. {block:IfNotInfiniteScrolling}{block:Pagination}<div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">-</a>{/block:PreviousPage}
  521. {block:JumpPagination length="5"}{block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}{block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}{block:NextPage}<a href="{NextPage}">+</a>{/block:NextPage}</div>{/block:Pagination}{/block:IfNotInfiniteScrolling}
  522.  
  523. <!----------------------------------------------------------------------->
  524.  
  525. </body>
  526. </html>
Advertisement
Add Comment
Please, Sign In to add comment