-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathold-scratch-blue.user.css
104 lines (69 loc) · 4.13 KB
/
old-scratch-blue.user.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
/* ==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;
}
}