From 837557a71637af45a498e25da280459e44eda999 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Sun, 13 Mar 2016 17:01:24 -0300 Subject: Initial import --- icedove-branding/content/about-credits.png | Bin 0 -> 24376 bytes icedove-branding/content/about-logo.png | Bin 0 -> 45823 bytes icedove-branding/content/about-wordmark.png | Bin 0 -> 4862 bytes icedove-branding/content/about.png | Bin 0 -> 40468 bytes icedove-branding/content/aboutDialog.css | 31 +++++++++++++++++++++++ icedove-branding/content/featureConfigurator.jpg | Bin 0 -> 9849 bytes 6 files changed, 31 insertions(+) create mode 100644 icedove-branding/content/about-credits.png create mode 100644 icedove-branding/content/about-logo.png create mode 100644 icedove-branding/content/about-wordmark.png create mode 100644 icedove-branding/content/about.png create mode 100644 icedove-branding/content/aboutDialog.css create mode 100644 icedove-branding/content/featureConfigurator.jpg (limited to 'icedove-branding/content') diff --git a/icedove-branding/content/about-credits.png b/icedove-branding/content/about-credits.png new file mode 100644 index 0000000..dbc56c3 Binary files /dev/null and b/icedove-branding/content/about-credits.png differ diff --git a/icedove-branding/content/about-logo.png b/icedove-branding/content/about-logo.png new file mode 100644 index 0000000..23223eb Binary files /dev/null and b/icedove-branding/content/about-logo.png differ diff --git a/icedove-branding/content/about-wordmark.png b/icedove-branding/content/about-wordmark.png new file mode 100644 index 0000000..713eb27 Binary files /dev/null and b/icedove-branding/content/about-wordmark.png differ diff --git a/icedove-branding/content/about.png b/icedove-branding/content/about.png new file mode 100644 index 0000000..86d8502 Binary files /dev/null and b/icedove-branding/content/about.png differ diff --git a/icedove-branding/content/aboutDialog.css b/icedove-branding/content/aboutDialog.css new file mode 100644 index 0000000..c83aec0 --- /dev/null +++ b/icedove-branding/content/aboutDialog.css @@ -0,0 +1,31 @@ +#clientBox { + background-color: #F7F7F7; + color: #222222; +} + +#leftBox { + background-image: url("chrome://branding/content/about-logo.png"); + background-repeat: no-repeat; + /* min-width and min-height create room for the logo */ + min-width: 210px; + min-height: 210px; + margin-top:20px; + -moz-margin-start: 30px; +} + +#rightBox { + margin-left: 30px; + margin-right: 30px; +} + +#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/icedove-branding/content/featureConfigurator.jpg b/icedove-branding/content/featureConfigurator.jpg new file mode 100644 index 0000000..a21ab45 Binary files /dev/null and b/icedove-branding/content/featureConfigurator.jpg differ -- cgit v1.2.3