From f9cab004186edb425a9b88ad649726605080a17c Mon Sep 17 00:00:00 2001 From: Thomas Groman Date: Mon, 20 Apr 2020 20:49:37 -0700 Subject: move browser to webbrowser/ --- .../branding/unstable/content/about-background.jpg | Bin 0 -> 115006 bytes .../branding/unstable/content/about-logo.png | Bin 0 -> 42470 bytes .../branding/unstable/content/about-logo@2x.png | Bin 0 -> 120348 bytes .../branding/unstable/content/about-wordmark.png | Bin 0 -> 11708 bytes webbrowser/branding/unstable/content/about.png | Bin 0 -> 55384 bytes .../branding/unstable/content/aboutDialog.css | 53 +++++++++++++++++++++ webbrowser/branding/unstable/content/icon48.png | Bin 0 -> 4855 bytes webbrowser/branding/unstable/content/icon64.png | Bin 0 -> 6531 bytes webbrowser/branding/unstable/content/jar.mn | 16 +++++++ webbrowser/branding/unstable/content/moz.build | 7 +++ 10 files changed, 76 insertions(+) create mode 100644 webbrowser/branding/unstable/content/about-background.jpg create mode 100644 webbrowser/branding/unstable/content/about-logo.png create mode 100644 webbrowser/branding/unstable/content/about-logo@2x.png create mode 100644 webbrowser/branding/unstable/content/about-wordmark.png create mode 100644 webbrowser/branding/unstable/content/about.png create mode 100644 webbrowser/branding/unstable/content/aboutDialog.css create mode 100644 webbrowser/branding/unstable/content/icon48.png create mode 100644 webbrowser/branding/unstable/content/icon64.png create mode 100644 webbrowser/branding/unstable/content/jar.mn create mode 100644 webbrowser/branding/unstable/content/moz.build (limited to 'webbrowser/branding/unstable/content') diff --git a/webbrowser/branding/unstable/content/about-background.jpg b/webbrowser/branding/unstable/content/about-background.jpg new file mode 100644 index 0000000..a33b331 Binary files /dev/null and b/webbrowser/branding/unstable/content/about-background.jpg differ diff --git a/webbrowser/branding/unstable/content/about-logo.png b/webbrowser/branding/unstable/content/about-logo.png new file mode 100644 index 0000000..aa79de6 Binary files /dev/null and b/webbrowser/branding/unstable/content/about-logo.png differ diff --git a/webbrowser/branding/unstable/content/about-logo@2x.png b/webbrowser/branding/unstable/content/about-logo@2x.png new file mode 100644 index 0000000..5d507a6 Binary files /dev/null and b/webbrowser/branding/unstable/content/about-logo@2x.png differ diff --git a/webbrowser/branding/unstable/content/about-wordmark.png b/webbrowser/branding/unstable/content/about-wordmark.png new file mode 100644 index 0000000..bf09f15 Binary files /dev/null and b/webbrowser/branding/unstable/content/about-wordmark.png differ diff --git a/webbrowser/branding/unstable/content/about.png b/webbrowser/branding/unstable/content/about.png new file mode 100644 index 0000000..d158863 Binary files /dev/null and b/webbrowser/branding/unstable/content/about.png differ diff --git a/webbrowser/branding/unstable/content/aboutDialog.css b/webbrowser/branding/unstable/content/aboutDialog.css new file mode 100644 index 0000000..de71f25 --- /dev/null +++ b/webbrowser/branding/unstable/content/aboutDialog.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/. */ + +#aboutPMDialogContainer { + background-image: url("chrome://branding/content/about-background.jpg"); + background-repeat: no-repeat; + background-color: #D5BC9A; + color: #202010; +} + +#aboutHeaderBox { + background-image: url("chrome://branding/content/about-wordmark.png"); + background-repeat: no-repeat; + background-position: center center; + height: 44px; +} + +#aboutVersionBox { + text-shadow: 1px 1px 0px #D5BC9A; +} + +#aboutTextBox { + animation: 3s fadeIn; + animation-fill-mode: forwards; + text-shadow: 1px 1px 0px #D5BC9A; + color: #202010; +} + +@keyframes fadeIn { + 0% { + opacity: 0; + } + 50% { + opacity: 0; + } + 100% { + opacity: 1; + } +} + +#aboutLinkBox { + padding: 15px 10px 0; +} + +#aboutPMtrademark { + font-size: 10px; + text-align: center; + color: #C0C0C0; + text-shadow: 1px 1px 0px #000000; + margin-top: 10px; + margin-bottom: 10px; +} diff --git a/webbrowser/branding/unstable/content/icon48.png b/webbrowser/branding/unstable/content/icon48.png new file mode 100644 index 0000000..9572134 Binary files /dev/null and b/webbrowser/branding/unstable/content/icon48.png differ diff --git a/webbrowser/branding/unstable/content/icon64.png b/webbrowser/branding/unstable/content/icon64.png new file mode 100644 index 0000000..c370f33 Binary files /dev/null and b/webbrowser/branding/unstable/content/icon64.png differ diff --git a/webbrowser/branding/unstable/content/jar.mn b/webbrowser/branding/unstable/content/jar.mn new file mode 100644 index 0000000..fcb7890 --- /dev/null +++ b/webbrowser/branding/unstable/content/jar.mn @@ -0,0 +1,16 @@ +# 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/. + +browser.jar: +% content branding %content/branding/ contentaccessible=yes + content/branding/about.png (about.png) + content/branding/about-background.jpg (about-background.jpg) + content/branding/about-logo.png (about-logo.png) + content/branding/about-logo@2x.png (about-logo@2x.png) + content/branding/about-wordmark.png (about-wordmark.png) + content/branding/icon48.png (icon48.png) + content/branding/icon64.png (icon64.png) + content/branding/icon16.png (../default16.png) + content/branding/icon32.png (../default32.png) + content/branding/aboutDialog.css (aboutDialog.css) diff --git a/webbrowser/branding/unstable/content/moz.build b/webbrowser/branding/unstable/content/moz.build new file mode 100644 index 0000000..c97072b --- /dev/null +++ b/webbrowser/branding/unstable/content/moz.build @@ -0,0 +1,7 @@ +# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- +# vim: set filetype=python: +# 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/. + +JAR_MANIFESTS += ['jar.mn'] \ No newline at end of file -- cgit v1.2.3