From 5f8de423f190bbb79a62f804151bc24824fa32d8 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Fri, 2 Feb 2018 04:16:08 -0500 Subject: Add m-esr52 at 52.6.0 --- toolkit/themes/mobile/global/empty.css | 7 +++++ toolkit/themes/mobile/global/icons/Error.png | Bin 0 -> 2148 bytes .../mobile/global/media/TopLevelImageDocument.css | 17 ++++++++++++ .../mobile/global/media/TopLevelVideoDocument.css | 12 +++++++++ .../mobile/global/media/clicktoplay-bgtexture.png | Bin 0 -> 1751 bytes toolkit/themes/mobile/global/media/error.png | Bin 0 -> 433 bytes .../mobile/global/media/imagedoc-darknoise.png | Bin 0 -> 3050 bytes .../mobile/global/media/imagedoc-lightnoise.png | Bin 0 -> 4025 bytes toolkit/themes/mobile/global/media/throbber.png | Bin 0 -> 30718 bytes .../mobile/global/media/videoClickToPlayButton.svg | 30 +++++++++++++++++++++ 10 files changed, 66 insertions(+) create mode 100644 toolkit/themes/mobile/global/empty.css create mode 100644 toolkit/themes/mobile/global/icons/Error.png create mode 100644 toolkit/themes/mobile/global/media/TopLevelImageDocument.css create mode 100644 toolkit/themes/mobile/global/media/TopLevelVideoDocument.css create mode 100644 toolkit/themes/mobile/global/media/clicktoplay-bgtexture.png create mode 100644 toolkit/themes/mobile/global/media/error.png create mode 100644 toolkit/themes/mobile/global/media/imagedoc-darknoise.png create mode 100644 toolkit/themes/mobile/global/media/imagedoc-lightnoise.png create mode 100644 toolkit/themes/mobile/global/media/throbber.png create mode 100644 toolkit/themes/mobile/global/media/videoClickToPlayButton.svg (limited to 'toolkit/themes/mobile/global') diff --git a/toolkit/themes/mobile/global/empty.css b/toolkit/themes/mobile/global/empty.css new file mode 100644 index 000000000..d615bf886 --- /dev/null +++ b/toolkit/themes/mobile/global/empty.css @@ -0,0 +1,7 @@ +/* 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/. */ + +/* + * Empty stub for theme CSS + */ diff --git a/toolkit/themes/mobile/global/icons/Error.png b/toolkit/themes/mobile/global/icons/Error.png new file mode 100644 index 000000000..bd4064f49 Binary files /dev/null and b/toolkit/themes/mobile/global/icons/Error.png differ diff --git a/toolkit/themes/mobile/global/media/TopLevelImageDocument.css b/toolkit/themes/mobile/global/media/TopLevelImageDocument.css new file mode 100644 index 000000000..524217516 --- /dev/null +++ b/toolkit/themes/mobile/global/media/TopLevelImageDocument.css @@ -0,0 +1,17 @@ +/* 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/. */ + +@media not print { + /* N.B.: Remember to update ImageDocument.css in the tree or reftests may fail! */ + + body { + color: #eee; + background-image: url("chrome://global/skin/media/imagedoc-darknoise.png"); + } + + img.transparent { + background: hsl(0,0%,90%) url("chrome://global/skin/media/imagedoc-lightnoise.png"); + color: #222; + } +} diff --git a/toolkit/themes/mobile/global/media/TopLevelVideoDocument.css b/toolkit/themes/mobile/global/media/TopLevelVideoDocument.css new file mode 100644 index 000000000..760cdcd53 --- /dev/null +++ b/toolkit/themes/mobile/global/media/TopLevelVideoDocument.css @@ -0,0 +1,12 @@ +/* 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/. */ + +body { + background-image: url("chrome://global/skin/media/imagedoc-darknoise.png"); + background-color: rgb(33,33,33); /* Average color of that ^ image. */ +} + +video { + box-shadow: 0 0 15px #000; +} diff --git a/toolkit/themes/mobile/global/media/clicktoplay-bgtexture.png b/toolkit/themes/mobile/global/media/clicktoplay-bgtexture.png new file mode 100644 index 000000000..0d3cacd11 Binary files /dev/null and b/toolkit/themes/mobile/global/media/clicktoplay-bgtexture.png differ diff --git a/toolkit/themes/mobile/global/media/error.png b/toolkit/themes/mobile/global/media/error.png new file mode 100644 index 000000000..58e37283a Binary files /dev/null and b/toolkit/themes/mobile/global/media/error.png differ diff --git a/toolkit/themes/mobile/global/media/imagedoc-darknoise.png b/toolkit/themes/mobile/global/media/imagedoc-darknoise.png new file mode 100644 index 000000000..5c33e24d4 Binary files /dev/null and b/toolkit/themes/mobile/global/media/imagedoc-darknoise.png differ diff --git a/toolkit/themes/mobile/global/media/imagedoc-lightnoise.png b/toolkit/themes/mobile/global/media/imagedoc-lightnoise.png new file mode 100644 index 000000000..3467cf4d4 Binary files /dev/null and b/toolkit/themes/mobile/global/media/imagedoc-lightnoise.png differ diff --git a/toolkit/themes/mobile/global/media/throbber.png b/toolkit/themes/mobile/global/media/throbber.png new file mode 100644 index 000000000..8e49fe5b2 Binary files /dev/null and b/toolkit/themes/mobile/global/media/throbber.png differ diff --git a/toolkit/themes/mobile/global/media/videoClickToPlayButton.svg b/toolkit/themes/mobile/global/media/videoClickToPlayButton.svg new file mode 100644 index 000000000..f7ca6b653 --- /dev/null +++ b/toolkit/themes/mobile/global/media/videoClickToPlayButton.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3