Skip to content

Old Scratch Blue by locness3

Imported from https://raw.githubusercontent.com/uso-archive/data/flomaster/data/usercss/167935.user.css

Mirrored from https://github.com/csourcesc/old-scratch-blue/raw/master/old-scratch-blue.user.css

Screenshot of Old Scratch Blue

Details

Authorlocness3

LicenseMIT

Categorymit

Created

Updated

Size4.3 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Uses the first Scratch 2 blue instead of the current blue.

Notes

Source code

/* ==UserStyle==
@name           Old Scratch Blue
@namespace      csourcesc.github.io/old-scratch-blue
@version        0.4.1
@description    Change the Scratch interface to use the first Scratch blue.
@author         CatSource
==/UserStyle== */

@-moz-document domain("scratch.mit.edu") {
  #navigation,                                        /* Top navigation */
  
  .title-banner.mod-messages,                         /* Title banners */
  .title-banner.mod-blue-bg,
  .parents .title-banner.masthead,
  .intro-banner .intro-container,
  .outer .title-banner.masthead,
  
  .welcome .welcome-col.blue h4::before,              /* Welcome box on the home page when you sign up */
  .welcome .welcome-col.blue > a::after,
  
  .button,                                            /* Primary buttons and project subactions */
  .subactions .action-buttons .action-button,
  
  .dropdown, .dropdown.with-arrow:before,             /* Some dropdowns */
  
  .studio-tab-nav .active>li,                         /* Studio tabs */
  .studio-info .studio-info-footer-report button,     /* Studio report button */
    
  .studio-status-icon-unselected,                     /* Add to studio project page modal */
  .addToStudio-modal-header,
    
   .social-modal-header,                              /* "Copy link" project page modal
  
  .loader_background_2DPrW,                           /* Project loading/crash screen */
  .crash-message_crash-wrapper_25B61,
  
  .question_question-submit-button_3nYah,             /* In-project question prompt */
  
  .menu-bar_menu-bar_JcuHF,                           /* Editor menu bar */
  
  .modal_header_1h7ps,                                /* Editor modal header */
  
  .sprite-selector-item_is-selected_24tQj .sprite-selector-item_sprite-info_-I0i_,  /* Sprites/costumes/sounds names in their lists */
  
  .action-menu_button_1qbot,                          /* Action menu (add sprite/background/sound) */
  
  .gui_extension-button-container_b4rCs,              /* Add extension button */
  
  .tag-button_tag-button_nBLRM,                       /* Tags in editor sprite library/sound library */
  
  .tool-select-base_mod-tool-select_1iD-h.tool-select-base_is-selected_3x4kL,       /* Costume editor tools */
  
  .paint-editor_bitmap-button_keW7B,                  /* Costume editor switch to bitmap/vector button */
  
  .menu_menu_3k7QT,                                   /* Not sure what these are */
  .ttt-tile-tag,
  
  .record-modal_button-row_1hdGe button.record-modal_ok-button_3pudV                /* Record sound modal primary button */
  {
    background-color: #0f8bc0;
  }
  
    
  .social-form:focus,                                 /* "Copy link" modal */
  
  .inplace-textarea:focus,                            /* Editor/project comments text inputs */
  .inplace-input:focus,
  
  .button.white.mod-ttt-item,
  
  .sprite-selector-item_sprite-selector-item_kQm-i.sprite-selector-item_is-selected_24tQj, /* Sprites/costumes/sounds in their lists */
  .sprite-selector-item_sprite-selector-item_kQm-i:hover,
  
  .sprite-info_radio-first_3xgJB:focus,               /* Sprite visibility button */
  .sprite-info_radio-last_3Ps65:focus,
  
  .gui_extension-button-container_b4rCs,              /* Add extension button */
  
  .library-item_library-item_1DcMO:hover,             /* Sprite/extensions/sounds library */
  .input_input-form_l9eYg:focus,
  .input_input-form_l9eYg:hover
  {
    border-color: #0f8bc0; 
  }
  
  .modal-content a,                                   /* Links in modals (e.g. "Copy link" modal)*/
  #view a,                                            /* Links in main content and footer */
  #footer a,
  
  .button.white,                                      /* White buttons */
  
  .comment-reply,                                     /* Comments reply button */
  
  .news li h4,                                        /* Homepage news */
  
  .menu-bar_feedback-link_1BnAR,                      /* OLD - editor feedback button */
  
  .gui_tab_27Unf.gui_is-selected_sHAiu,               /* Editor selected tabs */
  
  .record-modal_button-row_1hdGe button               /* Record modal white button */
  {
    color: #0f8bc0 !important;
  }
}

Reviews

No reviews yet.