Advertisement
Guest User

NOSFERATU

a guest
Oct 15th, 2019
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.08 KB | None | 0 0
  1. <style>
  2.  
  3. body {background: linear-gradient(#08030A, #452C30);}
  4. ::-webkit-scrollbar {display:none}
  5.  
  6. h1 {font-size: 15px; font-style: italic; letter-spacing: 2px;}
  7. a {text-decoration: none; color: #744140;}
  8. a:hover {color: #452C30;}
  9.  
  10. .image {position: fixed;
  11. background: url('https://i.pinimg.com/originals/98/34/ed/9834ed4a86b08dd8c49ae5fd3cb9c57a.jpg') no-repeat;
  12. background-size: 410px;
  13. background-position: -35px 0px;
  14. height: 500px;
  15. width: 325px;
  16. margin: auto;
  17. left: 0px;
  18. right: 0px;
  19. bottom: 100px;
  20. box-shadow: 0px 0px 50px #08030A;
  21. }
  22.  
  23. .name {position: absolute;
  24. font-family: Ancient;
  25. font-size: 25px;
  26. color: #452C30;
  27. font-style: italic;
  28. letter-spacing: 15px;
  29. left: 66px;
  30. bottom: -40px;
  31. text-shadow: 0px 0px 10px #08030A;
  32. }
  33.  
  34. .vamptab {position: absolute;
  35. font-family: Ancient;
  36. font-size: 14px;
  37. color: #08030A;
  38. padding: 3px;
  39. text-align: center;
  40. font-variant: small-caps;
  41. letter-spacing: 2px;
  42. left: 65px;
  43. bottom: -70px;
  44. border: 1px solid #452C30;
  45. }
  46. .vamptab:hover {color: #452C30;}
  47.  
  48. .authortab {position: absolute;
  49. font-family: Ancient;
  50. font-size: 14px;
  51. color: #08030A;
  52. padding: 3px;
  53. text-align: center;
  54. font-variant: small-caps;
  55. letter-spacing: 2px;
  56. width: 90px;
  57. left: 170px;
  58. bottom: -70px;
  59. border: 1px solid #452C30;
  60. }
  61. .authortab:hover {color: #452C30;}
  62.  
  63. #vampire, #author {position: absolute;
  64. overflow: auto;
  65. padding: 15px;
  66. background: #08030A;
  67. font-family: Ancient;
  68. font-size: 13px;
  69. color: #452C30;
  70. text-align: justify;
  71. line-height: 15px;
  72. letter-spacing: 0px;
  73. height: 100px;
  74. width: 210px;
  75. left: 40px;
  76. bottom: 40px;
  77. opacity: 0;
  78. border: 1px solid #23121A;
  79. transition:all .7s ease-in-out;
  80. -webkit-transition:all .7s ease-in-out;
  81. -o-transition:all .7s ease-in-out;
  82. -moz-transition:all .7s ease-in-out;
  83. }
  84. #vampire:target, #author:target {opacity: 1;
  85. z-index: 999;
  86. transition:all .7s ease-in-out;
  87. -webkit-transition:all .7s ease-in-out;
  88. -o-transition:all .7s ease-in-out;
  89. -moz-transition:all .7s ease-in-out;
  90. }
  91.  
  92. .coder {position: fixed;
  93. font-family: Ancient;
  94. font-size: 10px;
  95. color: #08030A;
  96. padding: 3px;
  97. font-variant: small-caps;
  98. letter-spacing: 2px;
  99. right: 10px;
  100. bottom: 10px;
  101. }
  102.  
  103. </style>
  104.  
  105. <link href="https://www.themonster.xyz/styles/fancy-fonts.css" rel="stylesheet">
  106.  
  107. <div class="image">
  108. <div class="name">nosferatu</div>
  109. <a href="#vampire"><div class="vamptab">the vampire</div></a>
  110. <a href="#author"><div class="authortab">the author</div></a>
  111.  
  112. <div id="vampire">
  113. <h1>hello,</h1>
  114. Hello. This is where you'd write a little something about your character. The box scrolls, so write as little or as much as you would want. <br><br>
  115. <h1>separation,</h1>
  116. I'd suggest adding a little comma at the end of the headers if you make them, just so... y'know. So it looks fancy.
  117. <br><br><center><b><a href="#">x</a></b></center>
  118. </div>
  119.  
  120. <div id="author">
  121. <h1>some stuff here,</h1>
  122. This is where you'd be putting your out of character rules. Style it all fancy-like and shit.
  123. <br><br><center><b><a href="#">x</a></b></center>
  124. </div>
  125.  
  126. </div>
  127.  
  128. <div class="coder"><a href="https://roleplay.chat/profile.php?user=words">WORDS</a></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement