summaryrefslogtreecommitdiffstats
path: root/application/basilisk/themes/osx/feeds
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2018-02-02 05:06:10 -0500
committerMatt A. Tobin <email@mattatobin.com>2018-02-02 05:06:10 -0500
commit6d614170cbfa958564eb5f824234ad5a9e484344 (patch)
tree3e1eb384382f30987cb2e64bd654afa8b74fd06b /application/basilisk/themes/osx/feeds
parent2a6b605d64b19411a300efdbbd7f78c349f90206 (diff)
downloadUXP-6d614170cbfa958564eb5f824234ad5a9e484344.tar
UXP-6d614170cbfa958564eb5f824234ad5a9e484344.tar.gz
UXP-6d614170cbfa958564eb5f824234ad5a9e484344.tar.lz
UXP-6d614170cbfa958564eb5f824234ad5a9e484344.tar.xz
UXP-6d614170cbfa958564eb5f824234ad5a9e484344.zip
Revert "Add Basilisk"
This reverts commit e72ef92b5bdc43cd2584198e2e54e951b70299e8.
Diffstat (limited to 'application/basilisk/themes/osx/feeds')
-rw-r--r--application/basilisk/themes/osx/feeds/feedIcon.pngbin1816 -> 0 bytes
-rw-r--r--application/basilisk/themes/osx/feeds/feedIcon16.pngbin852 -> 0 bytes
-rw-r--r--application/basilisk/themes/osx/feeds/subscribe.css178
3 files changed, 0 insertions, 178 deletions
diff --git a/application/basilisk/themes/osx/feeds/feedIcon.png b/application/basilisk/themes/osx/feeds/feedIcon.png
deleted file mode 100644
index 236b5f821..000000000
--- a/application/basilisk/themes/osx/feeds/feedIcon.png
+++ /dev/null
Binary files differ
diff --git a/application/basilisk/themes/osx/feeds/feedIcon16.png b/application/basilisk/themes/osx/feeds/feedIcon16.png
deleted file mode 100644
index a489de3bf..000000000
--- a/application/basilisk/themes/osx/feeds/feedIcon16.png
+++ /dev/null
Binary files differ
diff --git a/application/basilisk/themes/osx/feeds/subscribe.css b/application/basilisk/themes/osx/feeds/subscribe.css
deleted file mode 100644
index 6d1fa8da2..000000000
--- a/application/basilisk/themes/osx/feeds/subscribe.css
+++ /dev/null
@@ -1,178 +0,0 @@
-/* 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/. */
-
-html {
- background: -moz-Dialog;
- font: 3mm tahoma,arial,helvetica,sans-serif;
-}
-
-#subscribeUsingDescription,
-#subscribeButton {
- display: block;
-}
-
-#subscribeUsingDescription {
- margin-bottom: 0.5em;
-}
-
-#subscribeButton {
- margin-top: 0.5em;
- margin-inline-start: auto;
-}
-
-#feedBody {
- border: 1px solid THreeDShadow;
- padding: 3em;
- padding-inline-start: 30px;
- margin: 2em auto;
- background: -moz-Field;
-}
-
-#feedHeaderContainer {
- display: flex;
-}
-
-#feedHeaderContainerSpacer {
- flex-grow: 1;
-}
-
-#feedHeader {
- border: 1px solid ThreeDShadow;
- border-radius: 10px;
- padding-top: 4em;
- padding-bottom: .3em;
- padding-inline-start: .3em;
- padding-inline-end: .3em;
- margin: -4em auto 0 auto;
- font-size: 110%;
- color: InfoText;
- padding: 5em 3em 0 3em;
-}
-
-.feedBackground {
- background: url("chrome://browser/skin/feeds/feedIcon.png") 1.4em 5.9em no-repeat rgb(255,255,225);
-}
-
-.videoPodcastBackground {
- background: url("chrome://browser/skin/feeds/videoFeedIcon.png") 1.4em 5.9em no-repeat rgb(255,255,225);
-}
-
-.audioPodcastBackground {
- background: url("chrome://browser/skin/feeds/audioFeedIcon.png") 1.4em 5.9em no-repeat rgb(255,255,225);
-}
-
-#feedHeader[firstrun="true"] #feedIntroText {
- display: block;
-}
-
-#feedIntroText {
- display: none;
- margin-inline-start: 2em;
-}
-
-#feedSubscribeLine {
- padding: 0 1em 1em 2em;
-}
-
-#feedHeader[firstrun="true"] #feedSubscribeLine {
- padding-left: 3.7em;
-}
-
-/* Don't print subscription UI */
-@media print {
- #feedHeaderContainer {
- display: none;
- }
-}
-
-body {
- margin: 0;
- padding: 0 3em;
- color: -moz-fieldText;
- font: message-box;
-}
-
-h1 {
- font-size: 160%;
- border-bottom: 2px solid ThreeDLightShadow;
- margin: 0 0 .2em 0;
-}
-
-h2 {
- color: #C0C0C0;
- font-size: 110%;
- font-weight: normal;
- margin: 0 0 .6em 0;
-}
-
-#feedTitleLink {
- float: right;
- margin-inline-start: .6em;
- margin-inline-end: 0;
- margin-top: 0;
- margin-bottom: 0;
-}
-
-a[href] img {
- border: none;
-}
-
-#feedTitleContainer {
- margin-inline-start: 0;
- margin-inline-end: .6em;
- margin-top: 0;
- margin-bottom: 0;
-}
-
-#feedTitleImage {
- margin-inline-start: .6em;
- margin-inline-end: 0;
- margin-top: 0;
- margin-bottom: 0;
- max-width: 300px;
- max-height: 150px;
-}
-
-.feedEntryContent {
- font-size: 110%;
-}
-
-.link {
- color: #0000FF;
- text-decoration: underline;
- cursor: pointer;
- margin-top: -2px;
-}
-
-.link:hover:active {
- color: #FF0000;
-}
-
-.lastUpdated {
- font-size: 85%;
- font-weight: normal;
-}
-
-.type-icon {
- vertical-align: bottom;
- height: 16px;
- width: 16px;
-}
-
-.enclosures {
- border: 1px solid THreeDShadow;
- padding: 1em;
- margin: 1em auto;
- background: -moz-Dialog;
-}
-
-.enclosure {
- vertical-align: middle;
- margin-left: 2px;
-}
-
-.handlersMenuList > .menulist-label-box > .menulist-icon {
- max-width: 16px;
- max-height: 16px;
-}