summaryrefslogtreecommitdiffstats
path: root/branding/unstable/content
diff options
context:
space:
mode:
Diffstat (limited to 'branding/unstable/content')
-rw-r--r--branding/unstable/content/about-background.jpgbin115006 -> 0 bytes
-rw-r--r--branding/unstable/content/about-logo.pngbin42470 -> 0 bytes
-rw-r--r--branding/unstable/content/about-logo@2x.pngbin120348 -> 0 bytes
-rw-r--r--branding/unstable/content/about-wordmark.pngbin11708 -> 0 bytes
-rw-r--r--branding/unstable/content/about.pngbin55384 -> 0 bytes
-rw-r--r--branding/unstable/content/aboutDialog.css53
-rw-r--r--branding/unstable/content/icon48.pngbin4855 -> 0 bytes
-rw-r--r--branding/unstable/content/icon64.pngbin6531 -> 0 bytes
-rw-r--r--branding/unstable/content/jar.mn16
-rw-r--r--branding/unstable/content/moz.build7
10 files changed, 0 insertions, 76 deletions
diff --git a/branding/unstable/content/about-background.jpg b/branding/unstable/content/about-background.jpg
deleted file mode 100644
index a33b331..0000000
--- a/branding/unstable/content/about-background.jpg
+++ /dev/null
Binary files differ
diff --git a/branding/unstable/content/about-logo.png b/branding/unstable/content/about-logo.png
deleted file mode 100644
index aa79de6..0000000
--- a/branding/unstable/content/about-logo.png
+++ /dev/null
Binary files differ
diff --git a/branding/unstable/content/about-logo@2x.png b/branding/unstable/content/about-logo@2x.png
deleted file mode 100644
index 5d507a6..0000000
--- a/branding/unstable/content/about-logo@2x.png
+++ /dev/null
Binary files differ
diff --git a/branding/unstable/content/about-wordmark.png b/branding/unstable/content/about-wordmark.png
deleted file mode 100644
index bf09f15..0000000
--- a/branding/unstable/content/about-wordmark.png
+++ /dev/null
Binary files differ
diff --git a/branding/unstable/content/about.png b/branding/unstable/content/about.png
deleted file mode 100644
index d158863..0000000
--- a/branding/unstable/content/about.png
+++ /dev/null
Binary files differ
diff --git a/branding/unstable/content/aboutDialog.css b/branding/unstable/content/aboutDialog.css
deleted file mode 100644
index de71f25..0000000
--- a/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/branding/unstable/content/icon48.png b/branding/unstable/content/icon48.png
deleted file mode 100644
index 9572134..0000000
--- a/branding/unstable/content/icon48.png
+++ /dev/null
Binary files differ
diff --git a/branding/unstable/content/icon64.png b/branding/unstable/content/icon64.png
deleted file mode 100644
index c370f33..0000000
--- a/branding/unstable/content/icon64.png
+++ /dev/null
Binary files differ
diff --git a/branding/unstable/content/jar.mn b/branding/unstable/content/jar.mn
deleted file mode 100644
index fcb7890..0000000
--- a/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/branding/unstable/content/moz.build b/branding/unstable/content/moz.build
deleted file mode 100644
index c97072b..0000000
--- a/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