HellaBlind

lanturn code

Nov 22nd, 2019 (edited)
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.69 KB | None | 0 0
  1. css
  2.  
  3. body {
  4. background-color: #44abda;
  5. background-image: url();
  6. background-size: ;
  7. background-position: center;
  8. background-repeat: no-repeat;
  9. overflow: hidden;
  10. cursor: url(https://i.imgur.com/2inIpFX.png), default;
  11. }
  12.  
  13. .statbox {
  14. position: relative;
  15. border: 4px solid #35312f;
  16. width: 535px;
  17. top: 65px;
  18. left: 436px;
  19. height: 360px;
  20. outline: 1px solid #fff;
  21. outline-offset: -10px;
  22. background-image: linear-gradient(to top, rgba(204,157,51,1), rgba(0,0,0,0));
  23. font-family: consolas;
  24. color: #000;
  25. font-size: small;
  26. overflow: auto;
  27. text-align: center;
  28. padding: 10px;
  29. }
  30.  
  31. hr {
  32. border: 0;
  33. height: 1px;
  34. background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #000, rgba(1, 0, 0, 0));
  35. }
  36.  
  37. #name {
  38. z-index: 40;
  39. position: absolute;
  40. left: 370px;
  41. top: 0px;
  42. margin: auto;
  43. background: #999;
  44. width: 700px;
  45. font-family: arial;
  46. font-size: 120px;
  47. background: url(https://media.giphy.com/media/8FiLPVIONxvJu7fgV4/giphy.gif) -110px -260px repeat;
  48. -webkit-text-fill-color: transparent;
  49. -webkit-background-clip: text;
  50. display: block;
  51. text-align: center;
  52. letter-spacing: 6px;
  53. -webkit-transition: opacity 2s linear;
  54. }
  55.  
  56. ::-webkit-scrollbar {
  57. width: 5px;
  58. height: 0px;
  59. background:;
  60. }
  61.  
  62. ::-webkit-scrollbar-thumb {
  63. background-color:black;
  64. -webkit-border-radius: 10px;
  65. border-radius: 10px;
  66. }
  67. .image {
  68. background-image: url(https://media.discordapp.net/attachments/580312013889339393/587798390553968647/9b21d6361b2fc9fce62bf0e376d16663.png?width=489&height=473);
  69. background-size: 100%;
  70. position: absolute;
  71. bottom: 145px;
  72. left: 50px;
  73. width: 325px;
  74. height: 323px;
  75. filter: brightness(100%) saturate(120%) contrast(60%);
  76. border: 5px solid #000;
  77. outline: 1px dashed #000;
  78. outline-offset: -10px;
  79.  
  80.  
  81. html
  82.  
  83. <div id="name">Lanturn</div><br><br><br></div>
  84. <div class= "statbox">
  85. <br>
  86. ✰ The Deep-Sea Star; ✰
  87. <hr>
  88.  
  89. It lives far down in the depths of the ocean. It blinds its prey with light, using the moment they’re dazzled to swallow them whole.
  90.  
  91. <p><b>Name:</b> Kieran<br>
  92. <b>Blood Type: B+</b><br>
  93. <b>Age:</b> 28<br>
  94. <b>Sex:</b> Male<br>
  95. <b>Orientation:</b> Heterosexual<br>
  96. <b>Eye Color:</b> Green<br>
  97. <hr>
  98. <b><u>Moves</u></b><p>
  99. Dazzling Gleam - Discharge - Aqua Ring - Ice Beam<p>
  100. Volt Absorb - Leftovers - Modest
  101. <hr>
  102. <b><u>OOC</b></u><p>
  103. PM friendly. Story's cool, smut's cool.<br> Just don't break the rules and play nice,<br>
  104. I'm sure we'll all get along.
  105. </div>
  106. <div class="image"></div>
Add Comment
Please, Sign In to add comment