Advertisement
QueenOfGeckos

Heart of a queen

Feb 7th, 2019
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.64 KB | None | 0 0
  1. /**
  2. // http://na.finalfantasyxiv.com/pr/world
  3. // why they using javascript ??
  4. $(function(){
  5. var posY1 = 0;
  6. var posY2 = 0;
  7. var posY3 = 0;
  8. var imgH = 500;
  9. setInterval(function(){
  10. if (posY1 <= -900) posY1 = 0;
  11. if (posY2 <= -900) posY2 = 0;
  12. if (posY3 <= -1200) posY3 = 0;
  13. posY1 -= 1;
  14. posY2 -= 2;
  15. posY3 -= 3;
  16. $('.crystal_01').css({ backgroundPosition: '0' + posY1 + 'px' });
  17. $('.crystal_02').css({ backgroundPosition: '0' + posY2 + 'px' });
  18. $('.crystal_03').css({ backgroundPosition: '0' + posY3 + 'px' });
  19. },50);
  20.  
  21. $(window).scroll(function () {
  22. pageNavFunc();
  23. });
  24. pageNavFunc();
  25. });
  26. //*/
  27.  
  28. --
  29.  
  30. @import url(https://fonts.googleapis.com/css?family=Press+Start+2P);
  31.  
  32.  
  33. #container {
  34. background-image: url("https://i.imgur.com/elvOXl7.jpg");
  35. background-repeat: repeat;
  36. background-size: 100% 100%;
  37. background-position: bottom right;
  38. width: 100%;
  39. height: 100%;
  40. opacity:0;
  41. position: absolute;
  42. top: 50%;
  43. left: 50%;
  44. transform: translate(-50%, -50%);
  45. z-index:2;
  46. -webkit-transition-duration: 2s;
  47. -moz-transition-duration: 2s;
  48. }
  49.  
  50. #container:hover{
  51. opacity:1;
  52. -webkit-transition-duration: 2s;
  53. -moz-transition-duration: 2s;
  54. }
  55.  
  56. body {
  57. background: #0e8414;
  58. }
  59.  
  60.  
  61.  
  62. body {
  63. background-image: url("https://i.imgur.com/S5qf7kH.gif");
  64. background-repeat: no-repeat;
  65. background-size: 100% 100%;
  66. background-position: bottom right;
  67. width: 100%;
  68. height: 100%;
  69. margin: 0px;
  70. overflow: hidden;
  71.  
  72. }
  73. #credit {
  74. position: fixed;
  75. bottom: 20px;
  76. right: 20px;
  77. background-color: transparent;
  78. animation: emerald 3s 1;
  79. -webkit-animation: emerald 3s 1;
  80. }
  81. .right{
  82. position:absolute;
  83. top:-22px;
  84. left:140px;
  85. font-family: 'Oswald', sans-serif;
  86. text-transform: uppercase;
  87. text-decoration: none;
  88. font-size: 24px;
  89. line-height: 24px;
  90. letter-spacing: -1px;
  91. color: #ffe650;
  92. }
  93.  
  94. .diamonds{
  95. position:absolute;
  96. top:10px;
  97. left:88px;
  98. width:330px;
  99. height:180px;
  100. overflow:hidden;
  101. z-index:20;
  102. }
  103.  
  104. .far{
  105. width:330px;
  106. height:180px;
  107. overflow:auto;
  108. }
  109.  
  110. .tell{
  111. color:#dfeff1;
  112. font-size:14px;
  113. text-align:justify;
  114. line-height:14px;
  115. font-family:cambria;
  116. letter-spacing:0.3px;
  117. margin: 5px;
  118. }
  119. a.gone:link, a.gone:active, a.gone:visited{
  120. font-family: 'Oswald', sans-serif;
  121. text-transform: uppercase;
  122. text-decoration: none;
  123. font-size: 24px;
  124. line-height: 24px;
  125. letter-spacing: -1px;
  126. color: #f77481;
  127. margin-right:12px;
  128. z-index:10;
  129. }
  130.  
  131. a.gone:hover{
  132. text-shadow:-4px 0px 0px #ffe650;
  133. }
  134.  
  135. b {
  136. color: #50cfff;
  137. font-weight:bold;
  138. letter-spacing: 1px;
  139. }
  140.  
  141. i{
  142. color:#ffffff;
  143. font-style:italic;
  144. }
  145.  
  146. u{
  147. font-style:italic;
  148. text-decoration:noneunderline;
  149. }
  150.  
  151. a:active, a:link, a:visited{
  152. color:#fff;
  153. text-decoration:none;
  154. }
  155. a:hover{
  156. cursor:all-scroll;
  157. color:#4e3f64;
  158. text-decoration:line-through;
  159. }
  160.  
  161. h1 {
  162. font: normal 18px 'cambria';
  163. text-align:center;
  164. border-bottom: 1px solid #ffffff;}
  165.  
  166. ::-webkit-scrollbar {width: 3px;}
  167. ::-webkit-scrollbar-thumb:vertical {
  168. height: 10px;background-color: #D98878;}
  169. ::-webkit-scrollbar-thumb:horizontal {
  170. height: 10px;background-color: #D98878;border: 0px ;width: 15px;}
  171.  
  172.  
  173.  
  174. #sparkle{
  175. width:700px;
  176. height: 200px;
  177. background:#17253d;
  178. border-radius: 100px 50px 50px 100px;
  179. z-index: 4;
  180.  
  181. }
  182.  
  183.  
  184. .brightly{
  185. margin: auto;
  186. position: absolute;
  187. top: 0; left: 0; bottom: 0; right: 0;
  188. animation: emerald 3s 1;
  189. -webkit-animation: emerald 3s 1;
  190.  
  191. }
  192. .portal{
  193. position: absolute;
  194. bottom: -70px;
  195. width: 500px;
  196. margin:auto;
  197. left:0;
  198. right:0;
  199. z-index:99;
  200. animation: emerald 3s 1;
  201. -webkit-animation: emerald 3s 1;
  202. }
  203.  
  204.  
  205.  
  206.  
  207. @keyframes emerald{
  208. from{
  209. right: -50%;
  210. opacity: 0;
  211. }
  212. }
  213.  
  214. @-webkit-keyframes emerald{
  215. from{
  216. right: -50%;
  217. opacity: 0;
  218. }
  219. }
  220.  
  221. .lovely {
  222. position: fixed;
  223. bottom: 0px;
  224. right: 20%;
  225. z-index: 1;
  226. animation: emerald 3s 1;
  227. -webkit-animation: emerald 3s 1;
  228. }
  229. #crystals {
  230. position:fixed;
  231. top:0;
  232. left:0;
  233. width:480px;
  234. height:100%;
  235. }
  236. @-webkit-keyframes bg-crystal001 { 100% {background-position: 0px 900px;}}
  237. @-moz-keyframes bg-crystal001 { 100% {background-position: 0px 900px;}}
  238. @-o-keyframes bg-crystal001 { 100% {background-position: 0px 900px;}}
  239. @keyframes bg-crystal001 { 100% {background-position: 0px 900px;}}
  240. #crystals .crystal_01 {
  241. position:absolute;
  242. width:100%;
  243. height:100%;
  244. background:url(https://i.imgur.com/Rci4cX7.png)repeat-y;
  245. -webkit-animation: bg-crystal001 30s infinite;
  246. -moz-animation: bg-crystal001 30s infinite;
  247. -o-animation: bg-crystal001 30s infinite;
  248. animation: bg-crystal001 30s infinite;
  249. -webkit-animation-timing-function: linear;
  250. -moz-animation-timing-function: linear;
  251. -o-animation-timing-function: linear;
  252. animation-timing-function: linear;
  253. }
  254. @-webkit-keyframes bg-crystal002 { 100% {background-position: 0px 900px;}}
  255. @-moz-keyframes bg-crystal002 { 100% {background-position: 0px 900px;}}
  256. @-o-keyframes bg-crystal002 { 100% {background-position: 0px 900px;}}
  257. @keyframes bg-crystal002 { 100% {background-position: 0px 900px;}}
  258. #crystals .crystal_02 {
  259. position:absolute;
  260. width:100%;
  261. height:100%;
  262. background:url()repeat-y;
  263. -webkit-animation: bg-crystal002 60s infinite;
  264. -moz-animation: bg-crystal002 60s infinite;
  265. -o-animation: bg-crystal002 60s infinite;
  266. animation: bg-crystal002 60s infinite;
  267. -webkit-animation-timing-function: linear;
  268. -moz-animation-timing-function: linear;
  269. -o-animation-timing-function: linear;
  270. animation-timing-function: linear;
  271. }
  272. @-webkit-keyframes bg-crystal003 { 100% {background-position: 0px -1200px;}}
  273. @-moz-keyframes bg-crystal003 { 100% {background-position: 0px -1200px;}}
  274. @-o-keyframes bg-crystal003 { 100% {background-position: 0px -1200px;}}
  275. @keyframes bg-crystal003 { 100% {background-position: 0px -1200px;}}
  276. #crystals .crystal_03 {
  277. position:absolute;
  278. width:100%;
  279. height:100%;
  280. left:50%;
  281. margin-left:-180px;
  282. background:url( )repeat-y;
  283. -webkit-animation: bg-crystal003 90s infinite;
  284. -moz-animation: bg-crystal003 90s infinite;
  285. -o-animation: bg-crystal003 90s infinite;
  286. animation: bg-crystal003 90s infinite;
  287. -webkit-animation-timing-function: linear;
  288. -moz-animation-timing-function: linear;
  289. -o-animation-timing-function: linear;
  290. animation-timing-function: linear;
  291. }
  292.  
  293. #worldCrystals {
  294. position:fixed;
  295. top:150px;
  296. left:0;
  297. width:100%;
  298. height:520px;
  299. }
  300. #worldCrystals .crystal_01 {
  301. position:absolute;
  302. width:100%;
  303. height:100%;
  304. background:url(https://www.magnat-lzr.com/wp-content/themes/magnat-lzr/images/particles/red/216.png)no-repeat -500px 0px;
  305. }
  306. @-webkit-keyframes bg-crystal004 { 100% {background-position: 1198px 0px;}}
  307. @-moz-keyframes bg-crystal004 { 100% {background-position: 1198px 0px;}}
  308. @-o-keyframes bg-crystal004 { 100% {background-position: 1198px 0px;}}
  309. @keyframes bg-crystal004 { 100% {background-position: 1198px 0px;}}
  310. #worldCrystals .crystal_02 {
  311. position:absolute;
  312. width:100%;
  313. height:100%;
  314. background:url(https://i.imgur.com/ZMRXRIE.png)repeat-x;
  315. -webkit-animation: bg-crystal004 60s infinite;
  316. -moz-animation: bg-crystal004 60s infinite;
  317. -o-animation: bg-crystal004 60s infinite;
  318. animation: bg-crystal004 60s infinite;
  319. -webkit-animation-timing-function: linear;
  320. -moz-animation-timing-function: linear;
  321. -o-animation-timing-function: linear;
  322. animation-timing-function: linear;
  323. }
  324. @-webkit-keyframes bg-crystal005 { 100% {background-position: 1086px 0px;}}
  325. @-moz-keyframes bg-crystal005 { 100% {background-position: 1086px 0px;}}
  326. @-o-keyframes bg-crystal005 { 100% {background-position: 1086px 0px;}}
  327. @keyframes bg-crystal005 { 100% {background-position: 1086px 0px;}}
  328. #worldCrystals .crystal_03 {
  329. position:absolute;
  330. width:100%;
  331. height:100%;
  332. left:50%;
  333. margin-left:-180px;
  334. background:url(https://i.imgur.com/jv3KbkP.png)repeat-x;
  335. -webkit-animation: bg-crystal005 90s infinite;
  336. -moz-animation: bg-crystal005 90s infinite;
  337. -o-animation: bg-crystal005 90s infinite;
  338. animation: bg-crystal005 90s infinite;
  339. -webkit-animation-timing-function: linear;
  340. -moz-animation-timing-function: linear;
  341. -o-animation-timing-function: linear;
  342. animation-timing-function: linear;
  343. }
  344.  
  345. #words3{
  346. position:absolute;
  347. font-family:'Press Start 2P';
  348. font-size: 55px;
  349. font-align:center;
  350. bottom: 50%;
  351. left: 4%;
  352. height: 140px;
  353. background: #transparent;
  354. background: url(https://i.imgur.com/cPdY0aB.gif) -20px -20px repeat;
  355. -webkit-text-fill-color: transparent;
  356. -webkit-background-clip: text;
  357. -ms-transform: rotate(12deg);
  358. -webkit-transform: rotate(12deg);
  359. transform: rotate(12deg);
  360. }
  361. ---
  362. <div id="words3">
  363. "Make me mad?<Br>And heads will roll."
  364. </div>
  365.  
  366.  
  367. <div id="container">
  368. <div id="worldCrystals">
  369. <div class="crystal_01"></div>
  370. <div class="crystal_02"></div>
  371. <div class="crystal_03"></div>
  372. </div>
  373. <div id="crystals">
  374. <div class="crystal_01"></div>
  375. <div class="crystal_02"></div>
  376. <div class="crystal_03"></div>
  377. </div>
  378.  
  379. <div id="sparkle" class="brightly">
  380. <div class="lovely">
  381. <img src="https://i.imgur.com/GC9NQKG.png" height="500px"></div>
  382. <div class="diamonds">
  383. <div id="we" class="far"><div class="tell">
  384.  
  385. <h1>Stats</h1>
  386.  
  387. <font style="float:left"><b>➽Name</b></font>
  388. <font style="float:right">Elizabeth Marison</font><br>
  389. <font style="float:left"><b>➽Nicknames</b></font>
  390. <font style="float:right">Eliza, Beth, Betty, Lizzy</font><br>
  391. <font style="float:left"><b>➽Age</b></font>
  392. <font style="float:right">36</font><br>
  393. <font style="float:left"><b>➽Gender</b></font>
  394. <font style="float:right">♀ Female</font><br>
  395. <font style="float:left"><b>➽Race</b></font>
  396. <font style="float:right">Human</font><br>
  397. <font style="float:left"><b>➽Height + Weight</b></font>
  398. <font style="float:right">6ft 1inches・105 lbs</font><br>
  399. <font style="float:left"><b>➽Hair + Eye </b></font>
  400. <font style="float:right">Blake・Grey</font><br>
  401. <font style="float:left"><b>➽Origin</b></font>
  402. <font style="float:right">Queen of Hearts</font><br>
  403. <font style="float:left"><b>➽Occupation</b></font>
  404. <font style="float:right">Head the Queens Circle</font><br>
  405. <font style="float:left"><b>➽Sexual Orientation</b></font>
  406. <font style="float:right">Omni-sexual</font><br>
  407. <font style="float:left"><b>➽Martial Status</b></font>
  408. <font style="float:right">Single</font><br>
  409.  
  410. </div></div>
  411. <div id="have" class="far"><div class="tell">
  412. <h1>About</h1><br>
  413. <p>A woman of elegance and grace.... Tall, dark, and beautiful. However you'd like to call her, she is a 'lady'. Her role as head of the queen's circle puts her in a position of power, as the 'queen'. And because of this she is very entitled. Feeling like she is a literal queen. If it was possible she'd be making sure people bowed in her presence. But while she does have a mightier then thou approach to things, she isn't nonsensical. Despite her attitude, she was not born powerful. She worked hard to get where she was and to take what she had. If anything just for a sense of worth. And the more she got her hands on the more she
  414. </p>
  415. </div></div>
  416. <div id="noticed" class="far"><div class="tell">
  417. <h1>STUFF</h1>
  418. <p>WIP</p></div></div>
  419. <div id="you" class="far"><div class="tell">
  420. <h1>Friends</h1>
  421. <a target="_blank" href="" target="_blank" title="Words"><img src=" " class="circle" width="40" height="40" border="1px solid #000000" ></a>
  422. <a target="_blank" href="profile.php?user=Friend name " target="_blank" title="Words"><img src="url" class="circle" width="40" height="40" border="1px solid #000000" ></a>
  423. <a target="_blank" href="profile.php?user=Friend name " target="_blank" title="Words"><img src="url" class="circle" width="40" height="40" border="1px solid #000000" ></a>
  424. <a target="_blank" href="profile.php?user=Friend name " target="_blank" title="Words"><img src="url" class="circle" width="40" height="40" border="1px solid #000000" ></a>
  425. <a target="_blank" href="profile.php?user=Friend name " target="_blank" title="Words"><img src="url" class="circle" width="40" height="40" border="1px solid #000000" ></a>
  426. <a target="_blank" href="profile.php?user=Friend name " target="_blank" title="Words"><img src="url" class="circle" width="40" height="40" border="1px solid #000000" ></a>
  427. <h1>Aquaintences</h1>
  428. <a target="_blank" href="profile.php?user=Friend name " target="_blank" title="Words"><img src="url" class="circle" width="40" height="40" border="1px solid #000000" ></a>
  429. <a target="_blank" href="profile.php?user=Friend name " target="_blank" title="Words"><img src="url" class="circle" width="40" height="40" border="1px solid #000000" ></a>
  430. <a target="_blank" href="profile.php?user=Friend name " target="_blank" title="Words"><img src="url" class="circle" width="40" height="40" border="1px solid #000000" ></a>
  431. <a target="_blank" href="profile.php?user=Friend name " target="_blank" title="Words"><img src="url" class="circle" width="40" height="40" border="1px solid #000000" ></a>
  432. <a target="_blank" href="profile.php?user=Friend name " target="_blank" title="Words"><img src="url" class="circle" width="40" height="40" border="1px solid #000000" ></a>
  433. <a target="_blank" href="profile.php?user=Friend name " target="_blank" title="Words"><img src="url" class="circle" width="40" height="40" border="1px solid #000000" ></a>
  434.  
  435.  
  436. </div></div>
  437. <div id="come" class="far"><div class="tell">
  438. <h1>Rules</h1>
  439. <b>01.</b> PM friendly most of the time.<br>
  440. <b>02.</b> Time for some math, to save rule counts IC =/= OOC , OOC > IC, Story > Smut, Quality > Quanity. Am I missing anything?<br>
  441. <b>03.</b> She is not your bitch.<br>
  442. <b>04.</b> I play this character. Not one you give me.<br>
  443. <b>05.</b> Smut is not a priority <br>
  444. <b>06.</b> I'll find something for here soon.<br>
  445. <b>07.</b> Skype and Discord are available for friends.<br>
  446. <b>08.</b> This OC is oriented towards more fantasy themes but can be adjusted.<Br>
  447. <b>10.</b> Do not touch the layout!<br>
  448. <b>11.</b> Constant WIP.<br>
  449. </div></div></div>
  450.  
  451. <div class="portal">
  452. <a href="#we" class="gone"><font size="24">♥</font></a>
  453. <a href="#have" class="gone"><font size="24">♚</font></a>
  454. <a href="#noticed" class="gone"><font size="24">♥</font></a>
  455. <a href="#you" class="gone"><font size="24">♚</font></a>
  456. <a href="#come" class="gone"><font size="24">♥</font></a></div>
  457. </div><div id="credit">
  458. <a target="_blank" href="https://roleplay.chat/profile.php?user=Green+Bean" target="_blank" title="Code was created by Green Bean Do NOT touch, this Please! If you want a code just mail Green Bean directly. She will gladly hook you up. With some freebies or cheapo comissions."><img src="https://i.imgur.com/uP9E5Pz.png" height="90px"></a></div>
  459. </div></div></div></div>
  460.  
  461.  
  462.  
  463. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement