Advertisement
Guest User

Asriel Dremurr

a guest
Oct 20th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.78 KB | None | 0 0
  1. <html>
  2. <body><style type="text/css">
  3.  
  4. @import url(https://fonts.googleapis.com/css?family=Aref+Ruqaa);
  5.  
  6. html, body {
  7. background: #bb8e1b;
  8. background-image:url("http://i.picpar.com/ihXc.png");
  9. background-size: 105%;
  10. background-repeat:no-repeat;
  11. background-position:center;
  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. ::-webkit-scrollbar {
  26. height:60px;
  27. width:5px;
  28. background-color:#transparent;}
  29.  
  30. #image {
  31. width: 300px;
  32. margin: 0px;
  33. border: none;
  34. height: 700px;
  35. background-color:transparent;
  36. position: absolute;
  37. left: 18%;
  38. bottom: 30%;
  39. background-image:url("http://i.picpar.com/XgXc.png");
  40. background-repeat:no-repeat;
  41. background-position: bottom;
  42. background-size: 100%;
  43. animation: bounce 3s infinite; -webkit-animation: bounce 3s infinite; -o-animation: bounce 3s infinite; image-shadow: 0 0 30px #CC20FF;
  44. opacity: 1; transition: opacity 1s ease-in-out;
  45. -moz-transition: opacity 1s ease-in-out;
  46. -webkit-transition: opacity 1s ease-in-out;
  47. }
  48.  
  49. @keyframes bounce{
  50. 0% {bottom: 15%;}
  51. 50% {bottom: 18%;}
  52. 100% {bottom: 15%;}}
  53.  
  54. @-webkit-keyframes bounce {
  55. 0% {bottom: 15%;}
  56. 50% {bottom: 18%;}
  57. 100% {bottom: 15%;}}
  58.  
  59. #content {
  60. background-color:transparent;
  61. width: 500px;
  62. height: 400px;
  63. margin:auto;
  64. position: absolute;
  65. padding: 5px;
  66. font-family: 'Aref Ruqaa', cursive;
  67. font-size: 18px;
  68. color: #fff;
  69. right: 23%;
  70. bottom: 19%;
  71. z-index:1;
  72. }
  73.  
  74. #navi1 {position: absolute;
  75. left: 20%;
  76. top: 10%;}
  77.  
  78. #navi1 a {background-color: #600;
  79. background:url('http://i.picpar.com/bhXc.png')
  80. center center no-repeat;;
  81. background-size: 100%;
  82. display: inline-block;
  83. height: 50px;
  84. width: 50px;
  85. border: 0px solid #000;
  86.  
  87. }
  88.  
  89. #navi2 {position: absolute;
  90. left: 32%;
  91. top: 15%;}
  92.  
  93. #navi2 a {background-color: #600;
  94. background:url('http://i.picpar.com/dhXc.png')
  95. center center no-repeat;;
  96. background-size: 100%;
  97. display: inline-block;
  98. height: 30px;
  99. width: 30px;
  100. border: 0px solid #000;}
  101.  
  102. #navi3 {position: absolute;
  103. left: 20%;
  104. top: 35%;}
  105.  
  106. #navi3 a {background-color: #600;
  107. background:url('http://i.picpar.com/ehXc.png')
  108. center center no-repeat;;
  109. background-size: 100%;
  110. display: inline-block;
  111. height: 30px;
  112. width: 30px;
  113. border: 0px solid #000;}
  114.  
  115. #navi4 {position: absolute;
  116. left: 33%;
  117. top: 40%;}
  118.  
  119. #navi4 a {background-color: #600;
  120. background:url('http://i.picpar.com/fhXc.png')
  121. center center no-repeat;;
  122. background-size: 80%;
  123. display: inline-block;
  124. height: 30px;
  125. width: 30px;
  126. border: 0px solid #000;}
  127.  
  128. #navi5 {position: absolute;
  129. left: 30%;
  130. top: 60%;}
  131.  
  132. #navi5 a {background-color: #600;
  133. background:url('http://i.picpar.com/ghXc.png')
  134. center center no-repeat;;
  135. background-size: 90%;
  136. display: inline-block;
  137. height: 30px;
  138. width: 30px;
  139. border: 0px solid #000;}
  140.  
  141. .credit{
  142. position: fixed;
  143. bottom: 0px;
  144. right: 2px;
  145. height: 25px;
  146. width: 25px;
  147. line-height: 15px;
  148. font-size: 10px;
  149. color: #000;
  150. text-align: center;
  151. font-family: roboto;
  152. }
  153.  
  154. i{color: #c0c0c0;}
  155. b{color: #d3d3d3;}
  156. a{color: #daa520; text-decoration: none;}
  157.  
  158. #Layout {position: fixed; left: 0px; top: 0px; right: 0px; bottom: 0px;}
  159. </style>
  160. <div class="credit" title="By RageQxeen">♛</div>
  161.  
  162. <div id="Layout" oncontextmenu="return false;"></div>
  163. <div id="image"></div>
  164.  
  165. <div id="navi5"><a href="#five"></a></div>
  166. <div id="navi4"><a href="#four"></a></div>
  167. <div id="navi3"><a href="#three"></a></div>
  168. <div id="navi2"><a href="#two"></a></div>
  169. <div id="navi1"><a href="#one"></a></div>
  170.  
  171. <div id="content">
  172. <div style="width: 500px; height: 400px; overflow-y: hidden;">
  173.  
  174. <a name="one"></a>
  175. <div style="width: 500px; height: 400px; overflow: auto;" align="center">
  176. <span style="float:left;"><b>Name</b></span><span style="float:right;">NAME HERE</span><br>
  177. <font style=float:left><b>Moniker</b></font> <font style=float:right><a title="TITLES HERE">hover</a></font><br>
  178. <font style=float:left><b>Gender</b></font> <font style=float:right>GENDER HERE</font><br>
  179. <font style=float:left><b>Apparent Age</b></font> <font style=float:right>AGE HERE</font><br>
  180. <font style=float:left><b>Race</b></font> <font style=float:right>RACE HERE</font><br>
  181. <font style=float:left><b>Height</b></font> <font style=float:right>HEIGHT HERE</font><br>
  182. <font style=float:left><b>Weight</b></font> <font style=float:right>WEIGHT HERE</font><br>
  183. <font style=float:left><b>Tresses</b></font> <font style=float:right>HAIR COLOR HERE</font><br>
  184. <font style=float:left><b>Irises</b></font> <font style=float:right>EYE COLOR HERE</font><br>
  185. <font style=float:left><b>Marital</b></font> <font style=float:right><a href="LINK TO PROFILE HERE" target="_blank">RELATIONSHIP STATUS HERE</a></font><br>
  186. <font style=float:left><b>Orientation</b></font> <font style=float:right>ORIENTATION HERE</font><br>
  187. </div>
  188.  
  189. <a name="two"></a>
  190. <div style="width: 500px; height: 400px; overflow: auto;" align="center">
  191. POWERS OR HISTORY HERE
  192. </div>
  193.  
  194. <a name="three"></a>
  195. <div style="width: 500px; height: 400px; overflow: auto;" align="center">
  196. POWERS OR HISTORY HERE
  197. </div>
  198.  
  199. <a name="four"></a>
  200. <div style="width: 500px; height: 400px; overflow: auto;" align="center">
  201. FRIEND STUFF HERE
  202. </div>
  203.  
  204. <a name="five"></a>
  205. <div style="width: 500px; height: 400px; overflow: auto;" align="center">
  206. <b>00</b>. Code does not belong to me, go <a target="_blank" href="https://alliealgiere.neocities.org/">here</a> to get a free code or commission by <b>RageQxeen</b>!<br><br>
  207.  
  208. <b>01.</b> OOC <br>
  209. <b>02.</b> OOC <br>
  210. <b>03.</b> OOC <br>
  211. <b>04.</b> OOC <br>
  212. <b>05.</b> OOC <br>
  213. <b>06.</b> OOC <br>
  214. <b>07.</b> OOC <br>
  215. <b>08.</b> OOC <br>
  216. <b>09.</b> OOC <br>
  217. <b>10.</b> OOC <br>
  218.  
  219. </div>
  220. </div>
  221. </div>
  222. </body>
  223. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement