From 4bd73cc368284afc9859cc339c978124f1ffc10f Mon Sep 17 00:00:00 2001 From: xenia Date: Wed, 8 Mar 2023 22:17:39 -0800 Subject: [PATCH] jiti modifications >:3 --- css/_jiti.scss | 67 +++++++++++++++++++++++++++++++++++++++++++++ css/main.scss | 6 ++++ interface_config.js | 2 +- title.html | 13 +++++---- 4 files changed, 81 insertions(+), 7 deletions(-) create mode 100644 css/_jiti.scss diff --git a/css/_jiti.scss b/css/_jiti.scss new file mode 100644 index 000000000..f959bc451 --- /dev/null +++ b/css/_jiti.scss @@ -0,0 +1,67 @@ +@keyframes rotateAroundY { + from { transform: rotateY(0deg); } + to { transform: rotateY(360deg); } +} + +@keyframes rainbowRoad { + to { + background-position: 400% 0 !important; + } +} + +body { + font-family: "Comic Sans MS", "Comic Sans", sans-serif !important; +} + +a { + background: linear-gradient(90deg, rgba(255,0,0,1) 0%, rgba(255,154,0,1) 10%, rgba(208,222,33,1) 20%, rgba(79,220,74,1) 30%, rgba(63,218,216,1) 40%, rgba(47,201,226,1) 50%, rgba(28,127,238,1) 60%, rgba(95,21,242,1) 70%, rgba(186,12,248,1) 80%, rgba(251,7,217,1) 90%, rgba(255,0,0,1) 100%) !important; + -webkit-background-clip: text !important; + -webkit-text-fill-color: transparent !important; + -moz-background-clip: text !important; + -moz-text-fill-color: transparent !important; + animation: rainbowRoad 8s linear infinite !important; +} + +a:hover { + +} + +.dominant-speaker { + box-shadow: inset 0px 0px 0px 4px rgba(255,0,255,0.33) !important; +} + +.display-avatar-only { + background-image: url(""); +} + +.videocontainer:nth-child(odd) { + transform: rotate(1.5deg); +} + +.videocontainer:nth-child(even) { + transform: rotate(-1.3deg); +} + +#largeVideoContainer.videocontainer { + transform: none; +} + +.sideToolbarContainer { + transform: rotate(-1.1deg); +} + +.displayname:before { + content: "♡︎ "; +} + +.displayname:after { + content: " ♡︎"; +} + +.avatar, .userAvatar { + transform: rotateY(0deg); +} + +.avatar:hover, .userAvatar:hover { + animation: rotateAroundY 3.6s linear infinite; +} diff --git a/css/main.scss b/css/main.scss index 3a3bf7570..d07eb13e0 100644 --- a/css/main.scss +++ b/css/main.scss @@ -94,3 +94,9 @@ $flagsImagePath: "../images/"; @import 'notifications'; /* Modules END */ + +/* Jeet crew BEGIN */ + +@import 'jiti'; + +/* Jeet crew END */ diff --git a/interface_config.js b/interface_config.js index 2f8591c16..129c3f8f1 100644 --- a/interface_config.js +++ b/interface_config.js @@ -9,7 +9,7 @@ */ var interfaceConfig = { - APP_NAME: 'Jitsi Meet', + APP_NAME: 'JitSea 🏴‍☠️', AUDIO_LEVEL_PRIMARY_COLOR: 'rgba(255,255,255,0.4)', AUDIO_LEVEL_SECONDARY_COLOR: 'rgba(255,255,255,0.2)', diff --git a/title.html b/title.html index f5928cfa1..c6356cc42 100644 --- a/title.html +++ b/title.html @@ -1,9 +1,10 @@ -Jitsi Meet - +JitSea 🏴‍☠️ + - - - - + + + + +