RageQxeen

Hero

Mar 1st, 2020
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.83 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: #EAC6CF;
  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: 300px;
  36. margin: 0px;
  37. border: none;
  38. height: 700px;
  39. background-color:transparent;
  40. position: absolute;
  41. right: -5%;
  42. bottom: 0%;
  43. background-image:url("http://i.picpar.com/Zgud.png");
  44. background-repeat:no-repeat;
  45. background-position: bottom;
  46. background-size: 100%;
  47. z-index: 0;
  48. }
  49.  
  50. @-webkit-keyframes wiggle {
  51. 20% {
  52. -webkit-transform: translateY(4px);
  53. transform: translateY(4px);
  54. }
  55. 40% {
  56. -webkit-transform: translateY(-4px);
  57. transform: translateY(-4px);
  58. }
  59. 60% {
  60. -webkit-transform: translateY(2px);
  61. transform: translateY(2px);
  62. }
  63. 80% {
  64. -webkit-transform: translateY(-1px);
  65. transform: translateY(-1px);
  66. }
  67. 100% {
  68. -webkit-transform: translateY(0);
  69. transform: translateY(0);
  70. }
  71. }
  72. @keyframes wiggle {
  73. 20% {
  74. -webkit-transform: translateY(4px);
  75. transform: translateY(4px);
  76. }
  77. 40% {
  78. -webkit-transform: translateY(-4px);
  79. transform: translateY(-4px);
  80. }
  81. 60% {
  82. -webkit-transform: translateY(2px);
  83. transform: translateY(2px);
  84. }
  85. 80% {
  86. -webkit-transform: translateY(-1px);
  87. transform: translateY(-1px);
  88. }
  89. 100% {
  90. -webkit-transform: translateY(0);
  91. transform: translateY(0);
  92. }
  93. }
  94.  
  95. .wiggle:hover {
  96. -webkit-animation: swing 1s ease;
  97. animation: wiggle 1s ease;
  98. -webkit-animation-iteration-count: 1;
  99. animation-iteration-count: 1;
  100. }
  101.  
  102. .header{
  103. position:absolute;
  104. width:600px;
  105. background:#transparent;
  106. height:65px;
  107. overflow:hidden;
  108. font-family: 'Great Vibes', cursive;
  109. font-size: 50px;
  110. font-weight:lighter;
  111. font-style:none;
  112. color:#fefefe;
  113. letter-spacing: 0px;
  114. text-transform:none;
  115. text-align:center;
  116. }
  117.  
  118. body .fade {
  119. background-color: #63A6BB;
  120. background-image:url("https://i.pinimg.com/originals/2b/d5/46/2bd546bbc72da9a8ccf251922b1e05ac.gif");
  121. background-size: 40%;
  122. width: 2000px;
  123. height: 900px;
  124. margin:auto;
  125. position: absolute;
  126. right: 0%;
  127. bottom: 0%;
  128. z-index:1;
  129. opacity: 1;
  130. animation-fill-mode: ease-in-out forwards;
  131. }
  132.  
  133. body:hover .fade{
  134. animation: fader ease-in-out 10s;
  135. animation-iteration-count: 1;
  136. transform-origin: 50% 50%;
  137. animation-fill-mode:ease-in-out forwards; /*when the spec is finished*/
  138. -webkit-animation: fader ease-in-out 10s;
  139. -webkit-animation-iteration-count: 1;
  140. -webkit-transform-origin: 50% 50%;
  141. -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/
  142. -moz-animation: fader ease-in-out 10s;
  143. -moz-animation-iteration-count: 1;
  144. -moz-transform-origin: 50% 50%;
  145. -moz-animation-fill-mode:forwards; /*FF 5+*/
  146. -o-animation: fader ease-in-out 10s;
  147. -o-animation-iteration-count: 1;
  148. -o-transform-origin: 50% 50%;
  149. -o-animation-fill-mode:forwards; /*Not implemented yet*/
  150. -ms-animation: fader ease-in-out 10s;
  151. -ms-animation-iteration-count: 1;
  152. -ms-transform-origin: 50% 50%;
  153. -ms-animation-fill-mode:forwards; /*IE 10+*/
  154. }
  155.  
  156. @keyframes fader{
  157. 0% {
  158. opacity:1;
  159. transform: scaleX(1.00) scaleY(1.00) ;
  160. }
  161. 50% {
  162. opacity:0;
  163. transform: scaleX(NaN) scaleY(NaN) ;
  164. }
  165. 100% {
  166. z-index: -1;
  167. opacity: 0;
  168. }
  169. }
  170.  
  171. @-moz-keyframes fader{
  172. 0% {
  173. opacity:1;
  174. -moz-transform: scaleX(1.00) scaleY(1.00) ;
  175. }
  176. 50% {
  177. opacity:0;
  178. -moz-transform: scaleX(NaN) scaleY(NaN) ;
  179. }
  180. 100% {
  181. z-index: -1;
  182. opacity: 0;
  183. }
  184. }
  185.  
  186. @-webkit-keyframes fader {
  187. 0% {
  188. opacity:1;
  189. -webkit-transform: scaleX(1.00) scaleY(1.00) ;
  190. }
  191. 50% {
  192. opacity:0;
  193. -webkit-transform: scaleX(NaN) scaleY(NaN) ;
  194. }
  195. 100% {
  196. z-index: -1;
  197. opacity: 0;
  198. }
  199. }
  200.  
  201. @-o-keyframes fader {
  202. 0% {
  203. opacity:1;
  204. -o-transform: scaleX(1.00) scaleY(1.00) ;
  205. }
  206. 50% {
  207. opacity:0;
  208. -o-transform: scaleX(NaN) scaleY(NaN) ;
  209. }
  210. 100% {
  211. z-index: -1;
  212. opacity: 0;
  213. }
  214. }
  215.  
  216. @-ms-keyframes fader {
  217. 0% {
  218. opacity:1;
  219. -ms-transform: scaleX(1.00) scaleY(1.00) ;
  220. }
  221. 50% {
  222. opacity:0;
  223. -ms-transform: scaleX(NaN) scaleY(NaN) ;
  224. }
  225. 100% {
  226. z-index: -1;
  227. opacity: 0;
  228. }}
  229.  
  230. #container {
  231. background-color: #AEB9CD;
  232. background-image:url("");
  233. width: 900px;
  234. height: 500px;
  235. margin:auto;
  236. position: absolute;
  237. right: 20%;
  238. bottom: 10%;
  239. box-shadow: 1px 1px 20px 15px #21314A;
  240. z-index: 0;
  241. }
  242.  
  243. #box {
  244. background-color: #EAC6CF;
  245. background-image:url("");
  246. width: 630px;
  247. height: 370px;
  248. margin:auto;
  249. position: absolute;
  250. left: 3%;
  251. bottom: 2%;
  252. font-family: 'Comfortaa', cursive;
  253. font-size: 15px;
  254. padding: 10px;
  255. box-shadow: 1px 1px 10px 5px #21314A;
  256. z-index:1;
  257. }
  258.  
  259. #nav {
  260. background-color: transparent;
  261. width: 250px;
  262. height:40px;
  263. margin:auto;
  264. position: absolute;
  265. left: 25%;
  266. top: 15%;
  267. text-align: center;
  268. z-index:1;
  269. }
  270.  
  271. #nav a, #nav a:link, #nav a:visited {
  272. display:inline-block;
  273. background: #2E6095;
  274. color: #2E6095;
  275. margin-top: 0px;
  276. margin-bottom: 0px;
  277. margin-left: 0px;
  278. height: 10px;
  279. width: 40px;
  280. border-radius: 5px;
  281. box-shadow: 0px 0px 7px #22343F;
  282. }
  283.  
  284. #nav a:active, #nav a:hover {
  285. display:inline-block;
  286. height: 10px;
  287. width: 40px;
  288. text-decoration:none;
  289. background: #22343F;
  290. color: #22343F;
  291. margin: 0px;
  292. box-shadow: 0px 0px 5px #2E6095;
  293. }
  294.  
  295. #editthis{ position:fixed;height: 27px; width: 30px; bottom: 1%; right: 1%; margin: auto; z-index:100;}
  296.  
  297. #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;}
  298.  
  299. #music1:hover #music2{ opacity: 0; margin-top:-20px; z-index:-1;}
  300.  
  301. #music1:hover #music3{ opacity: .5; margin-top:-5px; z-index:99;}
  302.  
  303. #music1:hover #musiclist{ opacity: .5;}
  304.  
  305. #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;}
  306.  
  307. #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;}
  308.  
  309.  
  310. h1 {font-family: 'Righteous', cursive; text-align: left; border-bottom: 1px solid #000; font-size: 25px;}
  311. h2 {font-family: 'Righteous', cursive; text-align: right; border-bottom: 1px solid #000; font-size: 25px;}
  312. a {text-decoration: none; color: #111;}
  313. i {color: #0000FF; font-weight: bold;}
  314.  
  315. .credit{
  316. position: fixed;
  317. bottom: 0px;
  318. left: 2px;
  319. height: 25px;
  320. width: 25px;
  321. line-height: 15px;
  322. font-size: 10px;
  323. color: #000;
  324. text-align: center;
  325. font-family: roboto;
  326. }
  327.  
  328. #Layout {position: fixed; left: 0px; top: 0px; right: 0px; bottom: 0px;}
  329. </style>
  330. <div id="Layout" oncontextmenu="return false;">
  331.  
  332. <div class="credit" title="Profile by RageQxeen">♛</div>
  333.  
  334. <div class="fade"></div>
  335.  
  336. <div id="container">
  337. <div id="editthis"><div id="music1"><div id="music2">
  338. <img src="http://38.media.tumblr.com/tumblr_m7w2py1dEP1r6o8v2.gif" style="opacity: 0.8;"></div>
  339. <div id="music3"><Div style="margin-top:4px;">
  340. <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>
  341. </div></div></div></div>
  342.  
  343. <div id="image" class="wiggle"></div>
  344. <div class="header" style="top: 2%; left: 5%;">Let Me Be Your Superhero</div>
  345.  
  346. <div id="nav">
  347. <a href="#one"></a>
  348. <a href="#two"></a>
  349. <a href="#three"></a>
  350. <a href="#four"></a>
  351. </div>
  352.  
  353. <div id="box">
  354. <div style="width: 630px; height: 370px; overflow-y: hidden;">
  355.  
  356. <a name="one"></a>
  357. <div style="width: 630px; height: 370px; overflow: auto;" align="center">
  358. <h1>the usual</h1>
  359. <span style="float:left;"><b>Name</b></span><span style="float:right;"></span><br>
  360. <span style="float:left;"><b>Alias(es)</b></span><span style="float:right;"><a title="">hover</a></span><br>
  361. <span style="float:left;"><b>Hero Name</b></span><span style="float:right;"></span><br>
  362. <span style="float:left;"><b>Gender</b></span><span style="float:right;"></span><br>
  363. <span style="float:left;"><b>Age</b></span><span style="float:right;"></span><br>
  364. <span style="float:left;"><b>Race</b></span><span style="float:right;"></span><br>
  365. <span style="float:left;"><b>Voice</b></span><span style="float:right;"><a href="" target="_blank">Click~</a></span><br>
  366. <span style="float:left;"><b>Class</b></span><span style="float:right;"></span><br><br>
  367. <span style="float:left;"><b>Height</b></span><span style="float:right;"></span><br>
  368. <span style="float:left;"><b>Weight</b></span><span style="float:right;"></span><br>
  369. <span style="float:left;"><b>Eyes</b></span><span style="float:right;"></span><br>
  370. <span style="float:left;"><b>Hair</b></span><span style="float:right;"></span><br>
  371. <span style="float:left;"><b>Build</b></span><span style="float:right;"></span><br><br>
  372. <span style="float:left;"><b>Orientation</b></span><span style="float:right;"></span><br>
  373. <span style="float:left;"><b>Relationship</b></span><span style="float:right;"></span><br>
  374. <span style="float:left;"><b>Quirk</b></span><span style="float:right;"><a href="" target="_blank"></a></span><br>
  375. <span style="float:left;"><b>Affiliation</b></span><span style="float:right;"></span><br><br>
  376. </div>
  377.  
  378. <a name="two"></a>
  379. <div style="width: 630px; height: 370px; overflow: auto;" align="center">
  380. <h2>combat</h2>
  381. <span style="float:left;"><b>Cooperation</b></span><span style="float:right;">●●○○○</span><br><br>
  382. <span style="float:left;"><b>Power</b></span><span style="float:right;">●●●●○</span><br><br>
  383. <span style="float:left;"><b>Speed</b></span><span style="float:right;">●●○○○</span><br><br>
  384. <span style="float:left;"><b>Intelligence</b></span><span style="float:right;">●●●●●</span><br><br>
  385.  
  386. <h1>headcanons</h1>
  387. <ul>
  388. <li>
  389. </ul>
  390. </div>
  391.  
  392.  
  393. <a name="three"></a>
  394. <div style="width: 630px; height: 370px; overflow: auto;" align="center">
  395. <h2>connections</h2>
  396. <a target="_blank" href="/profile.php?user=HERE" title="HERE"><img style="border-radius: 50%" src="HERE" align="left" height="100" width="100"></a>
  397. <a target="_blank" href="/profile.php?user=HERE" title="HERE"><img style="border-radius: 50%" src="HERE" align="left" height="100" width="100"></a>
  398. <a target="_blank" href="/profile.php?user=HERE" title="HERE"><img style="border-radius: 50%" src="HERE" align="left" height="100" width="100"></a>
  399. <a target="_blank" href="/profile.php?user=HERE" title="HERE"><img style="border-radius: 50%" src="HERE" align="left" height="100" width="100"></a>
  400.  
  401. </div>
  402.  
  403.  
  404. <a name="four"></a>
  405. <div style="width: 630px; height: 370px; overflow: auto;" align="center">
  406. <h1>out of character</h1>
  407. <b>00</b>. Made by RageQxeen, free codes can be found <a target="_blank" href="https://alliealgiere.neocities.org">here</a>.<br><br>
  408. <b>01</b>. <br><br>
  409. <b>02</b>. <br><br>
  410. <b>03</b>. <br><br>
  411. <b>04</b>. <br><br>
  412. <b>05</b>. <br><br>
  413. <b>06</b>. <br><br>
  414. <b>07</b>. <br><br>
  415. <b>08</b>. <br><br>
  416. <b>09</b>. <br><br>
  417. <b>10</b>. <br><br>
  418. <b>11</b>. <br><br>
  419. </div>
  420.  
  421. </div>
  422. </div>
  423. </div>
  424. </div>
  425. </div>
  426. </body>
  427. </html>
Add Comment
Please, Sign In to add comment