Skip to content

Instantly share code, notes, and snippets.

@easrng
Last active September 16, 2020 00:22
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save easrng/723f10ef5f41cd3fa3746fcc78e5997b to your computer and use it in GitHub Desktop.
Save easrng/723f10ef5f41cd3fa3746fcc78e5997b to your computer and use it in GitHub Desktop.
[class*="stage-header_stage-menu-wrapper"][class*="box_box"] {
flex-direction: row-reverse;
}
[class*="gui_body-wrapper"], [class*="menu-bar_menu-bar_"] {
background: #c0c3c6;
}
[class*="menu-bar_menu-bar_"] *{
color:#4c4c4c;
background: transparent;
}
img[class*="menu-bar_mystuff-icon"],img[class*="menu-bar_language-"], [class*="account-nav_dropdown-caret"] img{
filter:brightness(0.29)
}
img[class*="menu-bar_help-icon"]{
display: none;
}
[class*="menu-bar_growable"]{
order: 1;
}
[class*="menu-bar_growable"] + [class*="menu-bar_menu-bar-item"] + [class*="menu-bar_menu-bar-item"]{
order:2;
}
[class*="sprite-selector_scroll-wrapper"], [class*="stage-selector_stage-selector"], [class*="backpack_backpack-list-inner"] {
background-color: #6a6a6a;
color: white;
}
[class*="stage-selector_label"], [class*="sprite-selector-item_sprite-name"], [class*="stage-selector_header-title"] {
color: white;
}
[class*="sprite-selector-item_sprite-selector-item"]:not(:root):hover, [class*="sprite-selector-item_is-selected"]:not(:root) {
border-color: #609cc5;
background: #404143;
}
[class*="sprite-selector-item_sprite-selector-item"] > div{
background:transparent;
}
[class*="sprite-info_sprite-info"], [class*="backpack_backpack-header"] {
background: #808080;
color: #fff;
}
[class*="menu_menu_"]{
background: #fff;
border:0.15rem solid;
border-radius: 0.5rem;
}
[class*="stage-selector_header_"], [class*="community-button_community-button-icon"]{
display: none;
}
[class*="stage-selector_stage-selector"] {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
margin-right: calc(0.5rem / 2);
margin-left: 0;
}
[class*="stage-selector_label"] > span {
width: 0;
height: 0;
font-size: 0;
color: transparent;
}
[class*="stage-selector_label"] > span::before {
content: "Stage";
font-size: 0.7rem;
color: white;
}
[class*="target-pane_target-pane"] {
flex-direction: row-reverse;
}
[class*="sprite-selector_sprite-selector"] {
margin-left: calc(0.5rem / 2);
margin-right: 0;
}
rect.blocklyMainBackground {
fill: #787c7f !important;
}
.scratchCategoryItemBubble, .scratchCategoryItemIcon {
border-radius: 0;
width: 100%;
height: 0.25rem;
margin: 0;
padding: 0;
position: absolute;
top: 0;
left: 0;
z-index: 1;
border: none;
}
.scratchCategoryMenuItem {
margin: 0.25rem;
border: none;
padding: 0;
position: relative;
overflow: hidden;
background: #84898d;
border-radius: 0.2rem;
box-shadow: inset -1px -1px 1px #707578, inset 1px 5px 1px #8d9296;
}
.scratchCategoryMenuItemLabel {
margin: 1rem 0 0.5rem 0;
color: #fff;
}
.blocklyToolboxDiv {
background: #959a9f;
}
.scratchCategoryMenu {
background: transparent;
}
.scratchCategoryMenuItem.categorySelected .scratchCategoryItemBubble, .scratchCategoryMenuItem.categorySelected .scratchCategoryItemIcon {
height: 100%;
box-shadow: inset -1px -1px 1px #707578, inset 1px 1px 1px #fffc;
}
.scratchCategoryMenuItemLabel {
z-index: 10;
position: relative;
}
.scratchCategoryItemIcon {
background-image: none !important;
background-color: #0fbd8c;
}
.blocklyFlyoutBackground{
fill:#7c8083;
}
.blocklyFlyoutLabelText:not(:root){
fill:#fff !important;
}
[class*="sprite-selector-item_sprite-name"]{
color:#fff;
}
[class*="sprite-selector-item_sprite-details"]{
color:#fff;
}
[class*="gui_tab_"]{
background: #adadb5;
color: #58595d;
}
[class*="gui_tab_"][class*="gui_is-selected"]{
background: #b9d7e5;
color: black;
}
[class*="gui_tab_"]>img{
display:none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment