Advertisement
DamionHellspawn

Carnage's temp profile code

Oct 19th, 2018
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.45 KB | None | 0 0
  1. <style>
  2.  
  3. /* PROFILE DESIGNED BY NOTCOOKIE.
  4. DO NOT CLAIM AS YOUR OWN OR REMOVE CREDIT. THANKYOU. */
  5.  
  6. @import url('https://fonts.googleapis.com/css?family=Poppins|Satisfy');
  7.  
  8. ::-webkit-scrollbar-button{ display: block; height: 13px; border-radius: 0px; background-color: #FF0000; } ::-webkit-scrollbar-button:hover{ background-color: #FF000; } ::-webkit-scrollbar-thumb{ background-color: #CCC; } ::-webkit-scrollbar-thumb:hover{ background-color: #CCC; } ::-webkit-scrollbar-track{ background-color: #FF0000; } ::-webkit-scrollbar-track:hover{ background-color: #CCC; } ::-webkit-scrollbar{ width: .3vh; }
  9.  
  10. /* CHANGE THE BACKGROUND COLOUR UNDER BODY TO MATCH YOUR BACKGROUND IMAGE.
  11. SEARCH GOOGLE FOR A COLOR PICKER. */
  12. body {
  13. background: black;
  14. overflow: hidden;
  15. }
  16.  
  17. /* This is the background image that gets blurred out. Replace url(url) with your own image.*/
  18. .pic {
  19. background: url(url);
  20. position: absolute;
  21. left: 0vh;
  22. right: 0vh;
  23. top: 0vh;
  24. bottom: 0vh;
  25. background-size: 200vw 170vh;
  26. background-position: -66vw 0vh;
  27. filter: blur(2.5vh) brightness(2) saturate(.8);
  28. z-index: -1;
  29.  
  30. }
  31.  
  32. /* This is the center image. Ctrl+F for <div class="char"> and replace <img src="url"> to your desired image.*/
  33. .char img {
  34. position: absolute;
  35. clip: rect(7vh, 63.7vh, 100vh, 4vh);
  36. left: 50%;
  37. transform: translate(-50%);
  38. z-index: 0;
  39. top: 7vh;
  40. height: 78vh;
  41. width: 67.5vh;
  42. }
  43.  
  44. /* This is the back pattern that you see.*/
  45. /* filter:invert(100%); = RED. */
  46. /* filter:invert(0%); = BLACK. */
  47. /* filter:invert(.5) sepia(1) saturate(3); = GOLD. */
  48. /* filter:invert(.5) sepia(1) saturate(3) hue-rotate(50deg); = GREEN. */
  49. /* filter:invert(.5) sepia(1) saturate(3) hue-rotate(150deg); = BLUE. */
  50. /* filter:invert(.5) sepia(1) saturate(3) hue-rotate(210deg); = PURPLE. */
  51. /* filter:invert(.5) sepia(1) saturate(3) hue-rotate(290deg); = PINK. */
  52. /* filter:invert(.5) sepia(1) saturate(100) hue-rotate(360deg); = RED. */
  53. /* filter:invert(.5) sepia(1) saturate(50) hue-rotate(0deg); = ORANGE. */
  54.  
  55. .back {
  56. position: absolute;
  57. left: -4%;
  58. top: 0;
  59. right: 0;
  60. bottom: 0;
  61. background: url(https://melbournechapter.net/images/decorative-line-divider-clipart-1.png);
  62. background-size: 104% 100%;
  63.  
  64. /* COLOUR */
  65. filter: invert(50%) sepia(1) saturate(100) hue-rotate(0deg);
  66. }
  67.  
  68. /* Image border. */
  69. /* filter:invert(100%); = RED. */
  70. /* filter:invert(0%); = BLACK. */
  71. /* filter:invert(.5) sepia(1) saturate(3); = GOLD. */
  72. /* filter:invert(.5) sepia(1) saturate(3) hue-rotate(50deg); = GREEN. */
  73. /* filter:invert(.5) sepia(1) saturate(3) hue-rotate(150deg); = BLUE. */
  74. /* filter:invert(.5) sepia(1) saturate(3) hue-rotate(210deg); = PURPLE. */
  75. /* filter:invert(.5) sepia(1) saturate(3) hue-rotate(290deg); = PINK. */
  76. /* filter:invert(.5) sepia(1) saturate(100) hue-rotate(360deg); = RED. */
  77. /* filter:invert(.5) sepia(1) saturate(50) hue-rotate(0deg); = ORANGE. */
  78. .border {
  79. background: url(https://openclipart.org/image/2400px/svg_to_png/304276/1531904544.png);
  80. position: absolute;
  81. left: 50%;
  82. transform: translate(-50%);
  83. width: 60vh;
  84. top: 14vh;
  85. z-index: 1;
  86. height: 71vh;
  87. background-size: 100% 100%;
  88.  
  89. /* COLOUR */
  90. filter: invert(50%) sepia(1) saturate(100) hue-rotate(0deg);
  91. pointer-events: none;
  92. }
  93.  
  94. .title {
  95. position: absolute;
  96. font-family: Satisfy;
  97. font-size: 10vh;
  98. left: 4vh;
  99. color: red;
  100. -webkit-text-stroke-color: black;
  101. -webkit-text-stroke-width: .16vh;
  102. }
  103.  
  104. .subtitle {
  105. position: relative;
  106. font-family: Satisfy;
  107. font-size: 5vh;
  108. left: 12vh;
  109. color: red;
  110. top: -4vh;
  111. -webkit-text-stroke-color: black;
  112. -webkit-text-stroke-width: 0.12vh;
  113. }
  114.  
  115. .container {
  116. left: 50%;
  117. top: 50%;
  118. transform: translate(-50%, -50%);
  119. position: absolute;
  120. width: 60vh;
  121. margin-top: -.5vh;
  122. height: 71vh;
  123. z-index: 1;
  124.  
  125. }
  126. .statbox {
  127. background: red;
  128. color: black;
  129. position: relative;
  130. height: 20%;
  131. width: 40%;
  132. left: 30%;
  133. top: 13%;
  134. opacity: 0;
  135. transition: ease .5s;
  136. padding: 1%;
  137. font-family: Poppins;
  138. font-size: 1.6vh;
  139. }
  140. .statbox .left {
  141. position: absolute;
  142. text-align: left;
  143. font-weight: bold;
  144. }
  145.  
  146. .statbox .right {
  147. position: absolute;
  148. right: 2%;
  149. text-align: right;
  150. }
  151. .storybox {
  152. background: red;
  153. color: black;
  154. position: relative;
  155. height: 27.5%;
  156. width: 80%;
  157. left: 10%;
  158. top: 17.5%;
  159. opacity: 0;
  160. transition: ease .5s;
  161. padding: 1%;
  162. font-family: Poppins;
  163. overflow-y: scroll;
  164. font-size: 1.3vh;
  165. line-height: 2vh;
  166. }
  167.  
  168. .oocbox {
  169. background: red;
  170. color: black;
  171. position: relative;
  172. height: 20%;
  173. width: 40%;
  174. left: 30%;
  175. top: 22%;
  176. opacity: 0;
  177. transition: ease .5s;
  178. padding: 1%;
  179. font-family: Poppins;
  180. font-size: 1.2vh;
  181. text-align: justify;
  182. line-height: 1.4vh;
  183. }
  184. .container:hover > .statbox {
  185. opacity: 1;
  186. left: 10%;
  187. }
  188. .container:hover > .storybox {
  189. opacity: 1;
  190. }
  191. .container:hover > .oocbox {
  192. opacity: 1;
  193. left: 50%;
  194. }
  195. .alts {
  196. position: absolute;
  197. bottom: 0;
  198. }
  199.  
  200. .alts img {
  201. position: relative;
  202. height: 7vh;
  203. width: 7vh;
  204. border: .2vh solid black;
  205. }
  206.  
  207.  
  208. </style>
  209. <div class="container">
  210. <div class="statbox">
  211. <div class="left">Real Name<br>Current Alias<br>Gender<br>Hair<br>Eyes<br>Marital<br>Occupation</div>
  212. <div class="right">Cletus Kasady<br>Carnage<br>Male<br>Auburn, None<br>Green, White<br>Single<br>Serial Killer</div>
  213.  
  214. </div>
  215. <div class="storybox">Carnage is a recurring antagonist in the Spider-Man subdivision of Marvel Comics. Originally known as Cletus Kasady, he was essentially psychotic since childhood, having murdered or tortured his family and burning down his own orphanage. By his adulthood, Kasady was a diagnosed sociopath and a serial killer, having murdered so many individuals that, when he was finally caught, he was given eleven consecutive life sentences.
  216. <br><br>
  217. Eventually, Eddie Brock was imprisoned as well and broke free shortly afterwards. However, the Venom Symbiote was pregnant at the time, and gave birth to a blood-red and black spawn known as "Carnage", which eventually bonded with Kasady, amplifying his power tremendously and allowing him to wreak havoc on New York City. Since then, Carnage has remained a consistent foe to the web-slinger to this day. </div>
  218.  
  219. <!-- DO NOT REMOVE THE CREDIT PLEASE AND THANKYOU. -->
  220. <!-- YOU ARE FREE TO EDIT IT AS YOU PLEASE -->
  221. <!-- BUT BOTH LINKS MUST REMAIN INTACT. -->
  222. <div class="oocbox">
  223.  
  224. Profile designed by <a href="roleplay.chat/profile.php?user=notCookie">notCookie</a>. You can grab the template for completely free at <a target="_blank" href="https://pastebin.com/u/cookiedesigns">her pastebin</a>. Always Pm Friendly. I'll play Carnage however I want. Story, Story and Smut, Smut. Long Term > Short Term. Let me know ahead of time before leaving/pausing rp. Common courtesy and all that jazz. Real life always comes first. We can't be on RPC 24/7. I have Discord and Skype. If I know you well enough, I'll give it to you.</div>
  225.  
  226. </div>
  227. <div class="title">
  228.  
  229. There is only
  230.  
  231. <div class="subtitle">
  232.  
  233. Carnage!
  234.  
  235. </div></div>
  236.  
  237. <div class="back"></div>
  238. <div class="border"></div>
  239. <div class="char">
  240. <img src="https://i.imgur.com/gtqyt17.gif">
  241. </div>
  242. <div class="pic">
  243. </div>
  244.  
  245. <!-- PUT ON-CLICK LINKS INTO A HREF="LINK HERE" AND THUMBNAILS INTO IMG SRC="IMAGE HERE" -->
  246. <div class="alts">
  247. <a href=""><img src="https://i.imgur.com/pKvdmk3.gif"></a>
  248. <a href=""><img src="https://i.imgur.com/pKvdmk3.gif"></a>
  249. <a href=""><img src="https://i.imgur.com/pKvdmk3.gif"></a>
  250. <a href=""><img src="https://i.imgur.com/pKvdmk3.gif"></a>
  251.  
  252. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement