summaryrefslogtreecommitdiffstats
path: root/application/palemoon/branding/unstable/content
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2019-12-14 14:37:24 -0500
committerMatt A. Tobin <email@mattatobin.com>2019-12-14 14:37:24 -0500
commit4e34c57467a8d38d593c6fbb7c0d63c3257e99f0 (patch)
treeff5ee62f90cebe34f23f734669e2c526d783caf0 /application/palemoon/branding/unstable/content
parentdacb3da00bd17e69f1a8f1080668808a5f3fe431 (diff)
downloadUXP-4e34c57467a8d38d593c6fbb7c0d63c3257e99f0.tar
UXP-4e34c57467a8d38d593c6fbb7c0d63c3257e99f0.tar.gz
UXP-4e34c57467a8d38d593c6fbb7c0d63c3257e99f0.tar.lz
UXP-4e34c57467a8d38d593c6fbb7c0d63c3257e99f0.tar.xz
UXP-4e34c57467a8d38d593c6fbb7c0d63c3257e99f0.zip
Remove Pale Moon from the Unified XUL Platform repository
Development will proceed at https://github.com/MoonchildProductions/Pale-Moon
Diffstat (limited to 'application/palemoon/branding/unstable/content')
-rw-r--r--application/palemoon/branding/unstable/content/about-background.jpgbin115006 -> 0 bytes
-rw-r--r--application/palemoon/branding/unstable/content/about-logo.pngbin42470 -> 0 bytes
-rw-r--r--application/palemoon/branding/unstable/content/about-logo@2x.pngbin120348 -> 0 bytes
-rw-r--r--application/palemoon/branding/unstable/content/about-wordmark.pngbin11708 -> 0 bytes
-rw-r--r--application/palemoon/branding/unstable/content/about.pngbin55384 -> 0 bytes
-rw-r--r--application/palemoon/branding/unstable/content/aboutDialog.css53
-rw-r--r--application/palemoon/branding/unstable/content/icon48.pngbin4855 -> 0 bytes
-rw-r--r--application/palemoon/branding/unstable/content/icon64.pngbin6531 -> 0 bytes
-rw-r--r--application/palemoon/branding/unstable/content/jar.mn16
-rw-r--r--application/palemoon/branding/unstable/content/moz.build7
10 files changed, 0 insertions, 76 deletions
diff --git a/application/palemoon/branding/unstable/content/about-background.jpg b/application/palemoon/branding/unstable/content/about-background.jpg
deleted file mode 100644
index a33b33183..000000000
--- a/application/palemoon/branding/unstable/content/about-background.jpg
+++ /dev/null
Binary files differ
diff --git a/application/palemoon/branding/unstable/content/about-logo.png b/application/palemoon/branding/unstable/content/about-logo.png
deleted file mode 100644
index aa79de65f..000000000
--- a/application/palemoon/branding/unstable/content/about-logo.png
+++ /dev/null
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
deleted file mode 100644
index 5d507a614..000000000
--- a/application/palemoon/branding/unstable/content/about-logo@2x.png
+++ /dev/null
Binary files differ
diff --git a/application/palemoon/branding/unstable/content/about-wordmark.png b/application/palemoon/branding/unstable/content/about-wordmark.png
deleted file mode 100644
index bf09f15a0..000000000
--- a/application/palemoon/branding/unstable/content/about-wordmark.png
+++ /dev/null
Binary files differ
diff --git a/application/palemoon/branding/unstable/content/about.png b/application/palemoon/branding/unstable/content/about.png
deleted file mode 100644
index d158863ca..000000000
--- a/application/palemoon/branding/unstable/content/about.png
+++ /dev/null
Binary files differ
diff --git a/application/palemoon/branding/unstable/content/aboutDialog.css b/application/palemoon/branding/unstable/content/aboutDialog.css
deleted file mode 100644
index de71f259c..000000000
--- a/application/palemoon/branding/unstable/content/aboutDialog.css
+++ /dev/null
@@ -1,53 +0,0 @@
-/* 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.jpg");
- background-repeat: no-repeat;
- background-color: #D5BC9A;
- color: #202010;
-}
-
-#aboutHeaderBox {
- background-image: url("chrome://branding/content/about-wordmark.png");
- background-repeat: no-repeat;
- background-position: center center;
- height: 44px;
-}
-
-#aboutVersionBox {
- text-shadow: 1px 1px 0px #D5BC9A;
-}
-
-#aboutTextBox {
- animation: 3s fadeIn;
- animation-fill-mode: forwards;
- text-shadow: 1px 1px 0px #D5BC9A;
- color: #202010;
-}
-
-@keyframes fadeIn {
- 0% {
- opacity: 0;
- }
- 50% {
- opacity: 0;
- }
- 100% {
- opacity: 1;
- }
-}
-
-#aboutLinkBox {
- padding: 15px 10px 0;
-}
-
-#aboutPMtrademark {
- font-size: 10px;
- text-align: center;
- color: #C0C0C0;
- text-shadow: 1px 1px 0px #000000;
- margin-top: 10px;
- margin-bottom: 10px;
-}
diff --git a/application/palemoon/branding/unstable/content/icon48.png b/application/palemoon/branding/unstable/content/icon48.png
deleted file mode 100644
index 957213485..000000000
--- a/application/palemoon/branding/unstable/content/icon48.png
+++ /dev/null
Binary files differ
diff --git a/application/palemoon/branding/unstable/content/icon64.png b/application/palemoon/branding/unstable/content/icon64.png
deleted file mode 100644
index c370f3311..000000000
--- a/application/palemoon/branding/unstable/content/icon64.png
+++ /dev/null
Binary files differ
diff --git a/application/palemoon/branding/unstable/content/jar.mn b/application/palemoon/branding/unstable/content/jar.mn
deleted file mode 100644
index fcb789031..000000000
--- a/application/palemoon/branding/unstable/content/jar.mn
+++ /dev/null
@@ -1,16 +0,0 @@
-# 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.jpg (about-background.jpg)
- 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
deleted file mode 100644
index c97072bba..000000000
--- a/application/palemoon/branding/unstable/content/moz.build
+++ /dev/null
@@ -1,7 +0,0 @@
-# -*- 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