PK 4askin/classic/global/about.csshtml { background: -moz-Dialog; } body { margin: 0; padding: 0 1em; color: -moz-FieldText; font: message-box; } #aboutPageContainer { position: relative; min-width: 330px; max-width: 50em; margin: 4em auto; border: 1px solid ThreeDShadow; -moz-border-radius: 10px; padding: 3em; -moz-padding-start: 30px; background: -moz-Field; } #aboutLogoContainer { border: 1px solid ThreeDLightShadow; width: 300px; margin-bottom: 2em; } img { border: 0; } #version { font-weight: bold; color: #909090; margin: -24px 0 9px 17px; } ul { margin: 0; -moz-margin-start: 1.5em; padding: 0; list-style: square; } ul > li { margin-top: .5em; } PK t7G( !skin/classic/global/appPicker.css #app-picker { width:320px !important; max-width:320px !important; } #content-description { font-weight:bold; } #suggested-filename { font-weight:normal; } #file-info { } #app-picker-list { height:225px; min-height:225px; } #app-picker-item { padding-bottom:5px; padding-top:5px; } #app-picker-item-image { } #app-picker-item-cell { font-weight:normal; padding-right:10px; padding-left:10px; } #browse-button { margin-top:10px; }PK 0, skin/classic/global/arrow.css @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); .up { min-width: 0px; list-style-image: url("chrome://global/skin/arrow/arrow-up.gif"); } .up:hover { list-style-image: url("chrome://global/skin/arrow/arrow-up-hov.gif"); } .up[disabled="true"] { list-style-image: url("chrome://global/skin/arrow/arrow-up-dis.gif"); } .down { min-width: 0px; list-style-image: url("chrome://global/skin/arrow/arrow-dn.gif"); } .down:hover { list-style-image: url("chrome://global/skin/arrow/arrow-dn-hov.gif"); } .down[disabled="true"] { list-style-image: url("chrome://global/skin/arrow/arrow-dn-dis.gif"); } .left { min-width: 0px; list-style-image: url("chrome://global/skin/arrow/arrow-lft.gif"); } .left:hover { list-style-image: url("chrome://global/skin/arrow/arrow-lft-hov.gif"); } .left[disabled="true"] { list-style-image: url("chrome://global/skin/arrow/arrow-lft-dis.gif"); } .right { min-width: 0px; list-style-image: url("chrome://global/skin/arrow/arrow-rit.gif"); } .right:hover { list-style-image: url("chrome://global/skin/arrow/arrow-rit-hov.gif"); } .right[disabled="true"] { list-style-image: url("chrome://global/skin/arrow/arrow-rit-dis.gif"); } PK G5qC skin/classic/global/button.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is Mozilla Communicator client code, released * March 31, 1998. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998-1999 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Joe Hewitt (hewitt@netscape.com) * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ /* ===== button.css ===================================================== == Styles used by the XUL button element. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* :::::::::: button :::::::::: */ button { -moz-appearance: button; margin: 1px 5px 2px 5px; min-width: 6.3em; border: 3px solid; -moz-border-top-colors: transparent ThreeDHighlight ThreeDLightShadow; -moz-border-right-colors: transparent ThreeDDarkShadow ThreeDShadow; -moz-border-bottom-colors: transparent ThreeDDarkShadow ThreeDShadow; -moz-border-left-colors: transparent ThreeDHighlight ThreeDLightShadow; background-color: ThreeDFace; color: ButtonText; } .button-box { -moz-appearance: button-focus; border: 1px solid transparent; padding-top: 1px; padding-bottom: 2px; -moz-padding-start: 3px; -moz-padding-end: 4px; } .button-icon { margin-right: 2px; } .button-text { margin: 0 !important; text-align: center; } /* .......... focused state .......... */ button:focus { -moz-border-top-colors: ThreeDDarkShadow ThreeDHighlight transparent; -moz-border-right-colors: ThreeDDarkShadow ThreeDDarkShadow ThreeDShadow; -moz-border-bottom-colors: ThreeDDarkShadow ThreeDDarkShadow ThreeDShadow; -moz-border-left-colors: ThreeDDarkShadow ThreeDHighlight transparent; } button:focus > .button-box { border: 1px dotted ThreeDDarkShadow; } /* .......... default state .......... */ button[default="true"] { -moz-border-top-colors: ThreeDDarkShadow ThreeDHighlight ThreeDLightShadow; -moz-border-right-colors: ThreeDDarkShadow ThreeDDarkShadow ThreeDShadow; -moz-border-bottom-colors: ThreeDDarkShadow ThreeDDarkShadow ThreeDShadow; -moz-border-left-colors: ThreeDDarkShadow ThreeDHighlight ThreeDLightShadow; } /* .......... hover state .......... */ button:hover { color: -moz-buttonhovertext; background-color: -moz-buttonhoverface; } /* .......... active/open/checked state .......... */ button:hover:active, button[open="true"], button[checked="true"] { -moz-border-top-colors: ThreeDDarkShadow ThreeDShadow transparent; -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow transparent; -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow transparent; -moz-border-left-colors: ThreeDDarkShadow ThreeDShadow transparent; color: ButtonText; } button:hover:active > .button-box, button[open="true"] > .button-box, button[checked="true"] > .button-box { padding-top: 2px; padding-bottom: 1px; -moz-padding-start: 4px; -moz-padding-end: 3px; } /* .......... disabled state .......... */ button[disabled="true"], button[disabled="true"]:hover:active { -moz-border-top-colors: transparent ThreeDHighlight ThreeDLightShadow !important; -moz-border-right-colors: transparent ThreeDDarkShadow ThreeDShadow !important; -moz-border-bottom-colors: transparent ThreeDDarkShadow ThreeDShadow !important; -moz-border-left-colors: transparent ThreeDHighlight ThreeDLightShadow !important; color: GrayText; } button[disabled="true"] > .button-box { padding-top: 1px !important; padding-bottom: 2px !important; -moz-padding-start: 3px !important; -moz-padding-end: 4px !important; } /* ::::: menu/menu-button buttons ::::: */ button[type="menu-button"] { -moz-box-align: center; -moz-box-pack: center; margin: 0; border: none; } .button-menu-dropmarker, .button-menubutton-dropmarker { -moz-appearance: none !important; margin: 1px; background-color: transparent !important; border: none !important; min-width:11px; min-height:11px; } .button-menubutton-dropmarker[open="true"] { margin-top: 2px; margin-bottom: 0px; -moz-margin-start: 2px; -moz-margin-end: 0px; } /* ::::: plain buttons ::::: */ button.plain { border: 0px !important; margin: 0px !important; padding: 0px !important; } button[type="disclosure"] { border: 0px !important; margin: 0px !important; padding: 0px !important; -moz-appearance: none; list-style-image: url("chrome://global/skin/tree/twisty-clsd.png"); min-width: 0px !important; background-color: transparent; } button[type="disclosure"][open="true"] { list-style-image: url("chrome://global/skin/tree/twisty-open.png"); } /* * GNOME Stock Icon Styles */ button[icon="accept"] .button-icon { list-style-image: url("moz-icon://stock/gtk-ok?size=button"); } button[icon="cancel"] .button-icon { list-style-image: url("moz-icon://stock/gtk-cancel?size=button"); } button[icon="help"] .button-icon { list-style-image: url("moz-icon://stock/gtk-help?size=button"); } button[icon="open"] .button-icon { list-style-image: url("moz-icon://stock/gtk-open?size=button"); } button[icon="save"] .button-icon { list-style-image: url(moz-icon://stock/gtk-save?size=button); } button[icon="find"] .button-icon { list-style-image: url("moz-icon://stock/gtk-find?size=button"); } button[icon="clear"] .button-icon { list-style-image: url("moz-icon://stock/gtk-clear?size=button"); } button[icon="yes"] .button-icon { list-style-image: url("moz-icon://stock/gtk-yes?size=button"); } button[icon="no"] .button-icon { list-style-image: url("moz-icon://stock/gtk-no?size=button"); } button[icon="apply"] .button-icon { list-style-image: url("moz-icon://stock/gtk-apply?size=button"); } button[icon="close"] .button-icon { list-style-image: url("moz-icon://stock/gtk-close?size=button"); } button[icon="print"] .button-icon { list-style-image: url("moz-icon://stock/gtk-print?size=button"); } button[icon="add"] .button-icon { list-style-image: url("moz-icon://stock/gtk-add?size=button"); } button[icon="remove"] .button-icon { list-style-image: url("moz-icon://stock/gtk-remove?size=button"); } button[icon="refresh"] .button-icon { list-style-image: url("moz-icon://stock/gtk-refresh?size=button"); } button[icon="go-forward"] .button-icon { list-style-image: url("moz-icon://stock/gtk-go-forward?size=button"); } button[icon="go-back"] .button-icon { list-style-image: url("moz-icon://stock/gtk-go-back?size=button"); } button[icon="properties"] .button-icon { list-style-image: url("moz-icon://stock/gtk-properties?size=button"); } button[icon="select-font"] .button-icon { list-style-image: url("moz-icon://stock/gtk-select-font?size=button"); } button[icon="select-color"] .button-icon { list-style-image: url("moz-icon://stock/gtk-color-picker?size=button"); } button[icon="network"] .button-icon { list-style-image: url("moz-icon://stock/gtk-network?size=button"); } PK 4(2w> skin/classic/global/checkbox.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is Mozilla Communicator client code, released * March 31, 1998. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998-1999 * the Initial Developer. All Rights Reserved. * * Contributor(s): * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ /* ===== checkbox.css =================================================== == Styles used by the XUL checkbox element. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: checkbox ::::: */ checkbox { -moz-appearance: checkbox-container; margin: 2px 4px; border-left: 2px transparent; border-right: 2px transparent; } /* With native theming on, the spacer-box paints the check mark and includes the spacing to the right, so that oversized checkbox images can slop over into the space. If we need to disable checkbox theming, the spacer box no longer paints the check mark, but its fallback CSS border supplies the padding between the mark and the label. The xul:image then takes over painting the check mark. */ .checkbox-spacer-box { -moz-appearance: checkbox; -moz-box-align: center; border-right: 4px solid transparent; } .checkbox-label-center-box { -moz-box-align: center; } .checkbox-label-box { border: 1px solid transparent; -moz-appearance: checkbox-label; } .checkbox-icon[src] { -moz-margin-end: 2px; } .checkbox-label { margin: 0 !important; } /* ..... focused state ..... */ checkbox:focus > .checkbox-label-center-box > .checkbox-label-box { border: 1px dotted ThreeDDarkShadow; } /* ..... disabled state ..... */ checkbox[disabled="true"] > .checkbox-spacer-box > .checkbox-check { background-color: -moz-Dialog; } checkbox[disabled="true"] { color: GrayText !important; } /* ::::: checkmark image ::::: */ .checkbox-check { border: 2px solid; -moz-border-top-colors: ThreeDShadow ThreeDDarkShadow; -moz-border-right-colors: ThreeDHighlight ThreeDLightShadow; -moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow; -moz-border-left-colors: ThreeDShadow ThreeDDarkShadow; min-width: 13px; min-height: 13px; background: -moz-Field no-repeat 50% 50%; } checkbox:hover { color: -moz-buttonhovertext; } checkbox:hover:active > .checkbox-spacer-box > .checkbox-check { background-color: -moz-Dialog; } /* ..... checked state ..... */ checkbox[checked="true"] > .checkbox-spacer-box > .checkbox-check { background-image: url("chrome://global/skin/checkbox/cbox-check.gif"); } checkbox[checked="true"][disabled="true"] > .checkbox-spacer-box > .checkbox-check { background-image: url("chrome://global/skin/checkbox/cbox-check-dis.gif") !important } PK HA2Ph[@@#skin/classic/global/colorpicker.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is Mozilla Communicator client code, released * March 31, 1998. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998-1999 * the Initial Developer. All Rights Reserved. * * Contributor(s): * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ /* ===== colorpicker.css ================================================ == Styles used by the XUL colorpicker element. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: colorpicker button ::::: */ /* colorpicker button */ colorpicker[type="button"] { width: 38px; height: 24px; border: 2px solid; -moz-border-top-colors: ThreeDLightShadow ThreeDHighlight; -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-left-colors: ThreeDLightShadow ThreeDHighlight; background-color: ThreeDFace; padding: 3px; } .colorpicker-button-colorbox { border: 1px solid #000000; } colorpicker[type="button"]:focus { -moz-border-top-colors: ThreeDDarkShadow ThreeDHighlight; -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-left-colors: ThreeDDarkShadow ThreeDHighlight; } colorpicker[type="button"][open="true"] { -moz-border-top-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-left-colors: ThreeDDarkShadow ThreeDShadow; } /* ::::: colorpicker tiles ::::: */ .colorpickertile { width : 20px; height : 20px; margin : 1px; border-left : 1px solid ThreeDShadow; border-top : 1px solid ThreeDShadow; border-right : 1px solid ThreeDHighlight; border-bottom : 1px solid ThreeDHighlight; } .colorpickertile[selected="true"] { border : 2px outset #C0C0C0; } .colorpickertile[hover="true"] { border : 2px dotted #FFFFFF; } .cp-light[hover="true"] { border : 2px dotted #909090; } PK aN6ϑskin/classic/global/config.css @import url("chrome://global/skin/"); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); #warningScreen { background-color: -moz-Dialog; } #warningBox { background-color: -moz-Field; color: -moz-FieldText; border: 1px solid ThreeDShadow; -moz-border-radius: 10px; padding: 3em; -moz-padding-start: 30px; margin-left: 1em; margin-right: 1em; } #warningInnerBox { max-width: 50em; } #warningTitle { margin: 0 0 .6em 0; font-size: 160%; border-bottom: 1px solid ThreeDLightShadow } #warningText { font-size: 110%; margin-left: 0; } #warningButton { margin-top: 0.6em; } #showWarningNextTime { margin-top: 0.6em; } #exclam { list-style-image: url("chrome://global/skin/icons/warning-large.png"); -moz-margin-end: 3em; } #configTreeBody::-moz-tree-cell-text(user) { font-weight: bold; } #configTreeBody::-moz-tree-cell-text(locked) { font-style: italic; } #configTree { margin-top: 5px; margin-bottom: 5px; } #filterRow { margin-top: 5px; } PK 97,س/ / skin/classic/global/dialog.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.org code. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1999 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Original Author: Joe Hewitt (hewitt@netscape.com) * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ /* ===== dialog.css ===================================================== == Styles used by the XUL dialog element. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: dialog ::::: */ dialog { padding-top: 8px; padding-bottom: 10px; -moz-padding-start: 8px; -moz-padding-end: 10px; } /* ::::: dialog buttons ::::: */ .dialog-button { font: menu; margin-top: 6px; } /* ::::: dialog header ::::: */ dialogheader { margin: 0px 5px 5px 5px; border: 2px solid; -moz-border-top-colors: ThreeDShadow ThreeDDarkShadow; -moz-border-right-colors: ThreeDHighlight ThreeDDarkShadow; -moz-border-bottom-colors: ThreeDHighlight ThreeDDarkShadow; -moz-border-left-colors: ThreeDShadow ThreeDDarkShadow; padding: 5px 8px; background-color: Highlight; color: HighlightText; } .dialogheader-title { margin: 0px !important; font-size: larger; font-weight: bold; } /* ::::: large dialog header ::::: */ .header-large { -moz-box-orient: vertical; margin-top: -8px; margin-bottom: 0; -moz-margin-start: -8px; -moz-margin-end: -10px; border-left: none; border-right: none; border-top: none; -moz-border-bottom-colors: ThreeDHighlight ThreeDShadow; padding-top: 12px; padding-bottom: 12px; -moz-padding-start: 25px; -moz-padding-end: 5px; background-color: Window; color: WindowText; } .header-large > .dialogheader-title { font: inherit; font-weight: bold; } .header-large > .dialogheader-description { -moz-margin-start: 12px !important; } PK 0>T2׿ۀ skin/classic/global/expander.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is Mozilla Communicator client code, released * March 31, 1998. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998-1999 * the Initial Developer. All Rights Reserved. * * Contributor(s): * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ .expanderButton { cursor: pointer !important; } .settingsContainer { padding-top: 3px; padding-bottom: 5px; -moz-padding-start: 20px; -moz-padding-end: 5px; } PK HA2 LLL"skin/classic/global/filepicker.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is Mozilla Communicator client code, released * March 31, 1998. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998-2001 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Joe Hewitt (hewitt@netscape.com) * Brian Ryner (bryner@brianryner.com) * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ /* ===== filepicker.css ================================================= == Styles used by the File Picker dialog. ======================================================================= */ @import url("chrome://global/skin/"); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: column widths ::::: */ #FilenameColumn, #ContentLengthColumn, #LastModifiedDateColumn { width: 100px; } /* ::::: file/directory items ::::: */ treechildren::-moz-tree-image(FilenameColumn, directory) { list-style-image: url("chrome://global/skin/icons/folder-item.png"); -moz-image-region: rect(0px, 32px, 16px, 16px); } treechildren::-moz-tree-image(FilenameColumn, file) { list-style-image: url("chrome://global/skin/icons/folder-item.png"); -moz-image-region: rect(16px, 16px, 32px, 0px); } /* ::::: button items ::::: */ /* up-button */ .up-button { list-style-image: url("chrome://global/skin/Filepicker.png"); -moz-image-region: rect(0px 24px 24px 0px); max-width: 36px; } .up-button:hover { list-style-image: url("chrome://global/skin/Filepicker.png"); -moz-image-region: rect(24px 24px 48px 0px); max-width: 36px; } /* home-button */ .home-button { list-style-image: url("chrome://global/skin/Filepicker.png"); -moz-image-region: rect(0px 48px 24px 24px); max-width: 36px; } .home-button:hover { list-style-image: url("chrome://global/skin/Filepicker.png"); -moz-image-region: rect(24px 48px 48px 24px); max-width: 36px; } /* new-dir-button */ .new-dir-button { list-style-image: url("chrome://global/skin/Filepicker.png"); -moz-image-region: rect(0px 72px 24px 48px); max-width: 36px; } .new-dir-button:hover { list-style-image: url("chrome://global/skin/Filepicker.png"); -moz-image-region: rect(24px 72px 48px 48px); max-width: 36px; }PK U6* skin/classic/global/findBar.css@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); .findbar-closebutton { border: 1px solid transparent; padding: 3px 2px 4px 2px !important; list-style-image: url("chrome://global/skin/icons/close.png"); -moz-appearance: none; -moz-image-region: rect(0px, 16px, 16px, 0px); } .findbar-closebutton > .toolbarbutton-icon { -moz-margin-end: 0px !important; -moz-padding-end: 2px !important; -moz-padding-start: 2px !important; } .findbar-closebutton:hover { -moz-image-region: rect(0px, 32px, 16px, 16px); } .findbar-closebutton:hover:active { -moz-image-region: rect(0px, 48px, 16px, 32px); } findbar { -moz-appearance: none !important; border-top: 2px solid; -moz-border-top-colors: ThreeDShadow ThreeDHighlight !important; border-bottom: 1px solid; -moz-border-bottom-colors: transparent; min-width: 1px; } /* find-next button */ .findbar-find-next { list-style-image: url("chrome://global/skin/icons/find.png"); -moz-image-region: rect(0px 16px 16px 0px); } .findbar-find-next:hover { -moz-image-region: rect(16px 16px 32px 0px); } .findbar-find-next[disabled="true"] { -moz-image-region: rect(32px 16px 48px 0px) !important; } /* find-previous button */ .findbar-find-previous { list-style-image: url("chrome://global/skin/icons/find.png"); -moz-image-region: rect(0px 32px 16px 16px); } .findbar-find-previous:hover { -moz-image-region: rect(16px 32px 32px 16px); } .findbar-find-previous[disabled="true"] { -moz-image-region: rect(32px 32px 48px 16px) !important; } /* highlight button */ .findbar-highlight { list-style-image: url("chrome://global/skin/icons/find.png"); -moz-image-region: rect(0px 48px 16px 32px); } .findbar-highlight:hover { -moz-image-region: rect(16px 48px 32px 32px); } .findbar-highlight[disabled="true"] { -moz-image-region: rect(32px 48px 48px 32px) !important; } .findbar-highlight:active, .findbar-highlight[checked="true"] { -moz-image-region: rect(48px 48px 64px 32px); } .findbar-highlight[checked="true"]:hover { -moz-image-region: rect(64px 48px 80px 32px); } .find-status-icon { list-style-image: none; margin-top: 2px; margin-bottom: 0px; -moz-margin-start: 12px; -moz-margin-end: 0px; width: 16px; height: 16px; } .findbar-find-status { margin-top: 0px; margin-bottom: 0px; -moz-margin-start: 3px; -moz-margin-end: 0px; padding: 2px; } .find-status-icon[status="notfound"] { list-style-image: url("chrome://global/skin/icons/notfound.png"); } .findbar-textbox { -moz-binding: url("chrome://global/content/bindings/findbar.xml#findbar-textbox"); -moz-appearance: none; border: none; margin: 0px; } .findbar-textbox[status="notfound"] { background-color: #FF6666; color: #FFFFFF; } findbar[flash="true"] > .find-field-container > .findbar-textbox { background-color: yellow; } .find-status-icon[status="wrapped"] { list-style-image: url("chrome://global/skin/icons/wrap.png"); } .find-field-container { -moz-appearance: textfield; } PK 1n6j "skin/classic/global/formatting.css@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* inset areas */ .inset { border-left : 1px solid ThreeDShadow; border-top : 1px solid ThreeDShadow; border-right : 1px solid ThreeDHighlight; border-bottom : 1px solid ThreeDHighlight; margin : 0px 5px 5px 5px; } .box-inset { margin: 2px 4px; border: 2px solid; -moz-border-top-colors: ThreeDShadow ThreeDDarkShadow; -moz-border-right-colors: ThreeDHighlight ThreeDLightShadow; -moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow; -moz-border-left-colors: ThreeDShadow ThreeDDarkShadow; background-color: -moz-Field; color: -moz-FieldText; } /* formatting */ .groove-top { border-top : 2px groove ThreeDFace; } .groove-right { border-right : 2px groove ThreeDFace; } .groove-left { border-left : 2px groove ThreeDFace; } .groove-bottom { border-bottom : 2px groove ThreeDFace; } .outset { border-left : 1px solid ThreeDHighlight; border-top : 1px solid ThreeDHighlight; border-right : 1px solid ThreeDShadow; border-bottom : 1px solid ThreeDShadow; } .outset-top-bottom { border-top : 1px solid ThreeDHighlight; border-bottom : 1px solid ThreeDShadow; } /** separator rules **/ /* standard separators */ separator, separator[orient="horizontal"] { height: 1.5em; } separator[orient="vertical"] { width: 1.5em; } /* thinner separators (50% size) */ separator.thin, separator.thin[orient="horizontal"] { height: 0.5em; } separator.thin[orient="vertical"] { width: 0.5em; } /* groove separators (50% size) */ separator.groove, separator.groove[orient="horizontal"] { border-top: 1px solid ThreeDShadow; border-bottom: 1px solid ThreeDHighlight; height: 0px; margin-top: 0.4em; margin-bottom: 0.4em; } separator.groove[orient="vertical"] { border-left: 1px solid ThreeDShadow; border-right: 1px solid ThreeDHighlight; -moz-margin-start: 0.4em; -moz-margin-end: 0.4em; } /* groove separators (0 padding, for dividing effects) */ separator.groove-thin { border-top: 1px solid ThreeDShadow; border-bottom: 1px solid ThreeDHighlight; height: 0px; } separator[orient="vertical"].groove-thin { border-left: 1px solid ThreeDShadow; border-right: 1px solid ThreeDHighlight; } /** text formatting rules **/ /* label (with margins) */ /** Reduced Margin for some UI **/ .small-margin { margin : 1px 2px 1px 2px; } .plain { margin: 0px !important; border: none; padding: 0px; } label[disabled="true"] { color : GrayText; } description, label { cursor : default; } description { margin : 1px 5px 4px 5px; } label { margin-top: 1px; margin-bottom: 2px; -moz-margin-start: 6px; -moz-margin-end: 5px; } .header { font-weight : bold; } .larger-text { font-size : larger; } .smaller-text { font-size : smaller; } .monospace { font-family : monospace; } .indent { -moz-margin-start : 23px; } .box-padded { padding : 5px; } .spaced { margin : 3px 5px 4px 5px; } .wizard-box { padding : 20px 44px 10px 44px; } .caption-text { margin-top: 0px !important; margin-bottom: 0px !important; -moz-margin-start: 1px !important; -moz-margin-end: 2px !important; } /* class for text with a 'link' appearance */ .text-link { color : blue; text-decoration : underline; border : 1px solid transparent; } .text-link:focus { color : red; border : 1px dotted -moz-DialogText; } .text-link:hover { cursor : pointer; } .text-link:hover:active { color : red; } .text-link[visited="true"] { color : purple; } PK vkL7IA^ ^ &skin/classic/global/globalBindings.xml %globalDTD; ]> PK 8n7431  skin/classic/global/groupbox.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is Mozilla Communicator client code, released * March 31, 1998. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998-1999 * the Initial Developer. All Rights Reserved. * * Contributor(s): * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ /* ===== groupbox.css ================================================== == Styles used by the XUL groupbox and related elements. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: groupbox ::::: */ groupbox { margin: 5px; padding: 5px; } .groupbox-body { -moz-padding-start: 10px; } caption { margin-bottom: 2px; font-weight: bold; } PK 06++ skin/classic/global/linkTree.css@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /** * All the properties in this rule are important to avoid having to create * a special type of tree. This stylesheet can be loaded into a document with * a single tree that is a link tree. Hardly elegant but it's efficient. */ treeitem[selected="true"] > treerow { background : transparent !important; border : none !important; color : -moz-FieldText !important; } treecell:hover { text-decoration : underline !important; color : #000080 !important; cursor : pointer; } treecell:hover:active { text-decoration : underline !important; color : red !important; } PK bm7"skin/classic/global/listbox.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is Mozilla Communicator client code, released * March 31, 1998. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998-2001 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Joe Hewitt (hewitt@netscape.com) * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ /* ===== listbox.css ======================================================= == Styles used by XUL listbox-related elements. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: listbox ::::: */ listbox { -moz-appearance: listbox; margin: 2px 4px; border: 2px solid; -moz-border-top-colors: ThreeDShadow ThreeDDarkShadow; -moz-border-right-colors: ThreeDHighlight ThreeDLightShadow; -moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow; -moz-border-left-colors: ThreeDShadow ThreeDDarkShadow; background-color: -moz-Field; color: -moz-FieldText; } listbox[disabled="true"] { color: GrayText; } /* ::::: listitem ::::: */ listitem { border: 1px solid transparent; } listbox:focus > listitem[selected="true"][current="true"] { outline: 1px dotted #F3D982; } listbox:focus > listitem[current="true"] { outline: 1px dotted Highlight; -moz-outline-offset: -1px; } listitem[selected="true"] { background-color: -moz-Dialog; color: -moz-DialogText; } listbox:focus > listitem[selected="true"] { background-color: Highlight; color: HighlightText; } /* ::::: listheader ::::: */ listheader { -moz-appearance: treeheadercell; -moz-box-align: center; border: 2px solid; -moz-border-top-colors: ThreeDHighlight ThreeDLightShadow; -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-left-colors: ThreeDHighlight ThreeDLightShadow; background-color: -moz-Dialog; color: -moz-DialogText; padding: 0 2px; } listheader[sortable="true"]:hover:active { border: 2px solid; -moz-border-top-colors: ThreeDShadow -moz-Dialog; -moz-border-right-colors: ThreeDShadow transparent; -moz-border-bottom-colors: ThreeDShadow transparent; -moz-border-left-colors: ThreeDShadow -moz-Dialog; padding-top: 0px; padding-bottom: 0px; -moz-padding-start: 3px; -moz-padding-end: 1px; } .listheader-icon { -moz-margin-end: 2px; } .listheader-icon[sortable="true"]:hover:active { -moz-margin-end: 1px; } .listheader-label { margin: 0px !important; } /* ..... sort direction icon ..... */ .listheader-sortdirection { -moz-appearance: treeheadersortarrow; } /* ::::: listcell ::::: */ .listcell-label { margin: 0px !important; padding-top: 0px; padding-bottom: 1px; -moz-padding-start: 4px; -moz-padding-end: 0px; white-space: nowrap; } .listcell-icon { -moz-margin-end: 2px; } .listcell-label[disabled="true"] { color: GrayText; } /* ::::: listcell checkbox ::::: */ .listcell-check { -moz-appearance: checkbox; -moz-box-align: center; margin: 0px 2px; border: 1px solid -moz-DialogText; min-width: 13px; min-height: 13px; background: -moz-Field no-repeat 50% 50%; } .listcell-check[checked="true"] { background-image: url("chrome://global/skin/checkbox/cbox-check.gif"); } .listcell-check[disabled="true"] { border-color: GrayText; background-image: url("chrome://global/skin/checkbox/cbox-dis.gif"); } .listcell-check[disabled="true"][checked="true"] { background-image: url("chrome://global/skin/checkbox/cbox-check-dis.gif"); } PK  7D~skin/classic/global/menu.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is Mozilla Communicator client code, released * March 31, 1998. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998-1999 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Joe Hewitt (hewitt@netscape.com) * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ /* ===== menu.css ======================================================= == Styles used by XUL menu-related elements. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: menu/menuitem ::::: */ menu, menuitem { -moz-appearance: menuitem !important; -moz-box-align: center; max-width: 42em; color: MenuText; font: menu; list-style-image: none; -moz-image-region: auto; /* 3px is the default padding value. See the big comment under moz_gtk_check_menu_item_paint() in widget/src/gtk2/gtk2drawing.c and bug 406129 for why we're hardcoding this. */ padding: 0px 3px; } menuitem[default="true"] { font-weight: bold; } menu[_moz-menuactive="true"], menuitem[_moz-menuactive="true"] { color: -moz-menuhovertext; background-color: -moz-menuhover; } menu[disabled="true"], menuitem[disabled="true"] { color: GrayText; } menubar > menu { padding: 0px 4px; } menubar > menu[_moz-menuactive="true"] { color: MenuText; } menubar > menu[open] { color: -moz-menuhovertext; background-color: -moz-menuhover; } menuitem.spell-suggestion { font-weight:bold; } /* ::::: menu/menuitems in menulist popups ::::: */ .menulist-menupopup > menuitem, menulist > menupopup > menuitem, .menulist-menupopup > menu, menulist > menupopup > menu { padding-top: 1px; padding-bottom: 1px; -moz-padding-start: 1px; -moz-padding-end: 30px; max-width: none; font: message-box; } /* ..... internal content .... */ .menu-text, .menu-iconic-left, .menu-iconic-text { margin-top: 0px !important; margin-bottom: 0px !important; -moz-margin-start: 0px !important; -moz-margin-end: 2px !important; color: inherit; } .menu-text { /* This is (18 + the size of end-padding on .menu-iconic-left)px */ -moz-margin-start: 21px !important; font-weight: inherit; } .menu-description { font-style: italic; color: GrayText; -moz-margin-start: 1ex !important; } .menu-accel, .menu-iconic-accel { margin-top: 0px !important; margin-bottom: 0px !important; -moz-margin-start: 7px !important; color: inherit; } .menu-accel-container { -moz-box-pack: end; } .menu-iconic-left { width: 16px; /* We can only hardcode this, to make the default GTK icon<->label spacing */ -moz-padding-end: 3px !important; } .menu-iconic-icon { width: 16px; height: 16px; } .menu-right { margin-top: 0px; margin-bottom: 0px; -moz-margin-start: 6px; -moz-margin-end: 0px; width: 1ex; height: 1ex; /* These next two rules are needed to prevent inheritance and thus ugliness */ list-style-image: none; -moz-image-region: auto; -moz-appearance: menuarrow; } .menubar-left { margin-top: 0px; margin-bottom: 0px; -moz-margin-start: 0px; -moz-margin-end: 2px; color: inherit; } .menubar-text { margin: 0 1px !important; color: inherit; } .menulist-menupopup > menuitem > .menu-iconic-left, menulist > menupopup > menuitem > .menu-iconic-left, .menulist-menupopup > menu > .menu-iconic-left, menulist > menupopup > menu > .menu-iconic-left { display: none; } /* ::::: checkbox menuitem ::::: */ menuitem[checked="true"] { -moz-appearance: checkmenuitem !important; } menuitem[type="checkbox"] { -moz-appearance: checkmenuitem !important; } /* ::::: radio menuitem ::::: */ menuitem[type="radio"] { -moz-appearance: radiomenuitem !important; } /* ::::: menuseparator ::::: */ menuseparator { margin: 2px 3px; border-top: 1px solid ThreeDShadow; border-bottom: 1px solid ThreeDHighlight; } menulist > menupopup > menuseparator, .menulist-menupopup > menuseparator { margin: 2px 0; border-top: 1px solid #000000; border-bottom: none; } /* ::::: autocomplete ::::: */ .autocomplete-history-popup > menuitem { max-width: none !important; font: message-box; } /* ::::: tree column picker ::::: */ .treecell-popupcell-menu { -moz-margin-start: -2px; list-style-image: url("chrome://global/skin/columnselect.gif"); -moz-image-region: auto; } PK vkL7g skin/classic/global/menulist.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is Mozilla Communicator client code, released * March 31, 1998. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998-1999 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Joe Hewitt (hewitt@netscape.com) * Pierre Chanial (p_ch@verizon.net) * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ /* ===== menulist.css =================================================== == Styles used by the XUL menulist element. ====================================================================== */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); @namespace html url("http://www.w3.org/1999/xhtml"); /* :::::::::: menulist :::::::::: */ menulist { -moz-appearance: menulist; margin: 2px 4px; color: -moz-DialogText; } .menulist-label-box { -moz-appearance: menulist-text; -moz-box-align: center; -moz-box-pack: center; margin: 1px; color: inherit; } .menulist-label { margin: 1px 3px !important; } .menulist-dropmarker { display: none; } menulist[disabled="true"] { color: GrayText; } .menulist-description { font-style: italic; color: GrayText; -moz-margin-start: 1ex !important; } /* ::::: editable menulists ::::: */ menulist[editable="true"] { -moz-appearance: none; color: -moz-FieldText; } .menulist-editable-box { -moz-appearance: menulist-textfield; } menulist[editable="true"] > .menulist-dropmarker { display: -moz-box; -moz-appearance: menulist-button; } html|*.menulist-editable-input { margin: 0px !important; border: none !important; padding: 0px !important; font: inherit; } /* ::::: compact menulists ::::: */ .menulist-compact { -moz-appearance: none; -moz-box-align: center; -moz-box-pack: center; margin: 0; -moz-border-top-colors: ThreeDHighlight ThreeDLightShadow; -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-left-colors: ThreeDHighlight ThreeDLightShadow; background-color: ThreeDFace; color: ButtonText; list-style-image: url("chrome://global/skin/arrow/arrow-dn.gif"); } .menulist-compact > .menulist-label-box > .menulist-label { margin: 0 3px !important; text-align: right; } .menulist-compact > .menulist-label-box > .menulist-icon { -moz-margin-start: 2px; } .menulist-compact[open="true"] { -moz-border-top-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-right-colors: ThreeDDarkShadow ThreeDHighlight; -moz-border-bottom-colors: ThreeDDarkShadow ThreeDHighlight; -moz-border-left-colors: ThreeDDarkShadow ThreeDShadow; } .menulist-compact[disabled="true"] { list-style-image: url("chrome://global/skin/arrow/arrow-dn-dis.gif"); } .menulist-compact:focus > .menulist-label-box { border: 1px dotted; background-color: transparent; color: inherit; } PK :^c7wm( ( skin/classic/global/netError.css/* * This defines the look-and-feel styling of the error pages. * (see: netError.xhtml) * * Original styling by William Price * Updated by: Steven Garrity * Henrik Skupin */ html { background: -moz-Dialog; } body { margin: 0; padding: 0 1em; color: -moz-FieldText; font: message-box; } h1 { margin: 0 0 .6em 0; border-bottom: 1px solid ThreeDLightShadow; font-size: 160%; } ul, ol { margin: 0; -moz-margin-start: 1.5em; padding: 0; } ul > li, ol > li { margin-bottom: .5em; } ul { list-style: square; } #errorPageContainer { position: relative; min-width: 13em; max-width: 52em; margin: 4em auto; border: 1px solid ThreeDShadow; -moz-border-radius: 10px; padding: 3em; -moz-padding-start: 30px; background: url("chrome://global/skin/icons/warning-large.png") left 0 no-repeat -moz-Field; -moz-background-origin: content; } body[dir="rtl"] #errorPageContainer { background-position: right 0; } #errorTitle { -moz-margin-start: 80px; } #errorLongContent { -moz-margin-start: 80px; } #errorShortDesc > p { overflow: auto; border-bottom: 1px solid ThreeDLightShadow; padding-bottom: 1em; font-size: 130%; white-space: -moz-pre-wrap; } #errorLongDesc { -moz-padding-end: 3em; font-size: 110%; } #errorLongDesc > p { } #errorTryAgain { margin-top: 2em; -moz-margin-start: 80px; } #brand { position: absolute; right: 0; bottom: -1.5em; -moz-margin-end: 10px; opacity: .4; } body[dir="rtl"] #brand { right: auto; left: 0; } #brand > p { margin: 0; } #errorContainer { display: none; } #securityOverrideDiv { padding-top: 10px; } #securityOverrideContent { background-color: #FFF090; /* Pale yellow */ padding: 10px; -moz-border-radius: 10px; } /* Custom styling for 'blacklist' error class */ :root.blacklist #errorTitle, :root.blacklist #errorLongContent, :root.blacklist #errorShortDesc, :root.blacklist #errorLongDesc, :root.blacklist a { background-color: #722; /* Dark red */ color: white; } :root.blacklist #errorPageContainer { background-image: url("chrome://global/skin/icons/blacklist_large.png"); background-color: #722; } :root.blacklist { background: #333; } :root.blacklist #errorTryAgain { display: none; } PK -`6{U  "skin/classic/global/dropmarker.cssdropmarker { -moz-appearance: menulist-button; width: 16px; height: 16px; -moz-box-align: center; -moz-box-pack: center; border: 2px solid; -moz-border-top-colors: ThreeDLightShadow ThreeDHighlight; -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-left-colors: ThreeDLightShadow ThreeDHighlight; background-color: -moz-Dialog; padding: 1px; list-style-image: url("chrome://global/skin/arrow/arrow-dn.gif"); -moz-image-region: auto; } dropmarker:hover:active { -moz-border-top-colors: ThreeDShadow ThreeDFace; -moz-border-right-colors: ThreeDShadow ThreeDFace; -moz-border-bottom-colors: ThreeDShadow ThreeDFace; -moz-border-left-colors: ThreeDShadow ThreeDFace; padding-top: 2px; padding-bottom: 0px; -moz-padding-start: 2px; -moz-padding-end: 0px; } dropmarker[disabled="true"] { list-style-image: url("chrome://global/skin/arrow/arrow-dn-dis.gif"); -moz-border-top-colors: ThreeDLightShadow ThreeDHighlight !important; -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow !important; -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow !important; -moz-border-left-colors: ThreeDLightShadow ThreeDHighlight !important; padding: 1px !important; } PK 5ʛ !skin/classic/global/numberbox.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.org code. * * The Initial Developer of the Original Code is the Mozilla Corporation * Portions created by the Initial Developer are Copyright (C) 2006 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Neil Deakin (enndeakin@sympatico.ca) * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ /* ===== numberbox.css ================================================== == Styles used by the XUL textbox type="number" element. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); @namespace html url("http://www.w3.org/1999/xhtml"); textbox[type="number"] { -moz-appearance: none; padding: 0 !important; border: none; cursor: default; } html|*.numberbox-input { text-align: right; } .numberbox-input-box { -moz-box-align: center; -moz-appearance: textfield; cursor: text; margin-right: -1px; border: 2px solid; -moz-border-top-colors: ThreeDShadow ThreeDDarkShadow; -moz-border-right-colors: ThreeDHighlight ThreeDLightShadow; -moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow; -moz-border-left-colors: ThreeDShadow ThreeDDarkShadow; padding: 3px; background-color: -moz-Field; color: -moz-FieldText; } PK 55vz99$skin/classic/global/notification.css@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); notification { background-color: InfoBackground; color: InfoText; } notification[type="info"] { background-color: -moz-Dialog; } notification[type="critical"] { background-color: red; } .messageImage { width: 16px; height: 16px; margin: 0px 1px 0px 6px; } .messageText { -moz-margin-start: 5px; } .messageButton { margin: 0px 5px 0px 5px; } .messageCloseButton { list-style-image: url("chrome://global/skin/icons/close.png"); -moz-appearance: none; -moz-image-region: rect(0px, 16px, 16px, 0px); padding: 4px 2px; border: none !important; } .messageCloseButton:hover { -moz-image-region: rect(0px, 32px, 16px, 16px); } .messageCloseButton:hover:active { -moz-image-region: rect(0px, 48px, 16px, 32px); }PK eS7II#skin/classic/global/passwordmgr.css/* ***** BEGIN LICENSE BLOCK ***** Version: MPL 1.1/GPL 2.0/LGPL 2.1 The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. The Original Code is Login Manager code. The Initial Developer of the Original Code is Ehsan Akhgari . Portions created by the Initial Developer are Copyright (C) 2007 the Initial Developer. All Rights Reserved. Contributor(s): Ehsan Akhgari Alternatively, the contents of this file may be used under the terms of either the GNU General Public License Version 2 or later (the "GPL"), or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), in which case the provisions of the GPL or the LGPL are applicable instead of those above. If you wish to allow use of your version of this file only under the terms of either the GPL or the LGPL, and not to allow others to use your version of this file under the terms of the MPL, indicate your decision by deleting the provisions above and replace them with the notice and other provisions required by the GPL or the LGPL. If you do not delete the provisions above, a recipient may use your version of this file under the terms of any one of the MPL, the GPL or the LGPL. ***** END LICENSE BLOCK ***** */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); .contentPane { margin: 9px 8px 5px 8px; } .actionButtons { margin: 0px 3px 6px 3px !important; } PK 6F6*~uB B skin/classic/global/popup.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is Mozilla Communicator client code, released * March 31, 1998. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998-2001 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Joe Hewitt (hewitt@netscape.com) * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ /* ===== popup.css =================================================== == Styles used by the XUL popup element. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: menupopup ::::: */ menupopup, popup, panel { -moz-appearance: menupopup; min-width: 1px; } /* ::::: tooltip ::::: */ tooltip { -moz-appearance: tooltip; margin-top: 21px; padding: 2px 3px; max-width: 40em; color: InfoText; font: message-box; } .tooltip-label { margin: 0px !important; } tooltip[titletip="true"] { /* See bug 32157 comment 128 * margin: -2px 0px 0px -3px; */ max-width: none; } /* rules for popups associated with menulists */ menulist > menupopup, .menulist-menupopup { padding: 0px; min-width: 0px; } PK A2 E E %skin/classic/global/progressmeter.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.org code. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Joe Hewitt * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ /* ===== progressmeter.css ============================================== == Styles used by the XUL progressmeter element. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: progressmeter ::::: */ progressmeter { -moz-appearance: progressbar; margin: 2px 4px; border: 2px solid; -moz-border-top-colors: ThreeDShadow -moz-Dialog; -moz-border-right-colors: ThreeDHighlight -moz-Dialog; -moz-border-bottom-colors: ThreeDHighlight -moz-Dialog; -moz-border-left-colors: ThreeDShadow -moz-Dialog; background-color: -moz-Dialog; min-width: 128px; min-height: 15px; } .progress-bar { -moz-appearance: progresschunk; min-width: 0px; background-color: ThreeDShadow; } /* ::::: statusbar progressmeter ::::: */ .progressmeter-statusbar { margin: 0; border: 0px; -moz-border-top-colors: ThreeDHighlight -moz-Dialog; -moz-border-right-colors: ThreeDShadow -moz-Dialog; -moz-border-bottom-colors: ThreeDShadow -moz-Dialog; -moz-border-left-colors: ThreeDHighlight -moz-Dialog; min-width: 96px; } PK 4(2uHmmskin/classic/global/radio.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is Mozilla Communicator client code, released * March 31, 1998. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998-1999 * the Initial Developer. All Rights Reserved. * * Contributor(s): * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ /* ===== radio.css =================================================== == Styles used by the XUL radio element. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: radio ::::: */ radio { -moz-appearance: radio-container; margin: 2px 4px; border-left: 2px transparent; border-right: 2px transparent; } /* With native theming on, the spacer-box paints the radio mark and includes the spacing to the right, so that oversized radio images can slop over into the space. If we need to disable radio button theming, the spacer box no longer paints the radio mark, but its fallback CSS border supplies the padding between the mark and the label. The xul:image then takes over painting the radio mark. */ .radio-spacer-box { -moz-appearance: radio; -moz-box-align: center; border-right: 4px solid transparent; border-top: 1px; border-bottom: 1px; } .radio-label-center-box { -moz-box-align: center; } .radio-label-box { border: 1px solid transparent; -moz-appearance: radio-label; } .radio-icon[src] { -moz-margin-end: 2px; } .radio-label { margin: 0 !important; } /* ..... focused state ..... */ radio[focused="true"] > .radio-label-center-box > .radio-label-box { border: 1px dotted ThreeDDarkShadow; } /* ..... disabled state ..... */ radio[disabled="true"] > .radio-spacer-box > .radio-check-box1 { background-color: -moz-Dialog; } radio[disabled="true"] { color: GrayText !important; } /* ::::: checkmark image ::::: */ .radio-check-box1 { border-top: 1px solid ThreeDShadow; border-right: 1px solid ThreeDHighlight; border-bottom: 1px solid ThreeDHighlight; border-left: 1px solid ThreeDShadow; -moz-border-radius: 50%; min-width: 12px; min-height: 12px; background-color: -moz-Field; } .radio-check-box2 { border-top: 1px solid ThreeDDarkShadow; border-right: 1px solid ThreeDLightShadow; border-bottom: 1px solid ThreeDLightShadow; border-left: 1px solid ThreeDDarkShadow; -moz-border-radius: 50%; padding: 2px; width: 4px; height: 4px; list-style-image: none; } radio:hover { color: -moz-buttonhovertext; } radio:hover:active > .radio-spacer-box > .radio-check-box1 { background-color: -moz-Dialog; } /* ..... selected state ..... */ radio[selected="true"] > .radio-spacer-box > .radio-check-box1 > .radio-check-box2 { list-style-image: url("chrome://global/skin/radio/radio-check.gif"); } radio[selected="true"][disabled="true"] > .radio-spacer-box > .radio-check-box1 > .radio-check-box2 { list-style-image: url("chrome://global/skin/radio/radio-check-dis.gif") !important } PK =I06^ I #skin/classic/global/richlistbox.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is Richlistbox CSS. * * The Initial Developer of the Original Code is * IBM Corporation. * Portions created by the Initial Developer are Copyright (C) 2005 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Doron Rosenberg (original author) * Simon Bünzli * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); richlistbox { margin: 2px 4px; background-color: -moz-Field; color: -moz-FieldText; } richlistbox[disabled="true"] { color: GrayText; } richlistitem[selected="true"] { background-color: -moz-Dialog; color: -moz-DialogText; } richlistbox:focus > richlistitem[selected="true"] { background-color: Highlight; color: HighlightText; } richlistbox[seltype="multiple"]:focus > richlistitem[current="true"] { outline: 1px dotted Highlight; -moz-outline-offset: -1px; } richlistbox[seltype="multiple"]:focus > richlistitem[current="true"][selected="true"] { outline: 1px dotted #F3D982; /* TODO: find a suitable system color */ } PK &6ov8  (skin/classic/global/nativescrollbars.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is Mozilla Communicator client code, released * March 31, 1998. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 2002 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Joe Hewitt (hewitt@netscape.com) * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ /* ===== nativescrollbars.css =========================================== == Styles used by native scrollbar-related elements. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); @namespace html url("http://www.w3.org/1999/xhtml"); /* ::::: scrollbar ::::: */ scrollbar { -moz-appearance: scrollbar; -moz-binding: url(chrome://global/content/bindings/scrollbar.xml#scrollbar); cursor: default; background-color: white; } html|select[size]:not([size="0"]):not([size="1"]) > scrollbar, html|select[multiple] > scrollbar { -moz-appearance: scrollbar-small; } /* ..... track ..... */ slider { -moz-appearance: scrollbartrack-vertical; } slider[orient="horizontal"] { -moz-appearance: scrollbartrack-horizontal; } /* ..... thumb ..... */ thumb { -moz-appearance: scrollbarthumb-vertical; } thumb[orient="horizontal"] { -moz-appearance: scrollbarthumb-horizontal; } /* ..... increment ..... */ scrollbarbutton[type="increment"] { -moz-appearance: scrollbarbutton-right; } scrollbar[orient="vertical"] > scrollbarbutton[type="increment"] { -moz-appearance: scrollbarbutton-down; } /* ..... decrement ..... */ scrollbarbutton[type="decrement"] { -moz-appearance: scrollbarbutton-left; } scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"] { -moz-appearance: scrollbarbutton-up; } /* ::::: square at the corner of two scrollbars ::::: */ scrollcorner { /* XXX -moz-appearance: scrollcorner; */ -moz-binding: url(chrome://global/content/bindings/scrollbar.xml#scrollbar-base); width: 16px; cursor: default; background-color: white; } /* :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */ /* ::::::::::::::::::::: MEDIA PRINT :::::::::::::::::::::: */ /* :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */ @media print { html|div scrollbar { -moz-appearance: scrollbar; -moz-binding: url(chrome://global/content/bindings/scrollbar.xml#scrollbar); cursor: default; } } PK `4@!!%skin/classic/global/xulscrollbars.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is Mozilla Communicator client code, released * March 31, 1998. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998-2001 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Joe Hewitt (hewitt@netscape.com) * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ /* ===== xulscrollbars.css ============================================== == Styles used by XUL scrollbar-related elements. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); @namespace html url("http://www.w3.org/1999/xhtml"); /* namespace for HTML elements */ /* ::::: scrollbar ::::: */ scrollbar { -moz-appearance: scrollbartrack-horizontal; -moz-binding: url("chrome://global/content/bindings/scrollbar.xml#scrollbar"); cursor: default; background: url("chrome://global/skin/scrollbar/slider.gif") scrollbar; } scrollbar[orient="vertical"] { -moz-appearance: scrollbartrack-vertical; } /* ::::: borders for thumb and buttons ::::: */ thumb, scrollbarbutton { border: 2px solid; -moz-border-top-colors: ThreeDLightShadow ThreeDHighlight; -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-left-colors: ThreeDLightShadow ThreeDHighlight; background-color: -moz-Dialog; } /* ::::: thumb (horizontal) ::::: */ thumb { -moz-appearance: scrollbarthumb-vertical; min-height: 8px; } thumb[orient="horizontal"] { -moz-appearance: scrollbarthumb-horizontal; min-width: 8px; } thumb > gripper { -moz-appearance: scrollbargripper-vertical; } thumb[orient="horizontal"] > gripper { -moz-appearance: scrollbargripper-horizontal; } /* ::::: scrollbar button ::::: */ scrollbarbutton { background: -moz-Dialog no-repeat 0px 1px; min-width: 16px; min-height: 16px; } scrollbarbutton:hover:active, scrollbarbutton[active="true"] { -moz-border-top-colors: ThreeDShadow -moz-Dialog; -moz-border-right-colors: ThreeDShadow -moz-Dialog; -moz-border-bottom-colors: ThreeDShadow -moz-Dialog; -moz-border-left-colors: ThreeDShadow -moz-Dialog; background-position: 1px 2px; } /* ::::: square at the corner of two scrollbars ::::: */ scrollcorner { /* XXX -moz-appearance: scrollcorner; */ -moz-binding: url(chrome://global/content/bindings/scrollbar.xml#scrollbar-base); width: 16px; cursor: default; background-color: -moz-Dialog; } /* ..... increment .... */ scrollbarbutton[type="increment"] { -moz-appearance: scrollbarbutton-right; background-image: url("chrome://global/skin/arrow/arrow-rit.gif") } scrollbarbutton[type="increment"][disabled="true"] { background-image: url("chrome://global/skin/arrow/arrow-rit-dis.gif") } scrollbar[orient="vertical"] > scrollbarbutton[type="increment"] { -moz-appearance: scrollbarbutton-down; background-image: url("chrome://global/skin/arrow/arrow-dn.gif") } scrollbar[orient="vertical"] > scrollbarbutton[type="increment"][disabled="true"] { background-image: url("chrome://global/skin/arrow/arrow-dn-dis.gif") } /* ..... decrement .... */ scrollbarbutton[type="decrement"] { -moz-appearance: scrollbarbutton-left; background-image: url("chrome://global/skin/arrow/arrow-lft.gif") } scrollbarbutton[type="decrement"][disabled="true"] { background-image: url("chrome://global/skin/arrow/arrow-lft-dis.gif") } scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"] { -moz-appearance: scrollbarbutton-up; background-image: url("chrome://global/skin/arrow/arrow-up.gif") } scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"][disabled="true"] { background-image: url("chrome://global/skin/arrow/arrow-up-dis.gif") } /* :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */ /* ::::::::::::::::::::: MEDIA PRINT :::::::::::::::::::::: */ /* :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */ @media print { /* ::::: scrollbar ::::: */ html|div scrollbar { -moz-appearance: scrollbartrack-horizontal; -moz-binding: url("chrome://global/content/bindings/scrollbar.xml#scrollbar"); cursor: default; background: url("chrome://global/skin/scrollbar/slider.gif") scrollbar; } html|div scrollbar[orient="vertical"] { -moz-appearance: scrollbartrack-vertical; } /* ::::: borders for thumb and buttons ::::: */ html|div thumb, html|div scrollbarbutton { border: 2px solid; -moz-border-top-colors: ThreeDLightShadow ThreeDHighlight; -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-left-colors: ThreeDLightShadow ThreeDHighlight; background-color: -moz-Dialog; } /* ::::: thumb (horizontal) ::::: */ html|div thumb { -moz-appearance: scrollbarthumb-vertical; min-height: 8px; } html|div thumb[orient="horizontal"] { -moz-appearance: scrollbarthumb-horizontal; min-width: 8px; } html|div thumb > gripper { -moz-appearance: scrollbargripper-vertical; } html|div thumb[orient="horizontal"] > gripper { -moz-appearance: scrollbargripper-horizontal; } /* ::::: scrollbar button ::::: */ html|div scrollbarbutton { background: -moz-Dialog no-repeat 0px 1px; min-width: 16px; min-height: 16px; } html|div scrollbarbutton:hover:active, html|div scrollbarbutton[active="true"] { -moz-border-top-colors: ThreeDShadow -moz-Dialog; -moz-border-right-colors: ThreeDShadow -moz-Dialog; -moz-border-bottom-colors: ThreeDShadow -moz-Dialog; -moz-border-left-colors: ThreeDShadow -moz-Dialog; background-position: 1px 2px; } /* ..... increment .... */ html|div scrollbarbutton[type="increment"] { -moz-appearance: scrollbarbutton-right; background-image: url("chrome://global/skin/arrow/arrow-rit.gif") } html|div scrollbarbutton[type="increment"][disabled="true"] { background-image: url("chrome://global/skin/arrow/arrow-rit-dis.gif") } html|div scrollbar[orient="vertical"] > scrollbarbutton[type="increment"] { -moz-appearance: scrollbarbutton-down; background-image: url("chrome://global/skin/arrow/arrow-dn.gif") } html|div scrollbar[orient="vertical"] > scrollbarbutton[type="increment"][disabled="true"] { background-image: url("chrome://global/skin/arrow/arrow-dn-dis.gif") } /* ..... decrement .... */ html|div scrollbarbutton[type="decrement"] { -moz-appearance: scrollbarbutton-left; background-image: url("chrome://global/skin/arrow/arrow-lft.gif") } html|div scrollbarbutton[type="decrement"][disabled="true"] { background-image: url("chrome://global/skin/arrow/arrow-lft-dis.gif") } html|div scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"] { -moz-appearance: scrollbarbutton-up; background-image: url("chrome://global/skin/arrow/arrow-up.gif") } html|div scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"][disabled="true"] { background-image: url("chrome://global/skin/arrow/arrow-up-dis.gif") } } PK _5nKz !skin/classic/global/scrollbox.css@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* * Scroll arrows */ /* Horizonal enabled */ .autorepeatbutton-up[orient="horizontal"], .autorepeatbutton-down[chromedir="rtl"][orient="horizontal"], .scrollbutton-up[orient="horizontal"], .scrollbutton-down[chromedir="rtl"][orient="horizontal"] { list-style-image : url("chrome://global/skin/arrow/arrow-lft.gif"); -moz-image-region : auto; /* cut off inheritance */ } .autorepeatbutton-down[orient="horizontal"], .autorepeatbutton-up[chromedir="rtl"][orient="horizontal"], .scrollbutton-down[orient="horizontal"], .scrollbutton-up[chromedir="rtl"][orient="horizontal"] { list-style-image : url("chrome://global/skin/arrow/arrow-rit.gif"); -moz-image-region : auto; /* cut off inheritance */ } /* Horizonal disabled */ .autorepeatbutton-up[orient="horizontal"][disabled="true"], .autorepeatbutton-down[chromedir="rtl"][orient="horizontal"][disabled="true"], .scrollbutton-up[orient="horizontal"][disabled="true"], .scrollbutton-down[chromedir="rtl"][orient="horizontal"][disabled="true"] { list-style-image : url("chrome://global/skin/arrow/arrow-lft-dis.gif"); -moz-image-region : auto; /* cut off inheritance */ } .autorepeatbutton-down[orient="horizontal"][disabled="true"], .autorepeatbutton-up[chromedir="rtl"][orient="horizontal"][disabled="true"], .scrollbutton-down[orient="horizontal"][disabled="true"], .scrollbutton-up[chromedir="rtl"][orient="horizontal"][disabled="true"] { list-style-image : url("chrome://global/skin/arrow/arrow-rit-dis.gif"); -moz-image-region : auto; /* cut off inheritance */ } /* Vertical enabled */ .autorepeatbutton-up, .scrollbutton-up { list-style-image : url("chrome://global/skin/arrow/arrow-up.gif"); -moz-image-region : auto; /* cut off inheritance */ } .autorepeatbutton-down, .scrollbutton-down { list-style-image : url("chrome://global/skin/arrow/arrow-dn.gif"); -moz-image-region : auto; /* cut off inheritance */ } /* Vertical disabled */ .autorepeatbutton-up[disabled="true"], .scrollbutton-up[disabled="true"] { list-style-image : url("chrome://global/skin/arrow/arrow-up-dis.gif"); -moz-image-region : auto; /* cut off inheritance */ } .autorepeatbutton-down[disabled="true"], .scrollbutton-down[disabled="true"] { list-style-image : url("chrome://global/skin/arrow/arrow-dn-dis.gif"); -moz-image-region : auto; /* cut off inheritance */ } .scrollbutton-up > .toolbarbutton-text, .scrollbutton-down > .toolbarbutton-text { display: none; } autorepeatbutton, .scrollbutton-up, .scrollbutton-down { -moz-box-align : center; -moz-box-pack : center; margin-top: 1px; margin-bottom: 2px; -moz-margin-start: 1px; -moz-margin-end: 2px; } autorepeatbutton { border : 1px solid transparent; padding : 1px; } autorepeatbutton:not([disabled="true"]):hover, autorepeatbutton:not([disabled="true"]):hover:active { margin : 1px; border : 1px inset ThreeDFace; padding-top: 2px; padding-bottom: 1px; -moz-padding-start: 2px; -moz-padding-end: 1px; } PK U4HY #skin/classic/global/spinbuttons.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.org code. * * The Initial Developer of the Original Code is * Hkan Waara. * Portions created by the Initial Developer are Copyright (C) 2001 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Hkan Waara (Original Author) * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); spinbuttons { cursor: default; } .spinbuttons-button { min-width: 13px; min-height: 11px; margin: 0 !important; border: 2px solid; -moz-border-top-colors: ThreeDHighlight ThreeDLightShadow; -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-left-colors: ThreeDHighlight ThreeDLightShadow; background-color: ThreeDFace; } .spinbuttons-button > .button-box { border: 0; } .spinbuttons-button:hover:active { border: 2px solid; -moz-border-top-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-left-colors: ThreeDDarkShadow ThreeDShadow; } .spinbuttons-button[disabled="true"] { border: 2px solid; -moz-border-top-colors: ThreeDHighlight ThreeDLightShadow !important; -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow !important; -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow !important; -moz-border-left-colors: ThreeDHighlight ThreeDLightShadow !important; } .spinbuttons-up { -moz-appearance: spinner-upbutton; background-image: url("chrome://global/skin/arrow/arrow-up.gif"); background-position: center center; background-repeat: no-repeat; } .spinbuttons-up[disabled="true"] { background-image: url("chrome://global/skin/arrow/arrow-up-dis.gif"); } .spinbuttons-down { -moz-appearance: spinner-downbutton; background-image: url("chrome://global/skin/arrow/arrow-dn.gif"); background-position: center center; background-repeat: no-repeat; } .spinbuttons-down[disabled="true"] { background-image: url("chrome://global/skin/arrow/arrow-dn-dis.gif"); } PK VwX7p7O skin/classic/global/splitter.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is Mozilla Communicator client code, released * March 31, 1998. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998-2001 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Joe Hewitt (hewitt@netscape.com) * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ /* ===== splitter.css =================================================== == Styles used by the XUL splitter element. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: splitter (vertical) ::::: */ splitter { -moz-box-align: center; -moz-box-pack: center; cursor: ew-resize; border-width: 0 2px; border-style: solid; -moz-border-left-colors: ThreeDShadow ThreeDHighlight; -moz-border-right-colors: ThreeDDarkShadow ThreeDFace; min-width: 6px; background-color: ThreeDFace; } .toolbar-splitter { min-width: 3px; margin: 3px 0; border: none; -moz-border-start: 2px dotted ThreeDShadow; } /* ::::: splitter (horizontal) ::::: */ splitter[orient="vertical"] { cursor: ns-resize; border-width: 2px 0; -moz-border-top-colors: ThreeDShadow ThreeDHighlight; -moz-border-bottom-colors: ThreeDDarkShadow ThreeDFace; min-height: 6px; } /* ::::: splitter grippy ::::: */ grippy { cursor: pointer; border-top: 1px solid ThreeDShadow; border-bottom: 1px solid ThreeDShadow; min-width: 4px; min-height: 115px; background-color: transparent; background-repeat: no-repeat; } grippy:hover { background-color: #CCCCFF; } splitter[orient="vertical"] > grippy { border-top: none; border-right: 1px solid ThreeDShadow; border-bottom: none; border-left: 1px solid ThreeDShadow;; min-width: 115px; min-height: 4px; } /* ..... normal state ..... */ /* vertical grippies */ splitter[collapse="before"] > grippy { background-image: url("chrome://global/skin/splitter/grip-vrt-before.gif"); } splitter[collapse="after"] > grippy { background-image: url("chrome://global/skin/splitter/grip-vrt-after.gif"); } /* horizontal grippies */ splitter[collapse="before"][orient="vertical"] > grippy { background-image: url("chrome://global/skin/splitter/grip-hrz-before.gif"); } splitter[collapse="after"][orient="vertical"] > grippy { background-image: url("chrome://global/skin/splitter/grip-hrz-after.gif"); } /* ..... collapsed state ..... */ /* vertical grippies */ splitter[collapse="before"][state="collapsed"] > grippy { background-image: url("chrome://global/skin/splitter/grip-vrt-after.gif"); } splitter[collapse="after"][state="collapsed"] > grippy { background-image: url("chrome://global/skin/splitter/grip-vrt-before.gif"); } /* horizontal grippies */ splitter[collapse="before"][state="collapsed"][orient="vertical"] > grippy { background-image: url("chrome://global/skin/splitter/grip-hrz-after.gif"); } splitter[collapse="after"][state="collapsed"][orient="vertical"] > grippy { background-image: url("chrome://global/skin/splitter/grip-hrz-before.gif"); } PK Jo6b5skin/classic/global/tabbox.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is Mozilla Communicator client code, released * March 31, 1998. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998-2001 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Joe Hewitt (hewitt@netscape.com) * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ /* ===== tabbox.css ================================================= == Styles used by XUL tab-related elements. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: tabs ::::: */ .tabs-left, .tabs-right { border-bottom: 2px solid; -moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow; } /* ::::: tabpanels ::::: */ tabpanels { -moz-appearance: tabpanels; border-right: 2px solid; border-bottom: 2px solid; border-left: 2px solid; -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-left-colors: ThreeDHighlight ThreeDLightShadow; padding: 8px; background-color: -moz-Dialog; color: -moz-DialogText; } /* ::::: tab ::::: */ tab { -moz-appearance: tab; margin-top: 2px; border-top: 2px solid; border-right: 2px solid; border-left: 2px solid; border-bottom: 1px solid ThreeDHighlight; -moz-border-top-colors: ThreeDHighlight ThreeDLightShadow; -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-left-colors: ThreeDHighlight ThreeDLightShadow; -moz-border-radius-topleft: 2px; -moz-border-radius-topright: 2px; -moz-border-radius-bottomright: 1px; padding: 1px 4px 2px 4px; background-color: -moz-Dialog; color: -moz-DialogText; } tab[chromedir="rtl"] { -moz-border-radius-bottomleft: 1px; -moz-border-radius-bottomright: 0px; } .tab-text { margin: 0 !important; } tab[selected="true"] { -moz-user-focus: normal; margin-top: 0; border-bottom-color: transparent; padding: 1px 6px 4px 6px; } tab:focus > .tab-middle { /* Don't specify the outline-color, we should always use initial value. */ outline: 1px dotted; } tab[beforeselected="true"], tab[afterselected="true"][chromedir="rtl"] { -moz-appearance: tab-left-edge; border-right: none; -moz-border-radius-topright: 0; } tab[afterselected="true"], tab[beforeselected="true"][chromedir="rtl"] { -moz-appearance: tab-right-edge; border-left: none; -moz-border-radius-topleft: 0; } tab[first-tab="true"][selected="true"] { padding-right: 5px; padding-left: 5px; } /* ::::: tab-bottom :::::::::: :: Tabs that are attached to the bottom of a panel, but not necessarily :: a tabpanels. ::::: */ .tab-bottom { margin-top: 0; margin-bottom: 2px; border-top: 1px solid; border-bottom: 2px solid; -moz-border-top-colors: ThreeDShadow; -moz-border-bottom-colors: ThreeDShadow ThreeDLightShadow; -moz-border-radius-topleft: 0; -moz-border-radius-topright: 0; -moz-border-radius-bottomright: 2px; -moz-border-radius-bottomleft: 2px; padding: 2px 4px 1px 4px; } .tab-bottom[selected="true"] { margin-bottom: 0; -moz-border-top-colors: -moz-Dialog; padding: 4px 6px 1px 6px; } .tab-bottom[beforeselected="true"], .tab-bottom[afterselected="true"][chromedir="rtl"] { -moz-border-radius-bottomright: 0; } .tab-bottom[afterselected="true"], .tab-bottom[beforeselected="true"][chromedir="rtl"] { -moz-border-radius-bottomleft: 0; } /* ::::: tabs-bottom ::::: */ .tabs-bottom > .tabs-left, .tabs-bottom > .tabs-right { border-top: 1px solid ThreeDShadow; border-bottom: none; } PK Y2] ] skin/classic/global/textbox.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is Mozilla Communicator client code, released * March 31, 1998. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998-2001 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Joe Hewitt (hewitt@netscape.com) * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ /* ===== textbox.css ================================================== == Styles used by the XUL textbox element. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); @namespace html url("http://www.w3.org/1999/xhtml"); /* ::::: textbox ::::: */ textbox { -moz-appearance: textfield; cursor: text; margin: 2px 4px; border: 2px solid; -moz-border-top-colors: ThreeDShadow ThreeDDarkShadow; -moz-border-right-colors: ThreeDHighlight ThreeDLightShadow; -moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow; -moz-border-left-colors: ThreeDShadow ThreeDDarkShadow; padding: 2px 2px 3px 4px; background-color: -moz-Field; color: -moz-FieldText; } html|*.textbox-input, html|*.textbox-textarea { margin: 0px !important; border: none !important; padding: 0px !important; background-color: inherit; color: inherit; font: inherit; } .textbox-input-box menupopup { cursor: default; } /* ..... readonly state ..... */ textbox[readonly="true"] { background-color: -moz-Dialog; color: -moz-DialogText; } /* ..... disabled state ..... */ textbox[disabled="true"] { cursor: default; background-color: -moz-Dialog; color: GrayText; } /* ::::: plain textbox ::::: */ textbox.plain { -moz-appearance: none !important; padding: 0px !important; margin: 0px !important; border: none !important; } /* ::::: textboxes inside toolbarpaletteitems ::::: */ toolbarpaletteitem > toolbaritem > textbox > .textbox-input-box > html|*.textbox-input { visibility: hidden; } PK 2LN6B<(&skin/classic/global/datetimepicker.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.org code. * * The Initial Developer of the Original Code is the Mozilla Corporation * Portions created by the Initial Developer are Copyright (C) 2006 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Neil Deakin (enndeakin@sympatico.ca) * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ /* ===== datetimepicker.css ============================================= == Styles used by the XUL datepicker and timepicker elements. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); @namespace html url("http://www.w3.org/1999/xhtml"); datepicker, timepicker { margin: 2px 4px; padding: 0; border: none; background: none; cursor: default; } .datetimepicker-input-box { -moz-appearance: textfield; cursor: text; -moz-margin-end: 2px; border: 2px solid; -moz-border-top-colors: ThreeDShadow ThreeDDarkShadow; -moz-border-right-colors: ThreeDHighlight ThreeDLightShadow; -moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow; -moz-border-left-colors: ThreeDShadow ThreeDDarkShadow; padding: 2px 0 3px 0; -moz-padding-start: 4px; -moz-padding-end: 2px; background-color: -moz-Field; color: -moz-FieldText; } .datetimepicker-input-subbox { width: 1.6em; } html|*.datetimepicker-input { text-align: right; } .datetimepicker-separator { margin: 0 !important; } .datetimepicker-year { width: 3.2em; } datepicker[readonly="true"], timepicker[readonly="true"] { background-color: -moz-Dialog; color: -moz-DialogText; } datepicker[disabled="true"], timepicker[disabled="true"] { cursor: default; background-color: -moz-Dialog; color: GrayText; } .datepicker-mainbox { margin: 2px 4px; border: 2px solid; -moz-border-top-colors: ThreeDShadow ThreeDDarkShadow; -moz-border-right-colors: ThreeDHighlight ThreeDLightShadow; -moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow; -moz-border-left-colors: ThreeDShadow ThreeDDarkShadow; background-color: -moz-Field; color: -moz-FieldText; } .datepicker-popupgrid > .datepicker-mainbox { margin: 0; border: none; } .datepicker-gridlabel, .datepicker-weeklabel { text-align: center; } .datepicker-gridlabel[today="true"] { background-color: darkgrey; color: white; } .datepicker-gridlabel[selected="true"] { background-color: Highlight; color: HighlightText; } .datepicker-button { -moz-appearance: none; min-width: 8px; padding: 0px; } .datepicker-previous { list-style-image: url("chrome://global/skin/arrow/arrow-lft.gif"); } .datepicker-next { list-style-image: url("chrome://global/skin/arrow/arrow-rit.gif"); } .datepicker-previous:hover { list-style-image: url("chrome://global/skin/arrow/arrow-lft-hov.gif"); } .datepicker-next:hover { list-style-image: url("chrome://global/skin/arrow/arrow-rit-hov.gif"); } .datepicker-previous[disabled="true"] { list-style-image: url("chrome://global/skin/arrow/arrow-lft-dis.gif"); } .datepicker-next[disabled="true"] { list-style-image: url("chrome://global/skin/arrow/arrow-rit-dis.gif"); } .datepicker-previous[chromedir="rtl"] { list-style-image: url("chrome://global/skin/arrow/arrow-rit.gif"); } .datepicker-next[chromedir="rtl"] { list-style-image: url("chrome://global/skin/arrow/arrow-lft.gif"); } .datepicker-previous[chromedir="rtl"] { list-style-image: url("chrome://global/skin/arrow/arrow-rit-hov.gif"); } .datepicker-next[chromedir="rtl"]:hover { list-style-image: url("chrome://global/skin/arrow/arrow-lft-hov.gif"); } .datepicker-previous[disabled="true"][chromedir="rtl"] { list-style-image: url("chrome://global/skin/arrow/arrow-rit-dis.gif"); } .datepicker-next[disabled="true"][chromedir="rtl"] { list-style-image: url("chrome://global/skin/arrow/arrow-lft-dis.gif"); } PK 7Bskin/classic/global/toolbar.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is Mozilla Communicator client code, released * March 31, 1998. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998-2001 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Joe Hewitt (hewitt@netscape.com) * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ /* ===== toolbar.css ==================================================== == Styles used by XUL toolbar-related elements. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: toolbox ::::: */ toolbox { -moz-appearance: toolbox; } /* ::::: menubar & toolbar ::::: */ menubar, toolbar[type="menubar"] { -moz-appearance: menubar !important; min-width: 1px; min-height: 20px; } toolbar { -moz-appearance: toolbar !important; min-width: 1px; min-height: 20px; } /* in browser.xul, the menubar is inside a toolbar... */ toolbaritem > menubar { -moz-appearance: none !important; } /* ::::: toolbar decorations ::::: */ toolbarseparator { -moz-appearance: separator !important; margin : 2px 0.2em; border-right : 1px solid ThreeDHighlight; border-left : 1px solid ThreeDShadow; width : 2px; } toolbarspacer { width: 15px; } toolbar[mode="icons"] .toolbarbutton-text { display: none; } toolbar[mode="text"] .toolbarbutton-icon { display: none; } toolbar[mode="text"] .toolbarbutton-text { padding: 0 !important; margin: 3px 5px !important; } /* ::::: toolbarpaletteitem ::::: */ toolbarpaletteitem { cursor: -moz-grab; } .toolbarpaletteitem-box[type="spacer"], .toolbarpaletteitem-box[type="spring"] { border: 1px solid #808080; background-color: #FFF !important; } toolbarpaletteitem[place="toolbar"] { margin-left: -2px; margin-right: -2px; border-left: 2px solid transparent; border-right: 2px solid transparent; } toolbarpaletteitem[place="toolbar"] > toolbarspacer { width: 11px; } .toolbarpaletteitem-box[type="spacer"][place="toolbar"], .toolbarpaletteitem-box[type="spring"][place="toolbar"] { margin-top: 2px; margin-bottom: 2px; -moz-margin-start: 0px; -moz-margin-end: 2px; } .toolbarpaletteitem-box[type="separator"][place="palette"] { width: 2px; height: 50px; } .toolbarpaletteitem-box[type="spacer"][place="palette"], .toolbarpaletteitem-box[type="spring"][place="palette"] { margin-bottom: 2px; width: 50px; height: 50px; } .toolbarpaletteitem-box[type="spring"][place="palette"] { background: url("chrome://global/skin/toolbar/spring.gif") no-repeat center; } /* ..... drag and drop feedback ..... */ toolbarpaletteitem[dragover="left"] { border-left-color: #000000; } toolbarpaletteitem[dragover="right"] { border-right-color: #000000; } PK 7`嘟%skin/classic/global/toolbarbutton.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is Mozilla Communicator client code, released * March 31, 1998. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998-1999 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Joe Hewitt (hewitt@netscape.com) * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ /* ===== toolbarbutton.css ===================================================== == Styles used by the XUL button element. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: toolbarbutton ::::: */ toolbarbutton { -moz-appearance: toolbarbutton; -moz-box-align: center; -moz-box-pack: center; margin: 0; border: 1px solid transparent; padding: 3px; background-color: transparent; color: -moz-DialogText; } .toolbarbutton-icon { -moz-margin-end: 2px; } .toolbarbutton-text { margin: 0 !important; text-align: center; } toolbarbutton.tabbable { -moz-user-focus: normal !important; } toolbarbutton:focus { /* -moz-appearance looks redundant here but is necessary. Without it, the outline won't appear. */ -moz-appearance: toolbarbutton; outline: 1px dotted -moz-DialogText; -moz-outline-offset: -2px; } toolbarbutton:hover, toolbarbutton[buttonover="true"] { border-color: ThreeDHighlight ThreeDShadow ThreeDShadow ThreeDHighlight; color: -moz-buttonhovertext; } toolbarbutton:hover:active, toolbarbutton[open="true"] { border-color: ThreeDShadow ThreeDHighlight ThreeDHighlight ThreeDShadow; padding-top: 4px; padding-bottom: 2px; -moz-padding-start: 4px; -moz-padding-end: 2px; color: ButtonText; } toolbarbutton[disabled="true"], toolbarbutton[disabled="true"]:hover, toolbarbutton[disabled="true"]:hover:active, toolbarbutton[disabled="true"][open="true"] { border-color: transparent; padding: 3px; color: GrayText; } /* ..... checked state ..... */ toolbarbutton[checked="true"] { border-color: ThreeDShadow ThreeDHighlight ThreeDHighlight ThreeDShadow !important; padding-top: 4px !important; padding-bottom: 2px !important; -moz-padding-start: 4px !important; -moz-padding-end: 2px !important; background-image: url("chrome://global/skin/toolbar/Lighten.png"); color: ButtonText !important; } toolbarbutton[checked="true"]:hover, toolbarbutton[checked="true"]:hover:active { color: -moz-buttonhovertext !important; background-color: -moz-buttonhoverface !important; } /* ::::: toolbarbutton menu ::::: */ .toolbarbutton-menu-dropmarker { -moz-appearance: none !important; border: none !important; background-color: transparent !important; padding: 0; width: auto; } .toolbarbutton-menu-dropmarker[disabled="true"] { padding: 0 !important; } /* ::::: toolbarbutton menu-button ::::: */ toolbarbutton[type="menu-button"] { -moz-box-align: stretch; -moz-appearance: dualbutton; -moz-box-orient: horizontal !important; } toolbarbutton[type="menu-button"], toolbarbutton[type="menu-button"]:hover, toolbarbutton[type="menu-button"]:hover:active, toolbarbutton[type="menu-button"][open="true"], toolbarbutton[type="menu-button"][disabled="true"], toolbarbutton[type="menu-button"][disabled="true"]:hover, toolbarbutton[type="menu-button"][disabled="true"]:hover:active { border-style: none; padding: 0 !important; } .toolbarbutton-menubutton-button { -moz-box-align: center; -moz-box-pack: center; -moz-box-orient: vertical; } /* .......... dropmarker .......... */ .toolbarbutton-menubutton-dropmarker { border: none !important; background-color: transparent !important; padding: 3px; width: auto; -moz-appearance: dualbutton-dropdown !important; } .toolbarbutton-menubutton-dropmarker[disabled="true"] { padding: 3px !important; } PK mq7F:**skin/classic/global/tree.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is Mozilla Communicator client code, released * March 31, 1998. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998-2001 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Joe Hewitt (hewitt@netscape.com) * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ /* ===== tree.css =================================================== == Styles used by the XUL outline element. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: tree ::::: */ tree { margin: 0px 4px; border: 2px solid; -moz-border-top-colors: ThreeDShadow ThreeDDarkShadow; -moz-border-right-colors: ThreeDHighlight ThreeDLightShadow; -moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow; -moz-border-left-colors: ThreeDShadow ThreeDDarkShadow; background-color: -moz-Field; color: -moz-FieldText; -moz-appearance: listbox; } /* ::::: tree focusring ::::: */ .focusring > .tree-stack > .tree-rows > .tree-bodybox { border: 1px solid transparent; } .focusring:focus > .tree-stack > .tree-rows > .tree-bodybox { border: 1px solid #000000; } /* ::::: tree rows ::::: */ treechildren::-moz-tree-row { border: 1px solid transparent; min-height: 18px; height: 1.3em; } treechildren::-moz-tree-row(selected) { background-color: -moz-Dialog; } treechildren::-moz-tree-row(selected, focus) { background-color: Highlight; } treechildren::-moz-tree-row(current, focus) { border: 1px dotted Highlight; } treechildren::-moz-tree-row(selected, current, focus) { border: 1px dotted #F3D982; } tree[seltype="cell"] > treechildren::-moz-tree-row, tree[seltype="text"] > treechildren::-moz-tree-row { border: none; background-color: transparent; } /* ::::: tree cells ::::: */ treechildren::-moz-tree-cell { padding: 0px 2px 0px 2px; } tree[seltype="cell"] > treechildren::-moz-tree-cell-text, tree[seltype="text"] > treechildren::-moz-tree-cell-text, treechildren::-moz-tree-cell-text { color: inherit; } treechildren::-moz-tree-cell-text(selected) { color: -moz-DialogText; } tree[seltype="cell"] > treechildren::-moz-tree-cell { border: 1px solid transparent; padding: 0px 1px 0px 1px; } tree[seltype="text"] > treechildren::-moz-tree-cell-text { border: 1px solid transparent; padding: 0px 1px 1px 1px; } tree[seltype="cell"] > treechildren::-moz-tree-cell(active, selected) { background-color: -moz-Dialog; } tree[seltype="cell"] > treechildren::-moz-tree-cell-text(active, selected) { color: -moz-DialogText; } tree[seltype="text"] > treechildren::-moz-tree-cell-text(active, selected) { background-color: -moz-Dialog; color: -moz-DialogText; } treechildren::-moz-tree-cell-text(selected, focus) { color: HighlightText; } tree[seltype="cell"] > treechildren::-moz-tree-cell(active, selected, focus) { background-color: Highlight; } tree[seltype="text"] > treechildren::-moz-tree-cell-text(active, selected, focus) { background-color: Highlight; } tree[seltype="cell"] > treechildren::-moz-tree-cell-text(active, selected, focus) { color: HighlightText; } tree[seltype="text"] > treechildren::-moz-tree-cell-text(active, selected, focus) { color: HighlightText; } tree[seltype="cell"] > treechildren::-moz-tree-cell(active, current, focus) { border: 1px dotted #000000; } tree[seltype="text"] > treechildren::-moz-tree-cell-text(active, current, focus) { border: 1px dotted #000000; } tree[seltype="cell"] > treechildren::-moz-tree-cell(active, selected, current, focus) { border: 1px dotted #C0C0C0; } tree[seltype="text"] > treechildren::-moz-tree-cell-text(active, selected, current, focus) { border: 1px dotted #C0C0C0; } /* ::::: lines connecting cells ::::: */ treechildren::-moz-tree-line { visibility: hidden; } /* ::::: tree separator ::::: */ treechildren::-moz-tree-separator { border-top: 1px solid ThreeDShadow; border-bottom: 1px solid ThreeDHighlight; } /* ::::: drop feedback ::::: */ tree[seltype="cell"] > treechildren::-moz-tree-cell-text(primary, dropOn), tree[seltype="text"] > treechildren::-moz-tree-cell-text(primary, dropOn), treechildren::-moz-tree-cell-text(primary, dropOn) { background-color: Highlight; color: HighlightText; } treechildren::-moz-tree-drop-feedback { background-color: Highlight; width: 50px; height: 2px; margin-left: 5px; } /* ::::: tree progress meter ::::: */ treechildren::-moz-tree-progressmeter { margin: 2px 4px; border: 2px solid; -moz-border-top-colors: ThreeDShadow -moz-Dialog; -moz-border-right-colors: ThreeDHighlight -moz-Dialog; -moz-border-bottom-colors: ThreeDHighlight -moz-Dialog; -moz-border-left-colors: ThreeDShadow -moz-Dialog; background-color: -moz-Dialog; color: ThreeDShadow; } treechildren::-moz-tree-progressmeter(progressUndetermined) { list-style-image: url("chrome://global/skin/progressmeter/progressmeter-busy.gif"); } treechildren::-moz-tree-cell-text(progressmeter) { margin: 2px 4px; } /* ::::: tree columns ::::: */ treecol, treecolpicker { -moz-appearance: treeheadercell; -moz-box-align: center; -moz-box-pack: center; border: 2px solid; -moz-border-top-colors: ThreeDHighlight ThreeDLightShadow; -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-left-colors: ThreeDHighlight ThreeDLightShadow; background-color: -moz-Dialog; color: -moz-DialogText; padding: 0px 2px; } .treecol-image { padding: 0px 1px; } .treecol-text { margin: 0px !important; } treecol[hideheader="true"] { -moz-appearance: none; border: none; padding: 0; } /* ..... internal box ..... */ treecol:hover:active, treecolpicker:hover:active { border: 2px solid; -moz-border-top-colors: ThreeDShadow -moz-Dialog; -moz-border-right-colors: ThreeDShadow transparent; -moz-border-bottom-colors: ThreeDShadow transparent; -moz-border-left-colors: ThreeDShadow -moz-Dialog; padding: 0px 1px 0px 3px; } .treecol-image:hover:active { padding: 0px 0px 0px 2px; } treecol:hover:active .treecol-text { margin: 1px 0px -1px 0px !important; } /* ::::: column drag and drop styles ::::: */ treecol[dragging="true"] { -moz-border-top-colors: ThreeDDarkShadow transparent !important; -moz-border-right-colors: ThreeDDarkShadow transparent!important; -moz-border-bottom-colors: ThreeDDarkShadow transparent !important; -moz-border-left-colors: ThreeDDarkShadow transparent !important; background-color: ThreeDShadow !important; color: ThreeDHighlight !important; } treecol[insertafter="true"] { -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow; } treecol[insertbefore="true"] { -moz-border-left-colors: ThreeDDarkShadow ThreeDShadow; } treechildren::-moz-tree-column(insertbefore) { border-left: 1px solid ThreeDShadow; } treechildren::-moz-tree-column(insertafter) { border-right: 1px solid ThreeDShadow; } /* ::::: sort direction indicator ::::: */ .treecol-sortdirection { -moz-appearance: treeheadersortarrow; } /* ::::: column picker ::::: */ .tree-columnpicker-icon { list-style-image: url("chrome://global/skin/tree/columnpicker.gif"); } /* ::::: twisty ::::: */ treechildren::-moz-tree-twisty { -moz-appearance: treetwisty; padding-right: 4px; padding-top: 1px; width: 9px; /* The image's width is 9 pixels */ list-style-image: url("chrome://global/skin/tree/twisty-clsd.png"); } treechildren::-moz-tree-twisty(open) { -moz-appearance: treetwistyopen; width: 9px; /* The image's width is 9 pixels */ list-style-image: url("chrome://global/skin/tree/twisty-open.png"); } treechildren::-moz-tree-indentation { width: 18px; } /* ::::: gridline style ::::: */ treechildren.gridlines::-moz-tree-cell { border-right: 1px solid transparent !important; border-bottom: 1px solid transparent !important; } treechildren.gridlines::-moz-tree-row { border: none; } treechildren::-moz-tree-image(Name) { padding-right: 2px; } treechildren::-moz-tree-image(Name) { margin: 0px 2px; list-style-image: url("chrome://global/skin/icons/folder-item.png") !important; -moz-image-region: rect(0px, 16px, 16px, 0px); } treechildren::-moz-tree-image(Name, container) { -moz-image-region: rect(0px, 32px, 16px, 16px); } treechildren::-moz-tree-image(Name, open) { -moz-image-region: rect(16px, 32px, 32px, 16px); } treechildren::-moz-tree-image(Name, separator) { list-style-image: none; width: 0px !important; height: 0px !important; margin: 0px 0px; } treechildren::-moz-tree-cell-text(Name, separator) { color: ThreeDShadow; margin: 0px 5px 0px 5px; } treechildren::-moz-tree-cell-text(Name, separator, selected, focus) { color: HighlightText; } /* ::::: editable tree ::::: */ treechildren::-moz-tree-row(selected, editing) { background-color: transparent; border: none; } treechildren::-moz-tree-cell-text(selected, editing) { color: inherit; } .tree-input { -moz-appearance: none; border: 1px solid Highlight; -moz-border-top-colors: Highlight; -moz-border-bottom-colors: Highlight; -moz-border-left-colors: Highlight; -moz-border-right-colors: Highlight; margin: 0 0 0 -4px; padding: 1px; } PK 184Tskin/classic/global/wizard.css@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); .wizard-header { border-bottom: 2px groove ThreeDFace; background-color: Window; color: WindowText; } .wizard-header-box-1 { padding: 5px 0px 5px 0px; } wizard[description=""] .wizard-header-description { display: none; } .wizard-header-label { -moz-margin-start: 23px; font-weight: bold; } .wizard-header-description { -moz-margin-start: 44px; } wizard[branded="true"] .wizard-header-icon { list-style-image: url("chrome://branding/content/icon48.png"); -moz-margin-end: 5px; } .wizard-page-box { margin: 10px 44px; } .wizard-buttons-separator { margin-bottom: 0px !important; } .wizard-buttons-box-2 { margin: 10px; } .wizard-button[wizardbutton="finish"], .wizard-button[wizardbutton="next"] { -moz-margin-start: -1px !important; } .wizard-button[wizardbutton="back"] { -moz-margin-end: 0px !important; } PK 0Wlx..&skin/classic/global/arrow/arrow-dn.gifGIF89a!, [;PK 00D..*skin/classic/global/arrow/arrow-dn-dis.gifGIF89a!, [;PK 0Wlx..*skin/classic/global/arrow/arrow-dn-hov.gifGIF89a!, [;PK 0E33,skin/classic/global/arrow/arrow-dn-sharp.gifGIF89a !,   l`;PK 0 l٪(skin/classic/global/arrow/arrow-down.pngPNG  IHDRF3@gAMAOX2tEXtSoftwareAdobe ImageReadyqe<K9뎹&pIENDB`PK 37\)skin/classic/global/dirListing/remote.pngPNG  IHDRagAMA aIDATxڅSKOa=3- bJ+ 6Vaw Ype ;qoH0F1c`!Il(US`y}MKHɝMs}Tk:mۆ8`fYd){%&HP(**4( A!5~iHBp8yH%0׃333Wc,D1 CT*Sy$ L3|ƖSm,@T]=_L?ބƇф`#p L%A))bj3w! Ȱmp;?\H[J3a,.%}>:{Zy"O.o{,+>gۄZ$oKE2IENDB`PK v~1O"H!!"skin/classic/global/Filepicker.pngPNG  IHDRHHUGgAMAOX2tEXtSoftwareAdobe ImageReadyqe<!rIDATx{w|TUwzϤFB =RT . .( 6DU\".EqUV\@ED :d&@.'X;OM%Mӫ_ϽP|"&㣳 c"]p7be(kJ[hshx?+k )K(ļo+Ry3$&F#@ /-a8z*Uyh$r3:&_@t(fw;:"ndoE}Ȯ}3&*8aOJ$ |>6M>:ZM,kXv }aΗab$9}3>PR~0I28Q' !B KHan*8 QUڂyyn8ZC 7!V|_Ƀ74].gI]b+)G7bтP3Qϐ< |`2k?OB)Uz BԨ Ƭ;fŞ=NtiSK1֌t;AV)ÿW=sHI$or=4YX4 F-tLWYUle%w.jtdžW߅Eg7 xE'鉩G%S⩳׻w-{ew=<k)$/T+Xr|&ƽBnݳk;:uph5|a;|ǂKPy[ ya3oABLxP07M݊aHMƎ6y1L^~}( B:2>z qߘxۧW)B"ރnѓF+m51,\y%#9)͈5AL&(]ۣƁ*9)|ɵg4K.O?J% Vp׶)P*Բ@: ~?\0woOHfQě?m>zn g[SޞX7ɜΝ%MP DxK<'w=ۓbÊ#$E=23`4ir|JU2ݻd@'o`1rKd!hp}{TCR>zI^C0j9s>b3k8 B=!L*M|'QQ.MV+۠R$ݐE,V"6N7 Fӄ[kf 7fARvTW7]/1VFXu8<,Dc+l.8n\e x`'8/Au'i\"cw@A5.k48?5TP3e:qƭcG`ǐoD0E.3c.|:wH!wWAϖox_kU$҈#"9iW0Ai(4FqXeJyb0рPʐgJҀd[I$G]cn#;;))8u,1I0CCG^rL P]S#;q a՚JTlbP].nGI8mB$X+k:qd'Tn9̔^l1⋄IR\PkAp2K=Fw"G\!A- =KW֡f= IcO@i#,:M𑑼{ϿkӃ2_%*+јŁ-[F)ފ 5$Aߠi>4"C kPx0{Ш\頠eX()hk^L0Ha !A7 )]{RVDխ/ڄ_E_3MYO Cni-9APoԅnVC *dh'5hӒe"xMCmqV}hkޘFsR)(L5#IFTMk_Z%-Es84fki76a !7.Jy:(pCVJbyHb8@ SQ{|^?Bѓ.Yaw"VEMzar#BF @uh$G*Am]M<'d%{i#~} Aj=/z 1}H$Gˆ BDzуjRJAвZXβ 8WTv'-&%IƚjKчf]4Yiҭ !ϐm1e{fbn()q)Y9ELD ZZh+7LxܦϿyFCv 6aZH|ͤ( Tbm!Am!u р,%Gq&ًͳY1/;v$IM ףxrkĶ"{Bmk=wdz#qܣPh_+UQ ɘp-rOC 91g|%Am{=i٦ ۸,[Ȗ?zP&LV +}F$s%II=2ӓr;9lL&Vo9XSYZՖuEyyE[᧶AܰWJ1Pmd1dvO}N]fY?5,?X~"B|6QNނ-KfW$'#=ߌ_T:"ӡWΞ{[v2;$V=*Ttm8J{h^^yFRԬ@~9;Zۏӹ'c?z2v*[OK;/Tƛѻ'd I r毾1F\%)EK+3E^LmE.+Fuqݾr΋}xM^OƷs}'m~Σ!wR'㲻J#XD͹܎Ys &Ew8u৥Xf1bJ wK o휏ɅJM3xe y_ZvPA)Q1M;0bp^Ʊ/>SLN^t+ԡri# H&5/?3B]'#e3mGy,::p.o^ JkE$-A>Ew`CEc7cا7~rL)8%8ޚ޵̱4ZUڂys~<2dH2G㗭y [?gͳފ\!0{9w_Le/ |643?S?R`stjO>GZKxpWL=eg}yb2◃`4Ɛc΂m8yve rQg#;(X~d7ϔBTaJ^X!?w"/{d+L)0]b)6鏓mn"h]::i[^~h?:dۀu/z)];cn?w OU!IQ & E:\L #g@>u5;굘2C$9/\ʼWrcm-&LBBSU(X.-+e$-H{+LhzOӽoe|<!^%T}H/bܧȗ; &u(аKnW#&.β7-ޞ=E\jG#I0Ð 9Lꄲ ;UYPwž/y)9ҘԄ, C6Jў 8Ht MCW{m}{5Nz18|wGJr3@+7Acr`Opqٯȋ-mbs&"P01fۦdA M|^u^~()6"^ d?V=1/f REMЂEO/'yB><_شx}3\MXM5rxza ;7lMt 5٧ZB1)RLY Ebf ;ǹ3x:(X|0xiI.*$)$얉6W`˥𷶎 g>d!R1l*? Y*"g5~g%CM7ep^7\zii:RS!9IKvE 1[vRǣ7k,6g?7#~ |fI=ET%d 9+)>Sk"6ŪX@[Hr,lM"^(QpImArGJ^NJ3Dbe;upU:uH DAgBbdo)ث;ߞZ}>/&ʋiuzL2]2/vEur|<zǧRr\Fpc^L}0&Cd$Xg8ltCKYD)(tS;`EH8哞f:zTz[ɋ *rhzL&#V/k+ѵPV"G0F Ky1:5\K3Vz ^#H;ҀZ,:V]ZrycTrFze^L9y~LO'&Kڀ?P˃HOҠc}$B^KP/_HPMR}N$tl( 0De3. EB'*܏wPp)y߰Ie?b?E^8Y\j^L)לa피rWZZHP[_Hx^Y3MJ 9g :ӗ#;>)/8rbqDt^+y|J FzuxE"uRST)UjCZix/o|)HMIhHMi${҂5^kOJdHؾrΪY6'ܭ﨡1]z]܆2P^UYi) F9WJ53 mFb쬬QlQS٬nGVKy}u:JE)Ť놨oJ="gED*Qy1o1yk";L[9K{W\ "r'$$̸)XTS_&|2ϝ;'REEEhhhXJA? ~߽bŊxFZ \"gԩcUVVS cu: iǎr*((wbӧO>|̙XTΰiӦ)iK"gIm܎%r^QZZJ#G:YD>FrlݺuzVVV "Qo=xWp8P]]ݢ6 ܉Pۍ^z ,bAJJ}UV:SLNvv;B{/jjjęUJ"INNg}tA~l߾B}nj ~%ϖÇP}}=:w9sO?4nv >(V\)Ȫc†QiP ѝHsL.c}짥 Տ,u]DŽ&ڵk#qEgO|'=ƌLA4ev:v( ]@֭C=0a!E\Κ5 >hz,1] 8rzݻ' 1q .q%۷xR㏅*If[¢ވ q|r*A2~z;hÆ bCELL0<2R;v@rBr={,{칏хR&'v՟믿θdF"0WbP mۚtds=w>-ǝX H:ꤨy׮]?PoV;w>ۉTA=#&$V'H2߼ c)mr<<q$c\O=2b%cEXhQ|7Dns I#p]KbS |ע/~%)uyÒŃߋɄr\(g%΋o%h^K{Ae<?F1(Ԛxp.Ğgó hM7k+bN^ =UUg6gϢO>$D-\ݗ?:,`&p%gu^*ƍ@b0QZ:Cy< ٔnam$b/vFz]H9c0. $( y xիq$$l " KFx5ڊ?1B`a KǛK;7Vj~0` dyyy3’B3W=_|q9VZ)DknW p\im= #H߈1Pd6d+#0xEgfO.em?oqm5W!'y ,YlT8(Zڂb{NgD߱f͚K.`/0bG{j~pAM ]0nѥ,&:$Z PߋmX:z->}ZH+T}v_^sR'6͞<'#QnH"O`߾}yZ&>KR0p͛RAuo_"H_hQ6l$壡5dIj'y|:(ث')Fb+Ef\lP솢G[c? $UNIENDB`PK 550^p 9skin/classic/global/icons/autocomplete-dropmark-arrow.pngPNG  IHDR@=v;? pHYs   OiCCPPhotoshop ICC profilexڝSgTS=BKKoR RB&*! J!QEEȠQ, !{kּ> H3Q5 B.@ $pd!s#~<<+"x M0B\t8K@zB@F&S`cbP-`'{[! eDh;VEX0fK9-0IWfH  0Q){`##xFW<+*x<$9E[-qWW.(I+6aa@.y24x6_-"bbϫp@t~,/;m%h^ uf@Wp~<5j>{-]cK'Xto(hw?G%fIq^D$.Tʳ?D*A, `6B$BB dr`)B(Ͱ*`/@4Qhp.U=pa( Aa!ڈbX#!H$ ɈQ"K5H1RT UH=r9\F;2G1Q= C7F dt1r=6Ыhڏ>C03l0.B8, c˱" VcϱwE 6wB aAHXLXNH $4 7 Q'"K&b21XH,#/{C7$C2'ITFnR#,4H#dk9, +ȅ3![ b@qS(RjJ4e2AURݨT5ZBRQ4u9̓IKhhitݕNWGw Ljg(gwLӋT071oUX**| J&*/Tު UUT^S}FU3S ԖUPSSg;goT?~YYLOCQ_ cx,!k u5&|v*=9C3J3WRf?qtN (~))4L1e\kXHQG6EYAJ'\'GgSSݧ M=:.kDwn^Loy}/TmG X $ <5qo</QC]@Caaᄑ.ȽJtq]zۯ6iܟ4)Y3sCQ? 0k߬~OCOg#/c/Wװwa>>r><72Y_7ȷOo_C#dz%gA[z|!?:eAAA!h쐭!ΑiP~aa~ 'W?pX15wCsDDDޛg1O9-J5*>.j<74?.fYXXIlK9.*6nl {/]py.,:@LN8A*%w% yg"/6шC\*NH*Mz쑼5y$3,幄'L Lݛ:v m2=:1qB!Mggfvˬen/kY- BTZ(*geWf͉9+̳ې7ᒶKW-X潬j9(xoʿܔĹdff-[n ڴ VE/(ۻCɾUUMfeI?m]Nmq#׹=TR+Gw- 6 U#pDy  :v{vg/jBFS[b[O>zG499?rCd&ˮ/~јѡ򗓿m|x31^VwwO| (hSЧc3-gAMA|Q cHRMz%u0`:o_F$IDATx=0F xظ@:$Vv6 T)$pTx 7/`F(4M~eyxRJ)>=3>{@۶8ΏE%,K4mP^ـyx<|W$I68^#jH)A)2!qAJ~opΑB|{SBH*H᫪Buͦ֠5WJ [ħ˲<7`Fp׃-KIENDB`PK 553\ \ 9skin/classic/global/icons/autocomplete-dropmark-bkgnd.pngPNG  IHDR@=v;? pHYs   OiCCPPhotoshop ICC profilexڝSgTS=BKKoR RB&*! J!QEEȠQ, !{kּ> H3Q5 B.@ $pd!s#~<<+"x M0B\t8K@zB@F&S`cbP-`'{[! eDh;VEX0fK9-0IWfH  0Q){`##xFW<+*x<$9E[-qWW.(I+6aa@.y24x6_-"bbϫp@t~,/;m%h^ uf@Wp~<5j>{-]cK'Xto(hw?G%fIq^D$.Tʳ?D*A, `6B$BB dr`)B(Ͱ*`/@4Qhp.U=pa( Aa!ڈbX#!H$ ɈQ"K5H1RT UH=r9\F;2G1Q= C7F dt1r=6Ыhڏ>C03l0.B8, c˱" VcϱwE 6wB aAHXLXNH $4 7 Q'"K&b21XH,#/{C7$C2'ITFnR#,4H#dk9, +ȅ3![ b@qS(RjJ4e2AURݨT5ZBRQ4u9̓IKhhitݕNWGw Ljg(gwLӋT071oUX**| J&*/Tު UUT^S}FU3S ԖUPSSg;goT?~YYLOCQ_ cx,!k u5&|v*=9C3J3WRf?qtN (~))4L1e\kXHQG6EYAJ'\'GgSSݧ M=:.kDwn^Loy}/TmG X $ <5qo</QC]@Caaᄑ.ȽJtq]zۯ6iܟ4)Y3sCQ? 0k߬~OCOg#/c/Wװwa>>r><72Y_7ȷOo_C#dz%gA[z|!?:eAAA!h쐭!ΑiP~aa~ 'W?pX15wCsDDDޛg1O9-J5*>.j<74?.fYXXIlK9.*6nl {/]py.,:@LN8A*%w% yg"/6шC\*NH*Mz쑼5y$3,幄'L Lݛ:v m2=:1qB!Mggfvˬen/kY- BTZ(*geWf͉9+̳ې7ᒶKW-X潬j9(xoʿܔĹdff-[n ڴ VE/(ۻCɾUUMfeI?m]Nmq#׹=TR+Gw- 6 U#pDy  :v{vg/jBFS[b[O>zG499?rCd&ˮ/~јѡ򗓿m|x31^VwwO| (hSЧc3-gAMA|Q cHRMz%u0`:o_FwIDATx1 9ۺv.El/LHDDQV#?w".000"\h= 'm5 */P`_bI2/IENDB`PK 55G  Askin/classic/global/icons/autocomplete-dropmark-bkgnd-mid-top.pngPNG  IHDR>< pHYs   OiCCPPhotoshop ICC profilexڝSgTS=BKKoR RB&*! J!QEEȠQ, !{kּ> H3Q5 B.@ $pd!s#~<<+"x M0B\t8K@zB@F&S`cbP-`'{[! eDh;VEX0fK9-0IWfH  0Q){`##xFW<+*x<$9E[-qWW.(I+6aa@.y24x6_-"bbϫp@t~,/;m%h^ uf@Wp~<5j>{-]cK'Xto(hw?G%fIq^D$.Tʳ?D*A, `6B$BB dr`)B(Ͱ*`/@4Qhp.U=pa( Aa!ڈbX#!H$ ɈQ"K5H1RT UH=r9\F;2G1Q= C7F dt1r=6Ыhڏ>C03l0.B8, c˱" VcϱwE 6wB aAHXLXNH $4 7 Q'"K&b21XH,#/{C7$C2'ITFnR#,4H#dk9, +ȅ3![ b@qS(RjJ4e2AURݨT5ZBRQ4u9̓IKhhitݕNWGw Ljg(gwLӋT071oUX**| J&*/Tު UUT^S}FU3S ԖUPSSg;goT?~YYLOCQ_ cx,!k u5&|v*=9C3J3WRf?qtN (~))4L1e\kXHQG6EYAJ'\'GgSSݧ M=:.kDwn^Loy}/TmG X $ <5qo</QC]@Caaᄑ.ȽJtq]zۯ6iܟ4)Y3sCQ? 0k߬~OCOg#/c/Wװwa>>r><72Y_7ȷOo_C#dz%gA[z|!?:eAAA!h쐭!ΑiP~aa~ 'W?pX15wCsDDDޛg1O9-J5*>.j<74?.fYXXIlK9.*6nl {/]py.,:@LN8A*%w% yg"/6шC\*NH*Mz쑼5y$3,幄'L Lݛ:v m2=:1qB!Mggfvˬen/kY- BTZ(*geWf͉9+̳ې7ᒶKW-X潬j9(xoʿܔĹdff-[n ڴ VE/(ۻCɾUUMfeI?m]Nmq#׹=TR+Gw- 6 U#pDy  :v{vg/jBFS[b[O>zG499?rCd&ˮ/~јѡ򗓿m|x31^VwwO| (hSЧc3-gAMA|Q cHRMz%u0`:o_FIDATxbyqCIENDB`PK 55|  Dskin/classic/global/icons/autocomplete-dropmark-bkgnd-mid-bottom.pngPNG  IHDR>< pHYs   OiCCPPhotoshop ICC profilexڝSgTS=BKKoR RB&*! J!QEEȠQ, !{kּ> H3Q5 B.@ $pd!s#~<<+"x M0B\t8K@zB@F&S`cbP-`'{[! eDh;VEX0fK9-0IWfH  0Q){`##xFW<+*x<$9E[-qWW.(I+6aa@.y24x6_-"bbϫp@t~,/;m%h^ uf@Wp~<5j>{-]cK'Xto(hw?G%fIq^D$.Tʳ?D*A, `6B$BB dr`)B(Ͱ*`/@4Qhp.U=pa( Aa!ڈbX#!H$ ɈQ"K5H1RT UH=r9\F;2G1Q= C7F dt1r=6Ыhڏ>C03l0.B8, c˱" VcϱwE 6wB aAHXLXNH $4 7 Q'"K&b21XH,#/{C7$C2'ITFnR#,4H#dk9, +ȅ3![ b@qS(RjJ4e2AURݨT5ZBRQ4u9̓IKhhitݕNWGw Ljg(gwLӋT071oUX**| J&*/Tު UUT^S}FU3S ԖUPSSg;goT?~YYLOCQ_ cx,!k u5&|v*=9C3J3WRf?qtN (~))4L1e\kXHQG6EYAJ'\'GgSSݧ M=:.kDwn^Loy}/TmG X $ <5qo</QC]@Caaᄑ.ȽJtq]zۯ6iܟ4)Y3sCQ? 0k߬~OCOg#/c/Wװwa>>r><72Y_7ȷOo_C#dz%gA[z|!?:eAAA!h쐭!ΑiP~aa~ 'W?pX15wCsDDDޛg1O9-J5*>.j<74?.fYXXIlK9.*6nl {/]py.,:@LN8A*%w% yg"/6шC\*NH*Mz쑼5y$3,幄'L Lݛ:v m2=:1qB!Mggfvˬen/kY- BTZ(*geWf͉9+̳ې7ᒶKW-X潬j9(xoʿܔĹdff-[n ڴ VE/(ۻCɾUUMfeI?m]Nmq#׹=TR+Gw- 6 U#pDy  :v{vg/jBFS[b[O>zG499?rCd&ˮ/~јѡ򗓿m|x31^VwwO| (hSЧc3-gAMA|Q cHRMz%u0`:o_F/IDATxbd``d ;##0P022ʑ CIENDB`PK 6}) ) (skin/classic/global/icons/autoscroll.pngPNG  IHDRTTktIME : pHYs  ~gAMA a IDATx\ LK@@<#x#č(oc@41YEd}_\*C]1* 942_a20Lja1ح[^ \A^^^Ivvvׯܽ{7\`q&@W V3(˜;wr},5pСô񸘯6mڼkԨѷ:uF9իWedd4psrrrǏcu~ 5ܹuԉjՊ5mڔկ_999qeKJJXAA#d=b3gTTߐ?[XX-Z|>7n@(>f0=''ABBBآ?#d#lEtt4w fyxឡ&(T\\lUkz Uj'Lpc3U-NzoĈRy?WCfFlիWW_j,Դi&,Sѽ+,,di…&oC̈m۶tww7ӦM ڿ0 Jzu͛v޽1U 7VJ(ԴaӰa ]v庶yRM/pt@)yLCGr[ntlWӕAͅGZk׮C$L G{ e ϟ׷U)7z zgE3.*)Kc'adp>=L 9[Q7UR :tpAa;I8uc rԨQ_ țCeeŒF 4iq9rL"yhG+A֛O#܋ɽ|zɣ` ЍRL(L\Vo'\3g`-J̎[Qꅔ*IR)xG< aMAgϞ)NCM )q0\(0dL4X-b|*P25?Z5)^p2aX"|\'] |/S[/*0ܻwt~y_|YH7դJF>>Ni_N{zz Ь944&ʆ?-4RIYZ@4GkSN+.ϝ;%yyyN(Co߾VSOt?F #Zwf֭e5DwڷofggOȏJ h8"!&&ԱcGQőW Iȃ%v=x'zdTS|cŊ-_^ZkeJ&''kv .fZ ˯Ն  B7̙\\6==݀yW~~<&7ڢ0{?X /-Ge]rRBXٳgٸ>}]tt7=\5D &Kpp6٩@KД_q~FIENDB`PK $N6t/skin/classic/global/icons/blacklist_favicon.pngPNG  IHDRagAMAOX2tEXtSoftwareAdobe ImageReadyqe<SIDATxڌSMoRA=@ &F+ucqait;#_RʸxKv-m"H1cAH!Fd{=7KekC;:Bv՝`zב!DĠoǘu1'xQSLat2XL 3@{>|urqn?x{L01M;}8K%y 09yvVlvC>}J[ H@Eax4{1 匉 R$QH'äPR"h"9݂bs0b=;&>]m;O+2Ht$_IE)g>}Xx K!9xgBR)O]**D}ŞY6Juj?6#2U(z.>Y=p9`(v IENDB`PK $N6'ee-skin/classic/global/icons/blacklist_large.pngPNG  IHDR00WRiCCPICC Profilexy8{fc섑]D%dϒ"%`fTHʚ%m-GZ )tѯ|ТP6 M"Scd +d2+8 ZI'@5d@siț$x~*P{O&X @iIw@kfp&9Rg4͌Y^࿭dh("8t<&kw6g o=T |5!L(#+rX4_,_P^.]Xl#)Ztif]*j{+Vk&յ5ݷՆ}Y&M[XX=l[d`?pR[\[Z]}|Oӟ9=w~Ҍo>ҽؖgWXGaߛH)Vw}K  *   Q0>Y/5&SoiꙘﱳ;iܮ£b*㱡<|z*8 ABH,*b$,U%%yY\(cDLiUq5Uuڪ;ՖZ9}:j)z zqص,Z)Zi]ai3eCK+=֣7ϺM}5l"uc@ܶa("dS螰SԺHUtFxf6]fHtzP}'73= H?3-]j]onw'8=gڏ*oLr93J[9w|/c_OOO:Mg?Os 1!8)6f7W-w"v?O=o 4#@&>S0,M}%V ^ qDHXx1ٓrH%%+KN+Q*S.W9zN:U}dJ͋/i]־5z7 b6mzg]{{,jY>zh&c[o`x}Ctg ]^llvv#h|]#ӱo[z x]`I|P{CHy򢂄DT4hcKE&HNq?v=ga/'P{ʓڔΟe &B#KZO-)?|FL\Tj\Լ-ѭҫֿiXcxӻ75CGl57Y̋.-/vVoLzםҫ6O?cy}( # @6A4C "XD @Zd @^FL> u;5!Jh#"ןo+ ~>`Z({..)0w_ bWI¹ ",O#b4 qD$"!%%uAXaaYIj97R|(qJ8Q*r*/USլ﬊0ӘѬ]}PS[^{|MNnO׆'532 X-'ZیMڏrq߰|FWwŞ׼y}ѭyEڐ/ajTJxaH(/z1cʊa7`>Sؕ?wocARY2q4Lٔy( ?uBWeUgOu75oQZzǴOsji4"w~7^DŽsLQYp8 +l/_~z ˎh?O2('o&1~<" . 7$@ XyTLPHȌh/]$xvEdXv[$y5?M/Lf76*Ojcm҅?Mn2Ǎ=o%q5 ٷHe=y֖2m W:R:b{"zmަYx4PazmHn8baTu sxʗЯ'''?O|>]093=yʏ{$N ',s8Yit& w_E/ vh aڹ Dl"Laz,F!T;\đv /.3 c1 #Mcb1/nj_ 8&@ 0!(&DP~M8P}W?+6% `MgdRC$KF!Y#l SZ?dj}C IDAThZ[%U]uشT:}={޵37ho\|㛿%V;,xIgp-~v7>.Bq ޭq]m;CWɷ6G[OB g"r'%G{åȃ|{-ǎcI,ol`771z|ʓOTk Ooɗy5p F$eSGV޽=c:ӿ@r$~G9 ~2L)oWW̕緷o^#^ߖcGnp~뷻'%(@ec [F@4(vV{}Gw,oo}ΥoƯ{q# Dy@OϞ.|Ӄ/|ЖZ!u:0`PU&ં8~9{/~侕a_vLd jᣃo􇇏LYX`wW AiMijhӀ] eG^t=W֥ ےXD`|7>,0ȤֆlATH@;u\Ɓ\7#n/ݷ<'wAN [c ?w诜~,=DDXk TF*;q8^:jRPv,/tmEq[k؟HfCK/ZAi%D% c  ƨ@CԛkhS5ᜣi 52+NkZW_=t<$T]ϜNyd@@  VX,n.ժwABAe WU<=d&3vN E]opk0!P@a`W@!>OЅ> Н eFy]|+r$M_̹ۖ}Chri@eB3iI6i~G`睽vRO+И(T 12A8  ka1Bۺ!xнʂՍ+~n曒wE ݏk;-1BPJB!z~Q02@E >!NeDe ʯ^|"F$j {Gc]@z`P(ZraR3t U`(C|(^e{xX9r{h~;k"V_Dw:]#< QT @2漢(A"H*xCCfX[Z8Nr\(Kc ـ` &_}7U{I5fXkQclkr Vu 1 *x]>3D<= Xe2PD&qbdX t G 0FAΗ7t.樰 l$~@A&s?Q< V[%k8!*Q 0hl`/oLƧ{ 76hX066BɀM6h7 rJX T//YdW? h+k H@:Zz3"*M@{a4~v֜s˟8Nn` !RU[ @Q6c[@d@ ^IB@ W`e̶[+8=f㿷<ٻsyiJ@ RX CB6 ķhF DT$ Y &h7=9Pΰj49vkt˟uzxFU#Mh;I6PYq`Շz3ٹ__o{q5f[|]/W敪~;ڻ{ey00B&*H dR'BX7 J)&Y:@LNm+UL1ҌUգۏPa ,6;&*A]H+%n(0:B&mDvO}]*-Elbh5d5-9o`r _wnms؏ҙD"56jyMIo*cƄEmoOɬ=gij_:S|Hb2acv[{t^@ݑҔV 堎Ϲ}IE|w;ծqR=ū[8>eʤ>eu7GˢnD &AJ'HcWɨpXBf+D͞f4\=4TB0zߝLߜ3H mHlV) 3 {L cۻOhfc> bל'0_MZI%5eǢ>PE/|-c?K_wtFQ)ʼ M X ```d<ϝuN) z kAqѴKakUߏ\K(?ʤbt~uGإ[EO޳4dY{%P8W,TdF6O8.P~$DˣϹ\,+~ Rv>F2鷄3rkx Bq&i1(0H7Jx\yX4\PiN$)i2J$fyי" @7MYHg!y'y;N(=/t@OHZRVeT5$&8=-L%TG] iOH ]vL#Xt4ωٹdW"B DTW}'>i6E1,vE]yR"W}6$oyOw%ގHNfcEoG* aIENDB`PK 0py};;#skin/classic/global/icons/Close.gifGIF89a !, k˔{p{0;PK 55{4ff#skin/classic/global/icons/close.pngPNG  IHDR?<gAMAOX2tEXtSoftwareAdobe ImageReadyqe<IDATxWklUfnP˶[hi%DB"JH$5jX @"&AQcEwW -mvvwϙ񜻳Pytә=t]/I:-_M[?IғV3 pޛNӣzn߲ee Ug+oհvk,#ۃo";ڥq}ਬ2[d.\zE$rq-=Wx&x>}:pl q9rHQb%>(L&FR.~l؜t1^RFZvT~+6MEv{Ѿ"lٲg&O즈ߴ\s< ?~\R[z)I+bRbgrj5W 8ʇ!NVf= XL(^3VV9R{u*_[[q!Bd YIH- &|"/AuD`(d 62ᇜ 7]̛2e \.2I3f¤-\65^-:+C #J&~ qcO2@F[ 9}g-p_x OpJB&|E#˄ &y-OUUUHRAJt% 5[Ij~܋qЎPqrRp7{G}#}j~ '>طSK Fq!N6mڄ'O̙3." R 2Ð ((˞z)lŹ_Q";)u-,+og#]xX %ύh:)**Q5( MGTSQ=Ĉ\_E{w *DRzuDnk5Z&݂]F-%DMg 5?uTA3tttŋNyt|H ART -m~~J7bURI&LN\W$Jۤ-cOFϘ`W$EL0rB&[.bҁEu]QQ={^j( ^Wl$j:N?<<'`Q.SwF4ɨ;` PW(WDÏA¤"zx|~o~ςrK<c4F8S֭?,wv SL4ƨ.X Lay=$v[lHh(*J-w8DȈ+H1S_4O^K o$i0׌iyrKg.չ zgGq5yHBVe6$e4\#斨m\lS"/8Bᔳwy '[7Ҝm =fa7%7m6SNZfL,晀=9ኔ_(.\Ӵ t1HbbH_?5!1QK/6!PjЖ`іvn3;3slt-gwz};8x|=pz⤿ݳnIc7_(7%0 {K|  |m; ZޱuK+sہyga<_.74F[pMn剌;l7C ̾O[+#[ @SWszqSܶ\53{# UhŠaw-k^jS ӨrlAԲ ,p5Cˁ;:[ /67Au84 (gƦh!7z>=Gb|T U 6G׼vV|h5^(z]Q/z7&[FTA$&2F`jba,HH\y\4h Xn5±VhJRtiYCWpոC sLZ@a>Ħ3o7B P98 $. Ԅڝ[Z %N>'1 9Js %zUW;߃ /R'' S AN@t5l1փ̭1(.;`m^?0DX_!|uDq5`4Y 0Ml, $6TLB$ p }gFL1$xR˓0#$hSdS!52]WCɝ8IN\ # q0,U^ g2Mgh6x8=݁DUJ?>C!A4:%Z!d#IYʬҶZDG=o 㩤# )R\D2N`l <Ӊ5@_n!y=#D򋯈I/( uy83p|FLԄDNj.sϩǚIW}{]ߜ]dYG9Ky48m%9U+0ƻ>@2|"|4){Hp+} dz{Nd#uΘziN iBLAd1Cju$PaMMGDʼ0jmν+9:!dv;|`*5UA_3RD ˃YKVˊ('8sG_ BьZ0q 5B8t5ya?|}i%t 0;e;!56#!RyqX)$PJ7:Ӥ+ c?,|Yu.=9a_{x2Wۗt|)2%aIENDB`PK 555u3  "skin/classic/global/icons/find.pngPNG  IHDR0P_gAMAOX2tEXtSoftwareAdobe ImageReadyqe< IDATxZ p~ 6w 1S5)h5Z*RA#Db'(NN m:PD-H$I!"1 9^}o6 c5|w<{|J, "U^7$Y ,Yus:5Q:o7nq^Ɍ`q7yi ,ڷ$̮+Lbg~k%[3-:}[/ZCtTTj455oߚA擙OiB;OU$KڷsYfpR+Yw _sUk4~lL4MrČ1~tE๴_&1ZģK ΐK@>v6c˷nUK'@4F_++GRHJe(̽%9 qp#6 8CB<l'I'а\.60ز^U}ǂ)cI]sN!yK&Z%ITnk.T Clgac~#LL[4JCe4P[Lj."yG2NO^mI$ $.'SSW<Ϋ&\T|B?Vq}Fs^;{jb cj{*MAۥvԟ;_ʫ\|P j;x.+JB?u֨#~jnB`HhWwKXjIV&b?@V#Јˋ*ݞ/t3܏; {&7Y}8\9s.0E.RMw#Zc&w`5oyOY(BT=ضs` 9t*8> qRDtcۿ |UjObfTp-yPP*tV&E ds`ll&{J*`0eø/ƈlJA)>r1j*Ic2HG>`mJЀD"ŞB|sS|G6Fe0X)Y(/݊(#M Q+x-Oa rgI罿^0 ,}l$-hs#^!WR_1FDY4jO%W( &zC?4^1|nLp]~7]I?OL|`ѢE:g{zV{_wuEO͛=k6l>0eʔ4| ''$k֬aGS!!D1-[x7?%*oܣ`QQQ4?77$33SӄΞ=V) … ๬]mmmD Թjlbbb0m4 #1cV啀VoDFFyd 2nTUU+f7/ʤ$tvvz$k7Z8ru> ===vpz2Xyhh'N`P5<z%;whϙ3W>C &Až}ٌAxm|k6&_<^J,Yįv,Xp@e?SJb~ƙ&|V!uw?ːn|ki#ɷSLx{%V\Lj` C=h0;H\>ഉ] v=r/JQ˃]4EX7|@תFt :qN!{QVC(D : M2kՎL<@ ͙T[nIĵq˭15BNMӭvABqCj0)HDgM(:5?=>nY>`qH5 U :y!$a %/ iPʡ.,P_>oY ,~ɔ)IXƐ8H\ ]=@D>0LD>/_ MIENDB`PK 55(VPMM)skin/classic/global/icons/folder-item.pngPNG  IHDR 0pxogAMAOX2tEXtSoftwareAdobe ImageReadyqe<IDATxXklUnR (m@CbPA H(I5@1PA 15(1X1(]*viewe_3t_nwz;s==s=i(f͇}_@GPYY?}ƶmx5Z8wnwGoFL˝-a,)62iV$9uXc67e>jkk6{>=G]_XNU%ۜ+:ڸ1`k]c7S19ӳwhjS|g;i aH,2\9'8aNujA&Cg9-3Z;6[>@-P4#G# x\P;VJVؖ4dHvphf0l>D_c’(h)-+d9)C1IQ(R.N]|n^`1lHcB0--˙.HDQVM'3楀 WJ1b*yyRxtiʳ5PEU϶ƕ W.SqmwXmrX3;;F>3<9_&+I% 50s|ngMT1߉9(t@AcEnb 0>:@#Npy"| oo]N|H`ȩR*N/L`y[pسeo]|_fC Da, 8LqY+ցHdHp;^FeWrb(h9N7 bvX7LKzP0Ү]8˞87y…RvKtB%)E<\ #l'[V~(aۃwMupm#ho;< 坊8>`r!sV'T!O}._xM^MAtYȒ̨i89MNj{-yU,66,>0JK|;g>TqMYvktR@$Xho 1I!Փ0NPUP`JV@I>IP'++D}`;N˱>{ 7 BW23 OB~vO0`҄t<IENDB`PK 0ݾv55&skin/classic/global/icons/Minimize.gifGIF89a !,  ퟀhRS;PK n|7Rx6<<&skin/classic/global/icons/notfound.pngPNG  IHDRasBIT|d pHYs B(xtEXtSoftwarewww.inkscape.org<IDAT81hQ4rmHC0Jq;!KrS""I..vpr.N$8tp.ŽP ᠄EwH=ޅU% E^ oj4D Mϝ[p =/@OiSjEErjf"*hc񡴆 ˞0[v$H)gQF@(ACT<@h!A3@ͅg-zC&U|sL- W$v,)`=JrڿUO-1G>bI,3s X7:ЋP]8h7*ONUyV-2TNbl=E$yZJRm N%{d; cphx n5$i٤h<'A U< CeviBj6@Ѥ'^dUo;iVn [Q`YXό`g@z(1*Oƭ%b~:`~_6{ ܸTD\j@SWlAJ5ʙˣ_O>| ߯&P[yS]ĵ$".6aP"8IENDB`PK 55#.&skin/classic/global/icons/Portrait.pngPNG  IHDRw=gAMAOX2tEXtSoftwareAdobe ImageReadyqe<uIDATxڴVAOAfҖVlEBă$rRM4+ڊdѫO/"x51WAP-Vh,]ZvݮeR%۝}o7og(hQ4,~1VӒDQa׮;:/o ̘NT%*ãJ-7q#VԘѱW0+Q*Wu>z08G O4$xS]G7+ỨZ[糐PTUp@{& \wl/Qv!)VA4j  f|0@7'X8s vv+CNn޾XEܝ;] +05좬d{xۼa} UdiMO)8& ,b$0f:َPtp@$/,hjR֦F]cyH;Q,c RUhk WNIT+ogG`y}wEcMk +BNz>ǜڳgW<4Nf#ƚ%8` JRw 5դ+Ai$z1<2UvqdbU20cU i >ެIENDB`PK \6'skin/classic/global/icons/Landscape.pngPNG  IHDRw=tIME 2 pHYsiTSgAMA axIDATxTKOQ=hm+T VbL4h Deʅ ?5Fn4`a1Nc[i vvjP$7ݙ=7ZSϧvKRɵN;jscevga2z^Q(gUe r{W99A0loo&&0;;"">B6,@DDppt՛*5*"03:DN( t8]nnw7hM`(z@ːu[vm*1gF߈z.34R>2XA VO+%+ePϵ<>x!1p!u-O( > n, 2Y,Zz5Ėv<ѡv]v==oQɴoGIENDB`PK 55ĚΛ&skin/classic/global/icons/Question.pngPNG  IHDR szzgAMAOX2tEXtSoftwareAdobe ImageReadyqe<-IDATxW{L[e?}Lfs-c1f\HCРhsƘH2:0H#dYcX@`6 kʫx }Ap_w}~kilXc[s`.4t|_گjy.k5 p"G3qq<cFVjl6Y,VjDV$s wgLrnH 1n{)K{?0?U #x?y + U\fq9LN̽hiܗˎ܆n$RW!Ÿ4~M%@(܆ W9Dp& ͛7Od,T8/J~w*<ԖIXoϣ=r}3Brߨ]B5ǫ`zvvroqjΝoJ Ύg6=["[#$H6K"JeY~]MYcjSuhylT8\ ˈmySY8[$`3ϒȉu&$ 1~Kj1KNa{epF*p:l̽:%tu(%+at|#vE2#)"6zEpSȧb>ޝ~oF*z 6fF/[Hg{ O˥YN"W}ifֈ$}Q5.heR.nprں%vkvbе{(D Γ6wIn1!w#Q|VQ8xH}F$c=IENDB`PK 0==%skin/classic/global/icons/Restore.gifGIF89a !, L vin"rmQ;PK 55Mmp.%skin/classic/global/icons/Warning.pngPNG  IHDR szzgAMAOX2tEXtSoftwareAdobe ImageReadyqe<xIDATxWYlTUιvgvdii;$DE14! !E >`MyjL4F%xȋ%%jRЂ `1Htr{fZ)6x9ypRDg4贗IʡgNOe.v9sU0Z Ff}?@jbw 1t{d{pWAst@Y6l65ḶR?CO ;g1݌1uF{e5m i w \KLÀ7 GfF '<89އ^_=.˔ЌEucZ~Ops%w2l!CקP6ޚOm$Vэ#ӧw=8w/ᷮoh&f[@su*#|p`od.pEA6Lե =,q&vS`UDfrr\='*M??G*%=)Mz!YKV8誆J@C WVuwK(~O!8QƔ@8PR43d: =)FIzI40w O@v4Y"sFrdd}=),g'T2ބ u`|J9Km(w..M cȅX-BT)EAd;B؈Pᦹožbzb3HψgP9 ȩ'^"ѓ%71?(+w/G۸.iZIr6 =w2kSğ)x2)` @-s_ Ȏe;[ؓFw݂QF|JaE \|ND͂Oֹ|ktmy10aBI [y ;ܸ/c//&Na(fr|!*}q U| -04ܪ#}Ac\QuJGˆXwJ~-dvA&[#FBժm*/䊲b|hç(Iɉ͎ϗptu_yu@8ȹdj%zUtb+K$M w6#dC"8u=]Ʀuaqh9OSh9SD'KF{ENM FQϒR;z פf g a'!V\B3el‹V'BtVDvfh,1͑|cAֹ,RCR`L. 8άj>'0;F '0m@Au!Rc"֊yn;3Dnor0PeB8l$>[~P 2_NCdIk>L8z7Q*kIENDB`PK 55J@0]H H +skin/classic/global/icons/warning-large.pngPNG  IHDR00WgAMAOX2tEXtSoftwareAdobe ImageReadyqe<IDATxYmpT~~e]l $D*ʠ8NJL?t:iGSgj~LS)-[a&oBv~={ov7H |8&'{ݛ{Lc0>yfIZ8N*cʞ<Ǧ~l:(9(h=x6p_ȝ:SwL_~VB1[|90azP](&>}`wcZ:޶Xo{n8aD sd{rkN Tn):' 5U3JbkX})0<(}(܂TL}b"ƙwh.e+ sOX-};O [1#2o1^ڭ?YѴZ0؇3_=/cph]rAPQ6S|;)btE.M!p0`Kj拢"G霊k^Eb?NUFV܊e! .l@O;,~[|8dpfuL9K }2U$YN1jh(\r/d=Rq)Ammp,CN0G=**z-N;LnJ_9S?e?|>~ &y>5@qkS-D/ d߱sV.p$:()Ut(&'Sr&%@SQPMQ}<_\(_|Hji!@NKmjԌM9(, 8G1wvz!j-LN~i݋2{Lnk@Ϸ\h?*t1f,Y=rG(mx!̊q |Jl PGз/Xg>Ŕ8c%[QR쫅n.&Z4oѳr O ]w`ȘL7((dyFg_w}u%=ԝɽs)Ss 22'rgPi\oJ"դ!j?byJ9` )'Htם~IENDB`PK n|7AMM"skin/classic/global/icons/wrap.pngPNG  IHDR&/sBIT|d pHYs B(xtEXtSoftwarewww.inkscape.org<IDAT(?hSQzġIA-iҖ(:ԺUPp+8`DWmD]lš8⠃.J'A0/>~p|*RΓoR6vs:h`W<}3`Yq櫅W4K@BcD1;wD j\ݐKDtT5o`ReezJe&jh&CX `o.,1>%asI H YD(R!әb HLgxe '0Fi7X[ߠM3:oj"a"0j8ͻ`YרJprMsngXbI00, D1\:fɜXDجv";PK .6[0skin/classic/global/splitter/grip-hrz-before.gifGIF89as11c!,s@=0 8ͻ_$ik,lYY `@H "rl&LsI1جvˍ;PK .6B/skin/classic/global/splitter/grip-vrt-after.gifGIF89as11c!,s@J0f֛%a_R)Ųבbלk7gٙ%&|uVONqBO;f]/+ss%;PK .6^e0skin/classic/global/splitter/grip-vrt-before.gifGIF89as11c!,s@J0 8pܝz$EUYyv<8J YbfVവv/6=ɍ;PK 0fV33'skin/classic/global/toolbar/chevron.gifGIF89a!, yꠒ;PK q2{Z633+skin/classic/global/toolbar/chevron-rtl.gifGIF89a!, Lj;PK 0F4ռ'skin/classic/global/toolbar/Lighten.pngPNG  IHDR7*tEXtCreation Timem 9 dec 2002 16:20:35 +0100xVEtIME 3& pHYs  ~gAMA aIDATxc010*9 7.5}IENDB`PK v~1Pޫ&skin/classic/global/toolbar/spring.gifGIF89a TLRmfk]V[OGMЃ}ibgz~|vz!, @{ dihT01\HĬ>8]1XvǞrl6qRj1 &tlg0n|>Kuy[K /A:X 9W`Z_X# h1 E);Tt#!;PK 0JJ)skin/classic/global/tree/columnpicker.gifGIF89a 3!, kR8I%ݨ YLeT9#*;PK 0U͏@@%skin/classic/global/tree/sort-asc.gifGIF89a!,@o{b.;PK 0??%skin/classic/global/tree/sort-dsc.gifGIF89afff!,@v}N K;PK 0 ](skin/classic/global/tree/twisty-clsd.pngPNG  IHDR gAMAOX2tEXtSoftwareAdobe ImageReadyqe<IDATxb9΀ 3<@1l ۷o lvvv0 @`Ec+ ׯ W^ hkk q _|cì ?~0 * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ /* ===== preferences.css ===================================================== == Styles used by the XUL prefwindow element. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: dialog ::::: */ prefwindow { padding: 0px; } prefpane { padding-top: 8px; padding-bottom: 10px; -moz-padding-start: 8px; -moz-padding-end: 10px; } prefwindow[type="child"] { padding-top: 8px; padding-bottom: 10px; -moz-padding-start: 8px; -moz-padding-end: 10px; } prefwindow[type="child"] > prefpane { padding: 0px; } .prefWindow-dlgbuttons { padding-bottom: 10px; -moz-padding-start: 8px; -moz-padding-end: 10px; } prefwindow[type="child"] .prefWindow-dlgbuttons { padding: 0px; } radio[pane] { -moz-appearance: none; margin: 0px 1px 0px 1px; padding: 1px 3px 1px 3px; min-width: 4.5em; } .paneSelector { border-bottom: 2px groove ThreeDFace; margin: 0px; -moz-padding-start: 10px; background-color: -moz-Field; color: -moz-FieldText; } .paneButtonIcon { width: 32px; height: 32px; } radio[pane]:hover { background-color: #E0E8F6; color: black; -moz-appearance: none; } radio[pane][selected="true"] { background-color: #C1D2EE; color: black; -moz-appearance: none; } PK m2Z~۱&skin/classic/global/printPageSetup.css.portrait-page { list-style-image: url("chrome://global/skin/icons/Portrait.png"); } .landscape-page { list-style-image: url("chrome://global/skin/icons/Landscape.png"); } PK |w2Rq55$skin/classic/global/printPreview.css/* ..... page navigation ..... */ .home-arrow, .end-arrow[chromedir="rtl"] { list-style-image: url("chrome://global/skin/arrow/arrow-lft-sharp-end.gif"); } .end-arrow, .home-arrow[chromedir="rtl"] { list-style-image: url("chrome://global/skin/arrow/arrow-rit-sharp-end.gif"); } .left-arrow, .right-arrow[chromedir="rtl"] { list-style-image: url("chrome://global/skin/arrow/arrow-lft-sharp.gif"); } .right-arrow, .left-arrow[chromedir="rtl"] { list-style-image: url("chrome://global/skin/arrow/arrow-rit-sharp.gif"); } /* ...... scale in/decrement ..... */ .up-arrow { list-style-image: url("chrome://global/skin/arrow/arrow-up-sharp.gif"); } .down-arrow { list-style-image: url("chrome://global/skin/arrow/arrow-dn-sharp.gif"); } /* ..... orientation ..... */ .toolbar-portrait-page { list-style-image: url("chrome://global/skin/icons/Print-preview.png"); -moz-image-region: rect(0px 16px 16px 0px); } .toolbar-landscape-page { list-style-image: url("chrome://global/skin/icons/Print-preview.png"); -moz-image-region: rect(0px 32px 16px 16px); } PK e4j{ $skin/classic/global/alerts/alert.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.org code. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Scott MacGregor * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ /* ===== alert.css ===================================================== == Styles specific to the alerts dialog. ======================================================================= */ @import url("chrome://global/skin/"); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); .alertBox { border-right: 2px solid #7B969C; border-bottom: 2px solid #7B969C; border-top: 2px solid #7B969C; border-left: 2px solid #7B969C; background-color: -moz-Dialog; min-height: 50px; } .alertBox[orient="horizontal"] > .alertImageBox { -moz-margin-start: 4px; -moz-margin-end: 6px; min-height: 46px; } .alertBox[orient="vertical"] > .alertImageBox { margin-top: 6px; margin-bottom: 4px; min-width: 46px; } .alertTitle { font-weight: bold; } .alertText { -moz-margin-end: 6px; } .alertText[clickable="true"] { cursor: pointer; color: #1455D6; text-decoration: underline; } .alertText[clickable="true"]:hover:active { color: #424F63; } .alertBox[orient="horizontal"] > .alertTextBox { -moz-padding-end: 10px; padding-top: 5px; } .alertBox[orient="vertical"] > .alertTextBox { -moz-padding-start: 5px; -moz-padding-end: 5px; margin-bottom: 8px; -moz-box-align: center; /* also hard-coded in alert.js, see bug 311557 */ } PK g7'skin/classic/global/console/console.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.org code. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Joe Hewitt * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ /* ===== console.css ==================================================== == Styles used by the Error Console window. ====================================================================== */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); .console-box { background-color: -moz-Field; color: -moz-FieldText; } /* ::::: console rows ::::: */ .console-row { border-bottom: 1px dotted threedshadow; padding: 4px 0px; } .console-row-icon { padding: 4px; -moz-padding-start: 5px; -moz-box-align: start !important; } .console-row-msg > label, .console-row-file > label:first-child { display: none; } .console-icon { list-style-image: inherit; } .console-error-msg { margin-bottom: 2px; } /* ..... error rows ..... */ .console-row-code { padding-top: 3px; padding-bottom: 3px; -moz-padding-start: 3px; -moz-padding-end: 0px; color: #0000BB; font-size: larger; } .console-dots, .console-caret { height: 9px; } .console-dots { background: url("chrome://global/skin/console/console-error-dash.gif") repeat-x top; } .console-caret { width: 7px; background: url("chrome://global/skin/console/console-error-caret.gif") no-repeat top; } /* ..... message rows ..... */ .console-row[type="message"] { font-family: monospace; } /* ..... selected state ..... */ .console-row[selected="true"] { background-image: url("chrome://mozapps/skin/shared/itemSelected.png"); } .console-row-code[selected="true"], .console-row-content[selected="true"] > .console-row-file > .console-error-source > .text-link { color: inherit !important; } /* ::::: icons ::::: */ .console-row[type="error"], .console-row[type="exception"] { list-style-image: url("chrome://global/skin/console/bullet-error.png"); } .console-row[type="error"] .console-row-msg, .console-row[type="exception"] .console-row-msg { font-weight: bold; } .console-row[type="warning"] { list-style-image: url("chrome://global/skin/console/bullet-warning.png"); } .console-row[type="message"] { list-style-image: url("chrome://global/skin/console/bullet-question.png"); } /* ::::: toolbars ::::: */ #TextboxEval { margin: 2px !important; } #ButtonEval { margin-top: 2px !important; margin-bottom: 2px !important; -moz-margin-start: 0px !important; -moz-margin-end: 2px !important; } toolbarseparator { min-height: 1em; } /* Toolbar icons */ #ToolbarMode toolbarbutton { min-width: 57px; padding: 4px !important; } toolbar#ToolbarMode toolbarbutton:active, toolbar#ToolbarMode toolbarbutton[checked="true"] { -moz-padding-start: 5px !important; -moz-padding-end: 3px !important; } toolbar#ToolbarMode toolbarbutton { list-style-image: url("chrome://global/skin/console/console-toolbar.png"); -moz-box-orient: horizontal; padding: 4px !important; } #Console\:modeAll { -moz-image-region: rect(0px 24px 24px 0px); } #Console\:modeAll { -moz-image-region: rect(0px 24px 24px 0px); } #Console\:modeAll:hover, #Console\:modeAll[checked="true"] { -moz-image-region: rect(24px 24px 48px 0px); } #Console\:modeErrors { -moz-image-region: rect(0px 96px 24px 72px); } #Console\:modeErrors:hover, #Console\:modeErrors[checked="true"] { -moz-image-region: rect(24px 96px 48px 72px); } #Console\:modeWarnings { -moz-image-region: rect(0px 72px 24px 48px); } #Console\:modeWarnings:hover, #Console\:modeWarnings[checked="true"] { -moz-image-region: rect(24px 72px 48px 48px); } #Console\:modeMessages { -moz-image-region: rect(0px 48px 24px 24px); } #Console\:modeMessages:hover, #Console\:modeMessages[checked="true"] { -moz-image-region: rect(24px 48px 48px 24px); } #Console\:clear { -moz-image-region: rect(0px 120px 24px 96px); } #Console\:clear:hover, #Console\:clear[checked="true"] { -moz-image-region: rect(24px 120px 48px 96px); } toolbar#ToolbarMode .toolbarbutton-icon { padding: 2px 0 !important; } toolbar#ToolbarMode .toolbarbutton-text { -moz-padding-end: 4px; } /* ::::: Fix Error Console toolbar button text spacing ::::: */ .toolbarbutton-text { -moz-padding-start: 0px; -moz-padding-end: 5px; } PK 55Ҕh##/skin/classic/global/console/console-toolbar.pngPNG  IHDRx0ogAMAOX2tEXtSoftwareAdobe ImageReadyqe<"IDATxxTU[f2)z(.DP\WbEq]cwwFY]bTeH)@H!m2){νӒ >|x;sϽ}s{# BOmn!,'à[۵SFe9csŊ2Jt}[;MEcY/P1S;kfڗZ?w{?G忻4M3}Ai*GaP#v﷣~~pOFͺh,Y9kѱau}xf\h1# @F(~Z :{ߟrpHo.WUٰc~RO="d2zp[EB:~ of5&; 'm9[X|wC UƂ)}[_wOOXޜ@U9FU͟eQ.xC(A5{n K7Ot (b ˊ$5f 2vpܽ C\H13O cTd7V#+RoYyȔL CR97;4c6%wLVJ18ʹ% d"D1%p9swS⊡ʶ;yo}Հ'ȕc 0%OON[r(3WKTO !cREj2ȹ0?YP@oeKdBvOK_~EJsj䰒 rx*7\܍ѳy=[r0S|$8 ot^tbf0&ii0P(5>zL xa8l0q8&: 7=F)Ga'P= B?%U9,3ct9B ",mE/ǡ[= =`۱ 0~ [f3 RJ!W8y _r/e=H dBڌlr;Ԍ@Ovz[7HG.`K v<VӁ (Ǚh92q _%Vw3J=dt>vf%4y!T0JAAgc2>'M@.\nnb+qe,ƾ&v k {z;!M=ow#9mo^i]bR.Fɦpns)Nu:=Gj6qpc,aET ~aĦjAA\א]8; ] D{;0+3يrq/G}.mSI6slaX\>n=T)cc34tsZl goZgSg6?ۗjyT0guk7sF3ps(2&CA}aQФ5.v ņ?p {) { *䊨Nby`>b8%*i)bqj \E~L3+ 2*Gw|DPՂBOPZNsY9Hb[(L# wW3=Q7e6B;&MϽRj}.,<!ffZRIGm3J>EJER*ح8_驩s0I C_-?]BY@Ԕz4k9jUYIOzWPlUP8]]cS KfXopf4x%+2itG:;paⰋ4\PI3b0ꂆeQLU2&9_#)] }* *~i2Uv>tA+,Ȋ&yn70QTKc6 #djび8i*)i%p@}1d*>b) S+SB,4u|c[gI(RMO'AW!YFA|&5 0p.h=KWOW&LϨ ]XiWg`ly o*2^`4i&T5hhuAF!^P۵i5KU *!k.`(P5xKO 0.YpyZCChwY$~T8WtooB)R aJ.߻rZ:%3C%'ekBGv|2ڮΟw9r.E$tw-j'>瞜4%_ Sn'oifE?ih VB &"vX^g:\szAIU)ݗ~i|A YKT9HTh\PbR^vy1eLmo};afq6\2࢚8 =&ZM3p@frc8b՚gLf! O+2p<K_e7G[ Yk}猊0wGI^)P x~ 6as/(s3kH*rc:a7zg][P5`poD ;MuNWJC SbE2f* d[S" l(*ffW2€j{ݡ%f^2ް4w@SA=E`M|ɥt8t;Wk+,։:4"B_Z0灔L* 쎘>,?Wf"#BuYĆJf~l|"u܌;r׺YGCu`~ 4\pWk4妪ɦ \d)4;Y>?ޓ O׻_\WG 2-V%PvdeQ )8 .Z1Cr:^Y ć@vϷPR!uw]'!pdҐBMM2+)ӎm@㻇}>d^R>jb{w P@D-S@ݹx4gCPKv-]Ǭ$ek _? ,C~:#e3;f`gB)!+ q>UP'UҞDb? E?b qS %7pj_ ^mmy~p~`s"xWxΩ}E3:sڝ sCD0Lkr~BW_OK\+?-?{\vjQkWC7Ppc~m64rKUE ln4⥲$E~! _Owܐ@M.1`9+wwoL ԾDkd˼dL+çpʎBpϺCW &b2ٽ׆;sdɬJ VZ҄:vO00dj86֡v]&Ku9G&upp;?wS_q.Ȣ20JC}\4M̍Syo\L݇T C&ί%qzv2rE}!^L3&'cAFVOlnuaNj~z .%Mh9Asb4?&=p ;:/j= : Iylǒ[ eg1]]8Ԛt /xd'}q>>8s1Mqs;VG`[iֵ^=!/:wɕ٧c<4{ՖOBZ&\@^2]Oԝv6Ӳԩ3?ٱi9JqRB|Ο O'Rn5e5rBáU vŠ[=^TdkQ~?h_%V1ƌY7%CWR*#K5m8tpmy$ Ϳj]q1B{-{F}TY /0_{>)C ̚Z1ˤ\WNߺ 3!S*q߇uG@2̚b棕tޑ7y™fUr.+mZ:}j!T˧n ُ@t!tZ^76/ZT!D~L~>V477h4&)`q~/nq:=f&- rsf| $M+ƱuDy])}RϦUFZ L*NnxkqYY`cĤNm!8G{P^J.Glvj'zxCzrʔgaha/E`QU,z`_B0 y|# _$=)ava0-dқH9?樒+ĽLZeus՗ZWR`,u`sLh@6mHEpMkME{rƳ޼zC=}y!?,ʥ h&nn=ԌwS}ag7eMAi3 }7:Lv{χiSM|caq2Y|0u3J_V/Vo"6z.[cG%çT%Q3z5x#ǽH0D2y8;(d>}( 7 5:\pEM>ˮ,ɞ]l ǽow7mHxn"5n_S{0QTIec+h8:nusjxR4 4{D)颃BA5Y#nH ^ZLKj[OyZ,2Nc~M8׍,Fz?G%'|cBc W0u0me"HX4CSfsv'-lyaIG&x [&}k},[q1IwSE8H̤άAVEdcCmdﻷHk|{k6檒17w\(p&^W.xL O|DNds*f\'Qo;h7q[i搵;OZ6YTQ]BCru e%lQ} =sήϤ;X<+f\ǼZ̟@MX rݒ"_64ppYF׭JR4#TN`i3l~-SUOVȱZd([K^ Lt!WEZ-=.f}fNUNֵբvhfcԸ,τ)9*KR#k . dr CLt=M<:[Vst~?^=MV4wbrڇ {R1ҳƃ;Fguw_b@-jId8֓d<;K,WpZ;YNw+Tk}NL#cX/k(9ݤ۷[RP*/iF SDaI|G['nLKBN5g;uid%w;bLtMs)-pZ[1EwʨV go* JnaV`6P)rf1AVWƲDM?pAT:laxw7-}_B39I@_+Y..<E9?œ;e$uk[z&Tj,z̤: : YfpT>?,<]h7gHfssN,qo-.RL"綜B%S[wѢLe9-6[x'\Jl $f^ ))^H[ּ@JֱAGC'lË (:jNco3P>b5TƊhK\=/#^5j cM(#&!:3{4!4Df6t%=f%@gf =zlJHҢj$OGW7U Pg)k>gm7? #Y/efwfJ#o2ĨW4/QLݚT6?VM% "dj`<;uϣI Zqϒc|PF.`K*/r"FSH ,56mkۂ7> ›4c u6iU}#EhV8/cfmY@; (ZzrHY)=6/~qK4%^{73>" :g10/g~ \ /*DV6oa]P1GJ*nÖO&Z$ka#o$pcQy";9; 0C^0onRj#D4j\Rcg1UctNon#22eַIENDB`PK 55>>/skin/classic/global/console/bullet-question.pngPNG  IHDRagAMAOX2tEXtSoftwareAdobe ImageReadyqe<IDATx|SKOQ:>qZJ-"WLDƸQL4"5;&ҐhL!cD0JBRikK[i3zf@),q7pNn;G"ZK5Hyqyg#yW M%|#0Xf4*|UcCMh֭: NG?6WL\$Մ$uTȡUyK= /"y$ G!kYmĮ/}`sяGA#\ɊHh"_^|ꁱq]V0lԭViOJ"P:%Zj&eZP3wD2fc]8(=<B6(x"0~*E: zuwtV Y u愹5Pک~*LWX?`rlgIENDB`PK 55 ,skin/classic/global/console/bullet-error.pngPNG  IHDRagAMAOX2tEXtSoftwareAdobe ImageReadyqe<IDATxڄKOQw:ЎSW!"!, ,ҕK? wn}$.DM#ZyDi }͔Ǽxj=^A>3Zk ?:9ϲMmx ^B_\ha‘ T6SMpXF|Uͯ(-i6pg!?UjcP۬󱎗R++=]/OuZ#Ú:~&<8VӥP@=Du;M(9L,x;6sYxGNõψ@ryR{s9ׁTi=Oed_޼&Gw2P$Nk_PN!IHP,>!]Ht>cp>z(&ճ$⒇A P@a3# Rr’,yDuj&ܝ]T%eK\}nAg #yPB^X6Ks_~ouر` X+fI*2!~0GƄtCUlEgnĢ6^q5maD(OHdf<͗H/5SC*j" "6 s0sœ1O97`~ 0JIENDB`PK 0X”773skin/classic/global/console/console-error-caret.gifGIF89a Q!, a U3z-K;PK 0&002skin/classic/global/console/console-error-dash.gifGIF89a Q!,  _;PK @}7I^^$skin/classic/global/autocomplete.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is Mozilla Communicator client code, released * March 31, 1998. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998-2001 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Joe Hewitt (hewitt@netscape.com) * Pamela Greene (pamg.bugs@gmail.com) * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ /* ===== autocomplete.css ================================================= == Styles used by the autocomplete widget. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); @namespace html url("http://www.w3.org/1999/xhtml"); /* ::::: autocomplete ::::: */ textbox { cursor: default; padding: 0; } /* Used by autocomplete widgets that don't have an icon. Gross. -dwh */ textbox.padded { padding-top: 1px; padding-bottom: 1px; -moz-padding-start: 2px; -moz-padding-end: 0px; } .autocomplete-textbox-container { -moz-box-align: center; } .textbox-input-box { margin: 0 3px; -moz-box-align: center; } /* ::::: history button ::::: */ .autocomplete-history-dropmarker { -moz-appearance: none !important; height: 20px; margin: 0px; border-top: none !important; border-bottom: none !important; border-left: 1px solid !important; -moz-border-left-colors: ThreeDShadow !important; border-right: none !important; padding: 0 !important; list-style-image: url("chrome://global/skin/icons/autocomplete-dropmark-arrow.png") !important; -moz-image-region: rect(0px, 16px, 20px, 0px) !important; } .autocomplete-history-dropmarker[enablehistory="true"] { -moz-binding: url("chrome://global/skin/globalBindings.xml#history-dropmarker") } textbox[chromedir="rtl"] .autocomplete-history-dropmarker { border-left: none !important; border-right: 1px solid !important; -moz-border-right-colors: ThreeDShadow !important; } .autocomplete-history-dropmarker:hover { -moz-image-region: rect(0px, 32px, 20px, 16px) !important; } .autocomplete-history-dropmarker:active { -moz-image-region: rect(0px, 64px, 20px, 48px) !important; } .autocomplete-dropmarker-bkgnd-top { list-style-image: url("chrome://global/skin/icons/autocomplete-dropmark-bkgnd.png"); -moz-image-region: rect(0px, 16px, 9px, 0px); height: 9px; } /* GTK does not stretch image regions properly, so use background images instead. See bugs 351764 and 254659. */ .autocomplete-dropmarker-bkgnd-mid-top { background-image: url("chrome://global/skin/icons/autocomplete-dropmark-bkgnd-mid-top.png"); background-repeat: repeat; -moz-background-clip: padding; } .autocomplete-dropmarker-bkgnd-mid-bottom { background-image: url("chrome://global/skin/icons/autocomplete-dropmark-bkgnd-mid-bottom.png"); background-repeat: repeat; -moz-background-clip: padding; list-style-image: none; } .autocomplete-dropmarker-bkgnd-bottom { list-style-image: url("chrome://global/skin/icons/autocomplete-dropmark-bkgnd.png"); -moz-image-region: rect(11px, 16px, 20px, 0px); height: 9px; } .autocomplete-history-dropmarker:hover .autocomplete-dropmarker-bkgnd-top { -moz-image-region: rect(0px, 32px, 9px, 16px); height: 9px; } .autocomplete-history-dropmarker:hover .autocomplete-dropmarker-bkgnd-mid-top { background-position: -16px 0px; } .autocomplete-history-dropmarker:hover .autocomplete-dropmarker-bkgnd-mid-bottom { background-position: -16px 0px; } .autocomplete-history-dropmarker:hover .autocomplete-dropmarker-bkgnd-bottom { -moz-image-region: rect(11px, 32px, 20px, 16px); height: 9px; } .autocomplete-history-dropmarker:hover:active .autocomplete-dropmarker-bkgnd-top { -moz-image-region: rect(0px, 64px, 9px, 48px); height: 9px; } .autocomplete-history-dropmarker:hover:active .autocomplete-dropmarker-bkgnd-mid-top { background-position: -48px 0px; } .autocomplete-history-dropmarker:hover:active .autocomplete-dropmarker-bkgnd-mid-bottom { background-position: -48px 0px; } .autocomplete-history-dropmarker:hover:active .autocomplete-dropmarker-bkgnd-bottom { -moz-image-region: rect(11px, 64px, 20px, 48px); height: 9px; } /* ::::: autocomplete popups ::::: */ panel[type="autocomplete"], panel[type="autocomplete-richlistbox"], .autocomplete-history-popup { border-width: 1px; -moz-border-top-colors: ThreeDDarkShadow; -moz-border-right-colors: ThreeDDarkShadow; -moz-border-bottom-colors: ThreeDDarkShadow; -moz-border-left-colors: ThreeDDarkShadow; padding: 0; background-color: -moz-Field !important; } .autocomplete-history-popup { max-height: 180px; } /* ::::: tree ::::: */ .autocomplete-tree { -moz-appearance: none !important; border: none !important; background-color: transparent !important; } .autocomplete-treecol { -moz-appearance: none !important; margin: 0 !important; border: none !important; padding: 0 !important; } /* GTK calculates space for a sort arrow */ .autocomplete-treecol > .treecol-sortdirection { -moz-appearance: none !important; } .autocomplete-treebody::-moz-tree-cell-text { -moz-padding-start: 8px; } treechildren.autocomplete-treebody::-moz-tree-row(selected) { background-color: Highlight; } treechildren.autocomplete-treebody::-moz-tree-cell-text(selected) { color: HighlightText !important; } /* ::::: richlistbox autocomplete ::::: */ .autocomplete-richlistbox { -moz-appearance: none !important; margin: 0; border: none !important; background-color: transparent !important; } .autocomplete-richlistbox > scrollbox { overflow-x: hidden !important; } .autocomplete-richlistbox > richlistitem[selected="true"] { background-color: Highlight; color: HighlightText; } .autocomplete-richlistitem { overflow:-moz-hidden-unscrollable; padding: 1px 0px 1px 2px; border-bottom: 1px solid ThreeDShadow; } .ac-site-icon { width: 16px; height: 16px; margin-right: 8px; } .ac-type-icon { width: 16px; height: 16px; } .ac-ellipsis-after { margin: 2px 0px 0px 0px !important; padding: 0; min-width: 1em; } .ac-normal-text { margin: 2px 0px 0px 0px !important; padding: 0; } .ac-emphasize-text { margin: 0 !important; padding: 0; font-weight: bold; text-decoration: underline; } .ac-title, .ac-url { overflow: hidden; } /* ::::: textboxes inside toolbarpaletteitems ::::: */ toolbarpaletteitem > toolbaritem > textbox > hbox > hbox > html|*.textbox-input { visibility: hidden; } toolbarpaletteitem > toolbaritem > * > textbox > hbox > hbox > html|*.textbox-input { visibility: hidden; } PK n70skin/classic/global/global.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is Mozilla Communicator client code, released * March 31, 1998. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998-1999 * the Initial Developer. All Rights Reserved. * * Contributor(s): * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ /* ===== global.css ===================================================== == Styles that apply everywhere. ======================================================================= */ /* all localizable skin settings shall live here */ @import url("chrome://global/locale/intl.css"); @import url("chrome://global/skin/formatting.css"); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: XBL bindings ::::: */ checkbox { -moz-binding: url("chrome://global/content/bindings/checkbox.xml#checkbox-with-spacing"); } radio { -moz-binding: url("chrome://global/skin/globalBindings.xml#radio-with-spacing"); } menulist > menupopup, .menulist-menupopup { -moz-binding: url("chrome://global/content/bindings/popup.xml#popup-scrollbars"); } .menulist-compact { -moz-binding: url("chrome://global/skin/globalBindings.xml#menulist-compact"); } progressmeter[mode="undetermined"] { -moz-binding: url("chrome://global/content/bindings/progressmeter.xml#progressmeter-undetermined"); } /* ::::: root elements ::::: */ window, page, dialog, wizard, prefwindow { -moz-appearance: window; background-color: -moz-Dialog; color: -moz-DialogText; font: message-box; } window.dialog { padding: 8px 10px 10px 8px; } [wait-cursor] { cursor: wait !important; } /* ::::: alert icons :::::*/ .message-icon, .alert-icon, .error-icon, .question-icon, .authentication-icon { width: 40px; height: 40px; } .message-icon { list-style-image: url("moz-icon://stock/gtk-dialog-info?size=dialog"); } .alert-icon { list-style-image: url("moz-icon://stock/gtk-dialog-warning?size=dialog"); } .error-icon { list-style-image: url("moz-icon://stock/gtk-dialog-error?size=dialog"); } .question-icon { list-style-image: url("moz-icon://stock/gtk-dialog-question?size=dialog"); } .authentication-icon { list-style-image: url("moz-icon://stock/gtk-dialog-authentication?size=dialog"); } /* ::::: iframe ::::: */ iframe { border: none; width: 100px; height: 100px; min-width: 10px; min-height: 10px; } /* ::::: statusbar ::::: */ statusbar { -moz-appearance: statusbar; border-top: 1px solid ThreeDLightShadow; border-left: 1px solid ThreeDShadow; border-right: 1px solid ThreeDHighlight; border-bottom: 1px solid ThreeDHighlight; background-color: -moz-Dialog; min-height: 22px; } statusbarpanel { -moz-appearance: statusbarpanel; -moz-box-align: center; -moz-box-pack: center; border-left: 1px solid ThreeDHighlight; border-top: 1px solid ThreeDHighlight; border-right: 1px solid ThreeDShadow; border-bottom: 1px solid ThreeDShadow; padding: 0 4px; } .statusbar-resizerpanel { -moz-box-align: end; -moz-box-pack: end; -moz-appearance: resizerpanel; padding: 0px; border: none; } .statusbarpanel-iconic, .statusbarpanel-iconic-text, .statusbarpanel-menu-iconic { padding: 0px 1px 0px 1px; } resizer[dir="bottomright"] { -moz-appearance: resizer; cursor: se-resize; } /* XXXBlake yeah, shoot me -- these don't belong here. I'll move them later. */ sidebarheader { -moz-appearance: toolbox; height: 25px; background-color: -moz-Dialog; border-bottom: 1px solid ThreeDShadow; border-top: 1px solid ThreeDHighlight; } sidebarheader > label { -moz-padding-start: 4px; } /* ::::: miscellaneous ::::: */ .toolbar-focustarget { -moz-user-focus: ignore !important; } /* :::::: autoscroll popup ::::: */ #autoscroller { height: 28px; width: 28px; border: none; margin: -14px; padding: 0; background-position: center top; background-image: url("chrome://global/skin/icons/autoscroll.png"); background-color: transparent; -moz-appearance: none; } #autoscroller[scrolldir="NS"] { background-position: center center; } #autoscroller[scrolldir="EW"] { background-position: center bottom; } PK o67y -skin/classic/global/dirListing/dirListing.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.org code. * * The Initial Developer of the Original Code is * Dão Gottwald . * Portions created by the Initial Developer are Copyright (C) 2007 * the Initial Developer. All Rights Reserved. * * Contributor(s): * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ :root { background-color: -moz-dialog; color: -moz-dialogtext; font: message-box; padding-left: 2em; padding-right: 2em; } body { border: 1px solid ThreeDShadow; -moz-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_showHidden { margin-top: 0; float: right; } #UI_showHidden:not(:hover) { color: graytext; } table { clear: both; width: 90%; margin: 0 auto; } thead { font-size: 130%; } th { font-weight: normal; } th:first-child , th:first-child + th { padding-right: 2em; } table[order] > thead > tr > th:hover { text-decoration: underline; } tbody > tr:not(:hover) > td:not(:first-child) { color: graytext; } /* 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 , .dir , .symlink , .file { padding: 0 .5em; margin-left: 20px; } .up::before , .dir::before , .file > img { margin-right: 4px; margin-left: -20px; vertical-align: middle; } .dir::before { content: url(moz-icon://stock/gtk-directory?size=menu); } .up::before { content: url(moz-icon://stock/gtk-go-up?size=menu); } PK W64{KKskin/classic/global/scale.css@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: scale ::::: */ .scale-slider { -moz-appearance: scale-horizontal; background: url("chrome://global/skin/scale/scale-tray-horiz.gif") 0% 50% repeat-x; margin: 2px 4px; width: 100px; } .scale-slider[orient="vertical"] { -moz-appearance: scale-vertical; background: url("chrome://global/skin/scale/scale-tray-vert.gif") 50% 0% repeat-y; margin: 4px 2px; width: auto; height: 100px; } /* ::::: scale thumb ::::: */ .scale-thumb { -moz-appearance: scalethumb-horizontal; border: 2px solid; -moz-border-top-colors: ThreeDLightShadow ThreeDHighlight; -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-left-colors: ThreeDLightShadow ThreeDHighlight; background-color: -moz-Dialog; min-width: 30px; min-height: 15px; } .scale-thumb[orient="vertical"] { -moz-appearance: scalethumb-vertical; min-width: 15px; min-height: 30px; } .scale-thumb[disabled="true"] { -moz-border-top-colors: ThreeDHighlight ThreeDLightShadow !important; -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow !important; -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow !important; -moz-border-left-colors: ThreeDHighlight ThreeDLightShadow !important; } PK 7vD7vY:hvv*skin/classic/mozapps/downloads/buttons.pngPNG  IHDR00W=IDATxb?PbAyS?Qğ3{o?DF7 0?TٷLPbD׃=Y3~p sO5: j" vf 3?8w>χQS?2?'/Z5]-{o_/tU֑exË pg{~e`a?50ۛ30}G/~nEq'.0 )<*ᅪR&RR \ c7ϟ?<l=A@7b"O^8(S:v+jfV^= NH"B_q 8'w R嬣ts/Xo@k2k2ۀ,y"#ۮ܄}Zu'!rkoѫ:T PoZ,N!n04f،IҾaDAl{•mRDM4pRrmF~ɏb8@/Xc1uўG9I0j>0]0Ng͊U Tn5EOH®;x3}7\A QYJl\e0;Ț `mk9)BIo{VJoD5 Jծ`++`\1 @EL mbfvV$ \;Na*%H(6F!}:!jU:\Z4ZV 8_o4M "L]#EA,!|:qU=#qD` Fa ͹7(1Zl @C `m:Lcq! @l( 3 !tmi$%?uπ_[ `(wJ"ӿl1 @DFERl=:),$#S13E?_,KFt IQ¢s8,HU1kԾ&߶P׉s{,;m/AqZ3H? xןŇ>a円@ M9A.V@}߿3AQ; _\ L--4'/_ d``gg`8Q>%%$$<':ttfbdfb`ade{.ß'b?Y%8H) q3? e3g0Tex'Շ120؞Z_v#FUyaFcm?1qd&MbUO߼_ H2ʨ0 e3۷]~\eSt P@6AWlVUX,~~f?@ U1&o3 b: 8WJE~2uaxV*v}A95a #6˪EiϠ "V֠^89I:BiJ/fk20W0:vrO/ڔAAJEG_X/cu>" cxC^W0bDoPoq ~H0a#e'Wm}јԅ [,hiFBjU'Fb?kݡN>h&Fc  ޗ` b?WËs53003 *H oeg>0x۵+7LsO߿Yi/߿ [n?ÿ.AVba````bfTgca c?TyXN{{x=qE?agb79 AA;G000[',,/_?{,ٳglֱ @@w\3!ؤn 'pl WHmD'\ |[c6<]@-7^O/wN0RJ9')%DQQbw]WEAyQU4MCYq3l1@gwcc,4lIA<-׳br bh~ W,4ok;gx{Nۑppw]zO("Q*Cas:/ݱu%@kK~/WL~%m̦㸇 3w$1 fF9籔2t 1C_r't)![\O40LH)r 6x-x{Pi[ d% !/ciJ| M$1zmQJ!"I!$Z6wjDb&!HPX0210edtBҿ2A[Ҫ ) D0$[Ĺ weggg o 3000ܹARR?2000\1 0 E%g萭c-2er.Jc!V/5: D DAVKhf39}-oWuxT#9gRJ"b?Ï;e!A2:1p 24A\T _X+<ׯ_CU ~>9_.>9ŮGPɻ/7{666`fff7CMM5Dbx-߿/3000<׭ P?s*+ D_`2 bU-Lc" f.".ttl0RC]3}]nB1NaZb$CYʼ&UZE|ьYNOTJdY6w]<[ SCfEM< `L;>JWx M=<pPʁb֌ ρWfs=nx.Kضt`2Y/8C >0L]4WsW22%o=yP,PL mF4M}\E,(}x$ر @2*;4(\ ڄ{^0CZ\p 넆zvt8;S1`?̗$IÐ8r8S@J9Z_ B =O)bb? ~f5ÿ_/zk_Ĺddx/Ffi1^oȆaF < @ CZޠf1Af d|5׋3W8|ʉuBW<c TRs߼bg׽f \x%yՕX?Kx1r1 >;޽qB|zz܌/_0A||| ϟ?GiS "; C [ÿ uFg_|ٴWV0000ݻ7߿]|BBB _~={ưcǎO~*ə@yM "1;UBRKT@Ʃ y.y'`ܾO\C=H.4z J~@( B}:|/'Sa7(-\Wsfe1A3qb7l+YZ{ak <^ `WJK/ K. ,p/L+P`=3oa/gJW_7<XQc)B_4a|~ |-3'&QavΧR$ LMRw|A7~F7gl|dLҴA:e #`L|DXbX 48ep `EQǕ@,o(q@(IRJ"Q`\QA5!I9ZD5B`1&0@ !PIqvIR_b&$%+zp(LH>RnhN$U*0*/?)5~&]^ϟaqqL'> Nz"g}ƯKaZԒm~3~W7=s`AnV:v_>!pIz2/9r%ث%%& \m٫ " œi~8=&3 @YG0G<gf button .button-text { -moz-box-flex: 1; text-align: left; -moz-padding-start: 2px; } .mini-button { -moz-appearance: none; list-style-image: url(chrome://mozapps/skin/downloads/buttons.png); background-color: transparent; border: none; padding: 0; margin: 0; min-width: 0; min-height: 0; } .mini-button > .button-box { padding: 0 !important; } .cancel { -moz-image-region: rect(0px, 32px, 16px, 16px); } .info { -moz-image-region: rect(0px, 16px, 16px, 0px); } .open { -moz-image-region: rect(16px, 32px, 32px, 16px); } .pause { -moz-image-region: rect(32px, 32px, 48px, 16px); } .resume { -moz-image-region: rect(16px, 48px, 32px, 32px); } .retry { -moz-image-region: rect(0px, 48px, 16px, 32px); } #information-uri { -moz-image-region: rect(16px, 16px, 32px, 0px); } #information-location { -moz-image-region: rect(32px, 16px, 48px, 0px); } .blockedIcon { list-style-image: url(chrome://global/skin/icons/Error.png); } /* prevent flickering when changing states */ .downloadTypeIcon { min-height: 32px; min-width: 32px; } #searchbox[empty] { color: GrayText; } PK 4Gj225skin/classic/mozapps/downloads/unknownContentType.css #from { margin-top: 1px; } #location { font-weight: bold; } #contentTypeImage { margin-top: 0px; margin-bottom: 0px; -moz-margin-start: 0px; -moz-margin-end: 5px; } .small-indent { -moz-margin-start: 15px; -moz-margin-end: 15px; } .small-indent label { -moz-margin-start: 0px; } PK %7fSTT)skin/classic/mozapps/extensions/about.css#clientBox { background-color: #FFFFFF; color: #000000; } #extensionName { font-size: large; font-weight: bold; } #extensionVersion { font-weight: bold; color: #909090; } #genericAbout { padding: 0px 0px 10px 0px; min-height: 200px; width: 30em; } #groove { margin-top: 0px; } #clientBox { padding: 10px; } #extensionDescription { color: #404040; } .boxIndent { -moz-margin-start: 6px; } #extensionCreator, .contributor { margin: 0px; } .sectionTitle { border-top: 2px solid #C0C0C0; padding: 2px 0px 3px 0px; margin-top: 3px; font-weight: bold; } PK 55ӕ1skin/classic/mozapps/extensions/actionbuttons.pngPNG  IHDRT*-C|pgAMAOX2tEXtSoftwareAdobe ImageReadyqe<$IDATxZixTU~kMeo$B @¦DdGD EږvvvqqZ{nGivWTZmv=F6oJj'3̯>xro;y[ι4M?]3rX  u:9hJ P/aң.Oj/Hޫ%дGA |}k=EDT " 5to_<~E*qr7N-KA(Xӂp= gadcAZ>r@nK1 jBj=:h~JO?03\:+Jj/ǮCTQwϗg7ۮ4I&A3cE|x:4;p?u/ysJ0`p?iK"։˭3%`A-h{]hQF~zѩQu ;5,F=?zP LMo=-҂kFnr8S4Ңl6DCo@5}{V yeNC|q&nzzpAgr%E#6=Yن` peM,@uİǞ@}~d@!;Rsj2LV=V3<_-TuzwQAwwuH{\aт#^$LQ^&k 87@upn-!8v|O_|%PsK4X&x^~!NAzxQGj~|':uN᡹tx ^z8W#HQk}b1u/G?_ + 0-7IfbhM Zhŭfˊ7s[Zxj/WxZ" :ä<x^IjdG[l?&^B$ɒnDx;鿘haf{I8^iCiFk甧`gI띗ut*0[6weS}\}H>9}`² 6iu$[5-Km(J ?ɌyXQ;&%") by$}<7zпQȳqKX1b!~ X<{}N;:LK)R`~dhDz\N=˻(q $#_8Y:Ę'ZL17M^(,jt+t"qZz_=K&f^+׬EN qd#衈 bo; `gD^TCx~BGY(V7??6~_ :|Ӽۈ6w|O(m„\e+75-DDrJbc[a&bkQ]M4>V& Ю?Òo ČCh@wslu05w fD)G w Vzٍ,ɤ&TE|?6Z]%|~aIÂ%961ORxK>@= f}62>-n |)t╲ybNucߡ;-}6ħ$91%+KʒyI|7spt9\9_]5^ib]d.#|0 ^/umÅ{`6. ~`oF}Hd)!jkB]&U(nfwrD<̼X gb k=}Eu옝vf?kǩbP]rݷD7 V9?U{vtvDjP _~ĖI/GΘ6҆@}&=^tvvrP[J ^.y[UY2WF#>:IsH儛-Ijy 6Ň6) ˎCT| ^1IH3pkn.XeGvLM/_c ]~$r0q.n$ݧ|  P1H.8] mG^C$b{.+ʎbbLzAwB8ŵMQQ~wt28e0Wg$Nw5uWӡɭɞ|xWz3'bl jbME8"uj1zB uXz" ^XutQf3^?6Z͐Eu:Ӂv.^\^堭GwÐ! K=xg7az usه:;pEc0 ì2V͋/+@$A _#OLO; >4"ԏ}]t"N%s MvT{hqy{ZȞs1N> z܅IdHv"n;UXh>V_@~9~ECt ^|k;ifb$<\1~XޮS!ѻo#&!^>:d\m0׶G?Be=Cҿ2(WJ1+2ǡx-:q6Fu,R& G>wg=^X5QڪynQDOU\Y&,IjʊnɃd?FũMVylث#!#ugYrVvѳEeŹ/JU})T׀¤)) 3J߿d Hʳ܃wIlv-®"U6͍72TlCH5 ..s^LqO~TS<ʾ?4d4Qxg]^zGm/>Wɒ,Y·KaxhlDfc."9Zp>Iyw=)Nа][L%ʼn46(qQȉ7cxa,i 2-U=n+«%Z1^BIjFizЄ͌9YGj /r\ǂ+71 &U e] b 37U-:dٜh(iMn_('1v @D fQ;Jj`5.n 8+}Ӭ g$^1;4R1!AjkRqo]s͑rF [nLF :J܌%n/Lva6~L.kUmHy)٘?u |z IYVdH^BF̖fEMeN{g.N>)㓌(QX">Ƈ}csWJ ]q`s.漶Sg0hFΗ! $dM49p@_Ug@ʻߞ 03Sf*(1g0r6 yy1HdW_dc(W5Df`30sz4?R0C-j)Y %"$`!j]߷㡵ʵ 0r R~)u dhQ[],]7hKm "\!5aXݸ`F`l]:R^wSۖ'͍v4|q6&bB:.d,kAUet,sIoL>=L^0! [Lngdd`ʅM&T2\o8[/Y͛ٳgUM"O?U `ZV ڔĠ2e e|3blOS'# YTآԁDD0:aJTx>|^[[^"2OTH7˘3gvrرȑ#*1c0k,Th EtK.Dɤ4 J6H=K3fP@#PbQ./>}b = S6mJ0,$j "v42Hw'q,Y{GFq F`2x$%%v! TŘ8Jo7PZNN&MXsNLX}vfF2aFϟ\ \jZH?XɉEo." 6tPL8QAcsy-Vpa׮]*>Qd ][f$I{F*?\6II'D#GT/*5J?>H1c(Ȋxk=kUƋluuu혼7(&F---o-s 5 F>بBDrrrj 1lذs:*BFJc|$h킂l(+?SjR|ٚL9o{|W_U2\0UWWcժUg){QGEj&Nԍ" K7nW_P{衇+&QΝ;CnNByxJ&N~m0>dO*%'x eFƄ +@ ]L3'Y媓tK23*yf\tgo!îj#H^|Aץnkx뭷T!aFP2qc|xaуʔHW_)=hdDKy4(IZPN`_oRqqpITnBi=BC,bl_~*CBH9fSֹ<.Ed:=W@RgdeLM(7Pl_Ogi@;߽{BD%^y]8)AyN+DoPE0Y*]XtwQ %s) s4ȝwީefe뮻l P/ &hTGQ'7!SNc=421Tsl95rYڱ۷}u(=֢/8͊zד~9:m)̻Amaʥ-L|W(Z>P 8ݻwoI18O-XTʤ,2+8$wOʊ.+N4K-$gR_*:l9Pqp#H<_G25T0;|rV5d;' `RQ*͉3D0O$9kKK@3NqP#$CKҶ ugqjN$i3u߼y3,KQOfd 2rL0/ͅW.s9 9?Tv;R]"Bv؁4[!@l7Nzfh.{#`2Ncϒ]" ?l[>]RdHIENDB`PK Qh7Yu .skin/classic/mozapps/extensions/extensions.css#extensionsBox { margin: 10px 10px 0px 10px; min-width:1px; } #extensionsView { border: 2px solid; -moz-border-top-colors: ThreeDShadow ThreeDDarkShadow; -moz-border-right-colors: ThreeDHighlight ThreeDLightShadow; -moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow; -moz-border-left-colors: ThreeDShadow ThreeDDarkShadow; } #resizerBox { margin-top: -12px; visibility: hidden; } #resizerBox > resizer { height: 10px; max-height: 10px; visibility: visible; } /* Command Bar */ #commandBarBottom { margin: 10px 10px 5px 10px; min-width: 1px; } #commandBarBottom button { margin: 0; list-style-image: url("chrome://mozapps/skin/extensions/actionbuttons.png"); -moz-margin-end: 5px; } #commandBarBottom button .button-icon { margin-top: 0px; margin-bottom: 0px; -moz-margin-start: 0px; -moz-margin-end: 5px; } #installFileButton, #installUpdatesAllButton { -moz-image-region: rect(0px, 84px, 21px, 63px); } #installFileButton[disabled="true"], #installUpdatesAllButton[disabled="true"] { -moz-image-region: rect(21px, 84px, 42px, 63px); } #checkUpdatesAllButton, #showUpdateInfoButton, #hideUpdateInfoButton { -moz-image-region: rect(0px, 63px, 21px, 42px); } #checkUpdatesAllButton[disabled="true"] { -moz-image-region: rect(21px, 63px, 42px, 42px); } #restartAppButton { -moz-image-region: rect(0px, 42px, 21px, 21px); } #restartAppButton[disabled="true"] { -moz-image-region: rect(21px, 42px, 42px, 21px); } /* these skip/continue icons don't make sense. it's just a placeholder. */ #skipDialogButton { -moz-image-region: rect(0px, 42px, 21px, 21px); } #skipDialogButton[disabled="true"] { -moz-image-region: rect(21px, 42px, 42px, 21px); } #continueDialogButton { -moz-image-region: rect(0px, 42px, 21px, 21px); } #continueDialogButton[disabled="true"] { -moz-image-region: rect(21px, 42px, 42px, 21px); } /* List Items */ richlistitem { padding-top: 6px; padding-bottom: 6px; -moz-padding-start: 7px; -moz-padding-end: 7px; min-height: 25px; border-bottom: 1px dotted #C0C0C0; } richlistitem[isDisabled="true"] .addonIcon { opacity: 0.3; } richlistitem[isDisabled="true"] { color: GrayText; } richlistitem[selected="true"] { background-color: -moz-Dialog; color: -moz-DialogText; } #extensionsView:focus > richlistitem[selected="true"] { background-image: url("chrome://mozapps/skin/extensions/itemEnabledFader.png"); background-color: Highlight; color: HighlightText; } #extensionsView:focus > richlistitem[selected="true"][isDisabled="true"] { background-image: url("chrome://mozapps/skin/extensions/itemDisabledFader.png"); } .descriptionWrap { margin-bottom: 2px; } richlistitem[selected="true"]:not([opType]) .descriptionCrop { display: none; } .addonName { font-weight: bold; } .previewText { font-size: larger; font-weight: bold; color: ThreeDShadow; text-align: center; } #themePreviewArea { -moz-appearance: listbox; border: 2px solid; -moz-border-top-colors: ThreeDShadow ThreeDDarkShadow; -moz-border-right-colors: ThreeDHighlight ThreeDLightShadow; -moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow; -moz-border-left-colors: ThreeDShadow ThreeDDarkShadow; background-color: -moz-Field; color: -moz-FieldText; overflow: auto; width: 0px; } #themeSplitter { border-width: 0; } .addonIcon { -moz-margin-end: 2px; width: 32px; max-width: 32px; height: 32px; max-height: 32px; } .updateBadge, .notifyBadge { width: 16px; height: 16px; margin-bottom: -3px; list-style-image: url("chrome://mozapps/skin/extensions/notifyBadges.png"); } .updateBadge { -moz-margin-end: -2px; -moz-image-region: rect(0px 16px 16px 0px); } .notifyBadge { -moz-margin-start: -2px; -moz-image-region: rect(0px 48px 16px 32px); } .updateBadge, .updateAvailableBox, .notifyBadge { display: none; } richlistitem[availableUpdateURL][updateable="true"] .updateBadge, richlistitem[availableUpdateURL][updateable="true"] .updateAvailableBox, richlistitem[compatible="false"] .notifyBadge, richlistitem[providesUpdatesSecurely="false"] .notifyBadge, richlistitem[blocklisted="true"] .notifyBadge, richlistitem[satisfiesDependencies="false"] .notifyBadge { display: -moz-box; } /* Selected Add-on buttons See content/extensions.css to hide / display buttons */ .selectedButtons { margin-top: 4px; min-height: 2.1em; } .selectedButtons > button { margin-top: 0; margin-bottom: 0; } .enableButton, .disableButton, .optionsButton, .useThemeButton { -moz-margin-end: 0; } .enableButton, .disableButton, .uninstallButton, .cancelUninstallButton { -moz-margin-start: 5px; } /* Selected Add-on status messages and images */ richlistitem[compatible="true"] .incompatibleBox, richlistitem[providesUpdatesSecurely="true"] .insecureUpdateBox, richlistitem[satisfiesDependencies="true"] .needsDependenciesBox, richlistitem[blocklisted="false"] .blocklistedBox, richlistitem[opType="needs-uninstall"] .blocklistedBox, richlistitem[opType="needs-uninstall"] .incompatibleBox, richlistitem[opType="needs-uninstall"] .needsDependenciesBox, richlistitem[opType="needs-uninstall"] .blocklistedBox { display: none; } richlistitem[loading="true"] .updateBadge { display: -moz-box; width: 16px; height: 16px; margin-bottom: -3px; -moz-margin-end: -2px; list-style-image: url("chrome://global/skin/throbber/Throbber-small.gif"); -moz-image-region: auto; } .addonThrobber { -moz-margin-start: 5px; width: 16px; height: 16px; list-style-image: url("chrome://global/skin/throbber/Throbber-small.gif"); } .selectedStatusMsgs > hbox { margin-top: 2px; margin-bottom: 2px; } .selectedStatusMsgs label { font-weight: bold; } .selectedStatusMsgs label.text-link { font-weight: normal; border: none; } richlistitem[opType="needs-uninstall"] .notifyBadge { display: none; } #progressBox { padding: 5px 5px 5px 5px; } #progressBox > hbox { -moz-box-align: center; } /* View buttons */ .viewSelector { border-bottom: 2px groove ThreeDFace; margin: 0px; -moz-padding-start: 10px; background-color: -moz-Field; color: -moz-FieldText; } #viewGroup radio { -moz-appearance: none; margin: 0px 1px 0px 1px; padding: 1px 3px 1px 3px; min-width: 4.5em; list-style-image: url("chrome://mozapps/skin/extensions/viewButtons.png"); } #viewGroup radio:hover { background-color: #E0E8F6; color: black; } #viewGroup radio[selected="true"] { background-color: #C1D2EE; color: black; } .viewButtonIcon { width: 32px; height: 32px; } radio#extensions-view { -moz-image-region: rect(0px, 32px, 32px, 0px) } radio#extensions-view:hover, radio#extensions-view[selected="true"] { -moz-image-region: rect(32px, 32px, 64px, 0px) } radio#themes-view { -moz-image-region: rect(0px, 64px, 32px, 32px) } radio#themes-view:hover, radio#themes-view[selected="true"] { -moz-image-region: rect(32px, 64px, 64px, 32px) } radio#locales-view { -moz-image-region: rect(0px, 96px, 32px, 64px) } radio#locales-view:hover, radio#locales-view[selected="true"] { -moz-image-region: rect(32px, 96px, 64px, 64px) } radio#plugins-view { -moz-image-region: rect(0px, 128px, 32px, 96px) } radio#plugins-view:hover, radio#plugins-view[selected="true"] { -moz-image-region: rect(32px, 128px, 64px, 96px) } radio#updates-view { -moz-image-region: rect(0px, 160px, 32px, 128px) } radio#updates-view:hover, radio#updates-view[selected="true"] { -moz-image-region: rect(32px, 160px, 64px, 128px) } radio#installs-view { -moz-image-region: rect(0px, 192px, 32px, 160px) } radio#installs-view:hover, radio#installs-view[selected="true"] { -moz-image-region: rect(32px, 192px, 64px, 160px) } /* Update view checkbox */ .includeUpdate { -moz-user-focus: none; } richlistitem[selected="true"] .includeUpdate { -moz-user-focus: normal; } #infoDisplay { overflow-y: auto; } #infoDisplay body { padding: 5px; } #infoDisplay h1, #infoDisplay h2, #infoDisplay h3 { text-align: left; font-weight: bold; margin: 0 0 0.7em 0; } #infoDisplay h1 { font-size: 150%; } #infoDisplay h2 { font-size: 125%; } #infoDisplay h3 { font-size: 100%; } #infoDisplay ol, #infoDisplay ul { margin: 0 0 0.7em 0; } #infoDisplay li { text-align: left; } #infoDisplay p { text-align: justify; margin: 0 0 0.7em 0; } PK ͛4e5skin/classic/mozapps/extensions/itemDisabledFader.pngPNG  IHDRd,B&wtIME pHYsN N }gAMA aIDATxAEQ,Xfus{?c?>??зC_н˳Y)~yVɇ>|k+-^L20qt?>ϻGx%Yׯpd>~%и GOp. } ̗g\X SB_z(~];zxgo'Evk'zh[E.>{᷶K'o?t8{ʑ$y"poXE":}8]]dCt*zh[dgvخ&]Mbv=4-#[v#?Z9۝ 2ӈ %Ըj1#5R֪f*a/f*a/f*̰OD? VFjf8Z5 hhf&U3ѪHLGF#53AqԿdfاDAjf*/%R#HH 5R#H 5kR#H 5SA<KFAjR"H 5R3ddb>)2#53A V 5ff&U3Ѫ hRcFjf8Z53AAjHLGf&U3Ѫƌqjf8Z5Ԙ VLGF3R3Ѫ hqj^ӉFVG8V($F!1 QH&$F!1 QHBb!1&$F!1 QHBb($F!1 QH.Ƙ($F!1 QHBbĘ($F!1 QHBb($ϲbLHBb($F!1 bcBb($F!1 QHBbǘeĸbLHBb\Y1&$F!1 1!1 qeŘĸbLHBb\Y1&$F!1 1!1 qeŘĸbLHBb\Y1&$F!1 1!1 qeŘĸbLHBbcBbʊ1!1 qeŘ($3$Ƅ($ƕcBbʊ1!1 qeŘ($3$Ƅ($ƕcBbʊ1!1 QHgH QH++Ƅh t$IENDB`PK 55); ; 0skin/classic/mozapps/extensions/notifyBadges.pngPNG  IHDR@y)gAMAOX2tEXtSoftwareAdobe ImageReadyqe<IDATxW]l=3zlZu Bi&mC(%nhe7 *F탑 @^HKJ*"j miO@UD `3;wzf^/J~w~W<+4[{&vI 8xz{'zr!Iٳ#g 7yn ɑeeg)M1۴I/>pzB]d^R#SZX[#Kp46 ! DMiַ5̤a$`&'*|kV] y}7E&I}Ls$ [n$`k| X"COZV6 U"o0B0t6Wq"_R |wNFACi$G9QJ0!N1k֋-Q2)"5\.2JA"_1?k&G,yv+*6=@1c&r l1:~{+dU3_~8uX\M!N\HZb.0#80mi/ OF_ (8Ke5fK@]Eioukx*bTU`wŒo=*bHS!QZnZAUYSS/(^>5 T .a4ҹτY%}ps' .#7N.SŦy#yFƸR89ME{MИ J@ee!&`:Z߷ƯIqcU ۷nBk0h9HLYe}Fw䫑VCuѡfT5ĥ㉟;JtwǸ7FHWgn( )2 Pd6?bY Y)ΏV(\0um$57ol4'HAF; zQ~h4ߺNn[-<.: CfZ)hR |)_ RYIENDB`PK 55@̈́77,skin/classic/mozapps/extensions/question.pngPNG  IHDRagAMAOX2tEXtSoftwareAdobe ImageReadyqe<IDATxڤSiHTQ> 傩bJ$a я"JE+.LŔT& -dY)ZT?ZB'r(1S11rQjbތ9ۛř۽WgЖ_=8|wιGĿ;n7q<۽0``:Ric~Ώܩo x000j& $9$$xpPN Wc-`sء@!HqP*^9}r' GF 1Xn)*PlF.hu(6{3ZEƈX}C.@!fz!7;RRWAPP x 99 d#*^V ^R}j9p "H%J%  4," YfubE{,fvd8w6M\YWydt yѢ/%b=xj${h(mO/lڵJT6Dڇv ¡mg]kԺg<4Cpe󞫱 \inWu~MNLv?i1&wayeVWݓAs*_ kJ)+dIENDB`PK h4*skin/classic/mozapps/extensions/update.css#alert { list-style-image: url("chrome://mozapps/skin/update/update.png"); } .throbber { list-style-image: url("chrome://global/skin/throbber/Throbber-small.gif"); width: 16px; height: 16px; margin-top: 5px; margin-bottom: 5px; -moz-margin-start: 5px; -moz-margin-end: 2px; } .alertBox { background-color: InfoBackground; color: InfoText; border: 1px outset InfoBackground; margin-left: 3px; margin-right: 3px; padding: 5px; } PK 55k㧋0skin/classic/mozapps/extensions/themeGeneric.pngPNG  IHDR szzgAMAOX2tEXtSoftwareAdobe ImageReadyqe<dIDATxW}TS~n$!`D@D: GUZ"ǵN6mA`)Q2H-'z a*p`(|$DHHH|${oumOss/Pw|7F-'fyIUxZD}_\S(*[#(W#k5kĠ?yDV짾n h5L});Ou|w(6&𛓙|!pdqoTp{&6aSjP.|)! I҅qc 58*XR~s֪DAߠUaw ٨obQ`1Cm\_#nU+"av#TwnvhYsOs3WyY =g-;n j6ȗ· r6;09nC&DC _wz3"dUH _G`ܥ@3aufbxn(xٹ0˟|*dJΞ $d8_|@KN}ʟ'&]+^J n%^[hBX4,$f8 LO D)!q\Drq@X()+3%eoh}fh#XOj 4:-:[B.$,4ؔ+k@ݗUf~љwd35555x4=:vquY1P $+0&ڬ;$vUOYL wWM44, qto'0]8df{c3|\E3goӂp0CFn*X8h@]@u\˴V;%5##tz>}bt^NÄE(im]JJbccO<MsIE 0ko2z㘜t* ;.H\6{P"-4V>ɗo9@ I+5\E( ?8v2#B>pı 3l(#^&5; $i$ޟEV{5=,21@ԉ(cv:8tlb\bGL\<8"?. qz 񺫽=ENUpfZRL 7Š!2*TFlSv*{:$sȈfLgG+ZXWfP/yWCL1VG5_PJf$CLvء!u0 |D Uv6™#gǿ&vS1!G &ǁu_ 0lQ-IENDB`PK |B7[[/skin/classic/mozapps/extensions/viewButtons.pngPNG  IHDR@LlxgAMA7[IDATx|TU7{Lz$^QqE@Aյ ]gA)eU+* " =@h $!=3>sϹw Ds{Oyy9b88w\éS􍍍:LRԟ~K.|nرܾ}8͕ϟ??o)*\sƾKoY7Q͡SOVTToڴ{E3s-UaZAW~]8y)MOwtO!2j G_]'W_h"IqoO5 7͘1[f]vڵk7ntΙ3p8WQz2j <,/pPU:->򓲲ڍhpNn:0==vg/4Zl1;/Yo!SS=O%ˀ(3koqU@ZޗЧhi'ơ[A4@BezMjٴ#>0X vO,<1?yyyz6;v|㋊x3!vQyy9/_\ALÅaٳD{~_J-z'tF WCՍ#XU{3iG["ͤF3f;=Z-ŞqOO sx% q]#P [ VL(;ZC6u E^3 zѨ_tib<_vƤ9앚LpT7yNXa?`x)}jWi?6C>:n){Kc(zCnXiZqu:sIvMG=6p2!.1F^>Iѷ޽MBJސO^,/((`L~Uޫ#&X3fw?saÆ % ,|ڇO$hb}ktYabgX.YVJ:(9=E':E ņ%8xi!U D]u՗zcO<9;π4*D|0*c9&_#"C>J9d޽G8x뮻noqY}yX]mq79yi aZSrJjp55*O~DW2" {v4״Sͳwr8hTBc|Cni^ B V!Ukiam7\oƱEp(v(RrPqZ ޥßPԹŇ46wyUWőOF ʱc*srrQI+43#~Lp*-[ $"/ݎMD?pċ(s㔣Bb3%)o'*H8nw;*kBȎt/jplO\$4VF45}h$%1ƊKڵ~Ȑ!'~ulh5Kګ}Һ&t% Kxj83MOĿ _~mRy;wBr z3O݈VǩS/xNdG\⍯'UepVIhWcB<: 荄 , 񳤜, mh3Dzb{G(ڏƽ58MM.kCFʤ*'"Uѫވ1z;0S윊|(欄=pvimBӝ;w>8PcѾ Ζ[+!! C #OUAVKFq~>uu|łcǎy 0d@_CSFτ4zI9B]@f*y? 7=c~QޛҽgJJns]ƻY9.>;$s\(cx /W[0%,[V,c0WĤJp}hv p". @reHl'l5{`'OχόE4ahxzh?zL蕔L^2k}>&L~GUVqDaf7n\01n݃A×$~V{w<6]DP&HQ?TC A ArA# zT *Yh넆 Dh%i$ߪ31SpN?V FMEl&Jb^y444! RCiB5jTƦ?}X @5YYs_¶4$$I n#Ld"Z,*Z]X|ח>(.g$u^О82(! Qk&`B^vm'>11qH1Gt&$Y LKȁQ0԰yסʷ^\Dݥ(0j>QZ@NPKJD;;N4~t]C}ƽ)111  f&`͝;]RR5kw̙իW3\xW}[l1w\u_};PY^g0$uMIqNĜ`;da'cޙ n>9*k4M(+$}^jZG E5A50"nXry_C\64k`IIibTWWrIDr!$6x^x~D-Xa2{ jϰ~Ģȧc_|Q /[{ei(9U \G֢sT[}4 &tY%ً "&߇1 Ɔ+3ظ(ש&qI>4=} {ѫ(2$[M|"|ǠF6pmtD B!PiSc`%$%\.B%XVVӵkW[mѐfק?޳f?w}?tPٴixܓ&M:xHo7'fB:7?ƎƃS c (7dNLFr+Z:^%ʈ]9й):-#iUW9R)/kf+)dleΉPA^=f (E OPOȎzNUG:i.>^E5zmHsp*DIIW_XDŽn\bfn9k.!\fA$XpN#찟3d@d2SWC\!# Yo#K'phG4UO0(J8Q㺒V\D cHNZHRpieNdn/<oǟ,ܻdip+7T"UKӣQ 96"*i$uZ}|4OO|WgQS>$V1 .H2;cуhR r~a|^WW!%+My8U، Ne8nUK_O#$HLS]=G,m͆!.&B$c $أp8 .`"qսK',d|?BT%q}W o-w:2>x׀[|0p`]Մg7ۉE;Slt6TP~gi`.8ZtxZs}栫 pYF,'ݖ TU$Rb }Έ07yP߉hڐ FX>(jQ_aɩtG$>"|ʈI?JaMHU6$w }0|ݹ;Cf"h' w?| [byݚFwds^ڪm0U&W+t ƈ5Ttqf˄hzAE $-Ʌ օOCnD4H:Š4+hBl+`yc(S4yrDn=Heg8qN)(xWEg AC&Fdd\YfǏUvбS5tt m ljhR:ty+7 Q:Z2nfED 2$DyИL-cZ&&m3FcĿ;VwGJR<:Ji jH@Й$~f,}N{~栄x F^8WTr`+-P8܎`:ɣ(sY߂( H38f+j"L\ꖏyDŽ $ɟuV9"[}$Ҙ駟nvϢE<СC <=̔wXfs-6?SciR96?1anC?ըltymDD֒%c z*as6p#R%UvRx&5 %"bMQ:Z =WNᆞH @Xl 2PgлD,.j:!#}&`!L;[;z jok/P="du;ג3`OT1p5B "aŖ{^;{nn{0Α|)u.IlE>tXjs0 !rvέ}RNp-A8C1'NE@xqq&jaތűrD DGc4{M'IB@&@Gdg9s9?έ f8*~:*B30lXj-1 Bga8m{o{6oڂGvzXhZ}+_V_ 1bYq]oRk/@cpd42O|H<9"S"&̥X 1YT~ i@CF!"tO*c i _.T?IV/>e1 m۶ϣʶ6$ K>xQ+=1onubW=gnF}PUՓoV [;=^= um. >P!(xtA؟`@樢1SMp4v|lJAFt >%A"~&33Vۚ " +NuUU}rǶf[Q,A&Y p Px8Q * G׼ B(Q1)9yĿ]aGMi6XMhkaV4'  v?ST`L( tv#`" A"tޘ$2&D' (D%,oZ$ĄЫW/ҎNs̞=۷dϗ_~)#0#yܹk1z&XOYb%= `BTT? ^ (-jqt) BN.i,YHdVN D&q(#eqdWyC䷣CT -'ÌEPl NvxIA FjQ͒}<%%rX8x&<4˂w܊x1X!Z |Ǿ#]M܈$)݈"ϕDIJvui0v{_҅.) >̆a0͕&HV CֲRtF=s0s[ˆN!m@.S$~-Q il_C=$̙3'0sLw% ޽{MBqq͛7_x?}*3G/Rk y/49KLKx )zGYsm\"q̓R6><,=a"捐&yNF]>,ջwBpa|;ϘqLUDE?@4f4A xUu2E(˄3pa#-Q]وR E"-l\0x^h/ AMNQ䲊1i9v[#x bӀ}O?J J>ӿPU.RommH'׼ꬸ7_uG04Nu{g @xN`GoN֢ϾWGS|`ϔgdv  cЏ~5lKlǯ m4aU1##1[a"jKDgfSMSm3A9A0KGC6yD)*# %\A݋65*uD|=8@=p ".bPH*%zl62pĻd!./:mlR{cN]rE19A 67:uҵ: ӺGDЋF-2 Nو~%$FZN.BQF4gR.MDy/Lל|rK8PU0ATUm޴$cVjjjWZˮ*4rT*#YD`^ s2|wN[ר7jE3@қ\̎Ab0>,0d7Dܗ_7OQUUUw)0gN>W_yO8?~]&t!ųRMn}t'|ڏ@>YCLyI:q{N CCJP&$ѽ4iAHC?["1M '.ZxʹỖmodS6 q뭷:t"xį^<ݏSN&uRI=a7/Ş+u7MSD/Lz6mƞ{R[  Qa'R2YS7TKֶ!y,|uȹnNG5y=T ҋ6\nشEaQeZ(cQ*4T=1 u <!_Vz |uUe1,2 _͢׿=Ki^oH6 #0#8,N2[O?Ȥׂsۏ$"Uj{]5swJ0''xf7¤HFlUTT>nݢ{h!t{-휉rq?=AMGlόa+b6A4qщ󒟹5{^۱|m`}dlQKvEEIK>8Ft1=QkˆVGvx-tzU6G9g6"Ozrˈ{&E㹭JoNͼ?O{֨7k2&h9z5O`ﺕHh\ h:\宯>IR&-h3<j`;3QR#U׾}{믿_5e~aXAa0#.7ɽtcs(] ]$ hbQ1pE/`W"USjD7 ZK#?԰C06 1~ʕX ٳ9yyaBl-AR=Zk$K*iU^yHJbkJ-ؿ0oXz睓w޳綵Ԟ~/,m]8鏎hH!+9팚ԩ1YCS1@Al\Zsسj sGeRrbiՄY{os*99Yy 7&N?>j*9%?g~g%naD>½BhXf*柭&*k_PT8x(>]I)&)BO؂j4՜ASP@m#ec+П 'vYN>URmjjl F&;+2-=29%^Ra߾}RI(<gf6lDQrre-WR1azc\oM)Ke 0 cbv;#^C2p@;tIy `mJJJ#r;usO>IıJԫ_F]9ؽkWb")}{er8(ӥg=f}ޢfl<`== EcFF쬬`#ƶ(e8á8Nvu_eVdfi!x 7+RK[n|jj*7`qr׮]&P?dȐ DUVV ~߶OӝWX"A Z}d vy~C(e|$wW+*"x?x<"--/z+=77Af0'#œ`>}SΚ5KX#[=R'O6ٳGo-\p&K}n)\;;l߉jz*"eӦM^l~~>3l6Lo>C$! 8\xLtOwLKhwYT\&vb7[- 履~\JZhQ"1[aEo`5kލ7̙%5eL& 1\'&`${x EI˟-췾fmjnW\ 6|tzJR"MvkctFYJi.//9١Co\eV _~Ԝw,Z 5zqwH3yQPC7Oon@eRz{ˁc4/!|wѣi\sE~F¼N͆hs~ʕ+]t[+..6jtVf>#cQ1b?:xZu@ڟ`wq}TV,:l_i0,O)tJVJ\,Rӹ214OSر.''^A ijj~lĈ{;mp/A+Wl%ˆGpg H߽//%KAN2RţH;@MYL qڻ;Wi:+@g`( ?NRn&EI߱cGEΝL7Eg 54@|rU ?u٧䦑Y3:N8.=cGckQavMiq;P/S>g <+"S4q[WX2X²֧HFh"5 ͗_~ٍ(GpnͻKuS]|5gm6ԟۀq ,E?(ܮ=uB筢r9{~w~"HP8I<}c$Sеoی_}Nǃ)ceFDXo'HNBџ0ZJ '''+"Ga\b빪T*cƌQ;?'~R, JˆDu,%tCvqv?y17by\HR ۡC3 pR) VK䤕]]@l'TBR~-b} ?O_/\𲛟.? u$.ty]nTT e8U}ăCe_C-zWivȞUe񭿟6rTJu{.3-azQ]v3['Ǔ<=)(MTWԦx2&dw _HTgH&;uRc(&NRZ"~UW]D>GGWDW;V$#fIyBl2ai v̖O./*Y[(r!rpE!5=R3bH ơюtbҶIvLqRAeVKZTc:e$?? Wv:2 =]>-K>୷u(;ȹWR'1C$Qw{*#MZ*GCj<| 鳼եxOG$z(D4d#<"?@E~AV˙QkXj~7>`lޛD݈ Nc+"Db?~αGI)dmH/A\(L4v am&PР@;颒LPdҥܯU+ 0pdHb|")< BѰ*뗀b~F,Ytlذa&OZn`b;9310)HU"U_D/l>0 K^Ay~yG}ƫЩ+V?^#XGR9^fIMPпoo,\w,=U_]B3W7_-n}u#kPA  }8vd^G# ` 7nG#~vpx#Qx bT3BWR:_dۻEg"BLJN V 4Dh:B OJ#FX__/v 2st=/`u/GB~sK#4Ktsv|OgG'/.z&I =bG!Ikн{;Fpdt_{nL[CĜm"3R [,YiC޳(34\}@Fy'VtH#s ls]QO߾}_l " jf12ܹs%%%YfgΜg̘|W=[l1C;dpŚ?ce#0MCOĜ!FH=,"I@i% HtA"2h =Lfm<=&%%5H5hj&xe܀7U.K̙>g :?.:KAT-pbfXmT+2eBrH%DRR9w;fU5SUK f:O.# 5x y;lW/b>r)JDq#Ps5=<4˗7|;7z<.)R4Rx@hɆ ;Nڏ~qwNA86ݏ:{$@ILR8݁i3":wF~19F5kxv^pnڴir&M:py#:nP|SHqh|r4|4p[ވ![GjuW vsX7[S%)iQNVWWSB *ۥch@F_LJ2o&"rsQB]@]6z 9HK[:xpFǹ_\QiPR=b+=5^3zCEiUqk:&3㮲u4B xuSCۿL}0rs>#Z}u%0&!ɢmM*`GHI?y ,-|v$EtI 0`1X$ M(ֱDة5Q(8:1$_#SL#= OF=$MSN\\\l:}U:l߻nʢݑqzṿ>(dVk|AHgF_(OGqQ:g'O5e@td0^5,$"΢Gk`ΒQMe{;;Q),ŭe9׾ K -ʎFr5 [~hP,th2|@͌Mґ0ACaR8t'J:]B|;"f*4Dcc#S:OT;_W5=a/ HvV2.MRp0W #HV 9]>bSwp/i,`'Аb]U:`w)$6RY=db~p-{xmŝóQT[+f-ENB~^ܹ}}ȣ<7X} Gn@{x 7MB,N5Fy;mZ/E||ݘ7b x8q߻^7.&?*^Dl\f[Hl*\9x0#͉@@0qހ$$"7F`Bxaf]teeeYܠ)S8,Kg$?Ak:;tݒAtqfՄ6hɂ"M:@w$H|ϓA%Isx6'5BGtMw^1!ף>h,X]252qAxxH @QTFBLvyYbEY~˾ݘ08U~pcx"!YeArrF6-{eEƍ;piX,̍Sl,>"[ N~KtGBzmĹAF1FTHaELn? PSU'E%$3PXJOAAl_* ?<7bUFLFZjxVܘj%NHlFS)İ(Cp:19e BX4h_ fI rҫ@*.Nj[>'L ?@[nU]-r>3C1&G82kjk{+62;y 9mLA m sJYI,ID^ctܻ"ͥ!IZ a1<~X 7ҊH~8JtLdRtF%)=rtM UZ}GrRXfz52HJꕴ~֩EE֭9HiҊD|*7."oC #2?+$lT ѴP:u.Am^q#%`iN-M,Ks\*pz!Xl(tlJiht!TA"D !\!jD x"7#16Eg[R ?p̘1[KN:'G=dF6~kt?±K'OJ{T  y0: Ơ+ :xIGcb֋P'+~͋1L^ r%}6 9l(Nfy~Vb\Lİ$> P0/W$? VEH2Ζ!HU_Mt"1 ,(}$&`8aN߅smVAUPuOD8zsŊ￿{qDe *yU7PU՛oV $v6|z%!(*`V_xBh(9jBT}N`"LJL ?Ƹl3iΏm:Z2xFMфqw^w5KK0R ?Ĩ $w.G tC' KL VN  he{\t:Mƒ?}M#-2WIFF@81kh6`\mm[jNa^)ʥJ^N3z~l'2aũ@^ ߻;n ^45Akk8jj}!X21*/8L zot?!3W a.cL"Yeb$8^ TjNk3G1F")Rpe4$}5.zؾH~̙3w}45@7m4m(j0'#tǼy_|H~< k_{WUOtB@(R(R#*"@ ]g ueБXJ [hD %+Y;Iw^oNzs{M6tfp&I~{ι9~eblRgSb?>h/l09>^g@؅=> :Nw'uYԇ!Q0VU;qAa1[-硴0xZ*P Qw;5PSc\e ET*?p Q b`1=phx- gn[bSZ+j2k̼¶]/Ojͣ=>~֜a*3v^y7tnb(+ZurVx-v1Lؗ0FgMe{UlCC%^(( 'F';|t;C_Z;1]2u SL{|"?R\\B44dJ)4ֹa'V?Ԕp֢&סL+pIqh>(mlE8no´' B!ndAWՅ܌N$B# ,B @`$X RdP01 y@>:::)ő- 5v(;R1!LOdx&f @P彏ķ-Esfy7o^trw4u :p?;===_VG8T۝_ZJHm'bCjW^J('RvJ~/)Yl_0,B=.J=,3(]T@*%jN+؟kDkO<.STntu|Щ|YK;Ƌ1hU`ߩ2f@2^%z(Y/h3 pG>[]T(*C $ڝ6t}],^bc]"?\#"'$or>5yhio=p1С[DT:Mh}`p0s2` ?@'Yl,/p)Ї|Cm\҅˸޷YK^?)ij3jqw ~|Ӡ\Q~Q_.(ÜUr[cS"(*C)=9_RQ)V fBd\t'_ "?H0zQ}!\tUX1e\0qTn^1;R*˻,4?(\vc P`JMy T!W_/_LF׉xjC&XnԿmG+X#BKMB s6({{P*{O䌽8 {jh%Pա/4J)ajvJ K09Qjkra!م OM9HΝG>e\lU;m>i?sֿtFݹF5*E7uNLH `Ne!LU<> ~*0f*XjhȀC"?)D 0p"}~#?[FjLCYJqF(2Y}!T(E\! {TN;d3bK0 0*ƨ6a(2l)Epxl?ҁ7TPսRhFy~Q*^3 s Cs?-#:(&N@G )=e4u% 5#~z`)\%6ASEKxT܎} 6hFxDsV9J>wz? K&F ?*Ìi~-tB cEsӘPՒA0wqI?~[U)b?e/k# )r~z:6O|4.8#`ED$ސK ¸(|% {X#ǀGJ0(a wQHSђix'2BB?ww8ͻpffOiy5ZPC,Eu~" *qh?PN=H%{ޯf@e"R'yss/l`e0BY8uG8}b?i9[($H=KMm>D2eab2X t4Z-L/AxSJ#ߢЏ Fa`ʤj@Rt˖-756á9ա'a y(pט0iqFtw)<4_(>T7;|\N,ȍW vAAK6ZoCL&=gbbbؑRO`S& ՊNi-,/=T(3mR= ~=ht f?b h{nW oC#|uR6.LtfFʣPNꑂAܽm-fo嵔ؔ/S_1PBJ7oDŽq]RW h][m5+!!,Dþ}[$cs@V#Zh 6,aiI323 !!tԁwxmrr؞e˖\pP &]5#?lJ]0 `8gE頍0O5;C@0dv;-w]| ܀W @3=SPSK˗/7ڵȏz@ѭ3@){q]޹!EiRAc |%t̗!jnTk3;ːVYYɡ2LSnT}}fZ0\e]NNI۬Vg\~-ąCvwZ##'Ξ]X_(fu5ȴ)j vV.sl=^twٝ66TßBs) e?~)9he'$$$M͍k߶m -<0?- [D3(JoYU h3AHDc90(0`0RHuTmݺtq挌iiiiiR WTG466%Xp'''Mgֽn*5ZE8=ԊGdIIse?~N:t u۷onnnn#*oa̗?q8'^q{ނP+1+hQn*Q'IENDB`PK |B7 NN.skin/classic/mozapps/plugins/missingPlugin.css/* * This file's style only applies to broken objects, not the rest * of the page. */ @namespace html url(http://www.w3.org/1999/xhtml); html|object:not([width]), html|object[width=""], html|embed:not([width]), html|embed[width=""], html|applet:not([width]), html|applet[width=""] { width: 240px; } html|object:not([height]), html|object[height=""], html|embed:not([height]), html|embed[height=""], html|applet:not([height]), html|applet[height=""] { height: 200px; } html|object > *|*, html|embed > *|*, html|applet > *|* { width: inherit; height: inherit; } html|a { text-align: -moz-center; display: inline-block; /* overflow:hidden makes baseline vertical-alignment act like plugins */ overflow: hidden; vertical-align: inherit; border: 1px outset; padding: 5px; font-size: 12px; font-family: sans-serif; background: white; -moz-user-select: none; text-decoration: none; color: black; } #missingPluginPlaceholder { list-style-image: url(chrome://mozapps/skin/plugins/pluginGeneric.png); display: block; border: 0px; width: 32px; height: 32px; } PK 7vD76S .skin/classic/mozapps/plugins/pluginGeneric.pngPNG  IHDR szzgAMA7 mIDATxڝW P$$$p*!.*U*:ԭ2"Buu]Yom0XcѪG Z* $! }>3_|%T۷oWUVVzjZ<ݥ4L2Ep}f}Df͒߿D"ynذaiFa/bʕ+jkk_ڽ{¾ʠ8wJ EEE… C?qF1,1nϞ=?L&S֮]+v;;i$ehhhqɧNJ\.}` 0tYQ^^!q8/ܱcGsyyy+|HOO޽UplJ k??P(׮]Syjy]]]襢ЇʐdNSM֯_?~\p ΰlӦM(222"޽O,=,!JOOg 9sm~pEC\eR;%ppCL9`3tH4 DGzN٪ ۤlFd%hBܙT]ԣ6m@ (޵kÆ s k.,,|0qD²7yctsl`l/X#ldUt٧KX33ppΙ3wƌ Ā_(4T$ Wd1ځF9wȀ+hKJM--~ ?߼y3A P,RdŊ.$n:8J3ZLmՒu?t|%i!NlU,4eHldqDZZ7JfP2XA9-P;ayNQ񿘤Sكa'Ó'Ryb{ӪWugBLǏ'Cx^!ӧ9t5'a3fL;ζ477kh"$O a'yY;46ݬ|)F d@@bBy 5kX,Pj/>D4͛7`.!!A v4"dxBR!Rq)~/fFZ*f'Dw9cM{{Itȑ#`q0^QӮ ={lR6]˒ #TCbrRf0}fg}.UuKFEC]\Bg?3\+<`P&p]Džtƪ!E]Wwsk\|aj{ߟMLL$p)YT1=<@J)KG]_|Z l*W=x6"0V0_F=~7.:2腱ܣn/ l'O;vCٺuk<λdܹsքΆXr<]:ZR'Ԟ`ҥ\X.e/]xzzO ||[=݃˗/G?a-(>΋/ O~˭YG42vˋ:~XD(,5jWyx'qٻw 5kZ8FmMkIj|;yawT`ܹ3g\MMM]ͅΝI^_!Zωշ!&#Sq(yðAN 4X8tEȊ hi˺+W0M>?y{Ԅ%+ T__V^A68$,)گ';BB fݡC_c-7vncp{rE9L0/vz%z`8L&KQnRTtȑcF7- qc 9i <ߪ73mFg#!!!BΙsӞ ;HWv⚓5}P9,-0q>|Vt 8ogNC 0ib0D^B9[on98|0Tsw7b$`bjx)71+2AdT{^#n682 5쇈"+ "yG%V} D#KpwWAkc6ڴgTPAKVWH_ $B?WS,O3/wTUY7DdPO{ޛ;IENDB`PK h3r1skin/classic/mozapps/profile/profileSelection.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is new Mozilla XUL toolkit. * * The Initial Developer of the Original Code is * Benjamin Smedberg * Portions created by the Initial Developer are Copyright (C) 2004 * the Initial Developer. All Rights Reserved. * * Contributor(s): * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ @import url("chrome://global/skin/global.css"); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); #profiles > listitem { list-style-image: url("chrome://mozapps/skin/profile/profileicon.png"); } box#managebuttons > button { min-width: 8em; } #managebuttons { padding-top: 1em; } PK v~10sZ  )skin/classic/mozapps/shared/itemFader.pngPNG  IHDRddpTgAMA7tEXtSoftwareAdobe ImageReadyqe<IDATx  ǀsPN2-DB DB D!!!AAAB DB DB"!B"!B!!AA DB DB !B"!B"!!!"DB DB[0q4 &lIENDB`PK v~1Ҩ,skin/classic/mozapps/shared/itemSelected.pngPNG  IHDRd PK v~11H  )skin/classic/mozapps/shared/viewFader.pngPNG  IHDRddpTgAMA7tEXtSoftwareAdobe ImageReadyqe<IDATx ?Z9@L8B DB DB!!AA DB DB !B"!B"!!!AAAB DB DB"!B"!B!!!B DB :yyIENDB`PK 55  .skin/classic/mozapps/update/extensionalert.pngPNG  IHDR0PgAMAOX2tEXtSoftwareAdobe ImageReadyqe<IDATxVkl=wf;zX?]S8IVv)R)MB$&!$%JR-WEl>gwvfgne+^ivw{|q SLB>Z}dbqXt'!D$[u]g33ZawװUw"ݭPM~o<0+m}| Nx%v8HpM|J_H(Oibw^H1PΜԑsݒ3wֽľUӄ.,h@Ë* u;0[^&϶]Y\hsmHȐ":x9Lb]G,0 ߽ʼ|XUk4k&7snk=d-HIS %၁U)a⁃8N\gt!P[ɸjϴB!ؕ>~r<ukX//!@Q9@FX UU%"fóeiA +4A-b\ٜC 9[V Q4j 2KcL!BA F AVƋN~\@ f tF-މ+(x%"BpKam`b܊~:D`$%H?+PD::@0GzJSc!=1x2TfALu"eY~k63v#ģBLWM ZBDh e1x*%()\T8A5f==(0"V&{ \ȹ,> _GNDDd`*bY'%a0R* )*&u›nm3rw8\=2EQZJ$ݝ" ,JsA<0|e}_EP-8e y`YJIJ DOuqPyG.XDE-^ADNJe>sOwbS =R iZEʩR"Ǽ Z8ZK1F]񗺯QQ\ >K%$iCڭN> k)kJo\zA$4'eDixKA(a0M㯿J/W ʍ 3Ja2q5M>EKYgZ7Fu9!ܔ+䑳Z?%'f:wyi\Xdb.M'\5_-ga7Fln&H^O.y@%{#v)~#ApK:;/ јp&Tw={/ҫQzbLސ{d|3 ꖋImrflp6ymX̂=˰TN&g * [?ܔˮѤg 0a%,/IENDB`PK n|7ETT&skin/classic/mozapps/update/update.pngPNG  IHDRasBIT|d pHYs B(xtEXtSoftwarewww.inkscape.org<IDAT8MhUsf2_LiHUJAN1`U,(Ÿ )KōZeUKpUjh*1ILMI&wZlAT@ px`ӋU_H7UKӖIR8F:&y9Qyp%y+9J&[G-\ZC[I( z[KVK1i-8[dxdl\!mFCy𢟰?;ﵓ=_cDPUZKLO$~ O;Zg~ I,rY\72Q!?؀ G.֤])Rl&B[Z[n$ULNedViV;ssGp"Ϲw흭=io ͕檎bkݪD;WeY$FU@y׹a/UPk^WD#S C[ Ǩ}\2bԀrxpPa(|EUȕEc<1?ٰ'{? *_2m ؆#6j_h9iY*`ZvɓدTXbxIENDB`PK 55e~~'skin/classic/mozapps/update/warning.gifGIF89a?VL$طGKc{&$kLEk);9Y̓fۚ/r*ܩg4[rn%Yד,~?y+Sf͍A4.ߕߦF֣Vח$PӞ4iQ!͉(Ɂ6ě%syOp.֕>!?,pH,(\2%q R$\Q뒚 f)MLh髮&"v4@,zF83 ,= 7E# &$ D  - !!B0<5: 52 '$$<*˯BA;PK 55}<  'skin/classic/mozapps/update/updates.css/** * General */ .wizard-button[dlgtype="finish"] { font-weight: bold; } link { color: blue; border: 1px solid transparent; margin-top: 1px; margin-bottom: 4px; -moz-margin-start: 5px; -moz-margin-end: 5px; text-decoration: underline !important; } link > label { margin: 0px; padding: 1px; text-decoration: underline !important; } link:hover:active { color: red; } link:focus { border: 1px dotted black; } /** * License Page */ license { margin-top: 1px; margin-bottom: 2px; -moz-margin-start: 6px; -moz-margin-end: 5px; -moz-appearance: listbox; padding-bottom: 1px; } .loadingBox { padding: 3px 5px 3px 5px; } .licenseLoadingThrobber { margin-top: 3px; } .licenseLoadingThrobber[state="loading"] { list-style-image: url("chrome://global/skin/throbber/Throbber-small.gif"); } .licenseLoadingThrobber[state="error"] { list-style-image: url("chrome://global/skin/icons/notfound.png"); } /** * Update Found Page */ #moreDetails { margin: 1px 5px 4px 3px; } wizard[currentpageid="updatesfound"] .wizard-button[dlgtype="next"] { font-weight: bold; } wizard[currentpageid="updatesfound"] .wizard-button[dlgtype="next"] > .button-box { padding-left: 15px; padding-right: 15px; } #updateForMoreInfo { margin-left: 5px; } #updateName, #updateFinishedName { font-weight: bold; font-size: larger; } #alertImage { list-style-image: url("chrome://global/skin/icons/Warning.png"); margin-right: 5px; } #incompatibleWarning { background-color: InfoBackground; color: InfoText; border: 1px outset InfoBackground; padding: 3px; margin: 1px 5px 4px 5px; } /** * Downloading Page */ #downloadName { margin-top: 3px; } #downloadStatus { margin-top: 6px; height: 3em !important; } #downloadThrobber { margin: 5px 3px 0px 5px; list-style-image: url("chrome://global/skin/throbber/Throbber-small.png"); } #downloadThrobber[state="loading"] { list-style-image: url("chrome://global/skin/throbber/Throbber-small.gif"); } #downloadStatusLine { -moz-box-align: start; } #verificationFailedIcon { list-style-image: url("chrome://global/skin/icons/notfound.png"); margin: 5px 3px 0px 5px; } /** * Error Page */ #errorReason { margin-top: 1px; margin-bottom: 2px; -moz-margin-start: 6px !important; -moz-margin-end: 5px; font-weight: bold; } /** * Update History Window */ update { border-bottom: 1px dotted #C0C0C0; } .update-name { font-weight: bold; } .update-label-column { -moz-box-align: end; } .update-details-link { margin: 0px; } .update-type { font-weight: bold; color: #990000; } #historyItems { -moz-appearance: listbox; height: 200px; margin: 1px 5px 4px 5px; } #historyItems > scrollbox { margin-bottom: 1px; } .updatePrefsInfo { font-size: smaller; margin-left: 27px; margin-bottom: 10px; } PK _6i 3skin/classic/mozapps/xpinstall/xpinstallConfirm.css#itemList { -moz-appearance: listbox; margin: 10px 4px 10px 4px; border: 2px solid; -moz-border-top-colors: ThreeDShadow ThreeDDarkShadow; -moz-border-right-colors: ThreeDHighlight ThreeDLightShadow; -moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow; -moz-border-left-colors: ThreeDShadow ThreeDDarkShadow; background-color: -moz-Field; color: -moz-FieldText; } #dialogContentBox { padding: 5px; } installitem { padding-top: 5px; padding-bottom: 5px; -moz-padding-start: 5px; -moz-padding-end: 0px; border-bottom: 1px dotted #C0C0C0; margin-bottom: 5px; } .warning { font-weight: bold; } .xpinstallItemIcon { width: 32px; height: 32px; max-width: 32px !important; max-height: 32px !important; -moz-margin-end: 5px; } .xpinstallItemName { font-weight: bold; } .xpinstallItemSigned { font-style: italic; } .xpinstallItemSigned[signed=false] { color: #ED1C24; font-style: normal; font-weight: bold; } .xpinstallItemNameRow { padding-bottom: 3px; } .xpinstallItemURL { -moz-appearance: none; border: none; background-color: -moz-Field; color: -moz-FieldText; } .xpinstallItemIcon { list-style-image: url("chrome://mozapps/skin/xpinstall/xpinstallItemGeneric.png"); } PK 551ZZ7skin/classic/mozapps/xpinstall/xpinstallItemGeneric.pngPNG  IHDR szzgAMAOX2tEXtSoftwareAdobe ImageReadyqe<IDATxWklUvnR I<$DR T?&FańD$B"AFm+w!Gnv;۝i7bngܹwιwIxpM6[Z05sᕇ"|{Woߺpz)LnC2ӛ2۳؇.n xP{y`~moPU7tSp"+s!n>5uËe c{h ߦ!aUCe}smfOһ4#1$n|LNY240v?|i}3<^\]3p]I}; zapk.=2ns^+ߌ~(BPt \Mkkn}0E>~vG*wVJ ߧjKŰnxb; ,t^X+03$FFaC$F#Ͼ޷<@ҚvSLkZA넙DXLt!gi ;U*`~铱 hy^UfoTFHS!,EF=t3"+7颀ZUEض?>~4\*hhdupY|rYnJ)oBx.G==o`OmF C6?6$gB}ND9DY`2#P*$7-wp,\kœmѡ㻶D{`w>-du.!XpZBs#X?{GWP!:kHrKhWHX{FPH0pHN$ʔ11u٤{A43,z4a|#M$ʎ:Mv:{3llܾ&S:k . H dlFrv̌bKIpjiAB 1Oz>v(I_#i6`lV1`lZu%xخ'prPLT1zeYj,I,  2 /sKB:̟c6r5 %h!CzVԚ3]˕&0#r<1i?mUr98|Eh $"<B27߿ P HzLN!#X. 4 ao# 1 Oa$_AaP7 Ag ,T { p/܀!^a L@9AnD@! a "bA ~Fr_PC@ u P/a@ 4/D2 |  ~B 2@Ma@y$bANHID (Ku PAg\s#@1²30i {?0AJtIENDB`PK n|7mm0skin/classic/mozapps/places/tagContainerIcon.pngPNG  IHDRasBIT|d pHYs B(xtEXtSoftwarewww.inkscape.org<IDAT8}]HSaƟ=sfsdNUYd߅!N/.݇BDFE%I,P)?"n"R:lsnggγ9w. zxx1P($m sPJf,˺ ?"}}}.IܪZy 8![C45KӌѺ_* uTl[dk5`M `;TX]XXAM/-}~Nc*x$bQL( j)x:e @(ym$z51VUv9 B G%ӅT@xF( ((lX%FmKK \wwQRFQ(RB $8T ]a& vUd2%e~|l~MMa}O^9]U6Bcp:(v07$(/&'_e>}6<==yA<^!s(J]p2 E? ij:w)lrTg%7H|VǁRPP##CH$u Khxx$mY!<:<Dzy&zh@c" "(τgVǂ`z?RɕsF29΄5m-ki_@kk+mf!K7_|w~h='IENDB`PK qm7^x skin/classic/help/help.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is Mozilla Help CSS * * The Initial Developer of the Original Code is * R.J. Keller * Portions created by the Initial Developer are Copyright (C) 2003 * the Initial Developer. All Rights Reserved. * * Contributor(s): * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ @import url("chrome://global/skin/"); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); #HelpToolbar toolbarbutton { -moz-box-orient: horizontal !important; min-width: 0px; list-style-image: url("chrome://help/skin/Toolbar.png"); margin: 0 !important; padding: 4px 5px; } #HelpToolbar[chromedir="rtl"] toolbarbutton { list-style-image: url("chrome://help/skin/Toolbar-rtl.png"); } /* Hide labels for the toolbar because we really don't need them what with the tooltips */ #HelpToolbar .toolbarbutton-text { display: none; } /* With no labels, we don't need the margin on the icon that separates it from the label */ #HelpToolbar .toolbarbutton-icon { -moz-margin-end: 0; } /* Set the minimum sidebar width so the help contents aren't squeezed together.*/ #help-sidebar { min-width: 15em; width: 20em; max-width: 25em; } #search-sidebar-closebutton { border: 1px solid transparent; padding: 3px 2px 4px 2px !important; list-style-image: url("chrome://global/skin/icons/close.png"); -moz-appearance: none; -moz-image-region: rect(0px, 16px, 16px, 0px); } #search-sidebar-closebutton:hover { -moz-image-region: rect(0px, 32px, 16px, 16px); } #search-sidebar-closebutton:hover:active { -moz-image-region: rect(0px, 48px, 16px, 32px); } /* ----- BACK BUTTON ----- */ #help-back-button { -moz-image-region: rect(0px 24px 24px 0px); } #help-back-button:not([disabled="true"]):hover { -moz-image-region: rect(24px 24px 48px 0px); } #help-back-button[disabled="true"] { -moz-image-region: rect(48px 24px 72px 0px); } #help-back-button:not([disabled="true"]):hover:active { -moz-image-region: rect(72px 24px 96px 0px); } #help-back-button .toolbarbutton-menubutton-button { -moz-box-align: end !important; } /* ----- FORWARD BUTTON ----- */ #help-forward-button { -moz-image-region: rect(0px 48px 24px 24px); } #help-forward-button:not([disabled="true"]):hover { -moz-image-region: rect(24px 48px 48px 24px); } #help-forward-button[disabled="true"] { -moz-image-region: rect(48px 48px 72px 24px); } #help-forward-button:not([disabled="true"]):hover:active { -moz-image-region: rect(72px 48px 96px 24px); } /* ----- HOME BUTTON ----- */ #help-home-button { -moz-image-region: rect(0px 72px 24px 48px); } #help-home-button:not([disabled="true"]):hover { -moz-image-region: rect(24px 72px 48px 48px); } #help-home-button[disabled="true"] { -moz-image-region: rect(48px 72px 72px 48px); } #help-home-button:not([disabled="true"]):hover:active { -moz-image-region: rect(72px 72px 96px 48px); } /* ----- PRINT BUTTON ----- */ #help-print-button { -moz-image-region: rect(0px 96px 24px 72px); } #help-print-button:not([disabled="true"]):hover { -moz-image-region: rect(24px 96px 48px 72px); } #help-print-button[disabled="true"] { -moz-image-region: rect(48px 96px 72px 72px); } #help-print-button:not([disabled="true"]):hover:active { -moz-image-region: rect(72px 96px 96px 72px); } /* ----- OTHER ----- */ #context-copy[disabled="true"] { display: none; } PK E5R00skin/classic/help/Toolbar.pngPNG  IHDR``w8bKGD pHYs  tIME : IDATxyTյ 5tL74 43p#`DO1qHL4j0bW8Dbq$c3424<|QE5m>?MuZkZ묟R!1F^chEs-acKn>]t= Ϟ q_|g>v ebI~tHx~"υC.o/**膇_i&@B0kdHw Z,Ez>uuF !e/^-KĢ˖5 !yqoďߚRF lً~o'c R.{Ӳy u)evGűspAYpo?C}!~9e۴,Ehw_VI빺6ħ &c[jv+Ç߹w! T^u=|Uch~&,l{ O>WcgOW j3FN_ey#FU*<﨣'Z6Thbr*AT[~t=1A` DW5$CB~b2HOyW;Q\5\N8ҔjU RePPŇAң]Q)ӎ6׭7Zh*tg_~ }K&M$=0yYw̑vbݙk1UC  P3S3s+S2]jM|-[I4R̩e擀#B?~Nî3޻UG+{ʫ#Lϫ9JyTChoa8> 浚;w5q+ܙˀ ^{ܹ/,OàҒu7}zʤ( *~\7zخ饡 M (WB Vӯ Mj)KĬ1+FŠSlbsbUcT(SLKk 4E1TÆSedaI_ҋy_e*Z1b0H`AXXZjwP:|"T2=W|u뫽p<3VٰMW_LʴH)F #eF[{+H13I޵?I2u,zum^}@ݵ|?ŕ/ǰ;QFZkBaCP)T _>jf8e˶nV%uEeedŚN E93`JM{sZ\+LO>|qO V[Tuʇ#JW:$ Tݑ:b2cO8??m?`ڍiiWضm.yye!]iigp ZRn%辆HoXܢgB+`7y{cs󿳱ee*{pBƶSHaR }o6 yc:!cZ6ɔƫI$T ~ZֽɄ8NN@㳷خiY}OH)SBwhL4~sjU%4hkxkX+;xmĊ2NJz J)%~\,3yȼ?rx9lزV#g̜#ʘoxW[R9ȥGr ӑRJpfLn:{59z8ȪUBfRuaPJSuC`iξ%׷IҺ{ϼ)e򙉪rB}QA91ÁVOn)e">%!ĄJnvޗ j1`LgrA[ED_"%ۀ2u]82@3v%xi1wu$ `B=G. $Κ4-XAFy>Aeͩ#0(P8G!X/ NwUDٛJAUC0XvqrAM@-5iX[[b]JJ !VmiS3_7iN+/;I4ԳKDSR24SnbEdbf򇓮'>n&q︯b]Mrf~"Vfj[#Þ}Gfz>}KqqQꂺ)@K1)sLuP-PִOg/u罇K%5r͙3N%)_ @H+v4EO*Vg7IOuA=^V)Sk &GS*B9^T͊sɘSq91om ǽr'SOFAq&1FTUy4b€|:>caփQ\cMׯeTh0a+VʝWoyQ n *CYe) "qΠfr}ܺ3Kol4gԩr*(9GV {ߠ bQy?6U*\+M0$~oQ4*GCx[>|zN6P~z_@UN>tņE Xj|⹥PU!A5= l U0&u * 7zQkCAꄊQUd,؀ApeGq4qyNƛmא_o}B>b4LLyh$,5kʑI&P|TYrT܎ ?}C8e;yÕ:x #47!ɘHpOo3 7xn<;g낶!X?YWO3X4GHөnX%~IU_>~IT hԦPt]d>W4SW@~EP)eqwl܈r 8? WDQ5xSD"[WsquTk0lʐR%ν 1G>dY'0S Epbvd©'JgrKEVq?;Av/ݾ>&A)Q*OLW)҅YANlcTa@GC5,\T#$:AÄ0z[.8/K)[ҳ;vTe 4]Ep*H$RiK,#&bhƐc)2td;.>VKN2AJ+Up+a"G#\($2um;e=qlaLI6yF36{_OG=(y*l/H$kI?_焌2)+k؏⽀p$k@J`ObF"x 2}T4 M~ 7ܤ"%kgSŠXGG" gqo灅?',ҡc8*>j࣮}_v4}3+Ckb ȓӺf]e!:TY\tUmQy&J8pUWX_;VrMҍ q~~1 1;3`F R*bm ȮR~/[0`S%K ͛w%KVK/ tWǪ_p(͛M8Jxkj!ͻhB|dk ``<?/\꺾{uiBt7ZZ?'|yyy l+EQJΝ?K,ID]PzEYY?yQnfk{osZU0wlo/LUU^y%"~y()).n'26  qdmݳϟ6o9mmm~UU6mPSSC4' YFJ)ŵ^{\((( ?Hu;vrYg^ r]EQ8묳Xfnݺ͛aҥ[㜓H$1uT ]G2ThiiQLm҈D/(գR(JJ/ğy v2c b~?sOhF2dڴis9!̛7!yR)iL<"P9|pBP[[K8 m]iZ z2BsRRR}Gu  >wn%@ҥK_0m;;r@f 9XjytR/B|xcRYYAYUUy@ ٶD"innƲ,,X0wYāa_ϟ(ؙu\p!Dؽ{!PQ-[{С?饘նmٷoaiD"eYΝ;e˖Ez"_KK #F`̘1r!y<#͛7+dR >UU  mw躎yYĈN 8s3 ̙3۶;MQvMuu5|I,uZwIDAT]8N߳,f6m|>ذaCVg|JJJZ"9gΜ^}殈7v;v6lBiYQEN<]~.JJJDQQImmm+}?xL0MX,F8ήS3f͚uGI'DGsHV0 {=TU%t)TxZ+5ϩejvAQZZiJkk뙳fͪy7pv(m۶Rƍj!C:BIRanJ{{Ң#F@ pR8^ɽ_o8Nv7u?u)ƽ{̙39cĀ:M*gΜɸqF]d2|y_d MǓBuN뺴d{5d\شiA|>_pu'<Au~?7so>|oժUYwH( :]בRfJ(e:yyynmm~1i$yI ؼyů: ,AAAVJKK{T7x#=]}:i( p8:g\uU '8{p vn]\)0_|EGC2k֬왣~WD"Nmm =ioo~׶jPɲ,:ԡauu}۶4s("6!&Lm̙3̍#s:{=\mߴig@T!!5˲nY~ARJN5fwm]ƃYv͍7ވe-x)))!RXXcouA1!aÆE~RN9唯,5ؼy3˗/Dz۷oR:aH).xt+WrW8nwuPRJyǨϟ{9.袬'd&6DZq+aLuuԴ!%'l&RʬŲt&ut 7U T ۶[H$TVVxg1},RBxam= w p9u|y4,/H9G_;`:y,HXu۠_:T<>4K^IV.CM%08bf -#kkQc]蠃p{oW9_ /Ȳ ;ތs6؎(3KU;v #6A+b @ઓǦGӾZ*َ 4s98bVt?pĚ#NA~ .n!Oݦ =6mqĦԨJK.<Vo -7,]^vfgœ#ηDC])?bT!4o6ž l3EN9ep׷3>A.(zM58bz+ݲ~A#-1;/;_w8bîEEőL spČ3vj hwNY@1ye^P>/8b_V9Bj)*ep:pĒW X&X4X_8G8b]_6Y';9vrGN8bO9y@f\+Ϙv2- {8b#@N\+;O~1w#VT1*;xpǧC,G ؍Y}/h8FOjR>GlW, ##fw#ֲ*na~A?xFF#&`W~'NU8b~A؁}uC:jGS cSqX%|ip+ mn%}pĊKkώGt3{6vEE#[2G,{੆./ a9O8G?6C$[z@ -c¤mq63#x'woe G ԗBx`iO ҷ~AIqtb1p#ߟd?o8b~A\ks spľ~Apֽ~A $!8bRbL؜a{AOt 7eሑ#ֶ< qR)$RP5,;>΂%J78b]'sq|8b=u߹zG,/h1#W2z .ԗLs(FF;tށ裷8K R~A&>~AG78bJ.#%ء$Xޑq_Q<-7Lܓ6u//-xE/lۿyhϿ<}q~zdʧ6rHٗ&S詶ݰO̜= 870 0 ] VX}IENDB`PK E5)0)0!skin/classic/help/Toolbar-rtl.pngPNG  IHDR``w8bKGD pHYs  tIME 4 cR IDATxyxUչ?kgL!0P1(\RQiܟZZmjUWPmױRTQzc: ( @ tNΰ~Cfy~w?yΓs^wXk )%y.%>J^h?<7ٸ`̈\? ߿Ci-}|~:`<-yS_{dQ7ۍvH$,FAQ_oT8뢫n>w [+%kA`WahHI &I6/ ]"/]wg}\$/sihkLO7E^clFs,T*ʟ߁$ K媛خmەU\H7jˋ_ 0S74=/t!y%;]ݵy[|%!]9v/ʷ`e4ӆ*P۞O_Uڀ{Bʪ8rX8!Q·W{*O ȳTOE򬜼"OxnjF!K`,{c쌦hiKJiaYv/|y} j 椘3h9t߻F,I~YU3iDpCˏ,Rh:Vdƣ9lSf*=ґRMP;xLZw~`HZ躆j0kOs?51D0P9{ ^4pޫq⩯>{Nw<\D1@PH8)(ΫeurwU==/'Mrc]SXdđukkv>9efkw;EG]ݼ.j(ʁP_΋݊I0}QN1 #s#3|q'^+/_ `^/D dn!^:m!5^mU 21ښ\e5k}Am6z/ `ŚڕoEA do'HRYAH:-Q?X938Ï&>,EK%O + $ (@@KJr:{5׈;O.o]r kI{GUb4xjۛ誎@+9B)_Ey۷|ȯ_v퓥~<vEL%=PPTD (Q|6)yM7X`Z9.SvM+_zm ssV\ԯk$)+N|LVt|vUH׷YoXW W x\"8*(=ETvyXBP3xyR4EC\WN{ S!ivҀK'^_TuJG4MrGvg-êQro3[j^zn6egcz!D&Œ{,]~IA1&?ތfsʧ>>2sSJB<ʹ;?[Kdsr$IG* 59jP[]5(plUHģt5MCttiR(CUuTRFϥLZ1Uǟzn$x_9&l߱ 9l!)+pչSHX>P11F1dY/XJi3(Bi7G27$t'Ҭ*T6O6i5+x"φN.Y)B4b֞a2 %9vh4U^`LKu;EAO~@ L{(O1,1 jQd o9{SkđR:BOXX{ua?sye lvj<]L&3pMSxV[M*)9wU=rp|Eիׁ6p xo=63X9鳾yyo B6(ѓx{8%v"RJTUEUdR"}?fa[ZCʴp\p%dQeN'a@7x8eۃνxɛ/M'RJ!m&eU%r0(Cz.ǜ{mb x^ Vvpyijv]D"y+H2#/27ԧCB&r? 7\<O/Oڭ_g^u1#J)!)l'PJsb<;/IC YJ\zKί蔸.r~߇sj&|a Fa%桴6}]xA~:`t׸$%E0jo;:$&W4(@,f2qTR̯>o' 2S[{惿MaA‰3ep{"S,!/w,C2qk}`f<tXY--1e¸QO--Ch/,kUW^ƉO "oO|x։$׭"1ߡhd7'ȂU -W:Hg(J@(DHv)k6#LTGk1QXX0>\TpsTru*S{w,3eQ4:>h, gDwx#Z6M|HEfqY뱅l&\#H|o=9Z^5wQUExa-^" VS2ivdCj9ƁQ6~ BJIiRTS7_<ܳS +S Fv(ma H|u)hHYll;͕$Zg;5zxwRs/w/~\q$UOd i6-+ Mm<"0. +)VӦfH-O<ˆʱZEWTN`|Ɗke|_cg[x؞]ʘ +z a<Ƒ0lZ45v R}NP ,%'&at'maٱ;H'WCRKe?*9,f&uρB `v +?p/,(>ɐ"([3]"i!kҷժ'TX]|J> ؎$7'hDKͪ.>I~&}^A{,f R oE}M+ϛ 7^SN!2&euFZvԌS *[>=`X&]@I3fȗ` 6M-M|1S+t,^}yg@"2({O l.&j8ӌ"*fsKJ| |Ѓ PH 񉈎|PA28Ϟm5gBͽ !e+[0~Łϧck@:PPk,[`DӶҴ7(,ME8{!@3HHM `6D/tq/9fx:^yAZq].L4\Y7z?h]`\鼠IXpGb%8h㠣]W>ce9eE'GƚWJ}G36َٞ ? { a(H6--zC"Ķaf] |+GUR1!8/x0`44o%3Yp{(ɀTJyM)-xa:ڪ׎kcEwjXF::w )o; ,\m!pM6E[KS"{0?z=vi!`{up`x(xmUNǧ|5 Z%8\W%Q'"m7اciڶ@zv)iO9΃z֪HIJMf,c  ٱi+?' e#+)Ef"PB۟ma߫ y@JyЏJ)7 ! @goK\uٞm>v*bBJc($3zciGC2^!}ɮƽXE8J&/ȇUK3.&L^\}nXzZޜAYQp-s—XLGꚦiZmJ xTz.f/GiHXwv*OȮm i~[I}  b q%t\!gŐ԰XeɼnP>MG$s0ϒ+BkE-WtfwѢE CÉDR† S sd?~vpy] !]hEy}(4MskV?T766CqaH!ćgy:-J\}5-r>djR*`Wa X PunMM-J H)BdqVkkkPUUO.NxgQR\}^ov޼yYJTUoۡH$\E۷]SS֢EbC~_.**.>;;X]=+L}gڴi{@T*ٳfuԩ8N!Xl`}m P38iӦ)YSSs?Ǐ?|2M3hYx2 Ɋ LQ__O4yLIJ>_ibvTUE4RӧO笳B1CǟzʬY1k,B`"`„ {Ų ."i`d2eY̟?_ B:u8)9 sDzbŊ5559wy_BΛ7s[cpxyztK/|wu]?4773zhƏ.+**B }yׯWR@U՜h4Z1]z b4rH~ qjkkٵkaibms=ܷ_~~s ssrrEw8 :X۷X+ŋ{@`۶m > &xQF!`hmOQY]]YFmkkEEEe\sͮ~ 4{ ]}?+e:MMM[/Xv-*@ {â"ѨL&gϝ;W^y͝;@J9{ԨQ9眃8]( ۷o?/aIDATKξNώD"M6Q\\LUUiZv1]BPZZiDQ6nH[[ܬѣGP(tb4]meljFپu P(eY} iP0O?@ Oqq1)---ϙ3_r=gΜ#<;SN){K9昣|s#5[UUٱcTP(WggoRw}> ><;AEos{,s`3vXKII zA]R#^}UnVZŌ3, EQFYsh4W\A4;˒%Ky衇X,  B|Îk۶m,[ 4֯_c5PLb/^|֭[|+مO `˖-tܳ;K){]ر#kTU}$wdYaf~b#GdΜ9٘#F,s?jkk_ɚLxl*++;MX~; ꘽N޶lt )%ӦMqs?(sϑYf̀VCQmz:` sN644d#O>7,BJRxvfwRO U0yRJx衇b{?駹 ݠP[[۷ož}lBbNmmD"T[&cfvy^zAEY4qod2Iyyyo5㏙1cFV%ݻw#tna*7RJOQH$ !ėm}O@40 <#Z/hܸq}nuoqʆ X|9xyA#$MӘ:u*?0w&|Gϭx P8u֬Y`?cƌVz[⊹$_ǹêzQJL^P`!"Bn+"l_C4DyAW4X`V24VDtIAA!O|on_S/zA}(Fkax n2;XqCT.zAwC"q2rtcrD폆 Xnwte-249?J|eABo7C`0ث0.pT͛Mg{xsy:O FiwZX <1vpLP5ȍa8 t}y! EjxĞ#~0'w3#f^Yx>E@G5JQLELw"AIkj9򑽽 jđRJFkGlɎwku'V+Z,(,#f Gh#0#k1'ZzA!B)aTSzA܊Q/i[ʹHoƕg@Wu ;#flݶ/ަfxz z_!gy\n#$G u|`|.t~hʜsۛ57nK@~Qa'1x?uw(#?9;ӱXd>UM`Ӷ}xĶl΂?1#V@XZ:lwA3C ͢w ߌfǣ[H^.`цwWtCjGA! 2NJ?G{=0 D=9wRm)6 ^?CkszfEE#2Gtq?Gl yvwjK p3xǶUfvo%3=xĤIJ e81!5G`0z'؁}Et[Z |>e! *4_e߉G&}I&T yĎK0XvkܱoG?' +X$x!SF]٩7I)؟Nid@GNo\~G xfl<66G"זX:Re;XvGSG票fW/Hj1禟voݽ% ;Yv-ȹ{bC#sU- :' :<04j8{}ڥ[/zA\,PV/IENDB`PK "N3E9$skin/classic/help/helpFileLayout.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is Mozilla Help CSS * * The Initial Developer of the Original Code is * R.J. Keller * Portions created by the Initial Developer are Copyright (C) 2003 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Jeff Walden * Steffen Wilberg * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ @import url('chrome://help/content/platformClasses.css'); body, td, th, input { font-family: verdana, sans-serif; font-size: small; } body { margin: 2ex; max-width: 120ex; } :link:hover, :visited:hover { color: -moz-activehyperlinktext; } hr { height: 1px; background-color: #000; color: #000; margin: 2em 0; } a[href^="http://"]:after, a[href^="https://"]:after { content: url('chrome://help/skin/Weblink.png'); } :link { color: #039; } :visited { color: #636; } :link:hover, :visited:hover { color: #333; } :link:active, :link:active { color: #000; } h1 { font-size: 160%; font-weight: normal; } h2 { font-size: 150%; font-weight: normal; } h3 { font-size: 120%; } h4 { font-size: 100%; } h5 { font-size: 90%; } h6 { font-size: 90%; border: 0; } h1, h2, h3, h4, h5, h6 { margin: 1em 0 0.2em 0; border-bottom: 1px solid #ccc; font-family: arial, verdana, sans-serif; } li h1, li h2, li h3, li h4, li h5, li h6 { border: none; } dt { font-weight: bold; } sup { font-size: 70%; } :link img, :visited img { border: 0; } .contentsBox, .contentsBox > ul, li { text-indent: 0px; } .contentsBox > ul, .contentsBox ul > ul{ margin: 0 0 0 0; list-style-type: none; } .contentsBox { margin-top: 12px; background-color: #eee; border: 1px solid #ccc; width: 300px; padding: 1em; } .menuPath { background: #c4d0f4; /* bluish color */ color: inherit; padding-left: 1px; /* else bgcolor ends at last char - no space */ padding-right: 1px; } table { border-collapse: collapse; } td, th { border: 1px solid #ddd; /* grey */ padding: 6px; vertical-align: top; } th { background-color: #eee; /* light grey */ font-weight: bold; text-align: left; } .noTableBorder, .noTableBorder td, .noTableBorder th { background-color: transparent; border: 0px solid transparent; } PK 551x <skin/classic/help/Weblink.pngPNG  IHDRWgAMAOX2tEXtSoftwareAdobe ImageReadyqe<FIDATxڌ]lU3`K.Xj֗PÃD%DIb"}3hxhM|S 1iL Z1jX*RFoJvv]}@dNߑ6=4i V&);Xy^[EՅT ͏6>mN/}Nu<d\k1"'3xfsU/t3PH⅍D[t7C tIDATxڌku?=&!%`m--j5o"' `/oRR}RXMZMBβ1Mvٝxz|s~"6L /׿Pz"eG&60؞Ў qⰖ2?l32H?<>y`ShKNO}a0]4Y[.GxӽO4}FEĥ{ߡO_~hgc*f*&QڣThWQk G8?:IRA7fmZ+XwҘit'eZsm\RB{_^wă'P䵾y *Iq\!ĭ-h\4j]#\I2SVUVbhS]@ ţ,rst=)lL:U0can.SluE Ld?XM3ha9Zx _$=h/& M^ Vv2}Cy8m!p>#b%/;t-ЧJ_6XY4#Z}[9S3E/ 쨎igݻtD$^UxZ RzK Ce"s0kӪjw@#ػ,p]aN~&Cg/WN`o?36阶^P#>нma= 5ugE8Kk;'< c6藷qQ_WYy-$_IENDB`PK O%7Yy~'skin/classic/global/menu/Menu-arrow.pngPNG  IHDR/etIME 1Eq pHYs  ~gAMA a%IDATxc```πt #.-0,Ȁn hmIENDB`PK O%7-ؠ+skin/classic/global/menu/Menu-arrow-rtl.pngPNG  IHDR/egAMAOX2tEXtSoftwareAdobe ImageReadyqe<2IDATxb`@"ĈP@f:`JIENDB`PK O%7&;r0skin/classic/global/menu/Menu-arrow-disabled.pngPNG  IHDR/etIME 9 A] pHYs  ~gAMA a)IDATxcX`$"` #V-0Ȅa@7aiIENDB`PK O%7ZX4skin/classic/global/menu/Menu-arrow-disabled-rtl.pngPNG  IHDR/egAMAOX2tEXtSoftwareAdobe ImageReadyqe<=IDATxb`@ ,@L @L &dSBB#@ -.IENDB`PK O%7$-skin/classic/global/menu/Menu-arrow-hover.pngPNG  IHDR/etIME : e$ pHYs  ~gAMA a&IDATxc H D 20AFZ`9 \IENDB`PK O%77Ƨ1skin/classic/global/menu/Menu-arrow-hover-rtl.pngPNG  IHDR/egAMAOX2tEXtSoftwareAdobe ImageReadyqe<9IDATxb`@ 9  9 @L &F @ dAb@ Y@OlIENDB`PK 7f7Mi5II skin/classic/browser/browser.xml PK w7s%!skin/classic/browser/Go-arrow.pngPNG  IHDR, ttIME  x pHYs  gAMA|Q:IDATxڍU[lSumt.[/ݭ] ,cEE4y @b$Ą|&>_ &(D㢂\вzz;]o9_M_9 &Ǧ)}.Tp7N%ߴl*]aŌPQW uh)x3dCxc#b>olooC_'+6[ΐqaC]/w<=hxSÔ%=iϡjnrؙ>M5#ǎS xZ-Q Q5<ЮxcӪn4zKz2&' [lkHH Z+?QLsdq"nF b>e݀44Et5 ogy{12S6Y: `jj \I t J2|2Y4`Rp>O tXT!W&c/5\\_J~ _>@9` `ok泸>M.#J(ݣJTJtե :pڿ^mKQ- m!{7p)KTUi!T cL Xq“:9Vĭ"n`{-%Ibݠ*S"fffJF)͹h4ʮ->+klJCyFnYWr1'.IENDB`PK w71mV%skin/classic/browser/Go-arrow-rtl.pngPNG  IHDR, ttIME  ~Y pHYs  gAMA|QIDATxڍkL[e7J[0hmˀ+v&3sb/[DI1&EAMh͢ds7[ qhY[z9^NOOL vo?i<*I*~X7J*[H'*fɶ=L:YS|W%6|@wRo4٥%6 fB<@]Ϛz[Gev9gO-Lj ;Z;0@u}}} x@Kyk Oڇ`إzFd_9e $BN|]TL֎w x+YSSt:VUˁV׏‘rYEVK9S%HܯʎHMV^ӱRXTK H.,_5Qdd044H$ta2v]j H$xqP0䂲i7-\cr1Bhɓ Ho8-=6)#apu~P֕8|Db ToRqU%o0.A;::4fYNA0F)Z3 pwY3W`⹋Xl LhP2HhYXtVƧkd,s}A>_R, o@hCD, y~m m*ZE0T*׋l6EH i}6>5[_iz5OHWpm&em0`8Qd25Өcn޺XW\}␩8F@+I0Z4ip@О@ A'z* d TӘDAqE߼wTcO U4 UyX\ZYZ5O+zk0hJjh |!Q ыw$Ok*7,jR٧xA1e)(@DP4Oy5qza^~6l>%eqBFtնCi -L!K8#bvT.X,7O@^$\B:#d?K\2*VI17NzLCtd$ʻ2@%U@.O$/{h' a0Q+uTm' V"z-CtI IENDB`PK i|7hM !skin/classic/browser/identity.pngPNG  IHDR@esRGBbKGD pHYs  tIME #'k IDATx}y|\GWun}-ɖ-yS[R8VBH @ {@0%<$$brH,[6˲dYeY{wޒ%[~~[U_SuΩzY/e2ח| ^U9nd%RBdzZnk x%;Tkߝ,$%$j5ZPb0.Liѿ}=Kbdwh4m2޿>˩b8MF攨J!;a dV$qqqѠ*)7ֶ flyё1PJ*wl###7nS$szdYF AK1q|bL7[U^?].O1EydLrqj:zzzJzrX˜2q^”11{~ SO=eX#WXw3F7sv_/**Sjkk}c+T%p\8)onn(,2hc).fZ]O)dQ(E`0YX#tfpP={hɩ (lq \{U0tWm ZWZIZ.^߲ yz Uß ry008$z(~|aaa4\}U:i@uP%.zKP'59!f,!.Ό̌ .wf kol/Ae w$$efdP3sgJA/ˢlW)HMNްCOOOdyJc$*V@)ٞ?^ݹXT`+]5&aÖM(Na6r+祵d3᯸^/:?Q[C7hxSRSynXh+?;r6 su4Ԩh@$bJ0M^-bIЁsãl>1ݐBd]gB8zm\#@)EGooTRKE/^50lFΝN'\QXR~_vv ʲyFnܙ#%E<ϣ_p5yh44I*Կ7;a ++.#5=0?E5 .p?=%4 q\8$NQ̜Einvi&#c hpvx ~sF:raBsNSd焫^]TC]yu`3387pHԆPCCDypX5;۾-@)m9Y#xp[焀ͼ_F9{PE|MQ -W8 O F@DiJSmА:W(ZUU@y)HK CN77?!AH9F<vK/IY1mbrh;`?{F[[%JiaPZUY񼐝ooT3!K ^N7SSjzY4d5NgQC0Ӥ!ri\650kldQjnp83't:L&T8$IZjN{kYޠ+'&&d@Ey) vx^_/vfz~PJ'O*ccs`%&&XSjfK// |KAB*qThN +#;>ϝdluz!|~rr2zzs:g֭Z wX4SVJ}~t|OH@0HNNƸӉc-gnl\jj*n/G^coޔ0Y4*0J|>`}cJ>zTRT'хvv<|䈤uu#NiM;r@`V^]жWs]IlGO]=[UƆ!h^a::$)do;{5SaM:g*TK]{2:wTuóxNj(qFՖֶ6;?zj/;5ՀIrOi5);mn{ّ㥮1@}i(=%1]qYI<+f N~A 1Yg[ך0Y} !lFAU# #dR}(o{,֤ 4;Mm\|BYPRb -:C ,_>D8jZQ .W.:';ntpkdd)%Q1:<|Aht~j]\ֲBڋ8;k~*#\Q 5׺ D'/K^Q]oZs)䧋6lRzY/J c+c>#0Bc@<{%Iz~L?ݕ~ג7x GqQQ'3*cc8743?xd)O7Xl%ρ+فZ;YQ (()cN8?>я*gp|WWn4V#xgJUcll7p=OuS>r=Ȱ(4?Lnjm J(9o"CH%g8`gcs&|c˯U5v<"..vUTTʨ#OJ]dPv' *cL%`Tx!>::шAG'}Ev/1  i J U4?-qWIɻWLR UUn<xʿʓߧx111QKAll}*x>p=,6rX,ܒO#Gcw^h4| T[oP$i/E G _KeKQU 87$7VdYFfV(hl9SecU\5Lp{<8qOpmE1Zo Q*+@3mM'Zw>t&}^UQi:f[Cz=@j}EɆ )Dm; }[&޵z}~?L&4iyiMa>D 5Mg`4q*V^sa%YѤFR(SScccr8lǝΆXsCD44MP0!!gXw_zL ?EgݽOjRaPEcD 5+@H%Dhtl7& IIIp|ܣ2媈g))))p{p44z%9xmMMM_y1;sSBRB5ZKrT`>~W}SsP3ꑣG}*h/J,)F2 K˿k6ݙ\K\m=鹞-nv8N,:kJ\sN{8{Zh%O'ƋEp!M5ث r//(!<eֶv~jT ~@k;rM񱱐$1RTڦIi))!c'ڑHmT>T[{<ܨ>Vf+6<~̜ALM%I05)LUTmXP^} %_"ͦT6Y#k>_Z積 gAIJ)Ck5'Bgkv\y XnBȆᥔb; 1(%;n}I-]G"t LTy,^?vXbvbU ܰ 䢾ZDv:RHMdg5`M@VVֲFy)6q֜!UUmJuzY/e,J/hY*Rˁ>yrϯ"u\I.jSˀ>y`/uXզk>y2ϯuLA.#jPˈ>y2_,N_ϯu:}~\ϯu:}~>N_}_@<9' %ʒ)GcUL[)ʯ^z R,xm,6;e'i8jmh~/ȾGyv~ǹĘ{w2ixnyL$j3-v/o_ʒ/G:(:WzopHl({iu%&&/{5|-66Ià 'JIl- (MjÏ_o;͘eq;}RR~`$ p}7\hd9P ‹#γ-0Ę /EϰZ <.F@WB ρpT xzAv]Ue>,oGEZr:n߂t& 'Nc@v;O1q,Oou?#eY>㭯c1&E~aƀ?{`ç +vGӉx4^o!?ÿޏ?bہ~U~U*qFDj.+ }C(1&Q?**\ IDAT`xY^C(zpBI4JVW'gOGSжZ4M_"so/+96Sk%'J$8"H)% o:9p0:9pa[psa^of#/ŀ@I H`vjgOX*+c&TA4ILlJBvP 2_R\K_|05B]v/Z;^D0~A!: jF9#/"o~µ"vs̙υWgf2MܑV+ hm J)c}gK+3Jɰ’ X)Mc2`a)v! xN{f> L %rR]MDPk͙Юf/ OdIENDB`PK 8f7=}OII skin/classic/browser/monitor.pngPNG  IHDRDZ}tIME  F pHYsiTSgAMA aIDATx]KGrΪ_CEJXؓϾdg{m{.V5M9*Q_fdup83t6ՕeddTr TUPuoI&K?i'teZIy^.$޾A㞤u8u1Oʯεm72ۥ|-=wsI>=7&E%%Ӡ঩ u*OL^3l3~^9q,o"erx-V}9ZOCuۆ<=uIN5)2kDR%"fhyHBcH_Ke=@DDpn]ej1BmnC Ǐ_Y;% ^r$4 uoooMx;;;BZ<;N+#C^Rr{囷Y}f -Rx] -SF^4Eb%Y7!f22ND&L#h3q'rc2wD4sΟaw]$g$W&& j@܇$@&yrТhŨxu,7ji(#EG=ϢތuZ;k٤:Ա{+G :VWG>?9z&!œެИn$Rד(|ȫCut=8RQ6$k&їH>8Bz'5odQz4|NG4Ht;mtP϶I̕gđuC;(<';Q1e)höI8).mR<.L+]ȳz:yבxdѝ%=1?'FɴMRd_~ttAO庎~"I>z C1Gjݧ`uk="D܋naVҜ)`0l2q4 /s //%k0\5.1p1^g^c0lڮ0pĪBp,kXP ,k*k(5 65 y [y [y ⼆baq^yq^#ac.Ky EBeb`2VBeba2CPaaK" –D-4l ,k(5l5 y y E⼆y ⼆baq^C8aaq^C8hXװ58XװU0P,,k(5lP8|6L,OEt:Lû@)5!t:e4!HXCpb`[u{A4MJ(or;7/6#ϘXOFfUCbl>t"ʗNG9jhEԗn}uX~6.^Pi}NEc2f> uѭb؍!DDD&툘i%X0GCA:|EDxfʏDG4.]ȋ I&k攢H4MVI)>$bG"Te;F֙ב 8'i"yLQMp!G*nDXO˙ꮛ 욑];3Ow|fa=1лޏdcsZ-G2|my~e98΂1!墺uֿxY&쫯]ī$amR}nxk(F^CxɻX,r!x7l0!ǁ?߾}+W*߿#*ޗu]?||6x~H ;x}k׮;Nqg<o{o?&v|]| }BXbGOO֏0vΧ}׿`B;w“-G;;;y쭋=ngr_|Mƭ[E< ױt/l̷7^#ѯ#nI裏'oEGeW8X9MӠ #LaycU􇡓owyݼy3|]`szǏ:ǰݻO>,sƏ^I?§H.JA~hG~M\BDeˬ#1ޅx=|XG=p d W&U\)ƽqEk=+,H~iP$Yf&nԊҿ!Gt]kp GVhRB}Ik0Ry$r.Pׯ_stmC*<#~cv|u^ec PĴ5HaU{;ҷ~Z.qͫwtNY(d/z=r]t( )g[,+O^ p !gzJ(;sP=,ӊirl~Es\ˡn YUx$<^u;NƓ IRKcY+:*fb2VCMhTבxx'/ףDr\O E[[t7גϗ'=? ~/-0/}ڥ`:w0ib;'4hE$f`ٚz48z77Ui9tXJw^O;z.vb,17nLp kP'rmqM P0.[h`VZq0;XKS ߒLꎤw]z&d8'abkL߿'-=v<\S /ثo# {0`E,i!ُ*/_fdգnpJ&/"22S9zwEPUo}i@]~ٽhƥWP)OV,> Nr-5]'?wkHZT&#em;h~CW_:\fN̬2: t9P@5^keHC>3?xwC\zCT<[vX~/\xO y.]VDt!S"M"lwh=mLuR]Ayt19FpQV>! ȲPKPtz  B+ܦUY"u<3\N$f;[OA~Hr|mm*7gQy7B$m(Dh#“,0ILy9I8IX*KAR]$XD[TNI϶ ܩ\i:)kI[M6Wʙeyi DE֡7ߏKLi} AhkJKQۮr< _]І2jdJV 'XҲDuBvu7$u$*C4u&=I<"b-DKw*-Yܦ!e 5[2@yA"!XTGv.yh֑WiW¢YY$׃q!DNx fEaڊP#IrZIYrBpH~'%ˠ](oZg$mJek>aͧN < F5GSȣK ֊Phw.dpNkZ)2)-sRdhYWMR4ɕ@:5L8V=& >c}٧Ry+YK4-.!l?m,;8U^mPr\#OV>,Z;,&PK%Q˞Jo0nM) 2:ڂnR2ŢS0`PQ y?0ܣ!/Vu݉.f[\˖@ .hk@(sJ, Y ]Z!42xFG/X{˼ڦ>"B5ZfE!LhX,B{n51T:Kܭ6G>-wRm:ZߌAD[=;_G8,+ԃ/QWbLEzcU@3Qw'KF7>j,KdrAYȖUS ܕרVvRhIfI+8=`ZB 7>eQ`0V$)J"?]2V$kqqV¤<>II#EAԑ) $WGCH8[Q<:"g.!Ke8#9(ՈkX*!FLu>#ۀa 5$}t=/QLJ.r"x }TY|^Qj$`F3$EMD_WŠx%̽,vN͓>waqfCBh*jT JY{Jt-]Zb?Եq)4/2ж nT NjI{6XzQJJDQ{C#=uY;;{OcDau)i}$ T3>4Ҍ"ڮ։,sh(pYR<T&UXTBLZ۳%H}A2R! _`1JK*&Pie '( HU׋Iiayͨ[9'*kgJGGEvWA'GOBN  ehX'ICb}\{{VQ. 5%)#MWcc:0ic`lL? Q8Ƽ -/[M 1׵.rËlEW`xa  lc0L@]tE ˀp1^$quJa ua :c0l  `0:0[1&a ua :c0l  `0:0a0q0`8V66Ö0V6&l{0`o0l[16a -asal`[1F`0:0c0l[16a -asal`[1F`0:0c0l[16a -asal`[1F`݅0] [XX`V6&XX`m7& a -`0:%lc0L `0l`[1&a -`016V -aQ2al`[7F`+J0o0l[16a -asal`[1F`0:0c0l[16a -asal`[1Fp:`P8n0 'XX`V6&XX`m7& a -`0:%lc0L `0l`[1&b:YÕOab?TO-Ȭ C 'c,f#*^+Q31 g'HG>U3k~ȗ :\w.I?Kʅ+}rܣ{] - 4>_$??l~D6ҧv'ֱb0 LY 7JY\fLt~4J@>5^4~*{ggGGm@(u} iZ]ruYV~zt!>m`>|>dBԫuEV"4pFA߬ۆv2.g\t)(yB{q:w]6v^+⺾u܏ e|up:5Y3f[g 6H/[)-&4ZC7iY6̲d*%tP$m$Xʨpc p(B-ZD! ^ר[ ~ E(]$&,TF"M;Ar.尬>IAjPj'UVOL&Zªꇣ evnknv}_ܵ[|6w=ٗ 8U4?ɼihO W"ĢEaI-ZS4;M\,56 XHzF>:: Bw |rz$EҊ𺴢$  %Q0BH؟(m;<<*ܽ>M#)BQ&?XJ dxROS)2 ?}ݸ˿{w D஝sdk?_UN3/BF3 VEmMgP\2j`ΝUO$͉?!PXh'2SxE`A;!!#1 %uT1ݩ&Z>6읝yEQ˘%}҇}VFԃ w)-\$<\Du@q@knuG>ׯA= Tp*ޭ|)s@S#%]Բd!SH)ڷswKY.(UQPu.B)n5>K~҄ా$^P6qQ> --\޷yY(*\i5ϛAyafIF"斖cEr 2ƻ{¼}n}Ž/V-tMy0ܴ;s*Eei9H9 |$ h~ptȓHj5HanRzW1@!5--IݶuCEYW28Q T5d~L姼 f~$Ńt(r㹄CWJBgqMppw/?u9̳0O9)"_va۠1y85'`KZLeM3&tϬ' ܳp/eub'C͚ӏgg'"dqh 99 bWGti=~X ۗڒAyԉQ-9w]WU $fR k&{-#:X,n̮w^r_wÇOù=Lߦ!:F͛G)Zi$MA ~יšN&Z;y-jMJ7 :~Rc=>΁mY޺=:k=)GI rO!=hBE%Dлe q´Psu{m(LB˵'Qۀѳ}k VL\G9g_[ +ߺu+LNB>qi dtp-PCM'~UFyȒORN # =$kfooϱ7.tO$̵t$:h2˧ə0ЖUc4KA^"my[s7n|9}B~+[.h:P .W;Xst˼%i[d)sksw?T']ȀV//raD/Sr\z_80a 0ljl_ʅ><#";;o֝k׮ݾqm?ɿ}x|7_uɓ'~78]pEŏ5JV~֭[osof{wW?fc!^k-n wy',e߷kOvާѣ~}口naޟ{b5쇋/Scxkg矯m+zq=eswY/O}o7Ȯ04a>ÿ}7kW{q^C|MӠ ciTϞ=sr^z4[+7tw ;[{+~ Q_+\LF {9 K^0~ هwBuE S\BD mAnRҘYs:j諑Jv +=?>uo~a.# ~4, <-߳4q+&~;(.IouyY%Vfyv g] ftΝ;0sE E>|,,aam?_xQq )=w|B|4k!+;kfɷjUhAZLM@Y|KQ֋qȏ3? c]24a `"XXƙDgkGG[BQZ w5p֤фsH/ˡU[G֋B=vւ?w&ٟu;e&۷`c2H8w- *C𷎦yqymL#R@γIZJQ M[i9:_d\iwOIȲk $&s:ɪjJ}H Jӧo.zܟ':p?gذ88Ka ~`*MK!! Ttd5., 3X`M, P#z$ Ns R`=H3~ct?g= W8Z zgZ"d܇DRLk=Y&˹(  &'#0^NNc%9ѧu{:zuQ`NͬP,tҟ7*,s\,Н+kWmcf?F\u<_?ǫx 5a!$о pZmEA * BB Cf# ojYr Z2M\ZO ,>=w=W} XHynYyaiןw^`L =ivxz7șOo|Ɨxͼ?6 w VqzcO;m=ex膍pԱ_\?̘>?g]jIENDB`PK 8f7eOBB!skin/classic/browser/pageInfo.pngPNG  IHDR@|bKGD:{ @ pHYs  tIME  1 IDATxwU5$C@ETQ(RT~+ (@(~N{}O[c)9%~+Y3kfկkE@y1DRqhF_h4 ! Dȭ?ZsCccaY2& [iSkV.Ϋ) U*o`6N73uzQiTFtUxTƃ=/~nBZ}?~Փbmq ìZV30ـ =p^%p,>9RoF6vX{6&[nn_w;뿱@ tSލˎrB|)TEQaOgٶJc _?ho~~QJ„+⺒T"C<߯'T,uvߞ33l^'wʊx*'d6K[~8-m #Ƚ(F9kN{r&Μ_ε@:f@Q@ѼPMBoswّu>ຩ_:K_yY4L&{˃Fg76688N@!+.]JՄJ ,66orWONX3]qǚz`;B7~+PIǝ[5k2Ņ!4QZFP!Z2?ʢN,t67O !OcWf۞f2ߢ8ɔ^9`AnW/U(6{Ҋ/ـtc[tMUG$Q>dՇ4P~  '#ZqS蕭̻Գgc/FώTR n㱦Wc q+Ŕ@%_r63G4v4cHO"9\|_"//BSS mm457* 5Sj/z/.~mɯSo.qPΫTJY0gIلbRqUih&+1]Ҵ%&ICAȗg{z S]G2YaNSbRI$šbTsO_>9h4G Cg=|DN@:kV0EZ]oCZۈiHQ=9-_ 8D y8ҳ:cke qIY E'mc#\0c=v4z2P3ϗOk.Vyd2$~O(3ಯ\sϿzƹu/^}Fhl|s4 2:GUK4i!T HU\ m#2Yii#2e З;S };6jƗWK'1 ~AS~ \;>@=\(M=(Z7نgp `ۑ5Ǒd\\q&UȦV'Fic qO'sW`sbN\LLIdFdWh$:q8%+ >y&[m'/󓟟GeUB!~&k_;Qs9 T/jsJ(`0ݨϜDۺ]QYjPUC"6"MaȬZHBfH!KK/z>kgO䔐֗ȒE`;~lt6mɔo)VNb`n zu]W2(hVq5+p'(І4Ȣe;C[jFˇvU <=PT9)GIGgk,8n+FVUpO6ٴ4R\<|sŒi]tga1MWzHDG&ZѱiRM9g S(-ǶYqrv{匼_]f;$=PC6'#gU'*Mp&T`ӇҁSlpPLU #d,ȼ/s/?)+l3* lm{u$N݇S>2(D=@HD'Wg[ofyHhko㘥I$}/]᫂5e+/Ev\ {~qʱU 3c::8])RdXz؏Q^Bw"FkjF2g^|6ݭ"h?liPP@H@`aH"fw6<]'{ ),8GZ86]q5/s\9_M :3|rZ߾|+C$ԌgPuΞA&ʲBo|Ea=4ѿ޷ZBSƯKj<عȞՍ)0MPWjof ?#)`JQYLPJ" j baY6*.RHұ4mc)\Jgmhjŧ.F ˆbtfRh Tccp*kP8v7"ոL['STMw笡?Hu@E)f@@rv-o9rJ䂫H%4_ Z3P@)GBwL:ݼc5L$b~.6ߢBa3G3d`.jš /W|4vbZ"1dlT_:K↕/lĜA?e*Ri6 6TfillPDA3q|lF͚(~ 4#)q\llNxP+Gt" N] Pzb(0l)nP)d2Tbft_BR=葇(rDSmî<'PJ'jE4\vbLheEU?z@߇CcsK+e'|fpW?=;gP>B"`QL^޻ tK L HTաkI mXTOITGutMcoS}"Lִ=qq\g۸6O'QPД BWrڽ(Z1 SIA5x ih:W).CD2s/#ɀ঻=EBB)|hя! ~S7@*I~Bl_'Hs'yz(z-4$?>T :::B85+ Eg{iF5 V[C8FJH Ld*kƑ@(>`UQTVǟzqʹOgٔBRג)Sǎ4kӕF7Dni̴,X$R <8>?2G}hB FPpyP,Բ]/(5~{;C;W5 J̺[7ʑy3 L?߄E[W "nwZj01^ƧB[v-KW9ơ٬+y;'L[~=8B`0r0r*gaɘ٬3Q$c~2v ,[AXq-O̭sV nnm䔕)H߁/FOM\~S+=RGDTJiplNυ^J?_}i=ޞ? qCKBմci(Jp*2oE 9ָZpҴÔS̛1Nchql\E DHmNDJM'ɐ\CzllOk|Sx2J*6łK뙜}Cg$P岛L%{@ pXE+vB[B3p/NI& 463cG'i:YW"T?M 4](DΎ"!6o@4:6m"/]02/v@_?}Dec3YJA& (QԻT. j8y_@9ktM= 3M`:kR![ߐ&1LkvR`.HI5)88P pD /~҉8yy N6SLp >N"a<&/ 6b k|_prNq%˪'p[9Q]c#F7+RfxT[(IZm/Hz&ZOYĮ׃/ux;FdT#6T!d(GԆކ \&RWD˦`2SfL2!z*qɾd# "ubv JrzHY>ֽg#}STl3q.;wxź?qYru#=r#ΩqZݸ*M',N@6-z\ N xCXعt!3I t^<.(ĤL׏a /X8t^SI⯯O>t '-G4L)$A2 9-*棄K(z_ (6$,3^R(hSj뎩$-{p#d#\.BHlǥ`N V$8%6-'S1s"!SD[[ NeQJHHe!LĶ]|/7(t53uz-Z WcOkmg k+dSP/np蒶-,[yOkPwNW\H|65ؑrѹȄ Y*`YǠm "YiOm):n䳠j4DEMe;+.8(õ+_Jg(Pj%{,+#уMk) 5J IqbAӱpH0PTĕB4\oٹ{A/? Yț ك.o=v?Yh( |xF묍̆=6e'~b0<@rDu k"h8]qh|n>TdWs+Z D+~ 㙥"` qHf^~>&U؇2t噼O S̄v6-3ac\,s%T vQ$Jхk#;ySȀFYv+N$7 W TNS=5iLڀT8ā;r_poN>* E<{o`95cBsc[^]RGń%(s@(iL"C8$ֽtW/h1(t-kJ-9REa.D`(9 ڲ_"ɯJ~hcFJWp~ACS#Ё!`tw j{YOs>c|I k HeSgD'TTUtsmu)c%%mf}R 0㐙)Cʅ'صtAZ% ̵0n2|ncOyG}V5Wу%=.^'X43,Y1Sl˛tܽڕf"P.q :F95w"iRa-{|>os{C}~ sR29JMсM(9h4J ?'풃:GL,4[Lf2(t [:ˊ} Yp sI*/e@&S3 @uLp<_8QSϺ=Ǧ`onc?vN,ZN^y5gj4G(!o5_)t~ʼn+Qٹ އm+zBBtqn{ sn @E׼HN6k//x05CH` IDAT>#F|g  hI~grZ/Ccoqyx>ZV]Lӧ(7 Cŗ/&"nTD;ȮZNYu f5-T7c>^+x,rx9ol]ߑoߓ|p;6%pLѩіe;?^[L*s1=^6W&fƣS~o^p'Bf! DY'7!wM&kQl9\ ;Ұ+{dwK-/k@`'wb{7ƒw]_l=qױ@u[:@XfM x>"SD. ub/ z~84 0= U: 0륨Ԣ\!/h;qI`vַC͑b3n01P2ژX9#ۍ?.C}^ҙ('3@ս9#yhs1nU_ȳi#4仛ywSࣴC[iy-={HJC}9q->hl! Or+ Z ݜȸ!Qf}̸y Nd*T" @Ƅ=4հaͅ [jNi~5Ò˨]fK8ª;@<瓹E %C'_JWJ|Of[g Bb)PTEQ}~nFÆrK̉! of`%ey F+q]I/Eo_ON)Elo5ƓNF7fhUGZR‘ObH{Ө仃-_O㵲L_vr-QTV`Zadh^aZ-ƶw?XRFrC us%ә#`!?g-=STaPr kbxqMfE'{geF4 ɫJ+6l5-Kp4T䩜vil8W^VAۚ1 l@) IIMbb} ?6ܜig`1sJ~X9So!t2(A[QNdŔt΃?XyA9^5?ܿ汎W-ovm/#o& U [0Ǯ"0yW]qo.uhŒ3 z˳~ulWsHX 2y)Ԕʼnk^}@f;%$86R'̺`|?yh}֠ HcNH>ÔڳY$ (b)GH1>L䄚eX R`}|y9?6/6UM`<!JA"y\|gC_kk~8gkn9P է$ "?yUT^Fw\ |(H) L APA5x c38ޠatk()(_G:DOI8O~"75~Dv[g'KNx"u ^V>m)'eCETܼTG>?P\B '~?‚R4>AAQҶQ4`O>Ò q쪞o}1YypX=,:֮S艴3Λq214 "2Hg mz!KV28y8с җSB[O,CGjRV-N8>`;;xC ň! gݏ\jUfê>Q}latD8F>@@8?\,-ēcR_>sY( Xt4Lo,Me]{՗XM2 ً@4[ޞ>sufI[۲'`?*z9dx8P/pEnLON Y #/W3)CGIlڎG&@Mo |u w<(i_~q] [U9xwѹ :.K t5"4DA-}`L;E7s8ȼy-rr) ;>:/mDt3#:%4%O`:w;ZfFy }"A"m=qҹtwuขD" qŚ7:'W'"E_ҩl1O]N,ywל͵Ϻw%< F. 8j.,p,243A(3p 5NTẉhddz= >= /$+a8$oUU0˽3gik*x^5(' w馝d24?Z~/Y'@e"i!*^V36R=,-Kn+#R<'۷!RtVP w%:xvӋ\5b&ehe*}d͒>;JʳB u{*eۣ)P~fzBQ^ޖ[X f\zBj`Ǡ/^%28olB!hH>Puzh5ZH ӴHv l&C۳u%E'㺃%yyC_o{E +Rt>Oze|XˌH4զ}I! ~@3 ]c{] ].woLeО]XԚ0 P}$ՙ%(_S f\< xyy~cfl30G0 X2F<L^f&m',t%>q?5(,>`dH5%Fu񵄦}"WBqu8V1R2ko!0]t@O>7$>9`$Y.tt[v` uhnjت]P'T B:)ɂ1,CJkZHfP#>D0mDو.F7 iyy,G(!?5 I=*@‚H#G2y7MƙylG<Ճ/?̢SO ׁMu#=>-SbTHbQАRu93p=X d;ϛ׿GRrw !oJ<1q/cVhkXz2Ljbiz}?[FqBn.s8v%y<%; Q ~iUΙ3]ӉDf1-,B@uW]Pl'}tX* aAPx,A.H VZ6J:v 4֬'F\ܠ0:W/\\5'MOÊ_(>Ë+<>g؀ 8c `1j81T>i7 WZZ>z"xl yذ1!pJ ʋ$UbjWmU(W#>[qkʞU#s͌Qg<_|!/<;nÇxPJOnW\Q-wлD.$4K'HKTKyt>5|_[/R <7mw\g`:cV{x롟y F}{=! c{sY\=wL {@Ng(#I%Y)B( Ț "NJ`8jl6@Poj7p<o~N//=8  7ʁMex9”# xe6ye(͜ @o-s~@ܐݨIzH|'Vr_6t[Nf`O͕@Z^ZCѧho/Xu΃g@ @dv{^Ƿ(JxE&W N a3}^oٴۇڃp `FDuҩ4i$.@ NdǮ؛ԹLSagM _zf8/>fMWD74>}΅:3CĒlzۥuUUerSQꐶI`pSL<6B40^oKn]Tx-[d9&1·t`i8b}t9^}+MAjXP@oV_EojWs%{Q(B 7l_Qf}Zcl2>w Jehir;+JI;RRt P "Ll>ڞx3N)(ց-I!\I_F-_ޣqgN Gj;R8V@DB h|$zAU||LS>tP䀒. 4LNparWI:bm]qJ@wzӰssS9n?b> c/x ?=k帜n?95@+/ӓDzOy K7/ڲqƒ]ؽ^ $2>~@X*czm648&\dBjhV&6EGHx/8 ΢g5IQ_86HOhHLpiঋ\N;d/op?^?w׭a|YjNϭz*ֳ>t #9HS[=7?M{~As hnWe}^=|#(^@7*#S:Fʀ>gYO_6~ @{r5D%[:srqS)>Ȋyc_C OBb3j*3+,a14pE6Sx' ϘV;C̺shy:3Fe>q&N"1Do Hߞe:R7\6g7g<~*H֒} OTWL*ǟ NH"%*?Ú.I+K{5ݞ49Lsy@ʼ{=ͩh/~h+9+G,03ü3@ hhiu]y}#M;(r ZAFyMb(+i0' ԴpTh[;0GA{jnXsqe>`况,_a>/>/\lxC 5Ĕ!zUЧgEX*k ƕهa0$In]vmDZT\ %BĀElJCӒn6)A; z6"B~S1!J0++9U9\xl3(<:i(Rhq>~̙eԝc^~NgCw ^ %k4~JFS3YIٶOVK!ށ~^]!1dP$Ȱ% J"E2G9-!ּjvv/$U=+_Ų_r3ϩ51a ÃfѶ5_0 i@patc330L.*L"1rj: F%F!YO`0_g=6j7c6^>Mqv`i@PƜx|m?oOdOtvG-@c?Wt0/GS[{OwӾnW&b0P1[=4{,A飿׌94}0Yb-FddJҌF9^TQAΤ= ?c܌`2UI" x>tЀ-A6>sVԙlK:8¸@t, ekTL X,~ 5/R{ Id[ 2+Eb0*fWvN/+CBv7VRC8[1 W.s3zz`ob gնXƴ4D>l&{3Im˚ 0BA@QIɨR_T5IDATYk@J:7f6^q攍Vs+gg0ob^yNRf >  Qy@ WWDTa.eakwH~:غR|v=[NT&$4|vR=P'L}݃|i r&D[1/9?#5Kiv#< џX2n.ljNr_ZΚJ; | y076 2`Ůɿ9KD楏)}GL+1*t̍ yu|ocՍ mJG0WQxG5}bP˕/k9F@5mF+SX&.rqE$]j'&&I]jR5o _]PzڇVmdj|?|sVt.;ãzs6?-!ޡ f- *OcLCQЯ7ZX6qiw~ȃZơcbIENDB`PK 8f7Ð'skin/classic/browser/page-livemarks.pngPNG  IHDRagAMAOX2tEXtSoftwareAdobe ImageReadyqe<gIDAT8OHa񏮒,W2+:t ](<џ+h, G)Vd%FhbPEJ[vآ@h_N17 ck$ʒlQV%E7!XR IENDB`PK w7tQQ"skin/classic/browser/searchbar.css.searchbar-textbox { min-height: 22px; width: 6em; min-width: 6em; background-color: -moz-field; } .textbox-input-box { margin: 0; } .searchbar-engine-menuitem[selected="true"] > .menu-iconic-text { font-weight: bold; } /* Engine button */ .searchbar-engine-image { height: 16px; width: 16px; list-style-image: url("chrome://global/skin/icons/folder-item.png"); -moz-image-region: rect(0px, 16px, 16px, 0px); -moz-margin-start: 3px; } .searchbar-engine-button { -moz-appearance: none; min-width: 0; margin: 0; -moz-margin-end: 3px; padding: 2px 0; border: 0; -moz-box-align: center; background-color: -moz-dialog; -moz-border-end: 1px solid; -moz-border-right-colors: ThreeDShadow; -moz-border-left-colors: ThreeDShadow; } .searchbar-engine-button > .button-box { -moz-appearance: none; padding: 0; -moz-padding-end: 3px; border: 0; } .searchbar-engine-button[addengines="true"] > .button-box { background: transparent url(chrome://browser/skin/Search-addengines.png) no-repeat right center; } .searchbar-engine-button[addengines="true"][chromedir="rtl"] { background-position: left center; } .searchbar-dropmarker-image { list-style-image: url("chrome://global/skin/arrow/arrow-dn.gif"); -moz-margin-start: 3px; } /* Search go button */ .search-go-container { -moz-box-align: center; } .search-go-button { padding: 1px; list-style-image: url("chrome://browser/skin/Search-glass.png"); -moz-image-region: rect(0px 16px 16px 0px); } .search-go-button[chromedir="rtl"] { list-style-image: url("chrome://browser/skin/Search-glass-rtl.png"); } .search-go-button:hover { -moz-image-region: rect(0px 32px 16px 16px); } .search-go-button[disabled="true"] { -moz-image-region: rect(0px, 48px, 16px, 32px); } .search-go-button:hover:active { -moz-image-region: rect(0px, 64px, 16px, 48px); } PK w7gT%skin/classic/browser/Search-glass.pngPNG  IHDR@y)tIME 0 f! pHYs  gAMA|QIDATxڥV{lSqeA$!MPL(uiV@C[Ŵ!mմhi-ٔd*&(;$qb'q뷽%!M'}չ}s S﾿_TINɐR`vjiWo_8믥Mեq4.f|u8z뒒0R)lЊ8|~?wV gk\μOWTHN(h"?u=L1?]ʄ?kkt9yB'7?000`'oW]P?=wy#=_244x{)M2)EqDLJx9;aN(.*b=ݽ (iWR]*pp{'kve%%%S镕r!..NR) .\]VVuuu=bAR]C[by[p>?~$$''GI0#wwDNDմ, _ބwmmm aϕWld._,񇢭Yl>;~f6JKk&ox@dvtt"^^ MMM޶6zհm۶j"G[6Uʑ?!\.^oiS -YY9F7SݮI̟[AB 3]W>I+,Qnce9o6+?]Xg`?dt9nvWE|-U_x_/^\T]w!w]6ψ*~[TwGB|1[0-s}ەv?9Qɪ<1k 'gff3uatGylZyjZ&a1p,;B s&,ˀ9bNmJs[ 1jꋊo߼1|4a7pϰjUnJL3`0 '01&B#NǦ9ܽWG`5Շ7mwޝgϞ9rj%xeN!ݺXU tW EV<]hA/ IENDB`PK w7 HH)skin/classic/browser/Search-glass-rtl.pngPNG  IHDR@y)tIME :? pHYs  gAMA|QIDATxyLTG{oBƦVlQ/GK6VQ7jkEhe@`/vy{DLg'}, hc]`Pp&aN :mA/\|!xCۺ+ z 4C'8hQ)-MaGDjN'ze˖=z4e%韁K+Ç~hDT L:,MPQRri]%7oYDl&nQщ-Sv#Glp\`0xWPZZZx]%!N: 7xoӁ&`"qCrŇTNO-osy]n$~ qoݺuOLL ( ݇tbF]u7IUVyX4ԭ8Ԩn`reTת V%%?#D"tj%vJ\Ws#~c~"b4h;P臏) J.ɺG[<l6NHii5g7mvpX C0mgSE1_}7<b%Y"%/䰁ɠ?TÃGUcǎ._+;d'騜OTSSoY+|ҀyIf]A'&3Ngit&H;]F g=SEŏ;q926VV0 `1LrXhUnyLK?k„/MZȻxJj ZZxXRO)+ה_aiӦfW)ᇣgJkUJu6H˹cleUVE[Lss3@UUM?>}Zp8n;w7 Fu^Ag$^N1kgٵ#wO"ޑo۾=wk>)rQ [H[̪ Tί[qf;cY1`1;ވ7VRD t€Ȁ)jq*~r`kaxkEE|zIO~TR߹ṫmUyMMޏzEC'O$_TT4]usv5%~^ݙ^,䙟}1B"n 6朁J*ܻt$-X׫Abۯپ߾TUٍ䥨mޡ>uʼnĒĶ'?(cudKtIkF'ަL>Lh5=SSSc/[̤gD(>F͈1@5]/0Ga FIENDB`PK w7 PP*skin/classic/browser/Search-addengines.pngPNG  IHDR ~tIME  s pHYsiTSgAMA7IDATxEMn1 )38iE}Om=C#(9 )$G#,AO4/ʸ'o8/)`2iS^6 ?lvLЅ\Zb x]*wCqEq8uT!(+HD Ҏw~C9c@GQ<$j\4̀9).03 Ş=oQ;-<7AQ̇^HLrv"&GͳC1WJhhsu5YyWr$IA\KWH1k(FzW؏q6,mXZzާ朏:M]5sX.çqQms%Ug^ȭvەF,z+ Ogm5]NCPvh/F|+˟ҟKa+F]f\V_6?־k^/L; IENDB`PK 8f7$٦skin/classic/browser/Secure.pngPNG  IHDRHۥgAMAOX2tEXtSoftwareAdobe ImageReadyqe<KIDATx PTƿ >ⲖEEPpXKbDĴ AVAgL8y[˛Ōzu ֿD1Gn&.\'יEje`YZ01 nh~~w/|NX7i ekEQF շ"~7=gDSxmY1O.'r* }b[4eGѴ$E0c-MN1@<krd[$)ckɾ};$L]rB3ȳsH&mV7Z+B*#Gt9:u^r[鐳֥1f(dtڡ}굂uq ֎omln]9P$ʐˤ8zN`ڦ֏'[IrJ&O&G2a?>&^QirD QN|Y툌5Wp>|F< H|5+̈B9ϡNہ>!;"1\VM /Ydl"!M-6k!raĸ.p`6 i8|TVnoCeS_̈qssEc2q@9ɍN!nABfbz흷n~lф?@)F(CՅ11ѥc #d& BUB@$]C2̌w=+dxQiL`Fȷ.Eeqvz?kf!D͞l9Y~v+|Qb)! C! CgH!$҄!C y0( i& ry(& I3S{v+ڽc9$aȆ=mǐQqJ2twTr O ycHΐs0-.q4Wb!.`!+32CBuۛg>X,qgXlN_;|ц%&r첲#(-={HOܥC/NO zAqHaMMy:Ho0FɆ /vwkO,[䳥Kshtg[: N+zh FJi\_ʚ}um}}lQ^CS* avBOo3%%gT}4"¥P_jj¤(}҈_EH=Nt9qc%8UÊZqM߯lLMo:jjc$9NJGQҼOEGsT\iDt;T&<戛u-pح^f8nw:$C:BR~ :dFWo0yS`ScIENDB`PK 8f70UU(skin/classic/browser/Security-broken.pngPNG  IHDRHۥgAMAOX2tEXtSoftwareAdobe ImageReadyqe<IDATx LSW[ -J0Ey Hek.&%sqO.1&[S1 n>:Q7Z*0Zʣݹ"U.i2>rsΗb ж; .4\djlj6]hԻ m|R 0M+ JwPwFo&HI)-r%[u% 1;_wӨ/(TD3әHD|Pw7]SSfdVi{ǟXԘ<yeMmߺWg莒9H:Nkud=!فmjМ8|xed^:܏?r&zG>֦nT@3%J-؆fC?dtk Vt' &Kr/'D;IaOT~]v%TE{q{hpQ f Q7X&f"Plaz+G H,'\ڌfe;cjD*D?/ 'R!a.``ZOD}।INܱ M4t=t}siK( ?}B:o# ֈ-99t[ah>k:FP/2S0IL[MDƠIYn"KU{36pM,\]Zᦔɔ#<27'! eMe\2V}9)I{;nCP_P/N$vڴ׬O} UX,$"=^H=)?r!.`r!_X]9\_Xk!VPdʏf|ei fY_"d`F5%d $I=#3b#Bc,!FB@|aQ1jQ[v`[d(%Joo"+e6=??wbߙq('NBXJ޸2|!Iʐ$CN"2b(CO£ CqZ&dcu!{9yEh{B͍h7JZ۾/2 )9۞| y6(B#ܬ*R ͙!WwRYV#+Cr /%a#ݍjpǫ,!1B$4c6q@J~!$DŽV45a> AB='!?~}fȪ'!kOC6>3$E#$K}J(XB4m=S{u{Flx晜+ر8r+{9{J?!7lӃ/WUjBHo&bdj>%ԩO9XEN8wT x٭OP=+B!=}E>ZnXe 4\ =JK?ϝIϚ7Z }5Y9/rE uP=W40hR!dznѩՙQ FMH 4JDW'Z! ^~ކ2 v=C}^hqipސF)A1X C:$Dbb"`X=#3mjϻ8061N7̄zPG,\2w!ɗ@BoT SM-͸OGȿOrIENDB`PK 8f7zkk-skin/classic/browser/setDesktopBackground.css@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); @namespace html url("http://www.w3.org/1999/xhtml"); html|canvas#screen { margin: 12px 11px 32px; } #monitor { list-style-image: url("chrome://browser/skin/monitor.png"); } #monitor[aspectratio="16:10"] { list-style-image: url("chrome://browser/skin/monitor_16-10.png"); } PK 8f7"@!skin/classic/browser/Throbber.gifGIF89a333LLLfff! NETSCAPE2.0! ,SI̵SHކ%:Vo s&F'7` Kjb-[+@x`1lF-G! ,SI/̵ H%:Vo 0s&F'G ` Kjb-[Px`1lF-G! ,SIO̵0H%:Vo As&F'W(`Kjb-[`x`1lF-G! ,SIo ̵AH%:Vo TQs&F'g0`Kjb-[px`1lF-G! ,SI̵SQH %:Vo as&F'w8`Kjb-[x`1lF-G! ,SI̵aH%:Vo qs&F'`Kjb-[#x`1lF-G! ,SI̵qH%:Vo s&F'`Kjb-[C x`1lF-G! ,SI̵H%:Vo Ts&F''`Kjb-[c0x`1lF-G;PK 8f7!skin/classic/browser/Throbber.pngPNG  IHDR>PLTE333LLLfff1tRNS@fbKGDH pHYs  tIME.ؼ@IDATWUK By]w\ l7 n,02Qftfr|CQ7IENDB`PK 8f7e^-'skin/classic/browser/Throbber-small.pngPNG  IHDRRPLTE333LLLfff1tRNS@fbKGDH pHYs  tIME&47IDATEM 0b]7oAKMD P)ң4aNEkX.f cD$tD"Q[aIENDB`PK Vw7zk skin/classic/browser/Toolbar.pngPNG  IHDRx0osRGBbKGD pHYs  tIME /5%tEXtCommentCreated with GIMPWIDATx|yt\GWuo{KVkWnˊ,0xϢd0o23sI 3C@ll08؉EHe[Vw[UGw-[utϽ}_ݪ~k}-ode럚NF UU-eGE=;g"/"2>>I"rbp !H?A`bs^ox5,zUtM@PJoP9HlVX`,}=3n; g|ͽ7TU}mȔR<' 6^"S_;, f3t:4 dYtd?cnJTFAy+pKdn(Q9qshmVx4mk!-U_W@MF9KV1ۋP6 q =sޞO;d5EݧίE^<&l6l6hzB8yYY#s@hL*UZ͍מs7-w)5cFgSAdIxgos: Y83uS6溲Y#^جkq(c<'=p;/:pK/4z 'ciۿC҄p:Kym7lney+W;Aw=A̘.8W;}Um~}MɎ+!Uw\)IZZ4PnlP}-NS0j[F kj^巪W-6F"py>VWa0!IvƖ-QX`8t?w*bŦg]9mw3QQ_g/F@ 1B~+pwv cnim8QB@ ud*Kj~$! I94i!v`zvS#&?U E @m((okY ;`Ww0_MzVLռp%yӯx:>|Ý0"`u9kͳ,}?}7\)E#/ux L 嫈%,\R!0o.z=v:r9Є?;$ign6"l_|*{raX@ A?h4(_—XWW*[8?5zhU?v(1H(%X8⣣?c=ᇈA 5^EBˍp8<5$H7ܳ84N- \Px^ QDVr@ ZCyB潈SGD <d'ݡ .w~.zl ++=ZmP ^H8S V'VO':ӏB7Zn0`Y `8G/EAL d p{;gώ  4cѬJ}+uM2 k =  9]?1 1@&1@ {?ھj (';: wډӪ|ߙ UQ&7|3a;=X,B$P*vvtvvJ4 $Υ!8s;41@C A!ƴ5i:0zpa 6\k hAe3tg*z&ѫx;d @ Bd@Ľ*M)j֎t:!rd}ᰢZfT@d*Ckk+ZZZ܌+-- $ $PLp "B@\B8cɅ ZnȲ FXmBp 9  y*)_ǃkʐ~E :1oAd=Xl܏`+yKgz2zPP?`;JMiBh Dc(^{58q$!77\ps (ɷb}S)/ "H$B` n)#gD0S}|g*eK+VXtiRJ) [fYdOjr7 '.ƾ*TR:9W@Q^o>j8uyy 2(! $@e*DR{SZ9ɋyEQg2 0.EI8<) {a5Xl;S<6Sa`J{4>'3)P mu^-望 0VrNH3&d6;=2 n{,pXp.=t\UDLp88} CtE82’DAs=<Ȱf))#&[@H1513%:BNʶ'Х"C@,m%^mn @QB{_S;pBN8?góo\lHՒJSx'C1ӃJDx3Xl!>pesm3.xzH߇PU,!7ݎ?vF:zBjۿ`G.,kJpsϡ V{FS geCƙٔDAa#T\PzBBOҽNnM?gֆ3'jyIU|TF_m:{ɧ%*muFc ;|EO6220?F)K+VӢt LJQdhd |v(Z EUUG$2r6-pBϿpӫ#7g٭Ǣ("M@ "SFgl)/S(SBaoGwakݼ+6"$٪)u ѡ??Kz&Q .iV5H\<K{?;G| 590;Ip0 <D>4)@QctjF{3JE %E\L*`2 K9 SMK$WH̤oo[kl, !VUUu,DŽêwEf#ܷY/IlDƇDOy3Gw{U:"IRB{KyфckkkE`$I !nNZmvX&#`@rGUURORlOaq 7͋b{[6{vq-JQeImz+du -!ΘFn8. 1ݶmn-/z.]Z.UyyyE  `ZaZwӅ }}}96vi^)yW3mBPW:?mٛd_(VƅI R"kq(w mȤR,%輼l&*e˗I:ǎ@nsfʃn@_ZkXd1-*.6l\qk)@&J,3F񳟡BH46sb#`ɊcϏG%rE TVVd(w)ҁAB윩,,#TBOXlhh@(y虶 F#֬Y \*e˗I.{Y0 $ v–-[j} Ξ;߿͛e˗IO-ظDiYY BpƠ@~{ wws6<"&A[O۵Z\UU͉F#  W^溸n2U]6fDLmf4]$#UP(6 jr:qh4xd$7lj_>~SSv$I].FԎgr`6A)E___sԬYx񥝨^U|oK;_Mx}1ML-@9~`٠z*̛?ߏ>kj+y]nnzs'|!ÆCp}D[e:8hͯ d~PxZ1 cp`%%egFolE8l7l=ndVӉ!u]Y;9x`f^tNN65B*c'ezx< veJshۍMcPs[ ۸~w]xk|ݽ+1%`!5Hv*Hrn2/FQ/B(,,F ý>0S嗞bKm0hR<\zmJm6'޿$UyӖ4Z=!v `s\T̟-NExiGah<}}x<%[&W$PD"|> $J\ ~x[oٲcjk1/Tį(rۋ #GށlO9n~8~w߳p_ȁ1%Ǥf&9NX&tuvdbd8+Dei0XS= p q'I/\pH===dx1yٚohH$ t(L5I2_.dINoHl'Y7\-c\H̝w?z{% J R"Q̋6G<ډVF3.E3}jމO>dYcf$ypx̬풠FII t EFF>R:NK5V`hBwW;\|ӎR"A1qI^]wAUI#|>=hoo˕EU08Ћ TJ03T~(cF#FFFt:A)믿SDYZZ/zBw a4eNMȴDi0X`) !JKgj…dDA0,Xh"a0Q*݁s`\=3^tw'sxf[GD"zP(ݎ| ^tss3$IBGG֮]F>؁!fD"HGS?uTp=̔ʵ\ʋ{kWh4E '::Zl逳 **+pXl JE-Wp֮]/ $Hk14a"a2`Q9;LGLD*//!9jbQ'ŋN (ʲg}V7y.ٴx11-7{7sI#kZ@$Dzn:qI; ܴ¢Bfǿ23 LD; ϕ*0XT ؑZk{;Dic'|@RU5hh&m߾]#/ AO)k[:uԬ)iFp8hlld {ôƭM'XBr8 *0wv9 a݃h؂EA'N䌱l ?OHC^% l6|~ȴt1 ިfjaBq:ִjl㔉&9”YL&}힭+744TWWK@Bѣs޼3^֞?prAAAzjمwA0Le8l6].n7[_TI&OVyᢥ]pp8ޮNhuIt1&Eh$2!D Aut8#7~ױRcccauu*=W/F_~w݈3'|u^&n?>:-8?^xCF}p34T+Sx<4c404{l,贚\<Bh[Z0m6-pΣic!CCC]/R!i5R>883qrf63ns(Fk{|fj ե+,.䙝9Ū$*BAyT ye-*,έ*4dEOWB`0}4\67?ݶ>||B:?*!mPc&Mv"^˒$݌J)W%FG1O< ۭ K7&21%&e~IENDB`PK Vw7 ҉^^&skin/classic/browser/Toolbar-small.pngPNG  IHDRP 3lsRGBbKGD pHYs  tIME -8irtEXtCommentCreated with GIMPWIDATh͙ypםǿ_whNHt#c C涁,98^gw\ Nr.{*&Z;1 (␐H9$CH"NnW=ݯ?w]]QPچ%+ɊBYU% 6;,|u|TJ!R|s )%S?>T!DU-2Þ}&SEy(BݙPNG_o~kK8?oݿEPSхp2`p84*$$xtkcTI(E#✩譞 ;oapp`\7XXtEMS[sWz~ AAvٹ.z;M'k`pE}.nݿEHۥ`(,Gиm/\DU!)]U?/BwKR0:=Z6a߹Ok_iΏɪ%S݇[Z2UXͳ/e?Հ,3Ƚ(ɛIZo jމw6xnW?R,ߎg_ip`zn؃e6j܌G6 E,1n _/$%.[~߻.Ve_9y>hÔ܏gk\( [-/Ktf!(}^MB^wz+'7&)l;TKggcR6h-O?gy + ۗqsʹ{K{ \EaIbf@ݞ%w! ܙ3Ay!ϟoc,=)|n)`.|Ԡ N_t*u d}'Ba/Ҿ O{oèQ\P;FLIJ*$dsIiA{&#U( aʪi8{`RD˭=fsojR誊%Zj~Inݪroj4 ʹx,ɶZjR6'xZt[\h"փzf"50D'*KYulmp85UB`6e`vL(SZkKF R{ *h4"@ʡH!@JC1h(aC3@FH3H ) ~Bq/YY90+NΝɅ5BRz EQP^ӈ` C +"y j.X>]P=^?\ݼX wq&@ 䁅U pu%iѡ%&:a)ZUmH[FNOFZ !9C! GtC(7(Mb!8 L@P܀D&wldFШL/%8E oC%#Yhj9/8TEQ%sP3 ̪ULqt#cJ#M)my srhĂlla;2 )s4 JB2/6@VD/̇&CB r2.>Iv {|aB%] pl^`xh?$`=M )rL.FۻJ'盗Cwی3AHHJHH!ʡ-.㓌H 4Ef*0K$ )-Is{vB$CI "$ KVzR Q2f~"e|=re^z<"0(‘^}B1+!GjK@Mx@x GVGB笍s挹9nθ[pRGfSKabx y2CQ8K xbA3F^dP7ӦV%#[mZoiRn=55<ԜlE{^*8}3ftm㠔gY1j08~Gy g/U5q1!1)1@0j0MJIj(Z^;41pE*sߣ +k?7wݘ3u 9c+:;2=qvy3M]=CP,ru|[*, Ek 2a).GC(g1yj)E.=tp揽X$7o>Y"B̛/^L~Sc=u^r߳ }^:I'K&*3+?<;s!$|[-|HLP[EKs2P à¨k0hh_55F]#@)/qs~jߒ9o @F"aR\P2nP(@{Sh + Xcy}NUQU5"K@htJI:"robc;!LӴz'vZ 0z`dÆ )EeպM\UUsK\ 0|Rʮ};)ׯXmu}"'{|=а~zzK1ٳ'*"O,&Nv(6ku 8pƧZV,[,ܺ ̲X,ٕJ_on\΃+}brtuɪx.2BZhnj={pRJPJqRY>0fVU ,ޞ,)%q j_}%ing0+{ G.&777# -eΜٴfS9\Cî9v];o.=ueRJaמ}#hh׮Rv? *Y:^x6>5w+tQV>XskbtmGsuPC,6ĺ?h0mY,޽6p 3|``ݽz˕J+gW* Uq;cv;4Mq=pi8ЀJZSsdպM}PXT˖b6|>^vJAr֤2?zs=W+R|WB.躎Usuӵkm(((Uu]vud2ԱA4+x5D# EMt299(xb1b6ar, ###˖ߡ׃J `Rw8.5]*6hiz`2[yOwp:u=p L&s]8zLC-3qVJhkqiŅ m5@)b Ñ^&&( 2LVpBd4G Yv;Ο;<EQ@) /02XTXׇϔsn(7mF32LV-vtu+ bLFGWxn41n_JAˍΎ}{?(˄` j˂n0%Mx5;>BJ ]7l/q=0m'k6-K$.)z僽`)[_*z֜,cS!X 5;"x=^pi(PҚdf {7c,TŒ9J)G}EٞƔ}iEŚMROAglZ^]VA(_P(H$h4ھ@ #W^d/x7:;i gY֐Br#pBaaaι4a4;})<9#9u(k1|e8 Ov¥;EROfU|~qL:;;сړ~7*fV,R$v 3 WQUsܼy3bι19BK)І @)+$4$TzxSTͥv[&& :;;co>#y d>]gTcy}\^~8uAy[+jl &P+$ 1&^RGw8V~(\āBF-(ᵝoV=bΜ9 /^d7vsz\nS+9\\z[R\\CZz}~>466 )5ι{_Na_oqw4 uUsk*t]4 /9l[BDPTTt z`hϊˬTQ+$Bxnj&(yLι)9~!DGrL]ˢѨV}o}S?_ҷKM:z꩏aH+~0OPIENDB`PK 8f7FXT'skin/classic/browser/feeds/feedIcon.pngPNG  IHDR szzgAMAOX2tEXtSoftwareAdobe ImageReadyqe<4IDATxWklUffew-ݶRZ VB,1!?%Gc4D  H%^* k޻v&Nrs$I?&rk9lfR"7"038:vQVc 頲pFEġ/JIg@X)Æ`j;L=./ T^?.v=%X7FUAvKь';~"Z^jA}Oh/ HʪGP>5/5(&h ]A\օᄒĬ4dz7nq.CDJ` ߲=IENDB`PK 8f74 )skin/classic/browser/feeds/feedIcon16.pngPNG  IHDRa pHYs   OiCCPPhotoshop ICC profilexڝSgTS=BKKoR RB&*! J!QEEȠQ, !{kּ> H3Q5 B.@ $pd!s#~<<+"x M0B\t8K@zB@F&S`cbP-`'{[! eDh;VEX0fK9-0IWfH  0Q){`##xFW<+*x<$9E[-qWW.(I+6aa@.y24x6_-"bbϫp@t~,/;m%h^ uf@Wp~<5j>{-]cK'Xto(hw?G%fIq^D$.Tʳ?D*A, `6B$BB dr`)B(Ͱ*`/@4Qhp.U=pa( Aa!ڈbX#!H$ ɈQ"K5H1RT UH=r9\F;2G1Q= C7F dt1r=6Ыhڏ>C03l0.B8, c˱" VcϱwE 6wB aAHXLXNH $4 7 Q'"K&b21XH,#/{C7$C2'ITFnR#,4H#dk9, +ȅ3![ b@qS(RjJ4e2AURݨT5ZBRQ4u9̓IKhhitݕNWGw Ljg(gwLӋT071oUX**| J&*/Tު UUT^S}FU3S ԖUPSSg;goT?~YYLOCQ_ cx,!k u5&|v*=9C3J3WRf?qtN (~))4L1e\kXHQG6EYAJ'\'GgSSݧ M=:.kDwn^Loy}/TmG X $ <5qo</QC]@Caaᄑ.ȽJtq]zۯ6iܟ4)Y3sCQ? 0k߬~OCOg#/c/Wװwa>>r><72Y_7ȷOo_C#dz%gA[z|!?:eAAA!h쐭!ΑiP~aa~ 'W?pX15wCsDDDޛg1O9-J5*>.j<74?.fYXXIlK9.*6nl {/]py.,:@LN8A*%w% yg"/6шC\*NH*Mz쑼5y$3,幄'L Lݛ:v m2=:1qB!Mggfvˬen/kY- BTZ(*geWf͉9+̳ې7ᒶKW-X潬j9(xoʿܔĹdff-[n ڴ VE/(ۻCɾUUMfeI?m]Nmq#׹=TR+Gw- 6 U#pDy  :v{vg/jBFS[b[O>zG499?rCd&ˮ/~јѡ򗓿m|x31^VwwO| (hSЧc3-gAMA|Q cHRMz%u0`:o_FIDATxdohUe?syιh;w;Y9˚hѴ(jePPB/D:4 _DpQ`/ccPbms9b~;vk4BpC}?}ȯ[->Pؗ[֎ 9HjA %!hMwtK:*s$Y ܶ P'`nZaQ~ʶ~|rz+UqUQNt-_SE_FOFD8b ]k!140Yn4(w>׻gYKzx/^R@Z# DЍUAȅP-hNǃ*؅G>Dnr;8 DSu׾ ajГ_Q}?bW܏|}Q~wH/Cq#Q8LWGc~%8&(ϤCc*$"+tNǽ} X$BCފ(mBJͫQ-BHҌv4Vŏ5RHӃ4f]Fha"!t4ժ`f*?!̩!1.t['}IffE&o,}=w ւU`)hkV2'f&]; ܵ #feedSubscribeLine { -moz-padding-start: 1.8em; } #feedSubscribeLine { padding-top: 0.2em; } #alwaysUse { padding: 5px; } #handlersMenuList > menupopup > menuitem { -moz-padding-start: 23px; } #handlersMenuList > menupopup > menuitem.menuitem-iconic { -moz-padding-start: 2px; } #handlersMenuList > menupopup > .menuitem-iconic > .menu-iconic-left { display: -moz-box; min-width: 16px; -moz-padding-end: 2px; } #feedHeader[dir="rtl"] #handlersMenuList > menupopup { direction: rtl; } /* 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: ThreeDDarkShadow; font-size: 110%; font-weight: normal; margin: 0 0 .6em 0; } #feedTitleLink { float: right; -moz-margin-start: .6em; -moz-margin-end: 0; margin-top: 0; margin-bottom: 0; } a[href] img { border: none; } #feedTitleContainer { -moz-margin-start: 0; -moz-margin-end: .6em; margin-top: 0; margin-bottom: 0; } #feedTitleImage { -moz-margin-start: .6em; -moz-margin-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; } .link:hover:active { color: #FF0000; } .lastUpdated { font-size: 85%; font-weight: normal; } PK 8f7Z~u-skin/classic/browser/places/bookmarksMenu.pngPNG  IHDRaIDATxœ 0X` R: ~ēX>f$d|0ڤUG1fxOԃl)U[M+\!j-dR!]vO⭃F 4*l3IENDB`PK 8f77$$.skin/classic/browser/places/folderDragOver.pngPNG  IHDRh6sRGBgAMA a cHRMz&u0`:pQ<IDAT8OKKBA#\U[iًrRB""h"J#{`hjO|T뫍z^S1|9;sfUjT!y/[ !R YB*vƻӱ!ДNL ;xL bu ąhtR)yaĜ3:Lcz sFQs9u>K%17QL`b߇(ALM}=nD.P_Re$lf6nL^8>3phv'$d ~A|Τ}/r%IENDB`PK 7f7m/skin/classic/browser/places/livemark-folder.pngPNG  IHDR szzgAMA7tEXtSoftwareAdobe ImageReadyqe<IDATxWilTU, e NӖBkmnV(RB-qHTDBLP JE$XC\ "Plf[:ffyo@KKo9߹=se$ukI"dWS֩5Z\yvf ^po>c374{i!(3Wh,-8iD4h5 F5P P ަ.p\5EwB~=GwvsXL/+`kR :֑ъoӈ>,("72bH>!)%0 K BٝQǨ@`f]H1dzv@y8!=%^_s#90 qC6|8oEv $҅8QQ0:~-`rD_5oTuA %>L YBl,>G-3_/q'߃ cC DWHm}H4Hȗ~_o) /DxƜ!+8.1Xh>53b[^  łuֱVҶ2Z^677 hd$')ԉSJ] d«FwO=՗q?r~~~@&FOzΟT䁦SYK-AL1g?Vzo;r&%"L&ebThn pV>zvKT\F[lۈ RƯN"233WXհu1>[8JaT3%jlǁ|I˃~j|yޗk?[cz.\]mcіcƘ۸~B}大_aE?OB52nXr9V'X A#sm,3 i[ٙ2h\Ўw.iAJB% ΨC?7b,hcLnvAO 6^4g~,)F-eq&hpAݍ$z7!v?PÍAT?[p Uo#W[DKv|5)7^G i?@P6x< Y vR@|O/QTL g2Fv!^x K+f!N ćv%HJ17 IVN?qnJ@Kbh<!<ނH%w\(Er!a{iG'ӟ)\ O |eG<(XfC7&p F@4vR10%hHs5.xv;RRRPZZNY5 ^XYK J-@Y![\`כv: 0L&5haIENDB`PK 7f7\nn3skin/classic/browser/places/livemark-folder-rtl.pngPNG  IHDR szzgAMAOX2tEXtSoftwareAdobe ImageReadyqe<IDATxėLexx(N+ aksiri-5QڒEtK(D$Ya?}~}}Ӄ έny׳>y$c+lQ p m~L yLTg[Pyb*rFJͅ[ Bl 2b7 ӗϸ<`[43C-wO._`k"ת @"OOr#+AMP%eAp#v"BXs f qP1f$:캂ǍVp/Y L~1a@<3ۏ8F_w4p4I~7$n7-oo|$3vc/~ ,zyNTR+a"NcO1AdO'oga1a)38V셂qP=sVO 'juvYz6@L=\#2iL&[. 1.kg(d')8~!LˀqY ZwO>}f)q_a9GGc '@LmQή"پވ)3Gn{zz~S*+fo-"6}Q'B&B@ß.#>PHigNduc,tqMǎڪ+ %M>Ğ 60gKP 3.v͚5Htg(K,*++&&%gQ?ۙ6s\6g>a hNtne2q,H[iOIiH%5#cN?~%>-y ,4 vSl@$8ɭUjhg㤐Fo]1`=߁:91M.;PPLqjkiĒp^֣/fzs-t2t@?vłt$8}H~#^9ASS zo!"y9T7c,k3]='C#֟zo !/ah%J1N^)U.`M(HG*PYh"Br(i}oY7~_J*AL$MFZDgchMg0|n8Xޯ#Cl%eh%Fm5ds7#P⧎ |=Pfж7BE0>m/D`@Lmmm_dj'Bb .LBLKؽ9Ў7qC^RR,,;ϗ%LHb bw7qɔzQ+.++S"CsePEqUUqժU\MMWd GP֥FIENDB`PK 8f7[w ,skin/classic/browser/places/livemarkItem.pngPNG  IHDRa pHYs   MiCCPPhotoshop ICC profilexڝSwX>eVBl"#Ya@Ņ VHUĂ H(gAZU\8ܧ}zy&j9R<:OHɽH gyx~t?op.$P&W " R.TSd ly|B" I>ةآ(G$@`UR,@".Y2GvX@`B, 8C L0ҿ_pH˕͗K3w!lBa)f "#HL 8?flŢko">!N_puk[Vh]3 Z zy8@P< %b0>3o~@zq@qanvRB1n#Dž)4\,XP"MyRD!ɕ2 w ONl~Xv@~- g42y@+͗\LD*A aD@ $<B AT:18 \p` Aa!:b""aH4 Q"rBj]H#-r9\@ 2G1Qu@Ơst4]k=Kut}c1fa\E`X&cX5V5cX7va$^lGXLXC%#W 1'"O%zxb:XF&!!%^'_H$ɒN !%2I IkHH-S>iL&m O:ňL $RJ5e?2BQͩ:ZImvP/S4u%͛Cˤ-Кigih/t ݃EЗkw Hb(k{/LӗT02goUX**|:V~TUsU?y TU^V}FUP թU6RwRPQ__c FHTc!2eXBrV,kMb[Lvv/{LSCsfffqƱ9ٜJ! {--?-jf~7zھbrup@,:m:u 6Qu>cy Gm7046l18c̐ckihhI'&g5x>fob4ekVyVV׬I\,mWlPW :˶vm))Sn1 9a%m;t;|rtuvlp4éĩWggs5KvSmnz˕ҵܭm=}M.]=AXq㝧/^v^Y^O&0m[{`:>=e>>z"=#~~~;yN`k5/ >B Yroc3g,Z0&L~oL̶Gli})*2.QStqt,֬Yg񏩌;jrvgjlRlc웸xEt$ =sl3Ttcܢ˞w|/%ҟ3gAMA|Q cHRMz%u0`:o_FIDATx|]h[u9YLKه,,StҮcAE/w: Ce&t(zUtRZMǺe[es[Y|sh9^Dt+}*ϷzL R^Hr~q͒뺎b*"{n| ]) x=`톞x@1&n!G\zmИ=K}2M~Ym{CKaIB9.ٍt\Yemǿ$$T4K&,tOmOOMx ',8 M&,]B=>3s4}O,_i]m "%ڕq,MIԽ_Rީ?ȯlAcd0>F['R:!KO8w%e F!)',G1c3'vC~`ae/tK" yGv9lN1[i)ӊzhooh;kK=DFT;hM%z 6ymP,|6?}g?\++}qghaZ@Ua>|UgoRb6);8+%p +o2rCo PLgtuƍio)ɶxz:3ǎ:005d2S\u`?UTy*L=lA <IENDB`PK 7f70N$-skin/classic/browser/places/livemark-item.pngPNG  IHDR6HmlgAMAOX2tEXtSoftwareAdobe ImageReadyqe<IDATxZ tTthhlAVU(JKL}̐d$13Y̜>eWG{pz (Fd(d[o Wm< м o c=ܨEDbL)gԃ %1Z_> Q@ gڶiOo?B., b}ALIWfh5O'-ݹtWiPbSJ=- X7]HL˜wgn\mܑNA+cn|ϕ'6} WS0q)RF1|9Bp(/RQ!Tn /"zǷ0# 9~$dO11{TK06%&Lh!HF`th66)uH`w3|=;ИC$9lAHi3r +*D٘H$&btFƏO)X,Rt!yM'p燈=jwsHsl|Ȭib b<;868/!RCY*c(def}ALtsa|o!7,|h=IX4Dib _s!YBݪE`^y#A/!r_ŌF8upAD誥Ύ?abZLDr/m,s,GsnSGZ'ⷞH1sLbg~ʻ_b T,IDF>뽓XJ"idQ]ax$2| ڭ#r?Qd`h9 r dikbGz3n> BL m.;d'Y倒4Ag-udnBz՟@ WҦȏ5bp!bnn-qQMuy2QyM1B"PLOΌɭM8?Ჴ#yInP`r0FL<Ŷedц4Ip0zE9(]~`~ێW *F$ KC.Ӹkzk]{;01BOL-ɍh$_Xb]F8ޝp h=M-VJMῳȍR]2MlNS]7z:pZla!M8ad'C#ҋ$2@{;2vE/yܬGs՜x{a K\ypF=2S=W Lz+hO vcz-`ˬg?K...ׯ_otԩ6l%XO-DR脻VB"_=tLA?4jkkτbhDs.Թ"Xd*YO꥾TG F5<_e(o=RSS[7lpGHߙri5L=C1 ל<#j7k 7t0h`m3GqYdffk֬RXXx2˿bmCmQ&9s%᫠w B `k/-WTe,5_`ފg0ppcm-!W+J*!=^`%'#+++>t\GC; U'x#E?CƤݭxoz<@.$OlN ITr*A"ϩ$W 20|rXlnp,o0Rʿf tC+J yDU TKDHuq bFaw#dD{zyE9AmA8ilQ.$xzR¾lt] x\,fڊČu4m4="%Eėq\4%߻N|SN-ZK;&Cp&(E%r=4iZ=l<FK珽 ?0F`mmG{w3m{A^ T+x)#%}NcA_ ʟyL r[Êps2Wچ^ynp쳊>e˖}ͽ5M2} A׵[eC䘘Ho]m{?X'WUWk?(_MUUUo4o4 )CӠW=fdt-HE,}F 4͋G? Ay-Sϩ^ :GMCØs 4ЏՏD5cQ>X=Z)+~]~l1¬AS&Nz \GR"?GDmXLSM8Ĝ!jCTۯ~\ +_xc)Y я7v5.G?jՏÀb1PrW?~ xdX0t ?̱3 ~ <(ۡf:{5ht-cY(FfPLJ;!.-Ԡ^ K/aL&އڨO#O6/-- M[l{ WhX: ]A|O 6OH)4 X(5 cI,_>q:{Qy|ժUKæA2La%k_ՠW0LMQ: aLR4xKTH}lٲIK,j4qYlْoACeD*һIENDB`PK f7@1skin/classic/browser/places/livemark-item-rtl.pngPNG  IHDR6HmlgAMAOX2tEXtSoftwareAdobe ImageReadyqe<IDATxZ pUm!$! AAfAv]) ;"XF@y̔ŠSV8<4 BxbH0yts;̺SU7;sϹ'2ۍƏ-+M2J X2릿|+Kׅ13sی%CG<rQI1-)ZKV1]rӁp+{g+M?&zL+'τ3n$Jr \Ǡr@!Ʌ4!1з|j $&FM}re킹IYȝK|ʾeA麚)qK5EzsoAkn3EytEápZMP.c"1p,DJҲ L.%4j:kܻ?‰O nbP3NsSX=ܽMt%'{#]ݼ49h :T|4oTBL`,MP-蛾^]M\\Zu@SnxoXĜN {Di'B}4J;ݯ߃ F '6v%̀Y Bs揱lٲn&,=8nL/rd Hؽa#l}ut}!APWa3yr"mE*1Oz9w\j]\SS?<6=7 w7%Ljr,5x8D{6L0:/.//hڹsc .|ի={vb~&3 jzyÆ #| ySk]y]oHX[i)bQ3a}fZ(H;?g!P-h~I3k⯶U&ާ#̎Sa;ye$Ew~nB;l8J-CEnF \S%T9-+Iˠz] rx~ᠭyS4Fb߯R1L Hy)0|%vsyjo > vP8)#iƷVIp8gM9+htWF8%?o|@WeV6|ۦaikBڣp=.Lޝǫ6"Oy~F5Q82ťSaimDECd,eH'2XFLMƓQ{K貧 79Qd\۹sݰh"O}6`y0pvWLMgCwS4P+xF'/ssM5Φ(Ch譖Ş ga5vX iTԛG0pp\ xn mr!d* e5"Ҡ7ngz*)G}X;0tǟzR)xMD g*HکtX wOPxles<<ȑ#*52w&! `EH!ֹ/<үY(XzuՅ7y4(ʠBAO} +SሲCi^0eDp N;7e`l{Fzt7(]zLʠ}9=?$@M1>$ƃQbY^vJL"$ ]Sv+<6^鵵|,KBgD1#؜UV^.Xl aRWPCs""{9[GyѣGl߾}W/;hfN6&b+6mîL˻1c|[V55>p/7?ûVXVL4ςR^P@7z\J[ ?ڵkZݞt:AXX:' x ' z۷^z?Q ޢ)C AbbS__/cbb|i-zѬY"X, »#55q7nXbb<ۨۢĸ4&966&M>m޼9l6dddFGT5kxEEPuuS{0vż19Jc;o<":ZXSppԩ\f#\w!OHĺ3&o47b΄M{5JrѾ6x~㒖ОfKBzhL/B-d~!&@S(2{D41˗/\4M:RIW mDlY55cAؖ-[Э|#O.#p%^o"eWNi!ﶲ[ Td9ydCmH{vF(jL4T7q/xC{n%,_L%eu4p?D*aD-֠+#J.Ǐ ?S4}Ac̬Uՠ_#c c^8C4yՍ/A[n5hxk}2kV7nqc oX\<]'p}V_o؇t߰5h &VpM˻ՍAjБth#gҋAGJAe\ЭnS7vEN}uW`~i_W7Il VY7Jf{ՍK<5~50ᇺ1jЦ?LT>c ^kfㇺ1ǢE8d~$wH]^"_5 1VucxW{Ԡ)4Hg//׿)נi'dNi~9s8>PACť[nYQQ;Ș H3Q5 B.@ $pd!s#~<<+"x M0B\t8K@zB@F&S`cbP-`'{[! eDh;VEX0fK9-0IWfH  0Q){`##xFW<+*x<$9E[-qWW.(I+6aa@.y24x6_-"bbϫp@t~,/;m%h^ uf@Wp~<5j>{-]cK'Xto(hw?G%fIq^D$.Tʳ?D*A, `6B$BB dr`)B(Ͱ*`/@4Qhp.U=pa( Aa!ڈbX#!H$ ɈQ"K5H1RT UH=r9\F;2G1Q= C7F dt1r=6Ыhڏ>C03l0.B8, c˱" VcϱwE 6wB aAHXLXNH $4 7 Q'"K&b21XH,#/{C7$C2'ITFnR#,4H#dk9, +ȅ3![ b@qS(RjJ4e2AURݨT5ZBRQ4u9̓IKhhitݕNWGw Ljg(gwLӋT071oUX**| J&*/Tު UUT^S}FU3S ԖUPSSg;goT?~YYLOCQ_ cx,!k u5&|v*=9C3J3WRf?qtN (~))4L1e\kXHQG6EYAJ'\'GgSSݧ M=:.kDwn^Loy}/TmG X $ <5qo</QC]@Caaᄑ.ȽJtq]zۯ6iܟ4)Y3sCQ? 0k߬~OCOg#/c/Wװwa>>r><72Y_7ȷOo_C#dz%gA[z|!?:eAAA!h쐭!ΑiP~aa~ 'W?pX15wCsDDDޛg1O9-J5*>.j<74?.fYXXIlK9.*6nl {/]py.,:@LN8A*%w% yg"/6шC\*NH*Mz쑼5y$3,幄'L Lݛ:v m2=:1qB!Mggfvˬen/kY- BTZ(*geWf͉9+̳ې7ᒶKW-X潬j9(xoʿܔĹdff-[n ڴ VE/(ۻCɾUUMfeI?m]Nmq#׹=TR+Gw- 6 U#pDy  :v{vg/jBFS[b[O>zG499?rCd&ˮ/~јѡ򗓿m|x31^VwwO| (hSЧc3-gAMA|Q cHRMz%u0`:o_FIDATxڤϋa?h¼6vCMH*̽y/X Y dCC?,ȗMk{x L&f V\0gKe?1Ђ&Գ9t KXjI$Y%kXVS l+'DhRpSS0qЌ4hA!";f| 爧G] 2xnxj;ACs!n xM=4 + >7hTpG@ȗ>_ /^}AKȗ(pg>7 w22b4}:^z w!_K%<u)Ơצ vǯ\%8KЕpN-#_VȹS\e \ˠͯojmK[U0w(z_`ԅgLIENDB`PK ~{7(=A&skin/classic/browser/places/places.css/* Sidebars */ .sidebar-placesTree { -moz-appearance: none; border: 0; margin: 0; border-top: 1px solid ThreeDShadow; } .sidebar-placesTreechildren::-moz-tree-cell(leaf) , .sidebar-placesTreechildren::-moz-tree-image(leaf) { cursor: pointer; } .sidebar-placesTreechildren::-moz-tree-cell-text(leaf, hover) { cursor: pointer; text-decoration: underline; } .sidebar-placesTreechildren::-moz-tree-cell(separator) { cursor: default; } /* Trees */ treechildren::-moz-tree-image(title) { padding-right: 2px; margin: 0px 2px; width: 16px; height: 16px; } treechildren::-moz-tree-image(title, separator) { width: 0; height: 0; } treechildren::-moz-tree-image(title, container) { list-style-image: url("moz-icon://stock/gtk-directory?size=menu"); } treechildren::-moz-tree-image(title, container, livemark) { list-style-image: url("chrome://browser/skin/page-livemarks.png"); -moz-image-region: auto; } treechildren::-moz-tree-image(title, container, tagContainer) { list-style-image: url("chrome://mozapps/skin/places/tagContainerIcon.png"); -moz-image-region: auto; } /* query-nodes should be styled even if they're not expandable */ treechildren::-moz-tree-image(title, query) { list-style-image: url("chrome://browser/skin/places/query.png"); -moz-image-region: auto; } treechildren::-moz-tree-row(session-start) { border-top:1px dotted ThreeDShadow; font-weight: bold; } treechildren::-moz-tree-cell-text(date, session-continue) { color: -moz-Field; } PK 2~7ۋ)skin/classic/browser/places/organizer.css /* Toolbar */ #placesToolbar { border: none; } /* back button */ #back-button { list-style-image: url("moz-icon://stock/gtk-go-back?size=toolbar"); } #back-button[disabled="true"] { list-style-image: url("moz-icon://stock/gtk-go-back?size=toolbar&state=disabled"); } /* forward button */ #forward-button { list-style-image: url("moz-icon://stock/gtk-go-forward?size=toolbar"); } #forward-button[disabled="true"] { list-style-image: url("moz-icon://stock/gtk-go-forward?size=toolbar&state=disabled"); } /* organize button */ #organizeButton { list-style-image: url("moz-icon://stock/gtk-properties?size=button"); } /* view button */ #viewMenu { list-style-image: url("moz-icon://stock/gtk-sort-ascending?size=button"); } /* maintenance button */ #maintenanceButton { list-style-image: url("moz-icon://stock/gtk-revert-to-saved?size=button"); } /* Root View */ #placesView { border-top: 1px solid ThreeDDarkShadow; background-color: Window; } #splitter { border: 0px; width: 3px; } /* Place List, Place Content */ .placesTree { margin: 0px; } #placesList { -moz-appearance: none; margin: 0px; border: none; padding: 0; } #placeContent { -moz-appearance: none; border: 0px; } /* Search Bar */ #searchbar { margin: 6px -4px 0px 2px; } .textbox-input-closebutton { -moz-appearance: none; margin: 1px 2px 1px 1px; min-width: 0; background-color: transparent; border: none; padding: 0 !important; list-style-image: url("moz-icon://stock/gtk-clear?size=menu"); width: 16px; height: 16px; cursor: default; } .textbox-input-closebutton > .button-box { margin: 0; padding: 0; border: 0; } .small, .small[disabled="true"] { font-size: x-small; min-width: 0px; padding: 0px 4px 0px 4px; margin: 0px; border: 0px; } .small .button-text, .small .button-box { padding: 0px; border: 0px; } #searchFilter { padding: 0px; } #searchFilter[empty="true"] { color: GrayText; } #searchFilter .textbox-input-box { padding: 2px 2px 3px 4px; } .filterList { -moz-appearance: none; background-color: transparent; border: 0px; margin: 2px; padding: 0px; min-width: 0px; width: 16px; height: 16px; list-style-image: url("chrome://browser/skin/Search-bar.png"); -moz-user-focus: ignore; cursor: default; } .filterList .button-box { border: 0px; padding: 0px; } .filterList .button-menu-dropmarker { margin: 9px -3px -4px 8px; } /* Calendar */ .history-calendar { margin: 0px 0px 7px 6px; } .calendar-box { -moz-appearance: listbox; border: 1px solid black; background-color: white; } .calendar-header { background-color: #EEE; } .calendar-month-jump { cursor: pointer; padding-left: 6px; padding-right: 6px; } .calendar-month-jump:hover { background-color: #DDD; } .calendar-grid { padding-left: 8px; padding-right: 8px; padding-bottom: 4px; } .calendar-grid label { /* everything in the calendar grid */ padding: 4px; margin: 0px; text-align: center; font-size: 80%; } .calendar-month-title { text-align: center; } .calendar-day-header { border-bottom: 1px solid #888; } .calendar-day { /* just days (excluding the day headers) */ cursor: w-resize; color: white; background-color:white; } .calendar-day:hover { background-color: #DDD; } .calendar-day[selected="true"] { cursor: w-resize; background-color: #8C8; } .calendar-day[selected="true"]:hover { background-color: #6A6; } .calendar-day[month="this"] { color: black; } .calendar-day[month="other"] { color: #888; } #advancedSearchRows { border-bottom: 2px solid; -moz-border-bottom-colors: ThreeDHighlight ThreeDShadow; padding: 3px 3px 3px 0px; } #searchModifiers { padding-right: 3px; } #debugPanel { background-color: ThreeDFace; border-top: 2px solid; -moz-border-top-colors: ThreeDShadow ThreeDHighlight; } /**** expanders ****/ .expander-up, .expander-down { min-width: 0; } .expander-up { list-style-image: url("chrome://global/skin/arrow/arrow-up.gif"); } .expander-down { list-style-image: url("chrome://global/skin/arrow/arrow-dn.gif"); } .expander-down:hover:active { list-style-image: url("chrome://global/skin/arrow/arrow-dn-hov.gif"); } .expander-up:hover:active { list-style-image: url("chrome://global/skin/arrow/arrow-up-hov.gif"); } /**** menuitem stock icons ****/ menuitem:not([type]) { -moz-binding: url("chrome://global/content/bindings/menu.xml#menuitem-iconic"); } menuitem[command="cmd_cut"] { list-style-image: url("moz-icon://stock/gtk-cut?size=menu"); } menuitem[command="cmd_cut"][disabled] { list-style-image: url("moz-icon://stock/gtk-cut?size=menu&state=disabled"); } menuitem[command="cmd_copy"] { list-style-image: url("moz-icon://stock/gtk-copy?size=menu"); } menuitem[command="cmd_copy"][disabled] { list-style-image: url("moz-icon://stock/gtk-copy?size=menu&state=disabled"); } menuitem[command="cmd_paste"] { list-style-image: url("moz-icon://stock/gtk-paste?size=menu"); } menuitem[command="cmd_paste"][disabled] { list-style-image: url("moz-icon://stock/gtk-paste?size=menu&state=disabled"); } menuitem[command="cmd_delete"] { list-style-image: url("moz-icon://stock/gtk-delete?size=menu"); } menuitem[command="cmd_delete"][disabled] { list-style-image: url("moz-icon://stock/gtk-delete?size=menu&state=disabled"); } menuitem[command="cmd_undo"] { list-style-image: url("moz-icon://stock/gtk-undo?size=menu"); } menuitem[command="cmd_undo"][disabled] { list-style-image: url("moz-icon://stock/gtk-undo?size=menu&state=disabled"); } menuitem[command="cmd_redo"] { list-style-image: url("moz-icon://stock/gtk-redo?size=menu"); } menuitem[command="cmd_redo"][disabled] { list-style-image: url("moz-icon://stock/gtk-redo?size=menu&state=disabled"); } menuitem[command="cmd_selectAll"] { list-style-image: url("moz-icon://stock/gtk-select-all?size=menu"); } #orgClose { list-style-image: url("moz-icon://stock/gtk-close?size=menu"); } menuitem[command="placesCmd_open:window"] { list-style-image: url("chrome://browser/skin/Toolbar-small.png"); -moz-image-region: rect(0px 80px 16px 64px); } menuitem[command="placesCmd_open:tab"] { list-style-image: url("chrome://browser/skin/Toolbar-small.png"); -moz-image-region: rect(0px 64px 16px 48px); } menuitem[command="placesCmd_show:info"] { list-style-image: url("moz-icon://stock/gtk-properties?size=menu"); } menuitem[command="OrganizerCommand_import"] { list-style-image: url("moz-icon://stock/gtk-revert-to-saved?size=menu"); } menuitem[command="OrganizerCommand_export"] { list-style-image: url("moz-icon://stock/gtk-save-as?size=menu"); } PK i|7D_%skin/classic/browser/places/query.pngPNG  IHDRasBIT|d pHYs B(xtEXtSoftwarewww.inkscape.org<#IDAT8OHa?o4gmߴ nA]DBPN]*S2D%hh;Vڲb9{;lnsM z/yBJ,L# uSlty@#诼p[-L|8/ 4ϲ'σʻKjr uk!Ge ^J@ &n 2@0?5Rtvj^j\#e.[䦛컨Am*6>#)qJ MqpƂ M  `S QlxFi`Gշ f 8s{s'R16}"1N"1Ҿm)ihe8eGӻpX ,Xq +3^zH.PK훞YlŠd3 On`pBjC,y@+l`*wR~SwI<Эh4y/j4{SG>CC|nGQM"Eֳ_Rhz&Ymgݍ*Q)~aC)IENDB`PK 8f7A1h h (skin/classic/browser/places/starPage.pngPNG  IHDRa pHYs   OiCCPPhotoshop ICC profilexڝSgTS=BKKoR RB&*! J!QEEȠQ, !{kּ> H3Q5 B.@ $pd!s#~<<+"x M0B\t8K@zB@F&S`cbP-`'{[! eDh;VEX0fK9-0IWfH  0Q){`##xFW<+*x<$9E[-qWW.(I+6aa@.y24x6_-"bbϫp@t~,/;m%h^ uf@Wp~<5j>{-]cK'Xto(hw?G%fIq^D$.Tʳ?D*A, `6B$BB dr`)B(Ͱ*`/@4Qhp.U=pa( Aa!ڈbX#!H$ ɈQ"K5H1RT UH=r9\F;2G1Q= C7F dt1r=6Ыhڏ>C03l0.B8, c˱" VcϱwE 6wB aAHXLXNH $4 7 Q'"K&b21XH,#/{C7$C2'ITFnR#,4H#dk9, +ȅ3![ b@qS(RjJ4e2AURݨT5ZBRQ4u9̓IKhhitݕNWGw Ljg(gwLӋT071oUX**| J&*/Tު UUT^S}FU3S ԖUPSSg;goT?~YYLOCQ_ cx,!k u5&|v*=9C3J3WRf?qtN (~))4L1e\kXHQG6EYAJ'\'GgSSݧ M=:.kDwn^Loy}/TmG X $ <5qo</QC]@Caaᄑ.ȽJtq]zۯ6iܟ4)Y3sCQ? 0k߬~OCOg#/c/Wװwa>>r><72Y_7ȷOo_C#dz%gA[z|!?:eAAA!h쐭!ΑiP~aa~ 'W?pX15wCsDDDޛg1O9-J5*>.j<74?.fYXXIlK9.*6nl {/]py.,:@LN8A*%w% yg"/6шC\*NH*Mz쑼5y$3,幄'L Lݛ:v m2=:1qB!Mggfvˬen/kY- BTZ(*geWf͉9+̳ې7ᒶKW-X潬j9(xoʿܔĹdff-[n ڴ VE/(ۻCɾUUMfeI?m]Nmq#׹=TR+Gw- 6 U#pDy  :v{vg/jBFS[b[O>zG499?rCd&ˮ/~јѡ򗓿m|x31^VwwO| (hSЧc3-gAMA|Q cHRMz%u0`:o_FIDATxڤr@x|# 11=A$ A -<ZD%&F""D̗W9wN W>\EMgc3|6)s.g\k-ZRw+..bm6SZZsV)|>?Yc41Ƴy&I,;8Rr[kDLu۶R%" "e^Moށ/8{b5XE;tmvPUU{l!1@Fn ƈi1.rN3v!{V+$AkM!^-ZkeI'p d1UUQic?؄1(^/jk܇ o䔺IENDB`PK i|7mm#skin/classic/browser/places/tag.pngPNG  IHDRasBIT|d pHYs B(xtEXtSoftwarewww.inkscape.org<IDAT8}]HSaƟ=sfsdNUYd߅!N/.݇BDFE%I,P)?"n"R:lsnggγ9w. zxx1P($m sPJf,˺ ?"}}}.IܪZy 8![C45KӌѺ_* uTl[dk5`M `;TX]XXAM/-}~Nc*x$bQL( j)x:e @(ym$z51VUv9 B G%ӅT@xF( ((lX%FmKK \wwQRFQ(RB $8T ]a& vUd2%e~|l~MMa}O^9]U6Bcp:(v07$(/&'_e>}6<==yA<^!s(J]p2 E? ij:w)lrTg%7H|VǁRPP##CH$u Khxx$mY!<:<Dzy&zh@c" "(τgVǂ`z?RɕsF29΄5m-ki_@kk+mf!K7_|w~h='IENDB`PK 8f7S71skin/classic/browser/places/toolbarDropMarker.pngPNG  IHDRQ"sRGBgAMA a cHRMz&u0`:pQ<,IDATWc` !* #$)Alz!nD!~UnPJIENDB`PK f7bb&skin/classic/browser/places/wrench.pngPNG  IHDRagAMA7tEXtSoftwareAdobe ImageReadyqe<IDAT8˕oQ_[c+W.]хi5  g mJ[Fq#_)qո;,@{;upLTʙH$(Z XMɤni"\nt:}yD 0 \ ږIU4(r HMk̈_4_ziy'"[ n1rM_A`b=$Ik_p-qS~=li~3Bv"qZAԧ̸r[G]<&e!'ڸ67 yq$OX!=_~1Gs~EZQx&qWK3!ޤunkzGrjQnIENDB`PK i|7J1;##0skin/classic/browser/preferences/application.pngPNG  IHDR;֕JsBIT|d pHYs B(xtEXtSoftwarewww.inkscape.org<IDAT(}KQGQM([MI+v"ŀ[7EVMZ,]\%b0ō f҂QUԉ3ǐ>x..RJn2SW˙~u+_Lcds{5խ e ?ڧy OVp0+힂BԇhXSR *鈢 |y(zY+.t'uUBJh16øe[pSjd|Fl 7 UAGIENDB`PK z*m7i[AA,skin/classic/browser/preferences/Options.pngPNG  IHDR@1{bKGD pHYs  tIME  "a4 IDATxu]?GH<7HP[ (b-`-Pm!A:qǽ3DZc~t?_~nߚϬ7/|崩_#N={;dGx|PrDq@MeY%kJΝ{A&L .^5}^9mj垸ΓgYŎf  QEQ˶>5m۾߶m[QQ+MŮKnsodؑh j[o]]]s[,<@,J}so~ک^$5C= \'3]%z!K4E+,Z=Gl2#Mߛ sc'/^CeUU[L~^.999IccGV1k6]C:ZKj~0 J-]~_i˯ݕ+~s'8peAJSS#8/=T~{y/$7ޛsٛvA2>2~Y+ "M5|"vu9hf=tI܍rnnCb&Ԥ'??~)**C5;# ry]y_c$Ibǃco.>=O7/wx1a>ēOOhm;$$MI&hm{~Ӧp~{ cY ]/!Hg6v:fwm:Zs$JffKޮ+9"ϟVȶmpzAd9o3HukF A|E'gYr,G\UBT$M@0l #|`l!CJP̺6[ `#pw)vN|>(B]]= X,lܴyҤ#33 G9c?/' Lj(L0#ײDGϿd7pj]}.{<+mN:&G|W:˲WLq"3dy444+-#>:4kǟG?L;c;u_ϵ.n, IJV# R73x;{+]F(BdTE%%,1\*d魭p\b!/c:.ah:V݁M``ibywE AWБ$ ݁CA EEAt]o+M`~gqzo/3-Z؎C}c:PS]߀S$Yc8'7meXG|ݲy04?C;â¢c8e8"пo?ľc_tq<?<3;Hykw}wakn"s@~ 83qnZ8C7 qʈɨy8aXh^/+"X8a!z$BC }߄ї kJO^A('mw4rƌL4I%K~fG(+s$ydgc.Dqp]4E1b%X|$| dt(-}]mv͍s]o$@ÆZ-ubs575,#*v"% BO}yr3~$ע?CU1lIb! : Fhm#F$s3Q23p":t7=Qm??lE M@@hll"## ݲ23q:݄*wIا /qESU"6 ֟uOy[+jCC ~/+M͜c)4yiXE}} I~U^fQ"o4wL ; "]>'= n6a`&m ȲAV%iߒ1O~. r. ~ӶFv܆eO!S0Hh!RI! $!)$Il`$ &hpNqMǖ%I{2ƿÖUwOFD$Ap$1]$G mQ{#$lA7h7k~b]ٛDQ i.(, _ssK7'xTDA$QSU]CVV& Φo"6nWޣ h;N4OZpk9C2$LbA3.f48;d\ri~t3b[*;AH 8 4DQFD$\CL,ClUI"cX1-HXě9 hw (()(JN;97%;6_^rlSSv-ڼd}뒟Ǻ|dV_GEFedIbZno7Ņ>$a-ᙏ4LM/5kqaÆPMflټz0$F1|6m͇?} lx _9F-İqlNG/m. _u'? i;۰e@P'= mPY:L yCc;2d=x8>qAlIưL_"v %;hky htBS+%(he[(T =K@_^o3+f̣7tR8;WM~Gwc굥O7nP]4]GDhD=z[$*)HPЇeY4^;uBնmJK78PR2K}uE9#x/ߋ8?vQ$ #`c.a6F\^''W@ >Cm$Jc"j`WA[$`jzrv);3<0{ֹh[+*qnUJ}o.+"k^kKޙ6.]f 뺴 y$JtĴӏ/8˶qmt}Hx=e8_ q\uť]@~ ,>uDCSt̾ "mH"`,]>/?ΝzTQ;<ϝ4VfUsWCmm-H;v l"`cX{֣%.W4$6LVz`a0t 6>?(u m+G8L=HeT++X.ڑn3vŅz- i32Z;wdZv {gx<e%"3Kê=.0d@_"kĐAAtVzWIƲ5̸KRs6YKCYYDn* ~Mb]nV4&r6>QvDAJـC-@t䧻.n3^P#D/ơf]#RF9U2FO9*5UU5~ZA8 !y wA9y d@'^~O^34++п/"PA ;-s/=驧*2dHu]M}ӹ,Y̔'T$aW >Qpk{ Tw 555ض&fh:NmR64JֈfsD$@R끪ܨ`&n#d7n Fg\ojhҶ_; v{Tus,h$Kzvhx1_}+s,JH$B"ܥwL&kk~sˬ7T~y e$7Ll  ygk3+qVNR_u+W]l)y0K73_1. LՍp%SZVE|u)Կ#Zz:! L`Lۖ㸻$@6UH f ~"5)%I>JakCH 37坬]1044t*NE\HRNhC\k-jhfܼAQcSWWߣY7{اAiڨIOWj*\2羅ˏ."}&,ʣ=hqXmlIl}ӎ DD/_5ʋDžp8D}kx_r{bMAN啕47G*}X,t00DܰRvMZ'َ D|wqXmxS 4vZԘTmK2!ŗrZ4@2v"iU nW16j"bSH nZ:ۮb۩$ }RHeRiM)pP,EL)ҟɁ"r$J$H'vym6*)"Df;t|v0A΂cOڌIep8ʚzj4|Ҍ}L7?N dY& H$qʔ$`Iy0Gf8ְrSD{ en)ݥ@ac޼hs̔'TIR RP|P< B4@6 <;҂ ׶Ae*hEmW?*> QaS*))IY׮L{lk'*$j3I#*@HZ~R7z4htN9cUM ]t xeA f[|*Zr;E""N W}7>  I,x0͔&.( $ٯ~߫4-:]y;w ?غ {0}*B&8p)02Rjj ?/&R@Ckhp-QRmH hJĤɥ;VOwľ$kR&GHPvT >/yd".Mȭۦ)C3M,Be\(|NQih\^9wcU&?7HEQ0 OTz(J8#IXfN=~'{W=OC9aS:kO+߼F.FZx $U B; v6FI!J\\mmg9WQS!(ݰ 4u{_}qsmkLEaEPHd`0#; vA$>a';Iw"i#"L^b?願TC$;%A5=q `0H".$᜔i;N/mq̴ g/\3Ms؁YTUpI(K}p,LU"XdI  & пnQ%WOe\?GiݧQH$.dI4Z:}XAgsvu~S//*Ro>ٲG ( 1m^˛x<(ڬ^ʋڥ XV#X a7'[֛v^Qd|eG"Ld D0)/mYlOm ) tA)T{y:}(vSʨb9\Z"m\+BZm/46W\I}OHvZT3̚-! IDAT mh0Hm˶M 0H[%=::{ 'zFKb*q޲;*+3rGqӃ0{{EK}f=` RY-%ӧ}}b_Eڞ!J{FaҡwK":nR6L- FM}^M3f'ɋ\mitEY[oi֭}i7::# 4Fv=S,eY GU+!rvakXcφTE]m+{s,>Ym'cr}?uo.YL!$5CƝ9 < OfF7XA_キk/ 5Ɩ< _wrBڔFR_ߴNUUqĈRP06n\|weitxeGy$''']7ذi Y8eo`Omg1\5jZWWg+v sOr93# ?cO5rD:v*fEX[{:ePAȾCHDMU~ǽޤ+.*c7n<<Ŕ ft |Gn˻^ˮVTXk/gɢ%G8E,'܌ ep[Ko^{+?qno o{ﹽPe?'M$cq(e~ P躻?r=_+va~k,%mO,k:ü2D}c9R [bbCKs %97GTW׽>4*+(X/{+ٷ7/ªNݲlƌGZW-PB~ T]9;v(ꡲHXȫVg5±"77#?>ׄڇ߫.zj2a5MI1q}8)TTVt” nWY>*[7ʊ\eA%%4d }rCsiR]S}Њ+xӭIg0guoRyow@Ӛ]>rܾ-ar*0SҜJ?GQT-p&^YzhN>˱I:;$9OBv4om3bysE4RW$JhAa4-wy&>{ȡի}osv{ }IRKjppţ˷m_2|♤ۚЯ01 3N=EVݙ_4嚊nLvtXx)'83K/0hCDfV&V6"0tH FCbٲUO?7sO# pgO_۫|+ߺvgku}wI,PG}Qgڴ+p[w('5GQ21b10?`[(=[S$vzRH'GqcpuCb qJ'˶شe+#lٺl˖&7o4uXC4g-l*]}_~^}"L0[mأ9DMņ HQՇ?k9L$QӦ'Eq;t0axJJm1M^~mdYz^ؾ 3<+qwpC$YXTyt o窯EAxb) &?O0/?Y<9/D%Ψ.|-UQuP4YPJ½.OmmYV햗8TWn," Ei~/.cۦuH%/Iijjme堪0 <+VfGjS핗_nj~\xntTx4N,G{fJdIq%/L=ㄟdtT 3b[;Ab~\kC(LNv7vv~@r{(}yl7YBqR\TĒe+_s=_QEXUZNumi5<3RUߜ1x@qx[n'yġ88)5Աhe)^]dԨ]SJee59ȲDSʄ}dzrjϝ[># 7 hB_w^<_dՌ5 Ӷ(VabZDgϷa,]~Ņh=} a,]9UԷ/;iO(8~/Nf-OӦ6h0ԫ4nJ&L 21 WlE0Pǟu?|0/= AN*6ܴ!3{29}>l?l%5hso;DDl&dg{^H.ilh!#i4^;Ń'33L<,/_fv/ۼÖmD#Q&KI&:x(8+"K[fE׍Vֆ(}k߶Ƕw:l41%;) i?`O.vSŵk++1] Qv4d'MٙpG6?#NFV}3foSaZL"H:t2Īi2r>}G1jT eUMmm M[vs$56/$ fcV.yDDU,煄fs+bQU6(OtRs:` DAa& u5 IMC3&>2-@SMMٜ^^]OvNI-i1 @ApO046W/erdPW'[S[eZI^Ժ_ -%~@?6/피 Avd7Ŕ$~-eP;v,cw[' z 態_`|S#!Be KsnyhY!xEK.h}t^nW?On)'k&< 3@u H2yi9B! ͚~1h@_4-F":bzeMMMT0zknL|^f)Eeء呛[|cBvA1SטJ0z$74"fn0EUܰ0Cn!9{PqHjgieO+/ezm8ԜQYF a&=dUAΙ֭e~ZA0.x"cHࣷ פEV$Κ.fc!h,o;EQdGOEԐ۞~Ef8L"g覊5Eb>555mC0uAIql.'+#߇fR6`}f,cGowUѴp fcڏPYK|^O! ͏d֭[;.8]'d<0Kop9:lFhoh5h2o+-jy:BE׻d«ouf8rÆHffQF>9X\r/6=uPyUFe$Yql>{(PPiXV^emT˱qmݶP[ m"kD^UVeNRd,ہh>m(e{FVA*ԳCԖ R ]c8Vm [.p*"/>|•A_o?vY0A=îk1[#}/= w7V^ri' lذe7?wpO| 7l*o-Ǵ \I߮&!4=VV)v$sܼ5N6m&(G + DI[-mmiܘѸv6ܦ͸fm[]=Tɸv,*+z4K"=PTGd-qd25F޹p>4ţ 0-kgHD]9"^e: F~(>/ 99TU,~1>~6o/gӖ7M W>t08ftXf%0͎dtھ6ߦ_?1tOPok!D. te腴CsSՠ-nT|/ǫ6^An]J@0b&kk}6P@=ցX4N4w_la,:&vA+/Gdl7%vǓ{-9:HbKymKضެc1=G󇩘I EQ$| ߴPF22rsŬX٢bӦ@fۭIzJS԰7L/s Gz*v)ZLbL+.:vv\ykjiIU ?rrhjjܡSI I.~AiL2Y;U_DH$vBX|ꍣ/?x ed rHCqq!adY_A Nz`TkI/Gr:{;-rW/y~~4;m#$yUlcFw~!uia"bum<4mfi(¼|NI(\tw'|El} kl£h˶Z!R!'+ YYx Oy*uq_k>)!ݎ6`LXVwGa|C0?ƛP:.r4+*6py)zRFuEV\oFwf <.}s*>$Q^*#遗 0D+ٝJ({dP G z2I1 $/Xb9Lx3iMl#4hgxU>?PϾ_w57΁3#ҽ;m.3H&uF@4=T Ja04 '0jP)l|%ڱY"Bmm]eȼVGYt mqS2DZ[S {CO#0 ~T@I7 gfMNvv,%4,ǥ!acYE'ڼpkq kWAA\߾:}hSl9pN4vO;Kr |kX{FR \eQi*Wk>iYX٣xT~yZ.o*Jj$wtU7>mw$HP&fP34{EU>uG"]_q$]l޹DGqs&CiS!YTUD((jӦ? p6h .@ "53s_3-njIf3={;wy N 䅵2;f=B7E0U K<.~`4| uKJ+yyvR.BNx'M2i2{U] (+1I/2Re/!&<1auD"f Ɖw Hڣ|m z@oۙqAMB ysռcw.],((R^ >`{ ""r/rFi$p-U>`οa>`)4++hܱcM,V]M-&ˏXmv.$~̀*+–'' dH(J'IDATͭ{V\`l+  Ӂm@6HՃRn Děx/u-.^mZv_-sj|{4Ś#iϊszT`iL$!(4RLH Iu]Mh&G5DY[3i?rlE䐮NG^̝m^QH{G@)(H%wR$Z 8 t.plaA)7>Z|(Gz_SIENDB`PK 8f70 +skin/classic/browser/preferences/plugin.pngPNG  IHDR7gAMA7tEXtSoftwareAdobe ImageReadyqe<VIDAT?HTݝ^ٟ ju ɥpOhi/8ԩ!p*0Ў;}E,tnM2|13 "byK$i^NFDЙ;4eZ|Uj|jf^$ig)kYbIuKWPcJ'U>4MKB݆eSJtO9iԄ ʆn#2u` *_ R4+*BuϘMYU׷oAaLG۽kE|"2w9m[yGwSB3{er~㫹<{ @% @IENDB`PK 7i 1skin/classic/browser/preferences/applications.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is the Firefox Preferences System. * * The Initial Developer of the Original Code is Mozilla Corporation. * Portions created by the Initial Developer are Copyright (C) 2005 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Florian Queze * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ /** * Line up the actions menu with action labels above and below it. * Equalize the distance from the left side of the action box to the left side * of the icon for both the menu and the non-menu versions of the action box. * Also make sure the labels are the same distance away from the icons. */ .actionsMenu { margin-top: -1px; margin-bottom: -1px; -moz-margin-start: -1px; -moz-margin-end: 0; } .typeIcon, .actionIcon { -moz-margin-start: 3px; -moz-margin-end: 3px; } richlistitem label { -moz-margin-start: 1px; margin-top: 2px; } richlistitem { min-height: 25px; } .actionsMenu .menulist-icon { -moz-margin-end: 1px; } .actionsMenu > menupopup > menuitem > .menu-iconic-left { -moz-padding-start: 0; -moz-padding-end: 4px; } .actionsMenu > menupopup > menuitem { -moz-padding-start: 3px; } PK 8f7PP8skin/classic/browser/safebrowsing/browser-protection.css#safebrowsing-palm-message { display: none; position: fixed; top: 0px; left: 0px; z-index: 2; } #safebrowsing-palm-message-content { background-color: white; color: black; -moz-box-sizing: border-box; -moz-border-radius: 10px; padding: 10px; border-top: 1px solid; border-left: 1px solid; border-right: 2px solid; border-bottom: 2px solid; z-index: 1; margin: 0; font-size: 120%; } .safebrowsing-palm-fixed-width { width: 400px; max-width: 400px; } .safebrowsing-palm-paragraph { padding-bottom: 2em; } #safebrowsing-palm-close-container { height: 16px; margin: 0; padding: 0; } #safebrowsing-palm-close { cursor: pointer; height: 16px; width: 16px; list-style-image: url("chrome://browser/skin/safebrowsing/close16x16.png"); z-index: 10; } #safebrowsing-palm-message-tail-container { display: none; position: fixed; top: 0px; left: 0px; border-right: 2px solid; z-index: 3; height: 67px; margin: 0; padding: 0; } #safebrowsing-palm-message-tail { height: 67px; width: 24px; max-width: 24px; z-index: 3; } #safebrowsing-palm-message-titlebox { background-image: url("chrome://browser/skin/safebrowsing/warning24x24.png"); background-repeat: no-repeat; background-position: top left; text-indent: 30px; padding: 0 0 5px; margin-top: -16px; font-size: 120%; font-weight: bold; min-height: 26px; } #safebrowsing-palm-message-actionbox { padding: 10px 10px 15px; text-align: center; } .safebrowsing-palm-bigtext { font-weight: bold; } .safebrowsing-palm-smalltext { font-size: 80%; } #safebrowsing-palm-google-logo { height: 32px; max-height: 32px; width: 78px; } #safebrowsing-page-canvas { position: fixed; } #safebrowsing-dim-area-canvas { background-image: url("chrome://browser/skin/safebrowsing/dim.png"); position: fixed; } #safebrowsing-urlbar-icon { padding: 1px 2px 1px 0; } #safebrowsing-urlbar-icon[level="safe"] { list-style-image: none; } #safebrowsing-urlbar-icon[level="warn"] { list-style-image: url("chrome://browser/skin/safebrowsing/warning16x16.png"); } PK 8f7ʉ0skin/classic/browser/safebrowsing/close16x16.pngPNG  IHDRagAMAOX2tEXtSoftwareAdobe ImageReadyqe<IDATxڄSMHTQ}?3|30 - "AT$"E٢@\N% ZD"R-\H\627μ7n>G@51 5 0P+k[~LRڰT}'qԋgΙNut8SQqRK[8qy1%F9ދ#ơ@x@K;z"T; qn E.sJ%V|(gx;>_\G2` xMig,Ps=0J`j9[E*}鲆jfWpaM0(U=JLCkZ٬y &qNpOuPUcSNrv@нhS'&_,nOVmT|1C䚆Zs tC3JsN򕑴Ȼ-E Ĵ2n"IENDB`PK 8f7m)skin/classic/browser/safebrowsing/dim.pngPNG  IHDRX pHYs  gAMA|Q cHRMz%u0`:o_FIDATxbd``X0 F( i4F( h4Qh 2 F@d< F3(x@fQ0  `4AF(h4Qh 2 F@d< F3(x@fQ0  `4AF(h4Qh 2 F@d< F3(x@fQ0  `4AF(h4Qh 2 F@d< F3(x@fQ0  `4AF(h4Qh 2 F@d< F3(x@fQ0  `4AF(h4Qh 2 F@d< F3(x@fQ0  `4AF(h4Qh 2 F@d< F3(x@fQ0  `4AF(h4Qh 2 F@d< F3(x@fQ0  `4AF(h4Qh 2 F@d< F3(x@fQ0  `4AF(h4Qh 2 F@d< F3(x@fQ0  `4AF(h4Qh 2 F@d< F3(x@fQ0  `4AF(h4Qh 2 F@d< F3(x@fQ0  `4AF(h4Qh 2 F@d< F3(x@fQ0  `4AF(h4Qh 2 F@d< F3(x@fQ0  `4AF(h4Qh 2 F@d< F3(x@fQ0  `4AF(h4Qh 2 F@d< F3(x@fQ0  `4AF(h4Qh 2 F@d< F3(x@fQ0  `4AF(h4Qh 2 F@d< F3(x@fQ0  `4AF(h4Qh 2 F@d< F3(x@fQ0  `4AF(h4Qh 2 F@d< F3(x@fQ0  `4AF(h4Qh 2 F@d< F3(x@fQ0  `4AF(h4Qh 2 F@d< F3(x@fQ0  `4AF(h4Qh 2 F@d< F3(x@fQ0  `4AF(h4Qh 2 F@d< F3(x@fQ0  `4AF(h4Qh 2 F@d< F3(x@fQ0 O6lUIENDB`PK 8f7j *skin/classic/browser/safebrowsing/tail.pngPNG  IHDRC>gAMA7tEXtSoftwareAdobe ImageReadyqe<IDATxԘ[@㬉Fk! H!>X zK4R' Ⱥ}Zea:y˜ć939?al4as(- (e:~ydR.úu2灤O} E|"fZ&IR(H]2hf(`xxӹl6T4* C|p\DXVB@fO~ǗDSn}[̞҅ W@j{"GēD Rݮ^;<+ z2xUDJ׃s,>c'0~>Jap:N9NG٬N 6RԶD2d2i4rqzfeїBbe#rnpɵBUekHw!{nت!z,~FG 8SK[.NVch 3[j'pvuBU}=H$Zˈ.i#"߇!U$@ U*(vεydi#y?萖ε瘶$QL&{rJjtIQdG4GxVѵBIENDB`PK 8f7EY2skin/classic/browser/safebrowsing/warning16x16.pngPNG  IHDRagAMAOX2tEXtSoftwareAdobe ImageReadyqe<qIDATx|SKOQљ>vjIT0j\@ иbb,\ aJDEhieZڙw{)$̜{<=Nr 3LN-2S8gf^LJ[ )~?w .V5ɈrGmJ,Ѻd#(T!G0`~PaaN"7F̕ϰ0i. "z-q KgVq xR\Ava8$ϒR?"{D)_S2w@)BlNYo9t6vw!9u *0 ?̙-dNXzrP}Yr3 < }@qQn08ބV)A\+*NI)@(9+,~8,CL*Q 0bcE˥s|$4@$(xVj^UZJkIM,0+38iNsFuK\**R]?@"xN ?';i:)&C!)VJ>  ^m\X\13י;woOhIENDB`PK 8f7w  2skin/classic/browser/safebrowsing/warning24x24.pngPNG  IHDRw=gAMAOX2tEXtSoftwareAdobe ImageReadyqe<IDATxڴUMh\U}Lb~ bHBRPhDJ b. ] Ʈ]B)Y\(XWvBBL%&i&i'?dfdf&np7ι2QϤ}w\SSJ{22o0E>>?5z<twk:}p:uN`ǟ`n%U=MD=ohӯ2~8[0d`,dz;Q醢Zz k]~606ϲh#t=FH1ً_b6847@B =pJSs@]}D>@trw~Wx9A0U ࡫7b}v+W;;%Q}<e 2VE+}G?hnk(KpL\wA,|+Bg53砩.܃M>N˜9DPmGQ>?c#G=D{;XW+痢 {Hs_`]~bu93 )쁔w5n7>\Cqj976Q"A?_&&hbc AEI **ؘƺbY׵]}^k72irrs~90N8ÿ8!et e [82/ vg;k3^/TAڀfr'/U/P\@L@B#LI*c{Ȼ&^y'|&9@HVSX qF0a088ua04[qt"dgΩʼl^( NA9t: `+@aX:?_ u{SG@:tIջq7'2 4bXVmUغjc3Z7 bŜk > Is6qccM1(z6 )_. '!)5òG=fBp^KzJ4"pR푎cy㬹\inTvV;eAG) hZ$._O@B5C΀G?x zu=: c=wn!I2ځc& 9^)x8KSR| \lz CԒa_j!yyRJGZG~F`P%3DErg_b03.%AOHa8 /sy .0SV +'6*A f@%0J!P 1 ,gdմP54PI HMح֛f??I T,]fE_l Nt8L[i7J}]**a,r:,2( B5< w YR4m9y#:půd1oj(` :갬 .j8p hScw>Y&\nkE)3ȁ@ҙI`~k.nx^C nbGR1l5`Z-|rUyF{d~TPՐBoӌfѫltO$ÿݶSgEU>^^~qF8-3#TEDtCtMDB;a#CJI%s+݇umI`i(.SnnU^LEx n[pB(#S--/#,w}7P*xalY8 ` r}qf8*Zѹ/HO}Z`*?Ju X+Zm M]QFS,Be!++cc]U"X0 >(L=@lέ]^ eK09߮SH膞!w ƻڮH"z<^oy߄0׶Z2v3:\t"Ydq0$i/Q'4+? ~hegS_%(dLFMAZ67KVj_/s:IENDB`PK 8f7h## preview.pngPNG  IHDR~ CgAMAOX2tEXtSoftwareAdobe ImageReadyqe<#IDATx] ՙϙff9eX g$#11$q#א+kJ4d96D5`."G@a99黻P6U{W]xG5)IaAe 41Ah 2@cA:*655y >BwB)QJJҮ]v ,F_kkkWZ̽v9x1|>͞={Μ9 4䕜۱c&&_QQ4Bݸq:LL0F*A@-(͵E۶mۻwd·I 9tFwvv^[Ld#z$?~Δ!28fH5j p{v{WWW}}=իWSѲtkk,jy`9S+a3p̓b5g򛛛:iӆQ\vm4n2A"I3O?@kƍt?~=fN\L!㵨Z iXҰ\QѓgaĮbE" #'*:Cȑ#!r LpEA}>ZVIS!%@Jm"xH5/Ձ;u!ڀ j E5: P 4 =2A|` lٲE5jʐ͎;/J XЂ\lݺ5:њKP`Yihݻ!rVe;}S ĪH+D0T"^GTHtwuPV)ߠ%ej1 \ ;+Y3Mh,6lp9LQ^ߠzƓT[;jRmp(ׂ2~Qt+eRk՘eFKG,m rnh08huB)ٸӰsƿJ1fLy+ FյJC1["uFR4Z оܰaCrq9)Zrb&(I<1AI[mKpk81.0jȫet)lh0RH0%ViTv@* i#o>A&+( -xX8A6 rYd: Fuq1|U <sRׅyRF ϼa%FОg!,~Wu/Ƴi2˄q-$wHMx7[AL稶cp/X{`1ɵe˖r+PELL0Hi9ULbSR)X\ZM7=?)1-d_B~V=¼$f|>x7,WڄϪv;/gBKPў#Fysϕ'S%c?Ah 2@cаMOOw\]2H '#X:3& , > :ujvv p2X*rd 60nrYfakCdp F9YS!fҧL&=D|P,|~^RB<ϣ; PQTیG?Rm ^BPQxQ2DZ@Z+Uۏ7hN:j????ǏB%%%4 Q>UUUZU@!,;4RB9J (/$Gs΅ R<5`ĉwz7} eA],ypJSykkklAʩz)BT[(H u ~D4 }D^@9gWϣŏXdAdL8J^7$HXU0Xͅ,Bw|C)HErPQ]R7* LE9M( APZRmIL.C(~D4pA`#4)g1Dj1AMB* | EͶiF, *R J%Dߏ Wc!PYSxC!p @>F#ї P5f @t t ZA9(T2 е4\O;(cE|gLfȭ2U: !h^A4ˊՃ)Pďr{B@AA1CpCͯ J%zEigsD" rUtjdd&J  r? 9+ CA6J hD8k0y Y"(u P͛جGAЄ:aN*D"wy5OT@4V* ,* 0$_f #+⒈*0edL2k@Ǒ@Zb0ņkH;(BJb(PGmxL.L'3Di3,#UTђF9h dP0i4<>}yy92 pA&B0"@ o`^WӣxJ"mIB!(ң dbh5|#1cҌw}ylmG@QL4GpyaPNt 4傡3&iPB^WC%.HW*B@^)#kxYMAp?\3Ac*1&C 5 5CI&CRhb4B # p'+FعW zx *6CqړAѳhj8UAi$:$4 41A%1I?Ok W8!D WG?҉ @!fd)j=ЃY!h"|MO:!pc ,a~-HRse씖ؒ.+. h%x^1Gg0ɺZ)O7G[X091$-=]3=ol$/ q46=c#.I?vx)ۭ)LH1Q 8wMȸ7=zC<ǼwMebUMfࡠ =oIkP1#1==%;gO71ZTb!@8g$X5p_Y1ljսk# ɐR ^'kfs?\c:7]xOYL). <"ڜHI1=`@Fq\~wZc2xO5ER-FDQFص5l/O{;'\m*\ HbJ֬pݽlq$^yoo-,o^@KStM-k۸bfR`E#e(ċW&fP:WMMK NTW_ǹ['$~3J K2Szc1Ӕ.+/D@J2> 1@@ UUeyeEe9*SGSc$U FvqLb Sk^`psx`_ye"((Ӧ KAݫ >JQ((3Vѻg_E 06_+Z<.x/7q9?_ xxx+O{<B)'z_/#iIONsL@L$uUˈX7^?/I&pUQi|VLgMȳx;!>D?-{~9dܘR0AhLܣ"`b4u0+j&y{%_R4xu =a⚃ :OzIn+_r;C6Qs"`l m#5Om˼׹sO͟7UylpΎ ^Sz.*yP@[" 0"Mk59~h=4/[ecuz=n~(VKlOKQPN'{_O}bSFy`0ӿOD-1JZP.C1`q@V@#HE ܀9\P Y7Au'L䠈TJn d"ow9b~I~bhoKwߑS\uS W~QifB2yBH,&pѩb]&Vj$xvCQ<DiٹER/`%|6^1FϹfr -sJ3>{aqɂ~ȘgϝU=w¨N|h}MOz~w=g^z-=*oh1@A1sЦ4H!?9$u5HX$/ Bzd9ϥӦtH!@^ShrڡǛܭuߺ|{;idY,[{Dz`hZܸօEpJAWdJxsM>g8@W8 *, DCo 5Z1d#7sXVQ9Y=(N%e)iQ *3晔׿=skmг̡OSiSEDG9Z @]ʗ|dWi({4] "ݷHzﮝ+++?4l@)sۛtazn(*;;o;$qĘۥ?`VgX:ࠀo/X(3clL!UIpYf -eYs,Xi".3G:2]$eeֹpd~6{''?vp:yO7K\zoao^IM!I/(^,/HJx2#[o^糥eV. b0cjyDz-wdﬨL)2ӟwIVѵ[ZO,UKy-AT^?xu7O+Yc1ޭ68sx8[Z]4"[o/?o npH?]YxnKtEǦ׍>) nrϜZs끇N`L*/ }ݞQ x=hc}Zq^7͢Gp!Yd;s;#F-~<\0QlY7-O޷ɧ;5YђP]]Di"ĆY2s a]EDB)G/J9yQ(0U{NJ[@g?Պ~;>W8,K̼jZ3঄@]~OsҔbGyhD ; N-.-fhf vB.%N-d{_Oݚ Fzx76-ڛNSR^2:Ɂdr/}޻&;3\JeshiFE"ThhQZ]NWy z@'BLVVRԔUQ'3gѬ%Iir)ȁW(bwN8lrIwde? n,2@ǀ?$ 牗%IտOǜF%5vk?9v\bk'ŮSg,yU6"\߀Df2ږC-0jICOtc{Q2ؾ;oټnєwou)I -ٮ/~$7;=ɠaH d:DCAP7$pXNr_D`"f)))_0#/\@L4S;6̸qB,bibس1ȟVb͂"QPeI85nB@N(=w<1eZ l=U!slniPSX50?'RZEK.X$>#yih~fp <щ/=p{_ކV menubar { -moz-box-flex: 1; /* make menu items expand to fill toolbar height */ } #PersonalToolbar { min-height: 26px; } /* ..... fix searchbar "add engine" padding issue ..... */ .searchbar-popup .open-engine-manager { -moz-padding-start: 4px; } #searchbar[empty="true"] > .searchbar-textbox { color: GrayText; direction: ltr !important; } #searchbar[empty="true"] > .searchbar-textbox > hbox > hbox > html|input { direction: ltr !important; text-align: left !important; } #searchbar[chromedir="rtl"][empty="true"] > .searchbar-textbox > hbox > hbox > html|input { direction: rtl !important; text-align: right !important; } #wrapper-search-container #searchbar html|*.textbox-input { visibility: hidden; } #navigator-toolbox[inFullscreen="true"], #navigator-toolbox[inFullscreen="true"] > #nav-bar { border-top: none; } /* Places toolbar */ toolbarbutton.bookmark-item { margin: 0; min-width: 0; max-width: 13em; padding: 2px 3px; } toolbarbutton.bookmark-item:hover:active, toolbarbutton.bookmark-item[open="true"] { padding-top: 3px; padding-bottom: 1px; -moz-padding-start: 4px; -moz-padding-end: 2px; } .bookmark-item > .toolbarbutton-icon { width: 16px; height: 16px; } /* Prevent [mode="icons"] from hiding the label */ .bookmark-item > .toolbarbutton-text { display: -moz-box !important; } .bookmark-item > .toolbarbutton-menu-dropmarker { display: none; } .bookmarks-toolbar-customize { display: none; max-width: 15em !important; } toolbarpaletteitem[place="toolbar"] .bookmarks-toolbar-customize { display: -moz-box; } toolbarpaletteitem[place="toolbar"] .bookmarks-toolbar-items { visibility: hidden; } toolbarpaletteitem[place="toolbar"] .places-toolbar-items { display: none; } /* Bookmark menus */ menu.bookmark-item, menuitem.bookmark-item { min-width: 0; max-width: 26em; } .bookmark-item > .menu-iconic-left { margin-top: 0; margin-bottom: 0; } .bookmark-item > .menu-iconic-left > .menu-iconic-icon { -moz-padding-start: 0px; } /* Bookmark drag and drop styles */ .bookmark-item[dragover-left="true"] { -moz-border-left-colors: #000000; } .bookmark-item[dragover-right="true"] { -moz-border-right-colors: #000000; } .bookmark-item[dragover-top="true"] { -moz-border-top-colors: #000000; } .bookmark-item[dragover-bottom="true"] { -moz-border-bottom-colors: #000000; } .bookmark-item[dragover-into="true"] { background: Highlight !important; color: HighlightText !important; } .bookmark-item[dragover="true"][open="true"] { -moz-appearance: none; background: Highlight !important; color: HighlightText !important; list-style-image: url("chrome://browser/skin/places/folderDragOver.png") !important; -moz-image-region: rect(0px, 16px, 16px, 0px) !important; } .toolbar-drop-indicator { height: 16px; width: 5px; margin-bottom: -8px; position: relative; background: url("chrome://browser/skin/places/toolbarDropMarker.png") 50% 50% no-repeat; } .toolbar-drop-indicator-bar { visibility: hidden; height: 16px; margin-bottom: -16px; margin-left: 4px; position: relative; } .toolbar-drop-indicator-bar[dragging="true"] { visibility: visible; } /* Bookmark items */ .bookmark-item:not([container]) { list-style-image: url("chrome://global/skin/icons/folder-item.png"); -moz-image-region: rect(0px, 16px, 16px, 0px) } .bookmark-item[container] { list-style-image: url("moz-icon://stock/gtk-directory?size=menu"); } /* livemarks have the same layout as folder-item, but in the browser-only livemark-item.png */ /* only the folder icon has any effect for now, item icon is unused */ .bookmark-item[container][livemark] { list-style-image: url("chrome://browser/skin/places/livemark-folder.png"); -moz-image-region: rect(0px, 16px, 16px, 0px); } .bookmark-item[container][livemark][chromedir="rtl"] { list-style-image: url("chrome://browser/skin/places/livemark-folder-rtl.png"); -moz-image-region: rect(0px, 16px, 16px, 0px); } .bookmark-item[container][livemark][open], .bookmark-item[container][livemark][open][chromedir="rtl"] { -moz-image-region: rect(16px, 16px, 32px, 0px); } .bookmark-item[type="menu"][livemark], .bookmark-item[type="menu"][livemark][chromedir="rtl"] { -moz-image-region: rect(0px, 32px, 16px, 16px) !important; } .bookmark-item[type="menu"][livemark][open], .bookmark-item[type="menu"][livemark][open][chromedir="rtl"] { -moz-image-region: rect(16px, 32px, 32px, 16px) !important; } .bookmark-item[container][tagContainer] { list-style-image: url("chrome://mozapps/skin/places/tagContainerIcon.png"); -moz-image-region: auto; } .bookmark-item[container][query] { list-style-image: url("chrome://browser/skin/places/query.png"); -moz-image-region: auto; } /* Stock icons for the menu bar items */ menuitem:not([type]) { -moz-binding: url("chrome://global/content/bindings/menu.xml#menuitem-iconic"); } menuitem[command="cmd_newNavigator"], #context-openlink { list-style-image: url("chrome://browser/skin/Toolbar-small.png"); -moz-image-region: rect(0px 80px 16px 64px); } menuitem[command="cmd_newNavigatorTab"], #context-openlinkintab { list-style-image: url("chrome://browser/skin/Toolbar-small.png"); -moz-image-region: rect(0px 64px 16px 48px); } menuitem[command="Browser:OpenFile"] { list-style-image: url("moz-icon://stock/gtk-open?size=menu"); } #menu_close { list-style-image: url("moz-icon://stock/gtk-close?size=menu"); } menuitem[command="Browser:SavePage"], #context-savelink, #context-saveimage, #context-savepage { list-style-image: url("moz-icon://stock/gtk-save-as?size=menu"); } menuitem[command="cmd_printPreview"] { list-style-image: url("moz-icon://stock/gtk-print-preview?size=menu"); } menuitem[command="cmd_print"] { list-style-image: url("moz-icon://stock/gtk-print?size=menu"); } #menu_FileQuitItem { list-style-image: url("moz-icon://stock/gtk-quit?size=menu"); } menuitem[command="cmd_undo"], #context-undo { list-style-image: url("moz-icon://stock/gtk-undo?size=menu"); } menuitem[command="cmd_undo"][disabled], #context-undo[disabled] { list-style-image: url("moz-icon://stock/gtk-undo?size=menu&state=disabled"); } menuitem[command="cmd_redo"] { list-style-image: url("moz-icon://stock/gtk-redo?size=menu"); } menuitem[command="cmd_redo"][disabled] { list-style-image: url("moz-icon://stock/gtk-redo?size=menu&state=disabled"); } menuitem[command="cmd_cut"], #context-cut { list-style-image: url("moz-icon://stock/gtk-cut?size=menu"); } menuitem[command="cmd_cut"][disabled], #context-cut[disabled] { list-style-image: url("moz-icon://stock/gtk-cut?size=menu&state=disabled"); } menuitem[command="cmd_copy"], #context-copy, #context-copyimage, #context-copylink { list-style-image: url("moz-icon://stock/gtk-copy?size=menu"); } menuitem[command="cmd_copy"][disabled], #context-copy[disabled] { list-style-image: url("moz-icon://stock/gtk-copy?size=menu&state=disabled"); } menuitem[command="cmd_paste"], #context-paste { list-style-image: url("moz-icon://stock/gtk-paste?size=menu"); } menuitem[command="cmd_paste"][disabled], #context-paste[disabled] { list-style-image: url("moz-icon://stock/gtk-paste?size=menu&state=disabled"); } menuitem[command="cmd_delete"], #context-delete { list-style-image: url("moz-icon://stock/gtk-delete?size=menu"); } menuitem[command="cmd_delete"][disabled], #context-delete[disabled] { list-style-image: url("moz-icon://stock/gtk-delete?size=menu&state=disabled"); } menuitem[command="cmd_selectAll"] { list-style-image: url("moz-icon://stock/gtk-select-all?size=menu"); } #menu_find { list-style-image: url("moz-icon://stock/gtk-find?size=menu"); } #menu_find[disabled] { list-style-image: url("moz-icon://stock/gtk-find?size=menu&state=disabled"); } #menu_preferences { list-style-image: url("moz-icon://stock/gtk-preferences?size=menu"); } menuitem[command="Browser:Stop"], #context-stop, #javascriptConsole { list-style-image: url("moz-icon://stock/gtk-stop?size=menu"); } menuitem[command="Browser:Stop"][disabled], #context-stop[disabled] { list-style-image: url("moz-icon://stock/gtk-stop?size=menu&state=disabled"); } menuitem[command="Browser:Reload"], #context-reload { list-style-image: url("moz-icon://stock/gtk-refresh?size=menu"); } menuitem[command="cmd_fullZoomEnlarge"] { list-style-image: url("moz-icon://stock/gtk-zoom-in?size=menu"); } menuitem[command="cmd_fullZoomReduce"] { list-style-image: url("moz-icon://stock/gtk-zoom-out?size=menu"); } menuitem[command="cmd_fullZoomReset"] { list-style-image: url("moz-icon://stock/gtk-zoom-100?size=menu"); } menuitem[key="goBackKb"], #context-back { list-style-image: url("moz-icon://stock/gtk-go-back?size=menu"); } menuitem[key="goBackKb"][disabled], #context-back[disabled] { list-style-image: url("moz-icon://stock/gtk-go-back?size=menu&state=disabled"); } menuitem[key="goForwardKb"], #context-forward { list-style-image: url("moz-icon://stock/gtk-go-forward?size=menu"); } menuitem[key="goForwardKb"][disabled], #context-forward[disabled] { list-style-image: url("moz-icon://stock/gtk-go-forward?size=menu&state=disabled"); } menuitem[command="Browser:Home"] { list-style-image: url("moz-icon://stock/gtk-home?size=menu"); } menuitem[command="Browser:ShowAllHistory"] { list-style-image: url("chrome://browser/skin/Toolbar-small.png"); -moz-image-region: rect(0px 32px 16px 16px); } menuitem[command="Browser:ShowAllBookmarks"] { list-style-image: url("chrome://browser/skin/Toolbar-small.png"); -moz-image-region: rect(0px 48px 16px 32px); } #menu_openDownloads { list-style-image: url("chrome://browser/skin/Toolbar-small.png"); -moz-image-region: rect(0px 16px 16px 0px); } menuitem[command="View:PageInfo"], #context-viewinfo { list-style-image: url("moz-icon://stock/gtk-info?size=menu"); } #context-metadata { list-style-image: url("moz-icon://stock/gtk-properties?size=menu"); } #sanitizeItem { list-style-image: url("moz-icon://stock/gtk-clear?size=menu"); } menuitem[key="key_openHelp"] { list-style-image: url("moz-icon://stock/gtk-help?size=menu"); } #aboutName { list-style-image: url("moz-icon://stock/gtk-about?size=menu"); } /* Primary toolbar buttons */ .toolbarbutton-1 { -moz-box-orient: vertical; min-width: 0; list-style-image: url("chrome://browser/skin/Toolbar.png"); } .toolbarbutton-1 .toolbarbutton-icon { -moz-margin-end: 0px; } toolbar[mode="full"] .toolbarbutton-1, toolbar[mode="full"] .toolbarbutton-menubutton-button { min-width: 57px; } .toolbarbutton-1, .toolbarbutton-menubutton-button { padding: 5px; } .toolbarbutton-1[checked="true"] { padding: 5px !important; } /* 24px primary toolbar buttons */ #back-button { list-style-image: url("moz-icon://stock/gtk-go-back?size=toolbar"); } #back-button[disabled="true"] { list-style-image: url("moz-icon://stock/gtk-go-back?size=toolbar&state=disabled"); } /* GTK takes care of the RTL for us. Yay for libraries! */ #forward-button { list-style-image: url("moz-icon://stock/gtk-go-forward?size=toolbar"); } #forward-button[disabled="true"] { list-style-image: url("moz-icon://stock/gtk-go-forward?size=toolbar&state=disabled"); } #reload-button { list-style-image: url("moz-icon://stock/gtk-refresh?size=toolbar"); } #reload-button[disabled="true"] { list-style-image: url("moz-icon://stock/gtk-refresh?size=toolbar&state=disabled"); } #stop-button { list-style-image: url("moz-icon://stock/gtk-stop?size=toolbar"); } #stop-button[disabled="true"] { list-style-image: url("moz-icon://stock/gtk-stop?size=toolbar&state=disabled"); } #home-button { list-style-image: url("moz-icon://stock/gtk-home?size=toolbar"); } #home-button[disabled="true"] { list-style-image: url("moz-icon://stock/gtk-home?size=toolbar&state=disabled"); } #downloads-button { -moz-image-region: rect(0px 24px 24px 0px); } #downloads-button[disabled="true"] { -moz-image-region: rect(24px 24px 48px 0px); } #history-button { -moz-image-region: rect(0px 48px 24px 24px); } #history-button[disabled="true"] { -moz-image-region: rect(24px 48px 48px 24px); } #bookmarks-button { -moz-image-region: rect(0px 72px 24px 48px); } #bookmarks-button[disabled="true"] { -moz-image-region: rect(24px 72px 48px 48px); } #print-button { list-style-image: url("moz-icon://stock/gtk-print?size=toolbar"); } #print-button[disabled="true"] { list-style-image: url("moz-icon://stock/gtk-print?size=toolbar&state=disabled"); } #new-tab-button { -moz-image-region: rect(0px 96px 24px 72px); } #new-tab-button[disabled="true"] { -moz-image-region: rect(24px 96px 48px 72px); } #new-window-button { -moz-image-region: rect(0px 120px 24px 96px); } #new-window-button[disabled="true"] { -moz-image-region: rect(24px 120px 48px 96px); } #cut-button { list-style-image: url("moz-icon://stock/gtk-cut?size=toolbar"); } #cut-button[disabled="true"] { list-style-image: url("moz-icon://stock/gtk-cut?size=toolbar&state=disabled"); } #copy-button { list-style-image: url("moz-icon://stock/gtk-copy?size=toolbar"); } #copy-button[disabled="true"] { list-style-image: url("moz-icon://stock/gtk-copy?size=toolbar&state=disabled"); } #paste-button { list-style-image: url("moz-icon://stock/gtk-paste?size=toolbar"); } #paste-button[disabled="true"] { list-style-image: url("moz-icon://stock/gtk-paste?size=toolbar&state=disabled"); } /* 16px primary toolbar buttons */ toolbar[iconsize="small"] .toolbarbutton-1 { -moz-box-orient: vertical; min-width: 0; list-style-image: url("chrome://browser/skin/Toolbar-small.png"); } toolbar[iconsize="small"] .toolbarbutton-1 .toolbarbutton-icon { -moz-margin-end: 0px; } toolbar[iconsize="small"] .toolbarbutton-1[type="menu-button"] { border: 0 !important; } toolbar[iconsize="small"] #back-button { list-style-image: url("moz-icon://stock/gtk-go-back?size=menu"); } toolbar[iconsize="small"] #back-button[disabled="true"] { list-style-image: url("moz-icon://stock/gtk-go-back?size=menu&state=disabled"); } toolbar[iconsize="small"] #forward-button { list-style-image: url("moz-icon://stock/gtk-go-forward?size=menu"); } toolbar[iconsize="small"] #forward-button[disabled="true"] { list-style-image: url("moz-icon://stock/gtk-go-forward?size=menu&state=disabled"); } toolbar[iconsize="small"] #stop-button { list-style-image: url("moz-icon://stock/gtk-stop?size=menu"); } toolbar[iconsize="small"] #stop-button[disabled="true"] { list-style-image: url("moz-icon://stock/gtk-stop?size=menu&state=disabled"); } toolbar[iconsize="small"] #reload-button { list-style-image: url("moz-icon://stock/gtk-refresh?size=menu"); } toolbar[iconsize="small"] #reload-button[disabled="true"] { list-style-image: url("moz-icon://stock/gtk-refresh?size=menu&state=disabled"); } toolbar[iconsize="small"] #home-button { list-style-image: url("moz-icon://stock/gtk-home?size=menu"); } toolbar[iconsize="small"] #home-button[disabled="true"] { list-style-image: url("moz-icon://stock/gtk-home?size=menu&state=disabled"); } toolbar[iconsize="small"] #downloads-button { -moz-image-region: rect(0px 16px 16px 0px); } toolbar[iconsize="small"] #downloads-button[disabled="true"] { -moz-image-region: rect(16px 16px 32px 0px); } toolbar[iconsize="small"] #history-button { -moz-image-region: rect(0px 32px 16px 16px); } toolbar[iconsize="small"] #history-button[disabled="true"] { -moz-image-region: rect(16px 32px 32px 16px); } toolbar[iconsize="small"] #bookmarks-button { -moz-image-region: rect(0px 48px 16px 32px); } toolbar[iconsize="small"] #bookmarks-button[disabled="true"] { -moz-image-region: rect(16px 48px 32px 32px); } toolbar[iconsize="small"] #print-button { list-style-image: url("moz-icon://stock/gtk-print?size=menu"); } toolbar[iconsize="small"] #print-button[disabled="true"] { list-style-image: url("moz-icon://stock/gtk-print?size=menu&state=disabled"); } toolbar[iconsize="small"] #new-tab-button { -moz-image-region: rect(0px 64px 16px 48px); } toolbar[iconsize="small"] #new-tab-button[disabled="true"] { -moz-image-region: rect(16px 64px 32px 48px); } toolbar[iconsize="small"] #new-window-button { -moz-image-region: rect(0px 80px 16px 64px); } toolbar[iconsize="small"] #new-window-button[disabled="true"] { -moz-image-region: rect(16px 80px 32px 64px); } toolbar[iconsize="small"] #cut-button { list-style-image: url("moz-icon://stock/gtk-cut?size=menu"); } toolbar[iconsize="small"] #cut-button[disabled="true"] { list-style-image: url("moz-icon://stock/gtk-cut?size=menu&state=disabled"); } toolbar[iconsize="small"] #copy-button { list-style-image: url("moz-icon://stock/gtk-copy?size=menu"); } toolbar[iconsize="small"] #copy-button[disabled="true"] { list-style-image: url("moz-icon://stock/gtk-copy?size=menu&state=disabled"); } toolbar[iconsize="small"] #paste-button { list-style-image: url("moz-icon://stock/gtk-paste?size=menu"); } toolbar[iconsize="small"] #paste-button[disabled="true"] { list-style-image: url("moz-icon://stock/gtk-paste?size=menu&state=disabled"); } /* Fullscreen window controls */ #window-controls { -moz-box-align: start; padding: 0; border-left: 2px solid; -moz-border-left-colors: ThreeDHighlight ThreeDShadow; } #minimize-button { list-style-image: url("chrome://global/skin/icons/Minimize.gif"); } #restore-button { list-style-image: url("chrome://global/skin/icons/Restore.gif"); } #close-button { list-style-image: url("chrome://global/skin/icons/Close.gif"); } /* Location bar */ #urlbar { width: 7em; min-width: 7em; } #urlbar-container { -moz-box-orient: horizontal; -moz-box-align: stretch; } #urlbar-icons { height: 18px; -moz-box-align: center; -moz-padding-end: 2px; } #urlbar[pageproxystate="invalid"] > #urlbar-icons > :not(#go-button) , #urlbar[pageproxystate="valid"] > #urlbar-icons > #go-button { visibility: collapse; } #wrapper-urlbar-container #urlbar { -moz-user-input: disabled; cursor: -moz-grab; } #wrapper-urlbar-container #urlbar > .autocomplete-history-dropmarker { display: none; } /* Keep the URL bar LTR */ #urlbar .autocomplete-textbox-container { direction: ltr; } #PopupAutoComplete { direction: ltr !important; } #PopupAutoCompleteRichResult { direction: ltr !important; } #PopupAutoComplete[chromedir="rtl"] > tree > treerows { direction: rtl; } #PopupAutoComplete .autocomplete-treebody { direction: ltr; } /* Favicon */ #page-proxy-deck, #page-proxy-favicon, #page-proxy-button { width: 16px; height: 16px; } #page-proxy-deck { margin: 2px 3px; } #page-proxy-favicon { list-style-image: none; } #page-proxy-button { list-style-image: url("chrome://global/skin/icons/folder-item.png") !important; -moz-image-region: rect(0px, 16px, 16px, 0px);} #page-proxy-button[pageproxystate="invalid"] { cursor: default; -moz-image-region: rect(32px, 16px, 48px, 0px) !important; } /* Identity indicator */ #identity-box { background-color: -moz-dialog; -moz-border-end: 1px solid ThreeDShadow; } #identity-icon-label { padding: 0 2px; margin: 0; } .unknownIdentity > #identity-icon-label { display: none; } /* Identity popup icons */ #identity-popup-icon { height: 64px; width: 64px; padding: 0; margin: 10px 0 0; list-style-image: url("chrome://browser/skin/identity.png"); -moz-image-region: rect(0px, 64px, 64px, 0px); } .verifiedDomain > #identity-popup-container > #identity-popup-icon { -moz-image-region: rect(64px, 64px, 128px, 0px); } .verifiedIdentity > #identity-popup-container > #identity-popup-icon { -moz-image-region: rect(128px, 64px, 192px, 0px); } /* Identity popup title */ #identity-popup-title { font-size: 120%; font-weight: bold; } .verifiedIdentity > #identity-popup-title { color: #6A6; } .unknownIdentity > #identity-popup-title { color: #999; } .verifiedDomain > #identity-popup-title { color: black; } /* Identity popup body text */ #identity-popup-content-box > description, #identity-popup-encryption-label { white-space: -moz-pre-wrap; color: black; padding-left: 10px; } #identity-popup-content { padding-top: 5px; margin-bottom: 0; max-width: 200px; } .verifiedIdentity > #identity-popup-content, .verifiedDomain > #identity-popup-content { font-size: 140%; font-weight: bold; max-width: 300px; } #identity-popup-encryption { margin: 10px 0; } .verifiedIdentity > #identity-popup-encryption > * > #identity-popup-encryption-icon, .verifiedDomain > #identity-popup-encryption > * > #identity-popup-encryption-icon { list-style-image: url("chrome://browser/skin/Secure.png"); -moz-image-region: rect(0px, 18px, 18px, 0px); } /* Identity popup bounding box */ #identity-popup-container { background-image: none; background-color: white; min-width: 280px; padding: 10px; } /* Secure site coloring */ #urlbar[level="high"][pageproxystate="valid"] > .autocomplete-textbox-container, #urlbar[level="low"][pageproxystate="valid"] > .autocomplete-textbox-container, #urlbar[level="high"][pageproxystate="valid"] #autocomplete-security-wrapper, #urlbar[level="low"][pageproxystate="valid"] #autocomplete-security-wrapper, #urlbar[level="broken"][pageproxystate="valid"] #autocomplete-security-wrapper { background-color: #F5F6BE; /* #F7F898; */ color: #000000; } #urlbar > .autocomplete-textbox-container { -moz-binding: url(chrome://browser/skin/browser.xml#autocomplete-security-wrapper); } #autocomplete-security-wrapper { -moz-box-align: center; } /* Feed icon */ #feed-button, #feed-button > .button-box, #feed-button:hover:active > .button-box { padding: 0px; margin: 0px; border: 0px; background-color: transparent; } #feed-button > hbox > .button-menu-dropmarker, #feed-button > hbox > .button-text { display: none; } #feed-button { -moz-binding: url("chrome://global/content/bindings/button.xml#menu"); -moz-appearance: none; min-width: 0px; margin-right: 1px !important; } #feed-button[feeds] { -moz-image-region: rect(0px, 36px, 18px, 18px); list-style-image: url("chrome://browser/skin/places/livemark-item.png"); } #feed-button[feeds]:hover { -moz-image-region: rect(18px, 36px, 36px, 18px); } #feed-button[feeds]:active { -moz-image-region: rect(54px, 36px, 72px, 18px); } /* Autocomplete */ #urlbar .autocomplete-textbox-container { -moz-box-align: stretch; } .autocomplete-treebody::-moz-tree-image(tag, treecolAutoCompleteValue), .autocomplete-treebody::-moz-tree-image(favicon, treecolAutoCompleteValue), .autocomplete-treebody::-moz-tree-image(bookmark, treecolAutoCompleteValue) { width: 16px; height: 16px; } #treecolAutoCompleteImage { max-width : 36px; } .ac-result-type-bookmark, .autocomplete-treebody::-moz-tree-image(bookmark, treecolAutoCompleteImage) { list-style-image: url("chrome://browser/skin/places/pageStarred.png"); width: 16px; height: 16px; } .ac-result-type-tag, .autocomplete-treebody::-moz-tree-image(tag, treecolAutoCompleteImage) { list-style-image: url("chrome://browser/skin/places/tag.png"); width: 16px; height: 16px; } .ac-comment { font-size: larger; } .ac-url-text { color: #336633; } .autocomplete-treebody::-moz-tree-cell-text(treecolAutoCompleteComment) { color: GrayText; } .ac-comment[selected="true"], .ac-url-text[selected="true"] { color: inherit !important; } .autocomplete-treebody::-moz-tree-cell-text(suggesthint, treecolAutoCompleteComment), .autocomplete-treebody::-moz-tree-cell-text(suggestfirst, treecolAutoCompleteComment) { color: GrayText; font-size: smaller; } .autocomplete-treebody::-moz-tree-cell(suggesthint) { border-top: 1px solid GrayText; } /* Go button */ #go-button { padding: 3px 2px 2px 2px; list-style-image: url("chrome://browser/skin/Go-arrow.png"); -moz-image-region: rect(0px 11px 13px 0px); } #go-button[chromedir="rtl"] { list-style-image: url("chrome://browser/skin/Go-arrow-rtl.png"); } #go-button:hover { -moz-image-region: rect(0px 22px 13px 11px); } #go-button:hover:active { -moz-image-region: rect(0px 44px 13px 33px); } #go-button[disabled="true"] { -moz-image-region: rect(0px 33px 13px 22px); } /* Star button */ #star-button { padding: 1px; list-style-image: url("chrome://browser/skin/places/starPage.png"); } #star-button[starred="true"] { list-style-image: url("chrome://browser/skin/places/pageStarred.png"); } /* Content area */ #sidebar { background-color: Window; } #status-bar { border-top: none; } statusbarpanel#statusbar-display { -moz-padding-start: 0; } #security-button { list-style-image: none; min-width: 20px; -moz-box-direction: reverse; display: none; } #security-button[level="high"] { list-style-image: url("chrome://browser/skin/Secure.png"); -moz-image-region: rect(36px, 18px, 54px, 0px); display: -moz-box; } #security-button[level="low"] { list-style-image: url("chrome://browser/skin/Secure.png"); -moz-image-region: rect(36px, 18px, 54px, 0px); display: -moz-box; } #security-button[level="broken"] { list-style-image: url("chrome://browser/skin/Security-broken.png"); -moz-image-region: rect(36px, 18px, 54px, 0px); display: -moz-box; } /* XXXsw prevent margins of a value-less label from shifting the image */ #security-button > label:not([value]) { display: none; } #page-report-button { list-style-image: none; width: 20px; display: none; } #page-report-button[blocked] { list-style-image: url("chrome://browser/skin/Info.png"); display: -moz-box; } /* Throbber */ #navigator-throbber { -moz-appearance: none; -moz-user-focus: ignore; margin: 0 !important; border: none !important; padding: 0px !important; min-width: 0; background-color: transparent; list-style-image: url("chrome://browser/skin/Throbber-small.png"); } #navigator-throbber[busy="true"] { list-style-image: url("chrome://global/skin/throbber/Throbber-small.gif"); opacity: 0.5; } #navigator-throbber > hbox { border-top: 0px; border-bottom: 0px; padding-bottom: 1px; } toolbar[mode="text"] #navigator-throbber, toolbar[iconsize="small"] #navigator-throbber { list-style-image: url("chrome://browser/skin/Throbber-small.png"); } toolbar[mode="text"] #navigator-throbber[busy="true"], toolbar[iconsize="small"] #navigator-throbber[busy="true"] { list-style-image: url("chrome://global/skin/throbber/Throbber-small.gif"); opacity: 0.5; } tabpanels { -moz-appearance: none; } /* Tabs */ .tabbrowser-tab { border: none !important; padding: 0px; margin-bottom: 1px; } .tabbrowser-tab[selected="true"] { margin-bottom: 0px; font-weight: bold; } .tab-icon-image { width: 16px; height: 16px; -moz-margin-start: 4px; -moz-margin-end: 3px; list-style-image: url("chrome://global/skin/icons/folder-item.png"); -moz-image-region: rect(0px, 16px, 16px, 0px); } .tabbrowser-tab[busy] > .tab-icon-image { list-style-image: url("chrome://global/skin/throbber/Throbber-small.gif") !important; opacity: 0.6; } .tabs-bottom { border-bottom: 1px solid threedshadow; } /* tabbrowser-tab focus ring */ .tabbrowser-tab > .tab-text { border: 1px dotted transparent; } .tabbrowser-tab:focus > .tab-text { border: 1px dotted -moz-DialogText; } /* Tab drag and drop */ .tab-drop-indicator-bar { height: 11px; margin-top: -11px; position: relative; /* set -moz-margin-start to -1/2 indicator width: */ -moz-margin-start: -5px; } .tab-drop-indicator { height: 11px; width: 11px; margin-bottom: -5px; position: relative; background: url('chrome://browser/skin/tabbrowser/tabDragIndicator.png') 50% 50% no-repeat; } /* In-tab close button */ .tab-close-button > .toolbarbutton-icon { -moz-margin-end: 0px !important; } .tab-close-button { -moz-appearance: none; -moz-margin-end: 6px; padding: 0px; border: none; list-style-image: url("moz-icon://stock/gtk-close?size=menu"); } .tabbrowser-tab[selected="true"] > .tab-close-button { /* Make this button focusable so clicking on it will not focus the tab while it's getting closed */ -moz-user-focus: normal; } .tab-close-button:focus { outline: none !important; } /* Tabstrip close button */ .tabs-closebutton { list-style-image: url("moz-icon://stock/gtk-close?size=menu"); border: none; } /* All tabs menupopup */ .alltabs-item > .menu-iconic-left > .menu-iconic-icon { list-style-image: url("chrome://global/skin/icons/folder-item.png"); -moz-image-region: rect(0px, 16px, 16px, 0px); } .alltabs-item[selected="true"] { font-weight: bold; } .alltabs-item[busy] > .menu-iconic-left > .menu-iconic-icon { list-style-image: url("chrome://global/skin/throbber/Throbber-small.gif"); opacity: 0.6; } /* Sidebar */ #sidebar-box .tabs-closebutton { margin-bottom: 0px !important; padding: 0px 2px 0px 2px !important; } #sidebar-throbber[loading="true"] { list-style-image: url("chrome://global/skin/throbber/Throbber-small.gif"); opacity: 0.5; -moz-margin-end: 4px; } toolbarbutton.chevron { list-style-image: url("chrome://global/skin/toolbar/chevron.gif") !important; } toolbarbutton.chevron[chromedir="rtl"] { list-style-image: url("chrome://global/skin/toolbar/chevron-rtl.gif") !important; } toolbarbutton.chevron > .toolbarbutton-text { display: none; /* hide chevron label */ } toolbarbutton.chevron > .toolbarbutton-menu-dropmarker { display: none; } toolbar[mode="text"] toolbarbutton.chevron > .toolbarbutton-icon { display: -moz-box; /* display chevron icon in text mode */ } toolbar[mode="text"] > #window-controls > toolbarbutton > .toolbarbutton-icon { display: -moz-box; } toolbar[mode="text"] > #window-controls > toolbarbutton > .toolbarbutton-text { display: none; } /* Popup blocking dialog */ #pageReportFirstTime statusbarpanel.statusbar-resizerpanel { visibility: collapse; } #checkForUpdates[loading="true"] { list-style-image: url("chrome://global/skin/throbber/Throbber-small.gif"); } PK 7f7a]-&skin/classic/browser/engineManager.css #engineList treechildren::-moz-tree-image(engineName) { -moz-margin-end: 4px; -moz-margin-start: 1px; } #engineList treechildren::-moz-tree-row { height: 20px !important; } PK Ig7e**!skin/classic/browser/pageInfo.css @import url("chrome://global/skin/"); /* View buttons */ #viewGroup radio { list-style-image: url("chrome://browser/skin/pageInfo.png"); -moz-box-orient: vertical; -moz-box-align: center; -moz-appearance: none; padding: 5px 3px 1px 3px; } .viewSelector { border-bottom: 2px groove ThreeDFace; margin: 0; -moz-padding-start: 10px; background-color: -moz-Field; color: -moz-FieldText; } #generalTab { -moz-image-region: rect(0px, 32px, 32px, 0px) } #generalTab:hover, #generalTab[selected="true"] { -moz-image-region: rect(32px, 32px, 64px, 0px) } #mediaTab { -moz-image-region: rect(0px, 64px, 32px, 32px) } #mediaTab:hover, #mediaTab[selected="true"] { -moz-image-region: rect(32px, 64px, 64px, 32px) } #feedTab { -moz-image-region: rect(0px, 96px, 32px, 64px) } #feedTab:hover, #feedTab[selected="true"] { -moz-image-region: rect(32px, 96px, 64px, 64px) } #permTab { -moz-image-region: rect(0px, 128px, 32px, 96px) } #permTab:hover, #permTab[selected="true"] { -moz-image-region: rect(32px, 128px, 64px, 96px) } #securityTab { -moz-image-region: rect(0px, 160px, 32px, 128px) } #securityTab:hover, #securityTab[selected="true"] { -moz-image-region: rect(32px, 160px, 64px, 128px) } deck { padding: 10px 10px 10px 10px; } /* Misc */ tree { margin: .5em; } .gridSeparator { width: .5em; } textbox { background: transparent !important; border: none; padding: 0px; margin-top: 1px; -moz-appearance: none; } textbox.header { -moz-margin-start: 0; } .iframe { margin: .5em; background: white; overflow: auto; } .fixedsize { height: 8.5em; } textbox[disabled] { font-style: italic; } /* General Tab */ groupbox.collapsable caption .caption-icon { width: 9px; height: 9px; background-repeat: no-repeat; background-position: center; -moz-margin-start: 1px; -moz-margin-end: 3px; background-image: url("chrome://global/skin/tree/twisty-open.png"); } groupbox.collapsable[closed="true"] { border: none; } groupbox.collapsable[closed="true"] caption .caption-icon { background-image: url("chrome://global/skin/tree/twisty-clsd.png"); } groupbox tree { margin: 0; border: none; } groupbox.treebox .groupbox-body { padding-top: 0; } #securityBox description { -moz-margin-start: 10px; } #general-security-identity { white-space: -moz-pre-wrap; line-height: 2em; } /* Media Tab */ #imagetree { min-height: 10em; } #thepreviewimage { margin: 1em; } treechildren::-moz-tree-cell-text(broken) { font-style: italic; color: graytext; } /* Feeds Tab */ #feedtree { margin-bottom: 0px; } #feedListbox richlistitem { padding-top: 6px; padding-bottom: 6px; -moz-padding-start: 7px; -moz-padding-end: 7px; min-height: 25px; border-bottom: 1px dotted #C0C0C0; } #feedListbox richlistitem[selected="true"] { background-color: -moz-Dialog; color: -moz-DialogText; } #feedListbox { border: 2px solid; -moz-border-top-colors: ThreeDShadow ThreeDDarkShadow; -moz-border-right-colors: ThreeDHighlight ThreeDLightShadow; -moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow; -moz-border-left-colors: ThreeDShadow ThreeDDarkShadow; } .feedTitle { font-weight: bold; } /* Permissions Tab */ #permList { margin-top: .5em; overflow: auto; border: 2px solid; -moz-border-top-colors: ThreeDShadow ThreeDDarkShadow; -moz-border-right-colors: ThreeDHighlight ThreeDLightShadow; -moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow; -moz-border-left-colors: ThreeDShadow ThreeDDarkShadow; background-color: -moz-field; } #permList > vbox { padding-top: 6px; padding-bottom: 6px; -moz-padding-start: 7px; -moz-padding-end: 7px; min-height: 25px; border-bottom: 1px dotted #C0C0C0; } #permList > vbox > label { font-weight: bold; } #permList > vbox:hover { background-color: -moz-dialog; } /* Security Tab */ #securityPanel .caption-icon { display: none; } #securityPanel .header { font-size: 120%; } #securityPanel .fieldLabel { margin: 2px 10px 3px 10px; } #securityPanel .fieldValue { font-weight: bold; margin: 2px 10px 0px 10px; } PK Ig75!<2skin/classic/browser/places/bookmarkProperties.css/**** folder menulist ****/ .folder-icon > .menulist-label-box > .menulist-icon { width: 16px; height: 16px; } .folder-icon > .menu-iconic-left { display: -moz-box; } .folder-icon { list-style-image: url("chrome://global/skin/icons/folder-item.png") !important; -moz-image-region: rect(0px, 32px, 16px, 16px) !important; } /**** expander ****/ #expander { min-width: 0; } .up { list-style-image: url("chrome://global/skin/arrow/arrow-up.gif"); } .up:hover { list-style-image: url("chrome://global/skin/arrow/arrow-up-hov.gif"); } .down { list-style-image: url("chrome://global/skin/arrow/arrow-dn.gif"); } .down:hover { list-style-image: url("chrome://global/skin/arrow/arrow-dn-hov.gif"); } /**** name picker ****/ /* Make the microsummary picker look like a regular textbox instead of * an editable menulist when no microsummaries are available. */ menulist#namePicker[droppable="false"] { /* These rules come from the textbox element in textbox.css. */ /* Normal editable menulists set this to "none". */ -moz-appearance: textfield; cursor: text; border: 2px solid; -moz-border-top-colors: ThreeDShadow ThreeDDarkShadow; -moz-border-right-colors: ThreeDHighlight ThreeDLightShadow; -moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow; -moz-border-left-colors: ThreeDShadow ThreeDDarkShadow; background-color: -moz-Field; color: -moz-FieldText; } menulist#namePicker[droppable="false"] > .menulist-editable-box { /* Normal editable menulists set this to "menulist-textfield". */ -moz-appearance: none; padding: 2px 2px 3px 4px; } /* Hide the drop marker and the popup when no microsummaries are available. */ menulist#namePicker[droppable="false"] > .menulist-dropmarker, menulist#namePicker[droppable="false"] > menupopup { display: none; } PK Ig7\@JJ3skin/classic/browser/places/editBookmarkOverlay.css/**** folder menulist ****/ .folder-icon > .menulist-label-box > .menulist-icon { width: 16px; height: 16px; } .folder-icon > .menu-iconic-left { display: -moz-box; } .folder-icon { list-style-image: url("chrome://global/skin/icons/folder-item.png") !important; -moz-image-region: rect(0px, 32px, 16px, 16px) !important; } /**** expanders ****/ .expander-up, .expander-down { min-width: 0; } .expander-up { list-style-image: url("chrome://global/skin/arrow/arrow-up.gif"); } .expander-down { list-style-image: url("chrome://global/skin/arrow/arrow-dn.gif"); } .expander-down:hover:active { list-style-image: url("chrome://global/skin/arrow/arrow-dn-hov.gif"); } .expander-up:hover:active { list-style-image: url("chrome://global/skin/arrow/arrow-up-hov.gif"); } /**** name picker ****/ /* Make the microsummary picker look like a regular textbox instead of * an editable menulist when no microsummaries are available. */ #editBMPanel_namePicker[droppable="false"] { /* These rules come from the textbox element in textbox.css. */ /* Normal editable menulists set this to "none". */ -moz-appearance: textfield; cursor: text; border: 2px solid; -moz-border-top-colors: ThreeDShadow ThreeDDarkShadow; -moz-border-right-colors: ThreeDHighlight ThreeDLightShadow; -moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow; -moz-border-left-colors: ThreeDShadow ThreeDDarkShadow; background-color: -moz-Field; color: -moz-FieldText; } #editBMPanel_namePicker[droppable="false"] > .menulist-dropmarker { /* Normal editable menulists set this to "menulist-textfield". */ -moz-appearance: none; padding: 2px 2px 3px 4px; } /* Hide the drop marker and the popup. */ #editBMPanel_namePicker[droppable="false"] > .menulist-dropmarker, #editBMPanel_namePicker[droppable="false"] > menupopup { display: none; } PK g7K0skin/classic/browser/preferences/preferences.css /* Global Styles */ #BrowserPreferences radio[pane] { list-style-image: url("chrome://browser/skin/preferences/Options.png"); } radio[pane=paneMain] { -moz-image-region: rect(0px, 32px, 32px, 0px) } radio[pane=paneMain]:hover, radio[pane=paneMain][selected="true"] { -moz-image-region: rect(32px, 32px, 64px, 0px) } radio[pane=paneTabs] { -moz-image-region: rect(0px, 64px, 32px, 32px) } radio[pane=paneTabs]:hover, radio[pane=paneTabs][selected="true"] { -moz-image-region: rect(32px, 64px, 64px, 32px) } radio[pane=paneContent] { -moz-image-region: rect(0px, 96px, 32px, 64px) } radio[pane=paneContent]:hover, radio[pane=paneContent][selected="true"] { -moz-image-region: rect(32px, 96px, 64px, 64px) } radio[pane=paneApplications] { -moz-image-region: rect(0px, 128px, 32px, 96px) } radio[pane=paneApplications]:hover, radio[pane=paneApplications][selected="true"] { -moz-image-region: rect(32px, 128px, 64px, 96px) } radio[pane=panePrivacy] { -moz-image-region: rect(0px, 160px, 32px, 128px) } radio[pane=panePrivacy]:hover, radio[pane=panePrivacy][selected="true"] { -moz-image-region: rect(32px, 160px, 64px, 128px) } radio[pane=paneSecurity] { -moz-image-region: rect(0px, 192px, 32px, 160px) } radio[pane=paneSecurity]:hover, radio[pane=paneSecurity][selected="true"] { -moz-image-region: rect(32px, 192px, 64px, 160px) } radio[pane=paneAdvanced] { -moz-image-region: rect(0px, 224px, 32px, 192px) } radio[pane=paneAdvanced]:hover, radio[pane=paneAdvanced][selected="true"] { -moz-image-region: rect(32px, 224px, 64px, 192px) } /* General Pane */ #browserHomePage { padding-top: 2px; padding-bottom: 3px; -moz-padding-start: 4px; -moz-padding-end: 2px; background-color: -moz-Dialog; } /* Applications Pane */ #BrowserPreferences[animated="true"] #handlersView { height: 25em; } #BrowserPreferences[animated="false"] #handlersView { -moz-box-flex: 1; } /* File Field Widget */ filefield { margin: 2px 4px; -moz-appearance: textfield; } .fileFieldContentBox { background-color: -moz-Dialog; color: -moz-DialogText; margin: 1px; } filefield[disabled="true"] .fileFieldContentBox { -moz-opacity: 0.5; } filefield[disabled="true"] .fileFieldIcon { -moz-opacity: 0.2; } .fileFieldIcon { width: 16px; height: 16px; margin-top: 2px; margin-bottom: 2px; -moz-margin-start: 2px; -moz-margin-end: 4px; } .fileFieldLabel { -moz-appearance: none; background-color: transparent; border: none; padding: 1px 0px 0px 0px; margin: 0px; } /* Modeless Window Dialogs */ .windowDialog, .windowDialog prefpane { padding: 0px; } .contentPane { margin: 9px 8px 5px 8px; } .actionButtons { margin: 0px 3px 6px 3px !important; } /* Cookies Manager */ #cookiesChildren::-moz-tree-image(domainCol) { width: 16px; height: 16px; margin: 0px 2px; list-style-image: url("chrome://global/skin/icons/folder-item.png") !important; -moz-image-region: rect(0px, 16px, 16px, 0px); } #cookiesChildren::-moz-tree-image(domainCol, container) { -moz-image-region: rect(0px, 32px, 16px, 16px); } #cookiesChildren::-moz-tree-image(domainCol, container, open) { -moz-image-region: rect(16px, 32px, 32px, 16px); } #cookieInfoBox { border: 1px solid ThreeDShadow; -moz-border-radius: 0px; margin: 4px; padding: 0px; } #cookieInfoBox textbox { background-color: transparent; } #cookieInfoGrid { background-color: #E9E7E3; } /* bottom-most box containing a groupbox in a prefpane. Prevents the bottom of the groupbox from being cutoff */ .bottomBox { padding-bottom: 4px; } PK Fgr766''*skin/classic/communicator/communicator.css@import url("chrome://global/skin/"); PK 4askin/classic/global/about.cssPK t7G( !skin/classic/global/appPicker.cssPK 0,  skin/classic/global/arrow.cssPK G5qC  skin/classic/global/button.cssPK 4(2w> +skin/classic/global/checkbox.cssPK HA2Ph[@@#;skin/classic/global/colorpicker.cssPK aN6ϑQJskin/classic/global/config.cssPK 97,س/ / Nskin/classic/global/dialog.cssPK 0>T2׿ۀ [skin/classic/global/expander.cssPK HA2 LLL"cskin/classic/global/filepicker.cssPK U6* Hrskin/classic/global/findBar.cssPK 1n6j "`~skin/classic/global/formatting.cssPK vkL7IA^ ^ &sskin/classic/global/globalBindings.xmlPK 8n7431  skin/classic/global/groupbox.cssPK 06++ skin/classic/global/linkTree.cssPK bm7"eskin/classic/global/listbox.cssPK  7D~Cskin/classic/global/menu.cssPK vkL7g Tskin/classic/global/menulist.cssPK :^c7wm( ( skin/classic/global/netError.cssPK -`6{U  "skin/classic/global/dropmarker.cssPK 5ʛ !2skin/classic/global/numberbox.cssPK 55vz99$skin/classic/global/notification.cssPK eS7II#mskin/classic/global/passwordmgr.cssPK 6F6*~uB B  skin/classic/global/popup.cssPK A2 E E %tskin/classic/global/progressmeter.cssPK 4(2uHmm skin/classic/global/radio.cssPK =I06^ I #2skin/classic/global/richlistbox.cssPK &6ov8  (<skin/classic/global/nativescrollbars.cssPK `4@!!%Kskin/classic/global/xulscrollbars.cssPK _5nKz !mskin/classic/global/scrollbox.cssPK U4HY #zskin/classic/global/spinbuttons.cssPK VwX7p7O skin/classic/global/splitter.cssPK Jo6b5 skin/classic/global/tabbox.cssPK Y2] ] skin/classic/global/textbox.cssPK 2LN6B<(&skin/classic/global/datetimepicker.cssPK 7Bskin/classic/global/toolbar.cssPK 7`嘟%^skin/classic/global/toolbarbutton.cssPK mq7F:**@skin/classic/global/tree.cssPK 184Tz!skin/classic/global/wizard.cssPK 0Wlx..&X%skin/classic/global/arrow/arrow-dn.gifPK 00D..*%skin/classic/global/arrow/arrow-dn-dis.gifPK 0Wlx..*@&skin/classic/global/arrow/arrow-dn-hov.gifPK 0E33,&skin/classic/global/arrow/arrow-dn-sharp.gifPK 0 l٪(3'skin/classic/global/arrow/arrow-down.pngPK 0;//'#(skin/classic/global/arrow/arrow-lft.gifPK 0//+(skin/classic/global/arrow/arrow-lft-dis.gifPK 0;//+)skin/classic/global/arrow/arrow-lft-hov.gifPK 0^455-)skin/classic/global/arrow/arrow-lft-sharp.gifPK 09F;/881*skin/classic/global/arrow/arrow-lft-sharp-end.gifPK 0!b..'*skin/classic/global/arrow/arrow-rit.gifPK 0 ..++skin/classic/global/arrow/arrow-rit-dis.gifPK 0!b..+x+skin/classic/global/arrow/arrow-rit-hov.gifPK 055-+skin/classic/global/arrow/arrow-rit-sharp.gifPK 0E` 881o,skin/classic/global/arrow/arrow-rit-sharp-end.gifPK 0[..&,skin/classic/global/arrow/arrow-up.gifPK 0?g..*h-skin/classic/global/arrow/arrow-up-dis.gifPK 0[..*-skin/classic/global/arrow/arrow-up-hov.gifPK 0y^=44,T.skin/classic/global/arrow/arrow-up-sharp.gifPK 0O.66+.skin/classic/global/checkbox/cbox-check.gifPK 0q<</Q/skin/classic/global/checkbox/cbox-check-dis.gifPK 37`}*==(/skin/classic/global/dirListing/local.pngPK 37\)]2skin/classic/global/dirListing/remote.pngPK 37˶%u5skin/classic/global/dirListing/up.pngPK v~1O"H!!"8skin/classic/global/Filepicker.pngPK 550^p 9Zskin/classic/global/icons/autocomplete-dropmark-arrow.pngPK 553\ \ 9gskin/classic/global/icons/autocomplete-dropmark-bkgnd.pngPK 55G  Arskin/classic/global/icons/autocomplete-dropmark-bkgnd-mid-top.pngPK 55|  D"~skin/classic/global/icons/autocomplete-dropmark-bkgnd-mid-bottom.pngPK 6}) ) (skin/classic/global/icons/autoscroll.pngPK $N6t/skin/classic/global/icons/blacklist_favicon.pngPK $N6'ee-skin/classic/global/icons/blacklist_large.pngPK 0py};;#ŵskin/classic/global/icons/Close.gifPK 55{4ff#Askin/classic/global/icons/close.pngPK 5500#skin/classic/global/icons/Error.pngPK 555u3  "Yskin/classic/global/icons/find.pngPK 55(VPMM)skin/classic/global/icons/folder-item.pngPK 0ݾv55&Cskin/classic/global/icons/Minimize.gifPK n|7Rx6<<&skin/classic/global/icons/notfound.pngPK \6el+<skin/classic/global/icons/Print-preview.pngPK 55#.&skin/classic/global/icons/Portrait.pngPK \6'6skin/classic/global/icons/Landscape.pngPK 55ĚΛ&dskin/classic/global/icons/Question.pngPK 0==%Cskin/classic/global/icons/Restore.gifPK 55Mmp.%skin/classic/global/icons/Warning.pngPK 55J@0]H H +skin/classic/global/icons/warning-large.pngPK n|7AMM"}skin/classic/global/icons/wrap.pngPK 0N..) skin/classic/global/radio/radio-check.gifPK 0J..-skin/classic/global/radio/radio-check-dis.gifPK 0i-C,,(skin/classic/global/scrollbar/slider.gifPK .6+|/jskin/classic/global/splitter/grip-hrz-after.gifPK .6[0Hskin/classic/global/splitter/grip-hrz-before.gifPK .6B/&skin/classic/global/splitter/grip-vrt-after.gifPK .6^e0skin/classic/global/splitter/grip-vrt-before.gifPK 0fV33'skin/classic/global/toolbar/chevron.gifPK q2{Z633+sskin/classic/global/toolbar/chevron-rtl.gifPK 0F4ռ'skin/classic/global/toolbar/Lighten.pngPK v~1Pޫ&skin/classic/global/toolbar/spring.gifPK 0JJ)2skin/classic/global/tree/columnpicker.gifPK 0U͏@@%skin/classic/global/tree/sort-asc.gifPK 0??%Fskin/classic/global/tree/sort-dsc.gifPK 0 ](skin/classic/global/tree/twisty-clsd.pngPK 0II(skin/classic/global/tree/twisty-open.pngPK \099/^ skin/classic/global/throbber/Throbber-small.gifPK M}2e^-/ skin/classic/global/throbber/Throbber-small.pngPK K6f5 ˀ(skin/classic/global/customizeToolbar.cssPK y93SQ #fskin/classic/global/preferences.cssPK m2Z~۱&!skin/classic/global/printPageSetup.cssPK |w2Rq55$"skin/classic/global/printPreview.cssPK e4j{ $'skin/classic/global/alerts/alert.cssPK g7'(3skin/classic/global/console/console.cssPK 55Ҕh##/XJskin/classic/global/console/console-toolbar.pngPK 55>>/mskin/classic/global/console/bullet-question.pngPK 55z.?qskin/classic/global/console/bullet-warning.pngPK 55 ,Wtskin/classic/global/console/bullet-error.pngPK 0X”773wskin/classic/global/console/console-error-caret.gifPK 0&002xskin/classic/global/console/console-error-dash.gifPK @}7I^^$xskin/classic/global/autocomplete.cssPK n70:skin/classic/global/global.cssPK o67y -Hskin/classic/global/dirListing/dirListing.cssPK W64{KKskin/classic/global/scale.cssPK 7vD7vY:hvv*skin/classic/mozapps/downloads/buttons.pngPK 55V5/Wskin/classic/mozapps/downloads/downloadIcon.pngPK []7mǝ,skin/classic/mozapps/downloads/downloads.cssPK 4Gj225skin/classic/mozapps/downloads/unknownContentType.cssPK %7fSTT)7skin/classic/mozapps/extensions/about.cssPK 55ӕ1skin/classic/mozapps/extensions/actionbuttons.pngPK Qh7Yu .skin/classic/mozapps/extensions/extensions.cssPK ͛4e5#skin/classic/mozapps/extensions/itemDisabledFader.pngPK ͛4M`VV4(skin/classic/mozapps/extensions/itemEnabledFader.pngPK 55); ; 0*-skin/classic/mozapps/extensions/notifyBadges.pngPK 55@̈́77,6skin/classic/mozapps/extensions/question.pngPK h4*4:skin/classic/mozapps/extensions/update.cssPK 55k㧋0F<skin/classic/mozapps/extensions/themeGeneric.pngPK |B7[[/fDskin/classic/mozapps/extensions/viewButtons.pngPK |B7 NN.skin/classic/mozapps/plugins/missingPlugin.cssPK 7vD76S .$skin/classic/mozapps/plugins/pluginGeneric.pngPK v~1(᫓6&skin/classic/mozapps/plugins/pluginInstallerWizard.cssPK h3:H::, skin/classic/mozapps/profile/profileicon.pngPK h3r1skin/classic/mozapps/profile/profileSelection.cssPK v~10sZ  )ϼskin/classic/mozapps/shared/itemFader.pngPK v~1Ҩ,!skin/classic/mozapps/shared/itemSelected.pngPK ;1?(6skin/classic/mozapps/shared/richview.cssPK ;15==({skin/classic/mozapps/shared/richview.xmlPK v~11H  )skin/classic/mozapps/shared/viewFader.pngPK 55  .Pskin/classic/mozapps/update/extensionalert.pngPK n|7ETT&skin/classic/mozapps/update/update.pngPK 55e~~'>skin/classic/mozapps/update/warning.gifPK 55}<  'skin/classic/mozapps/update/updates.cssPK _6i 3cskin/classic/mozapps/xpinstall/xpinstallConfirm.cssPK 551ZZ7skin/classic/mozapps/xpinstall/xpinstallItemGeneric.pngPK X6 )PP.Eskin/classic/mozapps/places/defaultFavicon.pngPK n|7mm0skin/classic/mozapps/places/tagContainerIcon.pngPK qm7^x )skin/classic/help/help.cssPK E5R00 skin/classic/help/Toolbar.pngPK E5)0)0!;6skin/classic/help/Toolbar-rtl.pngPK "N3E9$fskin/classic/help/helpFileLayout.cssPK 551x <tskin/classic/help/Weblink.pngPK 55, 0!xskin/classic/help/Weblink-rtl.pngPK O%7Yy~'|skin/classic/global/menu/Menu-arrow.pngPK O%7-ؠ+}skin/classic/global/menu/Menu-arrow-rtl.pngPK O%7&;r0~skin/classic/global/menu/Menu-arrow-disabled.pngPK O%7ZX4skin/classic/global/menu/Menu-arrow-disabled-rtl.pngPK O%7$-~skin/classic/global/menu/Menu-arrow-hover.pngPK O%77Ƨ1`skin/classic/global/menu/Menu-arrow-hover-rtl.pngPK 7f7Mi5II Vskin/classic/browser/browser.xmlPK w7s%!݄skin/classic/browser/Go-arrow.pngPK w71mV%NJskin/classic/browser/Go-arrow-rtl.pngPK i|7hM !skin/classic/browser/identity.pngPK i|7.Nskin/classic/browser/Info.pngPK 8f7=}OII ʴskin/classic/browser/monitor.pngPK 8f7^#&Qskin/classic/browser/monitor_16-10.pngPK 8f7eOBB!skin/classic/browser/pageInfo.pngPK 8f7Ð'+skin/classic/browser/page-livemarks.pngPK w7tQQ"1.skin/classic/browser/searchbar.cssPK w7gT%5skin/classic/browser/Search-glass.pngPK w7 HH)=skin/classic/browser/Search-glass-rtl.pngPK w7 PP*Eskin/classic/browser/Search-addengines.pngPK 8f7$٦ Hskin/classic/browser/Secure.pngPK 8f70UU(Pskin/classic/browser/Security-broken.pngPK 8f7zkk-Wskin/classic/browser/setDesktopBackground.cssPK 8f7"@!gYskin/classic/browser/Throbber.gifPK 8f7!7]skin/classic/browser/Throbber.pngPK 8f7e^-'U^skin/classic/browser/Throbber-small.pngPK Vw7zk p_skin/classic/browser/Toolbar.pngPK Vw7 ҉^^&askin/classic/browser/Toolbar-small.pngPK 8f7FXT'skin/classic/browser/feeds/feedIcon.pngPK 8f74 )skin/classic/browser/feeds/feedIcon16.pngPK 8f7Ch (skin/classic/browser/feeds/subscribe.cssPK 8f7Z~u-skin/classic/browser/places/bookmarksMenu.pngPK 8f77$$.skin/classic/browser/places/folderDragOver.pngPK 7f7m/vskin/classic/browser/places/livemark-folder.pngPK 7f7\nn3ݼskin/classic/browser/places/livemark-folder-rtl.pngPK 8f7[w ,skin/classic/browser/places/livemarkItem.pngPK 7f70N$-skin/classic/browser/places/livemark-item.pngPK f7@1+skin/classic/browser/places/livemark-item-rtl.pngPK 8f7 +skin/classic/browser/places/pageStarred.pngPK ~{7(=A&skin/classic/browser/places/places.cssPK 2~7ۋ)skin/classic/browser/places/organizer.cssPK i|7D_% skin/classic/browser/places/query.pngPK 8f7A1h h ("skin/classic/browser/places/starPage.pngPK i|7mm#/skin/classic/browser/places/tag.pngPK 8f7S71H3skin/classic/browser/places/toolbarDropMarker.pngPK f7bb&E4skin/classic/browser/places/wrench.pngPK i|7J1;##06skin/classic/browser/preferences/application.pngPK z*m7i[AA,\9skin/classic/browser/preferences/Options.pngPK 8f70 +X{skin/classic/browser/preferences/plugin.pngPK 7i 1e}skin/classic/browser/preferences/applications.cssPK 8f7PP8skin/classic/browser/safebrowsing/browser-protection.cssPK 8f7ʉ0dskin/classic/browser/safebrowsing/close16x16.pngPK 8f7m)ϓskin/classic/browser/safebrowsing/dim.pngPK 8f7j *skin/classic/browser/safebrowsing/tail.pngPK 8f7EY2֟skin/classic/browser/safebrowsing/warning16x16.pngPK 8f7w  2skin/classic/browser/safebrowsing/warning24x24.pngPK 8f7_1_skin/classic/browser/tabbrowser/tab-arrow-end.pngPK 8f7x3skin/classic/browser/tabbrowser/tab-arrow-start.pngPK i|7=;\4skin/classic/browser/tabbrowser/tabDragIndicator.pngPK 7f7VLoNNicon.pngPK 8f7h## hpreview.pngPK k78 v v skin/classic/browser/browser.cssPK 7f7a]-&Mskin/classic/browser/engineManager.cssPK Ig7e**!Nskin/classic/browser/pageInfo.cssPK Ig75!<2+_skin/classic/browser/places/bookmarkProperties.cssPK Ig7\@JJ3fskin/classic/browser/places/editBookmarkOverlay.cssPK g7K02nskin/classic/browser/preferences/preferences.cssPK Fgr766''*|skin/classic/communicator/communicator.cssPK-L}