Skip to content

Commit

Permalink
Updated Frutiger Aero yet again
Browse files Browse the repository at this point in the history
  • Loading branch information
choptop84 committed Feb 7, 2024
1 parent 54bfd85 commit eca050d
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 17 deletions.
13 changes: 8 additions & 5 deletions editor/ColorConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,8 @@ export class ColorConfig {
--note-flash: #ffffff;
--note-flash-secondary: #ffffff77;
}
}
* {
cursor: url("abyssbox_cursor.png"), auto !important;
}
Expand All @@ -728,9 +729,9 @@ export class ColorConfig {
/* sets background image */
body {
background-image: url("https://choptop84.github.io/choptop84s-image-repository/frutigerbg3.jpg") !important;
background-position: center left;
background-position: ;
background-repeat: no-repeat;
background-size:cover;
background-size: 100vh;
image-rendering: optimizeQuality !important; /* IE */
}
Expand All @@ -745,8 +746,6 @@ export class ColorConfig {
border-color: lightblue;
}
.beepboxEditor select
{
box-shadow: 0px 1px 3px 0px rgb(0, 0, 0), inset 0px -12px 14px 0px rgba(0, 0, 0, 0.3), inset 0px -15px 0px 0px rgba(0, 0, 0, 0.2);
Expand Down Expand Up @@ -991,6 +990,10 @@ export class ColorConfig {
background: none !important;
}
div.channelBox {
border-radius: 5px;
}
`,
"Glyde": `
:root {
Expand Down
13 changes: 8 additions & 5 deletions website/beepbox_editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -3049,7 +3049,8 @@ var beepbox = (function (exports) {

--note-flash: #ffffff;
--note-flash-secondary: #ffffff77;
}
}

* {
cursor: url("abyssbox_cursor.png"), auto !important;
}
Expand All @@ -3072,9 +3073,9 @@ var beepbox = (function (exports) {
/* sets background image */
body {
background-image: url("https://choptop84.github.io/choptop84s-image-repository/frutigerbg3.jpg") !important;
background-position: center left;
background-position: ;
background-repeat: no-repeat;
background-size:cover;
background-size: 100vh;
image-rendering: optimizeQuality !important; /* IE */
}

Expand All @@ -3089,8 +3090,6 @@ var beepbox = (function (exports) {
border-color: lightblue;
}



.beepboxEditor select
{
box-shadow: 0px 1px 3px 0px rgb(0, 0, 0), inset 0px -12px 14px 0px rgba(0, 0, 0, 0.3), inset 0px -15px 0px 0px rgba(0, 0, 0, 0.2);
Expand Down Expand Up @@ -3335,6 +3334,10 @@ var beepbox = (function (exports) {
background: none !important;
}

div.channelBox {
border-radius: 5px;
}

`,
"Glyde": `
:root {
Expand Down
2 changes: 1 addition & 1 deletion website/beepbox_editor.min.js

Large diffs are not rendered by default.

13 changes: 8 additions & 5 deletions website/player/beepbox_player.js
Original file line number Diff line number Diff line change
Expand Up @@ -2701,7 +2701,8 @@ var beepbox = (function (exports) {

--note-flash: #ffffff;
--note-flash-secondary: #ffffff77;
}
}

* {
cursor: url("abyssbox_cursor.png"), auto !important;
}
Expand All @@ -2724,9 +2725,9 @@ var beepbox = (function (exports) {
/* sets background image */
body {
background-image: url("https://choptop84.github.io/choptop84s-image-repository/frutigerbg3.jpg") !important;
background-position: center left;
background-position: ;
background-repeat: no-repeat;
background-size:cover;
background-size: 100vh;
image-rendering: optimizeQuality !important; /* IE */
}

Expand All @@ -2741,8 +2742,6 @@ var beepbox = (function (exports) {
border-color: lightblue;
}



.beepboxEditor select
{
box-shadow: 0px 1px 3px 0px rgb(0, 0, 0), inset 0px -12px 14px 0px rgba(0, 0, 0, 0.3), inset 0px -15px 0px 0px rgba(0, 0, 0, 0.2);
Expand Down Expand Up @@ -2987,6 +2986,10 @@ var beepbox = (function (exports) {
background: none !important;
}

div.channelBox {
border-radius: 5px;
}

`,
"Glyde": `
:root {
Expand Down
2 changes: 1 addition & 1 deletion website/player/beepbox_player.min.js

Large diffs are not rendered by default.

0 comments on commit eca050d

Please sign in to comment.