diff options
Diffstat (limited to 'webbrowser/branding/unofficial/content')
-rw-r--r-- | webbrowser/branding/unofficial/content/about-background.png | bin | 0 -> 95145 bytes | |||
-rw-r--r-- | webbrowser/branding/unofficial/content/about-logo.png | bin | 0 -> 15708 bytes | |||
-rw-r--r-- | webbrowser/branding/unofficial/content/about-logo@2x.png | bin | 0 -> 49779 bytes | |||
-rw-r--r-- | webbrowser/branding/unofficial/content/about.png | bin | 0 -> 13027 bytes | |||
-rw-r--r-- | webbrowser/branding/unofficial/content/aboutDialog.css | 19 | ||||
-rw-r--r-- | webbrowser/branding/unofficial/content/icon48.png | bin | 0 -> 2145 bytes | |||
-rw-r--r-- | webbrowser/branding/unofficial/content/icon64.png | bin | 0 -> 3025 bytes | |||
-rw-r--r-- | webbrowser/branding/unofficial/content/jar.mn | 15 | ||||
-rw-r--r-- | webbrowser/branding/unofficial/content/moz.build | 7 |
9 files changed, 41 insertions, 0 deletions
diff --git a/webbrowser/branding/unofficial/content/about-background.png b/webbrowser/branding/unofficial/content/about-background.png Binary files differnew file mode 100644 index 0000000..c034041 --- /dev/null +++ b/webbrowser/branding/unofficial/content/about-background.png diff --git a/webbrowser/branding/unofficial/content/about-logo.png b/webbrowser/branding/unofficial/content/about-logo.png Binary files differnew file mode 100644 index 0000000..4c05766 --- /dev/null +++ b/webbrowser/branding/unofficial/content/about-logo.png diff --git a/webbrowser/branding/unofficial/content/about-logo@2x.png b/webbrowser/branding/unofficial/content/about-logo@2x.png Binary files differnew file mode 100644 index 0000000..db6b4d8 --- /dev/null +++ b/webbrowser/branding/unofficial/content/about-logo@2x.png diff --git a/webbrowser/branding/unofficial/content/about.png b/webbrowser/branding/unofficial/content/about.png Binary files differnew file mode 100644 index 0000000..7457f5e --- /dev/null +++ b/webbrowser/branding/unofficial/content/about.png diff --git a/webbrowser/branding/unofficial/content/aboutDialog.css b/webbrowser/branding/unofficial/content/aboutDialog.css new file mode 100644 index 0000000..5cc6b42 --- /dev/null +++ b/webbrowser/branding/unofficial/content/aboutDialog.css @@ -0,0 +1,19 @@ +/* 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; +} + +#aboutVersionBox { + /* No wordmark: leave empty space */ + margin-top: 20px; +} + +#aboutLinkBox { + padding: 15px 10px 20px; +} diff --git a/webbrowser/branding/unofficial/content/icon48.png b/webbrowser/branding/unofficial/content/icon48.png Binary files differnew file mode 100644 index 0000000..46b752d --- /dev/null +++ b/webbrowser/branding/unofficial/content/icon48.png diff --git a/webbrowser/branding/unofficial/content/icon64.png b/webbrowser/branding/unofficial/content/icon64.png Binary files differnew file mode 100644 index 0000000..23aabb4 --- /dev/null +++ b/webbrowser/branding/unofficial/content/icon64.png diff --git a/webbrowser/branding/unofficial/content/jar.mn b/webbrowser/branding/unofficial/content/jar.mn new file mode 100644 index 0000000..3536957 --- /dev/null +++ b/webbrowser/branding/unofficial/content/jar.mn @@ -0,0 +1,15 @@ +# 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/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/webbrowser/branding/unofficial/content/moz.build b/webbrowser/branding/unofficial/content/moz.build new file mode 100644 index 0000000..c97072b --- /dev/null +++ b/webbrowser/branding/unofficial/content/moz.build @@ -0,0 +1,7 @@ +# -*- 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 |