summaryrefslogtreecommitdiff
path: root/other-licenses/branding/palemoon/unstable/content
diff options
context:
space:
mode:
Diffstat (limited to 'other-licenses/branding/palemoon/unstable/content')
-rw-r--r--other-licenses/branding/palemoon/unstable/content/about-background.jpgbin0 -> 115006 bytes
-rw-r--r--other-licenses/branding/palemoon/unstable/content/about-logo.pngbin0 -> 42470 bytes
-rw-r--r--other-licenses/branding/palemoon/unstable/content/about-logo@2x.pngbin0 -> 120348 bytes
-rw-r--r--other-licenses/branding/palemoon/unstable/content/about-wordmark.pngbin0 -> 11708 bytes
-rw-r--r--other-licenses/branding/palemoon/unstable/content/about.pngbin0 -> 55384 bytes
-rw-r--r--other-licenses/branding/palemoon/unstable/content/aboutDialog.css49
-rw-r--r--other-licenses/branding/palemoon/unstable/content/icon48.pngbin0 -> 4855 bytes
-rw-r--r--other-licenses/branding/palemoon/unstable/content/icon64.pngbin0 -> 6531 bytes
-rw-r--r--other-licenses/branding/palemoon/unstable/content/jar.mn12
-rw-r--r--other-licenses/branding/palemoon/unstable/content/moz.build3
10 files changed, 64 insertions, 0 deletions
diff --git a/other-licenses/branding/palemoon/unstable/content/about-background.jpg b/other-licenses/branding/palemoon/unstable/content/about-background.jpg
new file mode 100644
index 000000000..a33b33183
--- /dev/null
+++ b/other-licenses/branding/palemoon/unstable/content/about-background.jpg
Binary files differ
diff --git a/other-licenses/branding/palemoon/unstable/content/about-logo.png b/other-licenses/branding/palemoon/unstable/content/about-logo.png
new file mode 100644
index 000000000..aa79de65f
--- /dev/null
+++ b/other-licenses/branding/palemoon/unstable/content/about-logo.png
Binary files differ
diff --git a/other-licenses/branding/palemoon/unstable/content/about-logo@2x.png b/other-licenses/branding/palemoon/unstable/content/about-logo@2x.png
new file mode 100644
index 000000000..5d507a614
--- /dev/null
+++ b/other-licenses/branding/palemoon/unstable/content/about-logo@2x.png
Binary files differ
diff --git a/other-licenses/branding/palemoon/unstable/content/about-wordmark.png b/other-licenses/branding/palemoon/unstable/content/about-wordmark.png
new file mode 100644
index 000000000..bf09f15a0
--- /dev/null
+++ b/other-licenses/branding/palemoon/unstable/content/about-wordmark.png
Binary files differ
diff --git a/other-licenses/branding/palemoon/unstable/content/about.png b/other-licenses/branding/palemoon/unstable/content/about.png
new file mode 100644
index 000000000..d158863ca
--- /dev/null
+++ b/other-licenses/branding/palemoon/unstable/content/about.png
Binary files differ
diff --git a/other-licenses/branding/palemoon/unstable/content/aboutDialog.css b/other-licenses/branding/palemoon/unstable/content/aboutDialog.css
new file mode 100644
index 000000000..fdec99c24
--- /dev/null
+++ b/other-licenses/branding/palemoon/unstable/content/aboutDialog.css
@@ -0,0 +1,49 @@
+#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/other-licenses/branding/palemoon/unstable/content/icon48.png b/other-licenses/branding/palemoon/unstable/content/icon48.png
new file mode 100644
index 000000000..957213485
--- /dev/null
+++ b/other-licenses/branding/palemoon/unstable/content/icon48.png
Binary files differ
diff --git a/other-licenses/branding/palemoon/unstable/content/icon64.png b/other-licenses/branding/palemoon/unstable/content/icon64.png
new file mode 100644
index 000000000..c370f3311
--- /dev/null
+++ b/other-licenses/branding/palemoon/unstable/content/icon64.png
Binary files differ
diff --git a/other-licenses/branding/palemoon/unstable/content/jar.mn b/other-licenses/branding/palemoon/unstable/content/jar.mn
new file mode 100644
index 000000000..c8aef0dc3
--- /dev/null
+++ b/other-licenses/branding/palemoon/unstable/content/jar.mn
@@ -0,0 +1,12 @@
+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/other-licenses/branding/palemoon/unstable/content/moz.build b/other-licenses/branding/palemoon/unstable/content/moz.build
new file mode 100644
index 000000000..c07ede375
--- /dev/null
+++ b/other-licenses/branding/palemoon/unstable/content/moz.build
@@ -0,0 +1,3 @@
+# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
+
+JAR_MANIFESTS += ['jar.mn']