RageQxeen

Goddess of the Night

Mar 15th, 2020
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.40 KB | None | 0 0
  1. <html>
  2. <body>
  3. <meta name="viewport" content="width=device-width, initial-scale=1">
  4.  
  5. <style type="text/css">
  6.  
  7. @import url('https://fonts.googleapis.com/css?family=Comfortaa|Great+Vibes|Righteous');
  8.  
  9. html, body {
  10. background: #000;
  11. background-image:url("https://www.freeiconspng.com/uploads/grunge-png-14.png");
  12. background-size:100%;
  13. background-repeat:no-repeat;
  14. background-position:center bottom;
  15. }
  16.  
  17. ::-webkit-scrollbar-button:vertical:{
  18. background-color: #transparent;}
  19.  
  20. ::-webkit-scrollbar-thumb:vertical {
  21. background-color:#transparent;
  22. height:150px;}
  23.  
  24. ::-webkit-scrollbar-thumb:horizontal {
  25. background-color:#transparent;
  26. height:60px;}
  27.  
  28.  
  29. ::-webkit-scrollbar {
  30. height:60px;
  31. width:5px;
  32. background-color:#transparent;}
  33.  
  34. #image {
  35. width: 400px;
  36. margin: 0px;
  37. border: none;
  38. height: 700px;
  39. background-color:transparent;
  40. position: absolute;
  41. right: -15%;
  42. bottom: 0%;
  43. background-image:url("http://i.picpar.com/GLud.png");
  44. background-repeat:no-repeat;
  45. background-position: bottom;
  46. background-size: 100%;
  47. z-index: 2;
  48. }
  49.  
  50.  
  51. .header{
  52. position:absolute;
  53. width:490px;
  54. background:#transparent;
  55. height:65px;
  56. overflow:hidden;
  57. font-family: 'Great Vibes', cursive;
  58. font-size: 50px;
  59. font-weight:lighter;
  60. font-style:none;
  61. color:#000;
  62. letter-spacing: 0px;
  63. text-transform:none;
  64. text-align:center;
  65. z-index: 2;
  66. }
  67.  
  68. body .fade {
  69. background-color: #000;
  70. background-image:url("https://www.wect.com/resizer/p6vCCxMQYr3nPnmmWcMhD6bwq88=/1200x600/arc-anglerfish-arc2-prod-raycom.s3.amazonaws.com/public/A2TH2EN5CBDVXJRAADJX6H33YM.gif");
  71. background-size: 100%;
  72. background-repeat: repeat;
  73. background-position: center;
  74. width: 2000px;
  75. height: 900px;
  76. margin:auto;
  77. position: absolute;
  78. right: 0%;
  79. bottom: 0%;
  80. z-index:1;
  81. opacity: 1;
  82. animation-fill-mode: ease-in-out forwards;
  83. }
  84.  
  85. body:hover .fade{
  86. animation: fader ease-in-out 10s;
  87. animation-iteration-count: 1;
  88. transform-origin: 50% 50%;
  89. animation-fill-mode:ease-in-out forwards; /*when the spec is finished*/
  90. -webkit-animation: fader ease-in-out 10s;
  91. -webkit-animation-iteration-count: 1;
  92. -webkit-transform-origin: 50% 50%;
  93. -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/
  94. -moz-animation: fader ease-in-out 10s;
  95. -moz-animation-iteration-count: 1;
  96. -moz-transform-origin: 50% 50%;
  97. -moz-animation-fill-mode:forwards; /*FF 5+*/
  98. -o-animation: fader ease-in-out 10s;
  99. -o-animation-iteration-count: 1;
  100. -o-transform-origin: 50% 50%;
  101. -o-animation-fill-mode:forwards; /*Not implemented yet*/
  102. -ms-animation: fader ease-in-out 10s;
  103. -ms-animation-iteration-count: 1;
  104. -ms-transform-origin: 50% 50%;
  105. -ms-animation-fill-mode:forwards; /*IE 10+*/
  106. }
  107.  
  108. @keyframes fader{
  109. 0% {
  110. opacity:1;
  111. transform: scaleX(1.00) scaleY(1.00) ;
  112. }
  113. 50% {
  114. opacity:0;
  115. transform: scaleX(NaN) scaleY(NaN) ;
  116. }
  117. 100% {
  118. z-index: -1;
  119. opacity: 0;
  120. }
  121. }
  122.  
  123. @-moz-keyframes fader{
  124. 0% {
  125. opacity:1;
  126. -moz-transform: scaleX(1.00) scaleY(1.00) ;
  127. }
  128. 50% {
  129. opacity:0;
  130. -moz-transform: scaleX(NaN) scaleY(NaN) ;
  131. }
  132. 100% {
  133. z-index: -1;
  134. opacity: 0;
  135. }
  136. }
  137.  
  138. @-webkit-keyframes fader {
  139. 0% {
  140. opacity:1;
  141. -webkit-transform: scaleX(1.00) scaleY(1.00) ;
  142. }
  143. 50% {
  144. opacity:0;
  145. -webkit-transform: scaleX(NaN) scaleY(NaN) ;
  146. }
  147. 100% {
  148. z-index: -1;
  149. opacity: 0;
  150. }
  151. }
  152.  
  153. @-o-keyframes fader {
  154. 0% {
  155. opacity:1;
  156. -o-transform: scaleX(1.00) scaleY(1.00) ;
  157. }
  158. 50% {
  159. opacity:0;
  160. -o-transform: scaleX(NaN) scaleY(NaN) ;
  161. }
  162. 100% {
  163. z-index: -1;
  164. opacity: 0;
  165. }
  166. }
  167.  
  168. @-ms-keyframes fader {
  169. 0% {
  170. opacity:1;
  171. -ms-transform: scaleX(1.00) scaleY(1.00) ;
  172. }
  173. 50% {
  174. opacity:0;
  175. -ms-transform: scaleX(NaN) scaleY(NaN) ;
  176. }
  177. 100% {
  178. z-index: -1;
  179. opacity: 0;
  180. }}
  181.  
  182. #container {
  183. background-color: #C0C0C0;
  184. background-image:url("");
  185. width: 900px;
  186. height: 460px;
  187. margin:auto;
  188. position: absolute;
  189. right: 20%;
  190. bottom: 10%;
  191. box-shadow: 1px 1px 20px 15px #666;
  192. z-index: 0;
  193. }
  194.  
  195. #box {
  196. background-color: #fffff0;
  197. background-image:url("");
  198. width: 630px;
  199. height: 370px;
  200. margin:auto;
  201. position: absolute;
  202. left: 2%;
  203. bottom: 2%;
  204. font-family: 'Comfortaa', cursive;
  205. font-size: 15px;
  206. padding: 10px;
  207. box-shadow: 1px 1px 10px 5px #666;
  208. z-index:1;
  209. }
  210.  
  211. #nav {
  212. background-color: transparent;
  213. width: 250px;
  214. height:40px;
  215. margin:auto;
  216. position: absolute;
  217. left: 50%;
  218. top: 9%;
  219. text-align: center;
  220. z-index:1;
  221. }
  222.  
  223. #nav a, #nav a:link, #nav a:visited {
  224. display:inline-block;
  225. background: #000;
  226. color: #000;
  227. margin-top: 0px;
  228. margin-bottom: 0px;
  229. margin-left: 0px;
  230. height: 10px;
  231. width: 40px;
  232. border-radius: 5px;
  233. box-shadow: 0px 0px 7px #333;
  234. }
  235.  
  236. #nav a:active, #nav a:hover {
  237. display:inline-block;
  238. height: 10px;
  239. width: 40px;
  240. text-decoration:none;
  241. background: #333;
  242. color: #333;
  243. margin: 0px;
  244. box-shadow: 0px 0px 5px #000;
  245. }
  246.  
  247. #editthis{ position:fixed;height: 27px; width: 30px; bottom: 1%; right: 1%; margin: auto; z-index:100;}
  248.  
  249. #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;}
  250.  
  251. #music1:hover #music2{ opacity: 0; margin-top:-20px; z-index:-1;}
  252.  
  253. #music1:hover #music3{ opacity: .5; margin-top:-5px; z-index:99;}
  254.  
  255. #music1:hover #musiclist{ opacity: .5;}
  256.  
  257. #music2{ opacity: .5; background-color:#000000; padding:6px; border-radius: 100%; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out;}
  258.  
  259. #music3{ opacity: 0; position:fixed; background-color:#000000; background-image: url('https://www.pngkey.com/png/full/11-113290_playbutton-video-player-button-pngx.png'); background-repeat: no-repeat; background-size: 25px; border:1px dotted #b3b3e5; border-radius: 50px; 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;}
  260.  
  261.  
  262. h1 {font-family: 'Righteous', cursive; text-align: left; border-bottom: 1px solid #000; font-size: 25px;}
  263. h2 {font-family: 'Righteous', cursive; text-align: right; border-bottom: 1px solid #000; font-size: 25px;}
  264. a {text-decoration: none; color: #111;}
  265. i {color: #0000FF; font-weight: bold;}
  266.  
  267. .credit{
  268. position: fixed;
  269. bottom: 0px;
  270. left: 2px;
  271. height: 25px;
  272. width: 25px;
  273. line-height: 15px;
  274. font-size: 10px;
  275. color: #000;
  276. text-align: center;
  277. font-family: roboto;
  278. }
  279.  
  280. #Layout {position: fixed; left: 0px; top: 0px; right: 0px; bottom: 0px;}
  281. </style>
  282. <div id="Layout" oncontextmenu="return false;">
  283.  
  284. <div class="credit" title="Profile by RageQxeen">♛</div>
  285.  
  286. <div class="fade"></div>
  287.  
  288. <div id="container">
  289. <div id="editthis"><div id="music1"><div id="music2">
  290. <img src="http://38.media.tumblr.com/tumblr_m7w2py1dEP1r6o8v2.gif" style="opacity: 0.8;"></div>
  291. <div id="music3"><Div style="margin-top:4px;">
  292. <audio controls style="opacity: 0;"><source src="http://k007.kiwi6.com/hotlink/22k8f5afh2/Smash_Into_Pieces_-_Let_Me_Be_Your_Superhero_Official_Video_.mp3"></audio>
  293. </div></div></div></div>
  294.  
  295. <div id="image" class="wiggle"></div>
  296. <div class="header" style="top: 3%; left: 0%;">The Night shall consume All</div>
  297.  
  298. <div id="nav">
  299. <a href="#one"></a>
  300. <a href="#two"></a>
  301. <a href="#three"></a>
  302. <a href="#four"></a>
  303. </div>
  304.  
  305. <div id="box">
  306. <div style="width: 630px; height: 370px; overflow-y: hidden;">
  307.  
  308. <a name="one"></a>
  309. <div style="width: 630px; height: 370px; overflow: auto;" align="center">
  310. <h1>the usual</h1>
  311. <span style="float:left;"><b>Name</b></span><span style="float:right;">Nyx</span><br>
  312. <span style="float:left;"><b>Alias(es)</b></span><span style="float:right;"><a title="Nox, The Goddess of the Night, The Night Titan">hover</a></span><br>
  313. <span style="float:left;"><b>Gender</b></span><span style="float:right;">Female</span><br>
  314. <span style="float:left;"><b>Birthdate</b></span><span style="float:right;">The Dawn of Creation</span><br>
  315. <span style="float:left;"><b>Race</b></span><span style="float:right;">Titan</span><br>
  316. <span style="float:left;"><b>Voice</b></span><span style="float:right;"><a href="" target="_blank">Click~</a></span><br><br>
  317. <span style="float:left;"><b>Height</b></span><span style="float:right;">5'8"</span><br>
  318. <span style="float:left;"><b>Weight</b></span><span style="float:right;">153 lbs</span><br>
  319. <span style="float:left;"><b>Eyes</b></span><span style="float:right;">Black</span><br>
  320. <span style="float:left;"><b>Hair</b></span><span style="float:right;">Black</span><br>
  321. <span style="float:left;"><b>Build</b></span><span style="float:right;">Curved</span><br><br>
  322. <span style="float:left;"><b>Orientation</b></span><span style="float:right;">Heterosexual</span><br>
  323. <span style="float:left;"><b>Relationship</b></span><span style="float:right;">None</span><br>
  324. <span style="float:left;"><b>Affiliation</b></span><span style="float:right;">Khaos</span><br><br>
  325. </div>
  326.  
  327. <a name="two"></a>
  328. <div style="width: 630px; height: 370px; overflow: auto;" align="center">
  329. <h2>powers</h2>
  330. Embodiment of the Night and Darkness, one of very few who Zeus feared, and the direct descendant of the oldest thing in the Universe.<br><br> <big><b>Don't try.</b></big>
  331. </div>
  332.  
  333.  
  334. <a name="three"></a>
  335. <div style="width: 630px; height: 370px; overflow: auto;" align="center">
  336. <h2>connections</h2>
  337. <a target="_blank" href="/profile.php?user=HERE" title="HERE"><img style="border-radius: 50%" src="HERE" align="left" height="100" width="100"></a>
  338. <a target="_blank" href="/profile.php?user=HERE" title="HERE"><img style="border-radius: 50%" src="HERE" align="left" height="100" width="100"></a>
  339. <a target="_blank" href="/profile.php?user=HERE" title="HERE"><img style="border-radius: 50%" src="HERE" align="left" height="100" width="100"></a>
  340. <a target="_blank" href="/profile.php?user=HERE" title="HERE"><img style="border-radius: 50%" src="HERE" align="left" height="100" width="100"></a>
  341.  
  342. </div>
  343.  
  344.  
  345. <a name="four"></a>
  346. <div style="width: 630px; height: 370px; overflow: auto;" align="center">
  347. <h1>out of character</h1>
  348. <b>00</b>. Made by RageQxeen, free codes can be found <a target="_blank" href="https://alliealgiere.neocities.org">here</a>.<br><br>
  349. <b>01</b>. <br><br>
  350. <b>02</b>. <br><br>
  351. <b>03</b>. <br><br>
  352. <b>04</b>. <br><br>
  353. <b>05</b>. <br><br>
  354. <b>06</b>. <br><br>
  355. <b>07</b>. <br><br>
  356. <b>08</b>. <br><br>
  357. <b>09</b>. <br><br>
  358. <b>10</b>. <br><br>
  359. <b>11</b>. <br><br>
  360. </div>
  361.  
  362. </div>
  363. </div>
  364. </div>
  365. </div>
  366.  
  367. </body>
  368. </html>
Advertisement
Add Comment
Please, Sign In to add comment