summaryrefslogtreecommitdiffstats
path: root/application/palemoon/branding/unstable/content
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2018-02-02 03:35:06 -0500
committerMatt A. Tobin <email@mattatobin.com>2018-02-02 03:35:06 -0500
commit49ee0794b5d912db1f95dce6eb52d781dc210db5 (patch)
tree6efefe6a09feb09d965932b24e10436b9ac8189c /application/palemoon/branding/unstable/content
parente72ef92b5bdc43cd2584198e2e54e951b70299e8 (diff)
downloadUXP-49ee0794b5d912db1f95dce6eb52d781dc210db5.tar
UXP-49ee0794b5d912db1f95dce6eb52d781dc210db5.tar.gz
UXP-49ee0794b5d912db1f95dce6eb52d781dc210db5.tar.lz
UXP-49ee0794b5d912db1f95dce6eb52d781dc210db5.tar.xz
UXP-49ee0794b5d912db1f95dce6eb52d781dc210db5.zip
Add Pale Moon
Diffstat (limited to 'application/palemoon/branding/unstable/content')
-rw-r--r--application/palemoon/branding/unstable/content/about-background.pngbin0 -> 330757 bytes
-rw-r--r--application/palemoon/branding/unstable/content/about-logo.pngbin0 -> 42470 bytes
-rw-r--r--application/palemoon/branding/unstable/content/about-logo@2x.pngbin0 -> 120348 bytes
-rw-r--r--application/palemoon/branding/unstable/content/about-wordmark.pngbin0 -> 2197 bytes
-rw-r--r--application/palemoon/branding/unstable/content/about-wordmark.svg8
-rw-r--r--application/palemoon/branding/unstable/content/about.pngbin0 -> 55384 bytes
-rw-r--r--application/palemoon/branding/unstable/content/aboutDialog.css47
-rw-r--r--application/palemoon/branding/unstable/content/icon48.pngbin0 -> 4855 bytes
-rw-r--r--application/palemoon/branding/unstable/content/icon64.pngbin0 -> 6531 bytes
-rw-r--r--application/palemoon/branding/unstable/content/jar.mn16
-rw-r--r--application/palemoon/branding/unstable/content/moz.build8
11 files changed, 79 insertions, 0 deletions
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
--- /dev/null
+++ b/application/palemoon/branding/unstable/content/about-background.png
Binary files 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
--- /dev/null
+++ b/application/palemoon/branding/unstable/content/about-logo.png
Binary files 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
--- /dev/null
+++ b/application/palemoon/branding/unstable/content/about-logo@2x.png
Binary files 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
--- /dev/null
+++ b/application/palemoon/branding/unstable/content/about-wordmark.png
Binary files 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 @@
+<?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/unstable/content/about.png b/application/palemoon/branding/unstable/content/about.png
new file mode 100644
index 000000000..d158863ca
--- /dev/null
+++ b/application/palemoon/branding/unstable/content/about.png
Binary files 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
--- /dev/null
+++ b/application/palemoon/branding/unstable/content/icon48.png
Binary files 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
--- /dev/null
+++ b/application/palemoon/branding/unstable/content/icon64.png
Binary files 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