diff options
Diffstat (limited to 'application/palemoon/branding/unofficial/content')
-rw-r--r-- | application/palemoon/branding/unofficial/content/about-background.png | bin | 0 -> 67058 bytes | |||
-rw-r--r-- | application/palemoon/branding/unofficial/content/about-logo.png | bin | 0 -> 15708 bytes | |||
-rw-r--r-- | application/palemoon/branding/unofficial/content/about-logo@2x.png | bin | 0 -> 49779 bytes | |||
-rw-r--r-- | application/palemoon/branding/unofficial/content/about-wordmark.png | bin | 0 -> 251 bytes | |||
-rw-r--r-- | application/palemoon/branding/unofficial/content/about-wordmark.svg | 8 | ||||
-rw-r--r-- | application/palemoon/branding/unofficial/content/about.png | bin | 0 -> 13027 bytes | |||
-rw-r--r-- | application/palemoon/branding/unofficial/content/aboutDialog.css | 24 | ||||
-rw-r--r-- | application/palemoon/branding/unofficial/content/icon48.png | bin | 0 -> 2145 bytes | |||
-rw-r--r-- | application/palemoon/branding/unofficial/content/icon64.png | bin | 0 -> 3025 bytes | |||
-rw-r--r-- | application/palemoon/branding/unofficial/content/jar.mn | 16 | ||||
-rw-r--r-- | application/palemoon/branding/unofficial/content/moz.build | 8 |
11 files changed, 56 insertions, 0 deletions
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 |