diff --git a/.firebaserc_example b/.firebaserc_example deleted file mode 100644 index b254e4c1f..000000000 --- a/.firebaserc_example +++ /dev/null @@ -1,5 +0,0 @@ -{ - "projects": { - "default": "project-id" - } -} diff --git a/public/css/style.scss b/public/css/style.scss index 21b2428a4..c610dd3db 100644 --- a/public/css/style.scss +++ b/public/css/style.scss @@ -2,6 +2,7 @@ @import url("https://fonts.googleapis.com/css2?family=Montserrat&family=Roboto&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Titillium+Web&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Lexend+Deca&display=swap"); +@import url('https://fonts.googleapis.com/css2?family=Oxygen&display=swap'); :root { --roundness: 0.25rem; @@ -1843,8 +1844,8 @@ key { } &.themes, - &.languages, - &.layouts, + &.language, + &.layout, &.keymapLayout, &.fontFamily, &.funbox { diff --git a/public/funbox/earthquake.css b/public/funbox/earthquake.css new file mode 100644 index 000000000..804d0f025 --- /dev/null +++ b/public/funbox/earthquake.css @@ -0,0 +1,17 @@ +@keyframes shake_dat_ass { + 0% { transform: translate(1px, 1px) rotate(0deg); } + 10% { transform: translate(-1px, -2px) rotate(-1deg); } + 20% { transform: translate(-3px, 0px) rotate(1deg); } + 30% { transform: translate(3px, 2px) rotate(0deg); } + 40% { transform: translate(1px, -1px) rotate(1deg); } + 50% { transform: translate(-1px, 2px) rotate(-1deg); } + 60% { transform: translate(-3px, 1px) rotate(0deg); } + 70% { transform: translate(3px, 1px) rotate(-1deg); } + 80% { transform: translate(-1px, -1px) rotate(1deg); } + 90% { transform: translate(1px, 2px) rotate(0deg); } + 100% { transform: translate(1px, -2px) rotate(-1deg); } +} + +letter { + animation: shake_dat_ass .25s infinite linear; +} diff --git a/public/funbox/list.json b/public/funbox/list.json index 3e99d5758..860894fdb 100644 --- a/public/funbox/list.json +++ b/public/funbox/list.json @@ -25,5 +25,14 @@ { "name": "rAnDoMcAsE", "type": "script" + }, + { + + "name": "layoutfluid", + "type": "script" + }, + { + "name": "earthquake", + "type": "style" } -] \ No newline at end of file +] diff --git a/public/index.html b/public/index.html index a8e5c0be9..feae2e6c4 100644 --- a/public/index.html +++ b/public/index.html @@ -7,7 +7,7 @@