From 26a029d407be480d791972afb5975cf62c9360a6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 02:47:55 +0200 Subject: Adding upstream version 124.0.1. Signed-off-by: Daniel Baumann --- .../unofficial/content/about-logo-private.png | Bin 0 -> 14328 bytes .../unofficial/content/about-logo-private@2x.png | Bin 0 -> 36091 bytes browser/branding/unofficial/content/about-logo.png | Bin 0 -> 31344 bytes browser/branding/unofficial/content/about-logo.svg | 1 + .../branding/unofficial/content/about-logo@2x.png | Bin 0 -> 81442 bytes .../branding/unofficial/content/about-wordmark.svg | 3 +++ browser/branding/unofficial/content/about.png | Bin 0 -> 28322 bytes .../branding/unofficial/content/aboutDialog.css | 20 ++++++++++++++++++++ .../unofficial/content/firefox-wordmark.svg | 3 +++ browser/branding/unofficial/content/jar.mn | 21 +++++++++++++++++++++ browser/branding/unofficial/content/moz.build | 7 +++++++ 11 files changed, 55 insertions(+) create mode 100644 browser/branding/unofficial/content/about-logo-private.png create mode 100644 browser/branding/unofficial/content/about-logo-private@2x.png create mode 100644 browser/branding/unofficial/content/about-logo.png create mode 100644 browser/branding/unofficial/content/about-logo.svg 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/firefox-wordmark.svg create mode 100644 browser/branding/unofficial/content/jar.mn create mode 100644 browser/branding/unofficial/content/moz.build (limited to 'browser/branding/unofficial/content') diff --git a/browser/branding/unofficial/content/about-logo-private.png b/browser/branding/unofficial/content/about-logo-private.png new file mode 100644 index 0000000000..0544145600 Binary files /dev/null and b/browser/branding/unofficial/content/about-logo-private.png differ diff --git a/browser/branding/unofficial/content/about-logo-private@2x.png b/browser/branding/unofficial/content/about-logo-private@2x.png new file mode 100644 index 0000000000..696b784218 Binary files /dev/null and b/browser/branding/unofficial/content/about-logo-private@2x.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 0000000000..d1b97d2791 Binary files /dev/null and b/browser/branding/unofficial/content/about-logo.png differ diff --git a/browser/branding/unofficial/content/about-logo.svg b/browser/branding/unofficial/content/about-logo.svg new file mode 100644 index 0000000000..787413ae71 --- /dev/null +++ b/browser/branding/unofficial/content/about-logo.svg @@ -0,0 +1 @@ + \ No newline at end of file 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 0000000000..ffdc0d5e9c 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 0000000000..d666dbd8e1 --- /dev/null +++ b/browser/branding/unofficial/content/about-wordmark.svg @@ -0,0 +1,3 @@ + + + diff --git a/browser/branding/unofficial/content/about.png b/browser/branding/unofficial/content/about.png new file mode 100644 index 0000000000..61f72c971e 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 0000000000..efd812629d --- /dev/null +++ b/browser/branding/unofficial/content/aboutDialog.css @@ -0,0 +1,20 @@ +/* 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-color: #130829; + color: #fff; + color-scheme: dark; +} + +#rightBox { + background-size: auto 64px; + margin-inline: 30px; + padding-top: 64px; +} + +#bottomBox { + background-color: hsla(235, 43%, 10%, .5); + padding: 15px 10px 15px; +} diff --git a/browser/branding/unofficial/content/firefox-wordmark.svg b/browser/branding/unofficial/content/firefox-wordmark.svg new file mode 100644 index 0000000000..4f115db35d --- /dev/null +++ b/browser/branding/unofficial/content/firefox-wordmark.svg @@ -0,0 +1,3 @@ + + + diff --git a/browser/branding/unofficial/content/jar.mn b/browser/branding/unofficial/content/jar.mn new file mode 100644 index 0000000000..a5e6f551aa --- /dev/null +++ b/browser/branding/unofficial/content/jar.mn @@ -0,0 +1,21 @@ +# 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-logo.png + content/branding/about-logo.svg + content/branding/about-logo@2x.png + content/branding/about-wordmark.svg + content/branding/about-logo-private.png + content/branding/about-logo-private@2x.png + content/branding/document.ico (../document.ico) + content/branding/firefox-wordmark.svg + content/branding/icon16.png (../default16.png) + content/branding/icon32.png (../default32.png) + content/branding/icon48.png (../default48.png) + content/branding/icon64.png (../default64.png) + content/branding/icon128.png (../default128.png) + 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 0000000000..d988c0ff9b --- /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"] -- cgit v1.2.3