From c2cab2828af272307671043c1251b076d4b46cce Mon Sep 17 00:00:00 2001 From: Ruben Rodriguez Date: Sun, 8 Mar 2015 15:00:38 +0000 Subject: Added mobile branding files --- data/branding/icecat/content/Makefile.in | 13 ++++ .../icecat/content/VisualElements_logo.png | Bin 0 -> 24397 bytes .../icecat/content/VisualElements_smalllogo.png | Bin 0 -> 2588 bytes .../icecat/content/VisualElements_splashscreen.png | Bin 0 -> 75713 bytes data/branding/icecat/content/about-background.png | Bin 0 -> 122354 bytes data/branding/icecat/content/about-logo.png | Bin 0 -> 39671 bytes data/branding/icecat/content/about-logo@2x.png | Bin 0 -> 114832 bytes data/branding/icecat/content/about-wordmark.png | Bin 0 -> 13188 bytes data/branding/icecat/content/about-wordmark.svg | 78 +++++++++++++++++++++ data/branding/icecat/content/about.png | Bin 0 -> 45212 bytes data/branding/icecat/content/aboutDialog.css | 44 ++++++++++++ data/branding/icecat/content/icon48.png | Bin 0 -> 5395 bytes data/branding/icecat/content/icon64.png | Bin 0 -> 7318 bytes .../icecat/content/identity-icons-brand.png | Bin 0 -> 1601 bytes .../icecat/content/identity-icons-brand@2x.png | Bin 0 -> 4114 bytes data/branding/icecat/content/jar.mn | 26 +++++++ .../branding/icecat/content/metro-about-footer.png | Bin 0 -> 93828 bytes .../icecat/content/metro-about-wordmark.png | Bin 0 -> 2298 bytes data/branding/icecat/content/metro-about.css | 14 ++++ .../icecat/content/metro_firstrun_logo.png | Bin 0 -> 49057 bytes .../icecat/content/metro_firstrun_logo@1.4x.png | Bin 0 -> 83476 bytes .../icecat/content/metro_firstrun_logo@1.8x.png | Bin 0 -> 117482 bytes data/branding/icecat/content/moz.build | 7 ++ 23 files changed, 182 insertions(+) create mode 100644 data/branding/icecat/content/Makefile.in create mode 100644 data/branding/icecat/content/VisualElements_logo.png create mode 100644 data/branding/icecat/content/VisualElements_smalllogo.png create mode 100644 data/branding/icecat/content/VisualElements_splashscreen.png create mode 100644 data/branding/icecat/content/about-background.png create mode 100644 data/branding/icecat/content/about-logo.png create mode 100644 data/branding/icecat/content/about-logo@2x.png create mode 100644 data/branding/icecat/content/about-wordmark.png create mode 100644 data/branding/icecat/content/about-wordmark.svg create mode 100644 data/branding/icecat/content/about.png create mode 100644 data/branding/icecat/content/aboutDialog.css create mode 100644 data/branding/icecat/content/icon48.png create mode 100644 data/branding/icecat/content/icon64.png create mode 100644 data/branding/icecat/content/identity-icons-brand.png create mode 100644 data/branding/icecat/content/identity-icons-brand@2x.png create mode 100644 data/branding/icecat/content/jar.mn create mode 100644 data/branding/icecat/content/metro-about-footer.png create mode 100644 data/branding/icecat/content/metro-about-wordmark.png create mode 100644 data/branding/icecat/content/metro-about.css create mode 100644 data/branding/icecat/content/metro_firstrun_logo.png create mode 100644 data/branding/icecat/content/metro_firstrun_logo@1.4x.png create mode 100644 data/branding/icecat/content/metro_firstrun_logo@1.8x.png create mode 100644 data/branding/icecat/content/moz.build (limited to 'data/branding/icecat/content') diff --git a/data/branding/icecat/content/Makefile.in b/data/branding/icecat/content/Makefile.in new file mode 100644 index 0000000..2d17f36 --- /dev/null +++ b/data/branding/icecat/content/Makefile.in @@ -0,0 +1,13 @@ +# 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/. + +# Branding Makefile +# - jars chrome artwork + +# resources needed for the metro tile interface +ifeq ($(MOZ_WIDGET_TOOLKIT) $(DIST_SUBDIR),windows metro) +TILE_FILES := $(wildcard $(srcdir)/VisualElements*) +TILE_DEST := $(DIST)/bin/tileresources +INSTALL_TARGETS += TILE +endif diff --git a/data/branding/icecat/content/VisualElements_logo.png b/data/branding/icecat/content/VisualElements_logo.png new file mode 100644 index 0000000..0cbf367 Binary files /dev/null and b/data/branding/icecat/content/VisualElements_logo.png differ diff --git a/data/branding/icecat/content/VisualElements_smalllogo.png b/data/branding/icecat/content/VisualElements_smalllogo.png new file mode 100644 index 0000000..425f9fd Binary files /dev/null and b/data/branding/icecat/content/VisualElements_smalllogo.png differ diff --git a/data/branding/icecat/content/VisualElements_splashscreen.png b/data/branding/icecat/content/VisualElements_splashscreen.png new file mode 100644 index 0000000..484ac2f Binary files /dev/null and b/data/branding/icecat/content/VisualElements_splashscreen.png differ diff --git a/data/branding/icecat/content/about-background.png b/data/branding/icecat/content/about-background.png new file mode 100644 index 0000000..f626f74 Binary files /dev/null and b/data/branding/icecat/content/about-background.png differ diff --git a/data/branding/icecat/content/about-logo.png b/data/branding/icecat/content/about-logo.png new file mode 100644 index 0000000..c5a226c Binary files /dev/null and b/data/branding/icecat/content/about-logo.png differ diff --git a/data/branding/icecat/content/about-logo@2x.png b/data/branding/icecat/content/about-logo@2x.png new file mode 100644 index 0000000..1c4dea8 Binary files /dev/null and b/data/branding/icecat/content/about-logo@2x.png differ diff --git a/data/branding/icecat/content/about-wordmark.png b/data/branding/icecat/content/about-wordmark.png new file mode 100644 index 0000000..e4ba2e2 Binary files /dev/null and b/data/branding/icecat/content/about-wordmark.png differ diff --git a/data/branding/icecat/content/about-wordmark.svg b/data/branding/icecat/content/about-wordmark.svg new file mode 100644 index 0000000..7c73566 --- /dev/null +++ b/data/branding/icecat/content/about-wordmark.svg @@ -0,0 +1,78 @@ + +image/svg+xml + + + + + + + \ No newline at end of file diff --git a/data/branding/icecat/content/about.png b/data/branding/icecat/content/about.png new file mode 100644 index 0000000..93bf0dd Binary files /dev/null and b/data/branding/icecat/content/about.png differ diff --git a/data/branding/icecat/content/aboutDialog.css b/data/branding/icecat/content/aboutDialog.css new file mode 100644 index 0000000..f3f6491 --- /dev/null +++ b/data/branding/icecat/content/aboutDialog.css @@ -0,0 +1,44 @@ +/* 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/. */ + +#clientBox { + background-color: #F7F7F7; + color: #222222; +} + +#leftBox { + background-image: url("chrome://branding/content/about-logo.png"); + background-repeat: no-repeat; + background-size: 192px auto; + /* min-width and min-height create room for the logo */ + min-width: 210px; + min-height: 210px; + margin-top: 20px; + -moz-margin-start: 30px; +} + + +@media (min-resolution: 2dppx) { + #leftBox { + background-image: url("chrome://branding/content/about-logo@2x.png"); + } +} + +#rightBox { + margin-left: 30px; + margin-right: 30px; + min-width: 300px; +} + +#updateDeck > hbox > label:not([class="text-link"]) { + color: #909090; +} + +#trademark { + font-size: xx-small; + text-align: center; + color: #999999; + margin-top: 10px; + margin-bottom: 10px; +} diff --git a/data/branding/icecat/content/icon48.png b/data/branding/icecat/content/icon48.png new file mode 100644 index 0000000..2f18a7d Binary files /dev/null and b/data/branding/icecat/content/icon48.png differ diff --git a/data/branding/icecat/content/icon64.png b/data/branding/icecat/content/icon64.png new file mode 100644 index 0000000..16e1d6e Binary files /dev/null and b/data/branding/icecat/content/icon64.png differ diff --git a/data/branding/icecat/content/identity-icons-brand.png b/data/branding/icecat/content/identity-icons-brand.png new file mode 100644 index 0000000..b26b76d Binary files /dev/null and b/data/branding/icecat/content/identity-icons-brand.png differ diff --git a/data/branding/icecat/content/identity-icons-brand@2x.png b/data/branding/icecat/content/identity-icons-brand@2x.png new file mode 100644 index 0000000..41e9a1d Binary files /dev/null and b/data/branding/icecat/content/identity-icons-brand@2x.png differ diff --git a/data/branding/icecat/content/jar.mn b/data/branding/icecat/content/jar.mn new file mode 100644 index 0000000..b692816 --- /dev/null +++ b/data/branding/icecat/content/jar.mn @@ -0,0 +1,26 @@ +# 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-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/icon128.png (../mozicon128.png) + content/branding/identity-icons-brand.png (identity-icons-brand.png) + content/branding/identity-icons-brand@2x.png (identity-icons-brand@2x.png) + content/branding/aboutDialog.css (aboutDialog.css) +#ifdef MOZ_METRO + content/branding/metro-about.css (metro-about.css) + content/branding/metro-about-footer.png (metro-about-footer.png) + content/branding/metro-about-wordmark.png (metro-about-wordmark.png) + content/branding/metro_firstrun_logo.png (metro_firstrun_logo.png) + content/branding/metro_firstrun_logo@1.4x.png (metro_firstrun_logo@1.4x.png) + content/branding/metro_firstrun_logo@1.8x.png (metro_firstrun_logo@1.8x.png) +#endif diff --git a/data/branding/icecat/content/metro-about-footer.png b/data/branding/icecat/content/metro-about-footer.png new file mode 100644 index 0000000..c81a520 Binary files /dev/null and b/data/branding/icecat/content/metro-about-footer.png differ diff --git a/data/branding/icecat/content/metro-about-wordmark.png b/data/branding/icecat/content/metro-about-wordmark.png new file mode 100644 index 0000000..6870bb6 Binary files /dev/null and b/data/branding/icecat/content/metro-about-wordmark.png differ diff --git a/data/branding/icecat/content/metro-about.css b/data/branding/icecat/content/metro-about.css new file mode 100644 index 0000000..70c5c73 --- /dev/null +++ b/data/branding/icecat/content/metro-about.css @@ -0,0 +1,14 @@ +/* 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/. */ + +#about-flyoutpanel { + background-color: #0095dd; + color: white; +} + +#about-policy-label:hover, +#about-policy-label:active { + background: #036fa4; +} + diff --git a/data/branding/icecat/content/metro_firstrun_logo.png b/data/branding/icecat/content/metro_firstrun_logo.png new file mode 100644 index 0000000..8ad7f27 Binary files /dev/null and b/data/branding/icecat/content/metro_firstrun_logo.png differ diff --git a/data/branding/icecat/content/metro_firstrun_logo@1.4x.png b/data/branding/icecat/content/metro_firstrun_logo@1.4x.png new file mode 100644 index 0000000..8a247a8 Binary files /dev/null and b/data/branding/icecat/content/metro_firstrun_logo@1.4x.png differ diff --git a/data/branding/icecat/content/metro_firstrun_logo@1.8x.png b/data/branding/icecat/content/metro_firstrun_logo@1.8x.png new file mode 100644 index 0000000..a716c58 Binary files /dev/null and b/data/branding/icecat/content/metro_firstrun_logo@1.8x.png differ diff --git a/data/branding/icecat/content/moz.build b/data/branding/icecat/content/moz.build new file mode 100644 index 0000000..c97072b --- /dev/null +++ b/data/branding/icecat/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 -- cgit v1.2.3