diff options
Diffstat (limited to 'data/extensions/spyblock@gnu.org/chrome/skin')
30 files changed, 1422 insertions, 0 deletions
diff --git a/data/extensions/spyblock@gnu.org/chrome/skin/abp-icon-big.png b/data/extensions/spyblock@gnu.org/chrome/skin/abp-icon-big.png Binary files differnew file mode 100644 index 0000000..85cce1c --- /dev/null +++ b/data/extensions/spyblock@gnu.org/chrome/skin/abp-icon-big.png 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 differnew file mode 100644 index 0000000..c3abf18 --- /dev/null +++ b/data/extensions/spyblock@gnu.org/chrome/skin/abp-status-16.png 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 differnew file mode 100644 index 0000000..da2a318 --- /dev/null +++ b/data/extensions/spyblock@gnu.org/chrome/skin/abp-status-32.png 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 differnew file mode 100644 index 0000000..a1c4e0b --- /dev/null +++ b/data/extensions/spyblock@gnu.org/chrome/skin/abp-status.png diff --git a/data/extensions/spyblock@gnu.org/chrome/skin/ajax-loader.gif b/data/extensions/spyblock@gnu.org/chrome/skin/ajax-loader.gif Binary files differnew file mode 100644 index 0000000..a642494 --- /dev/null +++ b/data/extensions/spyblock@gnu.org/chrome/skin/ajax-loader.gif diff --git a/data/extensions/spyblock@gnu.org/chrome/skin/background-main.png b/data/extensions/spyblock@gnu.org/chrome/skin/background-main.png Binary files differnew file mode 100644 index 0000000..464a997 --- /dev/null +++ b/data/extensions/spyblock@gnu.org/chrome/skin/background-main.png diff --git a/data/extensions/spyblock@gnu.org/chrome/skin/background-share.png b/data/extensions/spyblock@gnu.org/chrome/skin/background-share.png Binary files differnew file mode 100644 index 0000000..b572b56 --- /dev/null +++ b/data/extensions/spyblock@gnu.org/chrome/skin/background-share.png diff --git a/data/extensions/spyblock@gnu.org/chrome/skin/background.png b/data/extensions/spyblock@gnu.org/chrome/skin/background.png Binary files differnew file mode 100644 index 0000000..bb19387 --- /dev/null +++ b/data/extensions/spyblock@gnu.org/chrome/skin/background.png diff --git a/data/extensions/spyblock@gnu.org/chrome/skin/checkbox.png b/data/extensions/spyblock@gnu.org/chrome/skin/checkbox.png Binary files differnew file mode 100644 index 0000000..ba6c53e --- /dev/null +++ b/data/extensions/spyblock@gnu.org/chrome/skin/checkbox.png diff --git a/data/extensions/spyblock@gnu.org/chrome/skin/close.png b/data/extensions/spyblock@gnu.org/chrome/skin/close.png Binary files differnew file mode 100644 index 0000000..a4aaf5c --- /dev/null +++ b/data/extensions/spyblock@gnu.org/chrome/skin/close.png diff --git a/data/extensions/spyblock@gnu.org/chrome/skin/composer.css b/data/extensions/spyblock@gnu.org/chrome/skin/composer.css new file mode 100644 index 0000000..da75ba4 --- /dev/null +++ b/data/extensions/spyblock@gnu.org/chrome/skin/composer.css @@ -0,0 +1,77 @@ +/* + * This file is part of Adblock Plus <http://adblockplus.org/>, + * Copyright (C) 2006-2014 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/donate.png b/data/extensions/spyblock@gnu.org/chrome/skin/donate.png Binary files differnew file mode 100644 index 0000000..3e77b37 --- /dev/null +++ b/data/extensions/spyblock@gnu.org/chrome/skin/donate.png diff --git a/data/extensions/spyblock@gnu.org/chrome/skin/features/malware.png b/data/extensions/spyblock@gnu.org/chrome/skin/features/malware.png Binary files differnew file mode 100644 index 0000000..9b51b63 --- /dev/null +++ b/data/extensions/spyblock@gnu.org/chrome/skin/features/malware.png diff --git a/data/extensions/spyblock@gnu.org/chrome/skin/features/social.png b/data/extensions/spyblock@gnu.org/chrome/skin/features/social.png Binary files differnew file mode 100644 index 0000000..a2af1ea --- /dev/null +++ b/data/extensions/spyblock@gnu.org/chrome/skin/features/social.png diff --git a/data/extensions/spyblock@gnu.org/chrome/skin/features/tracking.png b/data/extensions/spyblock@gnu.org/chrome/skin/features/tracking.png Binary files differnew file mode 100644 index 0000000..a8727a9 --- /dev/null +++ b/data/extensions/spyblock@gnu.org/chrome/skin/features/tracking.png diff --git a/data/extensions/spyblock@gnu.org/chrome/skin/filters.css b/data/extensions/spyblock@gnu.org/chrome/skin/filters.css new file mode 100644 index 0000000..a4ea586 --- /dev/null +++ b/data/extensions/spyblock@gnu.org/chrome/skin/filters.css @@ -0,0 +1,221 @@ +/* + * This file is part of Adblock Plus <http://adblockplus.org/>, + * Copyright (C) 2006-2014 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-whitelist), +treechildren:-moz-locale-dir(rtl)::-moz-tree-cell(col-filter, type-filterlist), +treechildren:-moz-locale-dir(rtl)::-moz-tree-cell(col-filter, type-elemhide), +treechildren:-moz-locale-dir(rtl)::-moz-tree-cell(col-filter, type-elemhideexception) +{ + 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) +{ + 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-highlight +{ + display: none; +} diff --git a/data/extensions/spyblock@gnu.org/chrome/skin/firstRun.css b/data/extensions/spyblock@gnu.org/chrome/skin/firstRun.css new file mode 100644 index 0000000..7a02ad6 --- /dev/null +++ b/data/extensions/spyblock@gnu.org/chrome/skin/firstRun.css @@ -0,0 +1,588 @@ +/* + * This file is part of Adblock Plus <http://adblockplus.org/>, + * Copyright (C) 2006-2014 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/>. + */ + +@font-face { + font-family: 'CreteRound'; + font-style: normal; + src: url(fonts/CreteRound-Regular.otf); + src: local ('Ø'), + /*local ('Ø') forces using no local font called CreteRound*/ + url(fonts/CreteRound-Regular.otf) format('otf'); +} + +@font-face { + font-family: 'CreteRound'; + font-style: italic; + src: url(fonts/CreteRound-Italic.otf); + src: local ('Ø'), + /*local ('Ø') forces using no local font called CreteRound*/ + url(fonts/CreteRound-Italic.otf) format('otf'); +} + +body +{ + font-family: Helvetica, Arial, sans-serif; + font-size: 15px; + line-height: 140%; + color: #7f776b; + background-color: #f8f6f2; + background-image: url(background-main.png); + margin: 0; + padding: 0; +} + +a, a:link, a:visited +{ + color: #5a84b3; + text-decoration: underline; +} + +a:hover +{ + text-decoration: none; +} + +button +{ + cursor: pointer; +} + +ul +{ + margin: 0; + padding: 0; +} + +li +{ + margin: 0; + padding: 0; + list-style-type: none; +} + +header +{ + background-image: url(background.png); + background-repeat: repeat-x; + width: 100%; + padding: 40px 0 0 0; +} + +header h1 +{ + font-size: 24px; + font-weight: normal; + color: #57ab5b; + text-align: center; + margin: 21px auto; + padding: 16px 0 14px 0; + border: 1px #57ab5b; + border-style: dashed none; + /* border parallel fix - 957px is the value + * closest to 960px(page width) which makes + * the dashed border parallel + */ + max-width: 957px; +} + +h1,h2,h3 +{ + font-family: CreteRound, Helvetica, Arial, sans-serif; +} + +h2 +{ + font-size: 26px; + font-weight: lighter; + color: #968d81; + line-height: 28px; + text-align: center; + margin: 0; + padding: 0; +} + +h3 +{ + font-size: 22px; + color: #7F776B; + font-weight: normal; + margin: 0 0 10px 0; + padding: 0; + line-height: 24px; +} + +h4 +{ + font-size: 15px; + color: #7f776b; + font-weight: normal; + text-align: center; + margin: 0; + padding: 0; +} + +section +{ + margin: 0 auto; + margin-bottom: 30px; + max-width: 760px; + background-image: url(background.png); + padding: 40px 100px; +} + +section > p +{ + margin: 15px 0 0 0; +} + +#logo +{ + margin: 0 auto; + height: 100px; + width: 99px; + display: block; + background-image: url(abp-icon-big.png); + background-repeat: no-repeat; +} + +#can-do-more +{ + max-width: 960px; + padding: 40px 0px 0px 0px; + border-bottom: 4px solid #968D81; +} + +#can-do-more > h2 +{ + margin: 0 100px; +} + +.feature-malware-image +{ + background-image: url(features/malware.png); + background-repeat: no-repeat; +} + +.feature-social-image +{ + background-image: url(features/social.png); + background-repeat: no-repeat; +} + +.feature-tracking-image +{ + background-image: url(features/tracking.png); + background-repeat: no-repeat; +} + +#can-do-more-content +{ + margin: 30px 100px 20px 100px; +} + +#can-do-more #features +{ + border-spacing: 10px; + margin: 0px; + padding: 0px; +} + +#can-do-more .feature:not([hidden]) +{ + display: block; + list-style-type: none; + padding: 30px 0; + padding-bottom: 20px; + border-top: 1px dashed #c0bebb; +} + +#can-do-more .feature-image, #can-do-more .feature-description +{ + display: inline-block; + *display: inline; /* IE6 inline-block fix */ + *zoom: 1; + vertical-align: top; +} + +#can-do-more .feature-description +{ + margin: 0px 0px 0 20px; + width: 625px; + max-width: 85%; +} + +#can-do-more .feature-description-textblock +{ + width: 480px; + max-width: 100%; + margin: 0 40px 0 0; + display: inline-block; +} + +#can-do-more .feature-description-textblock > span +{ + margin: 15px 0 0 0; +} + +#can-do-more .feature-image +{ + width: 59px; + height: 59px; + margin: 8px 0 10px 20px; +} + +#share +{ + background-image: url(background-share.png); + padding: 50px 100px 40px 100px; + max-width: 760px; + text-align: center; + font-family: CreteRound, Helvetica, Arial, sans-serif; +} + +#share h2 +{ + color: #fff; + margin: 0 0 30px 0; +} + +#share h2 > a +{ + color: #fff; +} + +#share h2 > a:hover +{ + color: #2e5075; +} + +#share span +{ + color: #bed1e6; + text-align: center; + line-height: 34px; + font-size: 22px; + display: block; +} + +#donate:hover, .share-buttons a:hover +{ + box-shadow: 0px 0px 0px 2px #8ca7c4; + border-radius: 30px; +} + +#donate-block span, #share-block span +{ + margin: 10px 20px 0px 20px; +} + +#donate-block, #share-block +{ + min-width: 250px; + display: inline-block; + vertical-align: top; + padding: 5px 0 5px 0; +} + +#donate-block +{ + border: 1px dashed #37506d; + border-style: none dashed; + width: 50%; +} + +#share-block +{ + border-right: 1px dashed #37506d; + width: 49%; +} + +.share-buttons +{ + margin: 6px 0 0 0; + cursor: pointer; + vertical-align: top; + /* because inline block creates + * space if not captured with + * font-size and line-height 0px + */ + font-size: 0px; + line-height: 0px; +} + +.share-buttons > a +{ + width: 50px; + height: 50px; + margin: 0 8px; + text-decoration: none; + display: inline-block; +} + +#share-general, +:root[lang^="zh-"] #share-chinese +{ + display: block; +} + +:root[lang^="zh-"] #share-general, +#share-chinese +{ + display: none; +} + +#share-chinese > a +{ + border-bottom: 2px solid transparent; +} + +#share-chinese > a:hover +{ + box-shadow: none; + border-radius: 0; + border-bottom: 2px solid #8CA7C4; +} + +#share-facebook +{ + background-image: url(social/facebook.png); + background-repeat: no-repeat; +} + +#share-twitter +{ + background-image: url(social/twitter.png); + background-repeat: no-repeat; +} + +#share-gplus +{ + background-image: url(social/googleplus.png); + background-repeat: no-repeat; +} + +#share-renren +{ + background-image: url(social/renren.png); + background-repeat: no-repeat; +} + +#share-weibo +{ + background-image: url(social/weibo.png); + background-repeat: no-repeat; +} + +.warning +{ + font-size: 160%; + border: 3px dashed red; + text-align: center; + line-height: 1.3em; +} + +#social ul +{ + list-style: none; + display: inline-block; + padding: 0; + margin: 0; +} + +#social:hover h1 +{ + opacity: 0; +} + +#social ul:hover li { + opacity: 0.3; +} + +#social ul li +{ + display: inline-block; + margin: 0px 5px; + -webkit-transition: opacity .5s ease, bottom .3s ease; + transition: opacity .5s ease, bottom .3s ease; + position: relative; + bottom: -30px; +} + +#social ul li:hover +{ + opacity: 1.0; + bottom: 0px; +} + +.share-button +{ + display: inline-block; + width: 82px; + height: 82px; +} + +#glass-pane, #share-popup +{ + visibility: hidden; + opacity: 0; + -webkit-transition-property: opacity; + transition-property: opacity; +} + +#glass-pane +{ + position: fixed; + top: 0; + right: 0; + bottom: 0; + left: 0; + background: rgba(0, 0, 0, 0.5) url(ajax-loader.gif) no-repeat 50% 50%; + z-index: 101; + -webkit-transition-duration: 0.2s; + transition-duration: 0.2s; +} + +#share-popup +{ + position: absolute; + top: 50%; + left: 50%; + border: none; + -webkit-transition-delay: 0.1s; + transition-delay: 0.1s; +} + +#glass-pane.visible, #share-popup.visible +{ + visibility: visible; + opacity: 1; +} + +#share-popup.visible +{ + -webkit-transition-duration: 0.15s; + transition-duration: 0.15s; +} + +.toggle +{ + cursor: pointer; + position: relative; + display: inline-block; + vertical-align: top; + height: 22px; + margin: 32px 0px 7px 0px; + border-radius: 9999px; + border: 1px solid #999; + overflow: hidden; + -moz-user-select: none; + -webkit-user-select: none; + user-select: none; +} + +.toggle:hover +{ + box-shadow: 0px 0px 3px 0px #968d81; +} + +.toggle:active +{ + cursor: wait; +} + +.toggle-on, .toggle-off +{ + min-width: 42px; + height: 100%; + font-size: 11px; + font-weight: 500; + text-align: center; + line-height: 23px; + border-radius: 9999px; +} + +.toggle-on +{ + padding: 0px 30px 0px 10px; + color: rgba(255,255,255, 0.8); + text-shadow: 1px 1px rgba(0,0,0,0.2); + box-shadow: inset 2px 2px 6px rgba(0,0,0,0.2); + background: rgb(69,163,31); +} + +.toggle-off +{ + padding: 0px 10px 0px 30px; + color: rgba(0,0,0,0.6); + text-shadow: 1px 1px rgba(255,255,255,0.2); + background: #cfcfcf; + background: -moz-linear-gradient(top, #cfcfcf 0%, #f5f5f5 100%); + background: -webkit-linear-gradient(top, #cfcfcf 0%,#f5f5f5 100%); + background: linear-gradient(to bottom, #cfcfcf 0%,#f5f5f5 100%); +} + +.toggle-blob +{ + position: absolute; + top: 0px; + right: 0px; + height: 100%; + width: 22px; + border-radius: 50px; + background: #cfcfcf; + background: -moz-linear-gradient(bottom, #cfcfcf 0%, #f5f5f5 100%); + background: -webkit-linear-gradient(bottom, #cfcfcf 0%,#f5f5f5 100%); + background: linear-gradient(to top, #cfcfcf 0%,#f5f5f5 100%); + box-shadow: 1px 1px 2px #888; +} + +.off .toggle-on +{ + margin-top: -22px; +} + +.off .toggle-blob +{ + left: 0px; + right: auto; +} + +#donate +{ + height: 21px; + display: inline-block; + margin: 15px 0px 2px 0px; + font-size: 16px; + color: #003366; + cursor: pointer; + font-weight: bold; + padding: 5px 18px; + text-decoration: none; + border-radius: 20px; + border: 1px solid #FF9933; + overflow: hidden; + font-family: arial, sans-serif; + background-image: url(donate.png); + background-repeat: repeat-x; +} + +footer +{ + margin: 0 auto 30px; + max-width: 960px; + text-align: center; +} diff --git a/data/extensions/spyblock@gnu.org/chrome/skin/fonts/CreteRound-Italic.otf b/data/extensions/spyblock@gnu.org/chrome/skin/fonts/CreteRound-Italic.otf Binary files differnew file mode 100644 index 0000000..169bced --- /dev/null +++ b/data/extensions/spyblock@gnu.org/chrome/skin/fonts/CreteRound-Italic.otf diff --git a/data/extensions/spyblock@gnu.org/chrome/skin/fonts/CreteRound-Regular.otf b/data/extensions/spyblock@gnu.org/chrome/skin/fonts/CreteRound-Regular.otf Binary files differnew file mode 100644 index 0000000..d951855 --- /dev/null +++ b/data/extensions/spyblock@gnu.org/chrome/skin/fonts/CreteRound-Regular.otf 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 differnew file mode 100644 index 0000000..a494379 --- /dev/null +++ b/data/extensions/spyblock@gnu.org/chrome/skin/item-state.png diff --git a/data/extensions/spyblock@gnu.org/chrome/skin/overlay.css b/data/extensions/spyblock@gnu.org/chrome/skin/overlay.css new file mode 100644 index 0000000..0f58a15 --- /dev/null +++ b/data/extensions/spyblock@gnu.org/chrome/skin/overlay.css @@ -0,0 +1,226 @@ +/* + * This file is part of Adblock Plus <http://adblockplus.org/>, + * Copyright (C) 2006-2014 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); +} + +#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); +} + +#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 { + 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 { + -moz-image-region: rect(0px, 28px, 14px, 14px); +} + +#abp-bottombar-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; +} diff --git a/data/extensions/spyblock@gnu.org/chrome/skin/sendReport.css b/data/extensions/spyblock@gnu.org/chrome/skin/sendReport.css new file mode 100644 index 0000000..53768f9 --- /dev/null +++ b/data/extensions/spyblock@gnu.org/chrome/skin/sendReport.css @@ -0,0 +1,129 @@ +/* + * This file is part of Adblock Plus <http://adblockplus.org/>, + * Copyright (C) 2006-2014 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; +} + +#commentLengthWarning, #anonymityWarning +{ + color: red; +} + +#commentLengthWarning[visible="false"], #anonymityWarning[visible="false"] +{ + visibility: hidden; +} + +/* + * 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 new file mode 100644 index 0000000..abad956 --- /dev/null +++ b/data/extensions/spyblock@gnu.org/chrome/skin/sidebar.css @@ -0,0 +1,112 @@ +/* + * This file is part of Adblock Plus <http://adblockplus.org/>, + * Copyright (C) 2006-2014 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 differnew file mode 100644 index 0000000..8463e9e --- /dev/null +++ b/data/extensions/spyblock@gnu.org/chrome/skin/slow.png diff --git a/data/extensions/spyblock@gnu.org/chrome/skin/social/facebook.png b/data/extensions/spyblock@gnu.org/chrome/skin/social/facebook.png Binary files differnew file mode 100644 index 0000000..f45c417 --- /dev/null +++ b/data/extensions/spyblock@gnu.org/chrome/skin/social/facebook.png diff --git a/data/extensions/spyblock@gnu.org/chrome/skin/social/googleplus.png b/data/extensions/spyblock@gnu.org/chrome/skin/social/googleplus.png Binary files differnew file mode 100644 index 0000000..53e6819 --- /dev/null +++ b/data/extensions/spyblock@gnu.org/chrome/skin/social/googleplus.png diff --git a/data/extensions/spyblock@gnu.org/chrome/skin/social/renren.png b/data/extensions/spyblock@gnu.org/chrome/skin/social/renren.png Binary files differnew file mode 100644 index 0000000..e9af994 --- /dev/null +++ b/data/extensions/spyblock@gnu.org/chrome/skin/social/renren.png diff --git a/data/extensions/spyblock@gnu.org/chrome/skin/social/twitter.png b/data/extensions/spyblock@gnu.org/chrome/skin/social/twitter.png Binary files differnew file mode 100644 index 0000000..fec913a --- /dev/null +++ b/data/extensions/spyblock@gnu.org/chrome/skin/social/twitter.png diff --git a/data/extensions/spyblock@gnu.org/chrome/skin/social/weibo.png b/data/extensions/spyblock@gnu.org/chrome/skin/social/weibo.png Binary files differnew file mode 100644 index 0000000..176a628 --- /dev/null +++ b/data/extensions/spyblock@gnu.org/chrome/skin/social/weibo.png diff --git a/data/extensions/spyblock@gnu.org/chrome/skin/subscriptionSelection.css b/data/extensions/spyblock@gnu.org/chrome/skin/subscriptionSelection.css new file mode 100644 index 0000000..8ed7c24 --- /dev/null +++ b/data/extensions/spyblock@gnu.org/chrome/skin/subscriptionSelection.css @@ -0,0 +1,69 @@ +/* + * This file is part of Adblock Plus <http://adblockplus.org/>, + * Copyright (C) 2006-2014 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; +} |