From 9af981fc8ac0be2cd4ac344d809fe648e78cbeb3 Mon Sep 17 00:00:00 2001 From: Ruben Rodriguez Date: Thu, 13 Sep 2018 20:41:41 -0400 Subject: Updated branding files for v60 --- data/branding/icecat/content/about-wordmark.svg | 62 +++++++++++++++++++++++++ data/branding/icecat/content/aboutDialog.css | 23 +++++++-- data/branding/icecat/content/jar.mn | 9 ++-- data/branding/icecat/content/silhouette-40.svg | 58 ----------------------- 4 files changed, 85 insertions(+), 67 deletions(-) create mode 100644 data/branding/icecat/content/about-wordmark.svg delete mode 100644 data/branding/icecat/content/silhouette-40.svg (limited to 'data/branding/icecat/content') diff --git a/data/branding/icecat/content/about-wordmark.svg b/data/branding/icecat/content/about-wordmark.svg new file mode 100644 index 0000000..06fcb88 --- /dev/null +++ b/data/branding/icecat/content/about-wordmark.svg @@ -0,0 +1,62 @@ + +image/svg+xml \ No newline at end of file diff --git a/data/branding/icecat/content/aboutDialog.css b/data/branding/icecat/content/aboutDialog.css index 46ba1b7..6312a59 100644 --- a/data/branding/icecat/content/aboutDialog.css +++ b/data/branding/icecat/content/aboutDialog.css @@ -2,15 +2,20 @@ * 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/. */ +#aboutDialogContainer { + background-color: #202340; + color: #fff; +} + #clientBox { - background-color: #F7F7F7; - color: #222222; + padding: 10px 0 15px; } #leftBox { background-image: url("chrome://branding/content/about-logo.png"); background-repeat: no-repeat; background-size: 192px auto; + background-position: center 20%; /* min-width and min-height create room for the logo */ min-width: 210px; min-height: 210px; @@ -25,13 +30,23 @@ } } +.text-link { + color: #fff !important; + text-decoration: underline; +} + +.text-link:-moz-focusring { + border-color: #fff; +} + #rightBox { margin-left: 30px; margin-right: 30px; } -#updateDeck > hbox > label:not([class="text-link"]) { - color: #909090; +#bottomBox { + background-color: hsla(235, 43%, 10%, .5); + padding: 15px 10px 15px; } #trademark { diff --git a/data/branding/icecat/content/jar.mn b/data/branding/icecat/content/jar.mn index 4b8c5fc..40e013e 100644 --- a/data/branding/icecat/content/jar.mn +++ b/data/branding/icecat/content/jar.mn @@ -7,12 +7,11 @@ browser.jar: content/branding/about.png content/branding/about-logo.png content/branding/about-logo@2x.png - content/branding/about-wordmark.png - content/branding/icon48.png - content/branding/icon64.png + content/branding/about-wordmark.svg content/branding/icon16.png (../default16.png) content/branding/icon32.png (../default32.png) - content/branding/icon128.png (../mozicon128.png) + content/branding/icon48.png (../default48.png) + content/branding/icon64.png (../default64.png) + content/branding/icon128.png (../default128.png) content/branding/identity-icons-brand.svg - content/branding/silhouette-40.svg content/branding/aboutDialog.css diff --git a/data/branding/icecat/content/silhouette-40.svg b/data/branding/icecat/content/silhouette-40.svg deleted file mode 100644 index 72d2291..0000000 --- a/data/branding/icecat/content/silhouette-40.svg +++ /dev/null @@ -1,58 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - -- cgit v1.2.3