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/unofficial/content/about-background.png | Bin 0 -> 95145 bytes .../branding/unofficial/content/about-logo.png | Bin 0 -> 15708 bytes .../branding/unofficial/content/about-logo@2x.png | Bin 0 -> 49779 bytes webbrowser/branding/unofficial/content/about.png | Bin 0 -> 13027 bytes .../branding/unofficial/content/aboutDialog.css | 19 +++++++++++++++++++ webbrowser/branding/unofficial/content/icon48.png | Bin 0 -> 2145 bytes webbrowser/branding/unofficial/content/icon64.png | Bin 0 -> 3025 bytes webbrowser/branding/unofficial/content/jar.mn | 15 +++++++++++++++ webbrowser/branding/unofficial/content/moz.build | 7 +++++++ 9 files changed, 41 insertions(+) create mode 100644 webbrowser/branding/unofficial/content/about-background.png create mode 100644 webbrowser/branding/unofficial/content/about-logo.png create mode 100644 webbrowser/branding/unofficial/content/about-logo@2x.png create mode 100644 webbrowser/branding/unofficial/content/about.png create mode 100644 webbrowser/branding/unofficial/content/aboutDialog.css create mode 100644 webbrowser/branding/unofficial/content/icon48.png create mode 100644 webbrowser/branding/unofficial/content/icon64.png create mode 100644 webbrowser/branding/unofficial/content/jar.mn create mode 100644 webbrowser/branding/unofficial/content/moz.build (limited to 'webbrowser/branding/unofficial/content') diff --git a/webbrowser/branding/unofficial/content/about-background.png b/webbrowser/branding/unofficial/content/about-background.png new file mode 100644 index 0000000..c034041 Binary files /dev/null and b/webbrowser/branding/unofficial/content/about-background.png differ diff --git a/webbrowser/branding/unofficial/content/about-logo.png b/webbrowser/branding/unofficial/content/about-logo.png new file mode 100644 index 0000000..4c05766 Binary files /dev/null and b/webbrowser/branding/unofficial/content/about-logo.png differ diff --git a/webbrowser/branding/unofficial/content/about-logo@2x.png b/webbrowser/branding/unofficial/content/about-logo@2x.png new file mode 100644 index 0000000..db6b4d8 Binary files /dev/null and b/webbrowser/branding/unofficial/content/about-logo@2x.png differ diff --git a/webbrowser/branding/unofficial/content/about.png b/webbrowser/branding/unofficial/content/about.png new file mode 100644 index 0000000..7457f5e Binary files /dev/null and b/webbrowser/branding/unofficial/content/about.png differ diff --git a/webbrowser/branding/unofficial/content/aboutDialog.css b/webbrowser/branding/unofficial/content/aboutDialog.css new file mode 100644 index 0000000..5cc6b42 --- /dev/null +++ b/webbrowser/branding/unofficial/content/aboutDialog.css @@ -0,0 +1,19 @@ +/* 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.png"); + background-repeat: no-repeat; + background-color: #000; + color: #fff; +} + +#aboutVersionBox { + /* No wordmark: leave empty space */ + margin-top: 20px; +} + +#aboutLinkBox { + padding: 15px 10px 20px; +} diff --git a/webbrowser/branding/unofficial/content/icon48.png b/webbrowser/branding/unofficial/content/icon48.png new file mode 100644 index 0000000..46b752d Binary files /dev/null and b/webbrowser/branding/unofficial/content/icon48.png differ diff --git a/webbrowser/branding/unofficial/content/icon64.png b/webbrowser/branding/unofficial/content/icon64.png new file mode 100644 index 0000000..23aabb4 Binary files /dev/null and b/webbrowser/branding/unofficial/content/icon64.png differ diff --git a/webbrowser/branding/unofficial/content/jar.mn b/webbrowser/branding/unofficial/content/jar.mn new file mode 100644 index 0000000..3536957 --- /dev/null +++ b/webbrowser/branding/unofficial/content/jar.mn @@ -0,0 +1,15 @@ +# 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.png (about-background.png) + content/branding/about-logo.png (about-logo.png) + content/branding/about-logo@2x.png (about-logo@2x.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/unofficial/content/moz.build b/webbrowser/branding/unofficial/content/moz.build new file mode 100644 index 0000000..c97072b --- /dev/null +++ b/webbrowser/branding/unofficial/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