Advertisement
RageQxeen

Daughter of the Dragon

Jul 25th, 2022
80
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.58 KB | None | 1 0
  1. <html>
  2. <body><style type="text/css">
  3.  
  4. @import url('https://fonts.googleapis.com/css?family=Oleo+Script|Righteous|Uncial+Antiqua');
  5.  
  6. html, body {
  7. background: #FFFFFA;
  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: 350px;
  33. margin: 0px;
  34. border: none;
  35. height: 700px;
  36. background-color:transparent;
  37. position: absolute;
  38. right: 10%;
  39. bottom: 0%;
  40. background-image:url("http://i.picpar.com/N9sd.png");
  41. background-repeat:no-repeat;
  42. background-position: bottom;
  43. background-size: 100%;
  44. z-index: 10;
  45. }
  46.  
  47. #container {
  48. width: 100%;
  49. height: 270px;
  50. margin: 0px;
  51. background-color: #9EA3B0;
  52. position: absolute;
  53. right: 0%;
  54. bottom: 0%;
  55. background-position: bottom;
  56. }
  57.  
  58. #content{
  59. width: 650px;
  60. height: 450px;
  61. margin: 0px;
  62. position: absolute;
  63. background-position: center;
  64. left: 15%;
  65. bottom: 15%;
  66. background-color: #546A7B;
  67. box-shadow: 0px 0px 5px 5px #070707;
  68. -webkit-animation: hermove 3s; /* Safari 4.0 - 8.0 */
  69. animation: hermove 3s;
  70. -webkit-animation-timing-function: linear;
  71. animation-timing-function: linear;
  72. z-index: 1;
  73. }
  74.  
  75. @-webkit-keyframes hermove {
  76. from {bottom: 0%}
  77. to {bottom: 15%;}
  78. }
  79.  
  80. @keyframes hermove {
  81. from {bottom: 0%;}
  82. to {bottom: 15%;}
  83. }
  84.  
  85. #box{
  86. background-color: transparent;
  87. position: absolute;
  88. width: 600px;
  89. height: 370px;
  90. margin: auto;
  91. padding: 10px;
  92. text-align: justify;
  93. font-family: 'Oleo Script';
  94. font-size: 18px;
  95. color: #F8FCDA;
  96. right: 2%;
  97. top: 2%;
  98. border: 3px solid #000;
  99. }
  100.  
  101. #nav {
  102. background-color: transparent;
  103. width: 300px;
  104. height:10px;
  105. margin:auto;
  106. position: absolute;
  107. left: 26%;
  108. bottom: 3%;
  109. text-align: center;
  110. text-decoration: none;
  111. z-index:1;
  112. }
  113.  
  114. #nav a, #nav a:link, #nav a:visited {
  115. display:inline-block;
  116. text-decoration: none;
  117. text-align: center;
  118. background: #000;
  119. color: transparent;
  120. box-shadow: 0px 0px 5px #470d0d;
  121. padding: 4px;
  122. height: 4px;
  123. width: 30px;
  124. border-radius: 5px;
  125. }
  126.  
  127. #nav a:active, #nav a:hover {
  128. display:inline-block;
  129. height: 4px;
  130. width: 30px;
  131. text-decoration:none;
  132. background: #470d0d;
  133. box-shadow: 0px 0px 5px #000;
  134. color: transparent;
  135. margin: 0px;
  136. }
  137.  
  138. #name {
  139. z-index:15;
  140. position: absolute;
  141. left: 11%;
  142. top: 12%;
  143. margin: auto;
  144. background: #transparent;
  145. width: 750px;
  146. height: 100px;
  147. font-family: 'Uncial Antiqua', cursive;
  148. font-size: 65px;
  149. background: url(https://thumbs.gfycat.com/MeanJauntyBuzzard-size_restricted.gif) 0px 0px repeat;
  150. -webkit-text-fill-color: transparent;
  151. -webkit-background-clip: text;
  152. background-position: right;
  153. display:block;
  154. text-align: center;
  155. letter-spacing: 1px;
  156. -webkit-transition:opacity 2s linear;
  157. line-height:3.6vw;
  158. }
  159.  
  160. #nameunder{
  161. z-index:15;
  162. position: absolute;
  163. left: 11%;
  164. top: 12%;
  165. margin: auto;
  166. background: #transparent;
  167. width: 750px;
  168. height: 100px;
  169. font-family: 'Uncial Antiqua', cursive;
  170. font-size: 65px;
  171. -webkit-text-fill-color: #B4ADA3;
  172. text-transform: none;
  173. -webkit-background-clip: text;
  174. display:block;
  175. text-shadow: -1px 0 #333, 0 1px #000,1px 0 #000, 0 -1px #333;
  176. text-align: center;
  177. letter-spacing: 1px;
  178. -webkit-transition:opacity 2s linear;
  179. line-height:3.6vw;
  180. }
  181.  
  182. #icon {
  183. width: 90px;
  184. margin: 0px;
  185. border: 5px solid #000;
  186. height: 90px;
  187. background-color: #000;
  188. position: absolute;
  189. left: 20%;
  190. bottom: 0%;
  191. border-radius: 50%;
  192. background-image:url("http://i.picpar.com/V9sd.jpg");
  193. background-repeat:no-repeat;
  194. background-position: center;
  195. background-size: 100%;
  196. }
  197.  
  198. #icon2 {
  199. width: 90px;
  200. margin: 0px;
  201. border: 5px solid #000;
  202. height: 90px;
  203. background-color: #000;
  204. position: absolute;
  205. left: 30%;
  206. bottom: 0%;
  207. border-radius: 50%;
  208. background-image:url("http://i.picpar.com/W9sd.jpg");
  209. background-repeat:no-repeat;
  210. background-position: center;
  211. background-size: 100%;
  212. }
  213.  
  214. #icon3 {
  215. width: 90px;
  216. margin: 0px;
  217. border: 5px solid #000;
  218. height: 90px;
  219. background-color: #000;
  220. position: absolute;
  221. left: 40%;
  222. bottom: 0%;
  223. border-radius: 50%;
  224. background-image:url("http://i.picpar.com/X9sd.png");
  225. background-repeat:no-repeat;
  226. background-position: center;
  227. background-size: 100%;
  228. }
  229.  
  230. #icon4 {
  231. width: 90px;
  232. margin: 0px;
  233. border: 5px solid #000;
  234. height: 90px;
  235. background-color: #000;
  236. position: absolute;
  237. left: 50%;
  238. bottom: 0%;
  239. border-radius: 50%;
  240. background-image:url("http://i.picpar.com/Y9sd.jpg");
  241. background-repeat:no-repeat;
  242. background-position: center;
  243. background-size: 100%;
  244. }
  245.  
  246. .header{
  247. position:absolute;
  248. width:500px;
  249. background:#transparent;
  250. height:100px;
  251. overflow:hidden;
  252. font-family: 'Great Vibes', cursive;
  253. font-size: 50px;
  254. font-weight:lighter;
  255. font-style:none;
  256. color:#000000;
  257. letter-spacing: 0px;
  258. text-transform:none;
  259. text-align:center;
  260. }
  261.  
  262. i{color: #111;}
  263. b{color: #000;}
  264. a{color: #222; text-decoration: none;}
  265. h1{color: #000; font-family: 'Righteous', cursive; border-bottom: 1px solid #000; text-align: right; font-size: 25px;}
  266. h2{color: #000; font-family: 'Righteous', cursive; border-bottom: 1px solid #000; text-align: left; font-size: 25px;}
  267.  
  268. /*Code by Alikade, please keep this credit where it is, it will not interfere with the rest of the code.*/
  269.  
  270. #editthis{ position:fixed;height: 27px; width: 30px; bottom: 0%; right: 0%; margin: auto; z-index:99;}
  271.  
  272. #music1{ position:fixed; padding:2px; border-radius: 50%; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out;}
  273.  
  274. #music1:hover #music2{ opacity: 0; margin-top:-20px; z-index:-1;}
  275.  
  276. #music1:hover #music3{ opacity: .5; margin-top:-5px; z-index:99;}
  277.  
  278. #music1:hover #musiclist{ opacity: .5;}
  279.  
  280. #music2{ opacity: .5; background-color:#000000; padding:6px; border-radius: 50%; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out;}
  281.  
  282. #music3{ opacity: 0; position:fixed; background-color:#000000; background-image: url('https://www.pngkey.com/png/full/11-113290_playbutton-video-player-button-png.png'); background-repeat: no-repeat; background-size: 25px; border:1px dotted #b3b3e5; border-radius: 50%; 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;}
  283.  
  284. .credit{
  285. position: fixed;
  286. bottom: 0px;
  287. left: 2px;
  288. height: 25px;
  289. width: 25px;
  290. line-height: 15px;
  291. font-size: 10px;
  292. color: #000;
  293. text-align: center;
  294. font-family: roboto;
  295. }
  296.  
  297. #Layout {position: fixed; left: 0px; top: 0px; right: 0px; bottom: 0px;}
  298. </style>
  299. <div id="Layout" oncontextmenu="return false;">
  300.  
  301.  
  302. <div id="nameunder">daughter of the dragon</div><div id="name">daughter of the dragon</div>
  303.  
  304. <div id="image"></div>
  305. <div id="container">
  306. <div id="icon"></div>
  307. <div id="icon2"></div>
  308. <div id="icon3"></div>
  309. <div id="icon4"></div>
  310. </div>
  311.  
  312. <div id="content">
  313.  
  314. <div id="editthis"><div id="music1"><div id="music2">
  315. <img src="http://38.media.tumblr.com/tumblr_m7w2py1dEP1r6o8v2.gif" style="opacity: 0.8;"></div>
  316. <div id="music3"><Div style="margin-top:4px;">
  317. <audio controls style="opacity: 0;"><source src="http://k007.kiwi6.com/hotlink/y26p5tauwa/Hailee_Steinfeld_-_You_re_Such_A_Lyric_Video_.mp3"></audio>
  318. </div></div></div></div>
  319.  
  320. <div id="nav">
  321. <a href="#one">Main</a>
  322. <a href="#two">Seco</a>
  323. <a href="#three">Thir</a>
  324. <a href="#four">Four</a>
  325. </div>
  326.  
  327. <div id="box">
  328. <div style="width: 600px; height: 370px; overflow-y: hidden;">
  329.  
  330. <a name="one"></a>
  331. <div style="width: 600px; height: 370px; overflow: auto;" align="center">
  332. <h1>the usual</h1>
  333. <span style="float:left;"><b>Name</b></span><span style="float:right;">Cneajea Kai</span><br>
  334. <span style="float:left;"><b>Alias(es)</b></span><span style="float:right;"><a title="Daughter of The Dragon, Princess of Annihilation, Cneajea, Cnea-chan, Baby Sis, Baby Girl, Daddy's Girl">hover</a></span><br>
  335. <span style="float:left;"><b>Gender</b></span><span style="float:right;">Female</span><br>
  336. <span style="float:left;"><b>Age</b></span><span style="float:right;">40 yrs</span><br>
  337. <span style="float:left;"><b>Apparent Age</b></span><span style="float:right;">20 yrs</span><br>
  338. <span style="float:left;"><b>Race</b></span><span style="float:right;">Dhampir</span><br>
  339. <span style="float:left;"><b>Voice</b></span><span style="float:right;"><a href="HERE" target="_blank">Click~</a></span><br><br>
  340. <span style="float:left;"><b>Height</b></span><span style="float:right;">5'9"</span><br>
  341. <span style="float:left;"><b>Weight</b></span><span style="float:right;">145 lbs</span><br>
  342. <span style="float:left;"><b>Eyes</b></span><span style="float:right;">Red</span><br>
  343. <span style="float:left;"><b>Hair</b></span><span style="float:right;">White</span><br>
  344. <span style="float:left;"><b>Build</b></span><span style="float:right;">Lean</span><br><br>
  345. <span style="float:left;"><b>Orientation</b></span><span style="float:right;">Heterosexual</span><br>
  346. <span style="float:left;"><b>Relationship</b></span><span style="float:right;">Single</span><br>
  347. <span style="float:left;"><b>Affiliation</b></span><span style="float:right;">Family</span><br><br>
  348. </div>
  349.  
  350. <a name="two"></a>
  351. <div style="width: 600px; height: 370px; overflow: auto;" align="left">
  352. <h2>headcanons</h2>
  353. TBA
  354. </div>
  355. </div>
  356. </div>
  357. </div>
  358. <div class="credit" title="Profile by RageQxeen">♛</div>
  359. </div>
  360. </body>
  361. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement