Advertisement
RageQxeen

Methuselah

Jun 25th, 2019 (edited)
445
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.06 KB | None | 0 0
  1. <html>
  2. <body><style type="text/css">
  3.  
  4. @import url(https://fonts.googleapis.com/css?family=Cormorant+Unicase|Aref+Ruqaa);
  5.  
  6. html, body {
  7. background: #cccccc;
  8. background-image:url("");
  9. background-size:400px;
  10. background-repeat:no-repeat;
  11. background-position:center bottom;
  12. }
  13.  
  14. ::-webkit-scrollbar-button:vertical:{
  15. background-color: #transparent;}
  16.  
  17. ::-webkit-scrollbar-thumb:vertical {
  18. background-color:#transparent;
  19. height:150px;}
  20.  
  21. ::-webkit-scrollbar-thumb:horizontal {
  22. background-color:#transparent;
  23. height:60px;}
  24.  
  25.  
  26. ::-webkit-scrollbar {
  27. height:60px;
  28. width:5px;
  29. background-color:#transparent;}
  30.  
  31. #image {
  32. width: 300px;
  33. margin: 0px;
  34. border: none;
  35. height: 700px;
  36. background-color:transparent;
  37. position: absolute;
  38. right: 40%;
  39. bottom: 0%;
  40. background-image:url("http://i.picpar.com/9lRc.png");
  41. background-repeat:no-repeat;
  42. background-position: bottom;
  43. background-size: 100%;
  44. }
  45.  
  46. #content {
  47. background-color: #111;
  48. width: 280px;
  49. height: 300px;
  50. margin:auto;
  51. position: absolute;
  52. padding: 10px;
  53. font-family: 'Aref Ruqaa', cursive;
  54. color:#ff0000;
  55. opacity: 0.98;
  56. right: 25%;
  57. bottom: 8%;
  58. z-index:1;
  59. border: #000000 solid 15px;
  60. }
  61.  
  62. #nav {
  63. background-color: transparent;
  64. width: 250px;
  65. height:40px;
  66. margin:auto;
  67. position: absolute;
  68. right: 28%;
  69. bottom: 2%;
  70. text-align: center;
  71. z-index:1;
  72. }
  73.  
  74. #nav a, #nav a:link, #nav a:visited {
  75. display:inline-block;
  76. background: #cc0e0e;
  77. color: #cc0e0e;
  78. margin-top: 0px;
  79. margin-bottom: 0px;
  80. margin-left: 0px;
  81. height: 10px;
  82. width: 40px;
  83. border-radius: 5px;
  84. box-shadow: 0px 0px 5px #000;
  85. }
  86.  
  87. #nav a:active, #nav a:hover {
  88. display:inline-block;
  89. height: 10px;
  90. width: 40px;
  91. text-decoration:none;
  92. background: #000;
  93. color: #000;
  94. margin: 0px;
  95. box-shadow: 0px 0px 5px #000;
  96. }
  97.  
  98. #name {
  99. z-index:15;
  100. position: fixed;
  101. right: 10%;
  102. top: 34%;
  103. margin: auto;
  104. background: transparent;
  105. width: 50vw;
  106. height: 7vw;
  107. font-family: 'Cormorant Unicase';
  108. font-size: 45px;
  109. background: url(https://media.giphy.com/media/14egry97mPkzTi/200.gif) -20px -20px repeat;
  110. -webkit-text-fill-color: transparent;
  111. -webkit-background-clip: text;
  112. display:block;
  113. text-align: center;
  114. letter-spacing: 1px;
  115. -webkit-transition:opacity 2s linear;
  116. line-height:3.6vw;
  117. }
  118.  
  119. #nameunder{
  120. z-index:15;
  121. position: fixed;
  122. right: 10%;
  123. top: 34%;
  124. margin: auto;
  125. background: #fff;
  126. width: 50vw;
  127. height: 7vw;
  128. font-family: 'Cormorant Unicase';
  129. font-size: 45px;
  130. -webkit-text-fill-color: transparent;
  131. text-transform: none;
  132. -webkit-background-clip: text;
  133. display:block;
  134. text-shadow: -1px 0 #999, 0 1px #999,1px 0 #fff, 0 -1px #fff;
  135. text-align: center;
  136. letter-spacing: 1px;
  137. -webkit-transition:opacity 2s linear;
  138. line-height:3.6vw;
  139. }
  140.  
  141. /*Code by Alikade, please keep this credit where it is, it will not interfere with the rest of the code.*/
  142.  
  143. #editthis{ position:fixed;height: 27px; width: 30px; top: 37%; right: 46%; margin: auto; z-index:99;}
  144.  
  145. #music1{ position:fixed; padding:2px; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out;}
  146.  
  147. #music1:hover #music2{ opacity: 0; margin-top:-20px; z-index:-1;}
  148.  
  149. #music1:hover #music3{ opacity: .5; margin-top:-5px; z-index:99;}
  150.  
  151. #music1:hover #musiclist{ opacity: .5;}
  152.  
  153. #music2{ opacity: .5; background-color:#000000; padding:6px; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out;}
  154.  
  155. #music3{ opacity: 0; position:fixed; background-color:#000000; background-image: url('http://i.picpar.com/VlRc.jpg'); background-repeat: no-repeat; background-size: 25px; border:1px dotted #b3b3e5; width:25px; height:25px; z-index:99 margin-left:0px; overflow:hidden; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;}
  156.  
  157. .credit{
  158. position: fixed;
  159. bottom: 0px;
  160. left: 2px;
  161. height: 25px;
  162. width: 25px;
  163. line-height: 15px;
  164. font-size: 10px;
  165. color: #000;
  166. text-align: center;
  167. font-family: roboto;
  168. }
  169.  
  170. i{color: #cc0e0e;}
  171. b{color: #7a0000;}
  172. a{color: #cc0e0e; text-decoration: none;}
  173.  
  174. #Layout {position: fixed; left: 0px; top: 0px; right: 0px; bottom: 0px;}
  175. </style>
  176. <div id="Layout" oncontextmenu="return false;">
  177.  
  178. <div id="editthis"><div id="music1"><div id="music2">
  179. <img src="http://38.media.tumblr.com/tumblr_m7w2py1dEP1r6o8v2.gif" style="opacity: 0.8;"></div>
  180. <div id="music3"><Div style="margin-top:4px;">
  181. <audio controls style="opacity: 0;"><source src="http://k003.kiwi6.com/hotlink/aoh0c4fl5t/y2mate.com_-_blue_stahli_throw_away_Wgsu5iF6cAk.mp3"></audio></div></div></div></div>
  182.  
  183. <div class="credit" title="Profile by RageQxeen">♛</div>
  184.  
  185. <div id="nameunder">Methuselah</div><div id="name">Methuselah</div>
  186.  
  187. <div id="image"></div>
  188.  
  189. <div id="nav">
  190. <a href="#one"></a>
  191. <a href="#two"></a>
  192. <a href="#three"></a>
  193. <a href="#four"></a>
  194. <a href="#five"></a>
  195. </div>
  196.  
  197. <div id="content">
  198.  
  199.  
  200. <div style="width: 280px; height: 300px; overflow-y: hidden;">
  201.  
  202. <a name="one"></a>
  203. <div style="width: 280px; height: 300px; overflow: auto;" align="left">
  204. <b>00</b>. Want a code? Go <a href="https://rageqxeen.neocities.org/vw_codes/rageqxeen.html">here</a>. Refrain from stealing.<br><br>
  205. <b>01</b>. OOC.<br>
  206. </div>
  207.  
  208.  
  209. <a name="two"></a>
  210. <div style="width: 280px; height: 300px; overflow: auto;" align="center">
  211. <font style=float:left><b>Name</b></font> <font style=float:right>Isadora</font><br>
  212. <font style=float:left><b>Moniker</b></font> <font style=float:right><a title="Lucielle, The Blood Queen, Devourer of Old, Diablorist">hover</a></font><br>
  213. <font style=float:left><b>Gender</b></font> <font style=float:right>Female</font><br>
  214. <font style=float:left><b>Apparent Age</b></font> <font style=float:right>22</font><br>
  215. <font style=float:left><b>Race</b></font> <font style=float:right><a title="Vampire">Kindred</a></font><br>
  216. <font style=float:left><b>Height</b></font> <font style=float:right>5'8"</font><br>
  217. <font style=float:left><b>Weight</b></font> <font style=float:right>145 lbs</font><br>
  218. <font style=float:left><b>Tresses</b></font> <font style=float:right>Black</font><br>
  219. <font style=float:left><b>Irises</b></font> <font style=float:right><a title="Brownish Red">Old Blood</a></font><br>
  220. <font style=float:left><b>Marital</b></font> <font style=float:right><a href="https://roleplay.chat/profile.php?user=" target="_blank">Disinterest</a></font><br>
  221. <font style=float:left><b>Orientation</b></font> <font style=float:right>Straight</font><br>
  222. <font style=float:left><a title="Away from Caine, the first Vampire"><b>Generation</b></a></font> <font style=float:right>Fourth</font><br>
  223. </div>
  224.  
  225. <a name="three"></a>
  226. <div style="width: 280px; height: 300px; overflow: auto;" align="center">
  227. HERE
  228. </div>
  229.  
  230. <a name="four"></a>
  231. <div style="width: 280px; height: 300px; overflow: auto;" align="center">
  232. POWERS HERE
  233. </div>
  234.  
  235. <a name="five"></a>
  236. <div style="width: 280px; height: 300px; overflow: auto;" align="center">
  237. <a target="_blank" href="profile.php?user=" title=""><img style="border-radius: 50%" src="" align="left" height="100" width="100"></a>
  238. </div>
  239. </div>
  240. </div>
  241. </div>
  242. </body>
  243. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement