Advertisement
owlette

klavier.

Mar 4th, 2014
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.41 KB | None | 0 0
  1.  
  2. <style type="text/css">
  3. .pfor {display: none;}
  4. body {background-color: transparent;}
  5. #profile {background-color: transparent;}
  6. #profile {border: 0px;}
  7.  
  8. @font-face {
  9. font-family: "heather";
  10. src: url('http://static.tumblr.com/7fjp0ap/yh5mcyonf/heather_.ttf');}
  11.  
  12.  
  13.  
  14. @font-face {
  15. font-family: "trajanpro";
  16. src: url('http://static.tumblr.com/7fjp0ap/S1Qmelzqa/trajanpro-regular.otf');}
  17.  
  18.  
  19.  
  20. body {
  21. background-image: url('http://www.freefever.com/stock/textures-wallpapers-purple-leather-texture-free-high-resolution-photo-dimensions-wallpaper.jpg');
  22. background-color: #ffffff;
  23. background-attachment: fixed;
  24. background-repeat: repeat;
  25. color: #212d35;
  26. font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
  27. font-size: 10px;
  28. }
  29.  
  30.  
  31.  
  32. ::-webkit-scrollbar-thumb {
  33. background-color: #3e4f57;
  34. height: 5px;
  35. width: 8px;
  36. }
  37.  
  38. ::-webkit-scrollbar {
  39. height: 5px;
  40. width: 8px;
  41. background-color: #ffffff;
  42. }
  43.  
  44. a{
  45. color: #3e697c;
  46. text-decoration: none;
  47. -webkit-transition: all 0.5s linear;
  48. -moz-transition: all 0.5s linear;
  49. -o-transition: all 0.5s linear;
  50. }
  51.  
  52. a:hover{
  53. color: #465359;
  54. }
  55.  
  56.  
  57.  
  58.  
  59. #center{
  60. margin-top:-20;
  61. margin-left:auto;
  62. margin-right:auto;
  63.  
  64. width: 960px;
  65. }
  66.  
  67.  
  68.  
  69.  
  70. #sidee{
  71. position: fixed;
  72. left: 100px;
  73. top: 50px;
  74. bottom: 50px;
  75. width: 300px;
  76. text-align:center;
  77. }
  78.  
  79.  
  80.  
  81.  
  82. #side2{
  83.  
  84. border: 2px dotted #708a9b;
  85. width: 250px;
  86. height: 250px;
  87. text-align: center;
  88. padding: 1px;
  89. -moz-border-radius: 250px 250px 250px 250px;
  90. -webkit-border-radius: 250px 250px 250px 250px;
  91. border-radius: 250px 250px 250px 250px;
  92. -webkit-transition: all 1.1s ease;
  93. -moz-transition: all 1.1s ease;
  94. -o-transition: all 1.1s ease;
  95. }
  96.  
  97.  
  98. #sidee:hover #side2{
  99. -moz-border-radius: 0px 0px 0px 0px;
  100. -webkit-border-radius: 0px 0px 0px 0px;
  101. border-radius: 0px 0px 0px 0px;
  102. -webkit-transition: all 1.1s ease;
  103. -moz-transition: all 1.1s ease;
  104. -o-transition: all 1.1s ease;
  105.  
  106. }
  107.  
  108.  
  109. #side2x img{
  110. height: 250px;
  111. width: 250px;
  112. -moz-border-radius: 250px 250px 250px 250px;
  113. -webkit-border-radius: 250px 250px 250px 250px;
  114. border-radius: 250px 250px 250px 250px;
  115. -webkit-transition: all 1.1s ease;
  116. -moz-transition: all 1.1s ease;
  117. -o-transition: all 1.1s ease;
  118. }
  119.  
  120.  
  121. #sidee:hover #side2x img{
  122. -moz-border-radius: 0px 0px 0px 0px;
  123. -webkit-border-radius: 0px 0px 0px 0px;
  124. border-radius: 0px 0px 0px 0px;
  125. -webkit-transition: all 1.1s ease;
  126. -moz-transition: all 1.1s ease;
  127. -o-transition: all 1.1s ease;
  128. }
  129.  
  130.  
  131.  
  132. #linkbox1{
  133. opacity:0;
  134. margin-top: -250px;
  135. margin-left:-80px;
  136. width: 150px;
  137. display: inline-block;
  138. position:absolute;
  139. z-index:999;
  140. text-align:center;
  141. -webkit-transition: all 1.1s ease;
  142. -moz-transition: all 1.1s ease;
  143. -o-transition: all 1.1s ease;
  144. }
  145.  
  146.  
  147.  
  148. #linkbox1 a{
  149. text-transform: none;
  150. display: block;
  151. width: 150px;
  152. padding: 2px;
  153. padding-left:3px;
  154. margin-bottom: 2px;
  155. margin-right: 0px;
  156. text-align: center;
  157. font-family: calibri;
  158. font-size: 12px;
  159. color: #dee9f2;
  160. background-color: #3e4f57;
  161. -webkit-transition: all 0.5s ease-in-out;
  162. -moz-transition: all 0.5s ease-in-out;
  163. -o-transition: all 0.5s ease-in-out;
  164.  
  165. }
  166.  
  167. #linkbox1 a:hover{
  168. color: #3e4f57;
  169. background-color: #dee9f2;
  170. -webkit-transition: all 0.5s ease-in-out;
  171. -moz-transition: all 0.5s ease-in-out;
  172. -o-transition: all 0.5s ease-in-out;
  173. }
  174.  
  175.  
  176.  
  177.  
  178. #side2:hover #linkbox1{
  179. margin-left:-80px;
  180. margin-top:-200px;
  181. opacity:1;
  182. }
  183.  
  184.  
  185.  
  186.  
  187. #side3{
  188.  
  189. left: 860px;
  190. position:fixed;
  191. top:50%;
  192. margin-top:-245px;
  193. overflow:visible;
  194. display:inline-block;
  195. width: 150px;
  196. height:490px;
  197. text-align:center;
  198. }
  199.  
  200.  
  201. #navibox{
  202. margin-top:20px;
  203. width: 250px;
  204. text-align: center;
  205. }
  206.  
  207. #navibox a{
  208. display:inline-block;
  209. margin-left:10px;
  210. }
  211.  
  212. #sidex1 img{
  213.  
  214. width: 150px;
  215. height: 150px;
  216. -moz-border-radius: 150px 150px 150px 150px;
  217. -webkit-border-radius: 150px 150px 150px 150px;
  218. border-radius: 150px 150px 150px 150px;
  219. }
  220.  
  221.  
  222.  
  223.  
  224. #sidex2 img{
  225.  
  226. margin-top: 20px;
  227.  
  228. width: 150px;
  229. height: 150px;
  230. -moz-border-radius: 150px 150px 150px 150px;
  231. -webkit-border-radius: 150px 150px 150px 150px;
  232. border-radius: 150px 150px 150px 150px;
  233.  
  234. }
  235.  
  236.  
  237.  
  238. #sidex3 img{
  239. margin-top: 20px;
  240.  
  241. width: 150px;
  242. height: 150px;
  243. -moz-border-radius: 150px 150px 150px 150px;
  244. -webkit-border-radius: 150px 150px 150px 150px;
  245. border-radius: 150px 150px 150px 150px;
  246.  
  247. }
  248.  
  249.  
  250. #descbox{
  251. margin-top: 5px;
  252. width: 240px;
  253. padding: 5px;
  254. color: #58FAF4;
  255. font-family: tahoma;
  256. font-size: 10px;
  257. font-style:italic;
  258. letter-spacing: 1px;
  259. }
  260.  
  261.  
  262.  
  263.  
  264. #sidetitle{
  265. font-size: 30px;
  266. font-family: heather;
  267. margin-top: 5px;
  268. width: 240px;
  269. display: inline-block;
  270. padding: 5px;
  271. line-height:25px;
  272. border-bottom: 1px dotted ;
  273. }
  274.  
  275.  
  276. #sidetitle a{
  277. color: #8ca1af;
  278. -webkit-transition: all 0.5s ease-in-out;
  279. -moz-transition: all 0.5s ease-in-out;
  280. -o-transition: all 0.5s ease-in-out;
  281. }
  282.  
  283. #sidetitle a:hover{
  284. color: #385364;
  285. }
  286.  
  287.  
  288.  
  289.  
  290. #pagi{
  291. margin-top: auto;
  292. font-size: 15px;
  293. font-family: calibri;
  294. font-style:italic;
  295. }
  296.  
  297. #pagi a{
  298. color:#384146;
  299. }
  300.  
  301.  
  302. #posts{
  303. margin-left: auto;
  304. margin-top: auto;
  305. margin-bottom:auto;
  306.  
  307. width: 500px;
  308. }
  309.  
  310. img.center {
  311. display: block;
  312. margin-left: auto;
  313. margin-right: auto;
  314. }
  315.  
  316.  
  317. .entry{
  318. border:1px solid #5a6d7a;
  319.  
  320. width: 400px;
  321. text-align:justify;
  322. padding:10px;
  323. padding-bottom:0px;
  324. margin-bottom: 20px;
  325. overflow: hidden;
  326. font-family: calibri;
  327. font-size: 12px;
  328. background-color: #f7f7f7;
  329. }
  330.  
  331. .entry img{
  332.  
  333. max-width: 400px;
  334.  
  335. opacity: 0.7;
  336. -webkit-transition: all 0.7s ease-in-out;
  337. -moz-transition: all 0.7s ease-in-out;
  338. -o-transition: all 0.7s ease-in-out;
  339. }
  340.  
  341.  
  342. .entry img:hover{
  343. opacity: 1;
  344. }
  345.  
  346.  
  347.  
  348.  
  349. .photosetfade {
  350. opacity: 0.7;
  351. filter:alpha(opacity=70);
  352. -moz-opacity: 0.7;
  353. -webkit-transition: all 0.7s linear;
  354. -moz-transition: all 0.7s linear;
  355. -o-transition: all 0.7s linear;
  356. }
  357.  
  358.  
  359.  
  360.  
  361. .photosetfade:hover {
  362. opacity: 1;
  363. filter:alpha(opacity=100);
  364. -moz-opacity: 0.9;
  365. }
  366.  
  367.  
  368.  
  369. .entry b, strong{
  370. color: #5a6d7a;
  371. }
  372.  
  373. .entry i, em{
  374. color: #5e6f77;
  375. }
  376.  
  377. .entry a{
  378. color: ;
  379. text-decoration: none;
  380. }
  381.  
  382. .entry h1{
  383. font-family: consolas;
  384. text-transform: uppercase;
  385. font-size: 15px;
  386. font-weight: 20px;
  387. letter-spacing: 1px;
  388. }
  389.  
  390. .entry h1 a{
  391. color: #3e697c;
  392. }
  393.  
  394. blockquote{
  395. background-color:#f1f2f3;
  396. color: #8ca1af;
  397. border-left: 5px solid #668aa2;
  398. font-size: 12px;
  399. padding-left:10px;
  400. padding-right: 4px;
  401. padding-top: 3px;
  402. padding-bottom: 3px;
  403. margin:5px;
  404. text-align:justify;
  405. }
  406.  
  407.  
  408. .entry blockquote img{
  409. max-width: 90%;
  410. margin-left: 3px;
  411. }
  412.  
  413.  
  414.  
  415. #quote{
  416. color: ;
  417. padding: 15px;
  418. font-family: garamond;
  419. font-style: italic;
  420. text-transform: none;
  421. letter-spacing: 1px;
  422. text-align:center;
  423. font-size:18px;
  424. }
  425.  
  426.  
  427. #perma{
  428. z-index: 999;
  429. font-family: cambria;
  430. font-size: 9px;
  431. letter-spacing: 1px;
  432.  
  433. width: 410px;
  434. margin-top: 10px;
  435. margin-left: -10px;
  436. display: inline-block;
  437. background-color: #ebebeb;
  438. color: #212d35;
  439. padding: 5px;
  440. text-align: center;
  441.  
  442. }
  443.  
  444. #perma a{
  445. color: #a59a87;
  446. font-style: none;
  447. }
  448.  
  449. #perma a:hover {
  450. color: #839fb6;
  451. font-style: none;
  452. }
  453.  
  454. x{
  455. font-size: 13px;
  456. color: #212d35;
  457. }
  458.  
  459.  
  460. .permalink {
  461. font-family: cambria;
  462. font-size: 10px;
  463. color: #212d35;
  464. text-transform: uppercase;
  465. text-align: center;
  466.  
  467. width: 394px;
  468. margin-top: 20px;
  469. padding:10px;
  470. margin-bottom: 10px;
  471. margin-left: -10px;
  472. float: left;
  473. background-color: #f7f7f7;
  474. }
  475.  
  476. .permalink b,strong{
  477. color: #5a6d7a;
  478. font-weight: normal;
  479. }
  480.  
  481. #date {
  482. color: #212d35;
  483. }
  484.  
  485. .permalink a {
  486. color: #3e697c;
  487. text-decoration: none;
  488. }
  489.  
  490.  
  491.  
  492. .title{
  493. color: #6697b8;
  494. padding: 5px;
  495. margin-bottom:10px;
  496. font-size: 25px;
  497. font-family: trajanpro;
  498. line-height: 100%;
  499. text-transform: none;
  500. text-align: center;
  501. border-bottom: 1px #212d35 dotted;
  502. }
  503.  
  504.  
  505.  
  506. .ask {
  507.  
  508. width: 380px;
  509. display: inline-block;
  510. padding: 10px;
  511. line-height: 10px;
  512. text-align: justify;
  513. background-color: #575656;
  514. font-family: calibri;
  515. color: #ffffff;
  516. font-size: 11px;
  517. text-transform: none;
  518. }
  519.  
  520. .ask i {
  521. font-style: normal;
  522. }
  523.  
  524. .ask b {
  525. font-weight: normal;
  526. }
  527.  
  528. .ask a{
  529. float: left;
  530. display: block;
  531. margin-right: 5px;
  532. font-family: comic;
  533. }
  534.  
  535.  
  536. .askimg{
  537. display: block;
  538. float: left;
  539. margin-right: 10px;
  540. width: 48px;
  541. height:48px;
  542. border: 2px solid #f7f7f7;
  543. }
  544.  
  545. .askimg img{
  546. width: 48px;
  547. height: 48px;
  548. }
  549.  
  550.  
  551.  
  552. iframe#tumblr_controls {
  553. right:3px !important;
  554. position:fixed !important;
  555. opacity: 0.5;
  556. filter:alpha(opacity=0.5);
  557. -moz-opacity: 0.5;
  558. -webkit-transition: all 0.5s linear;
  559. -moz-transition: all 0.5s linear;
  560. -o-transition: all 0.5s linear;
  561. }
  562.  
  563. iframe#tumblr_controls:hover {
  564. opacity: 1;
  565. filter:alpha(opacity=1);
  566. -moz-opacity: 1;
  567. }
  568.  
  569. #source {
  570. font-family: consolas;
  571. font-size:7pt;
  572. text-align: right;
  573. margin-top: -5px;
  574. }
  575.  
  576. ol.notes {
  577. background-color:#f7f7f7;
  578. font-family:tahoma;
  579. font-size:10px;
  580. padding-top:10px;
  581. border: 0px;
  582. padding-left:15px;
  583. margin-top:10px;
  584.  
  585. width:376px;
  586. margin-left: 0px;
  587. list-style-type: none;}
  588.  
  589. ol.notes li.note {
  590. background: ;
  591. padding:5px;
  592.  
  593. width:380px;
  594. letter-spacing: 0px;
  595. text-align: left;
  596. }
  597.  
  598. ol.notes li.note a{
  599. color:;
  600. background: ;
  601. font-family:tahoma;
  602. text-transform:none;
  603. letter-spacing:0px;
  604. font-size:10px;}
  605.  
  606. ol.notes li.note img.avatar {
  607. vertical-align: -4px;
  608. margin-right: 0px;
  609. }
  610.  
  611. #musicbox{
  612. width: 270px;
  613. height: 100px;
  614. text-align: left;
  615. }
  616.  
  617. .cover {
  618. width:100px;
  619. height: 100px;
  620. display: block;
  621. position:absolute;
  622. z-index:2;
  623. }
  624.  
  625. .cover img{
  626. width: 100px;
  627. height: 100px;
  628. }
  629.  
  630. .coverx{
  631. width: 100px;
  632. height: 100px;
  633. display: block;
  634. position:absolute;
  635. z-index:1;
  636. }
  637.  
  638. .coverx img{
  639. width: 100px;
  640. height: 100px;
  641. }
  642.  
  643. .playbutton {
  644. width:20px;
  645. height: 20px;
  646. line-height:20px;
  647. overflow: hidden;
  648. position:relative;
  649. z-index:100;
  650. margin-left:2px;
  651. margin-top:2px;
  652. }
  653.  
  654.  
  655. .playbox {
  656. opacity: 0.8;
  657. background-color: #000000;
  658. position: absolute;
  659. z-index: 1000;
  660. margin-top:36px;
  661. margin-left:36px;
  662. width:30px;
  663. height:30px;
  664. line-height:32px;
  665. text-align:center;
  666. }
  667.  
  668. .audioplayer {
  669. float:left;
  670. margin-left: 100px;
  671. position: absolute;
  672. display: block;
  673. margin-top: 10px;
  674. padding-bottom:7px;
  675. }
  676.  
  677. .infomusic {
  678. text-align:left;
  679.  
  680. max-width: 290px;
  681. margin-left:10px;
  682. padding:5px;
  683. }
  684.  
  685.  
  686.  
  687. .odd .line {
  688. background-color: #f7f7f7;
  689. padding: 3px;
  690. margin-bottom:3px;
  691. color:#212d35;
  692. }
  693. .even .line {
  694. background-color: #5a6d7a;
  695. padding:3px;
  696. margin-bottom:3px;
  697. color:#212d35;
  698. }
  699. .odd .name {
  700. color: #212d35;
  701. padding: 3px;
  702. }
  703. .even .name {
  704. color: #212d35;
  705. padding: 3px;
  706. }
  707.  
  708.  
  709.  
  710. #square{
  711. position:fixed;
  712. top:35px;
  713. right:10px;
  714. width:30px;
  715. height:30px;
  716. line-height:10px;
  717. overflow:hidden;
  718. background-color:#a3b4c0;
  719. box-shadow: 2px 3px 10px 0px ;
  720. }
  721. #gif{
  722. height:30px;
  723. width:60px;
  724. margin-left:-30px;
  725. -webkit-transition: all .7s ease-in-out;
  726. -moz-transition: all .7s ease-in-out;
  727. -o-transition: all .7s ease-in-out;
  728. -ms-transition: all .7s ease-in-out;
  729. transition: all .7s ease-in-out;
  730. }
  731. #gif:hover{
  732. margin-left:2px;
  733. -webkit-transition: all .7s ease-in-out;
  734. -moz-transition: all .7s ease-in-out;
  735. -o-transition: all .7s ease-in-out;
  736. -ms-transition: all .7s ease-in-out;
  737. transition: all .7s ease-in-out;
  738. }
  739. #player{
  740. height:30px;
  741. padding:5px;
  742. width:13px;
  743. margin-left:2px;
  744. overflow:hidden;
  745. position:absolute;
  746. }
  747.  
  748.  
  749.  
  750.  
  751.  
  752.  
  753. </style>
  754.  
  755.  
  756.  
  757.  
  758.  
  759.  
  760.  
  761.  
  762.  
  763.  
  764.  
  765.  
  766.  
  767.  
  768.  
  769.  
  770.  
  771.  
  772.  
  773. <div id="square">
  774. <div id="gif">
  775. <div id="player">
  776.  
  777. </div>
  778. <img style="margin-left:38px;margin-top:8px;" src="http://media.tumblr.com/tumblr_lm6prnRzP61qfoi4t.gif">
  779. </div>
  780. </div>
  781.  
  782.  
  783.  
  784.  
  785.  
  786.  
  787.  
  788.  
  789.  
  790.  
  791.  
  792.  
  793.  
  794.  
  795.  
  796.  
  797.  
  798.  
  799. <div id="sidee">
  800.  
  801. <div style="display: table; padding:5px; height: 100%; #position: relative; overflow: hidden; z-index:999;">
  802. <div style=" #position: absolute; #top: 50%;display: table-cell; vertical-align: middle;">
  803. <div style=" #position: relative; #top: -50%; padding:5px;">
  804.  
  805.  
  806. <div id="side2">
  807.  
  808.  
  809.  
  810. <div id="side2x"><img src="http://klavier.radiant-illusion.net/head_02.jpg"></div>
  811.  
  812. <center>
  813.  
  814. <div id="linkbox1">
  815. <a href="/" >-</a>
  816. <a href="/" >-</a>
  817. <a href="/" >-</a>
  818. <a href="/" >-</a>
  819. <a href="/" >-</a>
  820. <a href="/" >-</a>
  821. <a href="/" >-</a>
  822. <a href="/" >-</a>
  823. </div>
  824. </center>
  825.  
  826. </div>
  827.  
  828. <center><div id="sidetitle"><a href="/">Prosecutor</a></div></center>
  829.  
  830.  
  831.  
  832. <center>
  833. <div id="descbox">"Achtung, baby! Today, we play it my way!"</div>
  834. </center>
  835.  
  836. <center>
  837. <div id="navibox">
  838. <a href="/"><img src="http://fc09.deviantart.net/fs32/f/2008/215/f/2/Klavier_Gavin_Sprite_by_Bluee_Chan.png"></a>
  839. <a href="/ask"><img src="http://fc09.deviantart.net/fs32/f/2008/215/f/2/Klavier_Gavin_Sprite_by_Bluee_Chan.png"></a>
  840. <a href="/archive"><img src="http://fc09.deviantart.net/fs32/f/2008/215/f/2/Klavier_Gavin_Sprite_by_Bluee_Chan.png"></a>
  841. <a href="http://dianthus-s.tumblr.com/"><img src="http://fc09.deviantart.net/fs32/f/2008/215/f/2/Klavier_Gavin_Sprite_by_Bluee_Chan.png"></a>
  842. </div>
  843. </center>
  844.  
  845.  
  846.  
  847.  
  848.  
  849. </div>
  850.  
  851.  
  852.  
  853. </div>
  854. </div>
  855. </div>
  856.  
  857.  
  858.  
  859.  
  860. <div id="posts">
  861.  
  862.  
  863.  
  864. <div class="entry" >
  865.  
  866.  
  867.  
  868.  
  869.  
  870.  
  871.  
  872.  
  873.  
  874.  
  875.  
  876.  
  877.  
  878.  
  879.  
  880.  
  881.  
  882.  
  883.  
  884.  
  885.  
  886.  
  887.  
  888.  
  889.  
  890.  
  891.  
  892.  
  893.  
  894.  
  895.  
  896. <div id="perma">
  897. <center><h1>Statistics</h1></center>
  898. <center>
  899. <br>
  900. <b>Name:</b>Klavier Gavin<br>
  901. <b>Gender:</b>Male<br>
  902. <b>Hair:</b>Platinum Blonde<br>
  903. <b>Eyes:</b>26<br>
  904. <b>Job:</b>Lead single for the "Gavineers"/Prosecutor at law in his spare time.<br>
  905. <b>Height:</b>Tall<br>
  906. <b>Weight:</b>Slim<br>
  907. <b>Martial Status:</b>Single<br>
  908. <b>Sexual Orientation:</b>Femine types.<br>
  909. <img src="http://images1.wikia.nocookie.net/__cb20120731142560/aceattorney/images/c/c6/Klavier_Air_Guitar_8.gif" width="600">
  910.  
  911.  
  912. <br> </center>
  913.  
  914.  
  915.  
  916. </div>
  917.  
  918.  
  919. </div>
  920.  
  921.  
  922.  
  923.  
  924.  
  925.  
  926.  
  927.  
  928.  
  929. <div class="entry" >
  930.  
  931.  
  932.  
  933.  
  934.  
  935.  
  936. <a href="http://a--ssassian.tumblr.com/image/37322784756"><img src="https://31.media.tumblr.com/273077370bd5ef0e3d07daed03b0a474/tumblr_inline_mywb7pLqKN1qhazmx.gif" class="center" width="600"></a>
  937.  
  938.  
  939.  
  940.  
  941.  
  942.  
  943.  
  944.  
  945.  
  946.  
  947.  
  948.  
  949.  
  950.  
  951.  
  952.  
  953.  
  954.  
  955.  
  956.  
  957.  
  958.  
  959.  
  960.  
  961.  
  962.  
  963. <div id="perma">
  964.  
  965.  
  966.  
  967.  
  968. </div>
  969.  
  970.  
  971. </div>
  972.  
  973.  
  974.  
  975.  
  976.  
  977. </div>
  978.  
  979.  
  980.  
  981.  
  982.  
  983.  
  984.  
  985. <div>
  986.  
  987. <img src="http://2.bp.blogspot.com/-qoWS8zW5pDE/Ujo8DZDBq9I/AAAAAAAArKY/xT3jduITWZg/s1600/Phoenix%2BWright%2BAce%2BAttorney%2B-%2BDual%2BDestinies%2B-%2BArte%2BKlavier_Gavin.png" style="position:fixed;
  988. max-height: 130%;
  989. max-width: 500px;
  990. right:-20px;
  991. bottom:-5px;
  992. z-index:-9;
  993. ">
  994.  
  995. </div>
  996.  
  997.  
  998. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement