wife-

strength

Jan 21st, 2020 (edited)
751
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.52 KB | None | 0 0
  1. <style>
  2. @import url('https://fonts.googleapis.com/css?family=Permanent+Marker|Kaushan+Script|Montserrat|Oswald');
  3.  
  4. ::-webkit-scrollbar {
  5. display: none;
  6. }
  7.  
  8. ::selection {
  9. color: black;
  10. background: black;
  11. }
  12.  
  13. body {
  14. background-color: black;
  15. }
  16.  
  17. b {
  18. color: #00aaff;
  19. }
  20.  
  21. h1 {
  22. font-family: 'Oswald';
  23. font-size: 25px;
  24. margin-top: 10px;
  25. line-height: 30px;
  26. color: #fff;
  27. width: 100%;
  28. border-bottom: 1px solid;
  29. border-color: #fff;
  30. border-image-slice: 1;
  31. }
  32.  
  33. .picture {
  34. position: absolute;
  35. bottom: 100px;
  36. left: 100px;
  37. height: 500px;
  38. width: 150px;
  39. background-image: url('https://i.imgur.com/a7yiEvq.png');
  40. background-position: -930px 0px;
  41. background-attachment: absolute;
  42. background-size: 410px;
  43. outline: 1px solid white;
  44. outline-offset: 7px;
  45. z-index: 0;
  46. }
  47.  
  48. .pictureoverlay {
  49. position: absolute;
  50. bottom: 105px;
  51. left: 105px;
  52. height: 490px;
  53. width: 140px;
  54. background-color: #111;
  55. opacity: 0.5;
  56. z-index: 1;
  57. }
  58.  
  59. .box {
  60. position: absolute;
  61. bottom: 100px;
  62. left: 300px;
  63. height: 300px;
  64. width: 200px;
  65. background-color: #000;
  66. background-image: url("https://www.transparenttextures.com/patterns/xv.png");
  67. outline: 1px solid white;
  68. outline-offset: 7px;
  69. }
  70.  
  71. .boxoverlay {
  72. overflow: auto;
  73. position: absolute;
  74. bottom: 105px;
  75. left: 305px;
  76. height: 270px;
  77. width: 170px;
  78. color: #fff;
  79. font-family: 'Montserrat';
  80. font-size: 13px;
  81. background-color: #333;
  82. opacity: 0.5;
  83. z-index: 1;
  84. padding: 10px;
  85. }
  86.  
  87.  
  88. .box2 {
  89. position: absolute;
  90. bottom: 100px;
  91. left: 550px;
  92. height: 300px;
  93. width: 200px;
  94. background-image: url("https://www.transparenttextures.com/patterns/xv.png");
  95. background-color: #000;
  96. outline: 1px solid white;
  97. outline-offset: 7px;
  98. }
  99.  
  100. .box2overlay {
  101. position: absolute;
  102. bottom: 105px;
  103. left: 555px;
  104. height: 270px;
  105. width: 170px;
  106. font-family: 'Montserrat';
  107. font-size: 13px;
  108. color: #fff;
  109. background-color: #333;
  110. opacity: 0.5;
  111. padding: 10px;
  112. z-index: 1;
  113. }
  114.  
  115. .title {
  116. position: absolute;
  117. letter-spacing:0;
  118. left: 285px;
  119. bottom: 408px;
  120. width: 479px !important;
  121. font-family: 'Kaushan Script';
  122. font-size: 65px;
  123. background: linear-gradient(#515766, #000);
  124. -webkit-text-fill-color: transparent;
  125. -webkit-background-clip: text;
  126. z-index: 1;
  127. }
  128.  
  129. .credit {
  130. position:absolute;
  131. bottom:0px;
  132. right:5px;
  133. height:60px;
  134. width:60px;
  135. opacity: .7;
  136. background-image: url('https://i.imgur.com/67eVLlq.png');
  137. background-position: center;
  138. background-size: cover;
  139. }
  140.  
  141. </style>
  142.  
  143. </style>
  144.  
  145. <div class="title">Blake of the Blade</div>
  146.  
  147. <div class="picture"></div>
  148. <div class="pictureoverlay"></div>
  149.  
  150. <div class="box"></div>
  151. <div class="boxoverlay">
  152.  
  153. <h1>RAP SHEET.</h1>
  154. <b>STAT</b><font style="float:right">HERE</font><br>
  155. <b>STAT</b><font style="float:right">HERE</font><br>
  156. <b>STAT</b><font style="float:right">HERE</font><br>
  157. <b>STAT</b><font style="float:right">HERE</font><br>
  158. <b>STAT</b><font style="float:right">HERE</font><br>
  159. <b>STAT</b><font style="float:right">HERE</font><br>
  160. <b>STAT</b><font style="float:right">HERE</font><br>
  161. <b>STAT</b><font style="float:right">HERE</font><br>
  162.  
  163. <h1>TITLE.</h1>
  164. Put whatever you want in here, yo.
  165.  
  166. </div>
  167.  
  168. <div class="box2"></div>
  169. <div class="box2overlay">
  170.  
  171. <h1>O.O.C.</h1>
  172. <b>001.</b> ooc here.<br>
  173. <b>002.</b> ooc here.<br>
  174. <b>003.</b> ooc here.<br>
  175. <b>004.</b> ooc here.<br>
  176. <b>005.</b> ooc here.<br>
  177. <b>007.</b> ooc here.<br>
  178.  
  179. </div>
  180.  
  181. <a href="https://roleplay.chat/profile.php?user=wife"><div class="credit"></div></a>
Add Comment
Please, Sign In to add comment