RageQxeen

Kishi

Jun 8th, 2019
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.20 KB | None | 0 0
  1. <html>
  2. <body><style type="text/css">
  3.  
  4. @import url(https://fonts.googleapis.com/css?family=Indie+Flower|Great+Vibes|Merienda+One);
  5.  
  6. html, body {
  7. background: #fff0f3;
  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: 420px;
  33. margin: 0px;
  34. border: none;
  35. height: 700px;
  36. background-color:transparent;
  37. position: absolute;
  38. right: 0%;
  39. bottom: 0%;
  40. background-image:url("http://i.picpar.com/Vvyd.png");
  41. background-repeat:no-repeat;
  42. background-position: bottom;
  43. background-size: 100%;
  44. }
  45.  
  46. #container {
  47. background-color:#ADA8BE;
  48. width: 900px;
  49. height: 500px;
  50. margin:auto;
  51. position: absolute;
  52. padding: 5px;
  53. font-family: 'Indie Flower', cursive;
  54. color: #000;
  55. left: 5%;
  56. top: 15%;
  57. z-index:1;
  58. border: #000000 solid 2px;
  59. -webkit-animation: fadein 7s; /* Safari, Chrome and Opera > 12.1 */
  60. -moz-animation: fadein 7s; /* Firefox < 16 */
  61. -ms-animation: fadein 7s; /* Internet Explorer */
  62. -o-animation: fadein 7s; /* Opera < 12.1 */
  63. animation: fadein 7s;
  64. }
  65.  
  66. @keyframes fadein {
  67. from { opacity: 0; }
  68. to { opacity: 1; }
  69. }
  70.  
  71. /* Firefox < 16 */
  72. @-moz-keyframes fadein {
  73. from { opacity: 0; }
  74. to { opacity: 1; }
  75. }
  76.  
  77. /* Safari, Chrome and Opera > 12.1 */
  78. @-webkit-keyframes fadein {
  79. from { opacity: 0; }
  80. to { opacity: 1; }
  81. }
  82.  
  83. /* Internet Explorer */
  84. @-ms-keyframes fadein {
  85. from { opacity: 0; }
  86. to { opacity: 1; }
  87. }
  88.  
  89. /* Opera < 12.1 */
  90. @-o-keyframes fadein {
  91. from { opacity: 0; }
  92. to { opacity: 1; }
  93. }
  94.  
  95. #content {
  96. background-color:#ECB0E1;
  97. width: 550px;
  98. height: 440px;
  99. margin:auto;
  100. position: absolute;
  101. padding: 5px;
  102. font-family: 'Indie Flower', cursive;
  103. color: #000;
  104. left: 3%;
  105. bottom: 3%;
  106. z-index: 0;
  107. border: #000000 solid 2px;
  108. }
  109.  
  110. #friendlist {
  111. background-color:#ECB0E1;
  112. width: 250px;
  113. height: 460px;
  114. margin:auto;
  115. position: absolute;
  116. padding: 5px;
  117. font-family: 'Indie Flower', cursive;
  118. color: #000;
  119. right: 3%;
  120. bottom: 3%;
  121. z-index:1;
  122. border: #000000 solid 2px;
  123. }
  124.  
  125. #nav {
  126. background-color: transparent;
  127. width: 250px;
  128. height:40px;
  129. margin:auto;
  130. position: absolute;
  131. left: 20%;
  132. top: 3%;
  133. text-align: center;
  134. z-index:1;
  135. }
  136.  
  137. #nav a, #nav a:link, #nav a:visited {
  138. display:inline-block;
  139. background: #ECB0E1;
  140. color: #cc0e0e;
  141. margin-top: 0px;
  142. margin-bottom: 0px;
  143. margin-left: 0px;
  144. height: 10px;
  145. width: 40px;
  146. border-radius: 5px;
  147. box-shadow: 0px 0px 5px #000;
  148. }
  149.  
  150. #nav a:active, #nav a:hover {
  151. display:inline-block;
  152. height: 10px;
  153. width: 40px;
  154. text-decoration:none;
  155. background: #000;
  156. color: #000;
  157. margin: 0px;
  158. box-shadow: 0px 0px 5px #cc0e0e;
  159. }
  160.  
  161. #name {
  162. z-index:15;
  163. position: absolute;
  164. left: 0%;
  165. top: 9%;
  166. margin: auto;
  167. background: #transparent;
  168. width: 500px;
  169. height: 50px;
  170. font-family: Great Vibes;
  171. font-size: 60px;
  172. background: url(https://cdn.shopify.com/s/files/1/1353/8123/files/Smoke.gif?3170450201838282347) 0px 0px repeat;
  173. -webkit-text-fill-color: transparent;
  174. -webkit-background-clip: text;
  175. background-position: center;
  176. display:block;
  177. text-align: center;
  178. letter-spacing: 1px;
  179. -webkit-transition:opacity 2s linear;
  180. line-height:3.6vw;
  181. }
  182.  
  183. #nameunder{
  184. z-index:15;
  185. position: absolute;
  186. left: 0%;
  187. top: 9%;
  188. margin: auto;
  189. background: #transparent;
  190. width: 500px;
  191. height: 50px;
  192. font-family: Great Vibes;
  193. font-size: 60px;
  194. -webkit-text-fill-color: #DB7093;
  195. text-transform: none;
  196. -webkit-background-clip: text;
  197. display:block;
  198. text-shadow: -1px 0 #999, 0 1px #000,1px 0 #000, 0 -1px #999;
  199. text-align: center;
  200. letter-spacing: 1px;
  201. -webkit-transition:opacity 2s linear;
  202. line-height:3.6vw;
  203. }
  204.  
  205. .header{
  206. position:absolute;
  207. width:500px;
  208. background:#transparent;
  209. height:50px;
  210. overflow:hidden;
  211. font-family: 'Great Vibes', cursive;
  212. font-size: 50px;
  213. font-weight:lighter;
  214. font-style:none;
  215. color:#000000;
  216. letter-spacing: 0px;
  217. text-transform:none;
  218. text-align:center;
  219. }
  220.  
  221. .credit{
  222. position: fixed;
  223. bottom: 0px;
  224. left: 2px;
  225. height: 25px;
  226. width: 25px;
  227. line-height: 15px;
  228. font-size: 10px;
  229. color: #000;
  230. text-align: center;
  231. font-family: roboto;
  232. }
  233.  
  234. i{color: #000;}
  235. b{color: #482728;}
  236. a{color: #B88E8D; text-decoration: none;}
  237. h1{ font-size: 20px; font-family: 'Merienda One', cursive; border-bottom: 1px solid #000;}
  238.  
  239. #Layout {position: fixed; left: 0px; top: 0px; right: 0px; bottom: 0px;}
  240. </style>
  241. <div id="Layout" oncontextmenu="return false;">
  242.  
  243. <div class="credit" title="Profile by RageQxeen">♛</div>
  244.  
  245. <div id="nameunder">The Entertainment</div><div id="name">The Entertainment</div>
  246. <div class="header" style="bottom: 4%; left: 44%;">Has Arrived!</div>
  247.  
  248. <div id="container">
  249.  
  250. <div id="nav">
  251. <a href="#one"></a>
  252. <a href="#two"></a>
  253. <a href="#three"></a>
  254. <a href="#four"></a>
  255. </div>
  256.  
  257. <div id="content">
  258. <div style="width: 550px; height: 440px; overflow-y: hidden;">
  259.  
  260. <a name="one"></a>
  261. <div style="width: 550px; height: 440px; overflow: auto;" align="center">
  262. <span style="float:left;"><b>Name</b></span><span style="float:right;"> </span><br>
  263. <span style="float:left;"><b>Alias(es)</b></span><span style="float:right;"> </span><br>
  264. <span style="float:left;"><b>Gender</b></span><span style="float:right;"> </span><br>
  265. <span style="float:left;"><b>Age</b></span><span style="float:right;"> </span><br>
  266. <span style="float:left;"><b>Height</b></span><span style="float:right;"> </span><br>
  267. <span style="float:left;"><b>Weight</b></span><span style="float:right;"> </span><br><br>
  268. <span style="float:left;"><b>Orientation</b></span><span style="float:right;"> </span><br>
  269. <span style="float:left;"><b>Relationship</b></span><span style="float:right;"> </span><br>
  270. <span style="float:left;"><b>Race</b></span><span style="float:right;"> </span><br>
  271. <span style="float:left;"><b>Affiliation</b></span><span style="float:right;"> </span><br>
  272. <span style="float:left;"><b>Mentality</b></span><span style="float:right;"> </span><br><br>
  273. <span style="float:left;"><b>Eyes</b></span><span style="float:right;"> </span><br>
  274. <span style="float:left;"><b>Hair</b></span><span style="float:right;"> </span><br>
  275. <span style="float:left;"><b>Build</b></span><span style="float:right;"> </span><br>
  276. </div>
  277.  
  278. <a name="two"></a>
  279. <div style="width: 550px; height: 440px; overflow: auto;" align="center">
  280. <h1>TITLE HERE</h1>
  281. </div>
  282.  
  283. <a name="three"></a>
  284. <div style="width: 550px; height: 440px; overflow: auto;" align="center">
  285. <h1>TITLE HERE</h1>
  286. </div>
  287.  
  288.  
  289.  
  290. <a name="four"></a>
  291. <div style="width: 550px; height: 440px; overflow: auto;" align="center">
  292. <h1>Out of Character</h1>
  293. <b>00</b>. Code made by <a href="https://alliealgiere.neocities.org" target="_blank">RageQxeen</a>! Do not remove credit!
  294. </div>
  295. </div>
  296. </div>
  297.  
  298. <div id="friendlist">
  299. <div style="width: 250px; height: 460px; overflow: auto;" align="center">
  300.  
  301. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  302. <center><b>- Name -</b><br> <i>foe/friend/neutral</i></center> small note.<br><br><br><br>
  303. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  304. <center><b>- Name -</b><br> <i>foe/friend/neutral</i></center> small note.<br><br><br><br>
  305. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  306. <center><b>- Name -</b><br> <i>foe/friend/neutral</i></center> small note.<br><br><br><br>
  307. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  308. <center><b>- Name -</b><br> <i>foe/friend/neutral</i></center> small note.<br><br><br><br>
  309. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  310. <center><b>- Name -</b><br> <i>foe/friend/neutral</i></center> small note.
  311. </div>
  312. </div>
  313. </div>
  314. </div>
  315. <div id="image"></div>
  316.  
  317. </body>
  318. </html>
Advertisement
Add Comment
Please, Sign In to add comment