Skip to content

Commit 0f6d497

Browse files
committed
legacy_fx109-127
1 parent f938440 commit 0f6d497

1,160 files changed

Lines changed: 24668 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
/* Firefox userChrome.css tweaks ********************************************************/
2+
/* Github: https://github.com/aris-t2/customcssforfx ************************************/
3+
/****************************************************************************************/
4+
5+
6+
/* Colors inside / * ... * / are from the old 'custom_colors_for_squared_tabs.css' file.
7+
Example: replace 'linear-gradient(#f9f9fa,#f9f9fa)' with 'linear-gradient(to bottom,#FFCC99,#FFCC99)'
8+
9+
Tab colors have to be set as gradients.
10+
Example: If the active tab has to be blue, the variable has to look like
11+
'--classic_squared_tabs_active_tab: linear-gradient(blue,blue) !important;'
12+
and not (!) just '--classic_squared_tabs_active_tab: blue !important;'
13+
*/
14+
15+
/* default colors */
16+
:root {
17+
--general_toolbar_color_toolbars: linear-gradient(#f9f9fa,#f9f9fa) !important; /* (to bottom,#FFCC99,#FFCC99) */
18+
--general_toolbar_color_navbar: linear-gradient(#f9f9fa,#f9f9fa) !important; /* (to bottom,#FFCC99,#FFCC99) */
19+
--general_toolbar_text_color: inherit !important;
20+
--general_toolbar_text_shadow: transparent !important;
21+
--tabs_toolbar_color_tabs_not_on_top: linear-gradient(#f9f9fa,#f9f9fa) !important; /* (to bottom,#FFCC99,#FFCC99) */
22+
--tabs_toolbar_border-tnot_normal_mode_size: 1px !important;
23+
--tabs_toolbar_border-tnot_normal_mode: var(--tabs-border-color) !important;
24+
--colored_menubar_background_image: linear-gradient(#f9f9fa,#f9f9fa) !important; /* (to bottom,#FFCC99,#FFCC99) */
25+
--colored_menubar_text_color: black !important;
26+
--statusbar_background_color: linear-gradient(#f9f9fa,#f9f9fa) !important;
27+
--statusbar_font_color: inherit !important;
28+
29+
/* tab colors
30+
*/
31+
--classic_squared_tabs_active_tab: linear-gradient(to top,#f9f9fa,#f9f9fa,#f9f9fa) !important; /* (to bottom,#FF8800,#FFCC99) */
32+
--classic_squared_tabs_hovered_tabs: linear-gradient(to top,#cac7c1,#d5d2cc,#e8e6e2) !important; /* (to bottom,#FF9900,#FF6600) */
33+
--classic_squared_tabs_other_tabs: linear-gradient(to top,#aeaba5,#c1beb7,#c9c6be) !important; /* (to bottom,#FFCC99,#CCCCCC) */
34+
--classic_squared_tabs_unloaded_tabs: linear-gradient(to top,#aeaba5,#c1beb7,#c9c6be) !important; /* (to bottom,#FFCC99,#CCCCCC) */
35+
--classic_squared_tabs-border_size: 1px;
36+
--classic_squared_tabs-border1: #5f7181 !important;
37+
--classic_squared_tabs-border2: rgba(0,0,0,.2) !important;
38+
--classic_squared_tabs-border3: rgba(0,0,0,.5) !important;
39+
--classic_squared_tabs_new_tab_icon_color: black !important;
40+
--classic_squared_tabs_tab_text_color: black !important;
41+
--classic_squared_tabs_tab_text_shadow: transparent !important;
42+
43+
/* tab colors - dark text, but bright themes:
44+
*/
45+
--classic_squared_tabs_lwt-dark_active_tab: inherit !important; /* linear-gradient(blue, hsla(0,0%,60%,.5) 80%) */
46+
--classic_squared_tabs_lwt-dark_hovered_tabs: linear-gradient(hsla(0,0%,80%,.5), hsla(0,0%,60%,.5) 80%) !important;
47+
--classic_squared_tabs_lwt-dark_other_tabs: linear-gradient(hsla(0,0%,60%,.5), hsla(0,0%,45%,.5) 80%) !important;
48+
49+
/* tab colors - bright text, but dark themes:
50+
*/
51+
--classic_squared_tabs_lwt-bright_hovered_tabs: linear-gradient(hsla(0,0%,60%,.6), hsla(0,0%,45%,.6) 80%) !important;
52+
--classic_squared_tabs_lwt-bright_other_tabs: linear-gradient(hsla(0,0%,40%,.6), hsla(0,0%,30%,.6) 80%) !important;
53+
--classic_squared_tabs_lwt-bright_active_tab: inherit !important; /* linear-gradient(blue, hsla(0,0%,60%,.5) 80%) */
54+
}
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
/* Firefox userChrome.css tweaks ********************************************************/
2+
/* Github: https://github.com/aris-t2/customcssforfx ************************************/
3+
/****************************************************************************************/
4+
5+
6+
/* Aero colors */
7+
:root {
8+
--general_toolbar_color_toolbars: linear-gradient(#ddebf9,#ddebf9) !important; /* (to bottom,#FFCC99,#FFCC99) */
9+
--general_toolbar_color_navbar: linear-gradient(#eaf2fb,#ddebf9) !important; /* (to bottom,#FFCC99,#FFCC99) */
10+
--general_toolbar_text_color: black !important;
11+
--general_toolbar_text_shadow: transparent !important;
12+
--tabs_toolbar_color_tabs_not_on_top: linear-gradient(#ddebf9,#ddebf9) !important; /* (to bottom,#FFCC99,#FFCC99) */
13+
--tabs_toolbar_border-tnot_normal_mode_size: 1px !important;
14+
--tabs_toolbar_border-tnot_normal_mode: var(--tabs-border-color) !important;
15+
--colored_menubar_background_image: linear-gradient(#ddebf9,#ddebf9) !important; /* (to bottom,#FFCC99,#FFCC99) */
16+
--colored_menubar_text_color: black !important;
17+
--statusbar_background_color: linear-gradient(#ddebf9,#ddebf9) !important;
18+
--statusbar_font_color: black !important;
19+
--classic_squared_tabs_active_tab: linear-gradient(to top,#eaf2fb,#eef5fc,#fbfdff) !important; /* (to bottom,#FF8800,#FFCC99) */
20+
--classic_squared_tabs_hovered_tabs: linear-gradient(to top,#d0dce8,#dce7f3,#e5effa) !important; /* (to bottom,#FF9900,#FF6600) */
21+
--classic_squared_tabs_other_tabs: linear-gradient(to top,#b4c0cc,#c8d4e1,#d1deec) !important; /* (to bottom,#FFCC99,#CCCCCC) */
22+
--classic_squared_tabs_unloaded_tabs: linear-gradient(to top,#b4c0cc,#c8d4e1,#d1deec) !important; /* (to bottom,#FFCC99,#CCCCCC) */
23+
--classic_squared_tabs-border_size: 1px;
24+
--classic_squared_tabs-border1: #5f7181 !important;
25+
--classic_squared_tabs-border2: rgba(0,0,0,.2) !important;
26+
--classic_squared_tabs-border3: rgba(0,0,0,.5) !important;
27+
--classic_squared_tabs_new_tab_icon_color: black !important;
28+
--classic_squared_tabs_tab_text_color: black !important;
29+
--classic_squared_tabs_tab_text_shadow: transparent !important;
30+
--classic_squared_tabs_lwt-dark_active_tab: inherit !important; /* linear-gradient(blue, hsla(0,0%,60%,.5) 80%) */
31+
--classic_squared_tabs_lwt-dark_hovered_tabs: linear-gradient(hsla(0,0%,80%,.5), hsla(0,0%,60%,.5) 80%) !important;
32+
--classic_squared_tabs_lwt-dark_other_tabs: linear-gradient(hsla(0,0%,60%,.5), hsla(0,0%,45%,.5) 80%) !important;
33+
--classic_squared_tabs_lwt-bright_hovered_tabs: linear-gradient(hsla(0,0%,60%,.6), hsla(0,0%,45%,.6) 80%) !important;
34+
--classic_squared_tabs_lwt-bright_other_tabs: linear-gradient(hsla(0,0%,40%,.6), hsla(0,0%,30%,.6) 80%) !important;
35+
--classic_squared_tabs_lwt-bright_active_tab: inherit !important; /* linear-gradient(blue, hsla(0,0%,60%,.5) 80%) */
36+
}
Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
/* Firefox userChrome.css tweaks ********************************************************/
2+
/* Github: https://github.com/aris-t2/customcssforfx ************************************/
3+
/****************************************************************************************/
4+
5+
6+
/* AeroGlass colors */
7+
:root {
8+
--general_toolbar_color_toolbars: none !important;
9+
--general_toolbar_color_navbar: none !important;
10+
--general_toolbar_text_color: white !important;
11+
--general_toolbar_text_shadow: black !important;
12+
--tabs_toolbar_color_tabs_not_on_top: unset !important;
13+
--tabs_toolbar_border-tnot_normal_mode_size: 0px !important;
14+
--tabs_toolbar_border-tnot_normal_mode: var(--tabs-border-color) !important;
15+
--colored_menubar_background_image: unset !important;
16+
--colored_menubar_text_color: white !important;
17+
--statusbar_background_color: linear-gradient(rgba(255,255,255,.4),rgba(255,255,255,.4)) !important;
18+
--statusbar_font_color: black !important;
19+
--classic_squared_tabs_active_tab: linear-gradient(to top,rgba(255,255,255,.0),rgba(255,255,255,.7)) !important;
20+
--classic_squared_tabs_hovered_tabs: linear-gradient(to top,rgba(255,255,255,.1),rgba(255,255,255,.3)) !important;
21+
--classic_squared_tabs_other_tabs: linear-gradient(to top,rgba(255,255,255,.0),rgba(255,255,255,.2)) !important;
22+
--classic_squared_tabs_unloaded_tabs: linear-gradient(to top,rgba(255,255,255,.0),rgba(255,255,255,.2)) !important;
23+
--classic_squared_tabs-border_size: 1px;
24+
--classic_squared_tabs-border1: rgba(0,0,0,.0) !important;
25+
--classic_squared_tabs-border2: rgba(0,0,0,.0) !important;
26+
--classic_squared_tabs-border3: rgba(0,0,0,.0) !important;
27+
--classic_squared_tabs_new_tab_icon_color: white !important;
28+
--classic_squared_tabs_tab_text_color: white !important;
29+
--classic_squared_tabs_tab_text_shadow: black !important;
30+
--classic_squared_tabs_lwt-dark_active_tab: inherit !important; /* linear-gradient(blue, hsla(0,0%,60%,.5) 80%) */
31+
--classic_squared_tabs_lwt-dark_hovered_tabs: linear-gradient(hsla(0,0%,80%,.5), hsla(0,0%,60%,.5) 80%) !important;
32+
--classic_squared_tabs_lwt-dark_other_tabs: linear-gradient(hsla(0,0%,60%,.5), hsla(0,0%,45%,.5) 80%) !important;
33+
--classic_squared_tabs_lwt-bright_hovered_tabs: linear-gradient(hsla(0,0%,60%,.6), hsla(0,0%,45%,.6) 80%) !important;
34+
--classic_squared_tabs_lwt-bright_other_tabs: linear-gradient(hsla(0,0%,40%,.6), hsla(0,0%,30%,.6) 80%) !important;
35+
--classic_squared_tabs_lwt-bright_active_tab: inherit !important; /* linear-gradient(blue, hsla(0,0%,60%,.5) 80%) */
36+
}
37+
38+
/* navigation toolbar background */
39+
#nav-bar:not(:-moz-lwtheme) {
40+
background: unset !important;
41+
border: unset !important;
42+
box-shadow: unset !important;
43+
}
44+
45+
/* toolbar background */
46+
toolbar:not(#TabsToolbar):not(#toolbar-menubar):not(#nav-bar):not(:-moz-lwtheme) {
47+
background: unset !important;
48+
border: unset !important;
49+
box-shadow: unset !important;
50+
}
51+
52+
/* hide toolbar shadow */
53+
#nav-bar:not(:-moz-lwtheme),
54+
toolbar:not(#TabsToolbar):not(#toolbar-menubar):not(#nav-bar):not(:-moz-lwtheme) {
55+
appearance: none !important;
56+
box-shadow: unset !important;
57+
}
58+
59+
/* menubar */
60+
#main-window:not(:-moz-lwtheme) #main-menubar > menu > :-moz-any(label,description) {
61+
color: var(--general_toolbar_text_color, inherit) !important;
62+
text-shadow: 1px 1px 1px var(--general_toolbar_text_shadow, inherit) !important;
63+
}
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
/* Firefox userChrome.css tweaks ********************************************************/
2+
/* Github: https://github.com/aris-t2/customcssforfx ************************************/
3+
/****************************************************************************************/
4+
5+
6+
/* Classic grey colors */
7+
:root {
8+
--general_toolbar_color_toolbars: linear-gradient(#d4d0c8,#d4d0c8) !important;
9+
--general_toolbar_color_navbar: linear-gradient(#d4d0c8,#d4d0c8) !important;
10+
--general_toolbar_text_color: black !important;
11+
--general_toolbar_text_shadow: transparent !important;
12+
--tabs_toolbar_color_tabs_not_on_top: linear-gradient(#d4d0c8,#d4d0c8) !important;
13+
--tabs_toolbar_border-tnot_normal_mode_size: 0px !important;
14+
--tabs_toolbar_border-tnot_normal_mode: var(--tabs-border-color) !important;
15+
--colored_menubar_background_image: linear-gradient(#d4d0c8,#d4d0c8) !important;
16+
--colored_menubar_text_color: black !important;
17+
--statusbar_background_color: linear-gradient(#d4d0c8,#d4d0c8) !important;
18+
--statusbar_font_color: black !important;
19+
--classic_squared_tabs_active_tab: linear-gradient(to top,#d4d0c8,#e6e4df,#f1efed) !important;
20+
--classic_squared_tabs_hovered_tabs: linear-gradient(to top,#cac7c1,#d5d2cc,#e1ded8) !important;
21+
--classic_squared_tabs_other_tabs: linear-gradient(to top,#aeaba5,#c2bfb8,#c9c6be) !important;
22+
--classic_squared_tabs_unloaded_tabs: linear-gradient(to top,#aeaba5,#c2bfb8,#c9c6be) !important;
23+
--classic_squared_tabs-border_size: 1px;
24+
--classic_squared_tabs-border1: #5f7181 !important;
25+
--classic_squared_tabs-border2: rgba(0,0,0,.2) !important;
26+
--classic_squared_tabs-border3: rgba(0,0,0,.5) !important;
27+
--classic_squared_tabs_new_tab_icon_color: black !important;
28+
--classic_squared_tabs_tab_text_color: black !important;
29+
--classic_squared_tabs_tab_text_shadow: transparent !important;
30+
--classic_squared_tabs_lwt-dark_active_tab: inherit !important; /* linear-gradient(blue, hsla(0,0%,60%,.5) 80%) */
31+
--classic_squared_tabs_lwt-dark_hovered_tabs: linear-gradient(hsla(0,0%,80%,.5), hsla(0,0%,60%,.5) 80%) !important;
32+
--classic_squared_tabs_lwt-dark_other_tabs: linear-gradient(hsla(0,0%,60%,.5), hsla(0,0%,45%,.5) 80%) !important;
33+
--classic_squared_tabs_lwt-bright_hovered_tabs: linear-gradient(hsla(0,0%,60%,.6), hsla(0,0%,45%,.6) 80%) !important;
34+
--classic_squared_tabs_lwt-bright_other_tabs: linear-gradient(hsla(0,0%,40%,.6), hsla(0,0%,30%,.6) 80%) !important;
35+
--classic_squared_tabs_lwt-bright_active_tab: inherit !important; /* linear-gradient(blue, hsla(0,0%,60%,.5) 80%) */
36+
}
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
/* Firefox userChrome.css tweaks ********************************************************/
2+
/* Github: https://github.com/aris-t2/customcssforfx ************************************/
3+
/****************************************************************************************/
4+
5+
6+
/* Developer Edition colors */
7+
:root {
8+
--general_toolbar_color_toolbars: linear-gradient(#393f4c,#393f4c) !important;
9+
--general_toolbar_color_navbar: linear-gradient(#393f4c,#393f4c) !important;
10+
--general_toolbar_text_color: white !important;
11+
--general_toolbar_text_shadow: transparent !important;
12+
--tabs_toolbar_color_tabs_not_on_top: linear-gradient(#393f4c,#393f4c) !important;
13+
--tabs_toolbar_border-tnot_normal_mode_size: 1px !important;
14+
--tabs_toolbar_border-tnot_normal_mode: var(--tabs-border-color) !important;
15+
--colored_menubar_background_image: linear-gradient(#1c2126,#1c2126) !important;
16+
--colored_menubar_text_color: white !important;
17+
--statusbar_background_color: linear-gradient(#393f4c,#393f4c) !important;
18+
--statusbar_font_color: white !important;
19+
--classic_squared_tabs_active_tab: linear-gradient(to top,#5675b9,#5675b9) !important;
20+
--classic_squared_tabs_hovered_tabs: linear-gradient(to top,#07090a,#07090a) !important;
21+
--classic_squared_tabs_other_tabs: linear-gradient(to top,#272b35,#272b35) !important;
22+
--classic_squared_tabs_unloaded_tabs: linear-gradient(to top,#272b35,#272b35) !important;
23+
--classic_squared_tabs-border_size: 1px;
24+
--classic_squared_tabs-border1: black !important;
25+
--classic_squared_tabs-border2: black !important;
26+
--classic_squared_tabs-border3: black !important;
27+
--classic_squared_tabs_new_tab_icon_color: white !important;
28+
--classic_squared_tabs_tab_text_color: white !important;
29+
--classic_squared_tabs_tab_text_shadow: transparent !important;
30+
--classic_squared_tabs_lwt-dark_active_tab: inherit !important; /* linear-gradient(blue, hsla(0,0%,60%,.5) 80%) */
31+
--classic_squared_tabs_lwt-dark_hovered_tabs: linear-gradient(hsla(0,0%,80%,.5), hsla(0,0%,60%,.5) 80%) !important;
32+
--classic_squared_tabs_lwt-dark_other_tabs: linear-gradient(hsla(0,0%,60%,.5), hsla(0,0%,45%,.5) 80%) !important;
33+
--classic_squared_tabs_lwt-bright_hovered_tabs: linear-gradient(hsla(0,0%,60%,.6), hsla(0,0%,45%,.6) 80%) !important;
34+
--classic_squared_tabs_lwt-bright_other_tabs: linear-gradient(hsla(0,0%,40%,.6), hsla(0,0%,30%,.6) 80%) !important;
35+
--classic_squared_tabs_lwt-bright_active_tab: inherit !important; /* linear-gradient(blue, hsla(0,0%,60%,.5) 80%) */
36+
}
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
/* Firefox userChrome.css tweaks ********************************************************/
2+
/* Github: https://github.com/aris-t2/customcssforfx ************************************/
3+
/****************************************************************************************/
4+
5+
6+
/* Fx3 colors */
7+
:root {
8+
--general_toolbar_color_toolbars: linear-gradient(#d3daed,#d3daed) !important;
9+
--general_toolbar_color_navbar: linear-gradient(#d3daed,#d3daed) !important;
10+
--general_toolbar_text_color: black !important;
11+
--general_toolbar_text_shadow: transparent !important;
12+
--tabs_toolbar_color_tabs_not_on_top: linear-gradient(to top, #e9ecfa,#d0d7ec,#e3e8f4,#ffffff) !important;
13+
--tabs_toolbar_border-tnot_normal_mode_size: 1px !important;
14+
--tabs_toolbar_border-tnot_normal_mode: var(--tabs-border-color) !important;
15+
--colored_menubar_background_image: linear-gradient(to top,#d3daed,#d3daed,#e5eaf5,#fefeff) !important;
16+
--colored_menubar_text_color: black !important;
17+
--statusbar_background_color: linear-gradient(#d3daed,#d3daed) !important;
18+
--statusbar_font_color: black !important;
19+
--classic_squared_tabs_active_tab: linear-gradient(to top,#ededed,#e8e8e8,#efefef,#fafafa) !important;
20+
--classic_squared_tabs_hovered_tabs: linear-gradient(to top,#e7e9f5,#d3d7e5,#e6e9f1,#fdfdfe) !important;
21+
--classic_squared_tabs_other_tabs: linear-gradient(to top,#e1e3f0,#c6cddd,#dbdfe9,#ececef) !important;
22+
--classic_squared_tabs_unloaded_tabs: linear-gradient(to top,#e1e3f0,#c6cddd,#dbdfe9,#ececef) !important;
23+
--classic_squared_tabs-border_size: 1px;
24+
--classic_squared_tabs-border1: #5f7181 !important;
25+
--classic_squared_tabs-border2: rgba(0,0,0,.2) !important;
26+
--classic_squared_tabs-border3: rgba(0,0,0,.5) !important;
27+
--classic_squared_tabs_new_tab_icon_color: grey !important;
28+
--classic_squared_tabs_tab_text_color: black !important;
29+
--classic_squared_tabs_tab_text_shadow: transparent !important;
30+
--classic_squared_tabs_lwt-dark_active_tab: inherit !important; /* linear-gradient(blue, hsla(0,0%,60%,.5) 80%) */
31+
--classic_squared_tabs_lwt-dark_hovered_tabs: linear-gradient(hsla(0,0%,80%,.5), hsla(0,0%,60%,.5) 80%) !important;
32+
--classic_squared_tabs_lwt-dark_other_tabs: linear-gradient(hsla(0,0%,60%,.5), hsla(0,0%,45%,.5) 80%) !important;
33+
--classic_squared_tabs_lwt-bright_hovered_tabs: linear-gradient(hsla(0,0%,60%,.6), hsla(0,0%,45%,.6) 80%) !important;
34+
--classic_squared_tabs_lwt-bright_other_tabs: linear-gradient(hsla(0,0%,40%,.6), hsla(0,0%,30%,.6) 80%) !important;
35+
--classic_squared_tabs_lwt-bright_active_tab: inherit !important; /* linear-gradient(blue, hsla(0,0%,60%,.5) 80%) */
36+
}

0 commit comments

Comments
 (0)