Advertisement
Guest User

Untitled

a guest
Nov 26th, 2015
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.16 KB | None | 0 0
  1. <style type="text/css">
  2. ::-webkit-scrollbar{width:1px;}
  3. ::-webkit-scrollbar-track{border-radius:3px;
  4. background-color:fff;}
  5. ::-webkit-scrollbar-thumb{border-radius:2px;
  6. background-color:#D8D8D8;}
  7. .pfor{display:none;}
  8. body{background-image:url('');background-color:#fff; font-family: Calibri, Arial;}
  9. body,a,a:hover{cursor:url('http://static.tumblr.com/oxr8htj/yyBn0fro1/thing.png'),auto}
  10. #profile{background-color:transparent;border:hidden;}
  11. a,a:link,a:visited{
  12. color:#000;
  13. font-family:georgia;
  14. font-size:9px;
  15. text-decoration:uppercase;}
  16.  
  17. #line {
  18. position:fixed;
  19. top:0px;
  20. height:20px;
  21. border-bottom:1px solid #eee;
  22. width:100%;
  23. left:0;
  24.  
  25. }
  26.  
  27. #headr {
  28. position:fixed;
  29. top:110px;
  30. height:160px;
  31. border-bottom:1px solid #eee;
  32. width:100%;
  33. left:0;
  34.  
  35. }
  36.  
  37.  
  38. .descrip {
  39. position:absolute;
  40. margin-left:500px;
  41. margin-top:-70px;
  42.  
  43. }
  44.  
  45. .descrip p {
  46. width:240px;
  47. padding-right:7px;
  48. padding-bottom:2px;
  49. height:165px;
  50. overflow:auto;
  51. color:#0000;
  52. margin-top:49px;
  53. margin-left:-20px;
  54. letter-spacing:3px;
  55. text-align:justify;
  56. font-family:helvetica;
  57. font-size:10px;
  58. text-transform:none;
  59.  
  60. }
  61.  
  62. .descrip h2 {
  63. position:absolute;
  64. font-family:arial;
  65. font-size:40px;
  66. color:#101010;
  67. margin-top:0px;
  68. margin-left:-24px;
  69. font-weight:900;
  70. letter-spacing:-2px;
  71. padding-bottom:2px;
  72. text-align:left;
  73. text-transform:uppercase;
  74.  
  75. }
  76.  
  77. .icon {
  78. position:absolute;
  79. left:530px;
  80.  
  81. }
  82.  
  83. .icon img {
  84. position:absolute;
  85. background-color:#fff;
  86. z-index:-999;
  87. padding:20px;
  88. width:200px;
  89. border-radius:100%;
  90. margin-left:220px;
  91. margin-top:-55px;
  92.  
  93. }
  94. </style>
  95.  
  96.  
  97. <div id="headr">
  98. <div class="icon">
  99. <img src="http://i.picpar.com/XSAb.jpg">
  100. </div>
  101.  
  102. <div class="descrip">
  103. <h2>Xaqu</h2>
  104. <p>A bounty hunter whose resourcefulness, cunning, shrewdness and willingness to adapt earned him the infamous nickname of 'Red Lizard'. A skilled pilot and navigator, as well as being an exceptional shot, Xaqu mainly operates on the Outer Rim Territories, but for the right sum of credits, he will venture inland to the galaxy's core colonies and prominent space systems.
  105. </div>
  106. </div></center>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement