Advertisement
QueenOfGeckos

vivi

Mar 31st, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.97 KB | None | 0 0
  1. @import url('https://fonts.googleapis.com/css?family=Poor+Story|Spicy+Rice');
  2.  
  3.  
  4. body {
  5. background-image: url("https://i.imgur.com/1aSFAU3.png");
  6. background-repeat: repeat;
  7. background-size: 100% 100%;
  8. background-position: bottom right;
  9. width: 100%;
  10. height: 100%;
  11. margin: 0px;
  12. overflow: hidden;
  13. }
  14.  
  15. #credit {
  16. position: fixed;
  17. bottom: 20px;
  18. right: 20px;
  19. background-color: transparent;
  20. }
  21.  
  22. .words{
  23. pointer-events:none;
  24. position:absolute;
  25. z-index:100;
  26. height:14%;
  27. width:35%;
  28. Bottom:5%;
  29. left:10%;
  30. font-family: 'Spicy Rice', cursive;
  31. font-size: 4.5vw;
  32. color:#FFF;
  33. background-image:url(https://i.imgur.com/v9FSnud.gif);
  34. background-size:100%;
  35. background-repeat:no-repeat;
  36. background-position:center;
  37. -webkit-text-fill-color: transparent;
  38. -webkit-background-clip: text;
  39. -webkit-text-stroke-width: 3px;
  40. -webkit-text-stroke-color: #371432;
  41. -ms-transform: rotate(13deg);
  42. -webkit-transform: rotate(13deg);
  43. transform: rotate(13deg);
  44. animation: ruby 3s 1;
  45. -webkit-animation: ruby 3s 1;
  46. }
  47.  
  48. h1{
  49. font-family:'Spicy Rice', cursive;
  50.  
  51. color: #ffffff;
  52. font-size:20px;
  53. line-height:27px;
  54. padding: 0px 3px 0px 0px;
  55. border-bottom: 1px solid #ffffff;
  56. }
  57.  
  58. .right{
  59. position:absolute;
  60. top:-22px;
  61. left:140px;
  62. font-family: 'Spicy Rice', cursive;
  63. text-transform: uppercase;
  64. text-decoration: none;
  65. font-size: 24px;
  66. line-height: 24px;
  67. letter-spacing: -1px;
  68. color: #ffe650;
  69. }
  70.  
  71. .spooky{
  72. position:absolute;
  73. top:30px;
  74. left:60px;
  75. width:330px;
  76. height: 250px;
  77. overflow:hidden;
  78. z-index:20;
  79. }
  80.  
  81. .far{
  82. width:330px;
  83. height: 300px;
  84. overflow:auto;
  85. }
  86.  
  87. .tell{
  88. color:#dfeff1;
  89. font-size:14px;
  90. text-align:justify;
  91. line-height:14px;
  92. font-family:cambria;
  93. letter-spacing:0.3px;
  94. margin: 5px;
  95. }
  96.  
  97. a.gone:hover{
  98. text-shadow:-4px 0px 0px #232a68;
  99. }
  100.  
  101. b {
  102. color: #;
  103. font-weight:bold;
  104. letter-spacing: 1px;
  105. }
  106.  
  107. i{
  108. color:#634051;
  109. font-style:italic;
  110. }
  111.  
  112. u{
  113. font-style:italic;
  114. text-decoration:noneunderline;
  115. }
  116.  
  117. a:active, a:link, a:visited{
  118. color:#3D1126;
  119. text-decoration:underline;
  120. }
  121.  
  122. a:hover{
  123. cursor:all-scroll;
  124. color:#634051;
  125. text-decoration:line-through;
  126. }
  127.  
  128.  
  129. ::-webkit-scrollbar {width: 3px;}
  130. ::-webkit-scrollbar-thumb:vertical {
  131. height: 10px;background-color: #D98878;}
  132. ::-webkit-scrollbar-thumb:horizontal {
  133. height: 10px;background-color: #D98878;border: 0px ;width: 15px;}
  134.  
  135.  
  136. #sparkle{
  137. width:700px;
  138. height: 400px;
  139. background:#17253d;
  140. border-radius: 50px 100px 100px 50px;
  141. z-index: 4;
  142. opacity: 0.70;
  143. filter: alpha(opacity=70);
  144. }
  145.  
  146.  
  147. .brightly{
  148. margin: auto;
  149. position: absolute;
  150. top: 0; left: 0; bottom: 0; right: 0;
  151.  
  152.  
  153. }
  154.  
  155.  
  156.  
  157.  
  158.  
  159. .lovely {
  160. pointer-events:none;
  161. position: absolute;
  162. bottom: 0%;
  163. right: 25%;
  164. z-index: 6;
  165.  
  166. }
  167.  
  168. .lovely2 {
  169. position: absolute;
  170. bottom: -50px;
  171. left: 10%;
  172. z-index: 6;
  173. opacity: 1.00;
  174. filter: alpha(opacity=100);
  175. }
  176.  
  177.  
  178.  
  179. .you{
  180. position:absolute;
  181. margin:auto;
  182. top: -2%;
  183. left: -2%;
  184. width: 100px;
  185. height: 100px;
  186. -ms-transform: rotate(45deg);
  187. -webkit-transform: rotate(45deg);
  188. transform: rotate(45deg);
  189. z-index: 97;
  190. }
  191.  
  192. a.dream:link, a.dream:active, a.dream:visited{
  193. display: block;
  194. float: left;
  195. width: 35px;
  196. height: 35px;
  197. margin: 1px;
  198. background-color:#FFE3D8;
  199. -webkit-transition: all 0.6s ease-out;
  200. -moz-transition: all 0.6s ease-out;
  201. }
  202.  
  203. a.dream:hover{
  204. background-color:#FFFDCD;
  205. box-shadow: 0px 0px 5px #999;
  206. }
  207.  
  208. .floating3{
  209. float: bottom-left;
  210. -webkit-animation-name: Floatingx;
  211. -webkit-animation-duration: 2s;
  212. -webkit-animation-iteration-count: infinite;
  213. -webkit-animation-timing-function: ease-in-out;
  214. -moz-animation-name: Floating;
  215. -moz-animation-duration: 0.5s;
  216. -moz-animation-iteration-count: infinite;
  217. -moz-animation-timing-function: ease-in-out;
  218. margin-right: 0px;
  219. margin-bottom: 100px;
  220. z-index:343;
  221.  
  222. }
  223.  
  224. @-webkit-keyframes Floatingx{
  225. from {-webkit-transform:translate(0, 0px);}
  226. 65% {-webkit-transform:translate(0, 15px);}
  227. to {-webkit-transform: translate(0, -0px); }
  228. }
  229.  
  230. table {
  231. margin-top:-9px;
  232. width: 100%;
  233. margin-left:-2px;
  234. background-color: transparent;
  235. border-collapse: collapse;}
  236.  
  237. td {
  238. font-size: 11px;
  239. letter-spacing: 1px;
  240. height: 100px;
  241. overflow: auto;}
  242.  
  243. #rel img {
  244. margin:8px;
  245. border:5px solid #fff; /* relationships icon border color */
  246. width:50px;
  247. height:50px;
  248. padding:4px;
  249. -webkit-transition:all 0.3s ease-out;
  250. -moz-transition:all 0.3s ease-out;
  251. transition:all 0.3s ease-out;}
  252.  
  253. #rel:hover img {
  254. border:5px solid #529ecc; /* relationships icon border hover color */
  255. -webkit-transition:all 0.3s ease-out;
  256. -moz-transition:all 0.3s ease-out;
  257. transition:all 0.3s ease-out;}
  258.  
  259. ::-webkit-scrollbar {width: 5px;}
  260. ::-webkit-scrollbar-thumb:vertical {
  261. height: 10px;background-color: #ffe763;}
  262. ::-webkit-scrollbar-thumb:horizontal {
  263. height: 10px;background-color: #ffe763;border: 0px ;width: 12px;}
  264.  
  265. ------
  266. #crystals {
  267. position:fixed;
  268. top:0;
  269. left:0;
  270. width:480px;
  271. height:100%;
  272. }
  273. @-webkit-keyframes bg-crystal001 { 100% {background-position: 0px 900px;}}
  274. @-moz-keyframes bg-crystal001 { 100% {background-position: 0px 900px;}}
  275. @-o-keyframes bg-crystal001 { 100% {background-position: 0px 900px;}}
  276. @keyframes bg-crystal001 { 100% {background-position: 0px 900px;}}
  277. #crystals .crystal_01 {
  278. position:absolute;
  279. width:100%;
  280. height:100%;
  281. background:url(http://img.finalfantasyxiv.com/lds/promo/pc/global/images/world/what/crystal_01.png)repeat-y;
  282. -webkit-animation: bg-crystal001 30s infinite;
  283. -moz-animation: bg-crystal001 30s infinite;
  284. -o-animation: bg-crystal001 30s infinite;
  285. animation: bg-crystal001 30s infinite;
  286. -webkit-animation-timing-function: linear;
  287. -moz-animation-timing-function: linear;
  288. -o-animation-timing-function: linear;
  289. animation-timing-function: linear;
  290. }
  291. @-webkit-keyframes bg-crystal002 { 100% {background-position: 0px 900px;}}
  292. @-moz-keyframes bg-crystal002 { 100% {background-position: 0px 900px;}}
  293. @-o-keyframes bg-crystal002 { 100% {background-position: 0px 900px;}}
  294. @keyframes bg-crystal002 { 100% {background-position: 0px 900px;}}
  295. #crystals .crystal_02 {
  296. position:absolute;
  297. width:100%;
  298. height:100%;
  299. background:url(http://img.finalfantasyxiv.com/lds/promo/pc/global/images/world/what/crystal_02.png)repeat-y;
  300. -webkit-animation: bg-crystal002 60s infinite;
  301. -moz-animation: bg-crystal002 60s infinite;
  302. -o-animation: bg-crystal002 60s infinite;
  303. animation: bg-crystal002 60s infinite;
  304. -webkit-animation-timing-function: linear;
  305. -moz-animation-timing-function: linear;
  306. -o-animation-timing-function: linear;
  307. animation-timing-function: linear;
  308. }
  309. @-webkit-keyframes bg-crystal003 { 100% {background-position: 0px -1200px;}}
  310. @-moz-keyframes bg-crystal003 { 100% {background-position: 0px -1200px;}}
  311. @-o-keyframes bg-crystal003 { 100% {background-position: 0px -1200px;}}
  312. @keyframes bg-crystal003 { 100% {background-position: 0px -1200px;}}
  313. #crystals .crystal_03 {
  314. position:absolute;
  315. width:100%;
  316. height:100%;
  317. left:50%;
  318. margin-left:-180px;
  319. background:url(http://img.finalfantasyxiv.com/lds/promo/pc/global/images/world/what/crystal_03.png)repeat-y;
  320. -webkit-animation: bg-crystal003 90s infinite;
  321. -moz-animation: bg-crystal003 90s infinite;
  322. -o-animation: bg-crystal003 90s infinite;
  323. animation: bg-crystal003 90s infinite;
  324. -webkit-animation-timing-function: linear;
  325. -moz-animation-timing-function: linear;
  326. -o-animation-timing-function: linear;
  327. animation-timing-function: linear;
  328. }
  329.  
  330. #worldCrystals {
  331. position:fixed;
  332. top:150px;
  333. left:0;
  334. width:100%;
  335. height:520px;
  336. }
  337. #worldCrystals .crystal_01 {
  338. position:absolute;
  339. width:100%;
  340. height:100%;
  341. background:url(http://img.finalfantasyxiv.com/lds/promo/pc/global/images/bg/world_cloud.png)no-repeat -500px 0px;
  342. }
  343. @-webkit-keyframes bg-crystal004 { 100% {background-position: 1198px 0px;}}
  344. @-moz-keyframes bg-crystal004 { 100% {background-position: 1198px 0px;}}
  345. @-o-keyframes bg-crystal004 { 100% {background-position: 1198px 0px;}}
  346. @keyframes bg-crystal004 { 100% {background-position: 1198px 0px;}}
  347. #worldCrystals .crystal_02 {
  348. position:absolute;
  349. width:100%;
  350. height:100%;
  351. background:url(http://img.finalfantasyxiv.com/lds/promo/pc/global/images/bg/world_crystal_01.png)repeat-x;
  352. -webkit-animation: bg-crystal004 60s infinite;
  353. -moz-animation: bg-crystal004 60s infinite;
  354. -o-animation: bg-crystal004 60s infinite;
  355. animation: bg-crystal004 60s infinite;
  356. -webkit-animation-timing-function: linear;
  357. -moz-animation-timing-function: linear;
  358. -o-animation-timing-function: linear;
  359. animation-timing-function: linear;
  360. }
  361. @-webkit-keyframes bg-crystal005 { 100% {background-position: 1086px 0px;}}
  362. @-moz-keyframes bg-crystal005 { 100% {background-position: 1086px 0px;}}
  363. @-o-keyframes bg-crystal005 { 100% {background-position: 1086px 0px;}}
  364. @keyframes bg-crystal005 { 100% {background-position: 1086px 0px;}}
  365. #worldCrystals .crystal_03 {
  366. position:absolute;
  367. width:100%;
  368. height:100%;
  369. left:50%;
  370. margin-left:-180px;
  371. background:url(http://img.finalfantasyxiv.com/lds/promo/pc/global/images/bg/world_crystal_02.png)repeat-x;
  372. -webkit-animation: bg-crystal005 90s infinite;
  373. -moz-animation: bg-crystal005 90s infinite;
  374. -o-animation: bg-crystal005 90s infinite;
  375. animation: bg-crystal005 90s infinite;
  376. -webkit-animation-timing-function: linear;
  377. -moz-animation-timing-function: linear;
  378. -o-animation-timing-function: linear;
  379. animation-timing-function: linear;
  380. }
  381. .container1 {
  382. margin: 0 auto;
  383. max-width: 55vh;
  384. position: relative;
  385. }
  386.  
  387.  
  388.  
  389. --------
  390. <script src="jquery.min.js"></script>
  391. <script type="text/javascript">
  392. $(document).ready(function () {
  393. //Disable full page
  394. $("body").on("contextmenu",function(e){
  395. return false;
  396. });
  397.  
  398. //Disable part of page
  399. $("#id").on("contextmenu",function(e){
  400. return false;
  401. });
  402. });
  403. </script>
  404. <script type="text/javascript">
  405. $(document).ready(function () {
  406. //Disable cut copy paste
  407. $('body').bind('cut copy paste', function (e) {
  408. e.preventDefault();
  409. });
  410.  
  411. //Disable mouse right click
  412. $("body").on("contextmenu",function(e){
  413. return false;
  414. });
  415. });
  416. </script>
  417. <div id="worldCrystals">
  418. <div class="crystal_01"></div>
  419. <div class="crystal_02"></div>
  420. <div class="crystal_03"></div>
  421. </div>
  422. <div id="crystals">
  423. <div class="crystal_01"></div>
  424. <div class="crystal_02"></div>
  425. <div class="crystal_03"></div>
  426. </div>
  427.  
  428. <div class="lovely">
  429. <img src="https://i.imgur.com/Phyv9Qy.gif" width="300px" class="floating3"></div>
  430.  
  431.  
  432.  
  433. <div id="sparkle" class="brightly">
  434.  
  435. <div class="you">
  436. <a href="#we" class="dream"></a>
  437. <a href="#have" class="dream"></a>
  438. <a href="#noticed" class="dream"></a>
  439. <a href="#youtoo" class="dream"></a>
  440. </div>
  441. <div class="spooky">
  442. <div id="we" class="far"><div class="tell">
  443.  
  444. <h1>Stats</h1>
  445.  
  446. <font style="float:left"><b>➽Name</b></font>
  447. <font style="float:right">Vivi Yukino</font><br>
  448. <font style="float:left"><b>➽Age</b></font>
  449. <font style="float:right">24</font><br>
  450. <font style="float:left"><b>➽Gender</b></font>
  451. <font style="float:right">♀ Female</font><br>
  452. <font style="float:left"><b>➽Nationality</b></font>
  453. <font style="float:right">Japanese-American</font><br>
  454. <font style="float:left"><b>➽Race</b></font>
  455. <font style="float:right">Human</font><br>
  456. <font style="float:left"><b>➽Height + Weight</b></font>
  457. <font style="float:right">xxxx・xxx</font><br>
  458. <font style="float:left"><b>➽Hair + Eye </b></font>
  459. <font style="float:right">Short Light Blue・Blue</font><br>
  460. <font style="float:left"><b>➽Occupation</b></font>
  461. <font style="float:right">xxx</font><br>
  462. <font style="float:left"><b>➽Alignment</b></font>
  463. <font style="float:right">xxx</font><br>
  464. <font style="float:left"><b>➽Sexual Orientation</b></font>
  465. <font style="float:right">xxx</font><br>
  466. <font style="float:left"><b>➽Martial Status</b></font>
  467. <font style="float:right">xxx</font><br>
  468.  
  469.  
  470. <h1>Stuff</h1><br>
  471. <br><br>
  472.  
  473. <BR><br><br>
  474.  
  475. </div></div>
  476. <div id="have" class="far"><div class="tell">
  477. <h1>Tab 3</h1><br>
  478.  
  479.  
  480. <br><br>
  481. </div></div>
  482. <div id="noticed" class="far"><div class="tell">
  483. <h1>Friends</h1>
  484. <div id="rel"><a href="/"><img src="hxxx" /></a></div><div id="rel"><a href="/"><img src="xxx" /></a></div>
  485. </div></div>
  486.  
  487.  
  488.  
  489.  
  490. <div id="youtoo" class="far"><div class="tell">
  491. <h1>Rules</h1>
  492. ♠ PM friendly 99.99% of the time.<br>
  493. ♠ No profile no roleplay.<Br>
  494. ♠ This code is mine. My work. Do not touch it.<br>
  495. ♠ Art is not mine. And will be removed upon request of the artist. <br>
  496. ♠ I can be as sweet as sugar or the biggest bitch you'll ever meet.<Br>
  497. ♠ Smut can happen. It's reserved for partner and or servant.<br>
  498. ♠ I play MY character not one you give me.<br>
  499. ♠ I am not obligated to do anything for you. I will be polite up until you are rude to me.<br>
  500. ♠ My lengths range from Short post one lining shit posts to Novella~ Often I mirror what I get but don't expect to be mirrored.<Br>
  501. ♠ Start with a post if you really want. But I can't promise I'll be up for responding.<Br>
  502. ♠ IC =/= OOC.<Br><br><Br>
  503. </div></div></div>
  504.  
  505. <div class="words">
  506. Vivi
  507. </div><div class="lovely2">
  508. <a target="_blank" href="xxx" target="_blank" title="xxxx"><img src="xxxx" class="circle" width="40" height="40" border="1px solid #000000" ></a>
  509. <a target="_blank" href="xxx" target="_blank" title=" "><img src="xxx" class="circle" width="40" height="40" border="1px solid #000000" ></a>
  510. <a target="_blank" href="xxx" target="_blank" title="xxxx"><img src="xxxx" class="circle" width="40" height="40" border="1px solid #000000" ></a>
  511. <a target="_blank" href="xxx" target="_blank" title=" "><img src="xxx" class="circle" width="40" height="40" border="1px solid #000000" ></a>
  512. </div>
  513. <div id="credit">
  514. <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></div>
  515. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement