From 1d5f9f7aa7ac0bfe6a091b7c1395cafa33d52c43 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Wed, 19 Aug 2015 19:38:44 +0200 Subject: add firefox theme --- .../chrome/global/dirListing/dirListing.css | 105 +++++++++++++++++++++ .../chrome/global/dirListing/folder.png | Bin 0 -> 572 bytes .../chrome/global/dirListing/local.png | Bin 0 -> 655 bytes .../chrome/global/dirListing/remote.png | Bin 0 -> 653 bytes arc-firefox-theme/chrome/global/dirListing/up.png | Bin 0 -> 711 bytes 5 files changed, 105 insertions(+) create mode 100644 arc-firefox-theme/chrome/global/dirListing/dirListing.css create mode 100644 arc-firefox-theme/chrome/global/dirListing/folder.png create mode 100644 arc-firefox-theme/chrome/global/dirListing/local.png create mode 100644 arc-firefox-theme/chrome/global/dirListing/remote.png create mode 100644 arc-firefox-theme/chrome/global/dirListing/up.png (limited to 'arc-firefox-theme/chrome/global/dirListing') diff --git a/arc-firefox-theme/chrome/global/dirListing/dirListing.css b/arc-firefox-theme/chrome/global/dirListing/dirListing.css new file mode 100644 index 0000000..4fc092d --- /dev/null +++ b/arc-firefox-theme/chrome/global/dirListing/dirListing.css @@ -0,0 +1,105 @@ +/* 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/. */ + +:root { + background-color: -moz-dialog; + color: -moz-dialogtext; + font: message-box; + padding-left: 2em; + padding-right: 2em; +} + +body { + border: 1px solid ThreeDShadow; + border-radius: 10px; + padding: 3em; + min-width: 30em; + max-width: 65em; + margin: 4em auto; + background-color: -moz-field; + color: -moz-fieldtext; +} + +h1 { + font-size: 160%; + margin: 0 0 .6em; + border-bottom: 1px solid ThreeDLightShadow; + font-weight: normal; +} + +a { + text-decoration: none; +} + +a:hover { + text-decoration: underline; +} + +p { + font-size: 110%; +} + +#UI_goUp { + margin-top: 0; + float: left; +} + +#UI_goUp:-moz-dir(rtl) { + float: right; +} + +#UI_showHidden { + margin-top: 0; + float: right; +} + +#UI_showHidden:-moz-dir(rtl) { + float: left; +} + +table { + clear: both; + width: 90%; + margin: 0 auto; +} + +thead { + font-size: 130%; +} + +/* last modified */ +th:last-child { + text-align: center; +} + +th:hover > a { + text-decoration: underline; +} + +body > table > tbody > tr:hover { + outline: 1px solid ThreeDLightShadow; + -moz-outline-radius: .3em; +} + +/* let 'Size' and 'Last Modified' take only as much space as they need and 'Name' all the rest */ +td:not(:first-child) { + width: 0; +} + +.up { + padding: 0 .5em; + -moz-margin-start: 20px; +} + +.up::before { + -moz-margin-end: 4px; + -moz-margin-start: -20px; + vertical-align: middle; + content: url(moz-icon://stock/gtk-go-up?size=menu); +} + +.dir::before { + content: url(moz-icon://stock/gtk-directory?size=menu); +} + diff --git a/arc-firefox-theme/chrome/global/dirListing/folder.png b/arc-firefox-theme/chrome/global/dirListing/folder.png new file mode 100644 index 0000000..c266b01 Binary files /dev/null and b/arc-firefox-theme/chrome/global/dirListing/folder.png differ diff --git a/arc-firefox-theme/chrome/global/dirListing/local.png b/arc-firefox-theme/chrome/global/dirListing/local.png new file mode 100644 index 0000000..c5da02b Binary files /dev/null and b/arc-firefox-theme/chrome/global/dirListing/local.png differ diff --git a/arc-firefox-theme/chrome/global/dirListing/remote.png b/arc-firefox-theme/chrome/global/dirListing/remote.png new file mode 100644 index 0000000..281fb2a Binary files /dev/null and b/arc-firefox-theme/chrome/global/dirListing/remote.png differ diff --git a/arc-firefox-theme/chrome/global/dirListing/up.png b/arc-firefox-theme/chrome/global/dirListing/up.png new file mode 100644 index 0000000..6c11509 Binary files /dev/null and b/arc-firefox-theme/chrome/global/dirListing/up.png differ -- cgit v1.2.3