Advertisement
Guest User

CAVANAGH

a guest
Dec 15th, 2019
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.04 KB | None | 0 0
  1. <style>
  2.  
  3. @import url('https://fonts.googleapis.com/css?family=PT+Sans+Narrow&display=swap');
  4.  
  5. body {background: url('https://i.imgur.com/ypeuOJH.png?1');}
  6. ::-webkit-scrollbar {display:none}
  7.  
  8. c {color: #0796EC;}
  9. h1 {font-family: PT Sans Narrow; font-size: 15; text-transform: uppercase; font-style: italic; letter-spacing: 2px; text-align: right; color: #000; background: #EBD631; margin-top: 0px;}
  10. b {font-style: italic; color: #EBD631;}
  11. a {text-decoration: none; color: #0796EC; text-transform: uppercase;}
  12. a:hover {color: #fff;}
  13. a.coded {text-decoration: none; color: #000;}
  14. a.coded:hover {color: #0796EC;}
  15.  
  16. .container {position: fixed;
  17. background: #000;
  18. height: 420px;
  19. width: 760px;
  20. margin: auto;
  21. left: 0px;
  22. right: 0px;
  23. top: 0px;
  24. bottom: 0px;
  25. border: 15px solid #763FC5;
  26. border-radius: 100px 0px;
  27. box-shadow: 0px 0px 20px #000;
  28. }
  29.  
  30. .image {position: absolute;
  31. background: url('https://i.imgur.com/3JWi0Xt.jpg') no-repeat;
  32. background-size: 350px;
  33. background-position: 0px -40px;
  34. height: 420px;
  35. width: 340px;
  36. left: 0px;
  37. bottom: 0px;
  38. border-radius: 100px 0px 0px 0px;
  39. }
  40.  
  41. .image2 {position: absolute;
  42. background: url('https://i.imgur.com/NZBBJha.gif') no-repeat;
  43. background-size: 280px;
  44. background-position: -40px -20px;
  45. height: 120px;
  46. width: 210px;
  47. left: 510px;
  48. bottom: 55px;
  49. transform: rotate(5deg);
  50. border: 10px solid #EBD631;
  51. }
  52.  
  53. .name {position: absolute;
  54. font-family: All Rights Reserved;
  55. font-size: 115px;
  56. color: #763FC5;
  57. line-height: 75px;
  58. height: 1px;
  59. left: 320px;
  60. bottom: 150px;
  61. }
  62.  
  63. .box {position: absolute;
  64. background: url('https://i.imgur.com/EusCVIa.gif') no-repeat;
  65. background-size: 500px;
  66. background-position: -57px 0px;
  67. height: 215px;
  68. width: 400px;
  69. left: 340px;
  70. top: 20px;
  71. opacity: .5;
  72. }
  73.  
  74. .text1 {position: absolute;
  75. overflow: auto;
  76. padding: 15px;
  77. font-family: PT Sans Narrow;
  78. font-size: 11px;
  79. color: #fff;
  80. text-align: justify;
  81. line-height: 15px;
  82. letter-spacing: 1px;
  83. height: 145px;
  84. width: 120px;
  85. right: -155px;
  86. top: 40px;
  87. border-right: 1px solid #EBD631;
  88. }
  89.  
  90. .text2 {position: absolute;
  91. overflow: auto;
  92. padding: 15px;
  93. font-family: PT Sans Narrow;
  94. font-size: 11px;
  95. color: #fff;
  96. text-align: justify;
  97. line-height: 15px;
  98. letter-spacing: 1px;
  99. height: 145px;
  100. width: 200px;
  101. right: -385px;
  102. top: 40px;
  103. }
  104.  
  105. .coder {position: absolute;
  106. font-family: PT Sans Narrow;
  107. font-size: 10px;
  108. color: #000;
  109. background: #EBD631;
  110. padding: 2px;
  111. font-weight: bold;
  112. font-style: italic;
  113. letter-spacing: 2px;
  114. left: 350px;
  115. bottom: -45px;
  116. }
  117.  
  118. </style>
  119.  
  120. <link href="https://www.themonster.xyz/styles/fancy-fonts.css" rel="stylesheet">
  121.  
  122. <div class="container">
  123. <div class="image">
  124.  
  125. <div class="box"></div>
  126.  
  127. <div class="text1">
  128. <h1>STATISTICS</h1>
  129. <font style="float:left"><b>stat</b></font> <font style="float:right">Answer</font><br>
  130. <font style="float:left"><b>stat</b></font> <font style="float:right">Answer</font><br>
  131. <font style="float:left"><b>stat</b></font> <font style="float:right">Answer</font><br>
  132. <font style="float:left"><b>stat</b></font> <font style="float:right">Answer</font><br>
  133. <font style="float:left"><b>stat</b></font> <font style="float:right">Answer</font><br>
  134. <font style="float:left"><b>stat</b></font> <font style="float:right">Answer</font><br>
  135. <font style="float:left"><b>stat</b></font> <font style="float:right">Answer</font><br>
  136. <font style="float:left"><b>stat</b></font> <font style="float:right">Answer</font><br>
  137. <font style="float:left"><b>stat</b></font> <font style="float:right">Answer</font><br>
  138. </div>
  139.  
  140. <div class="text2">
  141. <h1>header here</h1>
  142. This is the box where you'd put other information pertaining to your character. These boxes both scroll, so feel free to add as little or as much information as you want.
  143. <br><br>
  144. This is <b>Bold</b>, <i>Italics</i>, and a <a>Link</a>.
  145. <br><br>
  146. <h1>another header</h1>
  147. Use the headers to split stuff up.
  148. </div>
  149.  
  150. <div class="image2"></div>
  151. <div class="name"><c>s</c>ea<c>n</c><br>c<c>a</c>va<c>n</c>a<c>g</c>h</div>
  152.  
  153. <div class="coder"><a class="coded" href="https://roleplay.chat/profile.php?user=words">WORDS</a></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement