diff options
Diffstat (limited to 'application/palemoon/branding/unofficial')
36 files changed, 165 insertions, 0 deletions
diff --git a/application/palemoon/branding/unofficial/VisualElements_150.png b/application/palemoon/branding/unofficial/VisualElements_150.png Binary files differnew file mode 100644 index 000000000..3fc7deb5b --- /dev/null +++ b/application/palemoon/branding/unofficial/VisualElements_150.png diff --git a/application/palemoon/branding/unofficial/VisualElements_70.png b/application/palemoon/branding/unofficial/VisualElements_70.png Binary files differnew file mode 100644 index 000000000..be9f6670a --- /dev/null +++ b/application/palemoon/branding/unofficial/VisualElements_70.png diff --git a/application/palemoon/branding/unofficial/appname.bmp b/application/palemoon/branding/unofficial/appname.bmp Binary files differnew file mode 100644 index 000000000..e12534aca --- /dev/null +++ b/application/palemoon/branding/unofficial/appname.bmp diff --git a/application/palemoon/branding/unofficial/branding.nsi b/application/palemoon/branding/unofficial/branding.nsi new file mode 100644 index 000000000..cf1642eaf --- /dev/null +++ b/application/palemoon/branding/unofficial/branding.nsi @@ -0,0 +1,40 @@ +# 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/. + +# NSIS branding defines for unofficial builds. +# The official release build branding.nsi is located in other-license/branding/firefox/ +# The nightly build branding.nsi is located in browser/installer/windows/nsis/ + +# BrandFullNameInternal is used for some registry and file system values +# instead of BrandFullName and typically should not be modified. +!define BrandFullNameInternal "New Moon" +!define CompanyName "Moonchild Productions" +!define URLInfoAbout "http://www.palemoon.org" +!define URLUpdateInfo "http://www.palemoon.org" + +!define URLManualDownload "http://www.palemoon.org/download-ng.shtml" +!define Channel "unofficial" + +# Dialog units are used so the UI displays correctly with the system's DPI +# settings. +# The dialog units for the bitmap's dimensions should match exactly with the +# bitmap's width and height in pixels. +!define APPNAME_BMP_WIDTH_DU 159u +!define APPNAME_BMP_HEIGHT_DU 26u +!define INTRO_BLURB_WIDTH_DU "230u" +!define INTRO_BLURB_EDGE_DU "198u" +!define INTRO_BLURB_LTR_TOP_DU "16u" +!define INTRO_BLURB_RTL_TOP_DU "11u" + +# UI Colors that can be customized for each channel +!define FOOTER_CONTROL_TEXT_COLOR_NORMAL 0x000000 +!define FOOTER_CONTROL_TEXT_COLOR_FADED 0x999999 +!define FOOTER_BKGRD_COLOR 0xFFFFFF +!define INTRO_BLURB_TEXT_COLOR 0xFFFFFF +!define OPTIONS_TEXT_COLOR_NORMAL 0xFFFFFF +!define OPTIONS_TEXT_COLOR_FADED 0xA1AAB3 +!define OPTIONS_BKGRD_COLOR 0x0F1B26 +!define INSTALL_BLURB_TEXT_COLOR 0xFFFFFF +!define INSTALL_PROGRESS_TEXT_COLOR_NORMAL 0xFFFFFF +!define INSTALL_PROGRESS_TEXT_COLOR_FADED 0xA1AAB3 diff --git a/application/palemoon/branding/unofficial/configure.sh b/application/palemoon/branding/unofficial/configure.sh new file mode 100644 index 000000000..05a1e1b87 --- /dev/null +++ b/application/palemoon/branding/unofficial/configure.sh @@ -0,0 +1,5 @@ +# 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/. + +MOZ_APP_DISPLAYNAME=NewMoon diff --git a/application/palemoon/branding/unofficial/content/about-background.png b/application/palemoon/branding/unofficial/content/about-background.png Binary files differnew file mode 100644 index 000000000..006818637 --- /dev/null +++ b/application/palemoon/branding/unofficial/content/about-background.png diff --git a/application/palemoon/branding/unofficial/content/about-logo.png b/application/palemoon/branding/unofficial/content/about-logo.png Binary files differnew file mode 100644 index 000000000..4c05766bb --- /dev/null +++ b/application/palemoon/branding/unofficial/content/about-logo.png diff --git a/application/palemoon/branding/unofficial/content/about-logo@2x.png b/application/palemoon/branding/unofficial/content/about-logo@2x.png Binary files differnew file mode 100644 index 000000000..db6b4d850 --- /dev/null +++ b/application/palemoon/branding/unofficial/content/about-logo@2x.png diff --git a/application/palemoon/branding/unofficial/content/about-wordmark.png b/application/palemoon/branding/unofficial/content/about-wordmark.png Binary files differnew file mode 100644 index 000000000..41889ba39 --- /dev/null +++ b/application/palemoon/branding/unofficial/content/about-wordmark.png diff --git a/application/palemoon/branding/unofficial/content/about-wordmark.svg b/application/palemoon/branding/unofficial/content/about-wordmark.svg new file mode 100644 index 000000000..fd0f1745e --- /dev/null +++ b/application/palemoon/branding/unofficial/content/about-wordmark.svg @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> + +<svg version="1.1" id="aboutWordmark" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="132px" height="48px" viewBox="0 0 132 48" xml:space="preserve"> + + <path fill="#55575C"/> + +</svg> diff --git a/application/palemoon/branding/unofficial/content/about.png b/application/palemoon/branding/unofficial/content/about.png Binary files differnew file mode 100644 index 000000000..7457f5e24 --- /dev/null +++ b/application/palemoon/branding/unofficial/content/about.png diff --git a/application/palemoon/branding/unofficial/content/aboutDialog.css b/application/palemoon/branding/unofficial/content/aboutDialog.css new file mode 100644 index 000000000..3f7c5ec23 --- /dev/null +++ b/application/palemoon/branding/unofficial/content/aboutDialog.css @@ -0,0 +1,24 @@ +/* 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; +} + +.text-link { + color: #eef !important; +} + +#PMrightBox { + /* this margin prevents text from overlapping the planet image */ + margin-left: 280px; + margin-right: 20px; +} + +#PMbottomBox { + background-color: rgba(0,0,0,.7); +} diff --git a/application/palemoon/branding/unofficial/content/icon48.png b/application/palemoon/branding/unofficial/content/icon48.png Binary files differnew file mode 100644 index 000000000..46b752d08 --- /dev/null +++ b/application/palemoon/branding/unofficial/content/icon48.png diff --git a/application/palemoon/branding/unofficial/content/icon64.png b/application/palemoon/branding/unofficial/content/icon64.png Binary files differnew file mode 100644 index 000000000..23aabb4b1 --- /dev/null +++ b/application/palemoon/branding/unofficial/content/icon64.png diff --git a/application/palemoon/branding/unofficial/content/jar.mn b/application/palemoon/branding/unofficial/content/jar.mn new file mode 100644 index 000000000..821aa03bc --- /dev/null +++ b/application/palemoon/branding/unofficial/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.svg (about-wordmark.svg) + 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/unofficial/content/moz.build b/application/palemoon/branding/unofficial/content/moz.build new file mode 100644 index 000000000..35f6d454a --- /dev/null +++ b/application/palemoon/branding/unofficial/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 diff --git a/application/palemoon/branding/unofficial/default16.png b/application/palemoon/branding/unofficial/default16.png Binary files differnew file mode 100644 index 000000000..d115f712a --- /dev/null +++ b/application/palemoon/branding/unofficial/default16.png diff --git a/application/palemoon/branding/unofficial/default32.png b/application/palemoon/branding/unofficial/default32.png Binary files differnew file mode 100644 index 000000000..8bc578f0d --- /dev/null +++ b/application/palemoon/branding/unofficial/default32.png diff --git a/application/palemoon/branding/unofficial/default48.png b/application/palemoon/branding/unofficial/default48.png Binary files differnew file mode 100644 index 000000000..a9ae407b6 --- /dev/null +++ b/application/palemoon/branding/unofficial/default48.png diff --git a/application/palemoon/branding/unofficial/disk.icns b/application/palemoon/branding/unofficial/disk.icns Binary files differnew file mode 100644 index 000000000..e97e49058 --- /dev/null +++ b/application/palemoon/branding/unofficial/disk.icns diff --git a/application/palemoon/branding/unofficial/document.icns b/application/palemoon/branding/unofficial/document.icns Binary files differnew file mode 100644 index 000000000..dd5f7aa89 --- /dev/null +++ b/application/palemoon/branding/unofficial/document.icns diff --git a/application/palemoon/branding/unofficial/document.ico b/application/palemoon/branding/unofficial/document.ico Binary files differnew file mode 100644 index 000000000..44a707bc5 --- /dev/null +++ b/application/palemoon/branding/unofficial/document.ico diff --git a/application/palemoon/branding/unofficial/dsstore b/application/palemoon/branding/unofficial/dsstore Binary files differnew file mode 100644 index 000000000..bbba9ecce --- /dev/null +++ b/application/palemoon/branding/unofficial/dsstore diff --git a/application/palemoon/branding/unofficial/firefox.icns b/application/palemoon/branding/unofficial/firefox.icns Binary files differnew file mode 100644 index 000000000..117ddb195 --- /dev/null +++ b/application/palemoon/branding/unofficial/firefox.icns diff --git a/application/palemoon/branding/unofficial/firefox.ico b/application/palemoon/branding/unofficial/firefox.ico Binary files differnew file mode 100644 index 000000000..e4d319576 --- /dev/null +++ b/application/palemoon/branding/unofficial/firefox.ico diff --git a/application/palemoon/branding/unofficial/locales/en-US/brand.dtd b/application/palemoon/branding/unofficial/locales/en-US/brand.dtd new file mode 100644 index 000000000..a90d52441 --- /dev/null +++ b/application/palemoon/branding/unofficial/locales/en-US/brand.dtd @@ -0,0 +1,8 @@ +<!-- 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/. --> + +<!ENTITY brandShortName "New Moon"> +<!ENTITY brandFullName "New Moon"> +<!ENTITY vendorShortName "Moonchild"> +<!ENTITY trademarkInfo.part1 " "> diff --git a/application/palemoon/branding/unofficial/locales/en-US/brand.properties b/application/palemoon/branding/unofficial/locales/en-US/brand.properties new file mode 100644 index 000000000..863a7c83b --- /dev/null +++ b/application/palemoon/branding/unofficial/locales/en-US/brand.properties @@ -0,0 +1,9 @@ +# 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/. + +brandShortName=New Moon +brandFullName=New Moon +vendorShortName=Moonchild + +syncBrandShortName=Sync diff --git a/application/palemoon/branding/unofficial/locales/jar.mn b/application/palemoon/branding/unofficial/locales/jar.mn new file mode 100644 index 000000000..88aa07434 --- /dev/null +++ b/application/palemoon/branding/unofficial/locales/jar.mn @@ -0,0 +1,12 @@ +#filter substitution +# 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/. + + +@AB_CD@.jar: +% locale branding @AB_CD@ %locale/branding/ +# Unofficial branding only exists in en-US + locale/branding/brand.dtd (en-US/brand.dtd) + locale/branding/brand.properties (en-US/brand.properties) + locale/branding/browserconfig.properties (../../shared/locales/browserconfig.properties) diff --git a/application/palemoon/branding/unofficial/locales/moz.build b/application/palemoon/branding/unofficial/locales/moz.build new file mode 100644 index 000000000..3a54c0cd2 --- /dev/null +++ b/application/palemoon/branding/unofficial/locales/moz.build @@ -0,0 +1,9 @@ +# -*- 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/. + +DEFINES['MOZ_DISTRIBUTION_ID_UNQUOTED'] = CONFIG['MOZ_DISTRIBUTION_ID'] + +JAR_MANIFESTS += ['jar.mn']
\ No newline at end of file diff --git a/application/palemoon/branding/unofficial/moz.build b/application/palemoon/branding/unofficial/moz.build new file mode 100644 index 000000000..847510ec0 --- /dev/null +++ b/application/palemoon/branding/unofficial/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/. + +include('../shared/branding.mozbuild') diff --git a/application/palemoon/branding/unofficial/mozicon128.png b/application/palemoon/branding/unofficial/mozicon128.png Binary files differnew file mode 100644 index 000000000..4617ee6e6 --- /dev/null +++ b/application/palemoon/branding/unofficial/mozicon128.png diff --git a/application/palemoon/branding/unofficial/palemoon.VisualElementsManifest.xml b/application/palemoon/branding/unofficial/palemoon.VisualElementsManifest.xml new file mode 100644 index 000000000..070bfc99a --- /dev/null +++ b/application/palemoon/branding/unofficial/palemoon.VisualElementsManifest.xml @@ -0,0 +1,8 @@ +<Application xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'> + <VisualElements + ShowNameOnSquare150x150Logo='on' + Square150x150Logo='browser\VisualElements\VisualElements_150.png' + Square70x70Logo='browser\VisualElements\VisualElements_70.png' + ForegroundText='light' + BackgroundColor='#171717'/> +</Application> diff --git a/application/palemoon/branding/unofficial/pref/palemoon-branding.js b/application/palemoon/branding/unofficial/pref/palemoon-branding.js new file mode 100644 index 000000000..bf46b747a --- /dev/null +++ b/application/palemoon/branding/unofficial/pref/palemoon-branding.js @@ -0,0 +1,11 @@ +#filter substitution
+#filter emptyLines
+#include ../../shared/pref/preferences.inc
+#include ../../shared/pref/uaoverrides.inc
+
+pref("startup.homepage_override_url","http://www.palemoon.org/unofficial.shtml");
+pref("app.releaseNotesURL", "http://www.palemoon.org/releasenotes.shtml");
+
+// Updates disabled
+pref("app.update.enabled", false);
+pref("app.update.url", "");
diff --git a/application/palemoon/branding/unofficial/wizHeader.bmp b/application/palemoon/branding/unofficial/wizHeader.bmp Binary files differnew file mode 100644 index 000000000..a56699666 --- /dev/null +++ b/application/palemoon/branding/unofficial/wizHeader.bmp diff --git a/application/palemoon/branding/unofficial/wizHeaderRTL.bmp b/application/palemoon/branding/unofficial/wizHeaderRTL.bmp Binary files differnew file mode 100644 index 000000000..137fe5b24 --- /dev/null +++ b/application/palemoon/branding/unofficial/wizHeaderRTL.bmp diff --git a/application/palemoon/branding/unofficial/wizWatermark.bmp b/application/palemoon/branding/unofficial/wizWatermark.bmp Binary files differnew file mode 100644 index 000000000..b22926140 --- /dev/null +++ b/application/palemoon/branding/unofficial/wizWatermark.bmp |