thisisnotras

Harkin

Apr 1st, 2016
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.40 KB | None | 0 0
  1. <style>
  2.  
  3. .pfor {display: none;}
  4. #profile {background: transparent; border: 0px;}
  5.  
  6. @font-face{
  7. font-family:'titlefont';
  8. src:url(https://dl.dropboxusercontent.com/u/4556289/yataghan.ttf);}
  9.  
  10. @font-face{
  11. font-family: 'bodyfont';
  12. src:url(https://dl.dropboxusercontent.com/u/4556289/decindar.ttf);}
  13.  
  14. body {background: #ABB19B;
  15. overflow: hidden;
  16. color: black;
  17. }
  18.  
  19. #centerimage{
  20. background-image: url(http://i67.tinypic.com/25umuwx.jpg);
  21. background-size: auto 100%;
  22. background-repeat: no-repeat;
  23. background-position: bottom center;
  24. height: 700px;
  25. width: 530px;
  26. position: absolute;
  27. border: 0px solid black;
  28. right: 0px;
  29. bottom: 0px;
  30. }
  31.  
  32. .blurring{
  33. filter:blur(20px);
  34. -webkit-filter:blur(10px);
  35. opacity: 1;
  36. background: #ABB19B;
  37. }
  38.  
  39. #topborder{position: absolute;
  40. top: -10px;
  41. left: 0px;
  42. right: 0px;
  43. height: 20px;
  44. }
  45.  
  46. #bottomborder{position: absolute;
  47. height: 30px;
  48. bottom: -10px;
  49. left: 0px;
  50. right: 0px;
  51. }
  52.  
  53. #leftborder{position: absolute;
  54. width: 30px;
  55. top: 0px;
  56. left: -10px;
  57. bottom: 0px;
  58. }
  59.  
  60. #rightborder{position: absolute;
  61. width: 20px;
  62. top: 0px;
  63. bottom: 0px;
  64. right: -10px;
  65. }
  66.  
  67. #description{
  68. position: absolute;
  69. right: 700px;
  70. top: 0px;
  71. bottom: 0px;
  72. left: 0px;
  73. right: 100px;
  74. height: 300px;
  75. width: 500px;
  76. margin: auto;
  77. border: 0px solid black;
  78. }
  79.  
  80. #headerpart{
  81. position: absolute;
  82. top: 0px;
  83. left: 55px;
  84. font-family:'titlefont';
  85. letter-spacing: 20px;
  86. font-size: 20pt;
  87. }
  88.  
  89. #bodypart{
  90. font-family: 'bodyfont';
  91. font-size: 9pt;
  92. position: absolute;
  93. top: 50px;
  94. left: 0px;
  95. width: 185px;
  96. bottom: 0px;
  97. border: 0px solid black;
  98. text-align: right;
  99. line-height: 30px;
  100.  
  101.  
  102. }
  103.  
  104. #bodypart2{
  105. font-family: 'bodyfont';
  106. font-size: 9pt;
  107. position: absolute;
  108. top: 50px;
  109. width: 200px;
  110. left: 220px;
  111. bottom: 0px;
  112. border: 0px solid black;
  113. list-style: square;
  114. text-align: left;
  115. line-height: 30px;
  116. word-spacing: -5px;
  117.  
  118. }
  119.  
  120.  
  121.  
  122. </style>
  123.  
  124. <div id="centerimage">
  125. <div id="topborder" class="blurring">
  126. </div>
  127. <div id="bottomborder" class="blurring">
  128. </div>
  129. <div id="leftborder" class="blurring">
  130. </div>
  131. <div id="rightborder" class="blurring">
  132. </div>
  133. </div>
  134.  
  135. <div id="description">
  136. <div id="headerpart">
  137. Adam Harkin
  138. </div>
  139.  
  140. <div id="bodypart">
  141. Age<br>
  142. Height<br>
  143. Profession<br>
  144. Orientation<br>
  145. </div>
  146. <div id="bodypart2">
  147. <li>Thirty-four</li>
  148. <li>6'7"</li>
  149. <li>tax specialist</li>
  150. <li>bisexual</li>
  151.  
  152. </div>
  153. </div>
Advertisement
Add Comment
Please, Sign In to add comment