From 49ee0794b5d912db1f95dce6eb52d781dc210db5 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Fri, 2 Feb 2018 03:35:06 -0500 Subject: Add Pale Moon --- .../branding/unstable/content/about-background.png | Bin 0 -> 330757 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 -> 2197 bytes .../branding/unstable/content/about-wordmark.svg | 8 ++++ .../palemoon/branding/unstable/content/about.png | Bin 0 -> 55384 bytes .../branding/unstable/content/aboutDialog.css | 47 +++++++++++++++++++++ .../palemoon/branding/unstable/content/icon48.png | Bin 0 -> 4855 bytes .../palemoon/branding/unstable/content/icon64.png | Bin 0 -> 6531 bytes .../palemoon/branding/unstable/content/jar.mn | 16 +++++++ .../palemoon/branding/unstable/content/moz.build | 8 ++++ 11 files changed, 79 insertions(+) create mode 100644 application/palemoon/branding/unstable/content/about-background.png create mode 100644 application/palemoon/branding/unstable/content/about-logo.png create mode 100644 application/palemoon/branding/unstable/content/about-logo@2x.png create mode 100644 application/palemoon/branding/unstable/content/about-wordmark.png create mode 100644 application/palemoon/branding/unstable/content/about-wordmark.svg create mode 100644 application/palemoon/branding/unstable/content/about.png create mode 100644 application/palemoon/branding/unstable/content/aboutDialog.css create mode 100644 application/palemoon/branding/unstable/content/icon48.png create mode 100644 application/palemoon/branding/unstable/content/icon64.png create mode 100644 application/palemoon/branding/unstable/content/jar.mn create mode 100644 application/palemoon/branding/unstable/content/moz.build (limited to 'application/palemoon/branding/unstable/content') diff --git a/application/palemoon/branding/unstable/content/about-background.png b/application/palemoon/branding/unstable/content/about-background.png new file mode 100644 index 000000000..3d20e0658 Binary files /dev/null and b/application/palemoon/branding/unstable/content/about-background.png differ diff --git a/application/palemoon/branding/unstable/content/about-logo.png b/application/palemoon/branding/unstable/content/about-logo.png new file mode 100644 index 000000000..aa79de65f Binary files /dev/null and b/application/palemoon/branding/unstable/content/about-logo.png differ diff --git a/application/palemoon/branding/unstable/content/about-logo@2x.png b/application/palemoon/branding/unstable/content/about-logo@2x.png new file mode 100644 index 000000000..5d507a614 Binary files /dev/null and b/application/palemoon/branding/unstable/content/about-logo@2x.png differ diff --git a/application/palemoon/branding/unstable/content/about-wordmark.png b/application/palemoon/branding/unstable/content/about-wordmark.png new file mode 100644 index 000000000..deb60b6b9 Binary files /dev/null and b/application/palemoon/branding/unstable/content/about-wordmark.png differ diff --git a/application/palemoon/branding/unstable/content/about-wordmark.svg b/application/palemoon/branding/unstable/content/about-wordmark.svg new file mode 100644 index 000000000..fd0f1745e --- /dev/null +++ b/application/palemoon/branding/unstable/content/about-wordmark.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/application/palemoon/branding/unstable/content/about.png b/application/palemoon/branding/unstable/content/about.png new file mode 100644 index 000000000..d158863ca Binary files /dev/null and b/application/palemoon/branding/unstable/content/about.png differ diff --git a/application/palemoon/branding/unstable/content/aboutDialog.css b/application/palemoon/branding/unstable/content/aboutDialog.css new file mode 100644 index 000000000..9af49ba10 --- /dev/null +++ b/application/palemoon/branding/unstable/content/aboutDialog.css @@ -0,0 +1,47 @@ +/* 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: #100000; + background-size: cover; + color: #E0E0FF; +} + +#PMleftBox { + background-image: url("chrome://branding/content/about-logo.png"); + background-repeat: no-repeat; + /* min-width and min-height create room for the logo */ + min-width: 210px; + min-height: 210px; + margin-top:20px; + -moz-margin-start: 30px; +} + +#PMrightBox { + margin-left: 30px; + margin-right: 30px; +} + +#detailsBox > description > .text-link { + color: #CDC36F; +} + +#PMbottomBox { + padding: 15px 10px 0; + background-color: rgba(240,240,255,.7); +} + +#PMupdateDeck > hbox > label:not([class="text-link"]) { + color: #909090; +} + +#PMtrademark { + font-size: xx-small; + text-align: center; + color: #333333; + margin-top: 10px; + margin-bottom: 10px; +} diff --git a/application/palemoon/branding/unstable/content/icon48.png b/application/palemoon/branding/unstable/content/icon48.png new file mode 100644 index 000000000..957213485 Binary files /dev/null and b/application/palemoon/branding/unstable/content/icon48.png differ diff --git a/application/palemoon/branding/unstable/content/icon64.png b/application/palemoon/branding/unstable/content/icon64.png new file mode 100644 index 000000000..c370f3311 Binary files /dev/null and b/application/palemoon/branding/unstable/content/icon64.png differ diff --git a/application/palemoon/branding/unstable/content/jar.mn b/application/palemoon/branding/unstable/content/jar.mn new file mode 100644 index 000000000..d8038bf9e --- /dev/null +++ b/application/palemoon/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.png (about-background.png) + 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/application/palemoon/branding/unstable/content/moz.build b/application/palemoon/branding/unstable/content/moz.build new file mode 100644 index 000000000..35f6d454a --- /dev/null +++ b/application/palemoon/branding/unstable/content/moz.build @@ -0,0 +1,8 @@ +# -*- 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