diff options
Diffstat (limited to 'data/extensions/spyblock@gnu.org/chrome/skin')
15 files changed, 0 insertions, 998 deletions
diff --git a/data/extensions/spyblock@gnu.org/chrome/skin/abp-status-16.png b/data/extensions/spyblock@gnu.org/chrome/skin/abp-status-16.png Binary files differdeleted file mode 100644 index ee84da0..0000000 --- a/data/extensions/spyblock@gnu.org/chrome/skin/abp-status-16.png +++ /dev/null diff --git a/data/extensions/spyblock@gnu.org/chrome/skin/abp-status-32.png b/data/extensions/spyblock@gnu.org/chrome/skin/abp-status-32.png Binary files differdeleted file mode 100644 index f41da4c..0000000 --- a/data/extensions/spyblock@gnu.org/chrome/skin/abp-status-32.png +++ /dev/null diff --git a/data/extensions/spyblock@gnu.org/chrome/skin/abp-status-48.png b/data/extensions/spyblock@gnu.org/chrome/skin/abp-status-48.png Binary files differdeleted file mode 100644 index 511a921..0000000 --- a/data/extensions/spyblock@gnu.org/chrome/skin/abp-status-48.png +++ /dev/null diff --git a/data/extensions/spyblock@gnu.org/chrome/skin/abp-status-64.png b/data/extensions/spyblock@gnu.org/chrome/skin/abp-status-64.png Binary files differdeleted file mode 100644 index 3c8c67a..0000000 --- a/data/extensions/spyblock@gnu.org/chrome/skin/abp-status-64.png +++ /dev/null diff --git a/data/extensions/spyblock@gnu.org/chrome/skin/abp-status.png b/data/extensions/spyblock@gnu.org/chrome/skin/abp-status.png Binary files differdeleted file mode 100644 index f5eae06..0000000 --- a/data/extensions/spyblock@gnu.org/chrome/skin/abp-status.png +++ /dev/null diff --git a/data/extensions/spyblock@gnu.org/chrome/skin/checkbox.png b/data/extensions/spyblock@gnu.org/chrome/skin/checkbox.png Binary files differdeleted file mode 100644 index ba6c53e..0000000 --- a/data/extensions/spyblock@gnu.org/chrome/skin/checkbox.png +++ /dev/null diff --git a/data/extensions/spyblock@gnu.org/chrome/skin/close.png b/data/extensions/spyblock@gnu.org/chrome/skin/close.png Binary files differdeleted file mode 100644 index a4aaf5c..0000000 --- a/data/extensions/spyblock@gnu.org/chrome/skin/close.png +++ /dev/null diff --git a/data/extensions/spyblock@gnu.org/chrome/skin/composer.css b/data/extensions/spyblock@gnu.org/chrome/skin/composer.css deleted file mode 100644 index 6263eb1..0000000 --- a/data/extensions/spyblock@gnu.org/chrome/skin/composer.css +++ /dev/null @@ -1,77 +0,0 @@ -/* - * This file is part of Adblock Plus <https://adblockplus.org/>, - * Copyright (C) 2006-2017 eyeo GmbH - * - * Adblock Plus is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 3 as - * published by the Free Software Foundation. - * - * Adblock Plus is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>. - */ - -@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); -@namespace html url("http://www.w3.org/1999/xhtml"); - -/* - * Force left-to-right everywhere where we are displaying addresses - */ -.suggestion > .radio-label-box:-moz-locale-dir(rtl), -html|*.textbox-input:-moz-locale-dir(rtl) -{ - direction: ltr; - text-align: end; -} - -#patternGroup { - overflow: auto; -} - -#anchorGroup { - padding-left: 20px; -} - -#typeGroupLabel { - margin-top: 10px; -} - -#typeGroup { - overflow: auto; - margin-bottom: 10px -} - -:root:not([advancedMode="true"]) #options { - display: none; -} - -#disabledWarning, #groupDisabledWarning, #regexpWarning, #shortpatternWarning, #matchWarning { - color: #E00000; -} - -#disabledWarning > *, #groupDisabledWarning > * { - margin: 0px; - font-size: inherit; -} - -.text-link { - font-size: 80%; - -moz-user-focus: ignore; -} - -.help { - color: #0000E0; - border-bottom: 1px dotted #0000E0; - cursor: help; - margin: 0px; - padding: 0px; -} - -tooltip { - /* Gecko 1.8.1 doesn't support multiline tooltips :-( */ - max-width: none; -} diff --git a/data/extensions/spyblock@gnu.org/chrome/skin/filters.css b/data/extensions/spyblock@gnu.org/chrome/skin/filters.css deleted file mode 100644 index f335ceb..0000000 --- a/data/extensions/spyblock@gnu.org/chrome/skin/filters.css +++ /dev/null @@ -1,271 +0,0 @@ -/* - * This file is part of Adblock Plus <https://adblockplus.org/>, - * Copyright (C) 2006-2017 eyeo GmbH - * - * Adblock Plus is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 3 as - * published by the Free Software Foundation. - * - * Adblock Plus is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>. - */ - -@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); - -#buttons -{ - margin-top: 10px; -} - -#noSubscriptions -{ - font-style: italic; -} - -.localeMatch -{ - font-weight: bold; -} -.selectSubscriptionItem -{ - margin: 0px; -} - -.subscription -{ - padding: 5px; -} -.subscription:not(:last-child) -{ - border-bottom: 1px solid rgba(0, 0, 0, 0.25); -} -.subscription:not([selected="true"]) > .disabled -{ -} - -.subscription:not([selected="true"]) > .disabled .titleBox -{ - color: #808080; -} -.subscription:not([selected="true"]) > .disabled .status -{ - color: #808080; -} - -.titleBox .title, -.titleBox > .titleEditor -{ - font-weight: bold; -} - -.subscription description, .subscription textbox -{ - margin: 0px !important; - padding: 0px !important; - border-width: 0px !important; - -moz-appearance: none !important; -} - -.subscription .link -{ - text-decoration: underline; - cursor: pointer; -} - -.subscription .warning -{ - color: #FF0000; -} - -.enabledCheckbox -{ - padding: 2px; - -moz-margin-end: 10px; -} -.enabledCheckbox:focus -{ - outline: 1px dotted gray; -} -.enabledCheckbox .checkbox-label-box -{ - display: none; -} - -.actionButton -{ - font: -moz-info; -} - -splitter -{ - border-width: 0px !important; -} - -#filtersTooltip -{ - max-width: none; -} - -.tooltipLabel -{ - font-weight: bold; - -moz-margin-end: 10px; -} - -#tooltip-additional -{ - color: #C00000; - margin-top: 10px; -} - -tree -{ - margin: 0px; -} - -#col-slow { - text-align: center; -} - -#col-hitcount, #col-lasthit { - text-align: right; -} - -#col-hitcount -{ - min-width: 60px; -} -#col-enabled -{ - min-width: 48px; -} -#col-slow -{ - min-width: 30px; -} - -/* - * Force left-to-right for filter text but not comments - */ -treechildren:-moz-locale-dir(rtl)::-moz-tree-cell(col-filter, type-invalid), -treechildren:-moz-locale-dir(rtl)::-moz-tree-cell(col-filter, type-blocking), -treechildren:-moz-locale-dir(rtl)::-moz-tree-cell(col-filter, type-whitelist), -treechildren:-moz-locale-dir(rtl)::-moz-tree-cell(col-filter, type-elemhide), -treechildren:-moz-locale-dir(rtl)::-moz-tree-cell(col-filter, type-elemhideexception), -treechildren:-moz-locale-dir(rtl)::-moz-tree-cell(col-filter, type-elemhideemulation) -{ - direction: ltr; - text-align: end; -} - -treechildren::-moz-tree-cell-text(col-filter, dummy-true) -{ - font-style: italic; -} - -treechildren::-moz-tree-cell-text(col-filter, type-whitelist, selected-false), -treechildren::-moz-tree-cell-text(col-filter, type-elemhideexception, selected-false) -{ - color: #008000; -} - -treechildren::-moz-tree-cell-text(col-filter, type-elemhide, selected-false), -treechildren::-moz-tree-cell-text(col-filter, type-elemhideemulation, selected-false) -{ - color: #000080; -} - -treechildren::-moz-tree-cell-text(col-slow) -{ - font-size: 0px; -} - -treechildren::-moz-tree-cell-text(col-filter, disabled-true, selected-false) -{ - color: #808080; -} - -treechildren::-moz-tree-cell-text(col-filter, type-comment, selected-false) -{ - color: #808080; -} - -treechildren::-moz-tree-cell-text(col-filter, type-invalid, selected-false) -{ - color: #C00000; -} - -treechildren::-moz-tree-image(col-enabled, disabled-true) -{ - list-style-image: url(checkbox.png); - -moz-image-region: rect(13px 13px 26px 0px); -} - -treechildren::-moz-tree-image(col-enabled, disabled-false) -{ - list-style-image: url(checkbox.png); - -moz-image-region: rect(0px 13px 13px 0px); -} - -treechildren::-moz-tree-image(col-slow, slow-true) -{ - list-style-image: url(slow.png); -} - -/* Findbar */ - -#findbar -{ - border-top: 1px solid #888; -} - -#findbar-closebutton -{ - list-style-image: url(close.png); - -moz-image-region: rect(0px, 14px, 14px, 0px); -} - -#findbar-closebutton:hover -{ - -moz-image-region: rect(0px, 28px, 14px, 14px); -} - -#findbar-closebutton:active -{ - -moz-image-region: rect(0px, 42px, 14px, 28px); -} - -#findbar[data-status="notFound"] > #findbar-textbox -{ - /* We cannot change background color because of -moz-appearance but a red */ - /* shadow works. */ - box-shadow: 0 0 1.5px 1px red; -} - -#findbar[data-status="notFound"] > #findbar-textbox[focused="true"] -{ - box-shadow: 0 0 2px 2px rgba(255, 0, 0, 0.4); -} - -#findbar[data-os="darwin"] > #findbar-case-sensitive[checked="true"] -{ - /* Firefox on Mac doesn't indicate checked buttons, do it ourselves */ - filter: brightness(70%); -} - -.findbar-status -{ - font-size: 80%; -} - -#findbar:not([data-status="wrappedStart"]) #findbar-status-wrappedStart, -#findbar:not([data-status="wrappedEnd"]) #findbar-status-wrappedEnd, -#findbar:not([data-status="notFound"]) #findbar-status-notFound -{ - visibility: hidden; -} diff --git a/data/extensions/spyblock@gnu.org/chrome/skin/item-state.png b/data/extensions/spyblock@gnu.org/chrome/skin/item-state.png Binary files differdeleted file mode 100644 index a494379..0000000 --- a/data/extensions/spyblock@gnu.org/chrome/skin/item-state.png +++ /dev/null diff --git a/data/extensions/spyblock@gnu.org/chrome/skin/overlay.css b/data/extensions/spyblock@gnu.org/chrome/skin/overlay.css deleted file mode 100644 index 60ba812..0000000 --- a/data/extensions/spyblock@gnu.org/chrome/skin/overlay.css +++ /dev/null @@ -1,330 +0,0 @@ -/* - * This file is part of Adblock Plus <https://adblockplus.org/>, - * Copyright (C) 2006-2017 eyeo GmbH - * - * Adblock Plus is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 3 as - * published by the Free Software Foundation. - * - * Adblock Plus is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>. - */ - -@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); -@namespace html url("http://www.w3.org/1999/xhtml"); - -#abp-status -{ - cursor: pointer; -} - -toolbar[iconsize="small"] #abp-toolbarbutton, -#PersonalToolbar #abp-toolbarbutton, -#header-view-toolbar > #abp-toolbarbutton, -#abp-status -{ - list-style-image: url("abp-status-16.png"); - -moz-image-region: rect(0px, 16px, 16px, 0px); -} - -toolbar[iconsize="small"] #abp-toolbarbutton[abpstate="disabled"], -#PersonalToolbar #abp-toolbarbutton[abpstate="disabled"], -#header-view-toolbar > #abp-toolbarbutton[abpstate="disabled"], -#abp-status[abpstate="disabled"], -toolbar[iconsize="small"] #abp-toolbarbutton[abpstate="whitelisted"], -#PersonalToolbar #abp-toolbarbutton[abpstate="whitelisted"], -#header-view-toolbar > #abp-toolbarbutton[abpstate="whitelisted"], -#abp-status[abpstate="whitelisted"] -{ - -moz-image-region: rect(16px, 16px, 32px, 0px); -} - -@media screen and (min-resolution: 1.5dppx) -{ - toolbar[iconsize="small"] #abp-toolbarbutton, - #PersonalToolbar #abp-toolbarbutton, - #header-view-toolbar > #abp-toolbarbutton, - #abp-status - { - list-style-image: url("abp-status.png"); - -moz-image-region: rect(0px, 24px, 24px, 0px); - } - - toolbar[iconsize="small"] #abp-toolbarbutton[abpstate="disabled"], - #PersonalToolbar #abp-toolbarbutton[abpstate="disabled"], - #header-view-toolbar > #abp-toolbarbutton[abpstate="disabled"], - #abp-status[abpstate="disabled"], - toolbar[iconsize="small"] #abp-toolbarbutton[abpstate="whitelisted"], - #PersonalToolbar #abp-toolbarbutton[abpstate="whitelisted"], - #header-view-toolbar > #abp-toolbarbutton[abpstate="whitelisted"], - #abp-status[abpstate="whitelisted"] - { - -moz-image-region: rect(24px, 24px, 48px, 0px); - } -} - -@media screen and (min-resolution: 2dppx) -{ - toolbar[iconsize="small"] #abp-toolbarbutton, - #PersonalToolbar #abp-toolbarbutton, - #header-view-toolbar > #abp-toolbarbutton, - #abp-status - { - list-style-image: url("abp-status-32.png"); - -moz-image-region: rect(0px, 32px, 32px, 0px); - } - - toolbar[iconsize="small"] #abp-toolbarbutton[abpstate="disabled"], - #PersonalToolbar #abp-toolbarbutton[abpstate="disabled"], - #header-view-toolbar > #abp-toolbarbutton[abpstate="disabled"], - #abp-status[abpstate="disabled"], - toolbar[iconsize="small"] #abp-toolbarbutton[abpstate="whitelisted"], - #PersonalToolbar #abp-toolbarbutton[abpstate="whitelisted"], - #header-view-toolbar > #abp-toolbarbutton[abpstate="whitelisted"], - #abp-status[abpstate="whitelisted"] - { - -moz-image-region: rect(32px, 32px, 64px, 0px); - } -} - -#abp-toolbarbutton[cui-areatype="menu-panel"], -toolbarpaletteitem[place="palette"] > #abp-toolbarbutton -{ - list-style-image: url("abp-status-32.png"); - -moz-image-region: rect(0px, 32px, 32px, 0px); -} - -#abp-toolbarbutton[cui-areatype="menu-panel"][abpstate="disabled"], -toolbarpaletteitem[place="palette"] > #abp-toolbarbutton[abpstate="disabled"], -#abp-toolbarbutton[cui-areatype="menu-panel"][abpstate="whitelisted"], -toolbarpaletteitem[place="palette"] > #abp-toolbarbutton[abpstate="whitelisted"] -{ - -moz-image-region: rect(32px, 32px, 64px, 0px); -} - -@media screen and (min-resolution: 1.5dppx) -{ - #abp-toolbarbutton[cui-areatype="menu-panel"], - toolbarpaletteitem[place="palette"] > #abp-toolbarbutton - { - list-style-image: url("abp-status-48.png"); - -moz-image-region: rect(0px, 48px, 48px, 0px); - } - - #abp-toolbarbutton[cui-areatype="menu-panel"][abpstate="disabled"], - toolbarpaletteitem[place="palette"] > #abp-toolbarbutton[abpstate="disabled"], - #abp-toolbarbutton[cui-areatype="menu-panel"][abpstate="whitelisted"], - toolbarpaletteitem[place="palette"] > #abp-toolbarbutton[abpstate="whitelisted"] - { - -moz-image-region: rect(48px, 48px, 96px, 0px); - } -} - -@media screen and (min-resolution: 2dppx) -{ - #abp-toolbarbutton[cui-areatype="menu-panel"], - toolbarpaletteitem[place="palette"] > #abp-toolbarbutton - { - list-style-image: url("abp-status-64.png"); - -moz-image-region: rect(0px, 64px, 64px, 0px); - } - - #abp-toolbarbutton[cui-areatype="menu-panel"][abpstate="disabled"], - toolbarpaletteitem[place="palette"] > #abp-toolbarbutton[abpstate="disabled"], - #abp-toolbarbutton[cui-areatype="menu-panel"][abpstate="whitelisted"], - toolbarpaletteitem[place="palette"] > #abp-toolbarbutton[abpstate="whitelisted"] - { - -moz-image-region: rect(64px, 64px, 128px, 0px); - } -} - -#abp-toolbar-popup { - list-style-image: none; - -moz-image-region: rect(0px, 0px, 0px, 0px); -} - -toolbox[vertical="true"] toolbar #abp-toolbarbutton dropmarker { - display: none !important; -} - -menuitem[default="true"] { - font-weight: bold; -} - -#abp-toolbarbutton, -#abp-site-info { - list-style-image: url("abp-status.png"); - -moz-image-region: rect(0px, 24px, 24px, 0px); -} -#abp-toolbarbutton[abpstate="disabled"], -#abp-toolbarbutton[abpstate="whitelisted"], -#abp-site-info[abpaction="enable"], -#abp-site-info[abpaction="enable_site"] { - -moz-image-region: rect(24px, 24px, 48px, 0px); -} - -/* Hack: force the label to be displayed below icon for type="menu" */ -#abp-toolbarbutton[type="menu"]:not([cui-areatype="menu-panel"]) -{ - -moz-box-orient: horizontal; -} -toolbar[mode="full"] #abp-toolbarbutton[type="menu"] -{ - -moz-binding: url("chrome://global/content/bindings/toolbarbutton.xml#menu-vertical"); -} - -/* Thunderbird-specific toolbar icon styles */ -#header-view-toolbar > #abp-toolbarbutton -{ - -moz-appearance: dualbutton; - padding: 0px !important; -} - -/* Hide toolbar icon text in Thunderbird to save space */ -#header-view-toolbar > #abp-toolbarbutton .toolbarbutton-text -{ - display: none; -} - -/* SeaMonkey expects the icon to be rather large, add margin */ -#mail-toolbox #abp-toolbarbutton .toolbarbutton-icon -{ - margin-top: 5px; -} - -#abp-status-image { - margin-left: 10px; - margin-right: 10px; -} - -#abp-site-info .pageaction-image { - width: 32px; - height: 32px; - padding: 4px; -} - -#abp-toolbarbutton > toolbarbutton { - /* Argh, Songbird defines image region directly on the anonymous toolbarbutton element */ - -moz-image-region: inherit !important; -} - -#abp-tooltip { - max-width: none; -} - -#abp-tooltip label { - font-weight: bold; - margin-bottom: 0px; -} - -#abp-tooltip description:not([hidden="true"])+label { - margin-top: 10px; -} - -#abp-bottombar-title { - padding-left: 4px; -} - -#abp-bottombar-toolbar { - display: -moz-box !important; - visibility: visible !important; -} - -#abp-bottombar-close, -#abp-notification-close -{ - padding: 4px 2px; - border-style: none !important; - -moz-user-focus: normal; - list-style-image: url("close.png"); - -moz-appearance: none; - -moz-image-region: rect(0px, 14px, 14px, 0px); -} - -#abp-bottombar-close:hover, -#abp-notification-close:hover -{ - -moz-image-region: rect(0px, 28px, 14px, 14px); -} - -#abp-bottombar-close:hover:active, -#abp-notification-close:hover:active -{ - -moz-image-region: rect(0px, 42px, 14px, 28px); -} - -.abp-contributebutton -{ - margin-top: 20px; -} - -.abp-contributebutton-btn -{ - font: -moz-info; - margin-left: 40px; - margin-right: 40px; -} - -.abp-contributebutton-close -{ - border-style: none !important; - -moz-user-focus: normal; - list-style-image: url("close.png"); - -moz-appearance: none; - -moz-image-region: rect(0px, 14px, 14px, 0px); - - /* Firefox Australis theme defines some width for all toolbaritem tags inside - * UIPanel element, the properties have to be reset to default values. */ - min-width: 0px !important; - min-height: 0px !important; - width: auto !important; - height: auto !important; -} - -.abp-contributebutton-close:hover -{ - -moz-image-region: rect(0px, 28px, 14px, 14px); -} - -#abp-notification -{ - width: 300px; -} - -#abp-notification-question -{ - display: none; - white-space: nowrap; -} - -.abp-question #abp-notification-question -{ - display: block; -} - -#abp-notification html|a -{ - cursor: pointer; - color: #0000f0; -} - -#abp-notification html|a:hover -{ - text-decoration: underline; -} - -#abp-notification.abp-closing #abp-notification-content, -#abp-notification:not(.abp-closing) #abp-notification-close-content -{ - display: none; -} - -#abp-notification-close-content toolbarbutton label -{ - text-align: left; -} diff --git a/data/extensions/spyblock@gnu.org/chrome/skin/sendReport.css b/data/extensions/spyblock@gnu.org/chrome/skin/sendReport.css deleted file mode 100644 index 9a0d769..0000000 --- a/data/extensions/spyblock@gnu.org/chrome/skin/sendReport.css +++ /dev/null @@ -1,139 +0,0 @@ -/* - * This file is part of Adblock Plus <https://adblockplus.org/>, - * Copyright (C) 2006-2017 eyeo GmbH - * - * Adblock Plus is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 3 as - * published by the Free Software Foundation. - * - * Adblock Plus is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>. - */ - -@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); - -.wizard-header -{ - display: none; -} - -#wizardHeader -{ - display: -moz-box; - -moz-box-ordinal-group: 0; - -moz-binding: none !important; - padding: 10px 5px !important; -} - -.progressLabel -{ - margin: 5px 0px; - text-align: center; - font-size: 110%; - font-weight: normal; -} - -.progressLabel.active -{ - font-weight: bold; -} - -progressmeter -{ - margin-top: 100px; -} - -.radioDescription -{ - -moz-margin-start: 32px; -} - -radio, checkbox, .topLabel, #dataDeck -{ - margin-top: 15px; -} - -#recentReports -{ - margin-top: 15px; -} - -#recentReportsList -{ - overflow-x: hidden; - overflow-y: auto; -} - -#outdatedSubscriptionsList -{ - margin: 10px 20px; -} - -#issuesBox -{ - overflow: auto; -} - -#issuesChangeMessage -{ - color: red; -} - -#screenshotButtons -{ - margin-top: 10px; -} - -#screenshotBox -{ - overflow-y: scroll; -} - -#anonymousCheckbox, #extensionsCheckbox -{ - margin-top: 0px; -} - -#commentLengthWarning, #anonymityWarning -{ - color: red; -} - -#commentLengthWarning[visible="false"], #anonymityWarning[visible="false"] -{ - visibility: hidden; -} - -#data -{ - min-height: 50px; -} - -/* - * Force left-to-right everywhere where we are displaying addresses - */ -#data:-moz-locale-dir(rtl) -{ - direction: ltr; -} - -#sendReportError -{ - color: red; - font-size: 150%; -} - -#sendReportErrorLinks, #typeWarningTextLink -{ - margin: 0px; -} - -#sendReportErrorBox -{ - margin-bottom: 10px; -} diff --git a/data/extensions/spyblock@gnu.org/chrome/skin/sidebar.css b/data/extensions/spyblock@gnu.org/chrome/skin/sidebar.css deleted file mode 100644 index abacee7..0000000 --- a/data/extensions/spyblock@gnu.org/chrome/skin/sidebar.css +++ /dev/null @@ -1,112 +0,0 @@ -/* - * This file is part of Adblock Plus <https://adblockplus.org/>, - * Copyright (C) 2006-2017 eyeo GmbH - * - * Adblock Plus is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 3 as - * published by the Free Software Foundation. - * - * Adblock Plus is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>. - */ - -@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); - -#suggestionsList { - margin: 0px; -} - -#detachButton, #reattachButton:not([disabled="true"]) { - text-decoration: underline; - cursor: pointer; -} - -#reattachButton[disabled="true"] { - color: GrayText; -} - -#detachButton, #reattachButton { - font-size: 90%; -} - -tooltip { - max-width: none; -} - -#tooltipPreview { - margin:10px; - max-width: 300px; - max-height: 300px; -} - -#tooltip label { - font-weight: bold; -} - -#contextBlock, -#contextWhitelist { - font-weight: bold; -} - -#state { - min-width: 16px; -} - -#size { - text-align: end; -} - -/* - * Force left-to-right everywhere where we are displaying addresses - */ -treechildren:-moz-locale-dir(rtl)::-moz-tree-cell(col-filter), -treechildren:-moz-locale-dir(rtl)::-moz-tree-cell(col-address), -treechildren:-moz-locale-dir(rtl)::-moz-tree-cell(col-size) -{ - direction: ltr; - text-align: end; -} - -.disabledTextLabel -{ - font-style: italic; -} - -treechildren::-moz-tree-cell-text(state-filtered, selected-false), -treechildren::-moz-tree-cell-text(state-hidden, selected-false) { - color: #C00000; -} -treechildren::-moz-tree-cell-text(state-whitelisted, selected-false), -treechildren::-moz-tree-cell-text(state-hiddenexception, selected-false) { - color: #008000; -} - -treechildren::-moz-tree-image(col-state, dummy-false) -{ - list-style-image: url(item-state.png); - -moz-image-region: rect(0px 10px 10px 0px); - -moz-margin-start: 3px; -} -treechildren::-moz-tree-image(col-state, filter-disabled-true, dummy-false) { - -moz-image-region: rect(10px 10px 20px 0px); -} -treechildren::-moz-tree-image(col-state, state-filtered, dummy-false), -treechildren::-moz-tree-image(col-state, state-hidden, dummy-false) { - -moz-image-region: rect(20px 10px 30px 0px); -} -treechildren::-moz-tree-image(col-state, state-whitelisted, dummy-false), -treechildren::-moz-tree-image(col-state, state-hiddenexception, dummy-false) { - -moz-image-region: rect(30px 10px 40px 0px); -} - -treechildren::-moz-tree-cell-text(col-filter, state-hidden, selected-false) { - color: #000080; -} -treechildren::-moz-tree-cell-text(col-filter, filter-disabled-true, selected-false) { - color: #C0C0C0; -} diff --git a/data/extensions/spyblock@gnu.org/chrome/skin/slow.png b/data/extensions/spyblock@gnu.org/chrome/skin/slow.png Binary files differdeleted file mode 100644 index 8463e9e..0000000 --- a/data/extensions/spyblock@gnu.org/chrome/skin/slow.png +++ /dev/null diff --git a/data/extensions/spyblock@gnu.org/chrome/skin/subscriptionSelection.css b/data/extensions/spyblock@gnu.org/chrome/skin/subscriptionSelection.css deleted file mode 100644 index 234277e..0000000 --- a/data/extensions/spyblock@gnu.org/chrome/skin/subscriptionSelection.css +++ /dev/null @@ -1,69 +0,0 @@ -/* - * This file is part of Adblock Plus <https://adblockplus.org/>, - * Copyright (C) 2006-2017 eyeo GmbH - * - * Adblock Plus is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 3 as - * published by the Free Software Foundation. - * - * Adblock Plus is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>. - */ - -@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); - -dialog -{ - width: 550px; -} - -*[invisible="true"] -{ - visibility: hidden; -} - -#supplementMessage -{ - color: #F00000; -} - -.localeMatch -{ - font-weight: bold; -} - -#all-subscriptions-loading -{ - margin: 50px; -} - -#all-subscriptions -{ - min-height: 200px; -} -#all-subscriptions > richlistitem > .variant -{ - width: 200px; -} -#all-subscriptions > richlistitem:not(:first-child) > .subscriptionTitle, -#all-subscriptions > richlistitem:not(:first-child) > .subscriptionTitle + .variant -{ - border-top: 1px dashed black; - margin-top: 0px; - padding-top: 4px; -} - -#supplementMessage -{ - margin-top: 5px; -} -#supplementMessage > label -{ - margin-left: 0px; - margin-right: 0px; -} |