From 5f8de423f190bbb79a62f804151bc24824fa32d8 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Fri, 2 Feb 2018 04:16:08 -0500 Subject: Add m-esr52 at 52.6.0 --- .../unofficial/content/about-background.png | Bin 0 -> 88500 bytes browser/branding/unofficial/content/about-logo.png | Bin 0 -> 30469 bytes .../branding/unofficial/content/about-logo@2x.png | Bin 0 -> 81662 bytes .../branding/unofficial/content/about-wordmark.svg | 22 + browser/branding/unofficial/content/about.png | Bin 0 -> 54712 bytes .../branding/unofficial/content/aboutDialog.css | 25 + browser/branding/unofficial/content/icon48.png | Bin 0 -> 3442 bytes browser/branding/unofficial/content/icon64.png | Bin 0 -> 5096 bytes .../unofficial/content/identity-icons-brand.svg | 7 + browser/branding/unofficial/content/jar.mn | 19 + browser/branding/unofficial/content/moz.build | 7 + .../branding/unofficial/content/silhouette-40.svg | 1360 ++++++++++++++++++++ 12 files changed, 1440 insertions(+) create mode 100644 browser/branding/unofficial/content/about-background.png create mode 100644 browser/branding/unofficial/content/about-logo.png create mode 100644 browser/branding/unofficial/content/about-logo@2x.png create mode 100644 browser/branding/unofficial/content/about-wordmark.svg create mode 100644 browser/branding/unofficial/content/about.png create mode 100644 browser/branding/unofficial/content/aboutDialog.css create mode 100644 browser/branding/unofficial/content/icon48.png create mode 100644 browser/branding/unofficial/content/icon64.png create mode 100644 browser/branding/unofficial/content/identity-icons-brand.svg create mode 100644 browser/branding/unofficial/content/jar.mn create mode 100644 browser/branding/unofficial/content/moz.build create mode 100644 browser/branding/unofficial/content/silhouette-40.svg (limited to 'browser/branding/unofficial/content') diff --git a/browser/branding/unofficial/content/about-background.png b/browser/branding/unofficial/content/about-background.png new file mode 100644 index 000000000..70eb8dafd Binary files /dev/null and b/browser/branding/unofficial/content/about-background.png differ diff --git a/browser/branding/unofficial/content/about-logo.png b/browser/branding/unofficial/content/about-logo.png new file mode 100644 index 000000000..4c7214ba3 Binary files /dev/null and b/browser/branding/unofficial/content/about-logo.png differ diff --git a/browser/branding/unofficial/content/about-logo@2x.png b/browser/branding/unofficial/content/about-logo@2x.png new file mode 100644 index 000000000..3526eda54 Binary files /dev/null and b/browser/branding/unofficial/content/about-logo@2x.png differ diff --git a/browser/branding/unofficial/content/about-wordmark.svg b/browser/branding/unofficial/content/about-wordmark.svg new file mode 100644 index 000000000..60b278d03 --- /dev/null +++ b/browser/branding/unofficial/content/about-wordmark.svg @@ -0,0 +1,22 @@ + + + + + diff --git a/browser/branding/unofficial/content/about.png b/browser/branding/unofficial/content/about.png new file mode 100644 index 000000000..231449344 Binary files /dev/null and b/browser/branding/unofficial/content/about.png differ diff --git a/browser/branding/unofficial/content/aboutDialog.css b/browser/branding/unofficial/content/aboutDialog.css new file mode 100644 index 000000000..be7fdcab6 --- /dev/null +++ b/browser/branding/unofficial/content/aboutDialog.css @@ -0,0 +1,25 @@ +/* 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/. */ + +#aboutDialogContainer { + background-image: url("chrome://branding/content/about-background.png"); + background-repeat: no-repeat; + background-color: rgb(10,17,37); + color: #fff; +} + +.text-link { + color: #fff !important; + text-decoration: underline; +} + +#rightBox { + /* this margin prevents text from overlapping the planet image */ + margin-left: 280px; + margin-right: 20px; +} + +#bottomBox { + background-color: rgba(0,0,0,.7); +} diff --git a/browser/branding/unofficial/content/icon48.png b/browser/branding/unofficial/content/icon48.png new file mode 100644 index 000000000..5fc7861e5 Binary files /dev/null and b/browser/branding/unofficial/content/icon48.png differ diff --git a/browser/branding/unofficial/content/icon64.png b/browser/branding/unofficial/content/icon64.png new file mode 100644 index 000000000..83f7016bc Binary files /dev/null and b/browser/branding/unofficial/content/icon64.png differ diff --git a/browser/branding/unofficial/content/identity-icons-brand.svg b/browser/branding/unofficial/content/identity-icons-brand.svg new file mode 100644 index 000000000..6c33113e5 --- /dev/null +++ b/browser/branding/unofficial/content/identity-icons-brand.svg @@ -0,0 +1,7 @@ + + + + + diff --git a/browser/branding/unofficial/content/jar.mn b/browser/branding/unofficial/content/jar.mn new file mode 100644 index 000000000..140359a19 --- /dev/null +++ b/browser/branding/unofficial/content/jar.mn @@ -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/. + +browser.jar: +% content branding %content/branding/ contentaccessible=yes + content/branding/about.png + content/branding/about-background.png + content/branding/about-logo.png + content/branding/about-logo@2x.png + content/branding/about-wordmark.svg + content/branding/icon48.png + content/branding/icon64.png + content/branding/icon16.png (../default16.png) + content/branding/icon32.png (../default32.png) + content/branding/icon128.png (../mozicon128.png) + content/branding/identity-icons-brand.svg + content/branding/silhouette-40.svg + content/branding/aboutDialog.css diff --git a/browser/branding/unofficial/content/moz.build b/browser/branding/unofficial/content/moz.build new file mode 100644 index 000000000..eb4454d28 --- /dev/null +++ b/browser/branding/unofficial/content/moz.build @@ -0,0 +1,7 @@ +# -*- Mode: python; 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 diff --git a/browser/branding/unofficial/content/silhouette-40.svg b/browser/branding/unofficial/content/silhouette-40.svg new file mode 100644 index 000000000..bef723b59 --- /dev/null +++ b/browser/branding/unofficial/content/silhouette-40.svg @@ -0,0 +1,1360 @@ + + + + + -- cgit v1.2.3