Advertisement
radiantvictor

apollo theme 3 oco

Jan 3rd, 2016
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 36.37 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. <head>
  4. <style>*, body{ cursor:url("http://31.media.tumblr.com/tumblr_lqs4idHqTZ1qfoi4t.png"), auto; }
  5. a, a:hover { cursor:url("http://i.imgur.com/J7OHNM4.png"), auto; }
  6. </style>
  7. <script type="text/javascript"
  8. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  9.  
  10. <script type="text/javascript"
  11. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  12. <script>
  13. $(document).ready(function() {
  14. //
  15. $('a.poplight[href^=#]').click(function() {
  16. var popID = $(this).attr('rel'); //Get Popup Name
  17. var popURL = $(this).attr('href'); //Get Popup href to define size
  18. var query= popURL.split('?');
  19. var dim= query[1].split('&');
  20. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  21. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  22. var popMargTop = ($('#' + popID).height() + 80) / 2;
  23. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  24. //Apply Margin to Popup
  25. $('#' + popID).css({
  26. 'margin-top' : -popMargTop,
  27. 'margin-left' : -popMargLeft
  28. });
  29. $('body').append('<div id="fade"></div>');
  30. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  31. return false;
  32. });
  33. $('a.close, #fade').live('click', function() {
  34. $('#fade , .popup_block').fadeOut(function() {
  35. $('#fade, a.close').remove(); //fade them both out
  36. });
  37. return false;
  38. });
  39. });
  40. </script>
  41.  
  42. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  43.  
  44. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  45.  
  46. <script>
  47.  
  48. (function($){
  49.  
  50. $(document).ready(function(){
  51.  
  52. $("a[title]").style_my_tooltips({
  53.  
  54. tip_follows_cursor:true,
  55.  
  56. tip_delay_time:30,
  57.  
  58. tip_fade_speed:300,
  59.  
  60. attribute:"title"
  61.  
  62. });
  63.  
  64. });
  65.  
  66. })(jQuery);
  67.  
  68. </script>
  69.  
  70. <!--basic tooltip from tutorial-baby! Enjoy-->
  71. <style>
  72. .tooltip{
  73. display: inline;
  74. position: relative;
  75. }
  76. #s-m-t-tooltip {
  77. max-width:400px; /*how big the tooltip can be at most*/
  78. border-radius: 0px; /*change your border radius*/
  79. padding:3px 4px 5px 4px; /*padding inside tooltip*/
  80. margin:20px 7px -2px 20px; /*distance from word*/
  81. background-color:#8c7676; /*background color*/
  82. border-top:1px solid #fff; /*border info*/
  83. border-bottom:4px double #fff; /*border info*/
  84. font-family:helvetica; /*tooltip font*/
  85. font-size:8px; /*tooltip font size*/
  86. letter-spacing:2px; /*tooltip letter spacing*/
  87. text-transform:uppercase; /*makes the tooltip title uppercase*/
  88. color:#fff; /*tooltip font color*/
  89. z-index:999999999999999999999999999999999999;
  90. -moz-transition-duration:.4s;
  91. -webkit-transition-duration:.4s;
  92. -o-transition-duration:.4s;
  93. box-shadow:-1px 1px 3px 0px #6e6e6e;
  94. }
  95. </style>
  96. <title>{Title}</title>
  97. <link rel="shortcut icon" href="http://static.tumblr.com/6oysso7/1axls7lnk/1favicon__2_.ico">
  98. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  99. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  100.  
  101. <!---- this is theme 52 by Hollywhood
  102. please don't remove the credit
  103. thank you
  104. --->
  105.  
  106. <meta name="color:Background" content="#ffffff"/>
  107. <meta name="color:Text" content="#9B9B9B"/>
  108. <meta name="color:Link" content="#b8b8b8"/>
  109. <meta name="color:Link Hover" content="#eeeeee"/>
  110. <meta name="color:border" content="#EEEEEE"/>
  111. <meta name="color:scrollbar" content="#999999">
  112.  
  113. <meta name="image:sidebar" content=""/>
  114.  
  115. <meta name="text:link 1" content="Link 1"/>
  116. <meta name="text:link 1 url" content="/"/>
  117. <meta name="text:link 2" content="Link 2"/>
  118. <meta name="text:link 2 url" content="/"/>
  119. <meta name="text:link 3" content="Link 3"/>
  120. <meta name="text:link 3 url" content="/"/>
  121. <meta name="text:link 4" content="Link 4"/>
  122. <meta name="text:link 4 url" content="/"/>
  123. <meta name="text:link 5" content="Link 5"/>
  124. <meta name="text:link 5 url" content="/"/>
  125. <meta name="text:link 6" content="Link 6"/>
  126. <meta name="text:link 6 url" content="/"/>
  127.  
  128. <style type="text/css">
  129.  
  130. ::selection {color:#fff;background-color:#664949;}
  131. ::-moz-selection {color:#fff;background-color:#664949;}
  132. ::-webkit-selection {color:#fff;background-color:#664949;}
  133.  
  134. ::-webkit-scrollbar-thumb {
  135. height:auto;
  136. background-color:#8c7676;
  137. }
  138.  
  139. ::-webkit-scrollbar {
  140. height:9px;
  141. width:4px;
  142. background-color:transparent;
  143. }
  144.  
  145.  
  146. iframe#tumblr_controls {
  147. white-space:nowrap;
  148. -webkit-filter: invert(100%);
  149. -moz-filter: invert(100%);
  150. -o-filter: invert(100%);
  151. -ms-filter: invert(100%);
  152. filter: invert(100%);
  153. opacity:.2;transition: .8s ease-in-out;
  154. -webkit-transition: .8s ease-in-out;
  155. -moz-transition: .8s ease-in-out;
  156. -o-transition: .8s ease-in-out;
  157. }
  158.  
  159. h1 {
  160. font-weight:normal;
  161. font-size:23px;
  162. text-align:center;
  163. font-style:normal;
  164. line-height:100%;
  165. letter-spacing:1px;
  166. text-transform:normal;
  167. color:#754c4c;
  168. }
  169.  
  170. h2 {
  171. font-size:20px;
  172. text-align:center;
  173. line-height:100%;
  174. letter-spacing:-0.5px;
  175. color:#754c4c;
  176. font-weight:bold;
  177. text-transform:uppercase;
  178. padding:5px;
  179. padding-bottom:2px;
  180. }
  181.  
  182. blockquote {
  183. border-left:1px solid #70767d;
  184. padding:6px;
  185. margin:9px 2px 0px 9px
  186. }
  187.  
  188.  
  189. b, strong {
  190. color: #754c4c;
  191. font-style:bold;
  192. font-family:helvetica;
  193. font-size:19px;
  194. text-shadow: 0px 1px 1px #4d4d4d;
  195. }
  196.  
  197. i, em {
  198. color: #8c6161;
  199. font-style:italic;
  200. font-size:17px;
  201. font-family:helvetica;
  202. text-shadow: 0px 0px 1px #4d4d4d;
  203. }
  204.  
  205. body {
  206. position:fixed;
  207. background-color:#d4d4d4;
  208. font-family:helvetica;
  209. font-size:17px;
  210. text-align:left;
  211. color:#754c4c;
  212. margin:0;
  213. background-image:url("http://i.imgur.com/YHOEH8U.png");
  214. background-attachment: fixed;
  215. background-image:stretch;
  216. background-repeat: no-repeat;
  217. background-image:cover;
  218. background-position:left top;
  219. }
  220.  
  221. a {
  222. text-decoration:none;
  223. outline:none;
  224. -moz-outline-style:none;
  225. color:#8c7676;
  226. -moz-transition-duration:0.5s;
  227. -webkit-transition-duration:0.5s;
  228. -o-transition-duration:0.5s;
  229. }
  230.  
  231. a:hover {
  232. outline:none;
  233. -moz-outline-style:none;
  234. color:{color:link hover};
  235. -moz-transition-duration:0.5s;
  236. -webkit-transition-duration:0.5s;
  237. -o-transition-duration:0.5s;
  238. text-shadow:0px 0px 3px #8c7676;
  239. }
  240.  
  241. img {
  242. border:none;
  243. }
  244.  
  245. #theme {
  246. width:400px;
  247. margin:0 auto -12px auto;
  248. }
  249.  
  250. #post {
  251. width:400px;
  252. padding:15px;
  253. border-top:2px solid #8c7676;
  254. border-bottom:2px solid #8c7676;
  255. outline:1px solid #d4d4d4;
  256. margin-top:-05px;
  257. margin-bottom:80px;
  258. background:#d6d6d6;
  259. opacity:.9;
  260. box-shadow:4px 4px 4px #adadad;
  261. -webkit-filter:grayscale(50%);
  262. -webkit-transition: all 0.6s ease-in-out;
  263. }
  264.  
  265. #post:hover{
  266. -webkit-filter:none;
  267. -webkit-transition: all 0.6s ease-in-out;
  268. }
  269.  
  270. #post img {
  271. max-width:500px;
  272. }
  273.  
  274. #post img, #post li, #post blockquote {max-width: 100%;}
  275. .caption {width:100%;
  276. margin-top:10px;
  277.  
  278. }
  279.  
  280.  
  281. #entries {
  282. padding:10px;
  283. left:440px;
  284. top:-10px;
  285. position:fixed;
  286. background-color:transparent;
  287. width:440px;
  288. top:0px;
  289. padding: 20px;
  290. overflow-x:scroll;
  291. scroll:left;
  292. overflow-x:hidden;
  293. height:425px;
  294.  
  295. }
  296.  
  297. #line {
  298. width:400px;
  299. height:1px;
  300. margin-top:-6px;
  301. background-color:#756565;
  302. }
  303.  
  304.  
  305. #sidebar {
  306. color:{color:text};
  307. position:fixed;
  308. width:130px;
  309. height:auto;
  310. margin-top:100px;
  311. margin-left:-50px;
  312. padding:10px;
  313. border:0px solid {color:border};
  314. text-align:left;
  315. }
  316.  
  317. #sidebarimage img {
  318. width:130px;
  319. margin-top:0px;
  320. margin-bottom:5px;
  321. position:fixed;
  322. }
  323.  
  324. #links {
  325. position:fixed;
  326. font-family:calibri;
  327. width:330px;
  328. margin-top:345px;
  329. margin-left:410px;
  330. font-size:25px;
  331. letter-spacing:-1px;
  332. text-transform:uppercase;
  333. text-align:center;
  334. line-height:200%;
  335. }
  336.  
  337. #links a{
  338. line-height:200%;
  339. padding:1px;cfcfcf
  340. margin-top:1px;
  341. margin-left:4px;
  342. margin-right:4px;
  343. color:#cfcfcf;
  344. -moz-transition-duration:.7s;
  345. -webkit-transition-duration:.7s;
  346. -o-transition-duration:.7s;
  347. -webkit-text-stroke: 2px #857272;
  348. }
  349.  
  350. #links a:hover {
  351. color: #857272;
  352. -moz-transition-duration:.4s;
  353. -webkit-transition-duration:.4s;
  354. -o-transition-duration:.4s;
  355. -webkit-text-stroke: 2px #cfcfcf;
  356. text-shadow:0px 0px 0px #8c7676;
  357.  
  358. }
  359.  
  360. #description {
  361. width:130px;
  362. font-family:times;
  363. font-size:10px;
  364. margin-bottom:0px;
  365. margin-top:10px;
  366. margin-left:0px;
  367. text-align:justify;
  368. color: {color:text};
  369. letter-spacing:0px;
  370. line-height:140%;
  371. }
  372.  
  373. #description a {
  374. color:{color:link};
  375. }
  376.  
  377. #description a:hover {
  378. color:{color:link hover};
  379. }
  380.  
  381. #pagination {
  382. font-family:arial;
  383. width:200px;
  384. font-size:17px;
  385. text-transform:normal;
  386. margin-top:295px;
  387. word-spacing:8px;
  388. margin-left:735px;
  389. font-style:normal;
  390. text-align:right;
  391. color:#8c7676;
  392. position:fixed;
  393. background:#transparent;
  394. border:0px dashed #70767d;
  395. }
  396.  
  397. #pagination a {
  398. color:#8c7676;
  399. }
  400.  
  401. #pagination a:hover {
  402. color:{color:link hover};
  403. }
  404.  
  405. #info {
  406. font-family:arial;
  407. width:400px;
  408. margin-top:5px;
  409. padding-top:7px;
  410. font-size:16px;
  411. color:{color:text};
  412. text-transform:uppercase;
  413. letter-spacing:1px;
  414. font-style:normal;
  415. text-align:center;
  416. -moz-transition-duration:0.6s;
  417. -webkit-transition-duration:0.6s;
  418. -o-transition-duration:0.6s;
  419. }
  420.  
  421. #info a {
  422. color:#756565;
  423. background:#d4d4d4;
  424. padding:3px;
  425. font-style:normal;
  426. }
  427.  
  428. #info a:hover {
  429. color:#fff;
  430. -moz-transition-duration:0.6s;
  431. -webkit-transition-duration:0.6s;
  432. -o-transition-duration:0.6s;
  433. }
  434.  
  435. .tags {
  436. font-family:arial;
  437. font-style:normal;
  438. width:400px;
  439. text-transform:normal;
  440. font-style:normal;
  441. line-height:120%;
  442. margin-top:15px;
  443. font-size:8px;
  444. text-align:center;
  445. -moz-transition-duration:0.5s;
  446. -webkit-transition-duration:0.5s;
  447. -o-transition-duration:0.5s;
  448. }
  449. .tags a{
  450. color:#756565;
  451. }
  452. .tags a:hover{
  453. color:{color:link hover};
  454. }
  455.  
  456. .audio{
  457. background-color:#e5e5e5;
  458. height:65px;
  459. overflow:hidden;
  460. }
  461.  
  462. .question {
  463. padding:9px;
  464. text-align:left;
  465. text-transform:italic;
  466. color:{color:text};
  467. background-color: #f5f5f5;
  468. border-left:3px solid #e5e5e5;
  469. line-height:120%;
  470. }
  471.  
  472. .answer {
  473. text-align:left;
  474. padding:7px;
  475. color:{color:text};
  476. }
  477.  
  478. #credit {
  479. font-size:9px;
  480. font-family:cambria;
  481. font-style:italic;
  482. letter-spacing:1px;
  483. -moz-transition-duration:0.5s;
  484. -webkit-transition-duration:0.5s;
  485. -o-transition-duration:0.5s;
  486. }
  487.  
  488. #credit a {
  489. background-color:#fff;
  490. padding:5px;
  491. border:1px solid #e9e9e9;
  492. position:fixed;
  493. right:15px;
  494. bottom:10px
  495. }
  496.  
  497. #credit a:hover {
  498. color:#fff;
  499. background-color:#191919;
  500. }
  501.  
  502. {CustomCSS}
  503.  
  504. .sfm input {background-color: #f5f5f5;
  505. font-size: 8px;
  506. border: 1px solid #b0b0b0;
  507. text-transform: uppercase;
  508. margin-top: 0px;
  509. color: #b0b0b0;
  510. letter-spacing: 1px;
  511. padding: 4px 8px;
  512. font-family: calibri, helvetica, arial;}
  513.  
  514.  
  515. #musicplayer {
  516. position: fixed;
  517. left: 72px;
  518. top: 410px; }
  519.  
  520. .yo {
  521. position: absolute;
  522. left: 35px;
  523. top: 0px;
  524. font-style: oblique; font: 9px georgia;
  525. width: 80px;
  526. height: auto;
  527. padding: 5px;
  528. background-color: #fff;
  529. opacity: 0;
  530. -webkit-transition: all 0.3s ease-in;
  531. -moz-transition: all 0.3s ease-in;
  532. -o-transition: all 0.3s ease-in;
  533. -ms-transition: all 0.3s eease-in;
  534. transition: all 0.3s ease-in; }
  535.  
  536. #musicplayer:hover .yo {
  537. opacity: 1;
  538. -webkit-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.03);
  539. -moz-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.03);
  540. box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.03); }
  541.  
  542. .player {
  543. border: 0px solid #666;
  544. padding-top:2px;
  545. padding-right:1px;
  546. position: fixed;
  547. width: 26px;
  548. height:20px;
  549. margin: 3px 0px 0px 0px;
  550. overflow: hidden;
  551. z-index: 9999;
  552. opacity: 0.6; }
  553.  
  554.  
  555.  
  556. #fade {
  557. display: none;
  558. background: transparent;
  559. position: fixed;
  560. left: 0;
  561. top: 0;
  562. width: 100%;
  563. height: 100%;
  564. opacity: .60;
  565. z-index: 9999;
  566. background:#d9d9d9;
  567. }
  568.  
  569. .popup_block{
  570. display: none;
  571. background: #e0e0e0;
  572. padding: 20px;
  573. float: left;
  574. position: fixed;
  575. top: 50%;
  576. left: 50%;
  577. z-index: 999999999;
  578. height:250px;
  579. border:2px solid #8c7676;
  580. text-align:center;
  581. color:#5d5d5d;
  582. opacity:.9;
  583. overflow-x:scroll;
  584. scroll:left;
  585. overflow-x:hidden;
  586. font-family:calibri;
  587. }
  588.  
  589. img.btn_close {
  590. float: right;
  591. margin: -55px -55px 0 0;
  592. }
  593.  
  594. *html #fade {
  595. position: absolute;
  596. }
  597.  
  598. *html .popup_block {
  599. position: absolute;
  600. }
  601.  
  602. #boxbyireverent {
  603. position:fixed;
  604. z-index:999;
  605. padding:13px;
  606. background:#d4d4d4;
  607. position:fixed;
  608. font-family:corbel;
  609. font-size:13px;
  610. overflow:auto;
  611. text-align:left;
  612. line-height:13px;
  613. position:fixed;
  614. margin-left:20px;
  615. bottom:20px;
  616. border-radius:0px;
  617. color:#525252;
  618. width:140px;
  619. height:63px;
  620. text-transform:none;
  621. border-top:3px solid #8c7676;
  622. border-bottom:3px solid #8c7676;
  623. overflow:hidden;
  624. transition: all 0.6s ease-out;
  625. -o-transition-transition: all 0.6s ease-out;
  626. -webkit-transition: all 0.6s ease-out;
  627. -moz-transition: all 0.6s ease-out;
  628. box-shadow:-0px 0px 0px 0px #6e6e6e;
  629. opacity:.9;
  630. }
  631. </style></head><body>
  632.  
  633. <div id="musicplayer">
  634.  
  635.  
  636. <div class="player">
  637. <a title="his theme.">
  638. <object type="application/x-shockwave-flash" data="http://flash-mp3-player.net/medias/player_mp3_maxi.swf" width="26" height="20">
  639. <param name="movie" value="http://flash-mp3-player.net/medias/player_mp3_maxi.swf" />
  640. <param name="bgcolor" value="#d4d4d4" />
  641. <param name="FlashVars" value="mp3=https%3A//dl.dropboxusercontent.com/content_link/x7aMHP962TFLbnoU3TeVFmviAEIBA82N4xY9VLvdIAJRVrgvGL7fyIRosgK6COpZ/file&amp;width=26&amp;loop=1&amp;autoplay=1&amp;volume=50&amp;showslider=0&amp;bgcolor=d4d4d4&amp;bgcolor1=d4d4d4&amp;bgcolor2=d4d4d4&amp;buttoncolor=8c7676&amp;buttonovercolor=754c4c" />
  642. </object></div></div></a>
  643.  
  644. </div>
  645.  
  646.  
  647. <div id="boxbyireverent">
  648. <div style="overflow:auto; width: 145px;padding-right:4px; height: 80px; border: 0px solid #000000; background-color: #d4d4d4;font-family:consolas;font-size:12px;letter-spacing:1px;text-transform:uppercase; text-align: center; color:#5;margin-top:-10px;">
  649.  
  650. <p>
  651. private & selective apollo justice / housuke odoroki.<br>written by <A href="http://princesslucina.flavors.me/">trisha.</A><br><a href="http://hollywhoodthemes.tumblr.com/">base code credit.</a><br><a href="http://tertian.tumblr.com/post/79407585483/apollos">art credit.</a>
  652. </div></div>
  653.  
  654. <div id="rules" class="popup_block"><div style="background-color:transparent; width:340px;padding:06px;text-align:center; text-style:normal;border:1px dashed #8c7676;border-radius:0px; color:#5d5d5d;opacity:1; letter-spacing:1px;font-size:13px;height:auto;margin-top:6px;margin-left:70px;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>
  655. <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>
  656. <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>
  657. <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>
  658. <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>
  659.  
  660. </div>
  661. </div>
  662.  
  663. <div id="NAVI" class="popup_block"><center>
  664. <div style="background-color:transparent; width:340px;padding:06px;text-align:center; text-style:normal;border-left:3px solid #8c7676;border-top:1px solid #8c7676;border-right:3px solid #8c7676;border-bottom:1px solid #8c7676;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>
  665. <form action="/search" method="get" class="sfm">
  666. <input type="text" name="q" value="{SearchQuery}" id="sf"/>
  667. <input type="submit" value="Search" id="sb"/>
  668. </form><p></div><p><p><div style="background-color:#8c7676; 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 #e0e0e0; outline:1px dashed #8c7676;font-family:cambria;">COURT RECORD.</div>
  669. <div style="background-color:transparent; width:250px;padding:06px;text-align:center; text-style:normal;border-left:3px solid #8c7676;border-right:3px solid #8c7676;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 #8c7676;border-right:3px solid #8c7676;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 #8c7676;border-right:3px solid #8c7676;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 #8c7676;border-right:3px solid #8c7676;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 #8c7676;border-right:3px solid #8c7676;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:#8c7676; 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 #e0e0e0; outline:1px dashed #8c7676;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 #8c7676;border-right:3px solid #8c7676;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 #8c7676;border-right:3px solid #8c7676;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 #8c7676;border-right:3px solid #8c7676;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 #8c7676;border-right:3px solid #8c7676;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 #8c7676;border-right:3px solid #8c7676;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 #8c7676;border-right:3px solid #8c7676;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 #8c7676;border-right:3px solid #8c7676;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 #8c7676;border-right:3px solid #8c7676;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 #8c7676;border-right:3px solid #8c7676;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 #8c7676;border-right:3px solid #8c7676;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 #8c7676;border-right:3px solid #8c7676;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 #8c7676;border-right:3px solid #8c7676;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 #8c7676;border-right:3px solid #8c7676;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:#8c7676; 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 #e0e0e0; outline:1px dashed #8c7676;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 #8c7676;border-right:3px solid #8c7676;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 #8c7676;border-right:3px solid #8c7676;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 #8c7676;border-right:3px solid #8c7676;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 #8c7676;border-right:3px solid #8c7676;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 #8c7676;border-right:3px solid #8c7676;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 #8c7676;border-right:3px solid #8c7676;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 #8c7676;border-right:3px solid #8c7676;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 #8c7676;border-right:3px solid #8c7676;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.">apollo &. ema.</A></div><div style="background-color:transparent; width:250px;padding:06px;text-align:center; text-style:normal;border-left:3px solid #8c7676;border-right:3px solid #8c7676;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 #8c7676;border-right:3px solid #8c7676;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 #8c7676;border-right:3px solid #8c7676;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 #8c7676;border-right:3px solid #8c7676;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 #8c7676;border-right:3px solid #8c7676;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 #8c7676;border-right:3px solid #8c7676;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 #8c7676;border-right:3px solid #8c7676;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>
  670. </div>
  671.  
  672.  
  673. <div id="theme">
  674.  
  675. <div id="sidebar">
  676.  
  677. <div id="sidebarimage">
  678. <a title="{text:homelink title}" href="/"><img src="{image:sidebar}"> </a></div>
  679.  
  680.  
  681. <div id="description">
  682. {Description}</div>
  683. <div id="links">
  684. <a title="{text:link 1}" href="{text:link 1 url}">●</a>
  685. <a title="{text:link 2}" href="{text:link 2 url}">●</a>
  686. <a title="{text:link 3}" href="#?w=500" rel="rules" class="poplight">●</a>
  687. <a title="{text:link 4}" href="{text:link 4 url}">●</a>
  688. <a title="{text:link 5}" href="{text:link 5 url}">●</a>
  689. <a title="{text:link 6}" href="#?w=500" rel="NAVI" class="poplight">●</a>
  690. </div>
  691. <p></p><br><br><br>
  692.  
  693. {block:Pagination}
  694. <div id="pagination">
  695. {block:PreviousPage}
  696. <a href="{PreviousPage}">←</a>
  697. {/block:PreviousPage}
  698. {block:JumpPagination length="4"}
  699. {block:CurrentPage}
  700. <span class="current_page">{PageNumber}</span>
  701. {/block:CurrentPage}
  702. {block:JumpPage}
  703. <a class="jump_page" href="{URL}">{PageNumber}</a>
  704. {/block:JumpPage}
  705. {/block:JumpPagination}
  706. {block:NextPage}
  707. <a href="{NextPage}">→</a>
  708. {/block:NextPage}
  709. </div>
  710. {/block:Pagination}
  711. </div>
  712.  
  713.  
  714.  
  715. <div id="entries">{block:Posts}<div id="post">
  716.  
  717. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  718.  
  719. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  720.  
  721. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  722.  
  723. {block:Quote}<big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  724.  
  725. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  726.  
  727. {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}
  728.  
  729. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="65px" align="left">{/block:AlbumArt}<div class="audio">{AudioPlayerGrey}<br>{block:TrackName}&nbsp;&nbsp;&nbsp;&nbsp; {TrackName}{/block:TrackName}
  730. {block:Artist} &nbsp;—&nbsp; {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  731.  
  732. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  733.  
  734. {block:Answer}<div class="question"><img src="{AskerPortraitURL-24}" style="float:left;">&nbsp;&nbsp; {ASKER}:<br><i>&nbsp;&nbsp; {Question}</i></div><div class="answer">{Answer}</div>{/block:answer}
  735.  
  736. {block:Date}<div id="info"> <a title="{TimeAgo}" href="{Permalink}">✦</a>
  737. {/block:Date} {block:NoteCount}&nbsp; <a title="permalink" href="{Permalink}">✦</a>
  738. &nbsp;{/block:NoteCount}
  739. {block:RebloggedFrom} <a title="{ReblogParentName}" href="{ReblogParentURL}">✦</a> {/block:RebloggedFrom}{block:ContentSource} &nbsp; <a title="{SourceTitle}" href="{SourceURL}">✦</a>{/block:ContentSource} {/block:RebloggedFrom} </br>
  740. </div>
  741.  
  742. <div id="line"></div>
  743.  
  744. {block:HasTags}
  745. <div class="tags">
  746. {block:Tags} <a href="{TagURL}"> <big>#</big> {Tag} &nbsp; </a> {/block:Tags}</div>
  747. {/block:HasTags}
  748. <div class="postnote">
  749. {block:PostNotes}{PostNotes}{/block:PostNotes}
  750. </div>
  751.  
  752. </div>
  753.  
  754. {/block:Posts}
  755.  
  756.  
  757. </div>
  758. </body>
  759.  
  760. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement