From 507d4a2a3ff3f596b60bbbe14563a638892cc8d5 Mon Sep 17 00:00:00 2001 From: NTD Date: Fri, 9 Sep 2016 04:54:54 -0400 Subject: [PATCH] Import the Statusbar - Part 3: Themes --- browser/themes/linux/statusbar/australis.css | 44 +++ browser/themes/linux/statusbar/legacy.css | 26 ++ browser/themes/linux/statusbar/overlay.css | 96 +++++ browser/themes/linux/statusbar/prefs.css | 8 + browser/themes/osx/statusbar/australis.css | 53 +++ browser/themes/osx/statusbar/legacy.css | 39 ++ browser/themes/osx/statusbar/overlay.css | 81 +++++ browser/themes/osx/statusbar/prefs.css | 13 + browser/themes/shared/statusbar/australis.css | 82 +++++ browser/themes/shared/statusbar/dynamic.css | 36 ++ browser/themes/shared/statusbar/legacy.css | 11 + browser/themes/shared/statusbar/overlay.css | 332 ++++++++++++++++++ browser/themes/shared/statusbar/prefs.css | 51 +++ browser/themes/shared/statusbar/pulse.png | Bin 0 -> 2775 bytes browser/themes/shared/statusbar/s4e16.png | Bin 0 -> 207 bytes browser/themes/shared/statusbar/s4e24.png | Bin 0 -> 241 bytes browser/themes/shared/statusbar/s4e32.png | Bin 0 -> 567 bytes .../themes/shared/statusbar/throbber-idle.png | Bin 0 -> 713 bytes .../shared/statusbar/throbberStatic.png | Bin 0 -> 1736 bytes .../statusbar/urlbar-over-link-arrow-rtl.png | Bin 0 -> 327 bytes .../statusbar/urlbar-over-link-arrow.png | Bin 0 -> 295 bytes .../themes/windows/statusbar/australis.css | 74 ++++ browser/themes/windows/statusbar/legacy.css | 22 ++ browser/themes/windows/statusbar/overlay.css | 79 +++++ browser/themes/windows/statusbar/prefs.css | 7 + 25 files changed, 1054 insertions(+) create mode 100644 browser/themes/linux/statusbar/australis.css create mode 100644 browser/themes/linux/statusbar/legacy.css create mode 100644 browser/themes/linux/statusbar/overlay.css create mode 100644 browser/themes/linux/statusbar/prefs.css create mode 100644 browser/themes/osx/statusbar/australis.css create mode 100644 browser/themes/osx/statusbar/legacy.css create mode 100644 browser/themes/osx/statusbar/overlay.css create mode 100644 browser/themes/osx/statusbar/prefs.css create mode 100644 browser/themes/shared/statusbar/australis.css create mode 100644 browser/themes/shared/statusbar/dynamic.css create mode 100644 browser/themes/shared/statusbar/legacy.css create mode 100644 browser/themes/shared/statusbar/overlay.css create mode 100644 browser/themes/shared/statusbar/prefs.css create mode 100644 browser/themes/shared/statusbar/pulse.png create mode 100644 browser/themes/shared/statusbar/s4e16.png create mode 100644 browser/themes/shared/statusbar/s4e24.png create mode 100644 browser/themes/shared/statusbar/s4e32.png create mode 100644 browser/themes/shared/statusbar/throbber-idle.png create mode 100644 browser/themes/shared/statusbar/throbberStatic.png create mode 100644 browser/themes/shared/statusbar/urlbar-over-link-arrow-rtl.png create mode 100644 browser/themes/shared/statusbar/urlbar-over-link-arrow.png create mode 100644 browser/themes/windows/statusbar/australis.css create mode 100644 browser/themes/windows/statusbar/legacy.css create mode 100644 browser/themes/windows/statusbar/overlay.css create mode 100644 browser/themes/windows/statusbar/prefs.css diff --git a/browser/themes/linux/statusbar/australis.css b/browser/themes/linux/statusbar/australis.css new file mode 100644 index 0000000000..d44fda7b0e --- /dev/null +++ b/browser/themes/linux/statusbar/australis.css @@ -0,0 +1,44 @@ +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); + +%include ../../shared/statusbar/australis.css + +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); + +#status4evar-status-bar +{ + box-shadow: 0 1px 0 rgba(0,0,0,.15) inset; + padding: 0; + min-height: 20px; +} + +#status4evar-status-bar .toolbarbutton-1, +#status4evar-status-bar .toolbarbutton-1 > .toolbarbutton-menubutton-button +{ + -moz-appearance: none; + border-style: none; + padding: 0 3px; +} + +#status4evar-status-bar .toolbarbutton-1:not([disabled]):hover, +#status4evar-status-bar .toolbarbutton-1[open], +#status4evar-status-bar .toolbarbutton-1 > .toolbarbutton-menubutton-button:not([disabled]):hover +{ + background-image: linear-gradient(to top, transparent, rgba(0,0,0,.15)), + linear-gradient(to top, transparent, rgba(0,0,0,.15) 30%), + linear-gradient(to top, transparent, rgba(0,0,0,.15) 30%); + background-position: left, left, right; + background-size: auto, 1px 100%, 1px 100%; + background-repeat: no-repeat; +} + +#status4evar-download-button #status4evar-download-icon +{ + background: -moz-image-rect(url("chrome://browser/skin/Toolbar.png"), 0, 198, 18, 180) center no-repeat; + min-width: 18px; + min-height: 18px; +} + diff --git a/browser/themes/linux/statusbar/legacy.css b/browser/themes/linux/statusbar/legacy.css new file mode 100644 index 0000000000..00626f5f98 --- /dev/null +++ b/browser/themes/linux/statusbar/legacy.css @@ -0,0 +1,26 @@ +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); + +%include ../../shared/statusbar/legacy.css + +#status4evar-download-button #status4evar-download-icon +{ + background: -moz-image-rect(url("chrome://browser/skin/Toolbar.png"), 0, 24, 24, 0) center no-repeat; + min-width: 24px; + min-height: 24px; +} + +toolbar[iconsize="small"] #status4evar-download-button #status4evar-download-icon +{ + background: -moz-image-rect(url("chrome://browser/skin/Toolbar-small.png"), 0, 16, 16, 0) center no-repeat; + min-width: 16px; + min-height: 16px; +} + +toolbar[iconsize="small"] > #status4evar-download-button[attention] #status4evar-download-icon { + background-image: url("chrome://browser/skin/downloads/download-glow-small.png"); +} + diff --git a/browser/themes/linux/statusbar/overlay.css b/browser/themes/linux/statusbar/overlay.css new file mode 100644 index 0000000000..49f8860be9 --- /dev/null +++ b/browser/themes/linux/statusbar/overlay.css @@ -0,0 +1,96 @@ +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); + +%include ../../shared/statusbar/overlay.css + +/* + * General + */ + +#status4evar-status-text, +#status4evar-progress-bar +{ + margin: 0px 4px; +} + +/* + * Download status + */ + +#status4evar-download-progress-bar +{ + height: 6px; +} + +toolbar[iconsize="small"] #status4evar-download-progress-bar +{ + height: 4px; +} + +#status4evar-download-button[attention] #status4evar-download-icon +{ + background-image: url("chrome://browser/skin/downloads/download-glow.png"); +} + +toolbar[mode="icons"] #status4evar-download-button[forcelabel="true"] > label +{ + margin: 0px 2px !important; + margin-top: -1px !important; + -moz-margin-start: 4px !important; +} + +/* + * Splitter + */ + +splitter.status4evar-status-splitter +{ + width: 8px; + margin: 0px -4px; +} + +/* + * Location bar + */ + +#urlbar-progress-alt +{ + margin: -1px; +} + +#notification-popup-box +{ + -moz-margin-start: -1px; +} + +#urlbar .urlbar-over-link-box +{ + margin-top: -1px; + margin-bottom: -1px; +} + +/* + * Add-on bar + */ + +#browser-bottombox[s4eboarder="true"] :-moz-any(#status4evar-status-bar, #addon-bar) +{ + -moz-appearance: none; +} + +#browser-bottombox[s4eboarder="true"] > *:not([hidden="true"]):not([collapsed="true"]) +{ + box-shadow: none !important; + border: none !important; + border-top: 2px solid !important; + -moz-border-top-colors: ThreeDShadow ThreeDHighlight !important; +} + +#browser-bottombox[s4eboarder="true"] > *:not([hidden="true"]):not([collapsed="true"]) ~ * +{ + border: none !important; +} + diff --git a/browser/themes/linux/statusbar/prefs.css b/browser/themes/linux/statusbar/prefs.css new file mode 100644 index 0000000000..db6f24e617 --- /dev/null +++ b/browser/themes/linux/statusbar/prefs.css @@ -0,0 +1,8 @@ +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); + +%include ../../shared/statusbar/prefs.css + diff --git a/browser/themes/osx/statusbar/australis.css b/browser/themes/osx/statusbar/australis.css new file mode 100644 index 0000000000..6131d5df2e --- /dev/null +++ b/browser/themes/osx/statusbar/australis.css @@ -0,0 +1,53 @@ +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); + +%include ../../shared/statusbar/australis.css + +#status4evar-status-bar +{ + min-height: 18px; +} + +#status4evar-status-bar:not(:-moz-lwtheme) +{ + -moz-appearance: statusbar; +} + +#browser-bottombox > #status4evar-status-bar:last-child +{ + padding-right: 16px; +} + +#status4evar-download-button #status4evar-download-icon +{ + background: -moz-image-rect(url("chrome://browser/skin/Toolbar.png"), 0, 198, 18, 180) center no-repeat; + min-width: 18px; + min-height: 18px; +} + +#status4evar-download-button:-moz-lwtheme-brighttext #status4evar-download-icon +{ + background: -moz-image-rect(url("chrome://browser/skin/Toolbar-inverted.png"), 0, 198, 18, 180) center no-repeat; +} + +@media (min-resolution: 2dppx) +{ + #status4evar-download-button #status4evar-download-icon + { + background-image: -moz-image-rect(url("chrome://browser/skin/Toolbar@2x.png"), 0, 396, 36, 360); + } + + #status4evar-download-button:-moz-lwtheme-brighttext #status4evar-download-icon + { + background-image: -moz-image-rect(url("chrome://browser/skin/Toolbar-inverted@2x.png"), 0, 396, 36, 360); + } + + #status4evar-download-button[attention] #status4evar-download-icon + { + background-image: url("chrome://browser/skin/downloads/download-glow@2x.png"); + } +} + diff --git a/browser/themes/osx/statusbar/legacy.css b/browser/themes/osx/statusbar/legacy.css new file mode 100644 index 0000000000..6364b22abf --- /dev/null +++ b/browser/themes/osx/statusbar/legacy.css @@ -0,0 +1,39 @@ +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); + +%include ../../shared/statusbar/legacy.css + +#status-bar +{ + padding-right: 0px; +} + +#browser-bottombox > #addon-bar:last-child +{ + padding-right: 16px; +} + +#status4evar-download-button #status4evar-download-icon +{ + background: -moz-image-rect(url("chrome://browser/skin/Toolbar.png"), 0, 140, 20, 120) center no-repeat; + min-width: 20px; + min-height: 20px; +} + +@media (min-resolution: 2dppx) +{ + #status4evar-download-button #status4evar-download-icon + { + background-image: -moz-image-rect(url("chrome://browser/skin/Toolbar@2x.png"), 0, 280, 40, 240); + background-size: 20px; + } + + #status4evar-download-button[attention] #status4evar-download-icon + { + background-image: url("chrome://browser/skin/downloads/download-glow@2x.png"); + } +} + diff --git a/browser/themes/osx/statusbar/overlay.css b/browser/themes/osx/statusbar/overlay.css new file mode 100644 index 0000000000..289695a817 --- /dev/null +++ b/browser/themes/osx/statusbar/overlay.css @@ -0,0 +1,81 @@ +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); + +%include ../../shared/statusbar/overlay.css + +/* + * General + */ + +#status4evar-status-text, +#status4evar-progress-bar +{ + margin: 0px 4px; +} + +/* + * Download status + */ + +#status4evar-download-progress-bar +{ + height: 5px; +} + +#status4evar-download-button[attention] #status4evar-download-icon +{ + background-image: url("chrome://browser/skin/downloads/download-glow.png"); +} + +toolbar[mode="icons"] #status4evar-download-button[forcelabel="true"] > label +{ + margin: 0px 2px !important; + -moz-margin-start: 3px !important; +} + +/* + * Splitter + */ + +splitter.status4evar-status-splitter +{ + width: 8px; + margin: 0px -4px; +} + +/* + * Location bar + */ + +#urlbar-progress-alt +{ + margin-right: -1px; +} + +/* + * Toolbar progress + */ + +#status4evar-progress-bar[s4estyle="true"] +{ + -moz-appearance: none; + border: 1px solid gray; +} + +#status4evar-progress-bar[s4estyle="true"] > .progress-remainder +{ + background-color: white; +} + +/* + * Gripper + */ + +#status4evar-window-gripper +{ + display: none; +} + diff --git a/browser/themes/osx/statusbar/prefs.css b/browser/themes/osx/statusbar/prefs.css new file mode 100644 index 0000000000..798a62d74b --- /dev/null +++ b/browser/themes/osx/statusbar/prefs.css @@ -0,0 +1,13 @@ +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); + +%include ../../shared/statusbar/prefs.css + +#status4evar-addonbar-windowGripper-check +{ + display: none; +} + diff --git a/browser/themes/shared/statusbar/australis.css b/browser/themes/shared/statusbar/australis.css new file mode 100644 index 0000000000..40ac16cf41 --- /dev/null +++ b/browser/themes/shared/statusbar/australis.css @@ -0,0 +1,82 @@ +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); + +#status-bar +{ + display: -moz-box; + min-width: 0; + min-height: 0; + -moz-appearance: none; + background-color: transparent; + border: none; +} + +#status-bar > statusbarpanel +{ + border-width: 0; + -moz-appearance: none; +} + +#status4evar-legacy-widget[cui-areatype="menu-panel"] #status-bar, +toolbarpaletteitem[place="palette"] > #status4evar-legacy-widget #status-bar +{ + min-height: 32px; +} + +toolbarpaletteitem #status-bar +{ + min-width: 32px; + background-image: repeating-linear-gradient(135deg, + rgba(255,255,255,0.1), + rgba(255,255,255,0.1) 5px, + rgba(0,0,0,0.1) 5px, + rgba(0,0,0,0.1) 10px); +} + +@keyframes status4evar-throbber-widget-loading +{ + to + { + transform: rotate(360deg); + } +} + +@keyframes status4evar-throbber-widget-connecting +{ + from + { + transform: rotate(360deg); + } +} + +#status4evar-throbber-widget +{ + padding: 0 12px; +} + +#status4evar-throbber-widget image +{ + list-style-image: url("chrome://browser/skin/statusbar/throbber-idle.png"); + width: 16px; + height: 16px; +} + +#status4evar-throbber-widget[busy] image +{ + list-style-image: url("chrome://browser/skin/tabbrowser/connecting.png"); + animation-duration: 960ms; + animation-iteration-count: infinite; + animation-name: status4evar-throbber-widget-connecting; + animation-timing-function: linear; +} + +#status4evar-throbber-widget[progress] image +{ + list-style-image: url("chrome://browser/skin/tabbrowser/loading.png"); + animation-duration: 800ms; + animation-name: status4evar-throbber-widget-loading; +} + diff --git a/browser/themes/shared/statusbar/dynamic.css b/browser/themes/shared/statusbar/dynamic.css new file mode 100644 index 0000000000..c839ba8da5 --- /dev/null +++ b/browser/themes/shared/statusbar/dynamic.css @@ -0,0 +1,36 @@ +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); + +/* Progress bar/line styles */ + +#urlbar[s4estyle="true"] > #urlbar-progress-alt > .progress-bar +{ + -moz-appearance: none; + background: #33FF33; +} + +#status4evar-progress-bar[s4estyle="true"] > .progress-bar +{ + -moz-appearance: none; + background: #33FF33; + border-radius: 3px; +} + +.urlbar-over-link-box +{ + color: GrayText; +} + +#status4evar-download-progress-bar[pmType^="active"] > .progress-bar +{ + background-color: #33FF33; +} + +#status4evar-download-progress-bar[pmType^="paused"] > .progress-bar +{ + background-color: gray; +} + diff --git a/browser/themes/shared/statusbar/legacy.css b/browser/themes/shared/statusbar/legacy.css new file mode 100644 index 0000000000..866cb57022 --- /dev/null +++ b/browser/themes/shared/statusbar/legacy.css @@ -0,0 +1,11 @@ +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); + +#urlbar .urlbar-origin-label +{ + -moz-padding-start: 1px; +} + diff --git a/browser/themes/shared/statusbar/overlay.css b/browser/themes/shared/statusbar/overlay.css new file mode 100644 index 0000000000..a288df9c9f --- /dev/null +++ b/browser/themes/shared/statusbar/overlay.css @@ -0,0 +1,332 @@ +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); +@namespace html url("http://www.w3.org/1999/xhtml"); + +/* + * General styles + */ + +#status4evar-status-widget, +#status4evar-progress-widget +{ + -moz-box-align: center; +} + +[forcevisible="true"] +{ + visibility: visible !important; +} + +#wrapper-status4evar-progress-widget progressmeter, +#wrapper-status4evar-download-button toolbarbutton +{ + visibility: visible; +} + +#wrapper-status4evar-status-widget toolbaritem label +{ + background-color: rgba(0,0,0,0.2); + padding: 2px 4px; +} + +/* + * Options button + */ + +#status4evar-options-button +{ + list-style-image: url("chrome://browser/skin/statusbar/s4e24.png"); +} + +toolbar[iconsize="small"] #status4evar-options-button +{ + list-style-image: url("chrome://browser/skin/statusbar/s4e16.png"); +} + +/* + * Download status + */ + +toolbar[mode="icons"] #status4evar-download-button[forcelabel="true"], +toolbar[mode="text"] #status4evar-download-button +{ + -moz-box-orient: horizontal !important; +} + +toolbar[mode="icons"] #status4evar-download-button[forcelabel="true"] > label +{ + display: -moz-box !important; +} + +#status4evar-download-progress-bar +{ + border: 1px solid gray; + -moz-appearance: none; + margin: 0px; + min-height: 0px; + min-width: 0px; +} + +#status4evar-download-progress-bar > * +{ + -moz-appearance: none; + background: #FFFFFF; +} + +#status4evar-download-progress-bar[pmType$="unknown"] > .progress-bar +{ + background-image: url("chrome://browser/skin/statusbar/pulse.png"); +} + +#status4evar-download-notification-container +{ + min-height: 1px; + min-width: 1px; + height: 1px; + margin-bottom: -1px; + position: relative; + z-index: 5; +} + +#status4evar-download-notification-icon +{ + opacity: 0; + background-size: 16px; + background-position: center; + background-repeat: no-repeat; + width: 16px; + height: 16px; +} + +@keyframes status4evar-download-notification-finish +{ + from { opacity: 0; transform: scale(1); } + 20% { opacity: .65; animation-timing-function: ease-in; } + to { opacity: 0; transform: scale(8); } +} + +#status4evar-download-notification-anchor[notification="finish"][forcevisible="true"] #status4evar-download-notification-icon +{ + background-image: url("chrome://browser/skin/downloads/download-notification-finish.png"); + animation-name: status4evar-download-notification-finish; + animation-duration: 1s; +} + +/* + * Splitter + */ + +splitter.status4evar-status-splitter +{ + -moz-appearance: splitter; + border: none; + background: transparent; + position: relative; +} + +splitter.status4evar-status-splitter:not(:hover) +{ + -moz-appearance: none; +} + +/* + * Location bar progress + */ + +#urlbar-progress-alt +{ + margin: 0px; + -moz-appearance: none; + min-height: 0px; + height: 3px; + border: none; + background-color: transparent; +} + +#urlbar[pmpack="center"] #urlbar-progress-alt +{ + -moz-box-flex: 1; +} + +#urlbar:not([pmpack="center"]) #urlbar-progress-alt > * +{ + border-top: 1px solid rgba(0,0,0,.1); + border-bottom: 1px solid rgba(0,0,0,.1); +} + +#urlbar-container:not([combined]) #urlbar:not([pmpack="begin"]) #urlbar-progress-alt, +#urlbar-container:not([combined]) #urlbar:not([pmpack="begin"]) #urlbar-progress-alt > * +{ + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; +} + +#urlbar-container:not([combined]) #urlbar:not([pmpack="end"]) #urlbar-progress-alt, +#urlbar-container:not([combined]) #urlbar:not([pmpack="end"]) #urlbar-progress-alt > * +{ + border-top-left-radius: 3px; + border-top-right-radius: 3px; +} + +/* + * General progress + */ + +#urlbar-progress-alt > *, +#status4evar-progress-bar[s4estyle="true"] > * +{ + border: none; +} + +#urlbar-progress-alt > .progress-remainder, +#status4evar-progress-bar > .progress-remainder +{ + background-image: none; + background-color: transparent; +} + +#urlbar[s4estyle="true"] > #urlbar-progress-alt > .progress-bar, +#status4evar-progress-bar[s4estyle="true"] > .progress-bar +{ + border-right: 1px solid rgba(0,0,0,.2); +} + +#urlbar[s4estyle="true"] > #urlbar-progress-alt[value="0"] > .progress-bar, +#urlbar[s4estyle="true"] > #urlbar-progress-alt[value="100"] > .progress-bar, +#status4evar-progress-bar[s4estyle="true"][value="0"] > .progress-bar, +#status4evar-progress-bar[s4estyle="true"][value="100"] > .progress-bar +{ + border-right: none; +} + +/* + * Location bar status transisions + */ + +#urlbar .urlbar-over-link-layer +{ + opacity: 0; +} + +#urlbar .urlbar-input-layer[overlinkstate="fade-in"], +#urlbar .urlbar-input-layer[overlinkstate="fade-in"] html|input.urlbar-input::-moz-placeholder +{ + -moz-transition-property: color; + -moz-transition-duration: 150ms; + color: transparent; +} + +#urlbar .urlbar-input-layer[overlinkstate="fade-out"], +#urlbar .urlbar-input-layer[overlinkstate="fade-out"] html|input.urlbar-input::-moz-placeholder +{ + -moz-transition-property: color; + -moz-transition-duration: 150ms; + -moz-transition-timing-function: cubic-bezier(0.0, 1.0, 1.0, 1.0); +} + +#urlbar .urlbar-input-layer[overlinkstate="showing"], +#urlbar .urlbar-input-layer[overlinkstate="showing"] html|input.urlbar-input::-moz-placeholder +{ + color: transparent; +} + +#urlbar .urlbar-over-link-layer[overlinkstate="fade-in"] +{ + -moz-transition-property: opacity; + -moz-transition-duration: 150ms; + opacity: 1; +} + +#urlbar .urlbar-over-link-layer[overlinkstate="fade-out"] +{ + -moz-transition-property: opacity; + -moz-transition-duration: 150ms; + -moz-transition-timing-function: cubic-bezier(0.0, 1.0, 1.0, 1.0); +} + +#urlbar .urlbar-over-link-layer[overlinkstate="showing"] +{ + opacity: 1; +} + +#urlbar .urlbar-input-layer-children[overlinkstate="fade-in"] +{ + -moz-transition-property: opacity; + -moz-transition-duration: 150ms; + opacity: 0; +} + +#urlbar .urlbar-input-layer-children[overlinkstate="fade-out"] +{ + -moz-transition-property: opacity; + -moz-transition-duration: 150ms; + -moz-transition-timing-function: cubic-bezier(0.0, 1.0, 1.0, 1.0); +} + +#urlbar .urlbar-input-layer-children[overlinkstate="showing"] +{ + opacity: 0; +} + +/* + * Location bar status layout + */ + +#urlbar[s4esalign="left"] .urlbar-origin-box +{ + display: none; +} + +#urlbar .urlbar-origin-label, +#urlbar .urlbar-over-link-host-label, +#urlbar .urlbar-over-link-path-label +{ + padding: 0; + margin: 0; + border: none; +} + +#urlbar .urlbar-over-link-box:-moz-locale-dir(ltr) +{ + -moz-padding-start: 18px; + -moz-padding-end: 2px; +} + +#urlbar .urlbar-over-link-box:-moz-locale-dir(rtl) +{ + -moz-padding-end: 18px; + -moz-padding-start: 2px; +} + +#urlbar[s4esalign="left"] .urlbar-over-link-box:-moz-locale-dir(ltr) +{ + -moz-padding-start: 1px; +} + +#urlbar[s4esalign="left"] .urlbar-over-link-box:-moz-locale-dir(rtl) +{ + -moz-padding-end: 1px; +} + +#urlbar:not([s4esalign="left"]) .urlbar-over-link-box:-moz-locale-dir(ltr) +{ + background: url(chrome://browser/skin/statusbar/urlbar-over-link-arrow.png) no-repeat left center; +} + +#urlbar:not([s4esalign="left"]) .urlbar-over-link-box:-moz-locale-dir(rtl) +{ + background: url(chrome://browser/skin/statusbar/urlbar-over-link-arrow-rtl.png) no-repeat right center; +} + +/* + * Status bar + */ + +#status-bar > .statusbar-resizerpanel +{ + display: none !important; +} + diff --git a/browser/themes/shared/statusbar/prefs.css b/browser/themes/shared/statusbar/prefs.css new file mode 100644 index 0000000000..0936fe711f --- /dev/null +++ b/browser/themes/shared/statusbar/prefs.css @@ -0,0 +1,51 @@ +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); + +#status4evar-prefs > prefpane > vbox.content-box +{ + min-height: 18em !important; +} + +radio[pane="status4evar-pane-status"] +{ + list-style-image: url("chrome://global/skin/icons/information-32.png"); +} + +radio[pane="status4evar-pane-progress"] +{ + list-style-image: url("chrome://browser/skin/statusbar/throbberStatic.png"); +} + +radio[pane="status4evar-pane-download"] +{ + list-style-image: url("chrome://mozapps/skin/downloads/downloadIcon.png"); +} + +radio[pane="status4evar-pane-addonbar"] +{ + list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric.png"); +} + +radio[pane="status4evar-pane-advanced"] +{ + list-style-image: url("chrome://browser/skin/preferences/Options.png"); + -moz-image-region: rect(0px, 224px, 32px, 192px); +} + +#status4evar-advanced-urlbar-forceBinding-desc +{ + -moz-appearance: none; + pointer-events: none; + background-color: transparent; + border: none; + padding: 0px; +} + +#warningInnerBox +{ + max-width: 25em; +} + diff --git a/browser/themes/shared/statusbar/pulse.png b/browser/themes/shared/statusbar/pulse.png new file mode 100644 index 0000000000000000000000000000000000000000..374369ca121fd575dcc68bdde5275edee5dd5dd0 GIT binary patch literal 2775 zcmZwJe^69K902frtcSO!h?0W$P(&mmL*e{MDB{5(hx{-Mr!gC?ygBm^ry3?lQbKEL z(7_p-EPpns!ywMs;jeKNGh{|5II}DKfj^=G)5IGq8yKwvY4`1J^S$1_nRjpZ-rZ+* zzx&-En_nm`h_dN6giutW+qIZJHFjGg>Bk!}y%T7~`r69!V){&_H(J+Uca=W0ip2%F z$oJj29$F!9xtCTTH0&vMYiRf0vGhyb%l}1-oMZ*#(vYTUnX`VnOKVYuE@!#5W98$) z!5oaN{Si-I`66(WzL0-6T0`sX$uB$dXxiDft|nR?<@Gqr=`%tQ(TG^F?c<={N57N= zre(>{BE7osJxy!hDhLN6>DWHixK%0 z?}+#R%=$00)2=3bw-QbRLKnm|L=ND(CF|~t07SfrC}Oeb=}dvK7$*oXB8~XyihZAS z0b;zG7!p?wW04?;_YgUQ&*rsn%LW8nZNjISh2=%>^|WW{8#z-G1z|^|75jasYO4S- zQBCM`ckBm5k|0VDxr#d)9m`qv%WzII5q1`fhQx{%KqL!dIwIZp*T?C>03g_W4DX0R z)|q0Ff3Ji;HXf{szPp6JZRhe&e0dfS4)>J|Z8U53t=qj!3$i zc(kZ~01z31;Caz%I|Ap3!$cSf9vRof#!bdznjm;~*5y^U(wDLo)73<9)9MsJ%n$^h zBl|z^V~d?6W||0NvLC+n=XOBM5(J;A$9jf`05MxlI7=q6X&^h2DG0t^T=N}l1H|(t z!dUoH11DfCvN%!AS1o7vmp(wSObt&hgSfDC6^zAPLGZQH({{fG5NzUy6UHV`79V8U zBReur5PSvyrT@?kK;)>2ueN561jKwn@O`Asd#MZ%P7`5lh@A=U8Gy(Y1mDeSY6p@4 zk*6jyYW8#j!o`VZzNglo+sK+I^CI6w7>9!gDfWGUSRe?#vw!CQek&jf)C4->F9d{J z5d3_RX^VIW2=>G95it%*S)K=3fLJI9e#-g5=7Q6#NKJJ7HSaPYiUq;XTAPbQmGq^I pMTvTI}WUX*eohlZ1$`2IP#fh~5ZFu&C0%YF6ze*qsuU6KF* literal 0 HcmV?d00001 diff --git a/browser/themes/shared/statusbar/s4e16.png b/browser/themes/shared/statusbar/s4e16.png new file mode 100644 index 0000000000000000000000000000000000000000..8308229f9488260514ffdce3e71a235e239b7cf6 GIT binary patch literal 207 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`jKx9jP7LeL$-D$|I14-?iy0WW zg+Z8+Vb&Z8pdfpRr>`sfEiPVR9rFnHHd&xhqNj^vh{fsTgarZyMg~CO@#nw)w0Gh? zJw80nat4PYHxyJHJkhbp>CylC9THU$2d^r5FVH@ue*D0J11-8KA2S`;bqah>bY0xr xc-l4M>OqkOmn-%*oL+f@XQ8i7&zn6A490gX-d^ht-U_sg!PC{xWt~$(69CjXMvMRe literal 0 HcmV?d00001 diff --git a/browser/themes/shared/statusbar/s4e24.png b/browser/themes/shared/statusbar/s4e24.png new file mode 100644 index 0000000000000000000000000000000000000000..3197782f1fce12c9539763f602cfee795967c264 GIT binary patch literal 241 zcmeAS@N?(olHy`uVBq!ia0vp^5+KaM1|%Pp+x`GjjKx9jP7LeL$-D$|I14-?iy0WW zg+Z8+Vb&awa`qBWUsv{9T)e_2TumlHp+KQ#PZ!4!kK@S+60aHr&rSOAfBq`9{Rt^4 z2|%!DEB_1$w}THnU2g;lnW!d&GEY7{^_Rhyq~H#3p2#^4pVE}nbQepsoeg)1Za8n6 zlI9{Na(z*?{N1fPV*1Y(Evn(V+>yt?S$M!{OZ>)2r=S{v*bP0l+XkKvHDOR literal 0 HcmV?d00001 diff --git a/browser/themes/shared/statusbar/s4e32.png b/browser/themes/shared/statusbar/s4e32.png new file mode 100644 index 0000000000000000000000000000000000000000..42b8ad1e36d6e0aa2de48a54860d5593c67f75c8 GIT binary patch literal 567 zcmV-70?7S|P)Px#24YJ`L;(K){{a7>y{D4^000SaNLh0L01FcU01FcV0GgZ_00007bV*G`2ipS_ z5-2vIv#@yp00Fm2L_t(o!|m2jh)+=z2k_6G2Bj&xag&v@AS)}9tQ29P#3Xh~X%?a^ ztWateCWTP5@^5FuR}p2;yK$7GqG?xBB0j*w$yPDwZO`%bm~ z+NLA8gX=hlmDq{{7;P}V8ACn7nLVqMzV?d#wHyx`086z;{~A`i@EXs+WHmt$#D$#Rq1mVqy}*jhg9i@9NnM#9CaHrsx;FLffM+MF?=cs zcv6lPHN8t1SEWaP2=EN1Yka#q0#$k`#|G@dZtTQm9F}97Dox9=0|&9`FA%j z43=^B0omSg&N%Mj=KLU@TLo|BxQi#4C{drqJ3K6?JZ-otm}vO6Mvg5F$Ug7pz>+s7zOrC(8f;002ovPDHLk FV1k_b_V)k) literal 0 HcmV?d00001 diff --git a/browser/themes/shared/statusbar/throbber-idle.png b/browser/themes/shared/statusbar/throbber-idle.png new file mode 100644 index 0000000000000000000000000000000000000000..bcdd65b2ac73875291c7c2c682978e52e3793085 GIT binary patch literal 713 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 QJkU!Fp00i_>zopr00^{sl>h($ literal 0 HcmV?d00001 diff --git a/browser/themes/shared/statusbar/urlbar-over-link-arrow.png b/browser/themes/shared/statusbar/urlbar-over-link-arrow.png new file mode 100644 index 0000000000000000000000000000000000000000..9493770ccc9105527150d4bc8f61848cce2700fc GIT binary patch literal 295 zcmV+?0oeYDP)(RCwB))JYD)FboAy+f3yIY+(u9 z|0*o$noBe|l8cPxI8GydMQWATOf>+&opX@vIXek)u%?s(YuqL;Dso&$V_#GrV)q?_~Py+&vi6_A)=tG8r+4bvBV*Wg1t&Z)Hyi|p|{B);y~UhVHYtF zI)N0TpiB3jL=6$^Mf_|=7FezYriBv$USbOa&zyS2`fZsAuma+f<002ovPDHLkV1jF$aVr1- literal 0 HcmV?d00001 diff --git a/browser/themes/windows/statusbar/australis.css b/browser/themes/windows/statusbar/australis.css new file mode 100644 index 0000000000..5d4e2f89df --- /dev/null +++ b/browser/themes/windows/statusbar/australis.css @@ -0,0 +1,74 @@ +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); + +%include ../../shared/statusbar/australis.css + +#status4evar-status-bar +{ + -moz-appearance: none; + min-height: 20px; + border-top-style: none; + border-bottom-style: none; + padding-top: 1px; + background-image: linear-gradient(rgba(0,0,0,.15) 1px, rgba(255,255,255,.15) 1px); + background-size: 100% 2px; + background-repeat: no-repeat; +} + +#status4evar-status-bar .toolbarbutton-1, +#status4evar-status-bar .toolbarbutton-1 > .toolbarbutton-menubutton-button +{ + -moz-appearance: none; + border-style: none; + padding: 0 3px; +} + +#status4evar-status-bar .toolbarbutton-1:not([disabled]):hover, +#status4evar-status-bar .toolbarbutton-1[open], +#status4evar-status-bar .toolbarbutton-1 > .toolbarbutton-menubutton-button:not([disabled]):hover +{ + background-image: linear-gradient(to top, transparent, rgba(0,0,0,.15)), + linear-gradient(to top, transparent, rgba(0,0,0,.15) 30%), + linear-gradient(to top, transparent, rgba(0,0,0,.15) 30%); + background-position: left, left, right; + background-size: auto, 1px 100%, 1px 100%; + background-repeat: no-repeat; +} + +#status4evar-download-button #status4evar-download-icon +{ + background: -moz-image-rect(url("chrome://browser/skin/Toolbar.png"), 0, 198, 18, 180) center no-repeat; +} + +#status4evar-download-button:-moz-lwtheme-brighttext #status4evar-download-icon +{ + background: -moz-image-rect(url("chrome://browser/skin/Toolbar-inverted.png"), 0, 198, 18, 180) center no-repeat; +} + +#status4evar-download-button[attention] #status4evar-download-icon +{ + background-image: url("chrome://browser/skin/downloads/download-glow.png"); +} + +@media (-moz-windows-theme: aero) +{ + @media (-moz-os-version: windows-vista), (-moz-os-version: windows-win7) + { + #status4evar-download-button[attention] #status4evar-download-icon + { + background-image: url("chrome://browser/skin/downloads/download-glow-XPVista7.png"); + } + } +} + +@media (not (-moz-windows-theme: aero)), (-moz-os-version: windows-xp) +{ + #status4evar-download-button[attention] #status4evar-download-icon + { + background-image: url("chrome://browser/skin/downloads/download-glow-XPVista7.png"); + } +} + diff --git a/browser/themes/windows/statusbar/legacy.css b/browser/themes/windows/statusbar/legacy.css new file mode 100644 index 0000000000..052cd5df76 --- /dev/null +++ b/browser/themes/windows/statusbar/legacy.css @@ -0,0 +1,22 @@ +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); + +%include ../../shared/statusbar/legacy.css + +#status4evar-download-button #status4evar-download-icon +{ + background: -moz-image-rect(url("chrome://browser/skin/Toolbar.png"), 0, 108, 18, 90) center no-repeat; +} + +#status4evar-download-button:-moz-lwtheme-brighttext #status4evar-download-icon +{ + background: -moz-image-rect(url("chrome://browser/skin/Toolbar-inverted.png"), 0, 108, 18, 90) center no-repeat; +} + +#status4evar-download-button[attention] #status4evar-download-icon +{ + background-image: url("chrome://browser/skin/downloads/download-glow.png"); +} diff --git a/browser/themes/windows/statusbar/overlay.css b/browser/themes/windows/statusbar/overlay.css new file mode 100644 index 0000000000..520968185c --- /dev/null +++ b/browser/themes/windows/statusbar/overlay.css @@ -0,0 +1,79 @@ +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); + +%include ../../shared/statusbar/overlay.css + +/* + * General + */ + +#status4evar-status-text, +#status4evar-progress-bar +{ + margin: 0px 3px; +} + +/* + * Download status + */ + +#status4evar-download-progress-bar +{ + height: 4px; +} + +#status4evar-download-button #status4evar-download-icon +{ + min-width: 18px; + min-height: 18px; +} + +toolbar[mode="icons"] #status4evar-download-button[forcelabel="true"] > label +{ + -moz-margin-start: 5px !important; +} + +/* + * Splitter + */ + +splitter.status4evar-status-splitter +{ + width: 6px; + margin: 0px -3px; +} + +/* + * Location bar + */ + +#urlbar-progress-alt +{ + -moz-margin-end: -2px; +} + +/* + * Status bar + */ + +#browser-bottombox[s4eboarder="true"] :-moz-any(#status4evar-status-bar, #addon-bar) +{ + -moz-appearance: none; +} + +#browser-bottombox[s4eboarder="true"] > *:not([hidden="true"]):not([collapsed="true"]) +{ + box-shadow: none !important; + border: none !important; + border-top: 2px solid !important; + -moz-border-top-colors: ThreeDShadow ThreeDHighlight !important; +} + +#browser-bottombox[s4eboarder="true"] > *:not([hidden="true"]):not([collapsed="true"]) ~ * +{ + border: none !important; +} + diff --git a/browser/themes/windows/statusbar/prefs.css b/browser/themes/windows/statusbar/prefs.css new file mode 100644 index 0000000000..005088b7f2 --- /dev/null +++ b/browser/themes/windows/statusbar/prefs.css @@ -0,0 +1,7 @@ +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); + +%include ../../shared/statusbar/prefs.css