naocrrds

1st naocrrds neocities, cr biogger99

Feb 23rd, 2022
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 90.34 KB | None | 0 0
  1.  
  2. <!DOCTYPE HTML><html lang="en"><head>
  3. <link rel="stylesheet" href="//code.jquery.com/ui/1.13.1/themes/base/jquery-ui.css">
  4. <link rel="stylesheet" href="/resources/demos/style.css">
  5.  
  6. <script src="https://code.jquery.com/jquery-3.6.0.js"></script>
  7. <script src="https://code.jquery.com/ui/1.13.1/jquery-ui.js"></script>
  8. <script>
  9. $( function() {
  10. $( "#dialog" ).dialog();
  11. } );
  12. </script>
  13.  
  14. <script type="text/javascript">
  15. function mousehandler(e) {
  16. var myevent = (isNS) ? e : event;
  17. var eventbutton = (isNS) ? myevent.which : myevent.button;
  18. if ((eventbutton == 2) || (eventbutton == 3)) return false;
  19. }
  20. document.oncontextmenu = mischandler;
  21. document.onmousedown = mousehandler;
  22. document.onmouseup = mousehandler;
  23. function disableCtrlKeyCombination(e) {
  24. var forbiddenKeys = new Array("a", "s", "c", "x","u");
  25. var key;
  26. var isCtrl;
  27. if (window.event) {
  28. key = window.event.keyCode;f
  29. //IE
  30. if (window.event.ctrlKey)
  31. isCtrl = true;
  32. else
  33. isCtrl = false;
  34. }
  35. else {
  36. key = e.which;
  37. //firefox
  38. if (e.ctrlKey)
  39. isCtrl = true;
  40. else
  41. isCtrl = false;
  42. }
  43. if (isCtrl) {
  44. for (i = 0; i < forbiddenKeys.length; i++) {
  45. //case-insensitive comparation
  46. if (forbiddenKeys[i].toLowerCase() == String.fromCharCode(key).toLowerCase()) {
  47. return false;
  48. }
  49. }
  50. }
  51. return true;
  52. }
  53. </script>
  54. <script language=JavaScript>
  55. <!--
  56.  
  57. //Disable right mouse click Script
  58. //By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive
  59. //For full source code, visit http://www.dynamicdrive.com
  60.  
  61. var message="if ur gonna copy this crd give make sure to cr biogger99 🙂";
  62.  
  63. ///////////////////////////////////
  64. function clickIE4(){
  65. if (event.button==2){
  66. alert(message);
  67. return false;
  68. }
  69. }
  70.  
  71. function clickNS4(e){
  72. if (document.layers||document.getElementById&&!document.all){
  73. if (e.which==2||e.which==3){
  74. alert(message);
  75. return false;
  76. }
  77. }
  78. }
  79.  
  80. if (document.layers){
  81. document.captureEvents(Event.MOUSEDOWN);
  82. document.onmousedown=clickNS4;
  83. }
  84. else if (document.all&&!document.getElementById){
  85. document.onmousedown=clickIE4;
  86. }
  87.  
  88. document.oncontextmenu=new Function("alert(message);return false")
  89.  
  90. // -->
  91. </script>
  92.  
  93.  
  94. <title>sus</title><meta charset="utf-8" /><meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no" /><meta name="description" content="naocrrds info" /><meta property="og:site_name" content="naocrrds info" /><meta property="og:title" content="naocrrds info" /><meta property="og:type" content="website" /><meta property="og:description" content="naocrrds info" /><meta property="og:image" content="https://i.pinimg.com/564x/00/4d/81/004d81c3bd8461e841b270d96a6e67ff.jpg" /><meta property="og:image:type" content="image/jpeg" /><meta property="og:image:width" content="1280" /><meta property="og:image:height" content="800" /><meta property="og:url" content="https://naomrtin.carrd.co" /><meta property="twitter:card" content="summary_large_image" /><link rel="canonical" href="https://naomrtin.carrd.co" /><link rel="icon" href="https://gnome.crd.co/assets/images/gifssb/4281a3ea.gif?v=6c89df1a"><link href="https://fonts.googleapis.com/css?family=Sacramento:400,400italic,700,700italic%7CInter:400,400italic,600,600italic,700,700italic,900,900italic" rel="stylesheet" type="text/css" /><style>
  95.  
  96.  
  97. html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}table{border-collapse:collapse;border-spacing:0;}body{-webkit-text-size-adjust:none}mark{background-color:transparent;color:inherit}input::-moz-focus-inner{border:0;padding:0}input[type="text"],input[type="email"],select,textarea{-moz-appearance:none;-webkit-appearance:none;-ms-appearance:none;appearance:none}*, *:before, *:after {box-sizing: border-box;}body {min-width: 320px;min-height: var(--viewport-height);line-height: 1.0;word-wrap: break-word;overflow-x: hidden;}body:before {content: '';display: block;position: fixed;top: 0;left: 0;width: 100vw;height: var(--background-height);z-index: 0;pointer-events: none;transform: scale(1);background-attachment: scroll;background-image: url('assets/images/bg.png?v=91f488a7');background-position: top;background-repeat: repeat-x;background-size: auto; background-image: linear-gradient(-20deg, white, #faf4f6);}:root {--site-language-direction: ltr;--site-language-alignment: left;--viewport-height: 100vh;--background-height: 100vh;}html {font-size: 9pt;}u {text-decoration: underline;}strong {color: inherit;font-weight: bolder;}em {font-style: italic;}code {font-family: 'Lucida Console', 'Courier New', monospace;font-weight: normal;text-indent: 0;letter-spacing: 0;font-size: 0.9em;margin: 0 0.25em;padding: 0.25em 0.5em;background-color: rgba(144,144,144,0.25);border-radius: 0.25em;}mark {background-color: rgba(144,144,144,0.25);}s {text-decoration: line-through;}a {transition: .4s; color: inherit;text-decoration: none;}#wrapper {-webkit-overflow-scrolling: touch;display: flex;flex-direction: column;align-items: center;justify-content: center;min-height: var(--viewport-height);position: relative;z-index: 2;overflow: hidden;padding: 1rem 1rem 1rem 1rem;}#main {display: flex;position: relative;max-width: 100%;z-index: 1;align-items: center;justify-content: center;flex-grow: 0;flex-shrink: 0;text-align: center;background-color: #EDDAE2;border-radius: 1rem 1rem 1rem 1rem;transition: opacity 3.125s ease 1s,transform 3.125s ease 1s;transform: perspective(1000px) rotateY(0deg);transform-origin: 50% 50%;}#main > .inner {position: relative;z-index: 1;border-radius: inherit;padding: 1rem 1rem;max-width: 100%;width: 40rem;}#main > .inner > header {margin-bottom: 0rem;border-top-left-radius: inherit;border-top-right-radius: inherit;}#main > .inner > footer {margin-top: 0rem;border-bottom-left-radius: inherit;border-bottom-right-radius: inherit;}#main > .inner > * > * {margin-top: 0rem;margin-bottom: 0rem;}#main > .inner > * > :first-child {margin-top: 0 !important;}#main > .inner > * > :last-child {margin-bottom: 0 !important;}#main > .inner > .full {margin-left: calc(-1rem);width: calc(100% + 2rem + 0.4725px);max-width: calc(100% + 2rem + 0.4725px);}#main > .inner > .full:first-child {margin-top: -1rem !important;border-top-left-radius: inherit;border-top-right-radius: inherit;}#main > .inner > .full:last-child {margin-bottom: -1rem !important;border-bottom-left-radius: inherit;border-bottom-right-radius: inherit;}#main > .inner > .full.screen {width: 100vw;max-width: 100vw;position: relative;border-radius: 0 !important;left: 50%;right: auto;margin-left: -50vw;}#main > .inner > * > .full {margin-left: calc(-1rem);width: calc(100% + 2rem + 0.4725px);max-width: calc(100% + 2rem + 0.4725px);}#main > .inner > * > .full.screen {width: 100vw;max-width: 100vw;position: relative;border-radius: 0 !important;left: 50%;right: auto;margin-left: -50vw;}#main > .inner > header > .full:first-child {margin-top: -1rem !important;border-top-left-radius: inherit;border-top-right-radius: inherit;}#main > .inner > footer > .full:last-child {margin-bottom: -1rem !important;border-bottom-left-radius: inherit;border-bottom-right-radius: inherit;}body.is-loading #main {opacity: 0;transform: perspective(1000px) rotateY(-27.375deg);}#main > .inner > header, #main > .inner > footer {transition: opacity 0.25s ease-in-out 0.375s,visibility 0.25s linear 0.375s;}#main > .inner > header.hidden, #main > .inner > footer.hidden {transition: opacity 0.25s ease-in-out,visibility 0.25s;opacity: 0;visibility: hidden;}#main > .inner > section {transition: opacity 0.5s ease-in-out 0.25s,min-height 0.25s ease-in-out,max-height 0.25s ease-in-out;}#main > .inner > section.inactive {transition: opacity 0.25s ease-in-out;opacity: 0;}body.is-instant #main, body.is-instant #main > .inner > *,body.is-instant #main > .inner > section > * {transition: none !important;}body.is-instant:after {display: none !important;transition: none !important;}@keyframes loading-spinner {0% {transform: rotate(0deg);}100% {transform: rotate(360deg);}}.deferred:before {content: '';display: block;width: 4rem;height: 4rem;position: absolute;top: 50%;left: 50%;margin: -2rem 0 0 -2rem;animation: loading-spinner 1s infinite linear;transition: opacity 0.25s ease;transition-delay: 0.5s;opacity: 0;z-index: -1;background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iOTZweCIgaGVpZ2h0PSI5NnB4IiB2aWV3Qm94PSIwIDAgOTYgOTYiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5jaXJjbGUge2ZpbGw6IHRyYW5zcGFyZW50OyBzdHJva2U6ICNmZmY7IHN0cm9rZS13aWR0aDogMS41cHg7IH08L3N0eWxlPjxkZWZzPjxjbGlwUGF0aCBpZD0iY29ybmVyIj48cG9seWdvbiBwb2ludHM9IjAsMCA0OCwwIDQ4LDQ4IDk2LDQ4IDk2LDk2IDAsOTYiIC8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2Nvcm5lcikiPjxjaXJjbGUgY3g9IjQ4IiBjeT0iNDgiIHI9IjMyIi8+PC9nPjwvc3ZnPg==');background-position: center;background-repeat: no-repeat;background-size: 3rem;}.deferred.loading:before {opacity: 0.35;z-index: 0;}.container {position: relative;}.container > .wrapper {vertical-align: top;position: relative;max-width: 100%;border-radius: inherit;}.container > .wrapper > .inner {vertical-align: top;position: relative;max-width: 100%;border-radius: inherit;}#main .container.full:first-child > .wrapper {border-top-left-radius: inherit;border-top-right-radius: inherit;}#main .container.full:last-child > .wrapper {border-bottom-left-radius: inherit;border-bottom-right-radius: inherit;}#main .container.full:first-child > .wrapper > .inner {border-top-left-radius: inherit;border-top-right-radius: inherit;}#main .container.full:last-child > .wrapper > .inner {border-bottom-left-radius: inherit;border-bottom-right-radius: inherit;}#container01 > .wrapper > .inner {padding: 0.625rem 1rem;}#container01 {display: flex;width: 100%;align-items: center;justify-content: center;background-image: linear-gradient(0deg, #FFFFFF 80%, transparent 0%);background-position: 0% 0%;background-repeat: repeat;background-size: cover;border-radius: 1rem;}#container01 > .wrapper {width: 100%;max-width: 40rem;}#container01.default > .wrapper > .inner > * {margin-top: 0rem;margin-bottom: 0rem;}#container01.default > .wrapper > .inner > *:first-child {margin-top: 0 !important;}#container01.default > .wrapper > .inner > *:last-child {margin-bottom: 0 !important;}#container01.columns > .wrapper > .inner {flex-wrap: wrap;display: flex;align-items: flex-start;}#container01.columns > .wrapper > .inner > * {flex-shrink: 0;flex-grow: 0;max-width: 100%;padding: 0 0 0 1.125rem;}#container01.columns > .wrapper > .inner > * > * {margin-top: 0rem;margin-bottom: 0rem;}#container01.columns > .wrapper > .inner > * > *:first-child {margin-top: 0 !important;}#container01.columns > .wrapper > .inner > * > *:last-child {margin-bottom: 0 !important;}#container01.columns > .wrapper > .inner > *:first-child {margin-left: -1.125rem;}#container01.default > .wrapper > .inner > .full {margin-left: calc(-1rem);width: calc(100% + 2rem + 0.4725px);max-width: none;}#container01.default > .wrapper > .inner > .full:first-child {margin-top: -0.625rem !important;border-top-left-radius: inherit;border-top-right-radius: inherit;}#container01.default > .wrapper > .inner > .full:last-child {margin-bottom: -0.625rem !important;border-bottom-left-radius: inherit;border-bottom-right-radius: inherit;}#container01.columns > .wrapper > .inner > div > .full {margin-left: calc(-0.5625rem);width: calc(100% + 1.125rem + 0.4725px);max-width: none;}#container01.columns > .wrapper > .inner > div:first-child > .full {margin-left: calc(-1rem);width: calc(100% + 1.5625rem + 0.4725px);}#container01.columns > .wrapper > .inner > div:last-child > .full {width: calc(100% + 1.5625rem + 0.4725px);}#container01.columns > .wrapper > .inner > div > .full:first-child {margin-top: calc(-0.625rem) !important;}#container01.columns > .wrapper > .inner > div > .full:last-child {margin-bottom: calc(-0.625rem) !important;}#container01.columns > .wrapper > .inner > div:first-child, #container01.columns > .wrapper > .inner > div:first-child > .full:first-child {border-top-left-radius: inherit;}#container01.columns > .wrapper > .inner > div:last-child, #container01.columns > .wrapper > .inner > div:last-child > .full:first-child {border-top-right-radius: inherit;}#container01.columns > .wrapper > .inner > .full {align-self: stretch;}#container01.columns > .wrapper > .inner > .full:first-child {border-top-left-radius: inherit;border-bottom-left-radius: inherit;}#container01.columns > .wrapper > .inner > .full:last-child {border-top-right-radius: inherit;border-bottom-right-radius: inherit;}#container01.columns > .wrapper > .inner > .full > .full:first-child:last-child {height: calc(100% + 1.25rem);border-radius: inherit;}#container01.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {position: absolute;width: 100%;height: 100%;border-radius: inherit;}#container01.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > * {height: 100%;border-radius: inherit;}#container01 > .wrapper > .inner > :nth-child(1) {width: calc(60% + 0.56rem);}#container01 > .wrapper > .inner > :nth-child(2) {width: calc(40% + 0.56rem);}#container04:not(:last-child) {margin-bottom: 1rem !important;}#container04 > .wrapper > .inner {padding: 0.625rem 1rem;}#container04 {display: flex;width: 100%;align-items: center;justify-content: center;background-color: #FFFFFF;border-radius: 1rem;}#container04 > .wrapper {width: 100%;max-width: 40rem;}#container04.default > .wrapper > .inner > * {margin-top: 0rem;margin-bottom: 0rem;}#container04.default > .wrapper > .inner > *:first-child {margin-top: 0 !important;}#container04.default > .wrapper > .inner > *:last-child {margin-bottom: 0 !important;}#container04.columns > .wrapper > .inner {flex-wrap: wrap;display: flex;align-items: flex-start;}#container04.columns > .wrapper > .inner > * {flex-shrink: 0;flex-grow: 0;max-width: 100%;padding: 0 0 0 1.125rem;}#container04.columns > .wrapper > .inner > * > * {margin-top: 0rem;margin-bottom: 0rem;}#container04.columns > .wrapper > .inner > * > *:first-child {margin-top: 0 !important;}#container04.columns > .wrapper > .inner > * > *:last-child {margin-bottom: 0 !important;}#container04.columns > .wrapper > .inner > *:first-child {margin-left: -1.125rem;}#container04.default > .wrapper > .inner > .full {margin-left: calc(-1rem);width: calc(100% + 2rem + 0.4725px);max-width: none;}#container04.default > .wrapper > .inner > .full:first-child {margin-top: -0.625rem !important;border-top-left-radius: inherit;border-top-right-radius: inherit;}#container04.default > .wrapper > .inner > .full:last-child {margin-bottom: -0.625rem !important;border-bottom-left-radius: inherit;border-bottom-right-radius: inherit;}#container04.columns > .wrapper > .inner > div > .full {margin-left: calc(-0.5625rem);width: calc(100% + 1.125rem + 0.4725px);max-width: none;}#container04.columns > .wrapper > .inner > div:first-child > .full {margin-left: calc(-1rem);width: calc(100% + 1.5625rem + 0.4725px);}#container04.columns > .wrapper > .inner > div:last-child > .full {width: calc(100% + 1.5625rem + 0.4725px);}#container04.columns > .wrapper > .inner > div > .full:first-child {margin-top: calc(-0.625rem) !important;}#container04.columns > .wrapper > .inner > div > .full:last-child {margin-bottom: calc(-0.625rem) !important;}#container04.columns > .wrapper > .inner > div:first-child, #container04.columns > .wrapper > .inner > div:first-child > .full:first-child {border-top-left-radius: inherit;}#container04.columns > .wrapper > .inner > div:last-child, #container04.columns > .wrapper > .inner > div:last-child > .full:first-child {border-top-right-radius: inherit;}#container04.columns > .wrapper > .inner > .full {align-self: stretch;}#container04.columns > .wrapper > .inner > .full:first-child {border-top-left-radius: inherit;border-bottom-left-radius: inherit;}#container04.columns > .wrapper > .inner > .full:last-child {border-top-right-radius: inherit;border-bottom-right-radius: inherit;}#container04.columns > .wrapper > .inner > .full > .full:first-child:last-child {height: calc(100% + 1.25rem);border-radius: inherit;}#container04.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {position: absolute;width: 100%;height: 100%;border-radius: inherit;}#container04.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > * {height: 100%;border-radius: inherit;}#container03:not(:last-child) {margin-bottom: 1rem !important;}#container03 > .wrapper > .inner {padding: 0.625rem 1rem;}#container03 {display: flex;width: 100%;align-items: center;justify-content: center;background-color: #FFFFFF;border-radius: 1rem;}#container03 > .wrapper {width: 100%;max-width: 40rem;}#container03.default > .wrapper > .inner > * {margin-top: 0rem;margin-bottom: 0rem;}#container03.default > .wrapper > .inner > *:first-child {margin-top: 0 !important;}#container03.default > .wrapper > .inner > *:last-child {margin-bottom: 0 !important;}#container03.columns > .wrapper > .inner {flex-wrap: wrap;display: flex;align-items: flex-start;}#container03.columns > .wrapper > .inner > * {flex-shrink: 0;flex-grow: 0;max-width: 100%;padding: 0 0 0 1.125rem;}#container03.columns > .wrapper > .inner > * > * {margin-top: 0rem;margin-bottom: 0rem;}#container03.columns > .wrapper > .inner > * > *:first-child {margin-top: 0 !important;}#container03.columns > .wrapper > .inner > * > *:last-child {margin-bottom: 0 !important;}#container03.columns > .wrapper > .inner > *:first-child {margin-left: -1.125rem;}#container03.default > .wrapper > .inner > .full {margin-left: calc(-1rem);width: calc(100% + 2rem + 0.4725px);max-width: none;}#container03.default > .wrapper > .inner > .full:first-child {margin-top: -0.625rem !important;border-top-left-radius: inherit;border-top-right-radius: inherit;}#container03.default > .wrapper > .inner > .full:last-child {margin-bottom: -0.625rem !important;border-bottom-left-radius: inherit;border-bottom-right-radius: inherit;}#container03.columns > .wrapper > .inner > div > .full {margin-left: calc(-0.5625rem);width: calc(100% + 1.125rem + 0.4725px);max-width: none;}#container03.columns > .wrapper > .inner > div:first-child > .full {margin-left: calc(-1rem);width: calc(100% + 1.5625rem + 0.4725px);}#container03.columns > .wrapper > .inner > div:last-child > .full {width: calc(100% + 1.5625rem + 0.4725px);}#container03.columns > .wrapper > .inner > div > .full:first-child {margin-top: calc(-0.625rem) !important;}#container03.columns > .wrapper > .inner > div > .full:last-child {margin-bottom: calc(-0.625rem) !important;}#container03.columns > .wrapper > .inner > div:first-child, #container03.columns > .wrapper > .inner > div:first-child > .full:first-child {border-top-left-radius: inherit;}#container03.columns > .wrapper > .inner > div:last-child, #container03.columns > .wrapper > .inner > div:last-child > .full:first-child {border-top-right-radius: inherit;}#container03.columns > .wrapper > .inner > .full {align-self: stretch;}#container03.columns > .wrapper > .inner > .full:first-child {border-top-left-radius: inherit;border-bottom-left-radius: inherit;}#container03.columns > .wrapper > .inner > .full:last-child {border-top-right-radius: inherit;border-bottom-right-radius: inherit;}#container03.columns > .wrapper > .inner > .full > .full:first-child:last-child {height: calc(100% + 1.25rem);border-radius: inherit;}#container03.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {position: absolute;width: 100%;height: 100%;border-radius: inherit;}#container03.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > * {height: 100%;border-radius: inherit;}#container07:not(:last-child) {margin-bottom: 1rem !important;}#container07 > .wrapper > .inner {padding: 0.625rem 1rem;}#container07 {display: flex;width: 100%;align-items: center;justify-content: center;background-color: #FFFFFF;border-radius: 1rem;}#container07 > .wrapper {width: 100%;max-width: 40rem;}#container07.default > .wrapper > .inner > * {margin-top: 0rem;margin-bottom: 0rem;}#container07.default > .wrapper > .inner > *:first-child {margin-top: 0 !important;}#container07.default > .wrapper > .inner > *:last-child {margin-bottom: 0 !important;}#container07.columns > .wrapper > .inner {flex-wrap: wrap;display: flex;align-items: flex-start;}#container07.columns > .wrapper > .inner > * {flex-shrink: 0;flex-grow: 0;max-width: 100%;padding: 0 0 0 1.125rem;}#container07.columns > .wrapper > .inner > * > * {margin-top: 0rem;margin-bottom: 0rem;}#container07.columns > .wrapper > .inner > * > *:first-child {margin-top: 0 !important;}#container07.columns > .wrapper > .inner > * > *:last-child {margin-bottom: 0 !important;}#container07.columns > .wrapper > .inner > *:first-child {margin-left: -1.125rem;}#container07.default > .wrapper > .inner > .full {margin-left: calc(-1rem);width: calc(100% + 2rem + 0.4725px);max-width: none;}#container07.default > .wrapper > .inner > .full:first-child {margin-top: -0.625rem !important;border-top-left-radius: inherit;border-top-right-radius: inherit;}#container07.default > .wrapper > .inner > .full:last-child {margin-bottom: -0.625rem !important;border-bottom-left-radius: inherit;border-bottom-right-radius: inherit;}#container07.columns > .wrapper > .inner > div > .full {margin-left: calc(-0.5625rem);width: calc(100% + 1.125rem + 0.4725px);max-width: none;}#container07.columns > .wrapper > .inner > div:first-child > .full {margin-left: calc(-1rem);width: calc(100% + 1.5625rem + 0.4725px);}#container07.columns > .wrapper > .inner > div:last-child > .full {width: calc(100% + 1.5625rem + 0.4725px);}#container07.columns > .wrapper > .inner > div > .full:first-child {margin-top: calc(-0.625rem) !important;}#container07.columns > .wrapper > .inner > div > .full:last-child {margin-bottom: calc(-0.625rem) !important;}#container07.columns > .wrapper > .inner > div:first-child, #container07.columns > .wrapper > .inner > div:first-child > .full:first-child {border-top-left-radius: inherit;}#container07.columns > .wrapper > .inner > div:last-child, #container07.columns > .wrapper > .inner > div:last-child > .full:first-child {border-top-right-radius: inherit;}#container07.columns > .wrapper > .inner > .full {align-self: stretch;}#container07.columns > .wrapper > .inner > .full:first-child {border-top-left-radius: inherit;border-bottom-left-radius: inherit;}#container07.columns > .wrapper > .inner > .full:last-child {border-top-right-radius: inherit;border-bottom-right-radius: inherit;}#container07.columns > .wrapper > .inner > .full > .full:first-child:last-child {height: calc(100% + 1.25rem);border-radius: inherit;}#container07.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {position: absolute;width: 100%;height: 100%;border-radius: inherit;}#container07.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > * {height: 100%;border-radius: inherit;}#container05:not(:last-child) {margin-bottom: 1rem !important;}#container05 > .wrapper > .inner {padding: 0.625rem 1rem;}#container05 {display: flex;width: 100%;align-items: center;justify-content: center;background-color: #FFFFFF;border-radius: 1rem;}#container05 > .wrapper {width: 100%;max-width: 40rem;}#container05.default > .wrapper > .inner > * {margin-top: 0rem;margin-bottom: 0rem;}#container05.default > .wrapper > .inner > *:first-child {margin-top: 0 !important;}#container05.default > .wrapper > .inner > *:last-child {margin-bottom: 0 !important;}#container05.columns > .wrapper > .inner {flex-wrap: wrap;display: flex;align-items: flex-start;}#container05.columns > .wrapper > .inner > * {flex-shrink: 0;flex-grow: 0;max-width: 100%;padding: 0 0 0 1.125rem;}#container05.columns > .wrapper > .inner > * > * {margin-top: 0rem;margin-bottom: 0rem;}#container05.columns > .wrapper > .inner > * > *:first-child {margin-top: 0 !important;}#container05.columns > .wrapper > .inner > * > *:last-child {margin-bottom: 0 !important;}#container05.columns > .wrapper > .inner > *:first-child {margin-left: -1.125rem;}#container05.default > .wrapper > .inner > .full {margin-left: calc(-1rem);width: calc(100% + 2rem + 0.4725px);max-width: none;}#container05.default > .wrapper > .inner > .full:first-child {margin-top: -0.625rem !important;border-top-left-radius: inherit;border-top-right-radius: inherit;}#container05.default > .wrapper > .inner > .full:last-child {margin-bottom: -0.625rem !important;border-bottom-left-radius: inherit;border-bottom-right-radius: inherit;}#container05.columns > .wrapper > .inner > div > .full {margin-left: calc(-0.5625rem);width: calc(100% + 1.125rem + 0.4725px);max-width: none;}#container05.columns > .wrapper > .inner > div:first-child > .full {margin-left: calc(-1rem);width: calc(100% + 1.5625rem + 0.4725px);}#container05.columns > .wrapper > .inner > div:last-child > .full {width: calc(100% + 1.5625rem + 0.4725px);}#container05.columns > .wrapper > .inner > div > .full:first-child {margin-top: calc(-0.625rem) !important;}#container05.columns > .wrapper > .inner > div > .full:last-child {margin-bottom: calc(-0.625rem) !important;}#container05.columns > .wrapper > .inner > div:first-child, #container05.columns > .wrapper > .inner > div:first-child > .full:first-child {border-top-left-radius: inherit;}#container05.columns > .wrapper > .inner > div:last-child, #container05.columns > .wrapper > .inner > div:last-child > .full:first-child {border-top-right-radius: inherit;}#container05.columns > .wrapper > .inner > .full {align-self: stretch;}#container05.columns > .wrapper > .inner > .full:first-child {border-top-left-radius: inherit;border-bottom-left-radius: inherit;}#container05.columns > .wrapper > .inner > .full:last-child {border-top-right-radius: inherit;border-bottom-right-radius: inherit;}#container05.columns > .wrapper > .inner > .full > .full:first-child:last-child {height: calc(100% + 1.25rem);border-radius: inherit;}#container05.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {position: absolute;width: 100%;height: 100%;border-radius: inherit;}#container05.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > * {height: 100%;border-radius: inherit;}#container06:not(:last-child) {margin-bottom: 1rem !important;}#container06 > .wrapper > .inner {padding: 0.625rem 1rem;}#container06 {display: flex;width: 100%;align-items: center;justify-content: center;background-color: #FFFFFF;border-radius: 1rem;}#container06 > .wrapper {width: 100%;max-width: 40rem;}#container06.default > .wrapper > .inner > * {margin-top: 0rem;margin-bottom: 0rem;}#container06.default > .wrapper > .inner > *:first-child {margin-top: 0 !important;}#container06.default > .wrapper > .inner > *:last-child {margin-bottom: 0 !important;}#container06.columns > .wrapper > .inner {flex-wrap: wrap;display: flex;align-items: flex-start;}#container06.columns > .wrapper > .inner > * {flex-shrink: 0;flex-grow: 0;max-width: 100%;padding: 0 0 0 1.125rem;}#container06.columns > .wrapper > .inner > * > * {margin-top: 0rem;margin-bottom: 0rem;}#container06.columns > .wrapper > .inner > * > *:first-child {margin-top: 0 !important;}#container06.columns > .wrapper > .inner > * > *:last-child {margin-bottom: 0 !important;}#container06.columns > .wrapper > .inner > *:first-child {margin-left: -1.125rem;}#container06.default > .wrapper > .inner > .full {margin-left: calc(-1rem);width: calc(100% + 2rem + 0.4725px);max-width: none;}#container06.default > .wrapper > .inner > .full:first-child {margin-top: -0.625rem !important;border-top-left-radius: inherit;border-top-right-radius: inherit;}#container06.default > .wrapper > .inner > .full:last-child {margin-bottom: -0.625rem !important;border-bottom-left-radius: inherit;border-bottom-right-radius: inherit;}#container06.columns > .wrapper > .inner > div > .full {margin-left: calc(-0.5625rem);width: calc(100% + 1.125rem + 0.4725px);max-width: none;}#container06.columns > .wrapper > .inner > div:first-child > .full {margin-left: calc(-1rem);width: calc(100% + 1.5625rem + 0.4725px);}#container06.columns > .wrapper > .inner > div:last-child > .full {width: calc(100% + 1.5625rem + 0.4725px);}#container06.columns > .wrapper > .inner > div > .full:first-child {margin-top: calc(-0.625rem) !important;}#container06.columns > .wrapper > .inner > div > .full:last-child {margin-bottom: calc(-0.625rem) !important;}#container06.columns > .wrapper > .inner > div:first-child, #container06.columns > .wrapper > .inner > div:first-child > .full:first-child {border-top-left-radius: inherit;}#container06.columns > .wrapper > .inner > div:last-child, #container06.columns > .wrapper > .inner > div:last-child > .full:first-child {border-top-right-radius: inherit;}#container06.columns > .wrapper > .inner > .full {align-self: stretch;}#container06.columns > .wrapper > .inner > .full:first-child {border-top-left-radius: inherit;border-bottom-left-radius: inherit;}#container06.columns > .wrapper > .inner > .full:last-child {border-top-right-radius: inherit;border-bottom-right-radius: inherit;}#container06.columns > .wrapper > .inner > .full > .full:first-child:last-child {height: calc(100% + 1.25rem);border-radius: inherit;}#container06.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {position: absolute;width: 100%;height: 100%;border-radius: inherit;}#container06.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > * {height: 100%;border-radius: inherit;}#container02:not(:last-child) {margin-bottom: 1rem !important;}#container02 > .wrapper > .inner {text-align: left;padding: 0.625rem 1rem;}#container02 {display: flex;width: 100%;align-items: center;justify-content: center;background-color: #FFFFFF;border-radius: 1rem;}#container02 > .wrapper {width: 100%;max-width: 40rem;}#container02.default > .wrapper > .inner > * {margin-top: 0rem;margin-bottom: 0rem;}#container02.default > .wrapper > .inner > *:first-child {margin-top: 0 !important;}#container02.default > .wrapper > .inner > *:last-child {margin-bottom: 0 !important;}#container02.columns > .wrapper > .inner {flex-wrap: wrap;display: flex;align-items: flex-start;}#container02.columns > .wrapper > .inner > * {flex-shrink: 0;flex-grow: 0;max-width: 100%;padding: 0 0 0 1.125rem;}#container02.columns > .wrapper > .inner > * > * {margin-top: 0rem;margin-bottom: 0rem;}#container02.columns > .wrapper > .inner > * > *:first-child {margin-top: 0 !important;}#container02.columns > .wrapper > .inner > * > *:last-child {margin-bottom: 0 !important;}#container02.columns > .wrapper > .inner > *:first-child {margin-left: -1.125rem;}#container02.default > .wrapper > .inner > .full {margin-left: calc(-1rem);width: calc(100% + 2rem + 0.4725px);max-width: none;}#container02.default > .wrapper > .inner > .full:first-child {margin-top: -0.625rem !important;border-top-left-radius: inherit;border-top-right-radius: inherit;}#container02.default > .wrapper > .inner > .full:last-child {margin-bottom: -0.625rem !important;border-bottom-left-radius: inherit;border-bottom-right-radius: inherit;}#container02.columns > .wrapper > .inner > div > .full {margin-left: calc(-0.5625rem);width: calc(100% + 1.125rem + 0.4725px);max-width: none;}#container02.columns > .wrapper > .inner > div:first-child > .full {margin-left: calc(-1rem);width: calc(100% + 1.5625rem + 0.4725px);}#container02.columns > .wrapper > .inner > div:last-child > .full {width: calc(100% + 1.5625rem + 0.4725px);}#container02.columns > .wrapper > .inner > div > .full:first-child {margin-top: calc(-0.625rem) !important;}#container02.columns > .wrapper > .inner > div > .full:last-child {margin-bottom: calc(-0.625rem) !important;}#container02.columns > .wrapper > .inner > div:first-child, #container02.columns > .wrapper > .inner > div:first-child > .full:first-child {border-top-left-radius: inherit;}#container02.columns > .wrapper > .inner > div:last-child, #container02.columns > .wrapper > .inner > div:last-child > .full:first-child {border-top-right-radius: inherit;}#container02.columns > .wrapper > .inner > .full {align-self: stretch;}#container02.columns > .wrapper > .inner > .full:first-child {border-top-left-radius: inherit;border-bottom-left-radius: inherit;}#container02.columns > .wrapper > .inner > .full:last-child {border-top-right-radius: inherit;border-bottom-right-radius: inherit;}#container02.columns > .wrapper > .inner > .full > .full:first-child:last-child {height: calc(100% + 1.25rem);border-radius: inherit;}#container02.columns > .wrapper > .inner > .full > .full:first-child:last-child > * {position: absolute;width: 100%;height: 100%;border-radius: inherit;}#container02.columns > .wrapper > .inner > .full > .full:first-child:last-child > * > * {height: 100%;border-radius: inherit;}.gallery .inner {display: inline-block;max-width: 100%;vertical-align: middle;}.gallery ul li {position: relative;}.gallery ul li .thumbnail {position: relative;border-radius: inherit;}.gallery ul li .frame {display: inline-block;vertical-align: top;overflow: hidden;-webkit-backface-visibility: hidden;-webkit-transform: translate3d(0, 0, 0);}.gallery ul li img {width: auto;max-width: 100%;margin: 0;vertical-align: top;}.gallery ul li .caption {width: 100%;}.gallery ul li .caption p {width: 100%;}#gallery01 .inner {max-width: 100%;width: 100%;}#gallery01 ul li {border-radius: 0rem;margin: 1rem 0;}#gallery01 ul li .frame {border-radius: 0rem;}#gallery01 ul li:first-child {margin-top: 0;}#gallery01 ul li:last-child {margin-bottom: 0;}#gallery01 ul li .thumbnail {display: block;transition: transform 0.625s ease, z-index 0.625s ease;}#gallery01 ul li img {display: block;width: 100%;}#gallery01 ul li .thumbnail:hover {transform: rotate(8.25deg);z-index: 1;}h1, h2, h3, p {direction: var(--site-language-direction);}h1 br + br, h2 br + br, h3 br + br, p br + br {display: block;content: ' ';}h1 .li, h2 .li, h3 .li, p .li {display: list-item;padding-left: 0.5em;margin: 0.75em 0 0 1em;}#text01 br + br {margin-top: 0.525rem;}#text01 {text-align: left;color: #C4849E;font-family: 'Sacramento', cursive;font-size: 6em;line-height: 0.875;font-weight: 400;}#text01 a { transition: .4s; text-decoration: none;}#text01 a:hover { webkit-filter: blur(1px);
  98. filter: blur(1px);
  99. letter-spacing: 1px; text-decoration: none;}#text03 br + br {margin-top: 0.675rem;}#text03 {text-align: left;color: #6E5E58;font-family: 'Inter', sans-serif;font-size: 1.625em;line-height: 1.125;font-weight: 400;}#text03 a {transition: .4s; text-decoration: none;}#text03 a:hover {webkit-filter: blur(1px);
  100. filter: blur(1px);
  101. letter-spacing: 1px; transform: translateY(-7px); text-decoration: none;}#text02 br + br {margin-top: 0.75rem;}#text02 {text-align: left;color: #362E2F;font-family: 'Inter', sans-serif;font-size: 1.625em;line-height: 1.25;font-weight: 400;}#text02 a:hover { webkit-filter: blur(1px);
  102. filter: blur(1px);
  103. letter-spacing: 1px; transform: translateY(-7px); color: #C4849E;}#text02 a {transition: .4s; text-decoration: none;}#text04 br + br {margin-top: 0.6rem;}#text04 {text-align: left;color: #362E2F;font-family: 'Inter', sans-serif;font-size: 1.625em;line-height: 1;font-weight: 400;}#text04 a { transition: .4s; text-decoration: none;}#text04 a:hover {webkit-filter: blur(1px);
  104. filter: blur(1px);
  105. letter-spacing: 1px; transform: translateY(-7px); text-decoration: none;}#text09 br + br {margin-top: 0.6rem;}#text09 {text-align: left;color: #362E2F;font-family: 'Inter', sans-serif;font-size: 1.625em;line-height: 1;font-weight: 400;}#text09 a:hover {webkit-filter: blur(1px);
  106. filter: blur(1px);
  107. letter-spacing: 1px; transform: translateY(-7px); color: #C487A0;}#text09 a {transition: .4s; text-decoration: none;}#text10 br + br {margin-top: 0.6rem;}#text10 {text-align: left;color: #362E2F;font-family: 'Inter', sans-serif;font-size: 1.625em;line-height: 1;font-weight: 400;}#text10 a {transition: .4s; text-decoration: none;}#text10 a:hover {webkit-filter: blur(1px);
  108. filter: blur(1px);
  109. letter-spacing: 1px; transform: translateY(-7px); text-decoration: none;}#text07 br + br {margin-top: 0.6rem;}#text07 {text-align: left;color: #362E2F;font-family: 'Inter', sans-serif;font-size: 1.625em;line-height: 1;font-weight: 400;}#text07 a {transition: .4s; text-decoration: none;}#text08 br + br {margin-top: 0.6rem;}#text08 {text-align: left;color: #362E2F;font-family: 'Inter', sans-serif;font-size: 1.625em;line-height: 1;font-weight: 400;}#text08 a {transition: .4s; text-decoration: none;}#text08 a:hover {webkit-filter: blur(1px);
  110. filter: blur(1px);
  111. letter-spacing: 1px; transform: translateY(-7px); text-decoration: none;}#text05 br + br {margin-top: 0.975rem;}#text05 {text-align: center;color: #4B4B53;font-family: 'Inter', sans-serif;font-size: 1.625em;line-height: 1.625;font-weight: 600;}#text05 a:hover {webkit-filter: blur(1px);
  112. filter: blur(1px);
  113. letter-spacing: 1px; transform: translateY(-7px); color: #C487A0;}#text05 a {transition: .4s; text-decoration: none;}#text05 mark {color: #FFFFFF;background-color: #DCB5C5;}#header {margin-bottom: 0.875rem !important;}#footer {margin-top: 0.875rem !important;}.icc-credits {display: block;position: relative;transition-delay: 0s !important;opacity: 1 !important;}.icc-credits span {border-radius: 24px;cursor: pointer;display: inline-block;font-family: Arial, sans-serif;font-size: 12px;letter-spacing: 0;line-height: 1;position: relative;text-decoration: none;width: auto;}.icc-credits span a {display: inline-block;padding: 0.5em 0.375em;position: relative;text-decoration: none;transition: color 0.25s ease, transform 0.25s ease;z-index: 1;}.icc-credits span a:before {transition: opacity 0.25s ease;opacity: 1;content: '( ';}.icc-credits span a:after {transition: opacity 0.25s ease;opacity: 1;content: ' )';}.icc-credits span::after {transition: opacity 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;content: '';display: block;position: absolute;top: -1px;left: -1px;width: calc(100% + 2px);height: calc(100% + 2px);background-image: linear-gradient(30deg, #A464A1 15%, #3B5DAD 85%);opacity: 0;pointer-events: none;border-radius: inherit;box-shadow: 0 0.25em 1.25em 0 rgba(0,0,0,0.25);}.icc-credits span:hover {transform: translateY(-7px); text-transform: none !important;}.icc-credits span:hover a {transform: translateY(-7px); color: #ffffff !important;transform: translateY(-7px);}.icc-credits span:hover a:before {transform: translateY(-7px); opacity: 0;}.icc-credits span:hover a:after {transform: translateY(-7px); opacity: 0;}.icc-credits span:hover::after {opacity: 1; transform: translateY(-7px);}#credits span {color: rgba(75,75,83,0.498);margin-top: 1rem !important;}@media (max-width: 1680px) {html {font-size: 6pt;}}@media (max-width: 1280px) {html {font-size: 6pt;}}@media (max-width: 980px) {html {font-size: 5pt;}}@media (max-width: 736px) {html {font-size: 5pt;}#main > .inner {padding: 1rem 1rem;}#main > .inner > header {margin-bottom: 0rem;}#main > .inner > footer {margin-top: 0rem;}#main > .inner > * > * {margin-top: 0rem;margin-bottom: 0rem;}#main > .inner > .full {margin-left: calc(-1rem);width: calc(100% + 2rem + 0.4725px);max-width: calc(100% + 2rem + 0.4725px);}#main > .inner > .full:first-child {margin-top: -1rem !important;}#main > .inner > .full:last-child {margin-bottom: -1rem !important;}#main > .inner > .full.screen {margin-left: -50vw;}#main > .inner > * > .full {margin-left: calc(-1rem);width: calc(100% + 2rem + 0.4725px);max-width: calc(100% + 2rem + 0.4725px);}#main > .inner > * > .full.screen {margin-left: -50vw;}#main > .inner > header > .full:first-child {margin-top: -1rem !important;}#main > .inner > footer > .full:last-child {margin-bottom: -1rem !important;}#container01 > .wrapper > .inner {padding: 0.625rem 1rem;}#container01 > .wrapper {max-width: 100%;}#container01.default > .wrapper > .inner > * {margin-top: 0rem;margin-bottom: 0rem;}#container01.columns > .wrapper > .inner > * > * {margin-top: 0rem;margin-bottom: 0rem;}#container01.columns > .wrapper > .inner > * {padding: 0 0 0 1.125rem;}#container01.columns > .wrapper > .inner > *:first-child {margin-left: -1.125rem;}#container01.default > .wrapper > .inner > .full {margin-left: calc(-1rem);width: calc(100% + 2rem + 0.4725px);}#container01.default > .wrapper > .inner > .full:first-child {margin-top: -0.625rem !important;}#container01.default > .wrapper > .inner > .full:last-child {margin-bottom: -0.625rem !important;}#container01.columns > .wrapper > .inner > div > .full {margin-left: calc(-0.5625rem);width: calc(100% + 1.125rem + 0.4725px);}#container01.columns > .wrapper > .inner > div:first-child > .full {margin-left: calc(-1rem);width: calc(100% + 1.5625rem + 0.4725px);}#container01.columns > .wrapper > .inner > div:last-child > .full {width: calc(100% + 1.5625rem + 0.4725px);}#container01.columns > .wrapper > .inner > div > .full:first-child {margin-top: calc(-0.625rem) !important;}#container01.columns > .wrapper > .inner > div > .full:last-child {margin-bottom: calc(-0.625rem) !important;}#container01.columns > .wrapper > .inner > .full > .full:first-child:last-child {height: calc(100% + 1.25rem);}#container01 > .wrapper > .inner > :nth-child(1) {width: calc(60% + 0.56rem);}#container01 > .wrapper > .inner > :nth-child(2) {width: calc(40% + 0.56rem);}#container04:not(:last-child) {margin-bottom: 0.75rem !important;}#container04 > .wrapper > .inner {padding: 0.625rem 1rem;}#container04 > .wrapper {max-width: 100%;}#container04.default > .wrapper > .inner > * {margin-top: 0rem;margin-bottom: 0rem;}#container04.columns > .wrapper > .inner > * > * {margin-top: 0rem;margin-bottom: 0rem;}#container04.columns > .wrapper > .inner > * {padding: 0 0 0 1.125rem;}#container04.columns > .wrapper > .inner > *:first-child {margin-left: -1.125rem;}#container04.default > .wrapper > .inner > .full {margin-left: calc(-1rem);width: calc(100% + 2rem + 0.4725px);}#container04.default > .wrapper > .inner > .full:first-child {margin-top: -0.625rem !important;}#container04.default > .wrapper > .inner > .full:last-child {margin-bottom: -0.625rem !important;}#container04.columns > .wrapper > .inner > div > .full {margin-left: calc(-0.5625rem);width: calc(100% + 1.125rem + 0.4725px);}#container04.columns > .wrapper > .inner > div:first-child > .full {margin-left: calc(-1rem);width: calc(100% + 1.5625rem + 0.4725px);}#container04.columns > .wrapper > .inner > div:last-child > .full {width: calc(100% + 1.5625rem + 0.4725px);}#container04.columns > .wrapper > .inner > div > .full:first-child {margin-top: calc(-0.625rem) !important;}#container04.columns > .wrapper > .inner > div > .full:last-child {margin-bottom: calc(-0.625rem) !important;}#container04.columns > .wrapper > .inner > .full > .full:first-child:last-child {height: calc(100% + 1.25rem);}#container03:not(:last-child) {margin-bottom: 0.75rem !important;}#container03 > .wrapper > .inner {padding: 0.625rem 1rem;}#container03 > .wrapper {max-width: 100%;}#container03.default > .wrapper > .inner > * {margin-top: 0rem;margin-bottom: 0rem;}#container03.columns > .wrapper > .inner > * > * {margin-top: 0rem;margin-bottom: 0rem;}#container03.columns > .wrapper > .inner > * {padding: 0 0 0 1.125rem;}#container03.columns > .wrapper > .inner > *:first-child {margin-left: -1.125rem;}#container03.default > .wrapper > .inner > .full {margin-left: calc(-1rem);width: calc(100% + 2rem + 0.4725px);}#container03.default > .wrapper > .inner > .full:first-child {margin-top: -0.625rem !important;}#container03.default > .wrapper > .inner > .full:last-child {margin-bottom: -0.625rem !important;}#container03.columns > .wrapper > .inner > div > .full {margin-left: calc(-0.5625rem);width: calc(100% + 1.125rem + 0.4725px);}#container03.columns > .wrapper > .inner > div:first-child > .full {margin-left: calc(-1rem);width: calc(100% + 1.5625rem + 0.4725px);}#container03.columns > .wrapper > .inner > div:last-child > .full {width: calc(100% + 1.5625rem + 0.4725px);}#container03.columns > .wrapper > .inner > div > .full:first-child {margin-top: calc(-0.625rem) !important;}#container03.columns > .wrapper > .inner > div > .full:last-child {margin-bottom: calc(-0.625rem) !important;}#container03.columns > .wrapper > .inner > .full > .full:first-child:last-child {height: calc(100% + 1.25rem);}#container07:not(:last-child) {margin-bottom: 0.75rem !important;}#container07 > .wrapper > .inner {padding: 0.625rem 1rem;}#container07 > .wrapper {max-width: 100%;}#container07.default > .wrapper > .inner > * {margin-top: 0rem;margin-bottom: 0rem;}#container07.columns > .wrapper > .inner > * > * {margin-top: 0rem;margin-bottom: 0rem;}#container07.columns > .wrapper > .inner > * {padding: 0 0 0 1.125rem;}#container07.columns > .wrapper > .inner > *:first-child {margin-left: -1.125rem;}#container07.default > .wrapper > .inner > .full {margin-left: calc(-1rem);width: calc(100% + 2rem + 0.4725px);}#container07.default > .wrapper > .inner > .full:first-child {margin-top: -0.625rem !important;}#container07.default > .wrapper > .inner > .full:last-child {margin-bottom: -0.625rem !important;}#container07.columns > .wrapper > .inner > div > .full {margin-left: calc(-0.5625rem);width: calc(100% + 1.125rem + 0.4725px);}#container07.columns > .wrapper > .inner > div:first-child > .full {margin-left: calc(-1rem);width: calc(100% + 1.5625rem + 0.4725px);}#container07.columns > .wrapper > .inner > div:last-child > .full {width: calc(100% + 1.5625rem + 0.4725px);}#container07.columns > .wrapper > .inner > div > .full:first-child {margin-top: calc(-0.625rem) !important;}#container07.columns > .wrapper > .inner > div > .full:last-child {margin-bottom: calc(-0.625rem) !important;}#container07.columns > .wrapper > .inner > .full > .full:first-child:last-child {height: calc(100% + 1.25rem);}#container05:not(:last-child) {margin-bottom: 0.75rem !important;}#container05 > .wrapper > .inner {padding: 0.625rem 1rem;}#container05 > .wrapper {max-width: 100%;}#container05.default > .wrapper > .inner > * {margin-top: 0rem;margin-bottom: 0rem;}#container05.columns > .wrapper > .inner > * > * {margin-top: 0rem;margin-bottom: 0rem;}#container05.columns > .wrapper > .inner > * {padding: 0 0 0 1.125rem;}#container05.columns > .wrapper > .inner > *:first-child {margin-left: -1.125rem;}#container05.default > .wrapper > .inner > .full {margin-left: calc(-1rem);width: calc(100% + 2rem + 0.4725px);}#container05.default > .wrapper > .inner > .full:first-child {margin-top: -0.625rem !important;}#container05.default > .wrapper > .inner > .full:last-child {margin-bottom: -0.625rem !important;}#container05.columns > .wrapper > .inner > div > .full {margin-left: calc(-0.5625rem);width: calc(100% + 1.125rem + 0.4725px);}#container05.columns > .wrapper > .inner > div:first-child > .full {margin-left: calc(-1rem);width: calc(100% + 1.5625rem + 0.4725px);}#container05.columns > .wrapper > .inner > div:last-child > .full {width: calc(100% + 1.5625rem + 0.4725px);}#container05.columns > .wrapper > .inner > div > .full:first-child {margin-top: calc(-0.625rem) !important;}#container05.columns > .wrapper > .inner > div > .full:last-child {margin-bottom: calc(-0.625rem) !important;}#container05.columns > .wrapper > .inner > .full > .full:first-child:last-child {height: calc(100% + 1.25rem);}#container06:not(:last-child) {margin-bottom: 0.75rem !important;}#container06 > .wrapper > .inner {padding: 0.625rem 1rem;}#container06 > .wrapper {max-width: 100%;}#container06.default > .wrapper > .inner > * {margin-top: 0rem;margin-bottom: 0rem;}#container06.columns > .wrapper > .inner > * > * {margin-top: 0rem;margin-bottom: 0rem;}#container06.columns > .wrapper > .inner > * {padding: 0 0 0 1.125rem;}#container06.columns > .wrapper > .inner > *:first-child {margin-left: -1.125rem;}#container06.default > .wrapper > .inner > .full {margin-left: calc(-1rem);width: calc(100% + 2rem + 0.4725px);}#container06.default > .wrapper > .inner > .full:first-child {margin-top: -0.625rem !important;}#container06.default > .wrapper > .inner > .full:last-child {margin-bottom: -0.625rem !important;}#container06.columns > .wrapper > .inner > div > .full {margin-left: calc(-0.5625rem);width: calc(100% + 1.125rem + 0.4725px);}#container06.columns > .wrapper > .inner > div:first-child > .full {margin-left: calc(-1rem);width: calc(100% + 1.5625rem + 0.4725px);}#container06.columns > .wrapper > .inner > div:last-child > .full {width: calc(100% + 1.5625rem + 0.4725px);}#container06.columns > .wrapper > .inner > div > .full:first-child {margin-top: calc(-0.625rem) !important;}#container06.columns > .wrapper > .inner > div > .full:last-child {margin-bottom: calc(-0.625rem) !important;}#container06.columns > .wrapper > .inner > .full > .full:first-child:last-child {height: calc(100% + 1.25rem);}#container02:not(:last-child) {margin-bottom: 0.75rem !important;}#container02 > .wrapper > .inner {padding: 0.625rem 1rem;}#container02 > .wrapper {max-width: 100%;}#container02.default > .wrapper > .inner > * {margin-top: 0rem;margin-bottom: 0rem;}#container02.columns > .wrapper > .inner > * > * {margin-top: 0rem;margin-bottom: 0rem;}#container02.columns > .wrapper > .inner > * {padding: 0 0 0 1.125rem;}#container02.columns > .wrapper > .inner > *:first-child {margin-left: -1.125rem;}#container02.default > .wrapper > .inner > .full {margin-left: calc(-1rem);width: calc(100% + 2rem + 0.4725px);}#container02.default > .wrapper > .inner > .full:first-child {margin-top: -0.625rem !important;}#container02.default > .wrapper > .inner > .full:last-child {margin-bottom: -0.625rem !important;}#container02.columns > .wrapper > .inner > div > .full {margin-left: calc(-0.5625rem);width: calc(100% + 1.125rem + 0.4725px);}#container02.columns > .wrapper > .inner > div:first-child > .full {margin-left: calc(-1rem);width: calc(100% + 1.5625rem + 0.4725px);}#container02.columns > .wrapper > .inner > div:last-child > .full {width: calc(100% + 1.5625rem + 0.4725px);}#container02.columns > .wrapper > .inner > div > .full:first-child {margin-top: calc(-0.625rem) !important;}#container02.columns > .wrapper > .inner > div > .full:last-child {margin-bottom: calc(-0.625rem) !important;}#container02.columns > .wrapper > .inner > .full > .full:first-child:last-child {height: calc(100% + 1.25rem);}#text01 {letter-spacing: 0rem;width: 100%;font-size: 6em;line-height: 0.875;}#text03 {letter-spacing: 0rem;width: 100%;font-size: 1.625em;line-height: 1.125;}#text02 {letter-spacing: 0rem;width: 100%;font-size: 1.625em;line-height: 1.25;}#text04 {letter-spacing: 0rem;width: 100%;font-size: 1.625em;line-height: 1;}#text09 {letter-spacing: 0rem;width: 100%;font-size: 1.625em;line-height: 1;}#text10 {letter-spacing: 0rem;width: 100%;font-size: 1.625em;line-height: 1;}#text07 {letter-spacing: 0rem;width: 100%;font-size: 1.625em;line-height: 1;}#text08 {letter-spacing: 0rem;width: 100%;font-size: 1.625em;line-height: 1;}#text05 {letter-spacing: 0rem;width: 100%;font-size: 1.625em;line-height: 1.625;}#header {margin-bottom: 0.65625rem !important;}#footer {margin-top: 0.65625rem !important;}}@media (max-width: 480px) {#main > .inner > header {margin-bottom: 0rem;}#main > .inner > footer {margin-top: 0rem;}#main > .inner > * > * {margin-top: 0rem;margin-bottom: 0rem;}#container01.default > .wrapper > .inner > * {margin-top: 0rem;margin-bottom: 0rem;}#container01.columns > .wrapper > .inner > * > * {margin-top: 0rem;margin-bottom: 0rem;}#container04.default > .wrapper > .inner > * {margin-top: 0rem;margin-bottom: 0rem;}#container04.columns > .wrapper > .inner > * > * {margin-top: 0rem;margin-bottom: 0rem;}#container03.default > .wrapper > .inner > * {margin-top: 0rem;margin-bottom: 0rem;}#container03.columns > .wrapper > .inner > * > * {margin-top: 0rem;margin-bottom: 0rem;}#container07.default > .wrapper > .inner > * {margin-top: 0rem;margin-bottom: 0rem;}#container07.columns > .wrapper > .inner > * > * {margin-top: 0rem;margin-bottom: 0rem;}#container05.default > .wrapper > .inner > * {margin-top: 0rem;margin-bottom: 0rem;}#container05.columns > .wrapper > .inner > * > * {margin-top: 0rem;margin-bottom: 0rem;}#container06.default > .wrapper > .inner > * {margin-top: 0rem;margin-bottom: 0rem;}#container06.columns > .wrapper > .inner > * > * {margin-top: 0rem;margin-bottom: 0rem;}#container02.default > .wrapper > .inner > * {margin-top: 0rem;margin-bottom: 0rem;}#container02.columns > .wrapper > .inner > * > * {margin-top: 0rem;margin-bottom: 0rem;}}@media (max-width: 360px) {#main > .inner {padding: 0.75rem 0.75rem;}#main > .inner > header {margin-bottom: 0rem;}#main > .inner > footer {margin-top: 0rem;}#main > .inner > * > * {margin-top: 0rem;margin-bottom: 0rem;}#main > .inner > .full {margin-left: calc(-0.75rem);width: calc(100% + 1.5rem + 0.4725px);max-width: calc(100% + 1.5rem + 0.4725px);}#main > .inner > .full:first-child {margin-top: -0.75rem !important;}#main > .inner > .full:last-child {margin-bottom: -0.75rem !important;}#main > .inner > .full.screen {margin-left: -50vw;}#main > .inner > * > .full {margin-left: calc(-0.75rem);width: calc(100% + 1.5rem + 0.4725px);max-width: calc(100% + 1.5rem + 0.4725px);}#main > .inner > * > .full.screen {margin-left: -50vw;}#main > .inner > header > .full:first-child {margin-top: -0.75rem !important;}#main > .inner > footer > .full:last-child {margin-bottom: -0.75rem !important;}#container01 > .wrapper > .inner {padding: 0.46875rem 0.75rem;}#container01.default > .wrapper > .inner > * {margin-top: 0rem;margin-bottom: 0rem;}#container01.columns > .wrapper > .inner > * > * {margin-top: 0rem;margin-bottom: 0rem;}#container01.default > .wrapper > .inner > .full {margin-left: calc(-0.75rem);width: calc(100% + 1.5rem + 0.4725px);}#container01.default > .wrapper > .inner > .full:first-child {margin-top: -0.46875rem !important;}#container01.default > .wrapper > .inner > .full:last-child {margin-bottom: -0.46875rem !important;}#container01.columns > .wrapper > .inner > div > .full {margin-left: calc(-0.5625rem);width: calc(100% + 1.125rem + 0.4725px);}#container01.columns > .wrapper > .inner > div:first-child > .full {margin-left: calc(-0.75rem);width: calc(100% + 1.3125rem + 0.4725px);}#container01.columns > .wrapper > .inner > div:last-child > .full {width: calc(100% + 1.3125rem + 0.4725px);}#container01.columns > .wrapper > .inner > div > .full:first-child {margin-top: calc(-0.46875rem) !important;}#container01.columns > .wrapper > .inner > div > .full:last-child {margin-bottom: calc(-0.46875rem) !important;}#container01.columns > .wrapper > .inner > .full > .full:first-child:last-child {height: calc(100% + 0.9375rem);}#container04 > .wrapper > .inner {padding: 0.46875rem 0.75rem;}#container04.default > .wrapper > .inner > * {margin-top: 0rem;margin-bottom: 0rem;}#container04.columns > .wrapper > .inner > * > * {margin-top: 0rem;margin-bottom: 0rem;}#container04.default > .wrapper > .inner > .full {margin-left: calc(-0.75rem);width: calc(100% + 1.5rem + 0.4725px);}#container04.default > .wrapper > .inner > .full:first-child {margin-top: -0.46875rem !important;}#container04.default > .wrapper > .inner > .full:last-child {margin-bottom: -0.46875rem !important;}#container04.columns > .wrapper > .inner > div > .full {margin-left: calc(-0.5625rem);width: calc(100% + 1.125rem + 0.4725px);}#container04.columns > .wrapper > .inner > div:first-child > .full {margin-left: calc(-0.75rem);width: calc(100% + 1.3125rem + 0.4725px);}#container04.columns > .wrapper > .inner > div:last-child > .full {width: calc(100% + 1.3125rem + 0.4725px);}#container04.columns > .wrapper > .inner > div > .full:first-child {margin-top: calc(-0.46875rem) !important;}#container04.columns > .wrapper > .inner > div > .full:last-child {margin-bottom: calc(-0.46875rem) !important;}#container04.columns > .wrapper > .inner > .full > .full:first-child:last-child {height: calc(100% + 0.9375rem);}#container03 > .wrapper > .inner {padding: 0.46875rem 0.75rem;}#container03.default > .wrapper > .inner > * {margin-top: 0rem;margin-bottom: 0rem;}#container03.columns > .wrapper > .inner > * > * {margin-top: 0rem;margin-bottom: 0rem;}#container03.default > .wrapper > .inner > .full {margin-left: calc(-0.75rem);width: calc(100% + 1.5rem + 0.4725px);}#container03.default > .wrapper > .inner > .full:first-child {margin-top: -0.46875rem !important;}#container03.default > .wrapper > .inner > .full:last-child {margin-bottom: -0.46875rem !important;}#container03.columns > .wrapper > .inner > div > .full {margin-left: calc(-0.5625rem);width: calc(100% + 1.125rem + 0.4725px);}#container03.columns > .wrapper > .inner > div:first-child > .full {margin-left: calc(-0.75rem);width: calc(100% + 1.3125rem + 0.4725px);}#container03.columns > .wrapper > .inner > div:last-child > .full {width: calc(100% + 1.3125rem + 0.4725px);}#container03.columns > .wrapper > .inner > div > .full:first-child {margin-top: calc(-0.46875rem) !important;}#container03.columns > .wrapper > .inner > div > .full:last-child {margin-bottom: calc(-0.46875rem) !important;}#container03.columns > .wrapper > .inner > .full > .full:first-child:last-child {height: calc(100% + 0.9375rem);}#container07 > .wrapper > .inner {padding: 0.46875rem 0.75rem;}#container07.default > .wrapper > .inner > * {margin-top: 0rem;margin-bottom: 0rem;}#container07.columns > .wrapper > .inner > * > * {margin-top: 0rem;margin-bottom: 0rem;}#container07.default > .wrapper > .inner > .full {margin-left: calc(-0.75rem);width: calc(100% + 1.5rem + 0.4725px);}#container07.default > .wrapper > .inner > .full:first-child {msargin-top: -0.46875rem !important;}#container07.default > .wrapper > .inner > .full:last-child {margin-bottom: -0.46875rem !important;}#container07.columns > .wrapper > .inner > div > .full {margin-left: calc(-0.5625rem);width: calc(100% + 1.125rem + 0.4725px);}#container07.columns > .wrapper > .inner > div:first-child > .full {margin-left: calc(-0.75rem);width: calc(100% + 1.3125rem + 0.4725px);}#container07.columns > .wrapper > .inner > div:last-child > .full {width: calc(100% + 1.3125rem + 0.4725px);}#container07.columns > .wrapper > .inner > div > .full:first-child {margin-top: calc(-0.46875rem) !important;}#container07.columns > .wrapper > .inner > div > .full:last-child {margin-bottom: calc(-0.46875rem) !important;}#container07.columns > .wrapper > .inner > .full > .full:first-child:last-child {height: calc(100% + 0.9375rem);}#container05 > .wrapper > .inner {padding: 0.46875rem 0.75rem;}#container05.default > .wrapper > .inner > * {margin-top: 0rem;margin-bottom: 0rem;}#container05.columns > .wrapper > .inner > * > * {margin-top: 0rem;margin-bottom: 0rem;}#container05.default > .wrapper > .inner > .full {margin-left: calc(-0.75rem);width: calc(100% + 1.5rem + 0.4725px);}#container05.default > .wrapper > .inner > .full:first-child {margin-top: -0.46875rem !important;}#container05.default > .wrapper > .inner > .full:last-child {margin-bottom: -0.46875rem !important;}#container05.columns > .wrapper > .inner > div > .full {margin-left: calc(-0.5625rem);width: calc(100% + 1.125rem + 0.4725px);}#container05.columns > .wrapper > .inner > div:first-child > .full {margin-left: calc(-0.75rem);width: calc(100% + 1.3125rem + 0.4725px);}#container05.columns > .wrapper > .inner > div:last-child > .full {width: calc(100% + 1.3125rem + 0.4725px);}#container05.columns > .wrapper > .inner > div > .full:first-child {margin-top: calc(-0.46875rem) !important;}#container05.columns > .wrapper > .inner > div > .full:last-child {margin-bottom: calc(-0.46875rem) !important;}#container05.columns > .wrapper > .inner > .full > .full:first-child:last-child {height: calc(100% + 0.9375rem);}#container06 > .wrapper > .inner {padding: 0.46875rem 0.75rem;}#container06.default > .wrapper > .inner > * {margin-top: 0rem;margin-bottom: 0rem;}#container06.columns > .wrapper > .inner > * > * {margin-top: 0rem;margin-bottom: 0rem;}#container06.default > .wrapper > .inner > .full {margin-left: calc(-0.75rem);width: calc(100% + 1.5rem + 0.4725px);}#container06.default > .wrapper > .inner > .full:first-child {margin-top: -0.46875rem !important;}#container06.default > .wrapper > .inner > .full:last-child {margin-bottom: -0.46875rem !important;}#container06.columns > .wrapper > .inner > div > .full {margin-left: calc(-0.5625rem);width: calc(100% + 1.125rem + 0.4725px);}#container06.columns > .wrapper > .inner > div:first-child > .full {margin-left: calc(-0.75rem);width: calc(100% + 1.3125rem + 0.4725px);}#container06.columns > .wrapper > .inner > div:last-child > .full {width: calc(100% + 1.3125rem + 0.4725px);}#container06.columns > .wrapper > .inner > div > .full:first-child {margin-top: calc(-0.46875rem) !important;}#container06.columns > .wrapper > .inner > div > .full:last-child {margin-bottom: calc(-0.46875rem) !important;}#container06.columns > .wrapper > .inner > .full > .full:first-child:last-child {height: calc(100% + 0.9375rem);}#container02 > .wrapper > .inner {padding: 0.46875rem 0.75rem;}#container02.default > .wrapper > .inner > * {margin-top: 0rem;margin-bottom: 0rem;}#container02.columns > .wrapper > .inner > * > * {margin-top: 0rem;margin-bottom: 0rem;}#container02.default > .wrapper > .inner > .full {margin-left: calc(-0.75rem);width: calc(100% + 1.5rem + 0.4725px);}#container02.default > .wrapper > .inner > .full:first-child {margin-top: -0.46875rem !important;}#container02.default > .wrapper > .inner > .full:last-child {margin-bottom: -0.46875rem !important;}#container02.columns > .wrapper > .inner > div > .full {margin-left: calc(-0.5625rem);width: calc(100% + 1.125rem + 0.4725px);}#container02.columns > .wrapper > .inner > div:first-child > .full {margin-left: calc(-0.75rem);width: calc(100% + 1.3125rem + 0.4725px);}#container02.columns > .wrapper > .inner > div:last-child > .full {width: calc(100% + 1.3125rem + 0.4725px);}#container02.columns > .wrapper > .inner > div > .full:first-child {margin-top: calc(-0.46875rem) !important;}#container02.columns > .wrapper > .inner > div > .full:last-child {margin-bottom: calc(-0.46875rem) !important;}#container02.columns > .wrapper > .inner > .full > .full:first-child:last-child {height: calc(100% + 0.9375rem);}#gallery01 ul li {margin: 0.75rem 0;}#text01 {font-size: 6em;}#text03 {font-size: 1.5em;}#text02 {font-size: 1.5em;}#text04 {font-size: 1.5em;}#text09 {font-size: 1.5em;}#text10 {font-size: 1.5em;}#text07 {font-size: 1.5em;}#text08 {font-size: 1.5em;}#text05 {font-size: 1.5em;}}
  114. .dont-remove {
  115. position:fixed;
  116. z-index:99;
  117. bottom:0;
  118. margin-bottom:5px;
  119. left:0;
  120. margin-left:5px;
  121. }
  122.  
  123. @font-face {
  124. font-family: adabelle;
  125. src: url(https://dl.dropbox.com/s/uougf9v63jmphoj/Jojoba.otf); }
  126.  
  127.  
  128. #text 13{
  129. font-size: 4em;}
  130.  
  131. #scroll12 {
  132. height: 100px;
  133. width: 100%;
  134. padding: 10px;
  135. font-size: 16px;
  136. font-family: Times;
  137. overflow: auto;
  138. }
  139.  
  140. img{
  141. display: block;
  142. margin-left: auto;
  143. margin-right: auto;
  144. }
  145.  
  146. </style><noscript><style>body {overflow: auto !important;}#main {opacity: 1.0 !important;transform: none !important;transition: none !important;filter: none !important;}#main > .inner > section {opacity: 1.0 !important;transform: none !important;transition: none !important;filter: none !important;}</style></noscript></head>
  147.  
  148.  
  149.  
  150.  
  151. <body oncontextmenu="return false"><body class="is-loading"><div id="wrapper"><div id="main">
  152.  
  153. <div id="dialog" title="welcome to naocrrds.neocities.org">
  154. <p id="text13"> happy 4k+ milestones on YouTube ^__^ <br> cr biogger99 for this carrd layout <br> refrain from requesting carrd tutorial, carrd requests are still closed, and feel free to ask questions through our curious cat or chat box here<br><br> this dialog is draggable on pc~ </p>
  155. </div>
  156.  
  157.  
  158.  
  159. <div class="inner"><header id="header"><div id="container01" class="container columns"><div class="wrapper"><div class="inner"><div><h1 id="text01">naocrrds</h1><p id="text03">a carrd account to make people&#39;s carrd for free of charge. We also provide tutorials and help related to carrd!</p></div><div><div id="gallery01" class="gallery"><div class="inner"><ul><li><a href="#" class="thumbnail"><span class="frame deferred"><img src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjAiIHk9IjAiIHZpZXdCb3g9IjAgMCA0NTkgNDc1IiB3aWR0aD0iNDU5IiBoZWlnaHQ9IjQ3NSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI%2BPHJlY3QgZmlsbD0idHJhbnNwYXJlbnQiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiLz48L3N2Zz4%3D" data-src="jisoo.png" alt="cr biogger99" /></span></a></li></ul></div></div></div></div></div></div></header><section id="e-section"></section><section id="rules-section"><div id="container04" class="container default"><div class="wrapper"><div class="inner"><p id="text09"><span><strong><span style="color: #B8123E">✿</span> links</strong></span><br /> <br /> <span><a href="https://curiouscat.live/naocrrds" onmouseover="mouseoversound.playclip()" onclick="clicksound.playclip()">Curious Cat</a>, <a href="https://www.pinterest.com/naominyoongi/_created/#_=_" onmouseover="mouseoversound.playclip()" onclick="clicksound.playclip()"> Carrds We Made</a>, <a href="https://form.jotform.com/213042815570449" onmouseover="mouseoversound.playclip()" onclick="clicksound.playclip()">Carrd Request Form </a><strong>CLOSED</strong>, <a href="http://twitter.com/naocrrds" onmouseover="mouseoversound.playclip()" onclick="clicksound.playclip()">Twitter</a></span></p></div></div></div><div id="container03" class="container default"><div class="wrapper"><div class="inner"><p id="text04"><span><strong><span style="color: #B8123E">✿</span> rules</strong></span><br /> <br /> <span><strong>1.</strong> Subscribe to our <a href="https://www.youtube.com/naocrrds">YouTube channel</a> <strong>2.</strong> After that, fill up the <a href="https://form.jotform.com/213042815570449">carrd request form</a> <strong>3.</strong> Please provide images or we won&#39;t be able to do your request <strong>4.</strong> Have your dms open <strong>5.</strong> You will be able to receive an email if we accept or decline your request <strong>6.</strong> Only speak in English.</span></p></div></div></div><div id="container07" class="container default"><div class="wrapper"><div class="inner"><p id="text10"><span><strong><span style="color: #B8123E">✿</span> more</strong></span><br /> <br /> <span><strong>1. </strong>Carrd should no take up 3 days or a week to make <strong>2. </strong>We delete the form after you receive carrd and there will be no any kind of information saved <strong>3. </strong>Re-post my carrds = no + do not sell or profit off the carrd layouts we made, use only for personal use</span></p></div></div></div></section><section id="more-section"><div id="container05" class="container default"><div class="wrapper"><div class="inner"><p id="text07"><span><strong><span style="color: #B8123E">✿</span> before requesting a carrd</strong></span><br /> <br /> <span><strong>1.</strong> Be specific of what carrd layout or theme <strong>2. </strong>MUST have an active + verified carrd acc, leave out 1 space for the new carrd (3 carrds is the maximum for those who don&#39;t have carrd pro plan) <strong>3. </strong>No limit on requesting a carrd (you can request multiple times). We don&#39;t do carrds: requires carrd pro + features, and over 50 elements<strong> 4. </strong>You have 3 days to accept the transfer request; we delete it if there is no response!</span></p></div></div></div><div id="container06" class="container default"><div class="wrapper"><div class="inner"><p id="text08"><span><strong><span style="color: #B8123E">✿</span> don&#39;t request a carrd if</strong></span><br /> <br /> <span><strong>1.</strong> disrespect religions, impatient, disrespect everyone &amp; lgbtq, racist, invalidate neopronouns <strong>2.</strong> Not gonna use the carrd <strong>3.</strong> impatient and rude</span></p></div></div></div></section><section id="cbox-section"><div id="container02" class="container default"><div class="wrapper"><div class="inner"><p id="text02"><span><a href="#" onmouseover="mouseoversound.playclip()" onclick="clicksound.playclip()"><strong><span style="color: #B8123E">✿</span> cbox</strong></a></span><br /> <br /> <span>feel free to ask questions here or ask questions through our <a href="https://curiouscat.live/naocrrds" onmouseover="mouseoversound.playclip()" onclick="clicksound.playclip()">Curious Cat</a>. Do not request any carrd tutorial~</span>
  160. <iframe src="https://www3.cbox.ws/box/?boxid=3512237&boxtag=C4AIKi" width="100%" height="300" allowtransparency="yes" allow="autoplay" frameborder="0" marginheight="0" marginwidth="0" scrolling="auto"></iframe>
  161. </p></div></div></div></section><footer id="footer"><p id="text05"><a href="#" onmouseover="mouseoversound.playclip()" onclick="clicksound.playclip()">
  162.  
  163. <mark><span style="color: #dcb5c5">.</span>index<span style="color: #dcb5c5">.</span></mark></a> <span style="color: black">•</span> <a href="#rules" onmouseover="mouseoversound.playclip()" onclick="clicksound.playclip()">rules</a> <span style="color: black">•</span> <a href="#more" onmouseover="mouseoversound.playclip()" onclick="clicksound.playclip()">conditions</a> <span style="color: black">•</span> <a href="#cbox" onmouseover="mouseoversound.playclip()" onclick="clicksound.playclip()">chat box</a>
  164.  
  165. </p>
  166.  
  167. </div></footer>
  168. </div></div></div>
  169.  
  170.  
  171. <a href="https://www.webfreecounter.com/" target="_blank" class="dont-remove"><img src="https://www.webfreecounter.com/hit.php?id=gepoxfx&nd=7&style=1" border="0" alt="hit counter"></a>
  172. <script>
  173.  
  174.  
  175. (function() {var on = addEventListener,$ = function(q) { return document.querySelector(q) },$$ = function(q) { return document.querySelectorAll(q) },$body = document.body,$inner = $('.inner'),client = (function() {var o = {browser: 'other',browserVersion: 0,os: 'other',osVersion: 0,mobile: false,canUse: null},ua = navigator.userAgent,a, i;a = [['firefox', /Firefox\/([0-9\.]+)/],['edge', /Edge\/([0-9\.]+)/],['safari', /Version\/([0-9\.]+).+Safari/],['chrome', /Chrome\/([0-9\.]+)/],['chrome', /CriOS\/([0-9\.]+)/],['ie', /Trident\/.+rv:([0-9]+)/]];for (i=0; i < a.length; i++) {if (ua.match(a[i][1])) {o.browser = a[i][0];o.browserVersion = parseFloat(RegExp.$1);break;}}a = [['ios', /([0-9_]+) like Mac OS X/, function(v) { return v.replace('_', '.').replace('_', ''); }],['ios', /CPU like Mac OS X/, function(v) { return 0 }],['ios', /iPad; CPU/, function(v) { return 0 }],['android', /Android ([0-9\.]+)/, null],['mac', /Macintosh.+Mac OS X ([0-9_]+)/, function(v) { return v.replace('_', '.').replace('_', ''); }],['windows', /Windows NT ([0-9\.]+)/, null],['undefined', /Undefined/, null],];for (i=0; i < a.length; i++) {if (ua.match(a[i][1])) {o.os = a[i][0];o.osVersion = parseFloat( a[i][2] ? (a[i][2])(RegExp.$1) : RegExp.$1 );break;}}if (o.os == 'mac'&& ('ontouchstart' in window)&& ((screen.width == 1024 && screen.height == 1366)|| (screen.width == 834 && screen.height == 1112)|| (screen.width == 810 && screen.height == 1080)|| (screen.width == 768 && screen.height == 1024)))o.os = 'ios';o.mobile = (o.os == 'android' || o.os == 'ios');var _canUse = document.createElement('div');o.canUse = function(p) {var e = _canUse.style,up = p.charAt(0).toUpperCase() + p.slice(1);return (p in e|| ('Moz' + up) in e|| ('Webkit' + up) in e|| ('O' + up) in e|| ('ms' + up) in e);};return o;}()),trigger = function(t) {if (client.browser == 'ie') {var e = document.createEvent('Event');e.initEvent(t, false, true);dispatchEvent(e);} else dispatchEvent(new Event(t));},cssRules = function(selectorText) {var ss = document.styleSheets,a = [],f = function(s) {var r = s.cssRules,i;for (i=0; i < r.length; i++) {if (r[i] instanceof CSSMediaRule && matchMedia(r[i].conditionText).matches)(f)(r[i]); else if (r[i] instanceof CSSStyleRule && r[i].selectorText == selectorText)a.push(r[i]);}},x, i;for (i=0; i < ss.length; i++)f(ss[i]);return a;},thisHash = function() {var h = location.hash ? location.hash.substring(1) : null,a;if (!h)return null;if (h.match(/\?/)) {a = h.split('?');h = a[0];history.replaceState(undefined, undefined, '#' + h);window.location.search = a[1];}if (h.length > 0&& !h.match(/^[a-zA-Z]/))h = 'x' + h;if (typeof h == 'string')h = h.toLowerCase();return h;},scrollToElement = function(e, style, duration) {var y, cy, dy,start, easing, offset, f;if (!e)y = 0; else {offset = (e.dataset.scrollOffset ? parseInt(e.dataset.scrollOffset) : 0) * parseFloat(getComputedStyle(document.documentElement).fontSize);switch (e.dataset.scrollBehavior ? e.dataset.scrollBehavior : 'default') {case 'default':default:y = e.offsetTop + offset;break;case 'center':if (e.offsetHeight < window.innerHeight)y = e.offsetTop - ((window.innerHeight - e.offsetHeight) / 2) + offset; else y = e.offsetTop - offset;break;case 'previous':if (e.previousElementSibling)y = e.previousElementSibling.offsetTop + e.previousElementSibling.offsetHeight + offset; else y = e.offsetTop + offset;break;}}if (!style)style = 'smooth';if (!duration)duration = 750;if (style == 'instant') {window.scrollTo(0, y);return;}start = Date.now();cy = window.scrollY;dy = y - cy;switch (style) {case 'linear':easing = function (t) { return t };break;case 'smooth':easing = function (t) { return t<.5 ? 4*t*t*t : (t-1)*(2*t-2)*(2*t-2)+1 };break;}f = function() {var t = Date.now() - start;if (t >= duration)window.scroll(0, y); else {window.scroll(0, cy + (dy * easing(t / duration)));requestAnimationFrame(f);}};f();},scrollToTop = function() {scrollToElement(null);},loadElements = function(parent) {var a, e, x, i;a = parent.querySelectorAll('iframe[data-src]:not([data-src=""])');for (i=0; i < a.length; i++) {a[i].src = a[i].dataset.src;a[i].dataset.src = "";}a = parent.querySelectorAll('video[autoplay]');for (i=0; i < a.length; i++) {if (a[i].paused)a[i].play();}e = parent.querySelector('[data-autofocus="1"]');x = e ? e.tagName : null;switch (x) {case 'FORM':e = e.querySelector('.field input, .field select, .field textarea');if (e)e.focus();break;default:break;}},unloadElements = function(parent) {var a, e, x, i;a = parent.querySelectorAll('iframe[data-src=""]');for (i=0; i < a.length; i++) {if (a[i].dataset.srcUnload === '0')continue;a[i].dataset.src = a[i].src;a[i].src = '';}a = parent.querySelectorAll('video');for (i=0; i < a.length; i++) {if (!a[i].paused)a[i].pause();}e = $(':focus');if (e)e.blur();};window._scrollToTop = scrollToTop;var thisURL = function() {return window.location.href.replace(window.location.search, '').replace(/#$/, '');};var getVar = function(name) {var a = window.location.search.substring(1).split('&'),b, k;for (k in a) {b = a[k].split('=');if (b[0] == name)return b[1];}return null;};var errors = {handle: function(handler) {window.onerror = function(message, url, line, column, error) {(handler)(error.message);return true;};},unhandle: function() {window.onerror = null;}};on('load', function() {setTimeout(function() {$body.className = $body.className.replace(/\bis-loading\b/, 'is-playing');setTimeout(function() {$body.className = $body.className.replace(/\bis-playing\b/, 'is-ready');}, 4125);}, 100);});(function() {var initialSection, initialScrollPoint, initialId,header, footer, name, hideHeader, hideFooter, disableAutoScroll,h, e, ee, k,locked = false,doNext = function() {var section;section = $('#main > .inner > section.active').nextElementSibling;if (!section || section.tagName != 'SECTION')return;location.href = '#' + section.id.replace(/-section$/, '');},doPrevious = function() {var section;section = $('#main > .inner > section.active').previousElementSibling;if (!section || section.tagName != 'SECTION')return;location.href = '#' + (section.matches(':first-child') ? '' : section.id.replace(/-section$/, ''));},doFirst = function() {var section;section = $('#main > .inner > section:first-of-type');if (!section || section.tagName != 'SECTION')return;location.href = '#' + section.id.replace(/-section$/, '');},doLast = function() {var section;section = $('#main > .inner > section:last-of-type');if (!section || section.tagName != 'SECTION')return;location.href = '#' + section.id.replace(/-section$/, '');},sections = {'cbox': {hideHeader: true,},};window._next = doNext;window._previous = doPrevious;window._first = doFirst;window._last = doLast;window._scrollToTop = function() {var section, id;scrollToElement(null);if (!!(section = $('section.active'))) {id = section.id.replace(/-section$/, '');if (id == 'e')id = '';history.pushState(null, null, '#' + id);}};if ('scrollRestoration' in history)history.scrollRestoration = 'manual';header = $('#header');footer = $('#footer');h = thisHash();if (h&& !h.match(/^[a-zA-Z0-9\-]+$/))h = null;if (e = $('[data-scroll-id="' + h + '"]')) {initialScrollPoint = e;initialSection = initialScrollPoint.parentElement;initialId = initialSection.id;} else if (e = $('#' + (h ? h : 'e') + '-section')) {initialScrollPoint = null;initialSection = e;initialId = initialSection.id;}if (!initialSection) {initialScrollPoint = null;initialSection = $('#' + 'e' + '-section');initialId = initialSection.id;history.replaceState(undefined, undefined, '#');}name = (h ? h : 'e');hideHeader = name ? ((name in sections) && ('hideHeader' in sections[name]) && sections[name].hideHeader) : false;hideFooter = name ? ((name in sections) && ('hideFooter' in sections[name]) && sections[name].hideFooter) : false;disableAutoScroll = name ? ((name in sections) && ('disableAutoScroll' in sections[name]) && sections[name].disableAutoScroll) : false;if (header && hideHeader) {header.classList.add('hidden');header.style.display = 'none';}if (footer && hideFooter) {footer.classList.add('hidden');footer.style.display = 'none';}ee = $$('#main > .inner > section:not([id="' + initialId + '"])');for (k = 0; k < ee.length; k++) {ee[k].className = 'inactive';ee[k].style.display = 'none';}initialSection.classList.add('active');loadElements(initialSection);if (header)loadElements(header);if (footer)loadElements(footer);if (!disableAutoScroll)scrollToElement(null, 'instant');on('load', function() {if (initialScrollPoint)scrollToElement(initialScrollPoint, 'instant');});on('hashchange', function(event) {var section, scrollPoint, id, sectionHeight, currentSection, currentSectionHeight,name, hideHeader, hideFooter, disableAutoScroll,h, e, ee, k;if (locked)return false;h = thisHash();if (h&& !h.match(/^[a-zA-Z0-9\-]+$/))return false;if (e = $('[data-scroll-id="' + h + '"]')) {scrollPoint = e;section = scrollPoint.parentElement;id = section.id;} else if (e = $('#' + (h ? h : 'e') + '-section')) {scrollPoint = null;section = e;id = section.id;} else {scrollPoint = null;section = $('#' + 'e' + '-section');id = section.id;history.replaceState(undefined, undefined, '#');}if (!section)return false;if (!section.classList.contains('inactive')) {name = (section ? section.id.replace(/-section$/, '') : null);disableAutoScroll = name ? ((name in sections) && ('disableAutoScroll' in sections[name]) && sections[name].disableAutoScroll) : false;if (scrollPoint)scrollToElement(scrollPoint); else if (!disableAutoScroll)scrollToElement(null);return false;} else {locked = true;if (location.hash == '#e')history.replaceState(null, null, '#');name = (section ? section.id.replace(/-section$/, '') : null);hideHeader = name ? ((name in sections) && ('hideHeader' in sections[name]) && sections[name].hideHeader) : false;hideFooter = name ? ((name in sections) && ('hideFooter' in sections[name]) && sections[name].hideFooter) : false;disableAutoScroll = name ? ((name in sections) && ('disableAutoScroll' in sections[name]) && sections[name].disableAutoScroll) : false;if (header && hideHeader) {header.classList.add('hidden');setTimeout(function() {header.style.display = 'none';}, 250);}if (footer && hideFooter) {footer.classList.add('hidden');setTimeout(function() {footer.style.display = 'none';}, 250);}currentSection = $('#main > .inner > section:not(.inactive)');if (currentSection) {currentSectionHeight = currentSection.offsetHeight;currentSection.classList.add('inactive');unloadElements(currentSection);setTimeout(function() {currentSection.style.display = 'none';currentSection.classList.remove('active');}, 250);}setTimeout(function() {if (header && !hideHeader) {header.style.display = '';setTimeout(function() {header.classList.remove('hidden');}, 0);}if (footer && !hideFooter) {footer.style.display = '';setTimeout(function() {footer.classList.remove('hidden');}, 0);}section.style.display = '';trigger('resize');if (!disableAutoScroll)scrollToElement(null, 'instant');sectionHeight = section.offsetHeight;if (sectionHeight > currentSectionHeight) {section.style.maxHeight = currentSectionHeight + 'px';section.style.minHeight = '0';} else {section.style.maxHeight = '';section.style.minHeight = currentSectionHeight + 'px';}setTimeout(function() {section.classList.remove('inactive');section.classList.add('active');section.style.minHeight = sectionHeight + 'px';section.style.maxHeight = sectionHeight + 'px';setTimeout(function() {section.style.transition = 'none';section.style.minHeight = '';section.style.maxHeight = '';loadElements(section);if (scrollPoint)scrollToElement(scrollPoint, 'instant');setTimeout(function() {section.style.transition = '';locked = false;}, 75);}, 500);}, 75);}, 250);}return false;});on('click', function(event) {var t = event.target,tagName = t.tagName.toUpperCase(),scrollPoint;switch (tagName) {case 'IMG':case 'SVG':case 'USE':case 'U':case 'STRONG':case 'EM':case 'CODE':case 'S':case 'MARK':case 'SPAN':while ( !!(t = t.parentElement) )if (t.tagName == 'A')break;if (!t)return;break;default:break;}if (t.tagName == 'A'&& t.getAttribute('href').substr(0, 1) == '#') {if (!!(scrollPoint = $('[data-scroll-id="' + t.hash.substr(1) + '"][data-scroll-invisible="1"]'))) {event.preventDefault();scrollToElement(scrollPoint);} else if (t.hash == window.location.hash) {event.preventDefault();history.replaceState(undefined, undefined, '#');location.replace(t.hash);}}});})();var style, sheet, rule;style = document.createElement('style');style.appendChild(document.createTextNode(''));document.head.appendChild(style);sheet = style.sheet;if (client.mobile) {(function() {var f = function() {document.documentElement.style.setProperty('--viewport-height', window.innerHeight + 'px');document.documentElement.style.setProperty('--background-height', (window.innerHeight + 250) + 'px');};on('load', f);on('resize', f);on('orientationchange', function() {setTimeout(function() {(f)();}, 100);});})();}if (client.os == 'android') {(function() {sheet.insertRule('body::after { }', 0);rule = sheet.cssRules[0];var f = function() {rule.style.cssText = 'height: ' + (Math.max(screen.width, screen.height)) + 'px';};on('load', f);on('orientationchange', f);on('touchmove', f);})();$body.classList.add('is-touch');} else if (client.os == 'ios') {if (client.osVersion <= 11)(function() {sheet.insertRule('body::after { }', 0);rule = sheet.cssRules[0];rule.style.cssText = '-webkit-transform: scale(1.0)';})();if (client.osVersion <= 11)(function() {sheet.insertRule('body.ios-focus-fix::before { }', 0);rule = sheet.cssRules[0];rule.style.cssText = 'height: calc(100% + 60px)';on('focus', function(event) {$body.classList.add('ios-focus-fix');}, true);on('blur', function(event) {$body.classList.remove('ios-focus-fix');}, true);})();$body.classList.add('is-touch');} else if (client.browser == 'ie') {if (!('matches' in Element.prototype))Element.prototype.matches = (Element.prototype.msMatchesSelector || Element.prototype.webkitMatchesSelector);(function() {var a = cssRules('body::before'),r;if (a.length > 0) {r = a[0];if (r.style.width.match('calc')) {r.style.opacity = 0.9999;setTimeout(function() {r.style.opacity = 1;}, 100);} else {document.styleSheets[0].addRule('body::before', 'content: none !important;');$body.style.backgroundImage = r.style.backgroundImage.replace('url("images/', 'url("assets/images/');$body.style.backgroundPosition = r.style.backgroundPosition;$body.style.backgroundRepeat = r.style.backgroundRepeat;$body.style.backgroundColor = r.style.backgroundColor;$body.style.backgroundAttachment = 'fixed';$body.style.backgroundSize = r.style.backgroundSize;}}})();(function() {var t, f;f = function() {var mh, h, s, xx, x, i;x = $('#wrapper');x.style.height = 'auto';if (x.scrollHeight <= innerHeight)x.style.height = '100vh';xx = $$('.container.full');for (i=0; i < xx.length; i++) {x = xx[i];s = getComputedStyle(x);x.style.minHeight = '';x.style.height = '';mh = s.minHeight;x.style.minHeight = 0;x.style.height = '';h = s.height;if (mh == 0)continue;x.style.height = (h > mh ? 'auto' : mh);}};(f)();on('resize', function() {clearTimeout(t);t = setTimeout(f, 250);});on('load', f);})();} else if (client.browser == 'edge') {(function() {var xx = $$('.container > .inner > div:last-child'),x, y, i;for(i=0; i < xx.length; i++) {x = xx[i];y = getComputedStyle(x.parentNode);if (y.display != 'flex'&& y.display != 'inline-flex')continue;x.style.marginLeft = '-1px';}})();}if (!client.canUse('object-fit')) {(function() {var xx = $$('.image[data-position]'),x, w, c, i, src;for (i=0; i < xx.length; i++) {x = xx[i];c = x.firstElementChild;if (c.tagName != 'IMG') {w = c;c = c.firstElementChild;}if (c.parentNode.classList.contains('deferred')) {c.parentNode.classList.remove('deferred');src = c.getAttribute('data-src');c.removeAttribute('data-src');} else src = c.getAttribute('src');c.style['backgroundImage'] = 'url(\'' + src + '\')';c.style['backgroundSize'] = 'cover';c.style['backgroundPosition'] = x.dataset.position;c.style['backgroundRepeat'] = 'no-repeat';c.src = 'data:image/svg+xml;charset=utf8,' + escape('<svg xmlns="http://www.w3.org/2000/svg" width="1" height="1" viewBox="0 0 1 1"></svg>');if (x.classList.contains('full')&& (x.parentNode && x.parentNode.classList.contains('full'))&& (x.parentNode.parentNode && x.parentNode.parentNode.parentNode && x.parentNode.parentNode.parentNode.classList.contains('container'))&& x.parentNode.children.length == 1) {(function(x, w) {var p = x.parentNode.parentNode,f = function() {x.style['height'] = '0px';clearTimeout(t);t = setTimeout(function() {if (getComputedStyle(p).flexDirection == 'row') {if (w)w.style['height'] = '100%';x.style['height'] = (p.scrollHeight + 1) + 'px';} else {if (w)w.style['height'] = 'auto';x.style['height'] = 'auto';}}, 125);},t;on('resize', f);on('load', f);(f)();})(x, w);}}})();(function() {var xx = $$('.gallery img'),x, p, i, src;for (i=0;i < xx.length; i++) {x = xx[i];p = x.parentNode;if (p.classList.contains('deferred')) {p.classList.remove('deferred');src = x.getAttribute('data-src');} else src = x.getAttribute('src');p.style['backgroundImage'] = 'url(\'' + src + '\')';p.style['backgroundSize'] = 'cover';p.style['backgroundPosition'] = 'center';p.style['backgroundRepeat'] = 'no-repeat';x.style['opacity'] = '0';}})();}var scrollEvents = {items: [],add: function(o) {this.items.push({element: o.element,triggerElement: (('triggerElement' in o && o.triggerElement) ? o.triggerElement : o.element),enter: ('enter' in o ? o.enter : null),leave: ('leave' in o ? o.leave : null),mode: ('mode' in o ? o.mode : 1),offset: ('offset' in o ? o.offset : 0),state: false,});},handler: function() {var height, top, bottom, scrollPad;if (client.os == 'ios') {height = document.documentElement.clientHeight;top = document.body.scrollTop + window.scrollY;bottom = top + height;scrollPad = 125;} else {height = document.documentElement.clientHeight;top = document.documentElement.scrollTop;bottom = top + height;scrollPad = 0;}scrollEvents.items.forEach(function(item) {var bcr, elementTop, elementBottom, state, a, b;if (!item.enter&& !item.leave)return true;if (item.triggerElement.offsetParent === null)return true;bcr = item.triggerElement.getBoundingClientRect();elementTop = top + Math.floor(bcr.top);elementBottom = elementTop + bcr.height;switch (item.mode) {case 1:default:state = (bottom > (elementTop - item.offset) && top < (elementBottom + item.offset));break;case 2:a = (top + (height * 0.5));state = (a > (elementTop - item.offset) && a < (elementBottom + item.offset));break;case 3:a = top + (height * 0.25);if (a - (height * 0.375) <= 0)a = 0;b = top + (height * 0.75);if (b + (height * 0.375) >= document.body.scrollHeight - scrollPad)b = document.body.scrollHeight + scrollPad;state = (b > (elementTop - item.offset) && a < (elementBottom + item.offset));break;}if (state != item.state) {item.state = state;if (item.state) {if (item.enter) {(item.enter).apply(item.element);if (!item.leave)item.enter = null;}} else {if (item.leave) {(item.leave).apply(item.element);if (!item.enter)item.leave = null;}}}});},init: function() {on('load', this.handler);on('resize', this.handler);on('scroll', this.handler);(this.handler)();}};scrollEvents.init();(function() {var items = $$('.deferred'),loadHandler, enterHandler;if (!('forEach' in NodeList.prototype))NodeList.prototype.forEach = Array.prototype.forEach;loadHandler = function() {var i = this,p = this.parentElement;if (i.dataset.src !== 'done')return;if (Date.now() - i._startLoad < 375) {p.classList.remove('loading');p.style.backgroundImage = 'none';i.style.transition = '';i.style.opacity = 1;} else {p.classList.remove('loading');i.style.opacity = 1;setTimeout(function() {i.style.backgroundImage = 'none';i.style.transition = '';}, 375);}};enterHandler = function() {var i = this,p = this.parentElement,src;src = i.dataset.src;i.dataset.src = 'done';p.classList.add('loading');i._startLoad = Date.now();i.src = src;};items.forEach(function(p) {var i = p.firstElementChild;if (!p.classList.contains('enclosed')) {p.style.backgroundImage = 'url(' + i.src + ')';p.style.backgroundSize = '100% 100%';p.style.backgroundPosition = 'top left';p.style.backgroundRepeat = 'no-repeat';}i.style.opacity = 0;i.style.transition = 'opacity 0.375s ease-in-out';i.addEventListener('load', loadHandler);scrollEvents.add({element: i,enter: enterHandler,offset: 250});});})();})();
  176. // Mouseover/ Click sound effect- by JavaScript Kit (www.javascriptkit.com)
  177. // Visit JavaScript Kit at http://www.javascriptkit.com/ for full source code
  178.  
  179. //** Usage: Instantiate script by calling: var uniquevar=createsoundbite("soundfile1", "fallbackfile2", "fallebacksound3", etc)
  180. //** Call: uniquevar.playclip() to play sound
  181.  
  182. var html5_audiotypes={ //define list of audio file extensions and their associated audio types. Add to it if your specified audio file isn't on this list:
  183. "mp3": "audio/mpeg",
  184. "mp4": "audio/mp4",
  185. "ogg": "audio/ogg",
  186. "wav": "audio/wav"
  187. }
  188.  
  189. function createsoundbite(sound){
  190. var html5audio=document.createElement('audio')
  191. if (html5audio.canPlayType){ //check support for HTML5 audio
  192. for (var i=0; i<arguments.length; i++){
  193. var sourceel=document.createElement('source')
  194. sourceel.setAttribute('src', arguments[i])
  195. if (arguments[i].match(/\.(\w+)$/i))
  196. sourceel.setAttribute('type', html5_audiotypes[RegExp.$1])
  197. html5audio.appendChild(sourceel)
  198. }
  199. html5audio.load()
  200. html5audio.playclip=function(){
  201. html5audio.pause()
  202. html5audio.currentTime=0
  203. html5audio.play()
  204. }
  205. return html5audio
  206. }
  207. else{
  208. return {playclip:function(){throw new Error("Your browser doesn't support HTML5 audio unfortunately")}}
  209. }
  210. }
  211.  
  212. //Initialize two sound clips with 1 fallback file each:
  213.  
  214. var mouseoversound=createsoundbite("https://a.tumblr.com/tumblr_ojrn7aGBii1w2e2oyo1.mp3")
  215. var clicksound=createsoundbite("https://a.tumblr.com/tumblr_ojrmy55yUN1w2e2oyo1.mp3")
  216.  
  217. </script></body></html>
Add Comment
Please, Sign In to add comment