PK IO1A55$skin/classic/global/autocomplete.cssUT (pA ڻBUx/* * The contents of this file are subject to the Netscape 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/NPL/ * * 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 Netscape are * Copyright (C) 1998-2001 Netscape Communications Corporation. All * Rights Reserved. * * Contributor(s): * Joe Hewitt (hewitt@netscape.com) * Brian Ryner */ /* ===== 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; -moz-appearance: none; border: none !important; } .autocomplete-textbox-container { -moz-appearance: menulist-textfield; -moz-box-align: center; 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; } /* Used by autocomplete widgets that don't have an icon. Gross. -dwh */ textbox.padded { padding: 1px 0px 1px 2px; } .textbox-input-box { margin: 0 3px; -moz-box-align: center; } /* ::::: history button ::::: */ .autocomplete-history-dropmarker { -moz-appearance: menulist-button; min-width: 17px; -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"); } .autocomplete-history-dropmarker:hover:active, .autocomplete-history-dropmarker[open="true"] { -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: 2px 0 0 2px; } /* ::::: autocomplete popups ::::: */ popup[type="autocomplete"], .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; } .autocomplete-treebody::-moz-tree-cell-text { padding-left: 8px; } treechildren.autocomplete-treebody::-moz-tree-row(selected) { background-color: Highlight; } treechildren.autocomplete-treebody::-moz-tree-cell-text(selected) { color: HighlightText !important; } /* thunderbird does not use the new autocomplete widget yet so we need a couple of the old styles rules for it */ .autocomplete-treebody::-moz-tree-row(menuactive) { background-color: Highlight; } .autocomplete-treebody::-moz-tree-cell-text(menuactive) { color: HighlightText !important; } /* end of thunderbird required autocomplete rules */ /* ::::: textboxes inside toolbarpaletteitems ::::: */ toolbarpaletteitem > toolbaritem > textbox > hbox > hbox > html|*.textbox-input { visibility: hidden; } toolbarpaletteitem > toolbaritem > * > textbox > hbox > hbox > html|*.textbox-input { visibility: hidden; } PK C0Mwskin/classic/global/browser.cssUT r:@ ڻBUx @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); .tabbrowser-strip { border-bottom: 1px solid ThreeDShadow; padding-bottom: 1px; } tabpanels { -moz-appearance: none; } .tabbrowser-tabs { padding-top: 1px; } .tabs-left, .tabs-right { width: 3px; } .tab-icon { margin-top: 1px; margin-right: 3px; width: 16px; height: 16px; list-style-image: url("chrome://global/skin/icons/folder-item.png"); -moz-image-region: rect(0px, 16px, 16px, 0px); } tab[busy] > .tab-icon { list-style-image: url("chrome://global/skin/icons/Loading.gif"); } tab[selected="true"] { font-weight: bold; } PK 0a skin/classic/global/checkbox.cssUT @ ڻBUx/* * The contents of this file are subject to the Netscape 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/NPL/ * * 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 Netscape are * Copyright (C) 1998-1999 Netscape Communications Corporation. All * Rights Reserved. * * Contributor(s): * */ /* ===== 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] { margin-right: 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-gtk2-hovertext; } 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 C0" L #skin/classic/global/colorpicker.cssUT r:@ ڻBUx/* * The contents of this file are subject to the Netscape 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/NPL/ * * 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 Netscape are * Copyright (C) 1998-1999 Netscape Communications Corporation. All * Rights Reserved. * * Contributor(s): * */ /* ===== 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 /S/ skin/classic/global/console.cssUT 4;?ٻBUx/* * The contents of this file are subject to the Netscape 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/NPL/ * * 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 Netscape are * Copyright (C) 1998-1999 Netscape Communications Corporation. All * Rights Reserved. * * Contributor(s): * */ /* ===== console.css ==================================================== == Styles used by the JavaScript 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: 2px solid -moz-FieldText; padding: 0px; } .console-row-icon { border-right: 1px solid ThreeDShadow; padding: 5px; background-color: -moz-Dialog; -moz-box-align: start !important; } .console-icon { list-style-image: inherit; } /* ..... error rows ..... */ .console-row-code { padding: 3px 0px 3px 3px; 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-color: #B7DBEB !important; } .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/icons/alert-error.gif"); } .console-row[type="warning"] { list-style-image: url("chrome://global/skin/icons/alert-exclam.gif"); } .console-row[type="message"] { list-style-image: url("chrome://global/skin/icons/alert-message.gif"); } /* ::::: toolbars ::::: */ #TextfieldEval { margin: 2px !important; } #ButtonEval { margin: 2px 2px 2px 0px !important; } toolbarseparator { min-height: 1em; } PK C0\~] ] skin/classic/global/dialog.cssUT r:@ ڻBUx/* ***** BEGIN LICENSE BLOCK ***** * Version: NPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Netscape 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/NPL/ * * 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. * * Original Author: Joe Hewitt (hewitt@netscape.com) * 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 NPL, 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 NPL, 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: 8px 10px 10px 8px; } /* ::::: 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: 0; border-left: none; border-right: none; border-top: none; -moz-border-bottom-colors: ThreeDHighlight ThreeDShadow; padding: 12px 5px 12px 25px; background-color: -moz-Field; color: -moz-FieldText; } .header-large > .dialogheader-title { font: inherit; font-weight: bold; } .header-large > .dialogheader-description { margin-left: 12px !important; }PK 0س{"skin/classic/global/filepicker.cssUT tA ڻBUx/* * The contents of this file are subject to the Netscape 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/NPL/ * * 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 Netscape are * Copyright (C) 1998-2001 Netscape Communications Corporation. All * Rights Reserved. * * Contributor(s): * Joe Hewitt (hewitt@netscape.com) * Brian Ryner (bryner@brianryner.com) */ /* ===== 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 { list-style-image: url("chrome://global/skin/Filepicker.png"); -moz-image-region: rect(0px 20px 20px 0px); max-width: 36px; } .home-button { list-style-image: url("chrome://global/skin/Filepicker.png"); -moz-image-region: rect(0px 40px 20px 20px); max-width: 36px; } .new-dir-button { list-style-image: url("chrome://global/skin/Filepicker.png"); -moz-image-region: rect(0px, 60px, 20px, 40px); max-width: 36px; } PK C07-vN"skin/classic/global/formatting.cssUT r:@ ڻBUx@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; margin-left: 0.4em; margin-right: 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 : 1px 5px 2px 6px; } .header { font-weight : bold; } .larger-text { font-size : larger; } .smaller-text { font-size : smaller; } .monospace { font-family : monospace; } .indent { margin-left : 23px; } .box-padded { padding : 5px; } .spaced { margin : 3px 5px 4px 5px; } .wizard-box { padding : 20px 44px 10px 44px; } /* Double Border Boxes */ /* top only */ .double-box-top { -moz-binding : url("chrome://global/skin/classicBindings.xml#double-box"); border-top : 1px solid ThreeDShadow; background-color : #FFFFFF; margin : 0px; } .double-box-top > .db-internal-box { border-top : 1px solid ThreeDDarkShadow; } /* all round */ .double-box { -moz-binding : url("chrome://global/skin/classicBindings.xml#double-box"); border-left : 1px solid ThreeDShadow; border-top : 1px solid ThreeDShadow; border-bottom : 1px solid ThreeDHighlight; border-right : 1px solid ThreeDHighlight; background-color : #FFFFFF; margin : 0px; } .double-box > .db-internal-box { border : 1px solid ThreeDDarkShadow; } .caption-text { margin: 0px 2px 0px 1px !important; } /* class for text with a 'link' appearance */ .text-link { color : blue; text-decoration : underline; } .text-link:focus { color : red; -moz-outline: 1px dotted invert; } .text-link:hover { cursor : pointer; } .text-link:hover:active { color : red; } .text-link[visited="true"] { color : purple; } PK 1RHHskin/classic/global/global.cssUT A ڻBUx/* * The contents of this file are subject to the Netscape 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/NPL/ * * 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 Netscape are * Copyright (C) 1998-1999 Netscape Communications Corporation. All * Rights Reserved. * * Contributor(s): * */ /* ===== 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/content/bindings/menulist.xml#menulist-compact"); } /* ::::: root elements ::::: */ window, page, dialog, wizard { -moz-appearance: window; background-color: -moz-Dialog; color: -moz-DialogText; font: message-box; } /* deprecated */ window.dialog { padding: 8px 10px 10px 8px; } [wait-cursor] { cursor: wait !important; } /* ::::: alert icons :::::*/ .message-icon, .alert-icon, .error-icon, .question-icon { width: 32px; height: 32px; } .message-icon { list-style-image: url("chrome://global/skin/icons/Message.png"); } .alert-icon { list-style-image: url("chrome://global/skin/icons/Warning.png"); } .error-icon { list-style-image: url("chrome://global/skin/icons/Error.png"); } .question-icon { list-style-image: url("chrome://global/skin/icons/Question.png"); } /* ::::: 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 { padding-left: 4px; } /* ::::: miscellaneous ::::: */ .toolbar-focustarget { -moz-user-focus: ignore !important; } PK C0Gaa skin/classic/global/groupbox.cssUT r:@ ڻBUx/* * The contents of this file are subject to the Netscape 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/NPL/ * * 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 Netscape are * Copyright (C) 1998-1999 Netscape Communications Corporation. All * Rights Reserved. * * Contributor(s): * */ /* ===== 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; border: 1px solid ThreeDShadow; -moz-border-radius: 5px; padding: 5px; } .groupbox-body { padding: inherit; } caption { margin: 0px 6px 2px 6px; padding: 0px 3px; background-color: -moz-Dialog; } PK C06++ skin/classic/global/linkTree.cssUT r:@ ڻBUx@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 C0(skin/classic/global/listbox.cssUT r:@ ڻBUx/* * The contents of this file are subject to the Netscape 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/NPL/ * * 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 Netscape are * Copyright (C) 1998-2001 Netscape Communications Corporation. All * Rights Reserved. * * Contributor(s): * Joe Hewitt (hewitt@netscape.com) */ /* ===== 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; } /* ::::: listitem ::::: */ listitem { border: 1px solid transparent; } listbox:focus > listitem[selected="true"][current="true"] { border: 1px dotted #F5DB95; } 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 4px; } listheader[sortable="true"]:hover:active { border-top: 2px solid; border-right: 1px solid; border-bottom: 1px solid; border-left: 2px solid; -moz-border-top-colors: ThreeDShadow -moz-Dialog; -moz-border-right-colors: ThreeDShadow; -moz-border-bottom-colors: ThreeDShadow; -moz-border-left-colors: ThreeDShadow -moz-Dialog; padding: 1px 4px 0 5px; } .listheader-icon { margin-right: 2px; } .listheader-label { margin: 0px !important; } /* ..... sort direction icon ..... */ .listheader-sortdirection { list-style-image: none; } .listheader-sortdirection[sortDirection="ascending"] { list-style-image: url("chrome://global/skin/tree/sort-asc.gif"); } .listheader-sortdirection[sortDirection="descending"] { list-style-image: url("chrome://global/skin/tree/sort-dsc.gif"); } /* ::::: listcell ::::: */ .listcell-label { margin: 0px !important; padding: 0px 0px 1px 4px; white-space: nowrap; } .listcell-icon { margin-right: 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 C0ѯBoo skin/classic/global/menulist.cssUT r:@ ڻBUx/* * The contents of this file are subject to the Netscape 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/NPL/ * * 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 Netscape are * Copyright (C) 1998-1999 Netscape Communications Corporation. All * Rights Reserved. * * Contributor(s): * Joe Hewitt (hewitt@netscape.com) */ /* ===== 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; 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-label-box { -moz-box-align: center; -moz-box-pack: center; margin: 1px; } .menulist-label-box, menulist[open="true"]:focus > .menulist-label-box { border: 1px solid transparent; background-color: transparent; color: inherit; } .menulist-label { margin: 1px 3px !important; } /* ..... dropmarker ..... */ .menulist-dropmarker { -moz-appearance: menulist-button; min-width: 17px; -moz-box-align: center; -moz-box-pack: center; border: 2px solid; background-color: -moz-Dialog; list-style-image: url("chrome://global/skin/arrow/arrow-dn.gif"); } .menulist-dropmarker, menulist[disabled="true"]:hover:active > .menulist-dropmarker { -moz-border-top-colors: ThreeDLightShadow ThreeDHighlight; -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-left-colors: ThreeDLightShadow ThreeDHighlight; padding: 1px; } menulist[disabled="true"] > .menulist-dropmarker { list-style-image: url("chrome://global/skin/arrow/arrow-dn-dis.gif"); } menulist:hover:active > .menulist-dropmarker { -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: 2px 0px 0px 2px; } /* ..... focused state ..... */ menulist:focus > .menulist-label-box { border: 1px dotted #F5DB95; background-color: Highlight; color: HighlightText; } /* ..... disabled state ..... */ menulist[disabled="true"] { background-color: -moz-Dialog; color: GrayText; } /* ::::: editable menulists ::::: */ .menulist-editable-box { padding: 3px 0px 3px 2px; } html|*.menulist-editable-input { margin: 0px !important; border: none !important; padding: 0px !important; background: inherit; font: inherit; } /* ::::: compact menulists ::::: */ .menulist-compact { -moz-box-align: center; -moz-box-pack: center; margin: 0; -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; color: -moz-DialogText; } .menulist-compact > .menulist-label { margin: 0 3px !important; text-align: right; } .menulist-compact > .menulist-dropmarker { margin-left: 2px; border: none; padding: 0 !important; background: transparent; } .menulist-compact[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; background-color: ThreeDShadow; color: ThreeDHighlight; } PK 0Ԭskin/classic/global/popup.cssUT Uc@ ڻBUx/* * The contents of this file are subject to the Netscape 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/NPL/ * * 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 Netscape are * Copyright (C) 1998-2001 Netscape Communications Corporation. All * Rights Reserved. * * Contributor(s): * Joe Hewitt (hewitt@netscape.com) */ /* ===== popup.css =================================================== == Styles used by the XUL popup element. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: menupopup ::::: */ menupopup, popup { -moz-appearance: menupopup !important; 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 1?5 %skin/classic/global/progressmeter.cssUT  A ڻBUx/* ***** BEGIN LICENSE BLOCK ***** * Version: NPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Netscape 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/NPL/ * * 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 NPL, 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 NPL, 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; } progressmeter[mode="undetermined"] { -moz-binding: url("chrome://global/content/bindings/progressmeter.xml#progressmeter-undetermined"); } PK 0|vc skin/classic/global/radio.cssUT @ ڻBUx/* * The contents of this file are subject to the Netscape 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/NPL/ * * 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 Netscape are * Copyright (C) 1998-1999 Netscape Communications Corporation. All * Rights Reserved. * * Contributor(s): * */ /* ===== 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] { margin-right: 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-gtk2-hovertext; } 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 "1A"skin/classic/global/scrollbars.cssUT x7A ڻBUx/* * The contents of this file are subject to the Netscape 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/NPL/ * * 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 Netscape are * Copyright (C) 1998-2001 Netscape Communications Corporation. All * Rights Reserved. * * Contributor(s): * Joe Hewitt (hewitt@netscape.com) */ /* ===== scrollbars.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 { -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 { -moz-binding: url(chrome://global/content/bindings/scrollbar.xml#scrollbar-base); cursor: default; background-color: -moz-Dialog; } /* ..... increment .... */ scrollbarbutton[type="increment"] { -moz-appearance: scrollbarbutton-right; background-image: url("chrome://global/skin/arrow/arrow-rit.gif") } scrollbar[orient="vertical"] > scrollbarbutton[type="increment"] { -moz-appearance: scrollbarbutton-down; background-image: url("chrome://global/skin/arrow/arrow-dn.gif") } /* ..... decrement .... */ scrollbarbutton[type="decrement"] { -moz-appearance: scrollbarbutton-left; background-image: url("chrome://global/skin/arrow/arrow-lft.gif") } scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"] { -moz-appearance: scrollbarbutton-up; background-image: url("chrome://global/skin/arrow/arrow-up.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 { -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 scrollbar[orient="vertical"] > scrollbarbutton[type="increment"] { -moz-appearance: scrollbarbutton-down; background-image: url("chrome://global/skin/arrow/arrow-dn.gif") } /* ..... decrement .... */ html|div scrollbarbutton[type="decrement"] { -moz-appearance: scrollbarbutton-left; background-image: url("chrome://global/skin/arrow/arrow-lft.gif") } html|div scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"] { -moz-appearance: scrollbarbutton-up; background-image: url("chrome://global/skin/arrow/arrow-up.gif") } } PK C0 * Daniel Glazman (glazman@disruptive-innovations.com), on behalf of Linspire Inc. * * 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: 1px solid black; } /* ::::: tabpanels ::::: */ tabpanels { border-right: 2px solid; border-bottom: 2px solid; border-left: 2px solid; /*margin-top: 4px;*/ border-top: 2px solid; -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-left-colors: ThreeDHighlight ThreeDLightShadow; -moz-border-top-colors: ThreeDShadow black; padding: 0px; background-color: transparent; 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 black; -moz-border-top-colors: black ThreeDLightShadow; -moz-border-right-colors: black ThreeDShadow; -moz-border-left-colors: black ThreeDLightShadow; -moz-border-radius-topleft: 2px; -moz-border-radius-topright: 2px; -moz-border-radius-bottomright: 1px; padding: 1px 4px 2px 4px; background-color: rgb(203, 204, 207); color: -moz-DialogText; } .tab-text { margin: 0 !important; } tab[selected="true"] { margin-top: 0; border-bottom-style: none; background-color: transparent; padding: 1px 6px 4px 6px; } /*tab[beforeselected="true"] { -moz-appearance: tab-left-edge; border-right: none; -moz-border-radius-topright: 0; } tab[afterselected="true"] { -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"] { -moz-border-radius-bottomright: 0; } .tab-bottom[afterselected="true"] { -moz-border-radius-bottomleft: 0; } /* ::::: tabs-bottom ::::: */ .tabs-bottom > .tabs-left, .tabs-bottom > .tabs-right { border-top: 1px solid ThreeDShadow; border-bottom: none; } .tabbrowser-tabs { padding-top: 2px; } tabbox { /*background-color: rgb(230, 236, 238) ! important;*/ } tabs tab:not([selected="true"]) { border-bottom: solid 1px black; }PK C05 skin/classic/global/textbox.cssUT r:@ ڻBUx/* * The contents of this file are subject to the Netscape 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/NPL/ * * 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 Netscape are * Copyright (C) 1998-2001 Netscape Communications Corporation. All * Rights Reserved. * * Contributor(s): * Joe Hewitt (hewitt@netscape.com) */ /* ===== 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: 1px 0px 1px 2px; 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; } /* ..... 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 ڲ.1x]%skin/classic/global/toolbarbutton.cssUT SGA ڻBUx/* * The contents of this file are subject to the Netscape 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/NPL/ * * 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 Netscape are * Copyright (C) 1998-1999 Netscape Communications Corporation. All * Rights Reserved. * * Contributor(s): * Joe Hewitt (hewitt@netscape.com) */ /* ===== 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 { margin-right: 2px; } .toolbarbutton-text { margin: 0 !important; text-align: center; } toolbarbutton:hover, toolbarbutton[buttonover="true"] { border-color: ThreeDHighlight ThreeDShadow ThreeDShadow ThreeDHighlight; color: -moz-gtk2-hovertext; } toolbarbutton:hover:active, toolbarbutton[open="true"] { border-color: ThreeDShadow ThreeDHighlight ThreeDHighlight ThreeDShadow; padding: 4px 2px 2px 4px; 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: 4px 2px 2px 4px !important; background-image: url("chrome://global/skin/toolbar/Lighten.png"); color: ButtonText !important; } /* ::::: toolbarbutton menu ::::: */ .toolbarbutton-menu-dropmarker { list-style-image: url("chrome://global/skin/arrow/arrow-dn.gif"); -moz-image-region: auto; /* cut off inheritance */ } .toolbarbutton-menu-dropmarker[disabled="true"] { list-style-image: url("chrome://global/skin/arrow/arrow-dn-dis.gif"); } /* ::::: 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 { -moz-box-align: center; padding: 3px; list-style-image: url("chrome://global/skin/arrow/arrow-dn.gif"); -moz-image-region: auto; /* cut off inheritance */ -moz-appearance: dualbutton-dropdown; } .toolbarbutton-menubutton-dropmarker[disabled="true"] { list-style-image: url("chrome://global/skin/arrow/arrow-dn-dis.gif") !important; } toolbarbutton[type="menu-button"][open="true"] > .toolbarbutton-menubutton-dropmarker, toolbarbutton[type="menu-button"][buttondown="true"] > .toolbarbutton-menubutton-dropmarker { } PK ,G1s]skin/classic/global/tree.cssUT ӫeA ڻBUx/* * The contents of this file are subject to the Netscape 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/NPL/ * * 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 Netscape are * Copyright (C) 1998-2001 Netscape Communications Corporation. All * Rights Reserved. * * Contributor(s): * Joe Hewitt (hewitt@netscape.com) * Dean Tessman (dean_tessman@hotmail.com) */ /* ===== 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-rows > .tree-bodybox { border: 1px solid transparent; } .focusring:focus > .tree-rows > .tree-bodybox { border: 1px solid #000000; } /* ::::: tree rows ::::: */ treechildren::-moz-tree-row { border: 1px solid transparent; background-color: 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 #000000; } treechildren::-moz-tree-row(selected, current, focus) { border: 1px dotted #C0C0C0; } tree[selstyle="primary"] > treechildren::-moz-tree-row { border: none; background-color: transparent; } /* ::::: tree cells ::::: */ treechildren::-moz-tree-cell { padding: 0px 2px 0px 2px; } tree[selstyle="primary"] > treechildren::-moz-tree-cell-text, treechildren::-moz-tree-cell-text { color: inherit; } treechildren::-moz-tree-cell-text(selected) { color: -moz-DialogText; } tree[selstyle="primary"] > treechildren::-moz-tree-cell-text(primary) { border: 1px solid transparent; padding: 0px 1px 1px 1px; } tree[selstyle="primary"] > treechildren::-moz-tree-cell-text(primary, selected) { background-color: -moz-Dialog; color: -moz-DialogText; } treechildren::-moz-tree-cell-text(selected, focus) { color: HighlightText; } tree[selstyle="primary"] > treechildren::-moz-tree-cell-text(primary, selected, focus) { background-color: Highlight; color: HighlightText; } tree[selstyle="primary"] > treechildren::-moz-tree-cell-text(primary, current, focus) { border: 1px dotted #000000; } tree[selstyle="primary"] > treechildren::-moz-tree-cell-text(primary, selected, current, focus) { border: 1px dotted #C0C0C0; } /* ::::: lines connecting cells ::::: */ tree[selstyle="primary"] > treechildren::-moz-tree-line, treechildren::-moz-tree-line { border: 1px dotted ThreeDShadow; } treechildren::-moz-tree-line(selected, focus) { border: 1px dotted HighlightText; } /* ::::: tree separator ::::: */ treechildren::-moz-tree-separator { border-top: 1px solid ThreeDShadow; border-bottom: 1px solid ThreeDHighlight; } /* ::::: drop feedback ::::: */ tree[selstyle="primary"] > 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: 1px 4px 0px 5px; } .treecol-image { padding: 1px 1px 0px 2px; } .treecol-text { margin: 0px !important; } treecol[hideheader="true"] { -moz-appearance: none; border: none; padding: 0; } /* ..... internal box ..... */ treecol:hover:active, treecolpicker:hover:active { border-top: 2px solid; border-right: 1px solid; border-bottom: 1px solid; border-left: 2px solid; -moz-border-top-colors: ThreeDShadow -moz-Dialog; -moz-border-right-colors: ThreeDShadow; -moz-border-bottom-colors: ThreeDShadow; -moz-border-left-colors: ThreeDShadow -moz-Dialog; } /* ::::: 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 { list-style-image: none; width: 8px; /* The image's width is 7 pixels */ } .treecol-sortdirection[sortDirection="ascending"] { list-style-image: url("chrome://global/skin/tree/sort-asc.gif"); } .treecol-sortdirection[sortDirection="descending"] { list-style-image: url("chrome://global/skin/tree/sort-dsc.gif"); } /* ::::: column picker ::::: */ .tree-columnpicker-icon { list-style-image: url("chrome://global/skin/tree/columnpicker.gif"); } /* ::::: twisty ::::: */ treechildren::-moz-tree-twisty { padding-right: 2px; width: 10px; /* The image's width is 9 pixels */ list-style-image: url("chrome://global/skin/tree/twisty-clsd.png"); } treechildren::-moz-tree-twisty(open) { width: 10px; /* The image's width is 9 pixels */ list-style-image: url("chrome://global/skin/tree/twisty-open.png"); } treechildren::-moz-tree-indentation { width: 16px; } /* ::::: gridline style ::::: */ treechildren.gridlines::-moz-tree-cell { border-right: 1px solid GrayText; border-bottom: 1px solid GrayText; } treechildren.gridlines::-moz-tree-row { border: none; } PK C0JHskin/classic/global/wizard.cssUT r:@ ڻBUx@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); .wizard-header { border-bottom: 2px groove ThreeDFace; padding: 10px 0px 10px 0px; background-color: Window; color: WindowText; } .wizard-header-label { margin-left: 23px; font-weight: bold; } .wizard-header-description { margin-left: 44px; } .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"] { margin-left: -1px !important; } .wizard-button[wizardbutton="back"] { margin-right: 0px !important; } PK ڲ.1""skin/classic/global/button.cssUT SGA ڻBUx/* * The contents of this file are subject to the Netscape 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/NPL/ * * 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 Netscape are * Copyright (C) 1998-1999 Netscape Communications Corporation. All * Rights Reserved. * * Contributor(s): * Joe Hewitt (hewitt@netscape.com) */ /* ===== 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: 1px 4px 2px 3px; } .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-gtk2-hovertext; } /* .......... 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: 2px 3px 1px 4px; } /* .......... 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: 1px 4px 2px 3px !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 { margin: 1px; background-image: url("chrome://global/skin/arrow/arrow-dn.gif"); min-width:11px; min-height:11px; } .button-menu-dropmarker[disabled="true"], .button-menubutton-dropmarker[disabled="true"] { background-image: url("chrome://global/skin/arrow/arrow-dn-dis.gif"); } .button-menubutton-dropmarker[open="true"] { margin: 2px 0px 0px 2px; } /* ::::: 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"); } PK 0v}skin/classic/global/menu.cssUT Uc@ ڻBUx/* * The contents of this file are subject to the Netscape 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/NPL/ * * 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 Netscape are * Copyright (C) 1998-1999 Netscape Communications Corporation. All * Rights Reserved. * * Contributor(s): * Joe Hewitt (hewitt@netscape.com) * */ /* ===== 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; } menuitem[default="true"] { font-weight: bold; } menu[_moz-menuactive="true"], menuitem[_moz-menuactive="true"] { color: HighlightText; } menu[disabled="true"], menuitem[disabled="true"] { color: GrayText; } menubar > menu { padding: 0px 6px 0px 4px; } menubar > menu[_moz-menuactive="true"] { color: MenuText; } menubar > menu[open] { color: HighlightText; } /* ::::: menu/menuitems in menulist popups ::::: */ .menulist-menupopup > menuitem, menulist > menupopup > menuitem, .menulist-menupopup > menu, menulist > menupopup > menu { padding: 1px 30px 1px 5px; max-width: none; font: message-box; } /* ..... internal content .... */ .menu-text, .menu-iconic-left, .menu-iconic-text { margin: 0px 2px 0px 0px !important; color: inherit; } .menu-text { margin-left: 18px !important; font-weight: inherit; } .menu-accel, .menu-iconic-accel { margin: 0px 2px 0px 7px !important; padding-right: 14px; color: inherit; } .menu-iconic-left { width: 16px; } .menu-right { margin: 0px 0px 0px 6px; width: 8px; list-style-image: url("chrome://global/skin/menu/Menu-arrow.png"); -moz-image-region: auto; } .menu-right[_moz-menuactive="true"] { list-style-image: url("chrome://global/skin/menu/Menu-arrow-hover.png"); -moz-image-region: auto; } .menu-right[disabled="true"] { list-style-image: url("chrome://global/skin/menu/Menu-arrow-disabled.png"); -moz-image-region: auto; } .menubar-left { margin: 0px 2px 0px 0px; color: inherit; } .menubar-text { margin: 0px 2px 0px 0px !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"] { list-style-image: url("chrome://global/skin/menu/menu-check.gif"); -moz-image-region: auto; } menuitem[checked="true"][disabled="true"] { list-style-image: url("chrome://global/skin/menu/menu-check-disabled.gif"); -moz-image-region: auto; } menuitem[checked="true"][_moz-menuactive="true"] { list-style-image: url("chrome://global/skin/menu/menu-check-hover.gif"); -moz-image-region: auto; } /* ::::: radio menuitem ::::: */ menuitem[checked="true"][type="radio"] { list-style-image: url("chrome://global/skin/menu/menu-radio.gif"); -moz-image-region: auto; } menuitem[checked="true"][type="radio"][disabled="true"] { list-style-image: url("chrome://global/skin/menu/menu-radio-disabled.gif"); -moz-image-region: auto; } menuitem[checked="true"][type="radio"][_moz-menuactive="true"] { list-style-image: url("chrome://global/skin/menu/menu-radio-hover.gif"); -moz-image-region: auto; } /* ::::: 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 { margin-left: -2px; list-style-image: url("chrome://global/skin/columnselect.gif"); -moz-image-region: auto; } PK IO1vɢ skin/classic/global/toolbar.cssUT (pA ڻBUx/* * The contents of this file are subject to the Netscape 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/NPL/ * * 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 Netscape are * Copyright (C) 1998-2001 Netscape Communications Corporation. All * Rights Reserved. * * Contributor(s): * Joe Hewitt (hewitt@netscape.com) */ /* ===== 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 { margin : 2px 0.2em; border-right : 1px solid ThreeDHighlight; border-left : 1px solid ThreeDShadow; width : 2px; } toolbarspacer { width: 15px; } /* ::::: 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: 2px 2px 2px 0; } .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 0 ``&skin/classic/global/globalBindings.xmlUT CA ڻBUx PK C0Oskin/classic/global/preview.gifUT r:@ ڻBUxGIF89acU!6<"""$"$333)1c33f42d{{QQQwww{{{|~|ccdfff3f)4Df̙f̚d,cUg8p*\ȰÇ#JHŋ3jq ? Iɓ(S\ɲ˗0cʜI͛8qz492ϟ@ Jѣ="XtHJJի1w" a'T`ÊK,ɝ**3 %+\.x֮ߛhI!Å**T@ݽx MAA ˘)G!,bB_w"B x ξGD.gIzpn\/iםO 7^Vhfv j%|*Xt0] t# x@DiH&L6餓Ɂ$ZJM~a)%M (f4>Q}#@B@N@Gti R Y]Y/^f8Tx)Ac+pvv)C&YAr)V\_*]f6z N 3FmR\KvZA&XApm#$v SjK/cIj9AF lh@[d8 .PfP# ,r՜(<,xkN G)B(P,T )+%&1D5>-+\]5bI @f7I| .04 M7SL7 5WO2Y=`d$x]Me@ s:{/WGbc[v4Q.d ^9=Pn@ "^3x#>؄$M}ֿO2{ԛ5px6L! Ā$U-Ё[`8,@wN+'#$H9& n`3a`ࣳm $:-GA$>pNIlyVpH7UB&^E=c`Ux1Q^E!+H=*B<")8HD2o YL.q}9\RB<8Ich,x&͌r9iD'4Mc 2\0Fh.YT!{xIR/ #,cI}Ζn# ]^Q& v'$ES(ֶ~DAxug:AFD9}@t( 9떽d)3^!yaK@@1IP:R), ^z}%?JP2T$EE'ABҤ 3FsT%>miIԙt]%IXZ$TMA8}$oc\VU` W5Gk]3լ+` ךU)HjXEW UHEzٺ' ;ֱ̪OlgKWM j_ui[Z5&`yZ7u,d5i ׵5kBWJ}w;ѺhT,ykUxsW]r%.e޵=O+{rv+zCX*vyϻ e&F{.& ga+qߘD O ӘHN_f!&PL*[Xβe./ L2k$AV<#pR*w۫#x,y޳ I%2@50h%(؊TEX@fR+&}d@ @Lkz1I6P%9[W:"ޛh&p֖mYs`'36 R ]-ްɊIU+vk6j[{0 jyV3_龊Cnޣ6xY{[\@5U6e]c%̭ Fn=\X pw 0c tvOk^tհmn#.w9 ttݯhpo>|+t]]MzPϭ^ҽix<= ?W8}l=+;%rW*;w8{KPV^ vL'-mo^/{z=!,zT}F}cz^:=}] w>}ϛ$]]U3MoU՚gVw|TD2!ty̵X37qFz;pKx(~D1Y p {%s `O`ev|a6 &&SnwX4%h!fAZWjtdw<؃?ChbHdhOXE~AV@h\q`8jdb]jl؆nptXvxxz|؇~8Xe[؈h$, 8X#-Xf։8WU ؊bXh(%h8؆((،ΈeɨȌ&(rH!@ฆ(HffŽ؎rCb!!H)؍R爏d ٍl8I1 ( i(OA " HeE!ؐ+ɓ)%%=ْVvhgGِb$Rr8:&Yh>ɒD!/ xRQVQiSXykYYi[i@X҄Ox!fy?99qst UN!}闞;PK C0*skin/classic/global/icons/alert-exclam.gifUT }:@ ڻBUxGIF89a !, @(-xBf'IWym3bdH S:֌"/=lG(9V*8<7hZa~;!5E?$&]X_X{|;4CG@ Ea(2`,?D ,DS@1H`;XЮ{G;PK C0~,skin/classic/global/icons/alert-question.gifUT }:@ ڻBUxGIF89a !, @𵹈 4YAT`9lC pzH)S{(w4f$.]oк2' t'`9y-J8E.㬊W~8]TOQhT*a[3=io uijfm`eh(G4XD;4 z:IwK0&5/IJ zNOv ;PK C0O.66+skin/classic/global/checkbox/cbox-check.gifUT s:@ ڻBUxGIF89a!,@ |"[ TP;;PK C0q<</skin/classic/global/checkbox/cbox-check-dis.gifUT s:@ ڻBUxGIF89a!,@ |"[ TP;J2[+;PK C0J..-skin/classic/global/radio/radio-check-dis.gifUT ~:@ ڻBUxGIF89a!, `Q;PK C0N..)skin/classic/global/radio/radio-check.gifUT ~:@ ڻBUxGIF89a!, `Q;PK C02=99-skin/classic/global/menu/menu-check-hover.gifUT }:@ ڻBUxGIF89a !, {4S>gSV;PK C0 ]]0skin/classic/global/menu/menu-arrow-disabled.gifUT }:@ ڻBUxGIF89a!, 0k;PK C0Թ]]-skin/classic/global/menu/menu-arrow-hover.gifUT }:@ ڻBUxGIF89a{!, 0$k-;PK C0;"J7ff'skin/classic/global/menu/menu-check.gifUT }:@ ڻBUxGIF89a !, 0Ik;ibUZcFE;PK C0;"J7ff0skin/classic/global/menu/menu-check-disabled.gifUT }:@ ڻBUxGIF89a !, 0Ik;ibUZcFE;PK C0C11'skin/classic/global/menu/menu-arrow.gifUT }:@ ڻBUxGIF89a!,DiT(;PK C0l0cc'skin/classic/global/menu/menu-radio.gifUT }:@ ڻBUxGIF89a !, pI Mw^}ViE;PK C0l0cc0skin/classic/global/menu/menu-radio-disabled.gifUT }:@ ڻBUxGIF89a !, pI Mw^}ViE;PK C0|"*cc-skin/classic/global/menu/menu-radio-hover.gifUT }:@ ڻBUxGIF89a !, pIMw}ViE;PK C0i-C,,(skin/classic/global/scrollbar/slider.gifUT :@ ڻBUxGIF89a!,D;PK e+&y73CC(skin/classic/global/tree/twisty-open.gifUT Q~ <ٻBUxGIF89a ƽ~~~uuusssooojjjiiifffccc```JJJBBB@@@999000///)))!!! , (A8BaB.lxbE%NԘQ" ;PK e+W_II(skin/classic/global/tree/twisty-clsd.gifUT Q~ <ٻBUxGIF89a ƽ~~~uuusssooojjjiiifffccc```JJJBBB@@@999000///)))!!! , .A8"ፄ""|!10ʼn%*\(;PK C0{=?8skin/classic/global/progressmeter/progressmeter-busy.gifUT ~:@ ڻBUxGIF89a 1c! NETSCAPE2.0! , n0)RWH bp&Ӛ=w5\N!yPT&KAVӔʸ^C ވa]jx|׻s|ƒMPYn~e(! , tPI֚Y6҉ a|&\qǜPS4Mך s;Kg34Mwo8Iy^FTXZjxmuU! , qP@+[ӈg9s.}?8f^ O,6D4DO,hev^srapR^Ҭ6s{'m|beqr,gj}lp! , rP@+[H*;[9!o9YP=bRܘhLkXuu_S|ŎgtY}mzs\|[*wltayz{qZTL! , sPH3ku杷b#W,L{}Ϗ"|CdQ%Oay6[^Y#JeYw N5Q|޾u-w{ahtoq~l1A! , oPH3{uG8&Y$ۊ¯vrG|YRhVER{vCYp3mMS=e/n(~?^~X|&muvGseo! , tP3{u'&Yzjڊ/kWS(|?[r yE#GatIRڤ>}S VY%]tfmt>r{yu[xNZb! , sP)RWGH'ۊk·ӻ ?\oRu*<6/@ NQWeQV6BX<6Sowٖwp]kpZs]~q|iQx! , nP)RWHp&Ӛ=w5\N!yPT&KAVӔʸ^C ވa]jx|׻s|ƒMPYn~e(! , t0Ig֚Y6҉ª a|&\qǜPS4Mך s;Kg34Mwo8Iy^FTXZjxmuU! , q0A+[ ӈg9s.}?8f^ O,6D4DO,hev^srapR^Ҭ6s{'m|beqr,gj}lp! , r0HA+[ H*;[9!o9YP=bRܘhLkXuu_S|ŎgtY}mzs\|[*wltayz{qZTL! , s0 3ku杷b)#W,L{}Ϗ"|CdQ%Oay6[^Y#JeYw N5Q|޾u-w{ahtoq~l1A! , o0H)3{uG8&Y$ۊ¯vrG|YRhVER{vCYp3mMS=e/n(~?^~X|&muvGseo! , t0)3{u'&Yzjڊ/kWS(|?[r yE#GatIRڤ>}S VY%]tfmt>r{yu[xNZb! , s0RWG H'ۊk·ӻ ?\oRu*<6/@ NQWeQV6BX<6Sowٖwp]kpZs]~q|iQx;PK C0)$% skin/classic/global/contents.rdfUT r:@ ڻBUx PK C0%w *skin/classic/communicator/tasksOverlay.cssUT n:@ڻBUx/* * The contents of this file are subject to the Netscape 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/NPL/ * * 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 Netscape are * Copyright (C) 1998-1999 Netscape Communications Corporation. All * Rights Reserved. * * Contributor(s): * */ /* ==== tasksOverlay.css ================================================ == Styles used by the the overlay which contains tasks related == content, such as the taskbar and product launcher icons. ====================================================================== */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: communicator product icons ::::: */ .taskbutton { padding: 1px; } .taskbutton:hover:active { padding: 2px 0 0 2px; } #mini-nav { list-style-image: url("chrome://communicator/skin/taskbar/navigator.gif"); } #mini-nav:hover { list-style-image: url("chrome://communicator/skin/taskbar/navigator-hov.gif"); } .icon-navigator16 { list-style-image: url("chrome://communicator/skin/taskbar/navigator-16.gif"); } #mini-mail { list-style-image: url("chrome://communicator/skin/taskbar/mail.gif"); } #mini-mail:hover { list-style-image: url("chrome://communicator/skin/taskbar/mail-hov.gif"); } #mini-mail[BiffState="NewMail"] { list-style-image: url("chrome://communicator/skin/taskbar/mailnew.gif"); } #mini-mail[BiffState="NewMail"]:hover { list-style-image: url("chrome://communicator/skin/taskbar/mailnew-hov.gif"); } .icon-mail16 { list-style-image: url("chrome://communicator/skin/taskbar/mail-16.gif"); } #mini-addr { list-style-image: url("chrome://communicator/skin/taskbar/addressbook.gif"); } #mini-addr:hover { list-style-image: url("chrome://communicator/skin/taskbar/addressbook-hov.gif"); } .icon-addressbook16 { list-style-image: url("chrome://communicator/skin/taskbar/addressbook-16.gif"); } #mini-comp { list-style-image: url("chrome://communicator/skin/taskbar/composer.gif"); } #mini-comp:hover { list-style-image: url("chrome://communicator/skin/taskbar/composer-hov.gif"); } .icon-composer16 { list-style-image: url("chrome://communicator/skin/taskbar/composer-16.gif"); } /* ::::: component bar ::::: */ #component-bar { -moz-box-align: stretch; } PK C0r $skin/classic/communicator/button.cssUT m:@ڻBUx/* * The contents of this file are subject to the Netscape 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/NPL/ * * 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 Netscape are * Copyright (C) 1998-1999 Netscape Communications Corporation. All * Rights Reserved. * * Contributor(s): * */ /* ==== button.css ========================================================== == Styles for special buttons in the Communicator suite. ========================================================================== */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: large toolbar buttons ::::: */ .toolbarbutton-1, .toolbarbutton-1 > .toolbarbutton-menubutton-button { min-width: 47px; -moz-box-orient: vertical; } .toolbarbutton-1[type="menu-button"] { -moz-box-orient: horizontal; } .toolbarbutton-1, .toolbarbutton-1 > .toolbarbutton-menubutton-button, .toolbarbutton-1[disabled="true"]:hover:active { padding: 2px 7px 2px 6px; } .toolbarbutton-1:hover:active, .toolbarbutton-1[open="true"], .toolbarbutton-1[buttondown="true"] > .toolbarbutton-menubutton-button { padding: 3px 6px 1px 7px; } .toolbarbutton-1[type="menu-button"], .toolbarbutton-1[type="menu-button"]:hover:active, .toolbarbutton-1[type="menu-button"][open="true"] { padding: 0; } .toolbarbutton-1[type="menu"] > .toolbarbutton-menu-dropmarker { display: none; } .toolbarbutton-1[buttonstyle="pictures"], .toolbarbutton-menubutton-button[buttonstyle="pictures"] { min-width: 0px; } .toolbarbutton-text[buttonstyle="pictures"], .toolbarbutton-icon[buttonstyle="text"] { display: none; } /* ::::: standard toolbar buttons ::::: */ .button-toolbar { -moz-user-focus: ignore; border: 2px solid; -moz-border-radius: 0; min-width: 0; background-color: transparent; } .button-toolbar > .button-box { margin: 0; padding: 1px 2px; } .button-toolbar:hover:active > .button-box { padding: 2px 1px 0px 3px; } .button-toolbar > .button-box > .button-icon, .button-toolbar > .button-box > .button-text { margin-right: 2px; } .button-toolbar, .button-toolbar[disabled="true"]:hover, .button-toolbar[disabled="true"]:hover:active { border: 2px solid; -moz-border-top-colors: transparent ThreeDHighlight; -moz-border-right-colors: transparent ThreeDShadow; -moz-border-bottom-colors: transparent ThreeDShadow; -moz-border-left-colors: transparent ThreeDHighlight; } .button-toolbar:hover { -moz-border-top-colors: ThreeDDarkShadow ThreeDHighlight; -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-left-colors: ThreeDDarkShadow ThreeDHighlight; } .button-toolbar:hover:active { -moz-border-top-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-right-colors: ThreeDDarkShadow ThreeDHighlight; -moz-border-bottom-colors: ThreeDDarkShadow ThreeDHighlight; -moz-border-left-colors: ThreeDDarkShadow ThreeDShadow; } PK C0eY Y #skin/classic/communicator/brand.cssUT m:@ڻBUx/* * The contents of this file are subject to the Netscape 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/NPL/ * * 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 Netscape are * Copyright (C) 1998-1999 Netscape Communications Corporation. All * Rights Reserved. * * Contributor(s): * */ /* ==== brand.css =========================================================== == Styles related to branding in the Communicator suite. ========================================================================== */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); #navigator-throbber { -moz-binding: url("chrome://global/content/bindings/button.xml#button-image"); -moz-user-focus: ignore; -moz-box-align: center; -moz-box-pack: center; margin: 1px 2px 1px 10px; border: 2px solid; -moz-border-top-colors: ThreeDDarkShadow ThreeDHighlight; -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-left-colors: ThreeDDarkShadow ThreeDHighlight; -moz-border-radius: 0; padding: 1px; min-width: 0; list-style-image: url("chrome://communicator/skin/brand/throbber-single.gif"); -moz-appearance:none !important; } #navigator-throbber:hover:active { -moz-border-top-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-right-colors: ThreeDDarkShadow ThreeDHighlight; -moz-border-bottom-colors: ThreeDDarkShadow ThreeDHighlight; -moz-border-left-colors: ThreeDDarkShadow ThreeDShadow; } #navigator-throbber[busy="true"] { list-style-image: url("chrome://communicator/skin/brand/throbber-anim.gif"); } #navigator-throbber[buttonstyle="text"], #navigator-throbber[buttonstyle="pictures"], #navigator-throbber[toolbarmode="small"] { margin: 0 5px; list-style-image: url("chrome://communicator/skin/brand/throbber16-single.gif"); } #navigator-throbber[buttonstyle="text"][busy="true"], #navigator-throbber[buttonstyle="pictures"][busy="true"], #navigator-throbber[toolbarmode="small"][busy="true"] { list-style-image: url("chrome://communicator/skin/brand/throbber16-anim.gif"); } PK C0f%gT%skin/classic/communicator/dialogs.cssUT m:@ڻBUx/* ***** BEGIN LICENSE BLOCK ***** * Version: NPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Netscape 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/NPL/ * * 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 NPL, 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 NPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ /* ==== dialogs.css ================================================== == Styles used by certain dialogs in the Communicator suite. ====================================================================== */ @import url("chrome://communicator/skin/"); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: turbo confirmation dialog ::::: */ #turboTrayImage { list-style-image: url("chrome://communicator/skin/icons/turbo-systray.gif"); border: 2px inset ThreeDFace !important; } PK Xa2AA*skin/classic/communicator/communicator.cssUT ;>$BoڻBUx/* ***** 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 * * 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 * Daniel Glazman (glazman@disruptive-innovations.com), on behalf of Linspire Inc. * * 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 ***** */ /* ==== communicator.css ==================================================== == Styles shared everywhere throughout the Communicator suite. ========================================================================== */ @import url("chrome://global/skin/"); @import url("chrome://communicator/content/communicator.css"); @import url("chrome://communicator/skin/formatting.css"); @import url("chrome://communicator/skin/brand.css"); @import url("chrome://communicator/skin/button.css"); @import url("chrome://communicator/skin/formatting.css"); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); .toolbar-primary { -moz-binding: url("chrome://global/content/bindings/toolbar.xml#toolbar"); } /* ::::: 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://editor/skin/icons/throbber-single.png"); } #navigator-throbber[busy="true"] { list-style-image: url("chrome://editor/skin/icons/throbber-single.png"); } toolbar[iconsize="small"] #navigator-throbber, toolbar[mode="text"] #navigator-throbber { list-style-image: url("chrome://editor/skin/icons/throbber-small.png") !important; } toolbar[iconsize="small"] #navigator-throbber[busy="true"], toolbar[mode="text"] #navigator-throbber[busy="true"] { list-style-image: url("chrome://editor/skin/icons/throbber-small.png") !important; } .sidebarTree { border: none; margin: 0px !important; } #sidebar-panel-picker { display: none ! important } tree { background-color: -moz-field ! important; display: -moz-box ! important; -moz-appearance: none ! important; } .sidebar-header-text { visibility: hidden ! important; } PK C0?(skin/classic/communicator/formatting.cssUT m:@ڻBUx/* ***** BEGIN LICENSE BLOCK ***** * Version: NPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Netscape 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/NPL/ * * 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 NPL, 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 NPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* class for text with a 'link' appearance */ .text-link { color : blue; text-decoration : underline; } .text-link:focus { color : red; -moz-outline: 1px dotted invert; } .text-link:hover { cursor : pointer; } .text-link:hover:active { color : red; } .text-link[visited="true"] { color : purple; } PK C0/  (skin/classic/communicator/prefpanels.cssUT n:@ڻBUx/* ***** BEGIN LICENSE BLOCK ***** * Version: NPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Netscape 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/NPL/ * * 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 NPL, 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 NPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ /* ==== prefpanels.css ================================================== == Styles used by all preference panels in the Communicator suite. ====================================================================== */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: Themes ::::: */ #skinsTree { height: 80px; } *|*.themesLink { margin-left: 5px; text-decoration: underline; color: blue; cursor: pointer; } *|*.themesLink:active { color: red; } #previewImageContainer { height: 93px; padding: 1px; } #previewImage { max-width: 355px; min-width: 355px; max-height: 85px; min-height: 85px; } /* ::::: Fonts ::::: */ #sizeVar, #sizeMono { width: 4em; } .prefpanel-font-list { -moz-box-flex: 1; } /* ::::: Mouse Wheel ::::: */ #mouseWheelMode { width: 9em; } PK C0Շ%skin/classic/communicator/smileys.cssUT n:@ڻBUx/* * The contents of this file are subject to the Netscape 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/NPL/ * * 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. * * Contributor(s): * Scott MacGregor * */ /* ==== smileys.css ==================================================== == Style rules to bind smiley image types generated by editor and the mozTxtToHTMLConv == into skinnable images. ========================================================================== */ /* ::::: we also represent smilies inside of spans ::::: */ span.moz-smiley-s1, span.moz-smiley-s2, span.moz-smiley-s3, span.moz-smiley-s4, span.moz-smiley-s5, span.moz-smiley-s6, span.moz-smiley-s7, span.moz-smiley-s8, span.moz-smiley-s9, span.moz-smiley-s10, span.moz-smiley-s11, span.moz-smiley-s12, span.moz-smiley-s13, span.moz-smiley-s14, span.moz-smiley-s15, span.moz-smiley-s16 { font-size: 15px; padding-left: 20px; margin-left: 2px; margin-top: 2px; background-repeat: no-repeat; -moz-user-select: all; background-position: center center; } span.moz-smiley-s1 > span, span.moz-smiley-s2 > span, span.moz-smiley-s3 > span, span.moz-smiley-s4 > span, span.moz-smiley-s5 > span, span.moz-smiley-s6 > span, span.moz-smiley-s7 > span, span.moz-smiley-s8 > span, span.moz-smiley-s9 > span, span.moz-smiley-s10 > span, span.moz-smiley-s11 > span, span.moz-smiley-s12 > span, span.moz-smiley-s13 > span, span.moz-smiley-s14 > span, span.moz-smiley-s15 > span, span.moz-smiley-s16 > span { display: none; } /* smile */ span.moz-smiley-s1{ background-image: url("chrome://communicator/skin/icons/smileys/smiley-smile.png"); } /* frown */ span.moz-smiley-s2 { background-image: url("chrome://communicator/skin/icons/smileys/smiley-frown.png");} /* wink */ span.moz-smiley-s3 { background-image: url("chrome://communicator/skin/icons/smileys/smiley-wink.png"); } /* tongue */ span.moz-smiley-s4 { background-image: url("chrome://communicator/skin/icons/smileys/smiley-tongue-out.png"); } /* laughing */ span.moz-smiley-s5 { background-image: url("chrome://communicator/skin/icons/smileys/smiley-laughing.png"); } /* embarassed */ span.moz-smiley-s6 { background-image: url("chrome://communicator/skin/icons/smileys/smiley-embarassed.png"); } /* undecided */ span.moz-smiley-s7 { background-image: url("chrome://communicator/skin/icons/smileys/smiley-undecided.png"); } /* suprise */ span.moz-smiley-s8 { background-image: url("chrome://communicator/skin/icons/smileys/smiley-surprised.png"); } /* kiss */ span.moz-smiley-s9 { background-image: url("chrome://communicator/skin/icons/smileys/smiley-kiss.png"); } /* yell */ span.moz-smiley-s10 { background-image: url("chrome://communicator/skin/icons/smileys/smiley-yell.png"); } /* cool */ span.moz-smiley-s11 { background-image: url("chrome://communicator/skin/icons/smileys/smiley-cool.png"); } /* money */ span.moz-smiley-s12 { background-image: url("chrome://communicator/skin/icons/smileys/smiley-money-mouth.png"); } /* foot */ span.moz-smiley-s13 { background-image: url("chrome://communicator/skin/icons/smileys/smiley-foot-in-mouth.png"); } /* innocent */ span.moz-smiley-s14 { background-image: url("chrome://communicator/skin/icons/smileys/smiley-innocent.png"); } /* cry */ span.moz-smiley-s15 { background-image: url("chrome://communicator/skin/icons/smileys/smiley-cry.png"); } /* sealed */ span.moz-smiley-s16 { background-image: url("chrome://communicator/skin/icons/smileys/smiley-sealed.png"); } PK V B*òI>skin/classic/communicator/bookmarks/bookmark-folder-button.gifUT T#z:ٻBUxGIF89a{{!)1c)cc{{{!,uI+RjF`JKPKvC>skin/classic/communicator/bookmarks/bookmark-folder-closed.gifUT R9ٻBUxGIF89aff̙3"""!,@RIMII@ 1+bh_ՔHB$^XhMj@x):=jsBƠD?u[!DuIcٌ;imBW`Vx q#;PK 7(Ld'<skin/classic/communicator/bookmarks/bookmark-folder-open.gifUT R9ٻBUxGIF89aff̙3"""!,@\pIQ4SI 6(`uH$JYQkì RPttjI8US辐Ic8&k FwBc6MQ;PK s,耡6skin/classic/communicator/bookmarks/bookmark-group.gifUT <ٻBUxGIF89a!,DH  tVZ8 $e0f90 Qd1g LJ`#pB .pr;PK 9C+b̓Mjj>skin/classic/communicator/bookmarks/bookmark-item-disabled.gifUT ;;ٻBUxGIF89a!,/xp * Josh Soref * Dan Cannon * * 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 NPL, 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 NPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /** * Style rules for generic bookmarks items. */ treechildren::-moz-tree-image(Name) { margin-right: 2px; } .bookmark-item, treechildren::-moz-tree-image(Name) { list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif"); } .bookmark-item[container="true"], treechildren::-moz-tree-image(Name, container) { list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif"); } .bookmark-item[open="true"], treechildren::-moz-tree-image(Name, open) { list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif"); } .bookmark-item[container="true"][open="true"][loading="true"] { list-style-image: url("chrome://global/skin/loading.gif") !important; } .bookmark-item[status="new"], treechildren::-moz-tree-image(Name, new) { list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item-updated.gif"); } .bookmark-item > .toolbarbutton-box > .toolbarbutton-icon { list-style-image: inherit; width: 16px; height: 16px; } treechildren::-moz-tree-twisty(group, hidetwisty) { list-style-image: none; } treechildren::-moz-tree-image(Name, container, group) { list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-group.gif"); } treechildren::-moz-tree-image(Name, separator) { list-style-image: none; } 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; } PK b 509G G 7skin/classic/communicator/bookmarks/bookmarksWindow.cssUT w @ٻBUx/* -*- Mode: C; c-basic-offset: 2 -*- */ /* ***** BEGIN LICENSE BLOCK ***** * Version: NPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Netscape 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/NPL/ * * 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): * Ben Goodger * Josh Soref * * 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 NPL, 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 NPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ @import url("chrome://communicator/skin/bookmarks/bookmarks.css"); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); #status-bar { height: 1em; } #panel-bar, #search-bar { border-top: 1px solid ThreeDHighlight; border-bottom: 1px solid ThreeDShadow; } bookmarks-tree.inset { margin: 0px; -moz-border-top-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-right-colors: ThreeDFace ThreeDHighlight; -moz-border-bottom-colors: ThreeDFace ThreeDHighlight; -moz-border-left-colors: ThreeDDarkShadow ThreeDShadow; } PK @ )Ѯ3skin/classic/communicator/bookmarks/home-active.gifUT 9ٻBUxGIF89allllQ6QQQQQQ6Q66lQ66! ,@]ITk!J( !J X~6Âp6tV4HbH8?ah,Zi+5ߧ+18hd`:OlQ@JXX;PK @ )n$2skin/classic/communicator/bookmarks/home-hover.gifUT 9ٻBUxGIF89a̙ffff3f33f333! ,@ZILJ$w$qa} k[ 'DQ"I (bYTX0m2n ~bA;ERm9#kD;PK @ )<덎,skin/classic/communicator/bookmarks/home.gifUT 9ٻBUxGIF89a̙ffff3f33f333! ,@RpID)GB`bXٞgN#™䍏GB85ay(b[LC*9sq<ҍ>l@Aj;PK d+N4skin/classic/communicator/bookmarks/location-act.gifUT | <ٻBUxGIF89a L;;;&&333f!,\I%u 2ByPEA&ERLtL>KA2 a)S!6$vFJψ@Z0;PK d+4skin/classic/communicator/bookmarks/location-dis.gifUT | <ٻBUxGIF89a3fwwwff"""33f! ,M09A4K,U2xqr AO͚Q*cl=IdI|&,ԨzTKJp5UL*;PK d+o&ү4skin/classic/communicator/bookmarks/location-hov.gifUT | <ٻBUxGIF89a3fwww"""ff!,\I%u2AyPEA&ERLtL>KA2 a)SA 6$vFJA:0 ;PK )=dŲ0skin/classic/communicator/bookmarks/location.gifUT h9ٻBUxGIF89a 3fwwwff"""33f! ,_0)4;,AyRq\jA@Phf D}{!$гqr)w# K0p%K."8}'XbeZ"hr .toolbarbutton-icon { width: 16px; height: 16px; } .bookmark-item > .toolbarbutton-menu-dropmarker { display: none; } /* ..... drag and drop styles ..... */ toolbarbutton.bookmark-item[dragover-left="true"] { -moz-border-left-colors: transparent ThreeDDarkShadow; } toolbarbutton.bookmark-item[dragover-right="true"] { -moz-border-right-colors: transparent ThreeDDarkShadow; } toolbarbutton.bookmark-item[dragover-top="true"] { -moz-appearance: none; -moz-border-top-colors: transparent ThreeDDarkShadow; -moz-border-right-colors: transparent ThreeDDarkShadow; -moz-border-bottom-colors: transparent ThreeDDarkShadow; -moz-border-left-colors: transparent ThreeDDarkShadow; } /* ::::: bookmark menus ::::: */ menu.bookmark-item, menuitem.bookmark-item { border-top: 1px solid transparent !important; border-bottom: 1px solid transparent !important; padding: 1px 3px 1px 2px; margin-top: -1px; } .bookmark-group { list-style-image: url(chrome://communicator/skin/bookmarks/bookmark-group.gif) !important; } .menuitem-iconic.bookmark-item[disabled="true"] { list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item-disabled.gif"); } .menu-iconic.bookmark-item[disabled="true"][container="true"] { list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-disabled.gif"); } /* ..... drag and drop styles ..... */ menu.bookmark-item[dragover-top="true"], menuitem.bookmark-item[dragover-top="true"] { border-top: 1px solid ThreeDDarkShadow !important; } menu.bookmark-item[dragover-bottom="true"], menuitem.bookmark-item[dragover-bottom="true"] { border-bottom: 1px solid ThreeDDarkShadow !important; } menu.bookmark-item[dragover="true"] { background: Highlight !important; color: HighlightText !important; } PK . * * 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 NPL, 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 NPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ /* ===== directory.css ================================================== == Styles specific to the directory listing window. ======================================================================= */ @import url(chrome://communicator/skin/); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); #tree { margin: 0px !important; border: none; } treechildren::-moz-tree-image(FilenameColumn) { margin-right: 2px; list-style-image: url("chrome://communicator/skin/directory/file.gif"); } treechildren::-moz-tree-image(FilenameColumn, container) { list-style-image: url("chrome://communicator/skin/directory/folder-clsd.gif"); } treechildren::-moz-tree-image(FilenameColumn, container, open) { list-style-image: url("chrome://communicator/skin/directory/folder-open.gif"); } treechildren::-moz-tree-image(FilenameColumn, loading) { list-style-image: url("chrome://communicator/skin/icons/loading.gif"); } treechildren::-moz-tree-cell-text(symbolic-link) { font-style: italic; } /* ::::: column/row preferred sizes ::::: */ #FilenameColumn, #LastModColumn, #ContentLengthColumn { width: 100px; } div.server { color: blue; display: block; font-size: 10pt; font-family: sans-serif; } div.client { color: red; display: block; font-size: 10pt; font-family: sans-serif; } PK e+^Css3skin/classic/communicator/directory/folder-clsd.gifUT | <ٻBUxGIF89aff̙"""!,8h0BNSR XIZwe0p*c.x5,*^A0h:ȍ#;PK e+3skin/classic/communicator/directory/folder-open.gifUT | <ٻBUxGIF89aff̙"""!,Dx ANUQUX靠h(WE !0,}q0ĀJʮЃ`r7;PK e+ 5dd,skin/classic/communicator/directory/file.gifUT | <ٻBUxGIF89aLLL!,5\8i+'lftm5 e' +m;9YbQHN(f;PK C0`G;-skin/classic/communicator/profile/migrate.gifUT q:@ڻBUxGIF89a̙fffff33!,LH9RayQ(N9j'<fL: υ g(? ZL)$-j].aC;PK C0I-skin/classic/communicator/profile/profile.cssUT q:@ڻBUx/* -*- Mode: C; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- * * The contents of this file are subject to the Netscape 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/NPL/ * * 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 Netscape are * Copyright (C) 1998-1999 Netscape Communications Corporation. All * Rights Reserved. * * Contributors: * Ben Goodger * Chris Nelson * */ @import url("chrome://global/skin/global.css"); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); window.dialog { padding: 0; } #profiles > listitem { list-style-image: url("chrome://communicator/skin/profile/profileicon-large.gif"); } #profiles > listitem[rowMigrate="no"] { list-style-image: url("chrome://communicator/skin/profile/migrate.gif"); } /* profile selection dialog */ html#intro { width: 17em; } box#managebuttons > button { min-width: 8em; } /* display area */ box#contentarea { border-top: 2px groove #CCCCCC; border-bottom: 2px groove #CCCCCC; padding: 7px; } /* top border on status area */ box#wizardButtons { padding-top: 1px; padding-bottom: 1px; } box.selection { margin-top: 4px; } description.error { color: #FF0000; } PK C0m_94skin/classic/communicator/profile/profileManager.cssUT q:@ڻBUx@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); #dialoginfo { width: 36em; } #table-housing { background-color: white; height: 100%; } #buttons-box { margin-left: 1em; } PK C0)LL7skin/classic/communicator/profile/profileicon-large.gifUT q:@ڻBUxGIF89a!,#C#of%QٸTգ^˶%&5;PK z,b+(-skin/classic/communicator/related/related.cssUT ";ٻBUx/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* ***** BEGIN LICENSE BLOCK ***** * Version: NPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Netscape 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/NPL/ * * 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): * * 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 NPL, 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 NPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* Style rules specific to the related links panel */ #Tree, .tree-container-treerows { border: none; } treeitem > treerow.relatedresult > treecell { color: black; text-decoration: none; } treeitem > treerow.relatedresult > treecell:hover { color: blue; text-decoration: underline; cursor : pointer; } treeitem[selected="true"] > treerow.relatedresult > treecell { color: HighlightText; text-decoration: none; } treeitem > treerow.relatedresult > treecell > titledbutton:active { color: red; text-decoration: underline; } treeitem[container="true"][open="true"][loading="true"] > treerow > .treecell-indent { list-style-image: url("chrome://global/skin/loading.gif") ! important ; } treeitem[container="true"][open="true"] > treerow > .treecell-indent { list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif"); } /* Uncomment if double-click model is needed treeitem[container="true"][open="true"][selected="true"] > treerow > .treecell-indent { list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open-sel.gif"); } */ treeitem[container="true"] > treerow > .treecell-indent { list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif"); } /* Uncomment if double-click model is needed treeitem[container="true"][selected="true"] > treerow > .treecell-indent { list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed-sel.gif"); } */ treeitem[container="true"][id="NC:SiteMapRoot"] > treerow > .treecell-indent { list-style-image: url("chrome://communicator/skin/related/sitemap.gif"); } treeitem[container="true"][open="true"][id="NC:SiteMapRoot"] > treerow > .treecell-indent { list-style-image: url("chrome://communicator/skin/related/sitemap.gif"); } /* Single click model, so undo regular search tree selection look. */ treeitem[selected="true"] > treerow.relatedseparator, treeitem[selected="true"] > treerow.relatedresult { background-color: transparent; } .treecell-indent { list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif"); } PK s1(-skin/classic/communicator/related/sitemap.gifUT *9ٻBUxGIF89a  '##*% )1 2"#"37!3#.-/*M 5i59G78iϢ?ҕIǖyɣJţYѥEիVٹGױ\ײp]pMqFzRn[n×̓᮴ΰۚر˚̔ӫѷ뒋蓤嵙绥ϴąƵɒʰ D&`c(𠠤!,v HA 80`Ag>#'łMXE li q$Yq%JfA80&( R>װѩTb)ҋPjӀ;PK t1(m%xx-skin/classic/communicator/search/category.gifUT *9ٻBUxGIF89aff"""!,=80Yj!!H֢qdaFtlqw6N=կf.jnpZ;PK t1(}qq+skin/classic/communicator/search/result.gifUT *9ٻBUxGIF89aο''$!,@6pШq=G\ Y,6vBu=)25+'tAhl8;PK e+`<2skin/classic/communicator/search/search-editor.cssUT | <ٻBUx/* -*- Mode: C; c-basic-offset: 2 -*- */ /* ***** BEGIN LICENSE BLOCK ***** * Version: NPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Netscape 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/NPL/ * * 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): * * 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 NPL, 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 NPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); #add-button { list-style-image : url("chrome://global/skin/scroll-right.gif"); } #remove-button { list-style-image : url("chrome://global/skin/scroll-left.gif"); }PK }, & +skin/classic/communicator/search/search.cssUT 6գ<ٻBUx/* ***** BEGIN LICENSE BLOCK ***** * Version: NPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Netscape 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/NPL/ * * 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 NPL, 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 NPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ /* ===== search.css ===================================================== == Styles specific to the Search sidebar panel. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); #stopButton { list-style-image: url("chrome://communicator/skin/icons/loading.gif"); } /* :::: undo regular search listbox selection look :::: */ .searchresult-item[selected="true"] { border: none !important; background-color: transparent !important; color: inherit !important; } PK e+h]jj4skin/classic/communicator/search/internetresults.cssUT | <ٻBUx@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); #multi-results-header { background-color : inactivecaption; color : inactivecaptiontext; border : 1px outset inactivecaption; font-weight : bold; padding : 3px 0px 2px 6px; } #engineTabs { padding : 2px 0px 2px 0px; background-color : ThreeDFace; border-left : 1px solid ThreeDHighlight; border-top : 1px solid ThreeDHighlight; border-right : 1px solid ThreeDShadow; } #internetresultstree { border-right : none; border-left : none; border-bottom : none; } #internetresultstree > .tree-container-treerows { border-right : none; border-left : none; } PK e+]^<<2skin/classic/communicator/sidebar/sbtab-twisty.gifUT | <ٻBUxGIF89affwww!, b9 ^Lz*;PK e+ <<7skin/classic/communicator/sidebar/sbtab-twisty-open.gifUT | <ٻBUxGIF89affwww!,  1&D);PK e+אd  /skin/classic/communicator/sidebar/customize.cssUT | <ٻBUx/* -*- Mode: C; c-basic-offset: 2 -*- */ /* ***** BEGIN LICENSE BLOCK ***** * Version: NPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Netscape 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/NPL/ * * 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): * * 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 NPL, 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 NPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); .treecell-panel { list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif"); } .treecell-panel[haslink="true"], treeitem[container="true"] > treerow > .treecell-panel { list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif"); } treeitem[selected="true"] > treerow > .treecell-panel[haslink="true"], treeitem[selected="true"][container="true"] > treerow > .treecell-panel { list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed-sel.gif"); } treeitem[container="true"][open="true"] > treerow > .treecell-panel { list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif"); } treeitem[selected="true"][container="true"][open="true"] > treerow > .treecell-panel { list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open-sel.gif"); } #header { list-style-image: url("chrome://communicator/skin/sidebar/sidebar-icon.gif"); } box#reorder { -moz-box-pack: center; } PK e+ٙ.-skin/classic/communicator/sidebar/preview.cssUT | <ٻBUx/* -*- Mode: C; c-basic-offset: 2 -*- */ /* ***** BEGIN LICENSE BLOCK ***** * Version: NPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Netscape 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/NPL/ * * 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): * * 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 NPL, 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 NPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* Style rules specific to the Preview dialog. */ iframe#previewframe { min-width: 10px; min-height: 10px; width: 162px; height: 300px; border: none; margin: 0px; } PK k0y,,5skin/classic/communicator/sidebar/sidebarBindings.xmlUT Y@ٻBUx PK q.V -skin/classic/communicator/sidebar/sidebar.cssUT 8=>ٻBUx/* * The contents of this file are subject to the Netscape 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/NPL/ * * 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 Netscape are * Copyright (C) 1998-1999 Netscape Communications Corporation. All * Rights Reserved. * * Contributor(s): * Joe Hewitt * */ /* ===== sidebar.css ==================================================== == Styles used by the Sidebar panel and Sidebar tabs. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); #sidebar-box { border-left: 1px solid ThreeDShadow; border-right: 1px solid ThreeDHighlight; background-color: AppWorkspace; } /* ::::: sidebar header ::::: */ .sidebarheader-main { -moz-appearance: toolbar; border: 1px outset InactiveCaption; background-color: InactiveCaption; color: CaptionText; padding: 1px 2px 1px 6px; } #sidebar-panel-picker { color: inherit; /** bugzilla 89144 - must be able to access tabs dropdown **/ -moz-user-focus:normal !important; } #sidebar-panel-picker > .toolbarbutton-dropmarker { padding-left: 2px; padding-right: 2px; list-style-image: url("chrome://global/skin/arrow/arrow-dn.gif"); } .sidebar-header-text { font-weight: bold; } /* ..... close button ..... */ #sidebar-close-button { -moz-binding: url("chrome://global/content/bindings/toolbarbutton.xml#toolbarbutton-image"); padding: 1px 3px 1px 4px; list-style-image: url("chrome://global/skin/icons/close-button.gif"); } /* ::::: sidebar panel ::::: */ .sidebar-iframe-no-panels, .loadarea { background-color: -moz-Field; color: -moz-FieldText; } .iframe-panel, .browser-sidebar { border-left: 1px solid ThreeDHighlight; border-bottom: 1px solid ThreeDShadow; border-right: 1px solid ThreeDShadow; } /* ::::: loading info ::::: */ .text-panel-loading { margin: 5px 0px; } .text-panel-loading[loading="false"] { margin-left: 11px; } .image-panel-loading { margin: 5px; list-style-image: url("chrome://communicator/skin/icons/loading.gif"); } /* ::::: sidebar tabs ::::: */ .box-texttab { -moz-binding: url("chrome://communicator/skin/sidebar/sidebarBindings.xml#sbtab"); -moz-box-align: center; cursor: pointer; background-color: -moz-Dialog; color: -moz-DialogText; } .box-texttab, .box-texttab[selected="true"], .box-texttab[selected="true"]:hover, .box-texttab[selected="true"]:hover:active { border: 2px solid; -moz-border-top-colors: ThreeDHighlight ThreeDLightShadow; -moz-border-right-colors: ThreeDShadow ThreeDLightShadow; -moz-border-bottom-colors: ThreeDShadow ThreeDLightShadow; -moz-border-left-colors: ThreeDHighlight ThreeDLightShadow; padding: 2px 1px 2px 0px; } .box-texttab:hover { -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow; } .box-texttab:hover:active { -moz-border-top-colors: ThreeDShadow ThreeDLightShadow; -moz-border-right-colors: ThreeDShadow ThreeDLightShadow; -moz-border-bottom-colors: ThreeDShadow ThreeDLightShadow; -moz-border-left-colors: ThreeDShadow ThreeDLightShadow; } .sbtab-label { margin: 0px 0px 0px 0px !important; } .sbtab-twisty { margin: 0px 7px; list-style-image: url("chrome://communicator/skin/sidebar/sbtab-twisty.gif"); } .sbtab-texture { margin: 2px 0px; background: url("chrome://global/skin/toolbar/tbgrip-texture.gif") repeat-y; width: 12px; height: 12px; } .box-texttab[selected="true"] { font-weight: bold; cursor: default; } .sbtab-twisty[selected="true"] { list-style-image: url("chrome://communicator/skin/sidebar/sbtab-twisty-open.gif"); } /* ::::: sidebar navigation buttons ::::: */ .sidebar-nav-button { -moz-binding: url("chrome://global/content/bindings/toolbarbutton.xml#toolbarbutton-image"); padding: 5px 0px 5px 0px; } .tab-fwd { list-style-image: url("chrome://global/skin/arrow/arrow-up.gif"); } .tab-back { list-style-image: url("chrome://global/skin/arrow/arrow-dn.gif"); } PK },r,zz5skin/classic/communicator/sidebar/sidebarListView.cssUT 7գ<ٻBUx/* * The contents of this file are subject to the Netscape 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/NPL/ * * 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 Netscape are * Copyright (C) 1998-2001 Netscape Communications Corporation. All * Rights Reserved. * * Contributor(s): * Ben Goodger */ treechildren { cursor: pointer; } PK C0q 1skin/classic/communicator/xpinstall/xpinstall.cssUT q:@ڻBUx/* */ /* ***** BEGIN LICENSE BLOCK ***** * Version: NPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Netscape 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/NPL/ * * 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. * * 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): * Don Bragg (dbragg@netscape.com) 12/08/1999 * Blake Ross (BlakeR1234@aol.com) 6/12/2000 * Daniel Veditz 2002 * * 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 NPL, 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 NPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ @import url("chrome://communicator/skin"); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); #confirmBox { margin: 1ex; } #urlColumn { margin-left: 1ex; } .confirmSeparator { height: 1em; } .confirmName { font-weight : bold; } .packageName { font-weight : bold; } #alert-image { margin: 1em; } PK e+ZV3skin/classic/communicator/brand/throbber-single.gifUT | <ٻBUxGIF89a ߬߬ޫݪݪܩۧڧ٦إإפפ֣գԢԡԡӠҟўўМϜΛ͚͚̙̘ʗʗɖȕǔƓƓŒđЏ~}|{zywwvvuutssrqqoonnmmlkkjiihhhggffe~e~d}d}c|! ADOBE:IR1.0!, 7 H&N*\ɠÁ #&|PD-F, 1 C31o m$Ȧ0_A0,xeň8`m M9+iC 5i*À?2E(px Lp Ldݪ6-*@`$@[\no xi+&Ox` < SD iH&<(PB P`I$ `` Ip 1._(\`ȿJ,!G&w,L,CdjŸN|cb|r s;PK e+X/_]_]1skin/classic/communicator/brand/throbber-anim.gifUT | <ٻBUxGIF89a hwc\s2usmѧPʈƐ*xwxڒڻ:GUPpʘO5jggg'3>KK0CCCʺWWX989|赕Rxٷ䆜&'(qXm$w9$vYgS"sJxt9APalԎm.ڥ.td}f1x`ȝ9@LZe^VnH?yQs}I[m3& Q^j`x`@d&gL/*Qezdnx7BO*^_ahsGQ]taQF0z)l}H3&,5n;1^n}YFTi~ՖUanQtfL_roqKⲬ8YfsgYl}).5BȽ]Ք6$ >(|idB "$ݠJUa`SFNatNZfMMMppp4]ivϓe?#FF^Wߖ fz>2!5///P>7EVgːb{ߝOC/ SSlp( .(h}/ ʌkM |`7.V;c|HYiuS ;\,vLo>WQP``rc lszx! ADOBE:IR1.0! NETSCAPE2.0! , H*\ȰÇ Hʼn*B0TǏ C.K1B dirC2e7KUH"3vdRGI膣*)QC!BP!Ԅ$1M RbeK/lx XbYB؜ 0%Ѭe~u+\ ߩiN(Y,_ X+3Z<tJ,MoŲ~ڪ_5^(LwgĢۻ=͜E )"HtMpxb_ pC!dHU\1 !X1 !8  76L Y3C/d7(kxT!) 9c fM:U@Z7 A*b@N. C`9d%@ ,@jaޘFK乌EPx(@y hYaU``+x k AUZ aG Va 2CJh#PdLW!K{i"$PL>.d.IY| $?؉GAdbWKBpN?( 7Ȳ/tK^?P,G WXisyo0<B&2 (p"$Ռrp-i`z/dt&q `sp\"O , ,!B$, #O#}`P,C)iCQ>OxHb'u޹ϒ x p p ܹ*txK]2A1 4<1x9! , CH 9*a#*A`9Xr Ш`Ä%BHpH ,7樒<"Ga2cʕ-?L\̈́xQ W1a0ذqA ؐ)s2*%\6tɃHmhreB0H20ZJʹ ,0xK02$ : L!b瀲v ]'ၣ£5x@/D  !C}x3,Aq 42h45,p|@q#`F?PG"lc@2,7 z`?$Hq-tЇ(,PE+gB?L1^ DYˬm GĬbcɎ'f5A&G]?0#-ذӤWB @   ,DD&&8J,O !7 dX]ff$fƏCQ5]tÊ@%`"054 *($ԇPB"Mu1-0 edH4 Xo=lC&dGHW]رHKq?z24~W (!%6KO\t$ - L06(`eh-0D "B6!<>aѰn8(|eЗ}KPv *&/,AGb 8C ʡd@6jgi%8YCPL+0r ?}( 4 ,VV |D- (!Bۜ@K2­XP Yv֖?1/WLK͛hpvhXB )! ,  4.C_J0RGXq@O,e`(L0 bE8Jd n$HQ>#%rc/8 ]~91\B$&Yx̅LҬN&2a, O9E=%04n| gȋ4,˃hAL(χN$Ç.de>U"|(N AK V YLbV B8h b_ +$USxEmxCl]b-2\^x\yi@u%2'ClPCT(b''$x B4 JW$$BImGMt TCGdCRH6bz5PT|0t6iܠ# ÏЅ?A OL0t/ bMfpP$XLsLPF4Q(Ѐ d@h<O䐃*tlI$}ێ *l :tB& 8QB$P,8,m2AǬ`)"2@Ȁ@De% $@@, 9B>2Hf!h~%F6WtO"!l4,lT 8PĦ>£@-XЀ>P DK"E^%$fx1Fc b'BH"w2@"mpWHaBYa 1`\B 'P #\p\ a%:`o6p3PKl ά-O1"!/! [B(A )B!)OÔ܋DC0o4,832)Qhq.l3ͬBAH8}_`l2-%DwdCOC[]lCҋoeB|ctc DΔ@a! ,  kA.XˊP.+ [3˔6cưYX, .c@`寃x*BR@ܶ%136R"yOhB!L/:2)#1zbӀ6 pa‚[#Jk% iw$H@@!diaB^;]h^Öf\X1J{W^M.Fk',y-(Ob1@ b]z`H;1) 95%B@Hϔ1A~GZbƦM@0-D'!dSy1O ,3 hpp Y{exdtALq/j@ X`dǐ~)5 +Dic&T,`0 3e^ ]N#+@Xp -atƜs&Za2B ͡ñb44UB$ Q26EJH MYMe6)6"wH ѝrbR7P]t oB#ܘP}}->𥐒)qT6p ,'3bP0@K< 7 ]d)lpt,cO,НBLP#*3Hf0.l3.4 @sH𢸤$tL?ݴ?RO AHHس5^7CcHMZR7Ro [7ҵ| 0B! , LPgAGH"يG'ؖlw@Ҁ/cRH璎)c(i40#'#ņүA))Q@1dT %p8 MRwXʧ-H)QRA&aP9b05d "t|͈҉'h|x3 %؀l2R3Ot @.FFfŎ$V_ұ'vhiőB0)vv"n$u?DR za]_tqFp LJ qDŽM6oA2~&T 3J@`"7("Awh F1TQ m(r v]K$DE[9{h/oN +TmB6h a/ClȝbKyE C j{"82 hD6l th)R2P&1 !ADa/h)lP*Ï'F" hH`iHdD ,/<[- < p BQ-{TJhFAM hlF-WBpN:F$E-RS X.ɁfZ}UFT6aAd.ܤxF'B1'gH1 'F#p:aHJgI#sl'9 B XB-R,FIk<hE@ aZy'\Lr) qmsჅwDpRٔ8sg܌0B6#Hp8sH# W.fh3O;c6Qut.SA628#h*e@\Q٘6lxc>zLg6$f"I6hbs0lNb-FQ($nf1Ł w0",9ܦ[3#1O#wRC\3tOG! ,  l$A((\Hዃr$\& hҤ * :ܲISb$@@R@ӅB*%M>ܒKeGJPw`Ӟ>$H@pH p,YO|Ѡ[52ҩQ9H;LJ;8jpGe )[i.NL!0G Fr $m AႃG@m4}[C#Z"0 8AQp)uķ#ڎH 8ĐhNHo4]01-2~̓#H^HH`d߃~]("WS(j8, ]x!j,͎ݘ@el&,IG7 )wQƓJ^Kwh gO0dSOوX7&b7GFU MY&'j$&V-yq%k̑MZ>VO1ȹĚZ(7e$ k:U u, E#%cF5KwNa"UP!T9jaZR. CA 8֦{-&P}M)/S/A\d7`]vBvg>p3pO=H]=g88ϪܡiE %4FZJHJ hDA lP(BFTkDV8ҞAJ5Z1BXaTl! 7wC V.꺋>hNxp¯R| >!@ Wаù+88[{q8@@! ,  D Z!5#B4@QH .#G `\XAvq;)"NRDxlȐ&D @@zM >DFPMF,a$5V=f5U ȍ@՘1A-N4+?I@ Nxz -64;K GOJ.4>-;h ΧktC@st4PR+ EjNHݱߪI9]}h`19 ];֍ك_~JHdP7F sM6u_M4>8BT$&qDbEх.ބ"8+ a%qE58!1wL&pSL1$E ģAq0~h \aipal3<-S=#A85BQj1`"/RSeMf6>fTot CSh`@p0UPZRBkB@l볺"Ti\-*< EHQ.@.U,8֋W_B$A 0j hAsDc5TaŸ D.nTPF )&3I 25$*! ,  J<(\ !Ç HҤ5ȑPpBIr83p+rȁ;mh9#HMH@@# I.mC;^lu3|)Qa"#6B5sH@!1 y f {۩$Z,-<>| sVH Z4`}89FTc|Hƅs;'g 2εH8]BK d[^|fw @'_>Gpğ7AŵtsF7f`6܈Dlp1Bh0 m.\  !5@hIWrH\ɁEpIʖ_?ACmsqJ[X)yG,7|!|b< 񸫂 2?V#lY4l3FS aJ|@;;o>j_ lr $AO6u/ǓfK(u'9#Fh9G(C<0Zh1w@9Z`Ձt,ZPLLXLHt b)QH m/ `#&kqG|6]t~hXf) `E0$̒ҙĉdcJʙ) &JX!'syEQ08qA`%U@7& r`%JЂAqR#$)rHD!%6 +̲@m L ^;~ leŚ)xJi9rSd@CxNp86FB٪HMi\"U kY$x>CZ 8%%z#.̲jI}J#0TZd-TE UjsF;i)Q(XJ(1m EJQ"B1X d!K)&"HlsD8<0<F(op Cj0H+qC6"AQ0e\*UqbF jhyfZ ƀ`5Щ"t ,g"QJh`bKqŜ`eaW2vh"1rjFBP+or%+) JjP#AK \ +@G ¾lT|  Ŵ~q/B @8t[PcLw _ C0o0%\<@ Xs@ B1AՒ[~s\t B3L4p6 (LlJ %[†DOqgK.xsĐ6J'T0#! ,  nځT@y;(\"F< hՁl0<7+bXHF'D i, K xMrʡ\"  AT'J=QBkw|hT4Fĵm/^3b-ce@V-ؤ0$3mZ1vb-:^ ]T5 X$5.bʚ5qD8kUܚl#8m'8 Fp΁Kf A ^jS*t"GV @VE8]i{$ _11y%#Pgsh$sp11a Cp#qacHhx]nE)X^0K(R+ڨC =@"B10" "pB1ƴ  jS0UFwCx -P("sb#l/@Ah+ۜ2Oc:J w@*a*AK|f8&+APA\X/i06X19AtDBҪFLcL0EAj -Тyr 8$'q9 RI\pAKLRL1$!NgBDKt88BP҄ 2( AA]JfBs̳r?G'$rhH#9 FpFBpb`1P9. ]c  ڤA Cb es*B))Z_ $ 1)CT@ K , >+\SLcl8r0'^ 3':b! ,  ÆS1 `ځT 8)[*>67BhXNVcvd"J*-Ww"ERc 4^K$D ćZ\dF\8Fj,],MFIVtBX mCY"h[Wl±fqm$ 30!9I;vL $[|zIҊ'! >jw", UE I\px7q7&8!lL٤~ y \shaN_GiA [ec1%bha`% JdB2\L0O1ىqAz,<:`. %hBW`NA\( GB4 0]236*Լٌ&6WxOMH9G=hU1j߂UTݸ0$@j}5b#60BAy"+^b}xW XCPD5\!$ad\ x1@5Vcr@ a[}6 afb  C :xΤ_Q53ǹC%a@}lWgp \Q6 i\pW]gV1C̷穡MTcCwv$!P/x` 6X3!X"6F*Ėv\ afWg~Q g 5TxEXKڨ +2ã@ FИ6(C]ʹ8 =J 蹢<c#mB0.0g5Vq -6(HW! x_LJYXYS ,|P Z̳1q֩pyWh$t_e*J.ю)Qxξ 0F! , Hs*\hΠÁ #&|PD-F,BǏ Czb#)0\ɲ%T0$hCAbah6H wn@3bkHQEԩ6 2'rcF+!RsFòW[Աin^ٗ Id 1c9 =!땦cleYsro%X#ZCh cre <W hsK*fu܍VmdWl 25m,]g[ ɿhxs̾-MF Q{UiM Q\q\t0u^h48PpՀE ~Ut{E\]L}6^ỳQZ~ Z `9_ xE4hXaY @ a]{qM$ ^fc\1 3`\9n΀Jnڐ"5zƕ>zpV~6(\>褑b$Z(~jJP@;PK 8$T,^5skin/classic/communicator/brand/throbber16-single.gifUT s<ٻBUxGIF89a{az_x^wc|b{az`yd}b{fe~d}c|hgfe~jihkjimkorqosrqvtsxvy}y~}|~đЕǓŜϛΚ͙̙˘ʗɖȟҞѝМΛ͚̣֠ӟўНϡӥפٰ֧}!_,   UGHJIGIAG88X"5/(7,I7 $Z<^YGVSU DG!GP(AOMP+IG2;IEP3=A93-= ,B J96+:<&86 K1`$C~PP&@AF8RP.8("aJ *#, !QhEI+X`M:@'V"(g@;PK 8$T,*""3skin/classic/communicator/brand/throbber16-anim.gifUT s<ٻBUxGIF89ahwc\s2usmѧPʈƐ*xwxڒڻ:GUPpʘO5jggg'3>KK0CCCʺWWX989|赕Rxٷ䆜&'(qXm$w9$vYgS"sJxt9APalԎm.ڥ.td}f1x`ȝ9@LZe^VnH?yQs}I[m3& Q^j`x`@d&gL/*Qezdnx7BO*^_ahsGQ]taQF0z)l}H3&,5n;1^n}YFTi~ՖUanQtfL_roqKⲬ8YfsgYl}).5BȽ]Ք6$ >(|idB "$ݠJUa`SFNatNZfMMMppp4]ivϓe?#FF^Wߖ fz>2!5///P>7EVgːb{ߝOC/ SSlp( .(h}/ ʌkM |`7.V;c|HYiuS ;\,vLo>WQP``rc lszx! NETSCAPE2.0! ,H Af*,& ޸rE*-RL HXƏ}5j(XR*0( UH(&L|X-M/BĒ4Q,N=yeEBDSfXxպD2Ȭ״\+7s.;G:yFsff?rҁ!Uq@*, KsEK! ,( n(Tlᕃ!ҐHX fWc"*{D*=ܗ4n1M}WBPPe5Imƒ9rX4@BT1Trhpt! ,C f9!ܸeB7jbP7` 1^l4-$ r lh5!QC- 4ܨOҢ*9:21z2$@,nX`c,QUrh>UvS @ ! ,s9z 1@Á?E:C=..bR5^HŐBhэEn' `h$ xCKM!G2<\`TCYKHȐ"Zc/<Ԡ } d,i>ܒG dZ*U74 f Ẋ$n@ؒfygV7-,s6W>rB6M9UiqZh:Q"0:z3` rä5ҜlzmK469cxn" =y'lt1pb/fg `!!z~"gS;4Q&$X@ HZ(`'b:fxaXmaJaV"p$ĥ@0"L%U;wY"p&– UɎ b'81ma0p)JDΉ(q@ND"B$PΉca#D8! , 8haS'@$`8f$f"pgۄi%fѓy{%t` 3,!@1R~ѲXSDXg@\(Ps! XL(dd 8+5jr;2+(1N1Z i@m;ݹ/R9@Pd)qV BX XN6V 85I"Dr\@Q-Н$ ̔1F$H"[ 06B! ,̋҉<:Xt %ބ) b! :00kP{("0"\8^SMm&0{8 "0@(:>"$`wnmTN"&LB*ۈlgFYQĴ8!ۜ9#4QoH Hd?zFCT!D|hHkcblb mu"A;PXn &27*1 rHҎGcƔK0"mm*S@`@ÙBĉ&M|ACS0#40;>F,9$Y9}^h!A#@;۶ ٺι !XRXDaD6I 7NI 8"kx80@`s$HU9c@0`rh00#5@JÈ >4@0`$cV XS)K`8#wǚi : Hf9 W h*x& 8J1|qRFM@vvL}6 5I;nKj I*D%o<ТcVDDJ #~3 еv5! , fJx(\p ; "<:$In>8c@4&CV xP8;B*VAeQܲ@ğsȑ󡁀rJ`Il#!!$ai0@HKJ #3? 9#1i@  @ ܖJ~$")!Qj-`m'N |cs*NzdXr(Q× .|Y! , rmk*)|;p `M… 9@CBTPȣv>8ck2VFHB">0r7I@ AB80R q8DTRB@ vg 4̙QZ7 m إA 9L J g_!4puM3PmL>j#ÄQ ܯr4 )GV; Ʀ*ڜuv@^vQk"~M0G("5|_XG- ! , ہT0bXJ8HA R:bwFM 6Bph _Ƥָ` 9&?hwlؙJe)L:OgLH6~Ǫ͙j䂲B`9A ؆CCW? D ; :Bꍐ;MⳇU[G^AKBXEe AѡSD12Ċ"WO J*((<}爁  ӉYqN8ac1Zt&bLn2@ˋ#8[(!Mr3+xdJxAmAh@! , 䈁LX祘,L@ "9p֬ 8p(<!BG1c+i=dUfye //v\Ad"02d4+V@N,L<bEy,q䴘gđv! Zx<xD t4'~(u^5g}T9VsC[5nY4}7| HMR6x46d {A2FF! ,mz(8@ F!P"2ȸHCXoHܠx0ċ}n]\1WŃ[dܧfBfTuCFj)U4U[]t$VzD2_T!9WBT+ LKU֯: ! ,(МYȰ*HH1"f]aVƢE7n|TqC5)hOA!xƒfՐAC<`sOxz%\R53b"hA'R%ArɜHTb_HIwļX{ G*b֜5DEn4bb_7 <_ `f7b;PK C0"+skin/classic/communicator/icons/offline.gifUT o:@ڻBUxGIF89a f3̙f3f3ffffff3f3333f333f3f3̙f3̙̙̙̙f̙3̙ffffff3f3333f333f3̙f3̙̙f3̙f3ff̙ffff3f33̙33f333̙f3ffffff3ffff̙fff3fffffff3ffffffffffff3fff3f3f3f3ff33f3ffffff3f3333f333333̙3f3333333f3333f3f3f3ff3f33f33333333f333333333f333f3̙f3f3ffffff3f3333f333f3!, q HW)TUTLHp*Wϴ8:TH#Ň9^|hQŪ?’09֔ΎXǂ>.LXT#OlD4j Sb"ƌ^b ;PK C0>*skin/classic/communicator/icons/online.gifUT o:@ڻBUxGIF89a f3̙f3f3ffffff3f3333f333f3f3̙f3̙̙̙̙f̙3̙ffffff3f3333f333f3̙f3̙̙f3̙f3ff̙ffff3f33̙33f333̙f3ffffff3ffff̙fff3fffffff3ffffffffffff3fff3f3f3f3ff33f3ffffff3f3333f333333̙3f3333333f3333f3f3f3ff3f33f33333333f333333333f333f3̙f3f3ffffff3f3333f333f3!, i HY*ÁXgCBbËjF$ÃS8$U*1 SF/snt*'Η4i.liraЏEnLy1uJZET μ;PK e+[.skin/classic/communicator/icons/search-act.gifUT | <ٻBUxGIF89aff33f̙f"""!,@Ie1mq a$\,cDQKiI$z&cH (b4MSO:hkr !5 7JR{-@$R9>dA$l;"cA/ 0@-GC j;PK e+ E0*skin/classic/communicator/icons/search.gifUT | <ٻBUxGIF89aff33f"""!,@Ie1mA6# ."px;jHDJ nM;%'%_pHL*ziQ&l?'3%N]fD_¥H@8䞓iF&#bV.>2COCbo6d+Tr?,2$a$A+D$ H$e2.mkDf!"F l5J;PK C0N"/skin/classic/communicator/icons/lock-secure.gifUT o:@ڻBUxGIF89a@ `` @!,@LX^d0FY\! aGPvi!sMEFeiՕS@,-h86@dVj;kN;PK C0 2/skin/classic/communicator/icons/lock-broken.gifUT o:@ڻBUxGIF89a``@ @!,ZHab0qM TBjh['0 "pq.Q#d@,~"|"S"1IhsbFֲ橏I4&E;PK C0c񴟣1skin/classic/communicator/icons/lock-insecure.gifUT o:@ڻBUxGIF89a@ `` @!,@PI P$4!C*JRBR bDh8q60$NH0X^n@`N>!;PK C0`  +skin/classic/communicator/icons/loading.gifUT o:@ڻBUxGIF89a! NETSCAPE2.0!GifBuilder 0.5 by Yves Piguet! , COhrUMff)U! ,!;qU5ueaZ^%ԮL+! ,#ˡ܃I9jlGb"fu+S! , zlfwQ[:;PK . 1skin/classic/communicator/icons/turbo-systray.gifUT @>ٻBUxGIF89a`!B)11!ꞢꞣZ+m&7m5qA?"W"W!T,OFYP#\$^#[#Y$]$]Bh%a&c&b&a(b1h(jMjZx-W8Y5Nuj [ ,V0{KLꌲ㥸8gqt{;I5fEt{y|-hLWzqWzEa}A[v>Wp{^Vx9y.DYm ~/)v=  Jx "\  8b{"9EDUfn*Z]{Kw#!sR9{Jc9kBcX1!B!vUZBsZBB1ZJkZB1!!o-)11%%1111k!!11EEs))11BBk))R))J))9))B11cZZkccRRR111)))!!!,`!!H*\ȰÇ#止ċ32ƭbEpIɓ.R\ɲ˔]PiNJȽSe@  ׯUX)ETӧPV+nzfUԯ`KٳEꕫ۷muɝKWljE߿sw ,X`+^8Ѥ"KlrK3g֫bC}ТӨS/2װ_eʲ˗ͻxN|;$Z|УK"0Wi^;y‹ϣMq(ƫ_1cʜ}4pϿHЀl`w|w{y7O@hz'|gF($N@= ,XO"EEDcHy7s߆!LX*p2,B+\XD`)&PH87>XhCYƆuhiw>C-L)Wz҉#X Q?lӍ6C;K,d9 k**tjFt骉*甧2(<Ch*A889ɼ3*1U&;˟ `b(65\S<0-L,xfl;,AT<)釺nhчl2΄#N8,5#&`$ǀi]|s`4Ї,L~RX!( 30#5xõ82Ёtta 6n` &qΙ>x)QR8AC!|-;u3)snBJЊA ݾP꬗zxG7/+Qw,E@0P2=Pu9DC:~:o_a̩A BC=N`A!w| l(3QCsJ'7dpN?ޕ~s" ;+#<)0;hC %t0F4u,];%0BY+T!(G!a@; $Ah3 zd#J|_#Aӭ/cIȅBJqT2`"Wr e /67 u@oxV9 LxGYRL(! ) &0#GDcA(%ql˜H@d90l&+Irܥ:})vB&2*0#P3lEh8І:.%X(<:'@> P>0Lg @"LNS e5N*: XN8N5iIIժZX*K[zЛsrXJֲ ,"\((OHUWƼ+^սSp aSqӬM 1 ^ⱐ'h ROwׯo_qKpl ɦ-ev^z^-(h1 j{ W$AaF-!2F\xCXb_)&^x E5:99K 8lDh%BGF&zT*`vPfoJeu&v%AII&b h́褊6W^o:h8%'Je蒏ꢋκdqꯝ& *&ii1'|*p@_~5Jl%j]I+خ&d.nP^ ;BKhF']I;(]l' M+ MW; qf|1] AܱchF&y,$#1$>(A<@Xs3A4ws;  h) }d?T $D6ف6y@8̗hsk}u@nh]^ PAM@ 8Gx|yk@\QP83@a @~㝷@׈wuN|C_9l|A-}4^uγzP n>hv@i^  \`3v1́h"->fG@!Ԇ¥ES#^d M,Yh6 nBSþG Z2/7LKϊȧ9xp7Kt2g,0Q 9Cc^d*b5*X7F S ƾpDM?RF &mYHFZok($(YH۽dݔ4=LiOB4R!::mej՚'͐ #}6m1AL X ;PK C0o 3skin/classic/communicator/icons/smileys/smile_n.gifUT p:@ڻBUxGIF89aff3!,UXN+2IEPD| w9o),{j+E`$0F7]2(#T 0O^'Y"6-Z;PK C0;0C3skin/classic/communicator/icons/smileys/frown_n.gifUT p:@ڻBUxGIF89aff333333! ,j0ɉE3SAI|'j)К(!GՕ%`DLɀGPj 5x(w_,qf=Oax<2H}n,Zd,%^U#g";PK C0)2skin/classic/communicator/icons/smileys/wink_n.gifUT p:@ڻBUxGIF89a33!,PXN+2IEPD|]e%V0&dpIģ',5h$aBA:HI< JV$;PK C0 Lbi ;PK C0$2skin/classic/communicator/icons/smileys/yell_n.gifUT p:@ڻBUxGIF89ae01!,LXN+2M*z;e[z'Tpٲ<-l=ڃ{؂Ɵ%#jf'FM;PK C0;2skin/classic/communicator/icons/smileys/cool_n.gifUT p:@ڻBUxGIF89a!9,p@PbR( (4=Q Ma´6 *4.4e%YR! #>WqiB{(-f9O8 7 f7!85  754&45 58, -R1 4& !-3#"*6-! 8$8$8955B /`~DhNaz ;PK C0I3skin/classic/communicator/icons/smileys/money_n.gifUT p:@ڻBUxGIF89a!,HH.+21M*z;AV':iʳIc7>'C!,’cR5?(fHI;PK C0uX2skin/classic/communicator/icons/smileys/foot_n.gifUT p:@ڻBUxGIF89a=36cf42B6*! ,c0 30&q_ jYb $-0cL:L3# U2 ;PK 'e+Z1skin/classic/communicator/taskbar/addressbook.gifUT | <ٻBUxGIF89a fffff33f!, IX%^#@%8H)VAdi_8@ezc18iX(S! XO+*,̮4™P7ZЬ;PK )e+{$3skin/classic/communicator/taskbar/navigator-hov.gifUT | <ٻBUxGIF89a f3̙f3f3ffffff3f3333f333f3f3̙f3̙̙̙̙f̙3̙ffffff3f3333f333f3̙f3̙̙f3̙f3ff̙ffff3f33̙33f333̙f3ffffff3ffff̙fff3fffffff3ffffffffffff3fff3f3f3f3ff33f3ffffff3f3333f333333̙3f3333333f3333f3f3f3ff3f33f33333333f333333333f333f3̙f3f3ffffff3f3333f333f3!,  V`pC P@Ej$ bV5x0IR? y rErY@Ƈ2#qȖ CdpP?Th D(dH"W4 SdYE>]PÀ;PK 4,ɿ2skin/classic/communicator/taskbar/navigator-16.gifUT <ٻBUxGIF89af3̙f3f3ffffff3f3333f333f3f3̙f3̙̙̙̙f̙3̙ffffff3f3333f333f3̙f3̙̙f3̙f3ff̙ffff3f33̙33f333̙f3ffffff3ffff̙fff3fffffff3ffffffffffff3fff3f3f3f3ff33f3ffffff3f3333f333333̙3f3333333f3333f3f3f3ff3f33f33333333f333333333f333f3̙f3f3ffffff3f3333f333f3!, H,j @ PHa UVIb*"WQY!ʕE98qj "ClDrժ6Q2 l j?X)F]?O#8ZOD:ehV`G;PK )e+d*skin/classic/communicator/taskbar/mail.gifUT | <ٻBUxGIF89a f3̙f3f3ffffff3f3333f333f3f3̙f3̙̙̙̙f̙3̙ffffff3f3333f333f3̙f3̙̙f3̙f3ff̙ffff3f33̙33f333̙f3ffffff3ffff̙fff3fffffff3ffffffffffff3fff3f3f3f3ff33f3ffffff3f3333f333333̙3f3333333f3333f3f3f3ff3f33f33333333f333333333f333f3̙f3f3ffffff3f3333f333f3!, ~ H`?3bÁ@D*d|0E -Rl@@b($DRJKA8f 'DXчX" uUFju՟UFWzЫٯh{-ǀ;PK )e+;.skin/classic/communicator/taskbar/mail-hov.gifUT | <ٻBUxGIF89a f3̙f3f3ffffff3f3333f333f3f3̙f3̙̙̙̙f̙3̙ffffff3f3333f333f3̙f3̙̙f3̙f3ff̙ffff3f33̙33f333̙f3ffffff3ffff̙fff3fffffff3ffffffffffff3fff3f3f3f3ff33f3ffffff3f3333f333333̙3f3333333f3333f3f3f3ff3f33f33333333f333333333f333f3̙f3f3ffffff3f3333f333f3!,  H`?3bÁ@ZTa iH P$ņ!Td 8"@b"'j8[.Ef<3GӇXr"@Ռ>uhW*Z,UV9]!XpEmϻ;PK 4,AP-skin/classic/communicator/taskbar/mail-16.gifUT <ٻBUxGIF89af3̙f3f3ffffff3f3333f333f3f3̙f3̙̙̙̙f̙3̙ffffff3f3333f333f3̙f3̙̙f3̙f3ff̙ffff3f33̙33f333̙f3ffffff3ffff̙fff3fffffff3ffffffffffff3fff3f3f3f3ff33f3ffffff3f3333f333333̙3f3333333f3333f3f3f3ff3f33f33333333f333333333f333f3̙f3f3ffffff3f3333f333f3!,q HះG ,RgbƊ 3J$H@b 7Jxʊ;IsH} b?Bc +lӧA>}*@Wu+@ Ê ;PK )e+D-skin/classic/communicator/taskbar/mailnew.gifUT | <ٻBUxGIF89a f3̙f3f3ffffff3f3333f333f3f3̙f3̙̙̙̙f̙3̙ffffff3f3333f333f3̙f3̙̙f3̙f3ff̙ffff3f33̙33f333̙f3ffffff3ffff̙fff3fffffff3ffffffffffff3fff3f3f3f3ff33f3ffffff3f3333f333333̙3f3333333f3333f3f3f3ff3f33f33333333f333333333f333f3̙f3f3ffffff3f3333f333f3!, aE&%IA8`D* ?5|x0E eܘ0"@@bHO8H Ƅʃ ?= jG+DGc@8ׯ`nz0,ةR+?o2ʶ݀;PK (e+m .skin/classic/communicator/taskbar/composer.gifUT | <ٻBUxGIF89a f3̙f3f3ffffff3f3333f333f3f3̙f3̙̙̙̙f̙3̙ffffff3f3333f333f3̙f3̙̙f3̙f3ff̙ffff3f33̙33f333̙f3ffffff3ffff̙fff3fffffff3ffffffffffff3fff3f3f3f3ff33f3ffffff3f3333f333333̙3f3333333f3333f3f3f3ff3f33f33333333f333333333f333f3̙f3f3ffffff3f3333f333f3!,  H5lV\(P*]`A hԨbbk:PE)\d0r/s!ƛ0O!P;A} $(A^[i3 ( 2"Fl3̘a&ȯHmժ ;PK 4,в1skin/classic/communicator/taskbar/composer-16.gifUT <ٻBUxGIF89af3̙f3f3ffffff3f3333f333f3f3̙f3̙̙̙̙f̙3̙ffffff3f3333f333f3̙f3̙̙f3̙f3ff̙ffff3f33̙33f333̙f3ffffff3ffff̙fff3fffffff3ffffffffffff3fff3f3f3f3ff33f3ffffff3f3333f333333̙3f3333333f3333f3f3f3ff3f33f33333333f333333333f333f3̙f3f3ffffff3f3333f333f3!,z H*x *v OhXbÁ5FTGl"P׮=h%%K+>Ŵ2q`͖%c@'I-UD<*赤b,0#굛Q{` ++L3# ʘZ ;PK 'e+ii5skin/classic/communicator/taskbar/addressbook-hov.gifUT | <ٻBUxGIF89a 33ff!, :?¹ޜc$t4 PLe}+8*Q4Pl<%݄!;PK C0? ? *skin/classic/communicator/alerts/alert.cssUT o:@ڻBUx/* ***** BEGIN LICENSE BLOCK ***** * Version: NPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Netscape 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/NPL/ * * 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 NPL, 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 NPL, 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"); #alertNotification { background-color: transparent; min-height: 50px; border: ridge #5486DA 4px; } .alertImageBox { margin-left: 4px; margin-right: 6px; min-height: 46px; background-color: transparent; } .alertTitle { font-weight: bold; background-color: transparent; } .alertText { margin-right: 6px; background-color: transparent; } .alertText[clickable="true"] { cursor: pointer; color: #1455D6; } .alertText[clickable="true"]:hover:active { color: #424F63; } .alertTextBox { padding-right: 10px; padding-top: 5px; } PK 0e+Qv  &skin/classic/editor/EdImageMapPage.cssUT | <ٻBUx/* * The contents of this file are subject to the Netscape 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/NPL/ * * 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 Netscape are * Copyright (C) 2000 Netscape Communications Corporation. All * Rights Reserved. * * Contributor(s): * Dan Haddix * Brian King */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); .rect {position:absolute; top:1px; left:1px; height:1px; width:1px; border: 1 solid #0000ff;} .cir {position:absolute; top:1px; left:1px; height:1px; width:1px; border: 1 solid #00ff00; -moz-border-radius: 50%;} .poly {position:absolute; top:0px; left:0px; height:100%; width:100%;} .point {position:absolute; top:1px; left:1px; height:3px; width:3px; background-color:#ff0000;} .pointStart {position:absolute; top:1px; left:1px; height:3px; width:3px; background-color:#8000ff;} .handletl {position:absolute; top:-5px; left:-5px; height:5px; width:5px; background-color:#ff00ff;} .handletr {position:absolute; top:-5px; left:100%; height:5px; width:5px; background-color:#ff00ff;} .handlebl {position:absolute; top:100%; left:-5px; height:5px; width:5px; background-color:#ff00ff;} .handlebr {position:absolute; top:100%; left:100%; height:5px; width:5px; background-color:#ff00ff;} .handlel {position:absolute; top:48%; left:-5px; height:5px; width:5px; background-color:#ff00ff;} .handler {position:absolute; top:48%; left:100%; height:5px; width:5px; background-color:#ff00ff;} .handlet {position:absolute; top:-5px; left:48%; height:5px; width:5px; background-color:#ff00ff;} .handleb {position:absolute; top:100%; left:48%; height:5px; width:5px; background-color:#ff00ff;} #marquee {position:absolute; top:1px; left:-5px; height:-5px; width:1px; border: 1 dashed #0000ff; z-index:10000; visibility: hidden;} #bgDiv {position:absolute; top:0px; left:0px; width:1; background:url("chrome://editor/skin/images/Map_checker.gif"); background-color: white; cursor: inherit;} BODY {background-color:appworkspace;} HTML {height: 100%;} PK uW2w&ޛskin/classic/editor/editor.cssUT ڇBoڻBUx/* ***** 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 * * 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): * Daniel Glazman (glazman@disruptive-innovations.com), on behalf of Linspire Inc. * * 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://communicator/skin/"); @import url("chrome://communicator/skin/sidebar/sidebar.css"); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); @namespace html url("http://www.w3.org/1999/xhtml"); /* * { font-family: serif ! important } */ #content-frame { min-width: 10px; min-height: 10px; height: 400px; } .source-editor, .source-editor:focus { margin: 0px 5px 5px 0px; border: 0px; /* Scroll bars are in content, so we can't use right and bottom padding! */ padding: 5px 0px 0px 5px; } /* Multiline textarea for HTML source editing */ #content-source, #doctype-text { font-family: -moz-fixed; font-size: -moz-initial; } #appcontent { border-left: 1px solid ThreeDShadow; border-top: 1px solid ThreeDDarkShadow; border-right: 1px solid ThreeDHighlight; } #ContentWindowDeck { border-left: 1px solid ThreeDDarkShadow; border-right: 1px solid ThreeDLightShadow; } /* ::::: struct toolbar ::::: */ #structToolbar { min-width: 1px; overflow: -moz-hidden-unscrollable; } #structSpacer { margin: 2px 0px; } .struct-button { padding: 2px; } .struct-button[checked="true"] { font-weight: bold; } .struct-textbox { -moz-appearance: none !important; padding: 0px !important; margin: 0px !important; border: none !important; } /* TAB-EDITING */ .tabs-closebutton { margin: 0px 4px; padding: 1px 2px 2px 2px; border: none; list-style-image: url("chrome://editor/skin/icons/close-button.png"); -moz-image-region: rect(0px 16px 16px 0px); } .tabs-closebutton:hover { -moz-image-region: rect(16px 16px 32px 0px); } .tabs-closebutton:hover:active { -moz-image-region: rect(16px 16px 32px 0px); } #TabsHbox { border-bottom: 2px solid; -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow; } .blabla { list-style-image: url("chrome://editor/content/images/modified.gif"); } tabeditor { -moz-binding: url("chrome://editor/content/bindings/tabeditor.xml#tabeditor"); } /*#tabeditor .tab-icon { margin-top: 1px; margin-right: 3px; width: 16px; height: 16px; list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif"); }*/ tab[busy] > .tab-icon { list-style-image: url("chrome://communicator/skin/icons/loading.gif"); margin-right: 3px; } tab[modified] > .tab-icon { list-style-image: url("chrome://editor/content/images/modified.gif"); margin-right: 3px; } tipoftheday { -moz-binding: url("chrome://tipoftheday/content/tipoftheday.xml#tipoftheday"); } /************ RULERS ************/ *.columnSeparator { min-height: 16px; background-color: rgb(141, 142, 144); border: 1px solid rgb(141, 142, 144); top: 2px; bottom: 2px; margin: 0px ! important; cursor: w-resize; } *.columnBox { min-height: 16px; top: 2px; bottom: 2px; text-align: center; background-color: white; border: 1px solid rgb(141, 142, 144); margin: 0px ! important; font-size: smaller; } *.columnGlue { min-height: 16px; top: 2px; bottom: 2px; text-align: center; background-color: transparent; background-image: url("chrome://editor/skin/icons/springH.png"); background-repeat: repeat-x; color: rgb(141, 142, 144); font-weight: bold; border: none; margin: 0px ! important; font-size: smaller; } *.rowSeparator { vertical-align: middle; min-width: 20px; background-color: rgb(141, 142, 144); border: 1px solid rgb(141, 142, 144); left: 2px; right: 2px; margin: 0px ! important; cursor: s-resize; } *.rowGlue { min-width: 20px; left: 2px; right: 2px; text-align: center; background-color: transparent; background-image: url("chrome://editor/skin/icons/springV.png"); background-repeat: repeat-y; background-position: center; color: rgb(141, 142, 144); margin: 0px ! important; font-size: smaller; } *.rowBox { min-width: 20px; left: 2px; right: 2px; text-align: center; background-color: white; border: 1px solid rgb(141, 142, 144); margin: 0px ! important; font-size: smaller; } PK )1/j**$skin/classic/editor/EditorDialog.cssUT g?ٻBUx/* * The contents of this file are subject to the Netscape 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/NPL/ * * 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 Netscape are * Copyright (C) 1998-1999 Netscape Communications Corporation. All * Rights Reserved. * * Contributor(s): * Pete Collins, Ben Goodger */ /* THIS FILE IS LOCKED DOWN. YOU ARE NOT ALLOWED TO MODIFY IT WITHOUT FIRST HAVING YOUR CHANGES REVIEWED BY cmanske@netscape.com. */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* The defaults are WAY to big! */ groupbox { margin: 2px 5px /* 4px 5px */; padding-top: 2px; padding-bottom: 4px; } .MinWidth5em { min-width: 5em; } .MinWidth10em { min-width: 10em; } .MinWidth15em { min-width: 15em; } .MinWidth20em { min-width: 20em; } .bold { font-weight: bold; } .italic { font-style: italic; } .larger { font-size: 120%; } .narrow { width: 3em; } .wrap { width: 1em; } .menuitem-highlight-1 { font-weight : bold; } /* Use this with groove-thin in dialogs to add margins to top and bottom */ .tb-margin { margin-top : 6px; margin-bottom : 6px; } .color-well { width: 20px; height: 12px; border: 1px inset #CCCCCC; } .color-well[default="true"] { border: 1px solid transparent; background-color: inherit; } .color-button { /* override large default min-width */ min-width : 0px; margin: 2px; } .menu-list[focused="true"] { color: white; } #ColorPicker { -moz-user-focus: normal; } #ColorPickerSwatch { border : 2px outset #CCCCCC; width: 25px; height: 20px; margin: 0px 3px 0px 0px; } #ColorPickerSwatch[default="true"] { border : 2px solid transparent; background-color: inherit; } #LastPickedColor { width: 17px; height: 13px; border: 1px inset #CCCCCC; margin: 1px 2px 2px 4px; } /* temporary -- we need a simple box-based list defined in XBL */ tree.list { border: 1px inset #CCCCCC; /* same as in menulist.css */ margin: 1px 5px 2px 5px; /* use rows="#" in XUL to define height */ } #ColorPreview { border: 1px inset #CCCCCC; margin-left: 10px; padding-left: 5px; padding-right: 5px; min-width: 100px; min-height: 50px; } #alignTypeSelect,label#alignLabel { margin-left: 5px; } /* ::::: table properties dialog ::::: */ #MoreFewerButton[more="0"] { list-style-image: url("chrome://global/skin/arrow/arrow-dn.gif"); min-width: 12em; } #MoreFewerButton[more="1"] { list-style-image: url("chrome://global/skin/arrow/arrow-up.gif"); min-width: 12em; } #PreviousButton { list-style-image: url("chrome://global/skin/arrow/arrow-lft.gif"); } #NextButton { list-style-image: url("chrome://global/skin/arrow/arrow-rit.gif"); } #PreviousButton[type="row"] { list-style-image: url("chrome://global/skin/arrow/arrow-up.gif"); } #NextButton[type="row"] { list-style-image: url("chrome://global/skin/arrow/arrow-down.gif"); } /* ::::: spelling dialog ::::: */ #MisspelledWord { font-weight: bold; } #ReplaceWordInput { min-width: 16em; width: 16em; } .spell-check { min-width: 8em; } /* ::::: color picker ::::: */ /* use outset shape for a button look */ .colorpicker { border: 1px outset #CCCCCC; /* This should be the same as for textbox */ margin-left: 4px; /* For a little extra space between buttons */ margin-bottom: 2px; } .colorpicker:active { border: 1px inset #CCCCCC; } .smallspacer { width: 3px; height: 3px; min-width: 3px; min-height: 3px; } .spacer { width: 5px; height: 5px; min-width: 5px; min-height: 5px; } .bigspacer { width: 10px; height: 10px; min-width: 10px; min-height: 10px; } /* These should be the width of the checkbox and radio button images + margin + padding Used to indent below those to the level of the text label next to image */ .checkbox-spacer { width: 2em; min-width: 2em; } .radio-spacer { width: 2em; min-width: 2em; } #alignTypeSelect { height: 34px; } .align-menu[value="top"] { list-style-image:url("chrome://editor/skin/icons/img-align-top.gif"); } .align-menu[value="middle"] { list-style-image:url("chrome://editor/skin/icons/img-align-middle.gif"); } .align-menu[value="bottom"] { list-style-image:url("chrome://editor/skin/icons/img-align-bottom.gif"); } .align-menu[value="right"] { list-style-image:url("chrome://editor/skin/icons/img-align-right.gif"); } .align-menu[value="left"] { list-style-image:url("chrome://editor/skin/icons/img-align-left.gif"); } /* Don't change width/height of these without changing values in GetOriginalWidth(), EdImageProps.js */ #preview-image-box { border: 1px inset #CCCCCC; width : 82px; max-width : 82px; min-width : 82px; height : 52px; max-height : 52px; min-height : 52px; margin : 6px 5px 6px 5px; overflow : -moz-hidden-unscrollable; } #preview-image-holder { padding : 0px; margin : 0px; } /* Rest are from Ben Goodger for Advanced Edit dialog These need reviewing and eliminate all but essential attributes */ /* Have made some mods and eliminated some unnecessary portions. hope to merge most of the treecell formatting into global as some of this "property list" style treecell formatting is used by cookie/signon viewers. */ #tagLabel { font-weight: bold; } /* styles for an attribute tree-table */ tree.AttributesTree { min-width : 200px; min-height: 200px; } /* ::::: select edit dialog ::::: */ #SelectTreeChildren::-moz-tree-cell(SelectSelCol, checked-false) { background: url("chrome://global/skin/checkbox/cbox.gif") 50% 50% no-repeat; } #SelectTreeChildren::-moz-tree-cell(SelectSelCol, checked-true) { background: url("chrome://global/skin/checkbox/cbox-check.gif") 50% 50% no-repeat; } /* ::::: Publishing Progress ::::: */ .progressitem[progress="busy"] { list-style-image: url("chrome://editor/skin/icons/progress-busy.gif"); } .progressitem[progress="done"] { list-style-image: url("chrome://editor/skin/icons/progress-done.gif"); } .progressitem[progress="failed"] { list-style-image: url("chrome://editor/skin/icons/progress-failed.gif"); } PK 2.]12"skin/classic/editor/EdImageMap.cssUT %)>ٻBUx/* * The contents of this file are subject to the Netscape 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/NPL/ * * 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 Netscape are * Copyright (C) 2000 Netscape Communications Corporation. All * Rights Reserved. * * Contributor(s): * Dan Haddix * Brian King */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); toolbar#toolbox { margin :0px; padding: 4px; 0px; 0px; 0px; } toolbar#toolbox button.tool:active { margin: 2px 0px 0px 2px; } toolbar#toolbox button.tool[toggled="1"] { margin: 2px 0px 0px 2px; border: 1px white inset; } toolbar#toolbox button.tool { border: 1px solid transparent; margin: 1px 1px 1px 1px; padding: 2px; text-decoration: none; color: inherit; } toolbar.toolbox > toolbargrippy { visibility: collapse; } #pointerButton { list-style-image:url("chrome://editor/skin/images/Map_pointerTool.gif"); } #rectButton { list-style-image:url("chrome://editor/skin/images/Map_rectangleTool.gif"); } #cirButton { list-style-image:url("chrome://editor/skin/images/Map_circleTool.gif"); } #polyButton { list-style-image:url("chrome://editor/skin/images/Map_polygonTool.gif"); } #cutButton { list-style-image:url("chrome://editor/skin/images/Map_Cut.gif"); } #copyButton { list-style-image:url("chrome://editor/skin/images/Map_Copy.gif"); } #pasteButton { list-style-image:url("chrome://editor/skin/images/Map_Paste.gif"); } #zoomInButton { list-style-image:url("chrome://editor/skin/images/Map_zoomIn.gif"); } #zoomOutButton { list-style-image:url("chrome://editor/skin/images/Map_zoomOut.gif"); } #contrastButton { list-style-image:url("chrome://editor/skin/images/Map_contrast.gif"); } PK 7,YNs)skin/classic/editor/editorModeToolbar.cssUT M<ٻBUx/* * The contents of this file are subject to the Netscape 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/NPL/ * * 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 Netscape are * Copyright (C) 1998-2001 Netscape Communications Corporation. All * Rights Reserved. * * Contributor(s): * Joe Hewitt (hewitt@netscape.com) */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: edit mode toolbar ::::: */ #EditModeToolbar { -moz-box-align: start; border-left: 1px solid ThreeDDarkShadow; border-right: 1px solid ThreeDLightShadow; padding: 0px 2px 2px 2px; min-width: 1px; } .tab-bottom[selected="true"] { color: -moz-FieldText; -moz-border-top-colors: -moz-Field; -moz-border-bottom-colors: ThreeDShadow -moz-Field; -moz-border-left-colors: ThreeDHighlight -moz-Field; } #NormalModeButton { list-style-image: url("chrome://editor/skin/icons/editmode-normal.gif"); } #TagModeButton { list-style-image: url("chrome://editor/skin/icons/editmode-tags.gif"); } #SourceModeButton { list-style-image: url("chrome://editor/skin/icons/editmode-html.gif"); } #PreviewModeButton { list-style-image: url("chrome://editor/skin/icons/editmode-preview.gif"); } PK 1e+r"skin/classic/editor/textEditor.cssUT | <ٻBUx/* * The contents of this file are subject to the Netscape 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/NPL/ * * 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 Netscape are * Copyright (C) 1998-2001 Netscape Communications Corporation. All * Rights Reserved. * * Contributor(s): */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); .separator-small { width: 1em; } PK JWa2HrV,skin/classic/editor/editorPrimaryToolbar.cssUT <$BoڻBUx/* ***** 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 * * 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 * Daniel Glazman (glazman@disruptive-innovations.com), on behalf of Linspire Inc. * * 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"); /* ::::: primary toolbar masthead ::::: */ #EditToolbar > .toolbar-holder > .toolbar-primary-icon { background-image: url("chrome://editor/skin/icons/mast-editor.gif"); width: 57px; } .toolbarbutton-menubutton-dropmarker { max-width: 15px ! important; } .toolbar-primary-icon { width: 57px; } /* ::::: primary toolbar buttons ::::: */ .toolbarbutton-1 { -moz-box-orient: vertical; } .toolbarbutton-1[type="menu"] > .toolbarbutton-menu-dropmarker { display: none; } toolbar[mode="icons"] .toolbarbutton-text { display: none; } toolbar[mode="text"] .toolbarbutton-menubutton-dropmarker, toolbar[mode="text"] .toolbarbutton-icon { display: none; } toolbar[mode="text"] .toolbarbutton-text { padding: 0 !important; margin: 3px 5px !important; } toolbar[mode="icons"][iconsize="small"] .toolbarbutton-icon { max-width: 24px; margin: 0 ! important; } toolbar[iconsize="small"] .toolbarbutton-text { font-size: x-small; padding: 0 !important; margin: 0 ! important; } toolbar[mode="icons"] toolbarbutton { padding: 0 !important; margin: 0 ! important; } /* ::::: primary toolbar buttons ::::: */ .toolbarseparator-primary { width: 9px !important; } #EditToolbar toolbarbutton { -moz-image-region: rect(0px 32px 32px 0); } #EditToolbar toolbarbutton:hover { -moz-image-region: rect(32px 32px 64px 0); } #EditToolbar toolbarbutton:hover:active { -moz-image-region: rect(32px 32px 64px 0); } #EditToolbar toolbarbutton[disabled="true"] { -moz-image-region: rect(64px 32px 96px 0); } #newButton { list-style-image: url("chrome://editor/skin/icons/new.png"); -moz-image-region: rect(0px 32px 32px 0); } #openButton { list-style-image: url("chrome://editor/skin/icons/open.png"); -moz-image-region: rect(0px 32px 32px 0); } #saveButton { list-style-image: url("chrome://editor/skin/icons/save.png"); -moz-image-region: rect(0px 32px 32px 0); } #publishButton { list-style-image: url("chrome://editor/skin/icons/publish.png"); -moz-image-region: rect(0px 32px 32px 0); } #previewButton { list-style-image: url("chrome://editor/skin/icons/preview.png"); -moz-image-region: rect(0px 32px 32px 0); } #copyButton { list-style-image: url("chrome://editor/skin/icons/copy.png"); -moz-image-region: rect(0px 32px 32px 0); } #cutButton { list-style-image: url("chrome://editor/skin/icons/cut.png"); -moz-image-region: rect(0px 32px 32px 0); } #findButton { list-style-image: url("chrome://editor/skin/icons/find.png"); -moz-image-region: rect(0px 32px 32px 0); } #pasteButton { list-style-image: url("chrome://editor/skin/icons/paste.png"); -moz-image-region: rect(0px 32px 32px 0); } #printButton { list-style-image: url("chrome://editor/skin/icons/print.png"); -moz-image-region: rect(0px 32px 32px 0); } #linkButton { list-style-image: url("chrome://editor/skin/icons/link.png"); -moz-image-region: rect(0px 32px 32px 0); } #imageButton { list-style-image: url("chrome://editor/skin/icons/image.png"); -moz-image-region: rect(0px 32px 32px 0); } #namedAnchorButton { list-style-image: url("chrome://editor/skin/icons/anchor.png"); -moz-image-region: rect(0px 32px 32px 0); } #hlineButton { list-style-image: url("chrome://editor/skin/icons/hline.png"); -moz-image-region: rect(0px 32px 32px 0); } #tableButton { list-style-image: url("chrome://editor/skin/icons/table.png"); -moz-image-region: rect(0px 32px 32px 0); } #spellingButton { list-style-image: url("chrome://editor/skin/icons/spell.png"); -moz-image-region: rect(0px 32px 32px 0); } #formButton { list-style-image: url("chrome://editor/skin/icons/form.png"); -moz-image-region: rect(0px 32px 32px 0); } /* SMALL ICONS */ #EditToolbar[iconsize="small"] toolbarbutton { -moz-image-region: rect(0px 24px 24px 0); } #EditToolbar[iconsize="small"] toolbarbutton:hover { -moz-image-region: rect(24px 24px 48px 0); } #EditToolbar[iconsize="small"] toolbarbutton:hover:active { -moz-image-region: rect(24px 24px 48px 0); } #EditToolbar[iconsize="small"] toolbarbutton[disabled="true"] { -moz-image-region: rect(48px 24px 72px 0); } toolbar[iconsize="small"] #newButton { list-style-image: url("chrome://editor/skin/icons/smallicons/new.png"); } toolbar[iconsize="small"] #openButton { list-style-image: url("chrome://editor/skin/icons/smallicons/open.png"); } toolbar[iconsize="small"] #saveButton { list-style-image: url("chrome://editor/skin/icons/smallicons/save.png"); } toolbar[iconsize="small"] #publishButton { list-style-image: url("chrome://editor/skin/icons/smallicons/publish.png"); } toolbar[iconsize="small"] #previewButton { list-style-image: url("chrome://editor/skin/icons/smallicons/preview.png"); } toolbar[iconsize="small"] #copyButton { list-style-image: url("chrome://editor/skin/icons/smallicons/copy.png"); } toolbar[iconsize="small"] #cutButton { list-style-image: url("chrome://editor/skin/icons/smallicons/cut.png"); } toolbar[iconsize="small"] #findButton { list-style-image: url("chrome://editor/skin/icons/smallicons/find.png"); } toolbar[iconsize="small"] #pasteButton { list-style-image: url("chrome://editor/skin/icons/smallicons/paste.png"); } toolbar[iconsize="small"] #printButton { list-style-image: url("chrome://editor/skin/icons/smallicons/print.png"); } toolbar[iconsize="small"] #linkButton { list-style-image: url("chrome://editor/skin/icons/smallicons/link.png"); } toolbar[iconsize="small"] #imageButton { list-style-image: url("chrome://editor/skin/icons/smallicons/image.png"); } toolbar[iconsize="small"] #namedAnchorButton { list-style-image: url("chrome://editor/skin/icons/smallicons/anchor.png"); } toolbar[iconsize="small"] #hlineButton { list-style-image: url("chrome://editor/skin/icons/smallicons/hline.png"); } toolbar[iconsize="small"] #tableButton { list-style-image: url("chrome://editor/skin/icons/smallicons/table.png"); } toolbar[iconsize="small"] #spellingButton { list-style-image: url("chrome://editor/skin/icons/smallicons/spell.png"); } toolbar[iconsize="small"] #formButton { list-style-image: url("chrome://editor/skin/icons/smallicons/form.png"); } PK {w2kCkC+skin/classic/editor/editorFormatToolbar.cssUT ?}ABoڻBUx/* ***** 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 * * 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 * Daniel Glazman (glazman@disruptive-innovations.com), on behalf of Linspire Inc. * * 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"); /* ::::: formatting buttons ::::: */ #FormatToolbar > .toolbar-holder > .toolbar-primary-icon { /*min-width: 32px;*/ } #DecreaseFontSizeButton { list-style-image: url("chrome://editor/skin/icons/btn2.png"); -moz-image-region: rect(64px 14px 80px 0); } #DecreaseFontSizeButton:hover { -moz-image-region: rect(64px 28px 80px 14px); } #DecreaseFontSizeButton:hover:active { -moz-image-region: rect(64px 42px 80px 28px); } #DecreaseFontSizeButton[disabled="true"] { -moz-image-region: rect(64px 56px 80px 42px); } #IncreaseFontSizeButton { list-style-image: url("chrome://editor/skin/icons/btn2.png"); -moz-image-region: rect(80px 18px 98px 0); } #IncreaseFontSizeButton:hover { -moz-image-region: rect(80px 36px 98px 18px); } #IncreaseFontSizeButton:hover:active { -moz-image-region: rect(80px 54px 98px 36px); } #IncreaseFontSizeButton[disabled="true"] { -moz-image-region: rect(80px 72px 98px 54px); } #boldButton { list-style-image: url("chrome://editor/skin/icons/btn2.png"); -moz-image-region: rect(16px 16px 32px 0); } #boldButton:hover { -moz-image-region: rect(16px 32px 32px 16px); } #boldButton:hover:active { -moz-image-region: rect(16px 48px 32px 32px); } #boldButton[checked="true"] { -moz-image-region: rect(16px 16px 32px 0); } #boldButton[disabled="true"] { -moz-image-region: rect(16px 64px 32px 48px); } #italicButton { list-style-image: url("chrome://editor/skin/icons/btn2.png"); -moz-image-region: rect(98px 16px 114px 0); } #italicButton:hover { -moz-image-region: rect(98px 32px 114px 16px); } #italicButton:hover:active { -moz-image-region: rect(98px 48px 114px 32px); } #italicButton[checked="true"] { -moz-image-region: rect(98px 16px 114px 0); } #italicButton[disabled="true"] { -moz-image-region: rect(98px 64px 114px 48px); } #underlineButton { list-style-image: url("chrome://editor/skin/icons/btn2.png"); -moz-image-region: rect(114px 16px 130px 0); } #underlineButton:hover { -moz-image-region: rect(114px 32px 130px 16px); } #underlineButton:hover:active { -moz-image-region: rect(114px 48px 130px 32px); } #underlineButton[checked="true"] { -moz-image-region: rect(114px 16px 130px 0); } #underlineButton[disabled="true"] { -moz-image-region: rect(114px 64px 130px 48px); } #ulButton { list-style-image: url("chrome://editor/skin/icons/btn2.png"); -moz-image-region: rect(32px 16px 48px 0); } #ulButton:hover { -moz-image-region: rect(32px 32px 48px 16px); } #ulButton:hover:active { -moz-image-region: rect(32px 48px 48px 32px); } #ulButton[checked="true"] { -moz-image-region: rect(32px 16px 48px 0); } #ulButton[disabled="true"] { -moz-image-region: rect(32px 64px 48px 48px); } #olButton { list-style-image: url("chrome://editor/skin/icons/btn2.png"); -moz-image-region: rect(194px 16px 210px 0); } #olButton:hover { -moz-image-region: rect(194px 32px 210px 16px); } #olButton:hover:active { -moz-image-region: rect(194px 48px 210px 32px); } #olButton[checked="true"] { -moz-image-region: rect(194px 16px 210px 0); } #olButton[disabled="true"] { -moz-image-region: rect(194px 64px 210px 48px); } #outdentButton { list-style-image: url("chrome://editor/skin/icons/btn2.png"); -moz-image-region: rect(210px 16px 226px 0); } #outdentButton:hover { -moz-image-region: rect(210px 32px 226px 16px); } #outdentButton:hover:active { -moz-image-region: rect(210px 48px 226px 32px); } #outdentButton[disabled="true"] { -moz-image-region: rect(210px 64px 226px 48px); } #indentButton { list-style-image: url("chrome://editor/skin/icons/btn2.png"); -moz-image-region: rect(178px 16px 194px 0); } #indentButton:hover { -moz-image-region: rect(178px 32px 194px 16px); } #indentButton:hover:active { -moz-image-region: rect(178px 48px 194px 32px); } #indentButton[disabled="true"] { -moz-image-region: rect(178px 64px 194px 48px); } #align-left-button { list-style-image: url("chrome://editor/skin/icons/btn2.png"); -moz-image-region: rect(146px 16px 162px 0); } #align-left-button:hover { -moz-image-region: rect(146px 32px 162px 16px); } #align-left-button:hover:active { -moz-image-region: rect(146px 48px 162px 32px); } #align-left-button[checked="true"] { -moz-image-region: rect(146px 16px 162px 0); } #align-left-button[disabled="true"] { -moz-image-region: rect(146px 64px 162px 48px); } #align-center-button { list-style-image: url("chrome://editor/skin/icons/btn2.png"); -moz-image-region: rect(0px 16px 16px 0); } #align-center-button:hover { -moz-image-region: rect(0px 32px 16px 16px); } #align-center-button:hover:active { -moz-image-region: rect(0px 48px 16px 32px); } #align-center-button[checked="true"] { -moz-image-region: rect(0px 16px 16px 0); } #align-center-button[disabled="true"] { -moz-image-region: rect(0px 64px 16px 48px); } #align-right-button { list-style-image: url("chrome://editor/skin/icons/btn2.png"); -moz-image-region: rect(162px 16px 178px 0); } #align-right-button:hover { -moz-image-region: rect(162px 32px 178px 16px); } #align-right-button:hover:active { -moz-image-region: rect(162px 48px 178px 32px); } #align-right-button[checked="true"] { -moz-image-region: rect(162px 16px 178px 0); } #align-right-button[disabled="true"] { -moz-image-region: rect(162px 64px 178px 48px); } #align-justify-button { list-style-image: url("chrome://editor/skin/icons/btn2.png"); -moz-image-region: rect(130px 16px 146px 0); } #align-justify-button:hover { -moz-image-region: rect(130px 32px 146px 16px); } #align-justify-button:hover:active { -moz-image-region: rect(130px 48px 146px 32px); } #align-justify-button[checked="true"] { -moz-image-region: rect(130px 16px 146px 0); } #align-justify-button[disabled="true"] { -moz-image-region: rect(130px 64px 146px 48px); } /* smiley menu */ .insert-smile > .menu-iconic-left { list-style-image: url("chrome://editor/content/images/smile_n.gif"); } .insert-tongue > .menu-iconic-left { list-style-image: url("chrome://editor/content/images/tongue_n.gif"); } .insert-frown > .menu-iconic-left { list-style-image: url("chrome://editor/content/images/frown_n.gif"); } .insert-wink > .menu-iconic-left { list-style-image: url("chrome://editor/content/images/wink_n.gif"); } .insert-laughing > .menu-iconic-left { list-style-image: url("chrome://editor/content/images/laughing_n.gif"); } .insert-embarrassed > .menu-iconic-left { list-style-image: url("chrome://editor/content/images/embarrassed_n.gif"); } .insert-undecided > .menu-iconic-left { list-style-image: url("chrome://editor/content/images/undecided_n.gif"); } .insert-surprise > .menu-iconic-left { list-style-image: url("chrome://editor/content/images/surprise_n.gif"); } .insert-kiss > .menu-iconic-left { list-style-image: url("chrome://editor/content/images/kiss_n.gif"); } .insert-yell > .menu-iconic-left { list-style-image: url("chrome://editor/content/images/yell_n.gif"); } .insert-cool > .menu-iconic-left { list-style-image: url("chrome://editor/content/images/cool_n.gif"); } .insert-undecided > .menu-iconic-left { list-style-image: url("chrome://editor/content/images/undecided_n.gif"); } .insert-money > .menu-iconic-left { list-style-image: url("chrome://editor/content/images/money_n.gif"); } .insert-foot > .menu-iconic-left { list-style-image: url("chrome://editor/content/images/foot_n.gif"); } .insert-innocent > .menu-iconic-left { list-style-image: url("chrome://editor/content/images/innocent_n.gif"); } .insert-cry > .menu-iconic-left { list-style-image: url("chrome://editor/content/images/cry_n.gif"); } .insert-sealed > .menu-iconic-left { list-style-image: url("chrome://editor/content/images/sealed_n.gif"); } /* ::::: fg/bg color picker ::::: */ .ColorPickerLabel { border: 1px inset ThreeDFace; margin: 0px; padding: 2px; } .color-button { border: 1px inset ThreeDFace; padding: 0px; width: 14px; height: 12px; margin: 2px; } .color-button:not([disabled]):hover { border: 1px solid ThreeDDarkShadow; } #TextColorButton { margin: 2px 9px 9px 2px; } #BackgroundColorButton { margin: 9px 2px 2px 9px; } #HighlightColorButton { list-style-image: url("chrome://editor/skin/icons/highlight.png"); background-color: transparent; } #HighlightColorButton:hover { list-style-image: url("chrome://editor/skin/icons/highlight-hover.png"); } #HighlightColorButton:hover:active { list-style-image: url("chrome://editor/skin/icons/highlight-hover.png"); } #HighlightColorButton[disabled="true"], #HighlightColorButton[disabled="true"]:hover, #HighlightColorButton[disabled="true"]:hover:active { list-style-image: url("chrome://editor/skin/icons/highlight-disabled.gif"); } #absolutePositionButton{ list-style-image: url("chrome://editor/skin/icons/pinned.gif"); } #absolutePositionButton:hover { list-style-image: url("chrome://editor/skin/icons/pinned-hover.gif"); } #absolutePositionButton:hover:active { list-style-image: url("chrome://editor/skin/icons/pinned-active.gif"); } #absolutePositionButton[disabled="true"] { list-style-image: url("chrome://editor/skin/icons/pinned-disabled.gif"); } #absolutePositionButton[checked="true"]{ list-style-image: url("chrome://editor/skin/icons/unpinned.gif"); } #absolutePositionButton[checked="true"]:hover { list-style-image: url("chrome://editor/skin/icons/unpinned-hover.gif"); } #absolutePositionButton[checked="true"]:hover:active { list-style-image: url("chrome://editor/skin/icons/unpinned-active.gif"); } #increaseZIndexButton { list-style-image: url("chrome://editor/content/images/bringtofront.gif"); } #increaseZIndexButton[disabled="true"] { list-style-image: url("chrome://editor/content/images/bringtofront-disabled.gif"); } #decreaseZIndexButton { list-style-image: url("chrome://editor/content/images/sendtoback.gif"); } #decreaseZIndexButton[disabled="true"] { list-style-image: url("chrome://editor/content/images/sendtoback-disabled.gif"); } #emButton { list-style-image: url("chrome://editor/skin/icons/em.gif"); } #emButton:hover { list-style-image: url("chrome://editor/skin/icons/em-hover.gif"); } #emButton:hover:active { list-style-image: url("chrome://editor/skin/icons/em-active.gif"); } #emButton[checked="true"] { list-style-image: url("chrome://editor/skin/icons/em.gif"); } #emButton[disabled="true"] { list-style-image: url("chrome://editor/skin/icons/em-disabled.gif") ! important; } #strongButton { list-style-image: url("chrome://editor/skin/icons/strong.gif"); } #strongButton:hover { list-style-image: url("chrome://editor/skin/icons/strong-hover.gif"); } #strongButton:hover:active { list-style-image: url("chrome://editor/skin/icons/strong-active.gif"); } #strongButton[checked="true"] { list-style-image: url("chrome://editor/skin/icons/strong.gif"); } #strongButton[disabled="true"] { list-style-image: url("chrome://editor/skin/icons/strong-disabled.gif") ! important; } #blockBordersButton { list-style-image: url("chrome://editor/skin/icons/borders.gif"); } #blockBordersButton:hover { list-style-image: url("chrome://editor/skin/icons/borders-hover.gif"); } #blockBordersButton:hover:active { list-style-image: url("chrome://editor/skin/icons/borders-active.gif"); } #dtButton { list-style-image: url("chrome://editor/skin/icons/dt.gif"); } #dtButton:hover { list-style-image: url("chrome://editor/skin/icons/dt-hover.gif"); } #dtButton:hover:active { list-style-image: url("chrome://editor/skin/icons/dt-active.gif"); } #dtButton[disabled="true"]{ list-style-image: url("chrome://editor/skin/icons/dt-disabled.gif"); } #ddButton { list-style-image: url("chrome://editor/skin/icons/dd.gif"); } #ddButton:hover { list-style-image: url("chrome://editor/skin/icons/dd-hover.gif"); } #ddButton:hover:active { list-style-image: url("chrome://editor/skin/icons/dd-active.gif"); } #ddButton[disabled="true"]{ list-style-image: url("chrome://editor/skin/icons/dd-disabled.gif"); } #dirLtrButton { list-style-image: url("chrome://editor/skin/icons/dir-ltr.gif"); } #dirLtrButton:hover { list-style-image: url("chrome://editor/skin/icons/dir-ltr-hover.gif"); } #dirLtrButton:hover:active { list-style-image: url("chrome://editor/skin/icons/dir-ltr-active.gif"); } #dirLtrButton[disabled="true"]{ list-style-image: url("chrome://editor/skin/icons/dir-ltr-disabled.gif"); } #dirRtlButton { list-style-image: url("chrome://editor/skin/icons/dir-rtl.gif"); } #dirRtlButton:hover { list-style-image: url("chrome://editor/skin/icons/dir-rtl-hover.gif"); } #dirRtlButton:hover:active { list-style-image: url("chrome://editor/skin/icons/dir-rtl-active.gif"); } #dirRtlButton[disabled="true"]{ list-style-image: url("chrome://editor/skin/icons/dir-rtl-disabled.gif"); } #leftGluedButton { list-style-image: url("chrome://editor/skin/icons/leftGlued.gif"); } #leftGluedButton:hover { list-style-image: url("chrome://editor/skin/icons/leftGlued-hover.gif"); } #leftGluedButton:hover:active { list-style-image: url("chrome://editor/skin/icons/leftGlued-active.gif"); } #leftGluedButton[disabled="true"] { list-style-image: url("chrome://editor/skin/icons/leftGlued-disabled.gif"); } #rightGluedButton { list-style-image: url("chrome://editor/skin/icons/rightGlued.gif"); } #rightGluedButton:hover { list-style-image: url("chrome://editor/skin/icons/rightGlued-hover.gif"); } #rightGluedButton:hover:active { list-style-image: url("chrome://editor/skin/icons/rightGlued-active.gif"); } #rightGluedButton[disabled="true"] { list-style-image: url("chrome://editor/skin/icons/rightGlued-disabled.gif"); } #centerGluedButton { list-style-image: url("chrome://editor/skin/icons/centerGlued.gif"); } #centerGluedButton:hover { list-style-image: url("chrome://editor/skin/icons/centerGlued-hover.gif"); } #centerGluedButton:hover:active { list-style-image: url("chrome://editor/skin/icons/centerGlued-active.gif"); } #centerGluedButton[disabled="true"] { list-style-image: url("chrome://editor/skin/icons/centerGlued-disabled.gif"); } #topGluedButton { list-style-image: url("chrome://editor/skin/icons/topGlued.gif"); } #topGluedButton:hover { list-style-image: url("chrome://editor/skin/icons/topGlued-hover.gif"); } #topGluedButton:hover:active { list-style-image: url("chrome://editor/skin/icons/topGlued-active.gif"); } #topGluedButton[disabled="true"] { list-style-image: url("chrome://editor/skin/icons/topGlued-disabled.gif"); } #middleGluedButton { list-style-image: url("chrome://editor/skin/icons/middleGlued.gif"); } #middleGluedButton:hover { list-style-image: url("chrome://editor/skin/icons/middleGlued-hover.gif"); } #middleGluedButton:hover:active { list-style-image: url("chrome://editor/skin/icons/middleGlued-active.gif"); } #middleGluedButton[disabled="true"] { list-style-image: url("chrome://editor/skin/icons/middleGlued-disabled.gif"); } #bottomGluedButton { list-style-image: url("chrome://editor/skin/icons/bottomGlued.gif"); } #bottomGluedButton:hover { list-style-image: url("chrome://editor/skin/icons/bottomGlued-hover.gif"); } #bottomGluedButton:hover:active { list-style-image: url("chrome://editor/skin/icons/bottomGlued-active.gif"); } #bottomGluedButton[disabled="true"] { list-style-image: url("chrome://editor/skin/icons/bottomGlued-disabled.gif"); } PK vW2_؊+skin/classic/editor/icons/editmode-html.gifUT BpڻBUxGIF89aKQVX;DMSW6*45# !ߊ?=-;PK vW2(+skin/classic/editor/icons/editmode-tags.gifUT ՊBpڻBUxGIF89a [M$="$i&\jS# YOpn oRZ!;Fqia}~p_|x_}g+m*  ;PK }.0"skin/classic/editor/icons/btn1.gifUT U@oڻBUxPK 8U.W7> "skin/classic/editor/icons/btn2.gifUT K`>ٻBUxGIF89aH6cc11111c1111cc!,H6#H*\Ç$@EhQ#@ Iɓ(S2E ;X8ʛ8sdqˋevHfIHiOrxqEwMɳR\puΞ vUAP ^5ȕ]s.OYca>2FjXZc;vk'_5~]p)xZJMW7P=@-g|6}oi}xu-f[@aq( 0g[m2 d S:ȣ}'ŨAv嗼eYcH!ɔSdNRI冿АY xL4URlR)#MjBT^0IftX4坫DISsW&Y)/ U}. u?JQX2kz>YQsV|4)K4fGźV; TkP כ A:P.Ok;]|S-ei:5׾:s&vCoz̍μ#gg%}ex¨|jkkΝPqҠy% |:V=woq<4ncJةuQN]0D [5,[zֻ56Wog{֟SM&e{;6d>خӮ}// mo~wn"CVܚ(ϿTzUDg J6qr! pa ' qrph'ׁ'e#h}ʁN 2He#a +iՁil$x>LXPQ(1iXA67)HUpWTEX!hRhWX"5hQ8gX"[.\CA2D۱9EZ]:r4=fT[v4RRH+37_HdȊsrx-$y PT(Q$ar6x^k+h؃јWhpvp- "Kf^q>dL67[siX,=rig%:|H}Ed"[:}ʼn ِ#;PK D-6 33+skin/classic/editor/icons/progress-busy.gifUT =ٻBUxGIF89a cs! NETSCAPE2.0! , +-w`&:jxcB摡{NV"L9 ! , +i{\UuNIaEihqm{! , , wR`""nWMY}]-y4z! , -i{ h/w)۷(d+zq3ӽ?3id! , +-w`&:jxcB摡{NV"L9 ! , +i{\UuNIaEihqm{! , , wR`""nWMY}]-y4z! , -i{ h/w)۷(d+zq3ӽ?3id;PK %{,՜mm+skin/classic/editor/icons/progress-done.gifUT ?<ٻBUxGIF89a 3f3fff"""!, 2hpDP5I0i'\˼OU2p0Ґ;PK %{,\;<-skin/classic/editor/icons/progress-failed.gifUT ?<ٻBUxGIF89a """33ff̙!, GhZ/!*$XYt_QC 3Ѿ@ >V)l@OV6,,A;PK C0' skin/classic/global/plugins.cssUT r:@ ڻBUx/* ***** 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 Organization. * Portions created by the Initial Developer are Copyright (C) 1998-2002 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Robert Kaiser * * 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 ***** */ /* ===== plugins.css ===================================================== == Styles used by the about:plugins dialog. ======================================================================= */ body { background-color: -moz-Field; color: -moz-FieldText; font: message-box; } div#outside { text-align: justify; width: 90%; margin-left: 5%; margin-right: 5%; } div#plugs { text-align: center; font-size: xx-large; font-weight: bold; } div#noplugs { font-size: x-large; font-weight: bold; } div#findmore { margin-top: 2em; } div.plugname { margin-top: 2em; margin-bottom: 1em; font-size: large; text-align: left; font-weight: bold; } dl { margin: 0px 0px 3px 0px; } table { background-color: -moz-Dialog; color: -moz-DialogText; font: message-box; text-align: left; width: 100%; border: 1px solid ThreeDShadow; border-spacing: 0px; } th { text-align: center; background-color: Highlight; color: HighlightText; } th + th, td + td { border-left: 1px dotted ThreeDShadow; } td { text-align: left; border-top: 1px dotted ThreeDShadow; } th, td { padding: 3px; } th.type, th.suff { width: 20%; } th.desc { width: 50%; } th.enabled { width: 10%; }PK C0Uk k skin/classic/global/printing.cssUT r:@ ڻBUx/* ***** 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 Mozilla Print Preview Toolbar. * * The Initial Developer of the Original Code is * Netscape Communications Corp. * Portions created by the Initial Developer are Copyright (C) 2002 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Samir Gehani * Bill Law * * 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 ***** */ /* ::::: print preview toolbar ::::: */ /* ..... page navigation ..... */ .home-arrow { list-style-image: url("chrome://global/skin/arrow/arrow-lft-sharp-end.gif"); } .end-arrow { list-style-image: url("chrome://global/skin/arrow/arrow-rit-sharp-end.gif"); } .last-arrow { list-style-image: url("chrome://global/skin/arrow/arrow-lft-sharp.gif"); } .next-arrow { 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/pg-portrait-small.gif"); } .toolbar-landscape-page { list-style-image: url("chrome://global/skin/icons/pg-landscape-small.gif"); } /* ::::: page setup dialog ::::: */ .portrait-page { list-style-image: url("chrome://global/skin/icons/pg-portrait.gif"); } .landscape-page { list-style-image: url("chrome://global/skin/icons/pg-landscape.gif"); } PK C0}JJ(skin/classic/global/filepicker/blank.gifUT |:@ ڻBUxGIF89a̡qqdQ! ,x0I8ͻ_ ;PK C09yI:zz-skin/classic/global/filepicker/dir-closed.gifUT |:@ ڻBUxGIF89a|{^Ҷt..,! ,?x I)1xf `H²@6NQM68(GHYE";PK C0wox{{+skin/classic/global/filepicker/dir-open.gifUT |:@ ڻBUxGIF89a̡qqdQ! ,@x bRÔqDH ӐB<-.Pv (%%$b|V:;PK C0vA,skin/classic/global/filepicker/folder-up.gifUT |:@ ڻBUxGIF89aP[eŷȼŷɼ³ƸɽƽùôôǾ˾ĵǿ! ,>   ;PK C0j(V.skin/classic/global/filepicker/folder-home.gifUT |:@ ڻBUxGIF89aP[eŷȼŷɼ³ƸɽƽùôôǾ˾ĵǿ! ,A  ;PK C0b1C-skin/classic/global/filepicker/folder-new.gifUT |:@ ڻBUxGIF89aP[eŷȼŷɼ³ƸɽƽùôôǾ˾ĵǿ! ,D ;PK C0Q=AA*skin/classic/global/arrow/arrow-dn-dis.gifUT s:@ ڻBUxGIF89a !, @'q@+jS;;PK C088*skin/classic/global/arrow/arrow-dn-hov.gifUT s:@ ڻBUxGIF89a ff!, @q;PK C0E33,skin/classic/global/arrow/arrow-dn-sharp.gifUT s:@ ڻBUxGIF89a !,   l`;PK C0,Gii+skin/classic/global/arrow/arrow-lft-dis.gifUT s:@ ڻBUxGIF89a !, @0IkJyd7D;PK C0=99+skin/classic/global/arrow/arrow-lft-hov.gifUT s:@ ڻBUxGIF89a ff!, @iV|0aT;PK C0^455-skin/classic/global/arrow/arrow-lft-sharp.gifUT s:@ ڻBUxGIF89a !,   ]4P1Z;PK C09F;/881skin/classic/global/arrow/arrow-lft-sharp-end.gifUT s:@ ڻBUxGIF89a !, D~`ʯ;PK C0|cii+skin/classic/global/arrow/arrow-rit-dis.gifUT s:@ ڻBUxGIF89a !, @0IVvd~8ff;PK C0(MJ99+skin/classic/global/arrow/arrow-rit-hov.gifUT s:@ ڻBUxGIF89a ff!, @ n{tT;PK C055-skin/classic/global/arrow/arrow-rit-sharp.gifUT s:@ ڻBUxGIF89a !,  D`bRl% ;PK C0E` 881skin/classic/global/arrow/arrow-rit-sharp-end.gifUT s:@ ڻBUxGIF89a !, D~L7%d;PK C0LAA*skin/classic/global/arrow/arrow-up-dis.gifUT s:@ ڻBUxGIF89a !, @)otB&N{`;PK C0aX.88*skin/classic/global/arrow/arrow-up-hov.gifUT s:@ ڻBUxGIF89a ff!, @ot&;PK C0y^=44,skin/classic/global/arrow/arrow-up-sharp.gifUT s:@ ڻBUxGIF89a !,   o;PK C0J^88&skin/classic/global/arrow/arrow-dn.gifUT s:@ ڻBUxGIF89a !, @q;PK C0;99'skin/classic/global/arrow/arrow-lft.gifUT s:@ ڻBUxGIF89a !, @iV|0aT;PK C09`r99'skin/classic/global/arrow/arrow-rit.gifUT s:@ ڻBUxGIF89a !, @ n{tT;PK C0!88&skin/classic/global/arrow/arrow-up.gifUT s:@ ڻBUxGIF89a !, @ot&;PK C0JJ)skin/classic/global/tree/columnpicker.gifUT :@ ڻBUxGIF89a 3!, kR8I%ݨ YLeT9#*;PK C0U͏@@%skin/classic/global/tree/sort-asc.gifUT :@ ڻBUxGIF89a!,@o{b.;PK C0??%skin/classic/global/tree/sort-dsc.gifUT :@ ڻBUxGIF89afff!,@v}N K;PK C0&002skin/classic/global/console/console-error-dash.gifUT t:@ ڻBUxGIF89a Q!,  _;PK C0X”773skin/classic/global/console/console-error-caret.gifUT t:@ ڻBUxGIF89a Q!, a U3z-K;PK C0 m% CC*skin/classic/global/icons/close-button.gifUT }:@ ڻBUxGIF89a !,  ͜u2Oix˨;PK C077*skin/classic/global/icons/pg-landscape.gifUT }:@ ڻBUxGIF89a ϻvvvfffUUUEEE111!!!!, @ $dilB*9D? O6+p/{/<>ɟș'!;PK C0at0skin/classic/global/icons/pg-landscape-small.gifUT }:@ ڻBUxGIF89aϼwwwgggFFF###! ,@DI\ Rr$ԩV((N1e 2;̏q4"d(Tw$p;PK C0*34>>)skin/classic/global/icons/pg-portrait.gifUT }:@ ڻBUxGIF89a ϻvvvfffUUUEEE111!!!!, @ $dilke< *(c1`̀6 Iŕ !uqQѫ|R*ZtGiv9k|/ ,/l&6 >IvPzRwmzt+s{w}fpxW=>/L 4y - ;ƹX,fa>?P嫝!;PK C0R/skin/classic/global/icons/pg-portrait-small.gifUT }:@ ڻBUxGIF89aϻvvvfffEEE!!!! ,@EI+] }d rZ((Cn_bn?ddZk22 P pˡ $lL#;PK C0(NK%skin/classic/global/icons/tab-new.gifUT }:@ ڻBUxGIF89a99H@Co5:i%/b,5Q瑲阷밼ϦٔѮ޵鈚Q^fȠ¦]he̩VXIŢή}澾vݷǽ_rѿHPSՙ®?ɷN׋ֹ*ڿ0ιη¼!s,H)YʼȰ@3~ԡ8xaH+WֈAdɌ,ZYҌ6N8|.j`&M-y ^ܨiSCD :\9$QpAcH:]"iɔ,_(01 $<@88Ja,8n&0Wl (\ ! mfƁXNq;PK C0\ DD,skin/classic/global/toolbar/tbgrip-arrow.gifUT :@ ڻBUxGIF89aff33f!, C@$I;PK C0!^v771skin/classic/global/toolbar/tbgrip-arrow-clps.gifUT :@ ڻBUxGIF89aff33f!, !F;PK C0&{d55.skin/classic/global/toolbar/tbgrip-texture.gifUT :@ ڻBUxGIF89a33f!,s&`;PK C0fV33'skin/classic/global/toolbar/chevron.gifUT :@ ڻBUxGIF89a!, yꠒ;PK C0B/skin/classic/global/splitter/grip-vrt-after.gifUT :@ ڻBUxGIF89as11c!,s@J0f֛%a_R)Ųבbלk7gٙ%&|uVONqBO;f]/+ss%;PK C0^e0skin/classic/global/splitter/grip-vrt-before.gifUT :@ ڻBUxGIF89as11c!,s@J0 8pܝz$EUYyv<8J YbfVവv/6=ɍ;PK C0+|/skin/classic/global/splitter/grip-hrz-after.gifUT :@ ڻBUxGIF89as11c!,s@>0j8ͻ`YרJprMsngXbI00, D1\:fɜXDجv";PK C0[0skin/classic/global/splitter/grip-hrz-before.gifUT :@ ڻBUxGIF89as11c!,s@=0 8ͻ_$ik,lYY `@H "rl&LsI1جvˍ;PK C0I,,(skin/classic/global/splitter/drag-bg.gifUT :@ ڻBUxGIF89a!, ;PK e+u ''"skin/classic/messenger/dialogs.cssUT U~ <ٻBUx/* * The contents of this file are subject to the Netscape 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/NPL/ * * 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 Netscape are * Copyright (C) 1998-1999 Netscape Communications Corporation. All * Rights Reserved. * * Contributor(s): * */ /* ===== dialogs.css ==================================================== == Styles used by the general dialogs in Messenger. ======================================================================= */ @import url("chrome://messenger/skin/"); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: button-like menus ::::: */ menu.push { border: 1px outset ThreeDFace; padding: 2px; margin: 2px; background-color: inherit; background-image: inherit; } menu.push:hover:active, menu.push[open="true"] { border-style: inset; padding: 3px 1px 1px 3px; } menu.push[disabled="true"], menu.push[disabled="true"]:hover, menu.push[disabled="true"]:hover:active { color: GrayText; } /* ::::: askSendFormat.xul ::::: */ #askSendFormat { width: 40em; } #askImageBox { -moz-box-align: start; } #convertYes { list-style-image:url("chrome://global/skin/question-icon.gif"); } #convertAltering { list-style-image:url("chrome://global/skin/question-icon.gif"); } #convertNo { list-style-image:url("chrome://global/skin/alert-icon.gif"); } /* Workaround for bug 50217. Please remove this rule, when this bug is fixed. */ #convertDefault { list-style-image:url("chrome://global/skin/question-icon.gif"); } PK e+&skin/classic/messenger/mailWindow2.cssUT m~ <ٻBUx/* * The contents of this file are subject to the Netscape 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/NPL/ * * 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 Netscape are * Copyright (C) 1998-1999 Netscape Communications Corporation. All * Rights Reserved. * * Contributor(s): * */ /* ===== mailWindow2.css ================================================ == Styles for the main Mail window in the optional layout scheme. ======================================================================= */ @import url("chrome://messenger/skin/mailWindow1.css"); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); PK u/HF(skin/classic/messenger/accountManage.cssUT ֍?ٻBUx/* * The contents of this file are subject to the Netscape 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/NPL/ * * 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 Netscape are * Copyright (C) 1998-1999 Netscape Communications Corporation. All * Rights Reserved. * * Contributor(s): * */ /* ===== accountManage.css ============================================== == Styles for the Mail Account Manager. ======================================================================= */ @import url("chrome://messenger/skin/"); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: account manager :::::: */ .specialFolderPickerGrid { margin-left: 20px; } .selectForOfflineUseButton { list-style-image: url("chrome://communicator/skin/icons/offline.gif"); } .selectForOfflineUseButton > .button-box > .button-icon { margin-left: 4px; margin-right: 4px; } treechildren::-moz-tree-cell-text(isDefaultServer-true) { font-weight: bold; } PK 8tf/[t88(skin/classic/messenger/accountWizard.cssUT M?ٻBUx/* * The contents of this file are subject to the Netscape 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/NPL/ * * 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 Netscape are * Copyright (C) 1998-1999 Netscape Communications Corporation. All * Rights Reserved. * * Contributor(s): * */ /* ===== accountWizard.css ============================================== == Styles for the Mail Account Wizard. ======================================================================= */ @import url("chrome://messenger/skin/"); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: account wizard :::::: */ .awIdentityLabel { width: 8em; margin-left: 5px; } #fullName { margin-right: 15px; } .serverLabel { width: 8em; } .serverDataBox { margin-left: 15px; } PK 21.xd&skin/classic/messenger/folderMenus.cssUT '>ٻBUx/* * The contents of this file are subject to the Netscape 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/NPL/ * * 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 Netscape are * Copyright (C) 1998-1999 Netscape Communications Corporation. All * Rights Reserved. * * Contributor(s): * */ /* ===== folderMenus.css ================================================ == Icons for menus which represent mail folder. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: folder icons for menus ::::: */ .folderMenuItem { list-style-image: url("chrome://messenger/skin/icons/folder-closed.gif"); } .folderMenuItem[open="true"] { list-style-image: url("chrome://messenger/skin/icons/folder-open.gif"); } /* ..... special folders ..... */ .folderMenuItem[SpecialFolder="Inbox"] { list-style-image: url("chrome://messenger/skin/icons/folder-inbox.gif"); } .folderMenuItem[SpecialFolder="Inbox"][open="true"] { list-style-image: url("chrome://messenger/skin/icons/folder-inbox-open.gif"); } .folderMenuItem[SpecialFolder="Sent"] { list-style-image: url("chrome://messenger/skin/icons/folder-sent.gif"); } .folderMenuItem[SpecialFolder="Sent"][open="true"] { list-style-image: url("chrome://messenger/skin/icons/folder-sent-open.gif"); } .folderMenuItem[SpecialFolder="Drafts"] { list-style-image: url("chrome://messenger/skin/icons/folder-draft.gif"); } .folderMenuItem[SpecialFolder="Drafts"][open="true"] { list-style-image: url("chrome://messenger/skin/icons/folder-draft-open.gif"); } .folderMenuItem[SpecialFolder="Templates"] { list-style-image: url("chrome://messenger/skin/icons/folder-template.gif"); } .folderMenuItem[SpecialFolder="Templates"][open="true"] { list-style-image: url("chrome://messenger/skin/icons/folder-template-open.gif"); } .folderMenuItem[SpecialFolder="Junk"] { list-style-image: url("chrome://messenger/skin/icons/folder-junk.gif"); } .folderMenuItem[SpecialFolder="Junk"][open="true"] { list-style-image: url("chrome://messenger/skin/icons/folder-junk-open.gif"); } .folderMenuItem[SpecialFolder="Trash"] { list-style-image: url("chrome://messenger/skin/icons/folder-trash.gif"); } .folderMenuItem[SpecialFolder="Trash"][open="true"] { list-style-image: url("chrome://messenger/skin/icons/folder-trash-open.gif"); } .folderMenuItem[IsServer="true"] { list-style-image: url("chrome://messenger/skin/icons/server-mail.gif"); } .folderMenuItem[IsServer="true"][open="true"] { list-style-image: url("chrome://messenger/skin/icons/server-mail.gif"); } /* IMAP folders */ .folderMenuItem[IsServer="true"][ServerType="imap"][IsSecure="true"] { list-style-image: url("chrome://messenger/skin/icons/server-remote-lock.gif"); } /* POP3 folders */ .folderMenuItem[IsServer="true"][ServerType="pop3"][IsSecure="true"] { list-style-image: url("chrome://messenger/skin/icons/server-remote-lock.gif"); } /* Local Servers */ .folderMenuItem[IsServer="true"][ServerType="none"] { list-style-image: url("chrome://messenger/skin/icons/server-local.gif"); } /* News folders */ .folderMenuItem[ServerType="nntp"] { list-style-image: url("chrome://messenger/skin/icons/folder-newsgroup.gif"); } .folderMenuItem[IsServer="true"][ServerType="nntp"][IsSecure="true"] { list-style-image: url("chrome://messenger/skin/icons/server-news-lock.gif"); } .folderMenuItem[IsServer="true"][ServerType="nntp"] { list-style-image: url("chrome://messenger/skin/icons/server-news.gif"); } PK U0m`w%skin/classic/messenger/folderPane.cssUT 7@ٻBUx/* * The contents of this file are subject to the Netscape 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/NPL/ * * 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 Netscape are * Copyright (C) 1998-2001 Netscape Communications Corporation. All * Rights Reserved. * * Contributor(s): * Joe Hewitt (hewitt@netscape.com) * Hkan Waara (hwaara@chello.se) * Jan Varga (varga@nixcorp.com) */ /* ===== folderPane.css ================================================= == Styles for the Folder pane in the Messenger 3-pane window. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: mail folder ::::: */ treechildren::-moz-tree-image(folderNameCol) { margin-right: 2px; list-style-image: url("chrome://messenger/skin/icons/folder-closed.gif"); } treechildren::-moz-tree-image(folderNameCol, newMessages-true) { list-style-image: url("chrome://messenger/skin/icons/folder-new-closed.gif"); } /* ..... Inbox ..... */ treechildren::-moz-tree-image(folderNameCol, specialFolder-Inbox) { list-style-image: url("chrome://messenger/skin/icons/folder-inbox.gif"); } treechildren::-moz-tree-image(folderNameCol, specialFolder-Inbox, newMessages-true) { list-style-image: url("chrome://messenger/skin/icons/folder-inbox-new.gif"); } /* ..... Sent ..... */ treechildren::-moz-tree-image(folderNameCol, specialFolder-Sent) { list-style-image: url("chrome://messenger/skin/icons/folder-sent.gif"); } /* ..... Unsent ..... */ treechildren::-moz-tree-image(folderNameCol, specialFolder-Unsent Messages) { list-style-image: url("chrome://messenger/skin/icons/folder-outbox.gif"); } /* ..... Drafts ..... */ treechildren::-moz-tree-image(folderNameCol, specialFolder-Drafts) { list-style-image: url("chrome://messenger/skin/icons/folder-draft.gif"); } /* ..... Templates ..... */ treechildren::-moz-tree-image(folderNameCol, specialFolder-Templates) { list-style-image: url("chrome://messenger/skin/icons/folder-template.gif"); } /* ..... Junk ..... */ treechildren::-moz-tree-image(folderNameCol, specialFolder-Junk) { list-style-image: url("chrome://messenger/skin/icons/folder-junk.gif"); } /* ..... Trash ..... */ treechildren::-moz-tree-image(folderNameCol, specialFolder-Trash) { list-style-image: url("chrome://messenger/skin/icons/folder-trash.gif"); } treechildren::-moz-tree-image(folderNameCol, isServer-true) { list-style-image: url("chrome://messenger/skin/icons/server-mail.gif"); } treechildren::-moz-tree-image(folderNameCol, biffState-NewMail, isServer-true) { list-style-image: url("chrome://messenger/skin/icons/server-mail-new.gif"); } treechildren::-moz-tree-cell-text(folderNameCol, newMessages-true), treechildren::-moz-tree-cell-text(folderNameCol, specialFolder-Inbox, newMessages-true) { font-weight: bold; } treechildren::-moz-tree-image(folderNameCol, imapShared-true) { list-style-image: url("chrome://messenger/skin/icons/folder-share.gif"); } /* ..... Server Folders ..... */ treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-pop3, isSecure-true) { list-style-image: url("chrome://messenger/skin/icons/server-remote-lock.gif"); } treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-imap, isSecure-true) { list-style-image: url("chrome://messenger/skin/icons/server-remote-lock.gif"); } treechildren::-moz-tree-image(folderNameCol, biffState-NewMail, isServer-true, isSecure-true) { list-style-image: url("chrome://messenger/skin/icons/server-remote-lock-new.gif"); } treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-none) { list-style-image: url("chrome://messenger/skin/icons/server-local.gif"); } /* ..... News Folders ..... */ treechildren::-moz-tree-image(folderNameCol, serverType-nntp) { list-style-image: url("chrome://messenger/skin/icons/folder-newsgroup.gif"); } treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-nntp) { list-style-image: url("chrome://messenger/skin/icons/server-news.gif"); } treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-nntp, isSecure-true) { list-style-image: url("chrome://messenger/skin/icons/server-news-lock.gif"); } /* ::::: All Servers ::::: */ treechildren::-moz-tree-cell-text(closed, subfoldersHaveUnreadMessages-true) { font-weight: bold; } treechildren::-moz-tree-cell-text(folderNameCol, isServer-true), treechildren::-moz-tree-cell-text(hasUnreadMessages-true) { font-weight: bold; } treechildren::-moz-tree-cell-text(folderNameCol, noSelect-true) { color: gray; font-style: italic; } .tree-folder-checkbox { list-style-image: none; } treechildren::-moz-tree-image(syncCol) { list-style-image: url("chrome://messenger/skin/icons/dot.gif"); } treechildren::-moz-tree-image(syncCol, synchronize-true) { list-style-image: url("chrome://messenger/skin/icons/check.gif"); } treechildren::-moz-tree-image(syncCol, isServer-true) { list-style-image: none; } #folderUnreadCol, #folderTotalCol, #folderSizeCol { text-align: right; } #folderNameCol [sortDirection="ascending"] { list-style-image: none; } #folderNameCol [sortDirection="descending"] { list-style-image: none; } PK e,&skin/classic/messenger/fakeAccount.cssUT nM<ٻBUx/* distributors / ISPs can override this to add hooks in the folder pane * to create accounts * see http://www.mozilla.org/mailnews/arch/fakeaccounts.html */ PK `.ۈ &skin/classic/messenger/mailWindow1.cssUT )>ٻBUx/* * The contents of this file are subject to the Netscape 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/NPL/ * * 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 Netscape are * Copyright (C) 1998-1999 Netscape Communications Corporation. All * Rights Reserved. * * Contributor(s): * */ /* ===== mailWindow1.css ================================================ == Styles for the main Mail window in the default layout scheme. ======================================================================= */ @import url("chrome://messenger/skin/"); @import url("chrome://messenger/skin/primaryToolbar.css"); @import url("chrome://messenger/skin/folderMenus.css"); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: :: Make sure the min height is small so we can :: resize the pane vertically -EDV ::::: */ #messagepanebox { min-height: 10px; height: 0px; } /* ::::: border adjustments for focus ring and joined splitters ::::: */ /* ..... splitter adjustments ..... */ #gray_vertical_splitter { border-right: none; border-bottom: none; border-left: none; min-width: 5px; } #threadpane-splitter { border: none; min-height: 5px; } #threadpane-splitter[state="collapsed"] { border-bottom: 2px solid; } /* ..... tree adjustments ..... */ #folderTree { border-right: 1px solid; -moz-border-right-colors: ThreeDShadow; min-width: 1px; } #threadTree { border-bottom: 2px solid; -moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow; min-width: 1px; } #threadTree, #accountCentralBox, #searchBox { border-left: 2px solid; -moz-border-left-colors: ThreeDShadow ThreeDDarkShadow; } #searchBox { border-top: 1px solid ThreeDHighlight; border-bottom: 1px solid ThreeDShadow; } /* ..... message pane adjustments ..... */ #messagepanebox { border-top: 2px solid; border-left: 2px solid; -moz-border-top-colors: ThreeDShadow ThreeDDarkShadow; -moz-border-left-colors: ThreeDShadow ThreeDDarkShadow; } #msgHeaderView { border-left: none !important; } #messagepane { border: 1px solid -moz-Field; border-right: none; } #messagepanebox[focusring="true"] > #messagepane { border-color: #000000; } PK e+&"xMM)skin/classic/messenger/accountCentral.cssUT S~ <ٻBUx/* * The contents of this file are subject to the Netscape 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/NPL/ * * 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 Netscape are * Copyright (C) 1998-1999 Netscape Communications Corporation. All * Rights Reserved. */ /* ===== accountCentral.css ========================================== == Styles for the Messenger Account Central panel. ======================================================================= */ @import url("chrome://messenger/skin/"); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); #acctCentralGrid { background-color: #FFFFFF; } separator { height: 5px; } separator.thin { height: 15px; } /* ::::: rows ::::: */ #acctCentralHeaderRow { padding: 10px 0px 10px 10px; font-size: 180%; font-weight: bold; color: #000000; } .acctCentralRow { margin-left: 10px; font-size: 125%; color: #000000; } .row-iconic-icon { list-style-image: inherit; margin-right: 10px; } .acctCentralRowTitleBox { background-color: #C7D0D9; font-size: 150%; font-weight: bold; color: #000000; } /* ::::: links ::::: */ .acctCentralLinkText { cursor: pointer; color: #212731; text-decoration: underline; } .acctCentralLinkText:hover { color: #39598E; } .acctCentralLinkText:hover:active { color: #000000; } PK L9Z.jv7 7 +skin/classic/messenger/addressingWidget.cssUT PZ\>ٻBUx/* ***** 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. * * The Initial Developer of the Original Code is * Netscape Communications Corp. * Portions created by the Initial Developer are Copyright (C) 2001 * 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 ***** */ /* ::::: addressing widget ::::: */ #addressingWidget { -moz-user-focus: none; width: 0; } #typecol-addressingWidget { min-width: 9em; border-right: 1px solid #CACAFF; } .addressingWidgetItem, .dummy-row { border: none !important; background-color: inherit !important; color: inherit !important; } .addressingWidgetCell { border-bottom: 1px solid #CACAFF; padding: 0px; } .addressingWidgetCell:first-child { border-top: none; } .dummy-row-cell:first-child { border-top: none; border-bottom: 1px solid #CACAFF; } .person-icon { margin: 0 3px; list-style-image: url("chrome://messenger/skin/addressbook/icons/abcard.gif"); } PK )j(0 S( ( (skin/classic/messenger/messageHeader.cssUT NJ?ٻBUx/* * The contents of this file are subject to the Netscape 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/NPL/ * * 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 Netscape are * Copyright (C) 1998-1999 Netscape Communications Corporation. All * Rights Reserved. * * Contributor(s): * */ /* ===== messageHeader.css ============================================== == Styles for the header toolbars of a mail message. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: msg header toolbars ::::: */ #collapsedHeaderView, #expandedHeaderView { min-width: 1px; } /* ::::: msg header buttons ::::: */ #expandedAttachmentBox { width: 20em; height: 0; list-style-image: url("chrome://messenger/skin/icons/attach.gif"); } #attachmentTree { margin: 3px 0; border: none; height: 0; width: 20em; } #attachmentText { font-weight: bold; } /* ::::: msg header captions ::::: */ #msgHeaderView { border-right: 1px solid ThreeDShadow; border-left: 1px solid ThreeDShadow; } #collapsedHeaderView, #expandedHeaderView { border-bottom: 1px solid ThreeDDarkShadow; min-width: 1px; } .headerNameBox { width: 7.7em; } .headerName { margin: 0 .5em 0 0; min-height: 18px; font-weight: bold; text-align: right; } .headerValue { margin: 0 0 .25em 0; min-width: 50px; white-space: normal; } .subjectvalue { font-weight: bold; } /* ::::: msg header email addresses ::::: */ .emailDisplayButton { cursor: pointer; color: #0000FF; text-decoration: underline; margin: 0; } .emailDisplayButton:hover { color: #FF0000; } .emailDisplayImage { padding-left: 2px; -moz-box-pack: end; } /* ::::: email address twisty ::::: */ .addresstwisty { margin: 2px; list-style-image: url("chrome://global/skin/tree/twisty-clsd.gif"); } .addresstwisty[open] { list-style-image: url("chrome://global/skin/tree/twisty-open.gif"); } /* ::::: view expand and collapse twisties ::::: */ .expandHeaderViewButton, .collapsedHeaderViewButton { margin: 2px .5em 0 .5em; } .expandHeaderViewButton { list-style-image: url("chrome://global/skin/tree/twisty-open.gif"); } .collapsedHeaderViewButton { list-style-image: url("chrome://global/skin/tree/twisty-clsd.gif"); } /* ::::: collapsed view styles ::::: */ #collapsedAttachmentBox { -moz-box-pack: center; } #collapseddateValue { margin: 0 .5em; text-align: right; } #collapsedfromBox { width: 18em; } #collapseddateBox { width: 12em; } .collapsedHeaderDisplayName { margin: 0 .5em 0 .55em; min-height: 16px; font-weight: bold; } .collapsedHeaderValue { margin: 0; } .collapsedAttachmentButton { list-style-image: url("chrome://messenger/skin/icons/message-mail-attach.gif"); margin-right: .5em; } PK f+9Y(skin/classic/messenger/messageWindow.cssUT u~ <ٻBUx/* * The contents of this file are subject to the Netscape 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/NPL/ * * 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 Netscape are * Copyright (C) 1998-1999 Netscape Communications Corporation. All * Rights Reserved. * * Contributor(s): * */ /* ===== messageWindow.css ============================================== == Styles for the message window. ======================================================================= */ @import url("chrome://messenger/skin/"); @import url("chrome://messenger/skin/primaryToolbar.css"); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: message header borders ::::: */ #msgHeaderView { border: 1px outset ThreeDFace !important; } PK f+;U$skin/classic/messenger/messenger.cssUT u~ <ٻBUx/* * The contents of this file are subject to the Netscape 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/NPL/ * * 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 Netscape are * Copyright (C) 1998-1999 Netscape Communications Corporation. All * Rights Reserved. * * Contributor(s): * */ /* ===== messenger.css ================================================== == Styles shared throughout the Messenger application. ======================================================================= */ @import url("chrome://communicator/skin/"); @import url("chrome://messenger/content/messenger.css"); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); PK /-$%skin/classic/messenger/prefPanels.cssUT  =ٻBUx/* * The contents of this file are subject to the Netscape 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/NPL/ * * 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 Netscape are * Copyright (C) 1998-1999 Netscape Communications Corporation. All * Rights Reserved. * * Contributor(s): * */ /* ===== prefPanels.css ================================================= == Styles for the Messenger preference panels. ======================================================================= */ @import url("chrome://messenger/skin/"); @import url("chrome://communicator/skin/prefpanels.css"); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* :::::: layout preference icons ::::: */ #classic { min-height : 32px; list-style-image : url("chrome://messenger/skin/icons/winclassic.gif"); } #wide { min-height : 32px; list-style-image : url("chrome://messenger/skin/icons/winwide.gif"); } PK :/ Ŭ)skin/classic/messenger/primaryToolbar.cssUT It?ٻBUx/* * The contents of this file are subject to the Netscape 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/NPL/ * * 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 Netscape are * Copyright (C) 1998-1999 Netscape Communications Corporation. All * Rights Reserved. * * Contributor(s): * */ /* ===== primaryToolbar.css ============================================= == Images for the Mail primary toolbar. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: primary toolbar buttons ::::: */ .toolbarbutton-1 { list-style-image: url("chrome://messenger/skin/icons/btn1.gif"); } #button-getmsg { -moz-image-region: rect(105px 23px 126px 0px); } #button-getmsg[buttonover] { -moz-image-region: rect(105px 46px 126px 23px); } #button-getmsg[buttondown] { -moz-image-region: rect(105px 69px 126px 46px); } #button-getmsg[disabled] { -moz-image-region: rect(105px 92px 126px 69px) !important; } #button-newmsg { -moz-image-region: rect(126px 23px 147px 0px); } #button-newmsg:hover { -moz-image-region: rect(126px 46px 147px 23px); } #button-newmsg:hover:active { -moz-image-region: rect(126px 69px 147px 46px); } #button-newmsg[disabled] { -moz-image-region: rect(126px 92px 147px 69px) !important; } #button-reply { -moz-image-region: rect(168px 23px 189px 0px); } #button-reply:hover { -moz-image-region: rect(168px 46px 189px 23px); } #button-reply:hover:active { -moz-image-region: rect(168px 69px 189px 46px); } #button-reply[disabled] { -moz-image-region: rect(168px 92px 189px 69px) !important; } #button-replyall { -moz-image-region: rect(189px 23px 210px 0px); } #button-replyall:hover { -moz-image-region: rect(189px 46px 210px 23px); } #button-replyall:hover:active { -moz-image-region: rect(189px 69px 210px 46px); } #button-replyall[disabled] { -moz-image-region: rect(189px 92px 210px 69px) !important; } #button-forward { -moz-image-region: rect(84px 23px 105px 0px); } #button-forward:hover { -moz-image-region: rect(84px 46px 105px 23px); } #button-forward:hover:active { -moz-image-region: rect(84px 69px 105px 46px); } #button-forward[disabled] { -moz-image-region: rect(84px 92px 105px 69px) !important; } #button-file { -moz-image-region: rect(63px 23px 84px 0px); } #button-file:hover { -moz-image-region: rect(63px 46px 84px 23px); } #button-file:hover:active, #button-file[open] { -moz-image-region: rect(63px 69px 84px 46px); } #button-file[disabled] { -moz-image-region: rect(63px 92px 84px 69px) !important; } #button-next { -moz-image-region: rect(147px 23px 168px 0px); } #button-next:hover { -moz-image-region: rect(147px 46px 168px 23px); } #button-next:hover:active { -moz-image-region: rect(147px 69px 168px 46px); } #button-next[disabled] { -moz-image-region: rect(147px 92px 168px 69px) !important; } #button-delete { -moz-image-region: rect(210px 23px 231px 0px); } #button-delete:hover { -moz-image-region: rect(210px 46px 231px 23px); } #button-delete:hover:active { -moz-image-region: rect(210px 69px 231px 46px); } #button-delete[disabled] { -moz-image-region: rect(210px 92px 231px 69px) !important; } #button-mark { -moz-image-region: rect(336px 23px 357px 0); } #button-mark[buttonover] { -moz-image-region: rect(336px 46px 357px 23px); } #button-mark[buttondown] { -moz-image-region: rect(336px 69px 357px 46px); } #button-mark[disabled] { -moz-image-region: rect(336px 92px 357px 69px) !important; } #button-junk{ -moz-image-region: rect(357px 23px 378px 0); } #button-junk:hover { -moz-image-region: rect(357px 46px 378px 23px); } #button-junk:hover:active { -moz-image-region: rect(357px 69px 378px 46px); } #button-junk[disabled="true"] { -moz-image-region: rect(357px 92px 378px 69px) !important; } #button-print { list-style-image: url("chrome://communicator/skin/icons/btn1.gif"); -moz-image-region: rect(0px 23px 21px 0px); } #button-print[buttonover] { -moz-image-region: rect(0px 46px 21px 23px); } #button-print[buttondown] { -moz-image-region: rect(0px 69px 21px 46px); } #button-print[disabled] { -moz-image-region: rect(0px 92px 21px 69px) !important; } #button-stop { list-style-image: url("chrome://communicator/skin/icons/btn1.gif"); -moz-image-region: rect(21px 22px 42px 0px); } #button-stop:hover { -moz-image-region: rect(21px 44px 42px 22px); } #button-stop:hover:active { -moz-image-region: rect(21px 66px 42px 44px); } #button-stop[disabled="true"] { -moz-image-region: rect(21px 88px 42px 66px) !important; } #junkBarImage { list-style-image: url("chrome://messenger/skin/icons/junkBar.gif"); } #junkBarMessage { font-weight: bold; } #junkBar { border-bottom: 1px solid; -moz-border-bottom-colors: #000000; background-color: #C7BC8F; } #junkIcon { margin-left: 0.5ex; list-style-image: url("chrome://messenger/skin/icons/folder-junk.gif"); } PK KٻBUx/* * The contents of this file are subject to the Netscape 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/NPL/ * * 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 Netscape are * Copyright (C) 1998-1999 Netscape Communications Corporation. All * Rights Reserved. * * Contributor(s): * */ /* ===== searchDialog.css =============================================== == Styles for the Mail Search dialog. ======================================================================= */ @import url("chrome://messenger/skin/"); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: box sizes ::::: */ #searchTermTree { min-height: 50px; } #searchTermListBox { height: 100px; } #searchResultListBox { margin: 5px; height: 100px; } menulist { min-width: 15em; } menulist > menupopup > menuitem { padding-right: 2px; } textbox { margin: 1px 4px; } PK /U&~ ~ $skin/classic/messenger/subscribe.cssUT ?ٻBUx/* * The contents of this file are subject to the Netscape 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/NPL/ * * 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 Netscape are * Copyright (C) 1998-1999 Netscape Communications Corporation. All * Rights Reserved. * * Contributor(s): * */ /* ===== subscribe.css ================================================== == Styles for the Subscribe dialog. ======================================================================= */ @import url("chrome://messenger/skin/"); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: subscribed icons :::::: */ treechildren::-moz-tree-image(subscribedColumn), treechildren::-moz-tree-image(subscribedColumn2) { margin-right: 2px; list-style-image: url("chrome://messenger/skin/icons/dot.gif"); } treechildren::-moz-tree-image(subscribedColumn, Subscribed-true), treechildren::-moz-tree-image(subscribedColumn2, subscribed) { list-style-image: url("chrome://messenger/skin/icons/check.gif"); } treechildren::-moz-tree-image(subscribedColumn, Subscribable-false) { list-style-image: none; } treechildren::-moz-tree-cell-text(nameColumn, Subscribable-false) { color: gray; font-style: italic; } /* ::::: folder icons :::::: */ treechildren::-moz-tree-image(nameColumn) { margin-right: 2px; list-style-image: url("chrome://messenger/skin/icons/folder-closed.gif"); } treechildren::-moz-tree-image(nameColumn, ServerType-nntp), treechildren::-moz-tree-image(nameColumn2, nntp) { margin-right: 2px; list-style-image: url("chrome://messenger/skin/icons/folder-newsgroup.gif"); } /* ::::: server icons :::::: */ .subscribeMenuItem { list-style-image: url("chrome://messenger/skin/icons/server-mail.gif"); } .subscribeMenuItem[ServerType="imap"][IsSecure="true"] { list-style-image: url("chrome://messenger/skin/icons/server-remote-lock.gif"); } .subscribeMenuItem[ServerType="nntp"] { list-style-image: url("chrome://messenger/skin/icons/server-news.gif"); } .subscribeMenuItem[ServerType="nntp"][IsSecure="true"] { list-style-image: url("chrome://messenger/skin/icons/server-news-lock.gif"); } PK ĺ. "'"'%skin/classic/messenger/threadPane.cssUT  ?ٻBUx/* * The contents of this file are subject to the Netscape 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/NPL/ * * 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 Netscape are * Copyright (C) 1998-2001 Netscape Communications Corporation. All * Rights Reserved. * * Contributor(s): * Scott MacGregor (mscott@netscape.com) * Joe Hewitt (hewitt@netscape.com) */ /* ===== threadPane.css ============================================== == Styles for the thread pane in the Messenger 3-pane window. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: thread decoration ::::: */ treechildren::-moz-tree-cell-text(read) { font-weight: normal; } treechildren::-moz-tree-cell-text(unread) { font-weight: bold; } /* on a collapsed thread, if the top level message is read, but the thread has * unread children, underline the text. 4.x mac did this, very slick */ treechildren::-moz-tree-cell-text(container, closed, hasUnread, read) { text-decoration: underline; } /* ::::: priority colors ::::: */ /**** **** Priority colors currently not being used at the moment. It has been **** disabled so as to not conflict with the labels color feature. **** treechildren::-moz-tree-cell-text(priorityCol, priority-highest) { color: red; } treechildren::-moz-tree-cell-text(priorityCol, priority-high) { color: rgb(128, 0, 0); } treechildren::-moz-tree-cell-text(priorityCol, priority-lowest) { color: rgb(170, 170, 170); } treechildren::-moz-tree-cell-text(priorityCol, priority-low) { color: rgb(85, 85, 85); } treechildren::-moz-tree-cell-text(priorityCol, selected) { color: -moz-DialogText; } treechildren::-moz-tree-cell-text(priorityCol, selected, focus) { color: HighlightText; } ****/ /* ::::: message icons ::::: */ /* ::::: message column icons ::::: */ /* ..... thread column ..... */ treecol.threadColumnHeader { list-style-image: url("chrome://messenger/skin/icons/unthreadcol.gif"); } treecol.threadColumnHeader[sortDirection="ascending"] { list-style-image: url("chrome://messenger/skin/icons/threadcol.gif"); } treecol.threadColumnHeader[sortDirection="descending"] { list-style-image: url("chrome://messenger/skin/icons/threadcol.gif"); } treechildren::-moz-tree-image(threadCol, container) { list-style-image: url("chrome://messenger/skin/icons/thread-closed.gif"); } treechildren::-moz-tree-image(threadCol, container, open) { list-style-image: url("chrome://messenger/skin/icons/thread-open.gif"); } treechildren::-moz-tree-image(threadCol, container, hasUnread) { list-style-image: url("chrome://messenger/skin/icons/thread-new-closed.gif"); } treechildren::-moz-tree-image(threadCol, container, hasUnread, open) { list-style-image: url("chrome://messenger/skin/icons/thread-new-open.gif"); } /* ..... read column ..... */ treecol.readColumnHeader { list-style-image: url("chrome://messenger/skin/icons/readcol.gif"); } treechildren::-moz-tree-image(unreadButtonColHeader) { list-style-image: url("chrome://messenger/skin/icons/readmail.gif"); } treechildren::-moz-tree-image(unreadButtonColHeader, unread) { list-style-image: url("chrome://messenger/skin/icons/unreadmail.gif"); } /* ..... flag column ..... */ treecol.flagColumnHeader { list-style-image: url("chrome://messenger/skin/icons/flagcol.gif"); } treechildren::-moz-tree-image(flaggedCol) { list-style-image: url("chrome://messenger/skin/icons/readmail.gif"); } treechildren::-moz-tree-image(flaggedCol, flagged) { list-style-image: url("chrome://messenger/skin/icons/flaggedmail.gif"); } /* ..... junkStatus column ..... */ treecol.junkStatusHeader { list-style-image: url("chrome://messenger/skin/icons/folder-junk.gif"); padding: 0px 4px 0px 0px; } /* "unknown" now looks like "not junk". see bug #182386 */ treechildren::-moz-tree-image(junkStatusCol) { list-style-image: url("chrome://messenger/skin/icons/readmail.gif"); padding-left: 0px; padding-right: 4px; } treechildren::-moz-tree-image(junkStatusCol, junk) { list-style-image: url("chrome://messenger/skin/icons/folder-junk.gif"); margin-right: -1px; } treechildren::-moz-tree-image(junkStatusCol, notjunk) { list-style-image: url("chrome://messenger/skin/icons/readmail.gif"); padding-left: 0px; padding-right: 4px; } /* ..... subject column ..... */ treechildren::-moz-tree-image(subjectCol) { margin-right: 2px; list-style-image: url("chrome://messenger/skin/icons/message-mail.gif"); } treechildren::-moz-tree-image(subjectCol, new) { list-style-image: url("chrome://messenger/skin/icons/message-mail-new.gif"); } treechildren::-moz-tree-image(subjectCol, attach) { list-style-image: url("chrome://messenger/skin/icons/message-mail-attach.gif"); } treechildren::-moz-tree-image(subjectCol, imapdeleted) { list-style-image: url("chrome://messenger/skin/icons/message-mail-imapdelete.gif"); } treechildren::-moz-tree-image(subjectCol, offline) { list-style-image: url("chrome://messenger/skin/icons/message-mail-offl.gif"); } treechildren::-moz-tree-image(subjectCol, new, offline) { list-style-image: url("chrome://messenger/skin/icons/message-mail-new-offl.gif"); } treechildren::-moz-tree-image(subjectCol, attach, offline) { list-style-image: url("chrome://messenger/skin/icons/message-mail-attach-offl.gif"); } treechildren::-moz-tree-image(subjectCol, imapdeleted, offline) { list-style-image: url("chrome://messenger/skin/icons/message-mail-imapdel-offl.gif"); } treechildren::-moz-tree-image(subjectCol, news) { list-style-image: url("chrome://messenger/skin/icons/message-news.gif"); } treechildren::-moz-tree-image(subjectCol, news, attach) { list-style-image: url("chrome://messenger/skin/icons/message-news-attach.gif"); } treechildren::-moz-tree-image(subjectCol, news, attach, offline) { list-style-image: url("chrome://messenger/skin/icons/message-news-attach-offl.gif"); } treechildren::-moz-tree-image(subjectCol, news, new) { list-style-image: url("chrome://messenger/skin/icons/message-news-new.gif"); } treechildren::-moz-tree-image(subjectCol, news, new, attach) { list-style-image: url("chrome://messenger/skin/icons/message-news-new-attach.gif"); } treechildren::-moz-tree-image(subjectCol, news, new, attach, offline) { list-style-image: url("chrome://messenger/skin/icons/message-news-new-attach-off.gif"); } treechildren::-moz-tree-image(subjectCol, news, new, offline) { list-style-image: url("chrome://messenger/skin/icons/message-news-new-offl.gif"); } treechildren::-moz-tree-image(subjectCol, news, offline) { list-style-image: url("chrome://messenger/skin/icons/message-news-offl.gif"); } /* ..... new thread icons for watch and ignore ..... */ treechildren::-moz-tree-image(news, threadCol, watch) { list-style-image: url("chrome://messenger/skin/icons/thread-closed-eye.gif"); } treechildren::-moz-tree-image(news, threadCol, ignore) { list-style-image: url("chrome://messenger/skin/icons/thread-closed-kill.gif"); } treechildren::-moz-tree-image(news, threadCol, watch, offline) { list-style-image: url("chrome://messenger/skin/icons/thread-closed-offl-eye.gif"); } treechildren::-moz-tree-image(news, threadCol, ignore, offline) { list-style-image: url("chrome://messenger/skin/icons/thread-closed-offl-kill.gif"); } treechildren::-moz-tree-image(news, threadCol, container, hasUnread, watch) { list-style-image: url("chrome://messenger/skin/icons/thread-new-closed-eye.gif"); } treechildren::-moz-tree-image(news, threadCol, container, hasUnread, ignore) { list-style-image: url("chrome://messenger/skin/icons/thread-new-closed-kill.gif"); } treechildren::-moz-tree-image(news, threadCol, container, hasUnread, watch, offline) { list-style-image: url("chrome://messenger/skin/icons/thread-new-closed-offl-eye.gif"); } treechildren::-moz-tree-image(news, threadCol, container, hasUnread, ignore, offline) { list-style-image: url("chrome://messenger/skin/icons/thread-new-closed-offl-kill.gif"); } treechildren::-moz-tree-image(news, threadCol, container, hasUnread, watch, open) { list-style-image: url("chrome://messenger/skin/icons/thread-new-open-eye.gif"); } treechildren::-moz-tree-image(news, threadCol, container, hasUnread, ignore, open) { list-style-image: url("chrome://messenger/skin/icons/thread-new-open-kill.gif"); } treechildren::-moz-tree-image(news, threadCol, container, hasUnread, watch, open, offline) { list-style-image: url("chrome://messenger/skin/icons/thread-new-open-offl-eye.gif"); } treechildren::-moz-tree-image(news, threadCol, container, hasUnread, ignore, open, offline) { list-style-image: url("chrome://messenger/skin/icons/thread-new-open-offl-kill.gif"); } treechildren::-moz-tree-image(news, threadCol, container, watch, open) { list-style-image: url("chrome://messenger/skin/icons/thread-open-eye.gif"); } treechildren::-moz-tree-image(news, threadCol, container, ignore, open) { list-style-image: url("chrome://messenger/skin/icons/thread-open-kill.gif"); } treechildren::-moz-tree-image(news, threadCol, container, watch, open, offline) { list-style-image: url("chrome://messenger/skin/icons/thread-open-offl-eye.gif"); } treechildren::-moz-tree-image(news, threadCol, container, ignore, open, offline) { list-style-image: url("chrome://messenger/skin/icons/thread-open-offl-kill.gif"); } #sizeCol, #unreadCol, #totalCol { text-align: right; } PK ź.|22+skin/classic/messenger/threadPaneLabels.cssUT  ?ٻBUx/* ***** 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. * * The Initial Developer of the Original Code is * Netscape Communications Corp. * Portions created by the Initial Developer are Copyright (C) 2001 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Scott MacGregor (mscott@netscape.com) * Joe Hewitt (hewitt@netscape.com) * Sean Su * * 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 ***** */ /* ===== threadPaneLabels.css =========================================== == Styles for the thread pane in the Messenger 3-pane window. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: thread labels decoration ::::: */ /* There are 10x7 color definitions (size of the color picker used) times 2 (2 style definitions for each color) + 2 general black and white color definitions. The color definitions can be in the following formats: color: red; color: #FF0000; color: rgb(128, 0, 0); */ treechildren::-moz-tree-cell-text(lc-FFFFFF) { color: #FFFFFF } treechildren::-moz-tree-row(lc-FFFFFF, selected) { background-color: #FFFFFF; } treechildren::-moz-tree-cell-text(lc-CCCCCC) { color: #CCCCCC } treechildren::-moz-tree-row(lc-CCCCCC, selected) { background-color: #CCCCCC; } treechildren::-moz-tree-cell-text(lc-C0C0C0) { color: #C0C0C0 } treechildren::-moz-tree-row(lc-C0C0C0, selected) { background-color: #C0C0C0; } treechildren::-moz-tree-cell-text(lc-999999) { color: #999999 } treechildren::-moz-tree-row(lc-999999, selected) { background-color: #999999; } treechildren::-moz-tree-cell-text(lc-666666) { color: #666666 } treechildren::-moz-tree-row(lc-666666, selected) { background-color: #666666; } treechildren::-moz-tree-cell-text(lc-333333) { color: #333333 } treechildren::-moz-tree-row(lc-333333, selected) { background-color: #333333; } treechildren::-moz-tree-cell-text(lc-000000) { color: #000000 } treechildren::-moz-tree-row(lc-000000, selected) { background-color: #000000; } treechildren::-moz-tree-cell-text(lc-FFCCCC) { color: #FFCCCC } treechildren::-moz-tree-row(lc-FFCCCC, selected) { background-color: #FFCCCC; } treechildren::-moz-tree-cell-text(lc-FF6666) { color: #FF6666 } treechildren::-moz-tree-row(lc-FF6666, selected) { background-color: #FF6666; } treechildren::-moz-tree-cell-text(lc-FF0000) { color: #FF0000 } treechildren::-moz-tree-row(lc-FF0000, selected) { background-color: #FF0000; } treechildren::-moz-tree-cell-text(lc-CC0000) { color: #CC0000 } treechildren::-moz-tree-row(lc-CC0000, selected) { background-color: #CC0000; } treechildren::-moz-tree-cell-text(lc-990000) { color: #990000 } treechildren::-moz-tree-row(lc-990000, selected) { background-color: #990000; } treechildren::-moz-tree-cell-text(lc-660000) { color: #660000 } treechildren::-moz-tree-row(lc-660000, selected) { background-color: #660000; } treechildren::-moz-tree-cell-text(lc-330000) { color: #330000 } treechildren::-moz-tree-row(lc-330000, selected) { background-color: #330000; } treechildren::-moz-tree-cell-text(lc-FFCC99) { color: #FFCC99 } treechildren::-moz-tree-row(lc-FFCC99, selected) { background-color: #FFCC99; } treechildren::-moz-tree-cell-text(lc-FF9966) { color: #FF9966 } treechildren::-moz-tree-row(lc-FF9966, selected) { background-color: #FF9966; } treechildren::-moz-tree-cell-text(lc-FF9900) { color: #FF9900 } treechildren::-moz-tree-row(lc-FF9900, selected) { background-color: #FF9900; } treechildren::-moz-tree-cell-text(lc-FF6600) { color: #FF6600 } treechildren::-moz-tree-row(lc-FF6600, selected) { background-color: #FF6600; } treechildren::-moz-tree-cell-text(lc-CC6600) { color: #CC6600 } treechildren::-moz-tree-row(lc-CC6600, selected) { background-color: #CC6600; } treechildren::-moz-tree-cell-text(lc-993300) { color: #993300 } treechildren::-moz-tree-row(lc-993300, selected) { background-color: #993300; } treechildren::-moz-tree-cell-text(lc-663300) { color: #663300 } treechildren::-moz-tree-row(lc-663300, selected) { background-color: #663300; } treechildren::-moz-tree-cell-text(lc-FFFF99) { color: #FFFF99 } treechildren::-moz-tree-row(lc-FFFF99, selected) { background-color: #FFFF99; } treechildren::-moz-tree-cell-text(lc-FFFF66) { color: #FFFF66 } treechildren::-moz-tree-row(lc-FFFF66, selected) { background-color: #FFFF66; } treechildren::-moz-tree-cell-text(lc-FFCC66) { color: #FFCC66 } treechildren::-moz-tree-row(lc-FFCC66, selected) { background-color: #FFCC66; } treechildren::-moz-tree-cell-text(lc-FFCC33) { color: #FFCC33 } treechildren::-moz-tree-row(lc-FFCC33, selected) { background-color: #FFCC33; } treechildren::-moz-tree-cell-text(lc-CC9933) { color: #CC9933 } treechildren::-moz-tree-row(lc-CC9933, selected) { background-color: #CC9933; } treechildren::-moz-tree-cell-text(lc-996633) { color: #996633 } treechildren::-moz-tree-row(lc-996633, selected) { background-color: #996633; } treechildren::-moz-tree-cell-text(lc-663333) { color: #663333 } treechildren::-moz-tree-row(lc-663333, selected) { background-color: #663333; } treechildren::-moz-tree-cell-text(lc-FFFFCC) { color: #FFFFCC } treechildren::-moz-tree-row(lc-FFFFCC, selected) { background-color: #FFFFCC; } treechildren::-moz-tree-cell-text(lc-FFFF33) { color: #FFFF33 } treechildren::-moz-tree-row(lc-FFFF33, selected) { background-color: #FFFF33; } treechildren::-moz-tree-cell-text(lc-FFFF00) { color: #FFFF00 } treechildren::-moz-tree-row(lc-FFFF00, selected) { background-color: #FFFF00; } treechildren::-moz-tree-cell-text(lc-FFCC00) { color: #FFCC00 } treechildren::-moz-tree-row(lc-FFCC00, selected) { background-color: #FFCC00; } treechildren::-moz-tree-cell-text(lc-999900) { color: #999900 } treechildren::-moz-tree-row(lc-999900, selected) { background-color: #999900; } treechildren::-moz-tree-cell-text(lc-666600) { color: #666600 } treechildren::-moz-tree-row(lc-666600, selected) { background-color: #666600; } treechildren::-moz-tree-cell-text(lc-333300) { color: #333300 } treechildren::-moz-tree-row(lc-333300, selected) { background-color: #333300; } treechildren::-moz-tree-cell-text(lc-99FF99) { color: #99FF99 } treechildren::-moz-tree-row(lc-99FF99, selected) { background-color: #99FF99; } treechildren::-moz-tree-cell-text(lc-66FF99) { color: #66FF99 } treechildren::-moz-tree-row(lc-66FF99, selected) { background-color: #66FF99; } treechildren::-moz-tree-cell-text(lc-33FF33) { color: #33FF33 } treechildren::-moz-tree-row(lc-33FF33, selected) { background-color: #33FF33; } treechildren::-moz-tree-cell-text(lc-33CC00) { color: #33CC00 } treechildren::-moz-tree-row(lc-33CC00, selected) { background-color: #33CC00; } treechildren::-moz-tree-cell-text(lc-009900) { color: #009900 } treechildren::-moz-tree-row(lc-009900, selected) { background-color: #009900; } treechildren::-moz-tree-cell-text(lc-006600) { color: #006600 } treechildren::-moz-tree-row(lc-006600, selected) { background-color: #006600; } treechildren::-moz-tree-cell-text(lc-003300) { color: #003300 } treechildren::-moz-tree-row(lc-003300, selected) { background-color: #003300; } treechildren::-moz-tree-cell-text(lc-99FFFF) { color: #99FFFF } treechildren::-moz-tree-row(lc-99FFFF, selected) { background-color: #99FFFF; } treechildren::-moz-tree-cell-text(lc-33FFFF) { color: #33FFFF } treechildren::-moz-tree-row(lc-33FFFF, selected) { background-color: #33FFFF; } treechildren::-moz-tree-cell-text(lc-66CCCC) { color: #66CCCC } treechildren::-moz-tree-row(lc-66CCCC, selected) { background-color: #66CCCC; } treechildren::-moz-tree-cell-text(lc-00CCCC) { color: #00CCCC } treechildren::-moz-tree-row(lc-00CCCC, selected) { background-color: #00CCCC; } treechildren::-moz-tree-cell-text(lc-339999) { color: #339999 } treechildren::-moz-tree-row(lc-339999, selected) { background-color: #339999; } treechildren::-moz-tree-cell-text(lc-336666) { color: #336666 } treechildren::-moz-tree-row(lc-336666, selected) { background-color: #336666; } treechildren::-moz-tree-cell-text(lc-003333) { color: #003333 } treechildren::-moz-tree-row(lc-003333, selected) { background-color: #003333; } treechildren::-moz-tree-cell-text(lc-CCFFFF) { color: #CCFFFF } treechildren::-moz-tree-row(lc-CCFFFF, selected) { background-color: #CCFFFF; } treechildren::-moz-tree-cell-text(lc-66FFFF) { color: #66FFFF } treechildren::-moz-tree-row(lc-66FFFF, selected) { background-color: #66FFFF; } treechildren::-moz-tree-cell-text(lc-33CCFF) { color: #33CCFF } treechildren::-moz-tree-row(lc-33CCFF, selected) { background-color: #33CCFF; } treechildren::-moz-tree-cell-text(lc-3366FF) { color: #3366FF } treechildren::-moz-tree-row(lc-3366FF, selected) { background-color: #3366FF; } treechildren::-moz-tree-cell-text(lc-3333FF) { color: #3333FF } treechildren::-moz-tree-row(lc-3333FF, selected) { background-color: #3333FF; } treechildren::-moz-tree-cell-text(lc-000099) { color: #000099 } treechildren::-moz-tree-row(lc-000099, selected) { background-color: #000099; } treechildren::-moz-tree-cell-text(lc-000066) { color: #000066 } treechildren::-moz-tree-row(lc-000066, selected) { background-color: #000066; } treechildren::-moz-tree-cell-text(lc-CCCCFF) { color: #CCCCFF } treechildren::-moz-tree-row(lc-CCCCFF, selected) { background-color: #CCCCFF; } treechildren::-moz-tree-cell-text(lc-9999FF) { color: #9999FF } treechildren::-moz-tree-row(lc-9999FF, selected) { background-color: #9999FF; } treechildren::-moz-tree-cell-text(lc-6666CC) { color: #6666CC } treechildren::-moz-tree-row(lc-6666CC, selected) { background-color: #6666CC; } treechildren::-moz-tree-cell-text(lc-6633FF) { color: #6633FF } treechildren::-moz-tree-row(lc-6633FF, selected) { background-color: #6633FF; } treechildren::-moz-tree-cell-text(lc-6600CC) { color: #6600CC } treechildren::-moz-tree-row(lc-6600CC, selected) { background-color: #6600CC; } treechildren::-moz-tree-cell-text(lc-333399) { color: #333399 } treechildren::-moz-tree-row(lc-333399, selected) { background-color: #333399; } treechildren::-moz-tree-cell-text(lc-330099) { color: #330099 } treechildren::-moz-tree-row(lc-330099, selected) { background-color: #330099; } treechildren::-moz-tree-cell-text(lc-FFCCFF) { color: #FFCCFF } treechildren::-moz-tree-row(lc-FFCCFF, selected) { background-color: #FFCCFF; } treechildren::-moz-tree-cell-text(lc-FF99FF) { color: #FF99FF } treechildren::-moz-tree-row(lc-FF99FF, selected) { background-color: #FF99FF; } treechildren::-moz-tree-cell-text(lc-CC66CC) { color: #CC66CC } treechildren::-moz-tree-row(lc-CC66CC, selected) { background-color: #CC66CC; } treechildren::-moz-tree-cell-text(lc-CC33CC) { color: #CC33CC } treechildren::-moz-tree-row(lc-CC33CC, selected) { background-color: #CC33CC; } treechildren::-moz-tree-cell-text(lc-993399) { color: #993399 } treechildren::-moz-tree-row(lc-993399, selected) { background-color: #993399; } treechildren::-moz-tree-cell-text(lc-663366) { color: #663366 } treechildren::-moz-tree-row(lc-663366, selected) { background-color: #663366; } treechildren::-moz-tree-cell-text(lc-330033) { color: #330033 } treechildren::-moz-tree-row(lc-330033, selected) { background-color: #330033; } treechildren::-moz-tree-cell-text(lc-white, selected) { color: #FFFFFF } treechildren::-moz-tree-cell-text(lc-black, selected) { color: #000000 } PK ĺ.?22'skin/classic/messenger/filterDialog.cssUT  ?ٻBUx/* * The contents of this file are subject to the Netscape 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/NPL/ * * 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 Netscape are * Copyright (C) 1998-1999 Netscape Communications Corporation. All * Rights Reserved. * * Contributor(s): * */ /* ===== filterDialog.css =============================================== == Styles for the Mail Filters dialog. ======================================================================= */ @import url("chrome://messenger/skin/"); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: columns :::::: */ treechildren::-moz-tree-image(activeColumn) { list-style-image: url("chrome://messenger/skin/icons/dot.gif"); } treechildren::-moz-tree-image(activeColumn, Enabled-true) { list-style-image: url("chrome://messenger/skin/icons/check.gif"); } menulist { min-width: 15em; } menulist > menupopup > menuitem { padding-right: 2px; } textbox { margin: 1px 4px; } #FilterEditor { width: 560px; min-height:1px; } PK =j0ȴV&skin/classic/messenger/messageBody.cssUT hO@ٻBUx/* ***** BEGIN LICENSE BLOCK ***** * Version: NPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Netscape 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/NPL/ * * 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 NPL, 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 NPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ /* ===== messageBody.css ================================================= == Styles for the body of a mail message. ======================================================================= */ @import url(chrome://communicator/skin/smileys.css); /* XXX Breaks the HTML rules below (.moz-class stuff), at least on Linux. "html|.class" doesn't work. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); @namespace html url("http://www.w3.org/1999/xhtml"); */ window { overflow: auto; } html|html { /* XXX Doesn't seem to work. (Same with "html|body".) */ background-color: window; } mailattachcount { display: none; } /* :::: message header ::::: */ header { text-align: left; } headerdisplayname { font-weight: bold; white-space: pre; } .header-part1 { background-color: #EFEFEF; } .header-part2, .header-part3 { background-color: #DEDEDE; } div.headerdisplayname { display: inline; font-weight: bold; white-space: pre; } /* ::::: message text, incl. quotes ::::: */ .moz-text-flowed blockquote { margin: inherit; border-width: medium; border-color: gray; } .moz-text-plain pre { margin: inherit; font-family: inherit; } .moz-text-plain[wrap="true"] { white-space: -moz-pre-wrap; } .moz-text-plain[wrap="false"] { white-space: pre; } .moz-text-plain[wrap="flow"] .moz-txt-sig { white-space: -moz-pre-wrap; } .moz-text-plain[graphical-quote="false"] blockquote { margin: inherit; border-left: inherit; padding-left: inherit; } .moz-text-plain[graphical-quote="true"] blockquote { margin: inherit; border-width: medium; border-color: gray; } .moz-text-plain[graphical-quote="true"] .moz-txt-citetags { display: none; } span.moz-txt-underscore { text-decoration: underline; } span.moz-txt-formfeed { display: block; height: 100%; } /* ::::: signature ::::: */ .moz-txt-sig, .moz-signature { color: gray; } .moz-txt-sig > a, .moz-signature > a { color: #7777FF; /* light blue */ } PK #f+'skin/classic/messenger/icons/attach.gifUT ~ <ٻBUxGIF89a11ccc΄!,i HA@lp lx E0F$7 9(]VdOhf˜{ 4!8&|T)T5;PK #f+|gg&skin/classic/messenger/icons/check.gifUT ~ <ٻBUxGIF89a33fff"""!,,xE3\X2@pnBS94oK;PK #f+}AA$skin/classic/messenger/icons/dot.gifUT ~ <ٻBUxGIF89a!,qNh)ֱ:;PK #f+zO(skin/classic/messenger/icons/flagcol.gifUT ~ <ٻBUxGIF89a """)))UUUMMMBBB999|PP֭3f333f3333f3ffffff3f̙3ff333f333333333f33333333f33f3ff3f3f3f3333f33̙33333f333333f3333f3ffffff3f33ff3f3f3f3fff3ffffffffff3ffff̙fff3fffff3fff333f3f3ff3ff33f̙̙3̙ff̙̙̙3f̙3f̙333f3̙333f3ffffff3f̙̙3f̙3f3f333f3333f3fff̙fff3f̙3f3f̙fffffffff!___www˲𠠤!,> H*\(@}-tQB&ĘE;v~x,IP$K aƔIf@!kFILE IDENTITY Created or modified by an unidentified user of an unregistered copy of GIF Construction Set!UNREGISTERED SHAREWARE Assembled with GIF Construction Set: Alchemy Mindworks Inc. Box 500 Beeton, ON L0G 1A0 CANADA. http://www.mindworkshop.com This comment will not appear in files created with a registered version.! GIFCONnb1.0  flagcol.bmp;PK #f+ޗ,skin/classic/messenger/icons/flaggedmail.gifUT ~ <ٻBUxGIF89a """)))UUUMMMBBB999|PP֭3f333f3333f3ffffff3f̙3ff333f333333333f33333333f33f3ff3f3f3f3333f33̙33333f333333f3333f3ffffff3f33ff3f3f3f3fff3ffffffffff3ffff̙fff3fffff3fff333f3f3ff3ff33f̙̙3̙ff̙̙̙3f̙3f̙333f3̙333f3ffffff3f̙̙3f̙3f3f333f3333f3fff̙fff3f̙3f3f̙fffffffff!___www˲𠠤!,C H*\8L},tQBKF6| (y |#M2l8S˚8!kFILE IDENTITY Created or modified by an unidentified user of an unregistered copy of GIF Construction Set!UNREGISTERED SHAREWARE Assembled with GIF Construction Set: Alchemy Mindworks Inc. Box 500 Beeton, ON L0G 1A0 CANADA. http://www.mindworkshop.com This comment will not appear in files created with a registered version.! GIFCONnb1.0flaggedmail.bmp;PK $f+tt.skin/classic/messenger/icons/folder-closed.gifUT ~ <ٻBUxGIF89aff!,9809!` Qhze~_Tn2}۹i=/4^r) ШT;PK $f+*}G8-skin/classic/messenger/icons/folder-draft.gifUT ~ <ٻBUxGIF89a33fff!,^ Ra "qNB]) J1n Jh~6h@ 7Ӑj곘+cQ}p`絼~O%;PK $f+CPiKh:RKxƴD,zf';PK $f+d+2skin/classic/messenger/icons/folder-filed-open.gifUT ~ <ٻBUxGIF89a33fff!,SHNBx#,pb"bl)81L{`fR96@?,hd g:B&p@;PK %f+)w/skin/classic/messenger/icons/folder-hasmail.gifUT ~ <ٻBUxGIF89a """)))UUUMMMBBB999|PP֭3f333f3333f3ffffff3f̙3ff333f333333333f33333333f33f3ff3f3f3f3333f33̙33333f333333f3333f3ffffff3f33ff3f3f3f3fff3ffffffffff3ffff̙fff3fffff3fff333f3f3ff3ff33f̙̙3̙ff̙̙̙3f̙3f̙333f3̙333f3ffffff3f̙̙3f̙3f3f333f3333f3fff̙fff3f̙3f3f̙fffffffff!___www˲𠠤!,p HP3ԇPB &/"Ak1 pC (0$ȓR|V˗0 cڿnp̙xP=DzͣCʳ賫Xfׯ`!kFILE IDENTITY Created or modified by an unidentified user of an unregistered copy of GIF Construction Set!UNREGISTERED SHAREWARE Assembled with GIF Construction Set: Alchemy Mindworks Inc. Box 500 Beeton, ON L0G 1A0 CANADA. http://www.mindworkshop.com This comment will not appear in files created with a registered version.! GIFCONnb1.0  biff.bmp;PK %f+f9-skin/classic/messenger/icons/folder-inbox.gifUT ~ <ٻBUxGIF89a33fff"""!,YpI՘CuGZ@)[ #GP q~/iQXѮWv(lV <x;Ï;PK %f+xgڄ1skin/classic/messenger/icons/folder-inbox-new.gifUT ~ <ٻBUxGIF89a33fff"""!,kEˡYGHZlA[!*^%qS j ]FsU+wD *>&B+<1Eb90(CL5  `8DA<>s{r}tO}{q;PK %f+]c\2skin/classic/messenger/icons/folder-inbox-open.gifUT ~ <ٻBUxGIF89a33fff"""!,]p9(19 Mr"aEn^C)`.P!c`zjBbP(|XA"( E% 0MaM~z;PK %f+e_R3skin/classic/messenger/icons/folder-inbox-share.gifUT ~ <ٻBUxGIF89a33fff"""!,TIkGXfGQ@(PIr  GRC"HuJ(B=Z  Ah3nm7 ;PK %f+;͗8skin/classic/messenger/icons/folder-inbox-share-open.gifUT ~ <ٻBUxGIF89a33fff"""!,hj=MThu. m6w!(o*TE_$-Jj"j 0*9$, `^ MA<>s{r}tyq;C;PK %f+ē{2skin/classic/messenger/icons/folder-mailserver.gifUT ~ <ٻBUxGIF89a33fff!,E8<0IPY.ctmU MjJ(x@ 0C,   QL 땨rKH;PK %f+vs$+skin/classic/messenger/icons/folder-new.gifUT ~ <ٻBUxGIF89a33fff!,JIS 4WNBH(*to,R F5@p@l@aJ-:UƢx<^Z;PK %f+vs$2skin/classic/messenger/icons/folder-new-closed.gifUT ~ <ٻBUxGIF89a33fff!,JIS 4WNBH(*to,R F5@p@l@aJ-:UƢx<^Z;PK %f+%|0skin/classic/messenger/icons/folder-new-open.gifUT ~ <ٻBUxGIF89a33fff!,TIS 4WNBH(*t 0|HCPiKh:RKxƴD,zf';PK &f+d+1skin/classic/messenger/icons/folder-sent-open.gifUT ~ <ٻBUxGIF89a33fff!,SHNBx#,pb"bl)81L{`fR96@?,hd g:B&p@;PK &f+ȝDp2skin/classic/messenger/icons/folder-sent-share.gifUT ~ <ٻBUxGIF89a33fff!,WHTQ#EHR!? x`dFyJe%Ǧh^xNK6X3n#*!MdzLљbכ CXʖ |>'$;PK &f+'DO7skin/classic/messenger/icons/folder-sent-share-open.gifUT ~ <ٻBUxGIF89a33fff!,aI41 0 61WzB!pMi6;a NLf EV ) `@ fo΃6{ ~9w|;PK &f+gfT.skin/classic/messenger/icons/folder-server.gifUT ~ <ٻBUxGIF89a33fff!,EHJҽpaQZG($F,αrV|pHf fCyl+6rrME;PK &f+f>]3skin/classic/messenger/icons/folder-server-open.gifUT ~ <ٻBUxGIF89a33fff!,IHjCou'2\(BV'ڍ 쨂pH=Ȥ҈i. @`@HSL*l.8,*;PK 'f+d]-skin/classic/messenger/icons/folder-share.gifUT ~ <ٻBUxGIF89af3f7ٻBUxGIF89af3̙f3f3ffffff3f3333f333f3f3̙f3̙̙̙̙f̙3̙ffffff3f3333f333f3̙f3̙̙f3̙f3ff̙ffff3f33̙33f333̙f3ffffff3ffff̙fff3fffffff3ffffffffffff3fff3f3f3f3ff33f3ffffff3f3333f333333̙3f3333333f3333f3f3f3ff3f33f33333333f333333333f333f3̙f3f3ffffff3f3333f333f3!,{HT*\jT6T–bEnPE?UѤE~ǥʒy͑.BaсeŤ,Ñ$k %ɅbSEYbӪ;PK (2.[1skin/classic/messenger/icons/folder-junk-open.gifUT (>ٻBUxGIF89af3̙f3f3ffffff3f3333f333f3f3̙f3̙̙̙̙f̙3̙ffffff3f3333f333f3̙f3̙̙f3̙f3ff̙ffff3f33̙33f333̙f3ffffff3ffff̙fff3fffffff3ffffffffffff3fff3f3f3f3ff33f3ffffff3f3333f333333̙3f3333333f3333f3f3f3ff3f33f33333333f333333333f333f3̙f3f3ffffff3f3333f333f3!,{HT*\jT6T–bEnPE?UѤE~ǥʒy͑.BaсeŤ,Ñ$k %ɅbSEYbӪ;PK (f+qݪ0skin/classic/messenger/icons/folder-template.gifUT ~ <ٻBUxGIF89a33fff!,WsBϘ!Ru vE=|08 r@Ua|vU ;Jnֲ$|>;PK 'f+C5skin/classic/messenger/icons/folder-template-open.gifUT ~ <ٻBUxGIF89a33fff!,WI%!;:GrXXPfLE1Dm %MOBlJFHO@vuk< ;PK 'f+8Y6skin/classic/messenger/icons/folder-template-share.gifUT ~ <ٻBUxGIF89a33fff!,XXeb$"9XAs[   A}Qx>l(c$<&K_:\JKtj`N ;PK 'f+;skin/classic/messenger/icons/folder-template-share-open.gifUT ~ <ٻBUxGIF89a33fff!,VXkA#x&1,m0 BQY\5Y<2ىz@( $XBRhY0ZhXl̅|>O;PK (f+ԭz-skin/classic/messenger/icons/folder-trash.gifUT ~ <ٻBUxGIF89a33fff"""!,X)ļsl}VgxTx\HŽ0O@`9@U+L @F`DVk8QK?L $EuD`t3;PK (f+}02skin/classic/messenger/icons/folder-trash-open.gifUT ~ <ٻBUxGIF89a33fff"""!,kIrI)BF}Ij$$Rp RbJHj` xs:* c%ym) kbk{x~$6m$tN;PK (f+C c3skin/classic/messenger/icons/folder-trash-share.gifUT ~ <ٻBUxGIF89a33fff"""!,^H#C]?`i^cwy׾Hvݬw6 qO*AP=rֶ H5pQu ʩX@wwM;PK (f+PB8skin/classic/messenger/icons/folder-trash-share-open.gifUT ~ <ٻBUxGIF89a33fff"""!,gIbH` 1"$ƭ,S)(CnuDH0Xց`|`(`Gz̮~lLL3y@(Г8&uT`@;PK T,4(vv9skin/classic/messenger/icons/message-mail-attach-offl.gifUT %t<ٻBUxGIF89a RR벲!, ;H$p"  dfXl#P|PM9k2=b%t X;PK (f+Ita8skin/classic/messenger/icons/message-mail-imapdelete.gifUT ~ <ٻBUxGIF89a f3̙ffffQQB333f"""7<۪mI$۪mI$U۪UUUmUIU$UU۪mI$UUUUmUIU$UUUUUUmUIU$UUUUUUUUUUmUUIUU$UUUUUUUUmUIU$UUmI$mI$UUUUmUIU$UUmI$%%%---444<<`\˕"rrm$ǁ' dǒTT8UG seMH ϧA:U@MEgB*Tќ`R\؂Ҫ=;PK @9,x8skin/classic/messenger/icons/message-news-new-attach.gifUT P<ٻBUxGIF89aff33fwww333ܓ?p ;;yy@@%%*UUNqq[||3gg!,p`'d$V jAy qdcPw A"F`00cP7YA4$Cx,R^B-Mp8@3^ {}y|L"u>%!;PK T,R<skin/classic/messenger/icons/message-news-new-attach-off.gifUT %t<ٻBUxGIF89aMMM^^^ogg5XX``Bcc""'' zzNNff<%!;PK T,@6skin/classic/messenger/icons/message-news-new-offl.gifUT %t<ٻBUxGIF89a MMM^^^ggo! ,XIRjRUMAu$qAILRN( ]#H@+: A Xv$9QW5!*[.i+;PK T,z82skin/classic/messenger/icons/message-news-offl.gifUT %t<ٻBUxGIF89aMMM^^^gg!,EI+ 6ˀu GmBȁP\lMkN6YՎCv#®VwD&G;PK +f+p+skin/classic/messenger/icons/winclassic.gifUT ~ <ٻBUxGIF89a ! ADOBE:IR1.0!,  ?-/Dى@h5\&M0EXuy))^]u+S^];PK )f+ ),skin/classic/messenger/icons/server-news.gifUT ~ <ٻBUxGIF89a33fff!,SH5'3Cu`:VG8d03yZb;צvMt) GIMRt NS0+Xt!_4x]E;PK )f+3ӭ1skin/classic/messenger/icons/server-news-lock.gifUT ~ <ٻBUxGIF89a33fff!,RHYLi _""t2 *w bB ,'ڒF p̦!~` @"4cڪv| {!6ȱDž;PK < ,Ye[[+skin/classic/messenger/icons/unreadmail.gifUT D<ٻBUxGIF89a7<!, X0FtpaFbWRK4;PK +f+E^tt,skin/classic/messenger/icons/unthreadcol.gifUT ~ <ٻBUxGIF89aff33f!,9x0%;Ph،h`<[wy1!@4 TC`dN4;PK /VXi3i3%skin/classic/messenger/icons/btn1.gifUT l7?ٻBUxGIF89a\@ff33Μ̙fff̚df433f42ddfddf333f3fffdddf3333f4fddf424f442f"""f!@,\@@@@@̪в@ü ţ ͫ բ 6H~-XheIEydGD n" p  *`r*1\@.Ap@ 5ʣ Rjl'R%@> k AJ ]e" !E u Uթra-U?"0N\|GhD%F;S:i`Sm7o>A. ~,IujbV6ffae=ݖw7XY*j(l1ɔ\ _t1< 3P5q1!amWXc(i7c %<w@y4x{=*m8~8M"@ *؛Ez6vd!{Д@>a8lɖ' 40L)R@=v$YY$AYh(;:sz#y9`P4Q$JII*Y7i ,j'Md]Z`0xu  P=M)B0cۅ@ @CI$QE9"`1=N _})I@H1BE -BU(~fEClG[uO@n|EWQw u&rc.Ci]bPwҞum~F=3I^nt+IsL~`K_:q m{t=w@Zw &f E.q Єypo*)|A0BT7NSq Lgb0!F#X9[:А(hZpYCj(C\To1ՔR%Jh@@Tr|bbr $@Eab 6JG:I'QjydIt:= tMr2R*適ѐ$15 @Nf+vNkcCsj\eE=qIx"g& eBe)UytWk6XȂhj<V(qǝ fxʓYB %eܤ_ =/q `Zt* D'JъZ R! |0NT (h p%&5F"m|K$0IF M3@dR%UAV3Fԥ̘X}*5VG~QRխ7*!T'ސkA`4ֈ `@RT7z U*0ոQ۩_Q*0>/ : 6^,HUV\y-N=v,?d`rK\MvGJk`ܺ6P HFo"ZrI7"o{?*%"0P1Re-\[`1寀[K_{^N'ܽd6 Ĕc!^g yn~C SUH+ه>݁|p%@vf~2[CE\̊ klR4m){fBHKt nD !,r'"49OjX rDNUnaM 0g:хrtƮ6 O@u!S ~v$iU s%yuhso F6fe:bYk5E]0wgဥ};no/5% eQ3s]K=29{M]晊эᄧT^ A*_xyY|[8T~' @WgL;@^ǢX/byπq_Ǣr8Z}czp_0oa/k?W4w|(fg(~w '7h}pH.U'/؀TqB좁xЂ%RhT P BHFRCX @ev$aLTP7 */gr'E؅ ٓN+yHnn\}U6 }^dU0KYЍk\u04X,Q P8JEK Ip؂MRу ,Q0p^x|֗kItP  CXPp|Y @ 2( *x92 n@cɚ(:YI.ʉnoEX <ě,&yIoi9"V pbI)lZyމ i|ly&n9P~9PbjOA)7n(7nSTA MV-D-ʝ>mH,d./1QZLoPʥBHJ ǁХgpCm clCkq >j'`Y E b#! C>!@` ]~&|v9hyQhqqPD0*HVtDĬJeͪ!75[1ՙla!QokR*Zʆ*Cev0@j Qu@  밚j Gp /z#+tz#PKd\=Q2kjAsQۯsaFGu#uɆmd#{biWa{aHGOQ! Rh6{kҙu*CմҮ# kmI R+"$%l-mHԏJQ;׵f7h`tXjZWt$ P c) kPA#[2>qK'U삺%BA"KwbCQ+ 0uOvSeEY]d~oP6 m0g1AYl6),he݋7PYfVg/"4JkxR_aJ6M6X|Ӡm"NXrЛoD,]Q셄.; 2k@(k|-ɲ,1CG\$uqiQ',wV#vP] :do!iC̦`,n/n0jvoW۸R1W}4a\ L# \Dž0kh'!Ȳ;a2"[8KaȤg3 \z+ǃ*Pɪ\[d4 ZfFk40ʊG^rE=x5X\g `˹Pq 1(ˁvi`;Eq7Tlɹjͷ) ˥ŊXeu"ry vuQ@ϽMpvh+`SG[r/Zw] > ɫ~v (uԛuڄĿBj1ljt<֍+ 㡍f |[eP!nx.N;Oa"m/mỢ(6d+1Vg%S¾R!҂r0.y3n:エ}'҂^ ~FJ.70$*5dcj}~vwER#ţ0N c艦[Рt&GJ6aS:{X:R)L4X/!0G߫U*fQ%f'V2EH.{{xq_n] )Ⱥpl^6aH7Iܕ dj F>4+aN(ծ/e~.0tC(NhL.mRlcٮ/ p4O &z ("0')c ! @(&'*,0/0,`&PC(:*@@(/JC+FF ݃H*ymHc 8bN)0d%J.dN>I_7UnbIޖaIbdB@jA_Āɡ!xtY'}|ى.vRB (*`Fq̃RƴxMNBLis8Q*k1YBP3<{7j"k,(TVYHH#92| K2u-p^F9PA< #m0wX/34< lho4sΫN%GAS2?kzSPLI{P&,@DݖtS> w\6(h Ws0YW wCݥCw54MFgyt>yם7Yx0MU}Mwz]M\];B 7\:wLBmNc޸y[#y\{#MAx&:<$u;1vc}u1ߦY^U"A"6Glֹ0zμ>85Y⛀v:o\3S<=!h0s nw~V! ܏0<zPq NH%8@Ր6h|($pl /KDE̱~~Eô!Z!{!ԏηAUV)#S\ږ,bY:`H Ȑ։nŐKj>ڒ$ 떸IK|Xgmu+XqK; _|Xgb$'Jr\J^ă첗 f ,`́ɀ4>2Ǭ6qQsY|>D ̍ڑ3Sb4#(o:+shLW^/wԺvGMY?xNwz6-Lٍ\o'4>h~el>R?M{(D{(y2| H"׀=Gfȁ!D$ʢUypObLrAZ4&TN@JD!S%4XLA1hX@X ;#4EWDcK44$0\( `Dr[HCPdbŃNqm#hj(z#G؇sxe8Ng8Z(`cT^CxȈK"l(>prx%HHm# xшhXhI`qKK(h+G>RQT V2="7=H$$}-SSF:TQd cD\a:D\X Ua U<Ȍ&[9r*ؐ uYe?2TI$>3^")-/ 1)3I$hʐKr 00Kh$ H$FIF#G h5$`0h$7CrL"`P)DrYGY1t>Iw tYtlF#`ViV @ zy rY99j Ep4>@P#QU4鐘32 ' iK4q!Y9 t/ Q0М+p0dyLQ q7`걘N9/ =" @0`WA~w<A p ɞg_y|5<z,9W~҂GK6DZ 9{ڣ 4?(ZuFڞH z>zXMc~e $ W6swa)S:>Ejͣ;i*-mOq:!B \Ԓj;aS4;duf[ 4 @JCIL|iӬ,F];]uY0|IGj7 ڬJ 0¼QSǬ*4\Zxmѽpfк,&rKƮ\Q ʪt)@b,zKΆ ,苝f4 Yj # ] MhJ EQE4RӨTRZ մ#tuͷD^KOQ `U7Mtn Vܺʼ!h'0 yKɈз  AʉggmS ,˄xOչʰ١k p. ⚺8GH  2Џc!NQ;*?"VXl?[⫱ۡ?˻=NF ߃r=֫* ̲.\|[lb"L'-B-|=:L6 雓*~s(nqVN!p#8}߾睊>>~jsO[$^:|=j)C"Ўz7B")` [Y!_ީ{﹚gh;lqn`)NDꪮ3@%‚`h>N~饡^類a> 9ﬞ$mA^> (N.*~{:Ю .@ީ>:o\[~Vt)}W敉#Wv´6NAe1O!?: XGuWAʃGZgTUtȃĄw]U WHOE"_Y$үUq5$Kr@_YDgY zSœWS p O$fY pY9  1 2@3 @  2@  %10—Śʓ Ը  %0˃ 2#%4Ԕȸj~&Ȼp P/-0rF\$>Lp ,AB*$iI X4s&mN\R偞j@`,J|@7.TQj`Jor]Po#Țe֮G[b.ڥMJX<\DFԨo.@XelKs %ئBiI4" @ul| 2  =xT@=Ya=9 `{A7(G> {b7`F@ H|Px z tR JR{P]{%FBRTH @pÇI98>X|7)Z@B#w2*(&AG\va(dJnޖ ֨ p#.IP }iŒ7<@ $@P䤕.*yjFx`Xi8v]fj(&PXd:$w3&(f, םab%I1R; Zmc 7@ &]Uȹ#G$z}/. ﳑP&7h{)`E@/r[)dz r#Sz#V+1](A9OgP,9VRJ~ aYw>#,IY ^P#%P^KlvJ`@|  w|?ވ? VWngmwB~.:{nzЦ^꩷XI3 'p8@{ 97J<$yBV%/@轏5$4IMDFR ĝ*Mwz̧>߉Û'qNv AA9{u(Ѐ}d(5sۜf0Y>d=-|`vRU<@tsD}ʤ%Fm:B>zWuun;9-PK!]YyZ ;PK E?u.Ne(skin/classic/messenger/icons/junkBar.gifUT z>ٻBUxGIF89a3f33ff33ff3ff̙̜f33YYee33fttҙ֎ڝ߫䙙̸ff33f3ff3f̙̙3f3̙ff3f3f333fff33ff̙fff333!E,EE@DD7DCBD1,D*"D,D/+?*$?:D+-CC<5@'((EB:1C@49+->D<19B30).D@D9=1 D!%<2D 8;18D#&:lp#fਁÇ#6Б|TÇ+Z|XcANt >(DF1tA BQ7@D#ġEMD>0@X@ 'LpЀ &red "|Amԑg;]>1`x1ֿ )*^Lo ;PK =, 2skin/classic/messenger/icons/thread-closed-eye.gifUT W<ٻBUxGIF89a """33fff̀! ,fPI)R+FJUƠ`PZ 0k ?JLEE8REyH`oW3e a @,t;@>{ |}_R<;PK =,x=C#§0Gy@>Wvރ RZ;PK =, 7skin/classic/messenger/icons/thread-closed-offl-eye.gifUT W<ٻBUxGIF89a """33fff̀! ,fPI)R+FJUƠ`PZ 0k ?JLEE8REyH`oW3e a @,t;@>{ |}_R<;PK =,x=C#§0Gy@>Wvރ RZ;PK =,P6skin/classic/messenger/icons/thread-new-closed-eye.gifUT W<ٻBUxGIF89a"""33fff̀B37{ |}_R<;PK =,E1skin/classic/messenger/icons/thread-open-kill.gifUT W<ٻBUxGIF89a"""33fff!,Px1'F'V1PhP::J 7>x=C#§0Gy@>W˝ҶX0 M*gt)l;PK =, 5skin/classic/messenger/icons/thread-open-offl-eye.gifUT W<ٻBUxGIF89a """33fff̀! ,fPI)R+FJUƠ`PZ 0k ?JLEE8REyH`oW3e a @,t;@>{ |}_R<;PK =,E6skin/classic/messenger/icons/thread-open-offl-kill.gifUT W<ٻBUxGIF89a"""33fff!,Px1'F'V1PhP::J 7>x=C#§0Gy@>W˝ҶX0 M*gt)l;PK )f+%0skin/classic/messenger/icons/server-news-new.gifUT ~ <ٻBUxGIF89af̙f3ʦf3@++@U@f3U@+++++@+U+U@+U+@+++U+@fUU@UU̙f3UU@U̙̙f̙3U@U+U@fff3@@ՀտU@@@̙ՀտՀ̙̙fՀ@ժ̙f3ժ@ժ@ffff3fՀտ33U@@Հffտ@fff̙fffffff3ffffffffffff3fff3f3f3f3ff33f3ffffff3f3333f333333̙3f3333333f3333f3f3f3ff3f33f33333333f333333333f333f3̙f3f3ffffff3f3333f333f3wUD"wUD"wUD"ݻwwwUUUDDD"""!,xC"XUA2F\aAnlX #VG7ʖS|pU&kX\О*X\.A}dz)K:\`^HrF Tt ;PK -||+skin/classic/messenger/folderPaneExtras.cssUT Z=ٻBUx/* distributors / ISPs can override folder pane icons * see http://www.mozilla.org/mailnews/arch/folderpaneextras.html */ PK -9J+skin/classic/messenger/threadPaneExtras.cssUT Z=ٻBUx/* distributors / ISPs can override this to override thread pane icons. * see http://www.mozilla.org/mailnews/arch/threadpaneextras.html */ PK -7*skin/classic/messenger/messageKeywords.cssUT Z=ٻBUx/* distributors / ISPs can use this * to add or override icons and colors to the message pane. * see http://www.mozilla.org/mailnews/arch/messagekeywords.html */ PK zv,_h/skin/classic/messenger/icons/new-mail-alert.pngUT h<ٻBUxPNG  IHDRO|vgAMAOX2tEXtSoftwareAdobe ImageReadyqe<XIDATxb{.`c>~>ħ qY3q]no\8; 1_j O,f@15v /?^q=A/ߟ1} @2k#Ac<##a@j.XS@ `ߐY?@1뛟/OvAFE_1s~o?~"ʢw90`(1h X ~fP~ ,>|~u!.i$I |`?0ZLcv`&в_fq]k/KÍj eo1r^`.Yo ~Æ(v\P̜qds,m=R #"O02a|O3o~ގ/2&}Y@,|$cASC Õ?ʰrܢ{=֞0k؁Xς<@hх.^2[0a{w{` 0jY:lwvÔֳ @d!~>> ] B| ^fx37+++l>)szd9<=y{˯^c ;-+8s>03<~AAFR 00|Z $.ȩ 6@΃MyMv~ĤT f 7zzV e,(ݹo0e0Tecbcfdd`_p C+(QrbXPP\72|k &Z l$%䀾/@aC G_fcgx@@}S ,*h 3?/110}fn= 5UEy2k~C]DT9$ (pqq /_2ؙ3 3<}0=~a# ‚ jJ @@d/Vl ""o QP'GfV_`v$.v ÅaG]d+n.`02?}AQ^ANN`qaap@-`x1.;0 mf E`jdxGOL J `= '+pjj B Z _a#"ӧ^ 00(HK13|çxH_߀; ~`:+dL"'Lݑgl` *& l05A,fA>Ə,L rq3D1tաĈ@dLm4tfc/+3BPnٳhýK~@|t@h8_A\-ap1R; &0A p6N@H% (xE%@>52a- _fb1d@ PKA6vYEEy%e)iYe55A?k$ƕ+@@x-ڳgXmc. * Portions created by the Initial Developer are Copyright (C) 2001 * 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 ***** */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); treechildren::-moz-tree-image(GeneratedName) { margin-right: 2px; list-style-image: url("chrome://messenger/skin/addressbook/icons/abcard.gif"); } treechildren::-moz-tree-image(GeneratedName, MailList) { margin-right: 2px; list-style-image: url("chrome://messenger/skin/addressbook/icons/ablist.gif"); } PK ĺ.,l3skin/classic/messenger/addressbook/addressPanes.cssUT  ?ٻBUx/* * The contents of this file are subject to the Netscape 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/NPL/ * * 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 Netscape are * Copyright (C) 1998-2001 Netscape Communications Corporation. All * Rights Reserved. * * Contributor(s): * Joe Hewitt * Seth Spitzer */ /* ===== addressPanes.css ================================================ == Styles for directory pane. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: directory pane icons ::::: */ treechildren::-moz-tree-image(DirCol) { margin-right: 2px; list-style-image: url("chrome://messenger/skin/addressbook/icons/addrbook.gif"); } treechildren::-moz-tree-image(DirCol, IsMailList-true) { list-style-image: url("chrome://messenger/skin/addressbook/icons/ablist.gif"); } treechildren::-moz-tree-image(DirCol, IsRemote-true) { list-style-image: url("chrome://messenger/skin/addressbook/icons/remote-addrbook.gif"); } treechildren::-moz-tree-image(DirCol, IsRemote-true, IsSecure-true) { list-style-image: url("chrome://messenger/skin/addressbook/icons/secure-remote-addrbook.gif"); } #dirTree [sortDirection="ascending"] { list-style-image: none; } #dirTree [sortDirection="descending"] { list-style-image: none; } PK f+(zz1skin/classic/messenger/addressbook/cardDialog.cssUT ~ <ٻBUx/* * The contents of this file are subject to the Netscape 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/NPL/ * * 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 Netscape are * Copyright (C) 1998-2001 Netscape Communications Corporation. All * Rights Reserved. * * Contributor(s): * Joe Hewitt (hewitt@netscape.com) */ /* ===== cardViewOverlay.css ============================================ == Styles for the Address Book Card view. ======================================================================= */ @import url("chrome://messenger/skin/"); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: Card Edit dialog ::::: */ .CardEditWidth { width: 25em; } .CardEditLabel { padding: 0px; margin-top: 3px; } .alignBoxWithFieldset { margin-left: 6px; margin-right: 5px; } .stateZipSpacer { width: 3em; } PK ah,-<skin/classic/messenger/addressbook/selectAddressesDialog.cssUT 5<ٻBUx/* * The contents of this file are subject to the Netscape 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/NPL/ * * 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 Netscape are * Copyright (C) 1998-2001 Netscape Communications Corporation. All * Rights Reserved. * * Contributor(s): * Joe Hewitt (hewitt@netscape.com) */ /* ===== selectAddressesDialog.css ====================================== == Styles for the Select Addresses Dialog. ======================================================================= */ @import url("chrome://messenger/skin/"); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: Select Addresses dialog ::::: */ #topBox { padding: 0.5em 0 1.0em 0; } #resultsTree, #dirTree #resultsTree > .tree-container-treerows, #dirTree > .tree-container-treerows { border: none; } #resultsTree { min-width: 10px; } #resultsBox { border: 1px solid #000000; } #addToBucketButtonBox { min-width: 10px; padding: 0.3em; } #addressBucket { min-width: 10px; } #newEditButtonBox { padding-top: 0.5em; padding-right: 0px; margin-left: 0px; } .middle-button-spacer { width: 10px; } .above-remove-spacer { width: 10px; height: 15px; } PK f+S3skin/classic/messenger/addressbook/sidebarPanel.cssUT ~ <ٻBUx/* * The contents of this file are subject to the Netscape 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/NPL/ * * 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 Netscape are * Copyright (C) 1998-1999 Netscape Communications Corporation. All * Rights Reserved. * * Contributor(s): * */ /* ===== sidebarPanel.css =============================================== == Styles for the Address Book sidebar panel. ======================================================================= */ @import url("chrome://messenger/skin/addressbook/addressbook.css"); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); PK wGe- 3d2skin/classic/messenger/addressbook/addressbook.cssUT qz=ٻBUx/* * The contents of this file are subject to the Netscape 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/NPL/ * * 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 Netscape are * Copyright (C) 1998-2001 Netscape Communications Corporation. All * Rights Reserved. * * Contributor(s): * Joe Hewitt (hewitt@netscape.com) */ /* ===== addressbook.css ================================================ == Styles for the main Address Book window. ======================================================================= */ @import url("chrome://messenger/skin/"); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: primary toolbar buttons ::::: */ .toolbarbutton-1 { list-style-image: url("chrome://messenger/skin/icons/btn1.gif"); } #button-newcard { -moz-image-region: rect(0px 23px 21px 0px); } #button-newcard:hover { -moz-image-region: rect(0px 46px 21px 23px); } #button-newcard:hover:active { -moz-image-region: rect(0px 69px 21px 46px); } #button-newcard[disabled] { -moz-image-region: rect(0px 92px 21px 69px) !important; } #button-newlist { -moz-image-region: rect(21px 46px 42px 23px); } #button-newlist:hover { -moz-image-region: rect(21px 23px 42px 0px); } #button-newlist:hover:active { -moz-image-region: rect(21px 69px 42px 46px); } #button-newlist[disabled] { -moz-image-region: rect(21px 92px 42px 69px) !important; } #button-editcard { -moz-image-region: rect(42px 23px 63px 0px); } #button-editcard:hover { -moz-image-region: rect(42px 46px 63px 23px); } #button-editcard:hover:active { -moz-image-region: rect(42px 69px 63px 46px); } #button-editcard[disabled] { -moz-image-region: rect(42px 92px 63px 69px) !important; } #button-newmessage { -moz-image-region: rect(126px 23px 147px 0px); } #button-newmessage:hover { -moz-image-region: rect(126px 46px 147px 23px); } #button-newmessage:hover:active { -moz-image-region: rect(126px 69px 147px 46px); } #button-newmessage[disabled] { -moz-image-region: rect(126px 92px 147px 69px) !important; } #button-newim { list-style-image: url("chrome://messenger/skin/addressbook/icons/im.gif"); } #button-newim:hover { list-style-image: url("chrome://messenger/skin/addressbook/icons/im-hov.gif"); } button-newim:hover:active { list-style-image: url("chrome://messenger/skin/addressbook/icons/im-act.gif"); } #button-newim[disabled] { list-style-image: url("chrome://messenger/skin/addressbook/icons/im-dis.gif"); } #button-delete { -moz-image-region: rect(210px 23px 231px 0px); } #button-delete:hover { -moz-image-region: rect(210px 46px 231px 23px); } #button-delete:hover:active { -moz-image-region: rect(210px 69px 231px 46px); } #button-delete[disabled] { -moz-image-region: rect(210px 92px 231px 69px) !important; } /* CardView styles - used in the Card View Pane */ #CardViewOuterBox { border-left: 1px solid ThreeDShadow; border-top: 1px solid ThreeDShadow; border-right: 1px solid ThreeDHighlight; } #CardViewBox { -moz-user-focus: ignore; overflow: auto; min-width: 150px; border-left: 1px solid ThreeDDarkShadow; border-top: 1px solid ThreeDDarkShadow; border-bottom: 1px solid ThreeDLightShadow; border-right: 1px solid ThreeDLightShadow; background-color: #FFFFFF; } #CardViewInnerBox { margin-top: 2px; margin-bottom: 2px; padding-left: 8px; padding-right: 8px; } #CardTitle { font-size: 150%; font-weight: bold; border-bottom: 2px solid black; min-width: 120px; margin: 0px; } .cardViewGroup { margin-top: 8px; padding-bottom: 5px; min-width: 50px; } .CardViewHeading { padding: 1px; padding-left: 5px; margin: 0px 0px 1px 0px; background-color: #CCCCFF; color: black; font-weight: bold; min-width: 30px; } #cvBuddyIcon { padding-left: 20px; padding-top: 2px; } .CardViewText, .CardViewLink { padding-left: 20px; padding-right: 2px; min-width: 30px; margin: 0px; } .CardViewLink { color: blue; text-decoration: underline; cursor: pointer; } #cvHomeMapIt, #cvWorkMapIt { margin-bottom: 0px; } html|a { padding-left: 0px; padding-right: 2px; border: none !important; } html|p { border: none !important; } /* ::::: border adjustments ::::: */ #dirTree, #resultsTree { border: none; margin: 0px 0px 0px 0px !important; } #resultsTree { border-left: 1px solid ThreeDShadow; } /* ::::: Search Bar ::::: */ #searchBox { border-top: 1px solid ThreeDHighlight; border-bottom: 1px solid ThreeDShadow; } PK f+\ 5skin/classic/messenger/addressbook/icons/addrbook.gifUT ~ <ٻBUxGIF89a ̙fffB33f! ADOBE:IR1.0!, @CH9PX HhJ.y$爝7B(x2IAr'b |;PK f+(6 3skin/classic/messenger/addressbook/icons/ablist.gifUT ~ <ٻBUxGIF89a11ccc{{{!,f H(\Ȑ!"J8 F, ɑ CJ4$D& 0dI&Qy2gΝ%3꒢ѕ# 4dnZի;PK +mEz<skin/classic/messenger/addressbook/icons/remote-addrbook.gifUT #<ٻBUxGIF89aff33f!,Gx*2' zD(`,D1:۲x-3WC,rdNA@  n;PK 9>.WCskin/classic/messenger/addressbook/icons/secure-remote-addrbook.gifUT =_8>ٻBUxGIF89aff33f!,OIjx2x ^g@@gs!|]]tC48aJ"nE{3:s^]I;PK +gPBskin/classic/messenger/addressbook/icons/remote-addrbook-error.gifUT #<ٻBUxGIF89a33fff!,Exz!bŀsp;dY|VtF'XƬ,*A$Rȅ$K6+H&`E;PK f+N*mm3skin/classic/messenger/addressbook/icons/abcard.gifUT ~ <ٻBUxGIF89a ff33f̆!, @28ܭ$\mfqefVfh-lm=FR;(`r;PK xGe-ix/skin/classic/messenger/addressbook/icons/im.gifUT sz=ٻBUxGIF89aff̙fff333!,cx0>aT"PAG9Ɛw݆J*9^jp$V Zڐ@a #@eվxQT"PARtei!|k-\"- #׈"aM,vEpx&Mkv3E1; ;PK xGe-{c3skin/classic/messenger/addressbook/icons/im-hov.gifUT sz=ٻBUxGIF89aff̙fff333!,sI8qC`aQB&g9nOC<~"]oXIS8XM;G(7DR \hoAЩ -~-*v!t!8;PK wGe-Vԗ3skin/classic/messenger/addressbook/icons/im-dis.gifUT rz=ٻBUxGIF89aff̙fff333!,\x0>qLV*KpAg؈hfK ש6={Mn[<8Mx9p6p^Ո"yD^;PK # /הAA<skin/classic/messenger/messengercompose/messengercompose.cssUT r7?ٻBUx/* * The contents of this file are subject to the Netscape 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/NPL/ * * 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 Netscape are * Copyright (C) 1998-2001 Netscape Communications Corporation. All * Rights Reserved. * * Contributor(s): * Joe Hewitt (hewitt@netscape.com) */ /* ===== messengercompose.css =========================================== == Styles for the main Messenger Compose window. ======================================================================= */ @import url("chrome://messenger/skin/"); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: primary toolbar buttons ::::: */ .toolbarbutton-1 { list-style-image: url("chrome://messenger/skin/icons/btn1.gif"); } #button-send { -moz-image-region: rect(294px 23px 315px 0px); } #button-send:hover { -moz-image-region: rect(294px 46px 315px 23px); } #button-send:hover:active { -moz-image-region: rect(294px 69px 315px 46px); } #button-send[disabled="true"] { -moz-image-region: rect(294px 92px 315px 69px) !important; } #button-address { -moz-image-region: rect(231px 23px 252px 0px); } #button-address:hover { -moz-image-region: rect(231px 46px 252px 23px); } #button-address:hover:active { -moz-image-region: rect(231px 69px 252px 46px); } #button-address[disabled="true"] { -moz-image-region: rect(231px 92px 252px 69px) !important; } #button-attach { -moz-image-region: rect(252px 23px 273px 0px); } #button-attach[buttonover="true"] { -moz-image-region: rect(252px 46px 273px 23px); } #button-attach[buttondown="true"] { -moz-image-region: rect(252px 69px 273px 46px); } #button-attach[disabled="true"] { -moz-image-region: rect(252px 92px 273px 69px) !important; } #spellingButton { -moz-image-region: rect(378px 23px 399px 0px); } #spellingButton:hover { -moz-image-region: rect(378px 46px 399px 23px); } #spellingButton:hover:active { -moz-image-region: rect(378px 69px 399px 46px); } #spellingButton[disabled="true"] { -moz-image-region: rect(378px 92px 399px 69px) !important; } #button-save { -moz-image-region: rect(273px 23px 294px 0px); } #button-save[buttonover="true"] { -moz-image-region: rect(273px 46px 294px 23px); } #button-save[buttondown="true"] { -moz-image-region: rect(273px 69px 294px 46px); } #button-save[disabled="true"] { -moz-image-region: rect(273px 92px 294px 69px) !important; } /* ::::: special toolbar colors ::::: */ #content-frame { border-left: 1px solid ThreeDDarkShadow; border-right: 1px solid ThreeDLightShadow; } #appcontent { border-left: 1px solid ThreeDShadow; border-right: 1px solid ThreeDHighlight; } #attachmentbucket-sizer { border-top: none; border-bottom: none; } #compose-toolbar-sizer { border-top-width: 1px; border-left: none; border-right: none; -moz-border-top-colors: ThreeDHighlight; } #msgSubject { margin-top: 0px; margin-bottom: 4px; } /* ::::: autocomplete icons ::::: */ treechildren::-moz-tree-cell-text(default-match) { margin: 2px -3px 2px 15px; border: none; } treechildren::-moz-tree-image(local-abook) { margin: 2px -1px 2px 4px; list-style-image: url("chrome://messenger/skin/addressbook/icons/addrbook.gif"); } treechildren::-moz-tree-image(remote-abook) { margin: 2px -3px 2px 2px; list-style-image: url("chrome://messenger/skin/addressbook/icons/remote-addrbook.gif"); } treechildren::-moz-tree-image(remote-err) { margin: 2px -3px 2px 2px; list-style-image: url("chrome://messenger/skin/addressbook/icons/remote-addrbook-error.gif"); } .identity-popup-item { -moz-binding: url(chrome://messenger/content/messengercompose/mailComposeBindings.xml#fromMenuitem); } .composemenu-text-2 { font-style: italic; color: GrayText; } PK {,4skin/classic/messenger/smime/msgReadSecurityInfo.cssUT c,<ٻBUx/* ***** 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. * * 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): * * 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 ***** */ /* ===== msgReadSecurityInfo.css ======================================== == Styles for the security info window when displaying received mail. ======================================================================= */ @import url("chrome://messenger/skin/"); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); #msgReadSecurityInfo { width: 40em; max-width: 50em; } #outer_vbox { margin: 5px; } #signatureLabel { font-weight: bold; } #signatureCert { margin: 5px; } #encryptionLabel { font-weight: bold; } #encryptionCert { margin: 5px; } PK {,*4skin/classic/messenger/smime/msgCompSecurityInfo.cssUT c,<ٻBUx/* ***** 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. * * 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): * * 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 ***** */ /* ===== msgReadSecurityInfo.css ======================================== == Styles for the security info window when displaying received mail. ======================================================================= */ @import url("chrome://messenger/skin/"); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); PK -{( 4skin/classic/messenger/smime/msgReadSMIMEOverlay.cssUT cG=ٻBUx/* ***** 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. * * 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): * * 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://messenger/skin/"); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); #status-bar #signed-status { list-style-image: none; } #status-bar[signed="ok"] #signed-status { list-style-image: url("chrome://messenger/skin/smime/icons/sbSignOk.gif"); } #status-bar[signed="unknown"] #signed-status { list-style-image: url("chrome://messenger/skin/smime/icons/sbSignUnknown.gif"); } #status-bar[signed="mismatch"] #signed-status { list-style-image: url("chrome://messenger/skin/smime/icons/sbSignUnknown.gif"); } #status-bar[signed="notok"] #signed-status { list-style-image: url("chrome://messenger/skin/smime/icons/sbSignNotOk.gif"); } #status-bar #encrypted-status { list-style-image: none; } #status-bar[encrypted="ok"] #encrypted-status { list-style-image: url("chrome://messenger/skin/smime/icons/sbCryptoOk.gif"); } #status-bar[encrypted="notok"] #encrypted-status { list-style-image: url("chrome://messenger/skin/smime/icons/sbCryptoNotOk.gif"); } PK $,3 4skin/classic/messenger/smime/msgCompSMIMEOverlay.cssUT d?=ٻBUx/* ***** 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. * * 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): * * 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 ***** */ /* ===== msgCompSMIMEOverlay.css ======================================== == Styles for the S/Mime in composer window. ======================================================================= */ @import url("chrome://messenger/skin/"); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); #button-security { list-style-image: url("chrome://messenger/skin/smime/icons/smbtn1.gif"); -moz-image-region: rect(42px 23px 63px 0px); } #button-security[buttonover] { -moz-image-region: rect(42px 46px 63px 23px); } #button-security[buttondown] { -moz-image-region: rect(42px 69px 63px 46px); } #button-security[disabled] { -moz-image-region: rect(42px 92px 63px 69px) !important; } #msgcomposeWindow #signing-status { list-style-image: none; visibility: collapse; } #msgcomposeWindow[signing="ok"] #signing-status { list-style-image: url("chrome://messenger/skin/smime/icons/sbSignOk.gif"); visibility: visible; } #msgcomposeWindow[signing="notok"] #signing-status { list-style-image: url("chrome://messenger/skin/smime/icons/sbSignNotOk.gif"); visibility: visible; } #msgcomposeWindow #encryption-status { list-style-image: none; visibility: collapse; } #msgcomposeWindow[crypto="ok"] #encryption-status { list-style-image: url("chrome://messenger/skin/smime/icons/sbCryptoOk.gif"); visibility: visible; } #msgcomposeWindow[crypto="notok"] #encryption-status { list-style-image: url("chrome://messenger/skin/smime/icons/sbCryptoNotOk.gif"); visibility: visible; } PK ;!,|##3skin/classic/messenger/smime/certFetchingStatus.cssUT rP =ٻBUx/* ***** 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. * * 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): * * 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://messenger/skin/"); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); PK כֿ-o1  7skin/classic/messenger/smime/msgHdrViewSMIMEOverlay.cssUT bG=ٻBUx/* ***** 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. * * 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): * * 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://messenger/skin/"); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); #signedHdrIcon { list-style-image: none; visibility: visible; } #signedHdrIcon[signed="ok"] { list-style-image: url("chrome://messenger/skin/smime/icons/hdrSignOk.gif"); visibility: visible; } #signedHdrIcon[signed="unknown"] { list-style-image: url("chrome://messenger/skin/smime/icons/hdrSignUnknown.gif"); visibility: visible; } #signedHdrIcon[signed="mismatch"] { list-style-image: url("chrome://messenger/skin/smime/icons/hdrSignUnknown.gif"); visibility: visible; } #signedHdrIcon[signed="notok"] { list-style-image: url("chrome://messenger/skin/smime/icons/hdrSignNotOk.gif"); visibility: visible; } #encryptedHdrIcon { list-style-image: none; visibility: visible; } #encryptedHdrIcon[encrypted="ok"] { list-style-image: url("chrome://messenger/skin/smime/icons/hdrCryptoOk.gif"); visibility: visible; } #encryptedHdrIcon[encrypted="notok"] { list-style-image: url("chrome://messenger/skin/smime/icons/hdrCryptoNotOk.gif"); visibility: visible; } PK c{,8i-skin/classic/messenger/smime/icons/smbtn1.gifUT ,<ٻBUxGIF89a\i䜚dfPPV s !]Z]ij+3HLS#%̈%/=De&*TZps}蓚穰2EX'-`28Q/3LaUj۷Ӭ᜚42YX_^~77cc@NNSSllyyBBr}~ee܈֐rr,,B}}66K(mm""-&&1++700=99H..:66C22>ơ;;H>>K--6::E11:JJWLLYFFRAAL44=MMZCCNQQ^PP]99BOO[==FΌFFOIIRLLUOOXNNW38nSZ\abfŤ଱%-{FMelowņܗdfdΜ$ICZW7HS`5ɸ%CĨ"U׷'0Le[޻DPǮ[ţ=ֳLQѧI̦SM×:O9ɍ6m1BkAfd`-Ł=֒LQ^tA_<{)bKNf$u6u$7KQTc(T&2C;c*% ( G.?,D0 3+ m  j(&6320w?>42`=;bNN{55ooX((!,\i H*\ȰB#:Hʼn_h܈Q ?N"fAxǟHS`AG9\x< \ H8|'HDD"E0t$$ IL⦞,d%-L"&8щ MC)QР)O CR\%+[iHW”,i1hr KeƂ0F1V]Y'3M\;L49Mjl׸f? Ie7MpB G9wis3h x?6 rOy&0wģBh<@?Ї$"|8?`X49P% d؆8汆C/BTZ#@SЕw'M鶲zaC_ZсsU¨^oE1ؤҎB^qx@U8( h1@`G1GBl!-8ԛ-Ac6m'%xBVΊS\4sTV R8_UiW^ql< xP\"_\Uas)&NMO@Qrq&׶ ?S$cVAVr7uG1Xxݚ)]DA@g')49cC(B&}hڣ><ÿNv}YcG^ 8} 6w{bu\v0Z'5i1$_\ustL; 7~j`^:{wȇ052?O^R:/*WzUr#_s\[4uso9|?lgr! AH  ` 0@8̰h  x Ѐ`0 ( !0 0 @  ' a/ 1؁!70 x1D P #)L( M4h@(0 .pczȇ̐ `ȃX `)@ CаF$Xw u p{ȇ.Xȇ9a8XCxlX )0h`@P}( ( X8Rȍ ȁy*`P' 8 8 l"XH(0(zh ؈8'PX $ (* h9/iظI˰ 0H`h{ !HRYPˈ * IiH(ژ;Y 1(@x` b'@SIІP_]YD9 dX79X Xzى  qȂlZv97h{|Y(8&9Hl)0 (9 ]h 法@ H Ȗiq8 v9y'0&I )9P&hI+( lzh ک Z) $ifɕ` PiТ O*` %4tؠD(1efYK)BIH+eVO:UI 񤸙_Am<:Aj:sdz|J8*8 Ȁ ! Z&AUȇ>]腓Ѓhpuj1yPH0(>9a]ɨ* BX(ɉp **芀(ȫȈ:yW):Nhꩊ؇9䊈ȋhh،ZNH&xCyYX渍9؎0Xp:ZANqɐXJKZ' G - ")z,q"K/Yʉ)[ʔNYF^h K Bə}iVy#\Ic) HxIrḭbgKٙ Hi0&h3JɘEiV*ȉ' i RX`4I Fq+%ژ ŐKeEK` 1THW Y:ٞ{f_zɟz)HŪKp]؊-8 FZ9ھѡ'BCe3Zۜ:*噟Oi?I[K滦~Ⱦl OiiZ˦fY&ft:(z&/*3L7 .^z;|XA6ܧN;PK c{,O:/skin/classic/messenger/smime/icons/sbSignOk.gifUT ,<ٻBUxGIF89a <ٿXF[QwG̈Ǚ333! , ,)" [ WfxSx2plJM L;PK ;,*h4skin/classic/messenger/smime/icons/sbSignUnknown.gifUT q<ٻBUxGIF89a [QπwG333ǙF̈ r#;PK c{,cLI2skin/classic/messenger/smime/icons/sbSignNotOk.gifUT ,<ٻBUxGIF89a <ٿXF[QwG̈Ǚ333! , -)" [ Wf#Ii,E+bSGQE%;PK c{,q||1skin/classic/messenger/smime/icons/sbCryptoOk.gifUT ,<ٻBUxGIF89a LRLţ=Ł=b!, )IY[`7A@&5d)ֶ|rd= +`";PK c{,b4skin/classic/messenger/smime/icons/sbCryptoNotOk.gifUT ,<ٻBUxGIF89a LRLţ=Ł=b!, 1IY[`7A@&5wo)3%Y?!"0LDɨ30;PK c{,0skin/classic/messenger/smime/icons/hdrSignOk.gifUT ,<ٻBUxGIF89a HL޻Dţ=:`-Ł=b{}>eI V0[|JV)s;~̽㸵q xa aj!;PK :, 5skin/classic/messenger/smime/icons/hdrSignUnknown.gifUT o<ٻBUxGIF89a [QFmЊwG̾xߪx{}#4lt|jqN;PK c{,B5skin/classic/messenger/smime/icons/hdrCryptoNotOk.gifUT ,<ٻBUxGIF89a HL޻Dţ=:`-Ł=b! , pPI8ͻuG @ y .uāRKb02XC&P\J'yUɗ{=5.-!s[;L۔;אSQrGEuDl]cv}Gw;PK nY0$$$skin/classic/navigator/navigator.cssUT <@ٻBUx/* ***** BEGIN LICENSE BLOCK ***** * Version: NPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Netscape 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/NPL/ * * 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-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 NPL, 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 NPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ @import url("chrome://navigator/content/navigator.css"); @import url("chrome://communicator/skin/"); @import url("chrome://communicator/skin/sidebar/sidebar.css"); @import url("chrome://communicator/skin/bookmarks/bookmarksToolbar.css"); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: primary toolbar buttons ::::: */ .toolbarbutton-1 { list-style-image: url("chrome://navigator/skin/icons/btn1.gif"); } #back-button { -moz-image-region: rect(0px 19px 20px 0px); } #back-button[buttonover="true"] { -moz-image-region: rect(0px 38px 20px 19px); } #back-button[buttondown="true"] { -moz-image-region: rect(0px 57px 20px 38px); } #back-button[disabled="true"] { -moz-image-region: rect(0px 76px 20px 57px) !important; } #forward-button { -moz-image-region: rect(20px 19px 40px 0px); } #forward-button[buttonover="true"] { -moz-image-region: rect(20px 38px 40px 19px); } #forward-button[buttondown="true"] { -moz-image-region: rect(20px 57px 40px 38px); } #forward-button[disabled="true"] { -moz-image-region: rect(20px 76px 40px 57px) !important; } #reload-button { -moz-image-region: rect(40px 22px 60px 0px); } #reload-button:hover { -moz-image-region: rect(40px 44px 60px 22px); } #reload-button:hover:active { -moz-image-region: rect(40px 66px 60px 44px); } #reload-button[disabled="true"] { -moz-image-region: rect(40px 88px 60px 66px) !important; } #stop-button { list-style-image: url("chrome://communicator/skin/icons/btn1.gif"); -moz-image-region: rect(21px 22px 41px 0px); } #stop-button:hover { -moz-image-region: rect(21px 44px 41px 22px); } #stop-button:hover:active { -moz-image-region: rect(21px 66px 41px 44px); } #stop-button[disabled="true"] { -moz-image-region: rect(21px 88px 41px 66px) !important; } #print-button { list-style-image: url("chrome://communicator/skin/icons/btn1.gif"); -moz-image-region: rect(0px 23px 21px 0px); } #print-button[buttonover="true"] { -moz-image-region: rect(0px 46px 21px 23px); } #print-button[buttondown="true"] { -moz-image-region: rect(0px 69px 21px 46px); } #print-button[disabled="true"] { -moz-image-region: rect(0px 92px 21px 69px) !important; } #fullscreen-exit-button { list-style-image: none; } /* ::::: small primary toolbar buttons ::::: */ .toolbarbutton-1[toolbarmode="small"] { min-width: 0; } .toolbarbutton-text[toolbarmode="small"] { display: none; } #search-button[toolbarmode="small"] > .button-box > .button-text { display: none; } .toolbarbutton-icon[toolbarmode="small"] { display: inline; } #nav-bar[toolbarmode="small"] > .toolbar-primary-grippy { display: none; } .toolbarbutton-text[buttonstyle="text"] { padding: 4px 0; } /* ::::: fullscreen window controls ::::: */ #window-controls { -moz-box-align: center; padding: 0 2px 0 4px; border-left: 2px solid; -moz-border-left-colors: ThreeDHighlight ThreeDShadow; } #minimize-button { list-style-image: url("chrome://navigator/skin/icons/minimize.gif"); } #restore-button { list-style-image: url("chrome://navigator/skin/icons/restore.gif"); } #close-button { list-style-image: url("chrome://navigator/skin/icons/close.gif"); } /* ::::: nav-bar-inner ::::: */ #nav-bar-inner { -moz-box-align: center; min-width: 0px; } #urlbar { border: 3px solid; -moz-border-top-colors: transparent ThreeDShadow ThreeDDarkShadow; -moz-border-right-colors: transparent ThreeDHighlight ThreeDDarkShadow; -moz-border-bottom-colors: transparent ThreeDHighlight ThreeDDarkShadow; -moz-border-left-colors: transparent ThreeDShadow ThreeDDarkShadow; } /* ::::: page proxy icon ::::: */ #page-proxy-deck, #page-proxy-favicon, #page-proxy-button { width: 16px; height: 16px; } #page-proxy-deck { cursor: -moz-grab; margin: 2px 3px; } #page-proxy-button { list-style-image: url("chrome://communicator/skin/bookmarks/location.gif"); } #page-proxy-favicon { list-style-image: none; } #page-proxy-button[pageproxystate="valid"]:hover { list-style-image: url("chrome://communicator/skin/bookmarks/location-hov.gif"); } #page-proxy-button[pageproxystate="valid"]:hover:active { list-style-image: url("chrome://communicator/skin/bookmarks/location-act.gif"); } #page-proxy-button[pageproxystate="invalid"] { cursor: default; list-style-image: url("chrome://communicator/skin/bookmarks/location-dis.gif"); } /* ::::: autocomplete ::::: */ .autocomplete-history-dropmarker { border-right-width: 1px; border-bottom-width: 1px; -moz-border-right-colors: ThreeDShadow; -moz-border-bottom-colors: ThreeDShadow; } .autocomplete-treebody::-moz-tree-cell-text(value) { padding-left: 15px; } .autocomplete-treebody::-moz-tree-cell-text(comment) { color: ThreeDShadow; } .autocomplete-search-box { border-top: 2px groove -moz-Dialog; background-color: -moz-Dialog; color: ButtonText; } .autocomplete-result-popup[nomatch] > .autocomplete-search-box { border-top: 1px solid ThreeDHighlight; } .autocomplete-search-engine { padding: 2px; } .autocomplete-search-engine[menuactive="true"] { background-color: Highlight; color: HighlightText; } .autocomplete-search-engine-img { margin-right: 4px; } /* ::::: go and searchbuttons ::::: */ #search-button, #go-button { margin: 0px 4px 0px 0px; min-height: 25px; font: message-box; font-weight: bold; } #search-button { list-style-image: url("chrome://communicator/skin/icons/search.gif"); font-weight: bold; } #search-button:hover { list-style-image: url("chrome://communicator/skin/icons/search-hov.gif"); } #search-button:hover:active { list-style-image: url("chrome://communicator/skin/icons/search-act.gif"); } /* ::::: sidebar splitter ::::: */ #sidebar-splitter { border-left: none; border-right: none; min-width: 5px; } /* ::::: content area ::::: */ #content { border-top: 1px solid ThreeDDarkShadow; border-bottom: 1px solid ThreeDLightShadow; border-left: 2px solid; -moz-border-left-colors: ThreeDShadow ThreeDDarkShadow; } #status-bar { border-top: none; min-width: 1px; } #security-button { list-style-image: url("chrome://communicator/skin/icons/lock-insecure.gif"); } #security-button[level="high"] { list-style-image: url("chrome://communicator/skin/icons/lock-secure.gif"); } #security-button[level="low"] { list-style-image: url("chrome://communicator/skin/icons/lock-secure.gif"); } #security-button[level="broken"] { list-style-image: url("chrome://communicator/skin/icons/lock-broken.gif"); } #privacy-button { list-style-image: url("chrome://communicator/skin/cookie/taskbar-cookie.gif"); } #popupIcon { list-style-image: url("chrome://navigator/skin/icons/popup-blocked.png"); } #popupImage { list-style-image: url("chrome://navigator/skin/icons/about-popups.gif"); margin: 6px 0px; } /* ::::: personal toolbar ::::: */ #bookmarks-button, #bookmarks-button[open="true"] { list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-button.gif"); } #home-button { list-style-image: url("chrome://communicator/skin/bookmarks/home.gif"); } #home-button:hover { list-style-image: url("chrome://communicator/skin/bookmarks/home-hover.gif"); } #home-button:hover:active { list-style-image: url("chrome://communicator/skin/bookmarks/home-active.gif"); } #PersonalToolbar > .toolbar-prefix { border-left: 1px solid ThreeDHighlight; border-top: 1px solid ThreeDHighlight; border-bottom: 1px solid ThreeDShadow; } toolbarbutton.chevron { list-style-image: url("chrome://global/skin/toolbar/chevron.gif") !important; } toolbarbutton.chevron > .toolbarbutton-menu-dropmarker { display: none; } PK Gf+~6c&skin/classic/navigator/linkToolbar.cssUT ~ <ٻBUx/* -*- Mode: C; c-basic-offset: 2 -*- */ /* ***** BEGIN LICENSE BLOCK ***** * Version: NPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Netscape 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/NPL/ * * 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): * Ben Goodger * Josh Soref * Tim Taylor * Eric Hodel * * 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 NPL, 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 NPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /** * Link toolbar items **/ #link-top { list-style-image : url("chrome://navigator/skin/btn1/top.gif"); } #link-top[disabled="true"] { list-style-image : url("chrome://navigator/skin/btn1/top-disabled.gif") !important; } #link-top:hover, #link-top:hover:active { list-style-image : url("chrome://navigator/skin/btn1/top-hover.gif"); } #link-up { list-style-image : url("chrome://navigator/skin/btn1/up.gif"); } #link-up[disabled="true"] { list-style-image : url("chrome://navigator/skin/btn1/up-disabled.gif") !important; } #link-up:hover, #link-up:hover:active { list-style-image : url("chrome://navigator/skin/btn1/up-hover.gif"); } #link-first { list-style-image : url("chrome://navigator/skin/btn1/first.gif"); } #link-first[disabled="true"] { list-style-image : url("chrome://navigator/skin/btn1/first-disabled.gif") !important; } #link-first:hover, #link-first:hover:active { list-style-image : url("chrome://navigator/skin/btn1/first-hover.gif"); } #link-prev { list-style-image : url("chrome://navigator/skin/btn1/previous.gif"); } #link-prev[disabled="true"] { list-style-image : url("chrome://navigator/skin/btn1/previous-disabled.gif") !important; } #link-prev:hover, #link-prev:hover:active { list-style-image : url("chrome://navigator/skin/btn1/previous-hover.gif"); } #link-next { list-style-image : url("chrome://navigator/skin/btn1/next.gif"); } #link-next[disabled="true"] { list-style-image : url("chrome://navigator/skin/btn1/next-disabled.gif") !important; } #link-next:hover, #link-next:hover:active { list-style-image : url("chrome://navigator/skin/btn1/next-hover.gif"); } #link-last { list-style-image : url("chrome://navigator/skin/btn1/last.gif"); } #link-last[disabled="true"] { list-style-image : url("chrome://navigator/skin/btn1/last-disabled.gif") !important; } #link-last:hover, #link-last:hover:active { list-style-image : url("chrome://navigator/skin/btn1/last-hover.gif"); } PK -k-Ϡ55#skin/classic/navigator/pageInfo.cssUT n=ٻBUx/* ***** 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. * * The Initial Developer of the Original Code is Daniel Brooks. * Portions created by the Initial Developer are Copyright (C) 2001 * 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 LGPL or the GPL. 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 "chrome://global/skin/"; tree { margin: .5em; } textbox, textbox > .textbox-internal-box, textbox > .textarea-internal-box { background: transparent !important; border: none; padding: 0px; -moz-appearance: none; } textbox.header { margin-left: 0; } .iframe { margin: .5em; background: white; overflow: auto; } #thepreviewimage { margin: 1em; } .fixedsize { height: 8.5em; } PK Nf+ +D%skin/classic/navigator/btn1/first.gifUT  <ٻBUxGIF89acc33f!,@4pI $Ifhb6Zl 8%:ʒ yZM7Ih*;PK Nf+ɢ.skin/classic/navigator/btn1/first-disabled.gifUT  <ٻBUxGIF89acc33f!,.pI8[Qa89peVj@T=?\%(AiȤ;PK Nf+D:+skin/classic/navigator/btn1/first-hover.gifUT  <ٻBUxGIF89a1̻VÔcc33f!,9PI8Q @$ÊF+Ը@%P0A#a\RLITCZ;PK Nf+y$skin/classic/navigator/btn1/last.gifUT  <ٻBUxGIF89acc33f!,2pI8WAǟ$pX^㙒&pq@O넎GVMl:;PK Nf+J@-skin/classic/navigator/btn1/last-disabled.gifUT  <ٻBUxGIF89acc33f!,,pI8W5\qh'9:AiەhD)HL;PK Nf+B솋*skin/classic/navigator/btn1/last-hover.gifUT  <ٻBUxGIF89a1cc33fV!,8I8AWLA`Xg+Z[ϕB K iBRѸ%;fJZ3;PK Of+)bxx$skin/classic/navigator/btn1/next.gifUT  <ٻBUxGIF89acc33f!,%pI8c$`7I0{o a@I;PK Of+t\vv-skin/classic/navigator/btn1/next-disabled.gifUT  <ٻBUxGIF89acc33f!,#pI8c-0f\ybe060 |;PK Of+8zz*skin/classic/navigator/btn1/next-hover.gifUT  <ٻBUxGIF89a1̻VÔcc33f!,'PI8c4`8y~ !PsP;PK Pf+Ǐxx(skin/classic/navigator/btn1/previous.gifUT  <ٻBUxGIF89acc33f!,%pI8!&[DA,gA}k@O;PK Of+)Hww1skin/classic/navigator/btn1/previous-disabled.gifUT  <ٻBUxGIF89acc33f!,$pI8!7^In)|$,cua;PK Pf+$||.skin/classic/navigator/btn1/previous-hover.gifUT  <ٻBUxGIF89a1̻VÔcc33f!,)PI8kQ' A `f(zj4f]gFk9pHD;PK Pf+QR#skin/classic/navigator/btn1/top.gifUT  <ٻBUxGIF89acc33f!,,pI8k-$AM9tMcPpijE{c;PK Pf+Q,skin/classic/navigator/btn1/top-disabled.gifUT  <ٻBUxGIF89acc33f!,-pI8k-F cu[ID _;PK S,n%skin/classic/navigator/icons/btn1.gifUT q<ٻBUxGIF89aZ?$"$42ddf6|TGK^jw(O_~ @hG% e 6`B.  SN'&@ JM!ea':D u8R &])Xׁ$( AJ*ZHAjiK 8RF&ߨ/|~S&R(j:Үr k [Sױ= ժE T&1,HAfJTV[O7J7 &d)[juwɴ]`j5h!P҅MWmz ,^L=,ɮK1Dߥ몧 +rOu\gDr<\17PDu3_}]4}Ms|Q>t!v\W-0:ŨD8!ඉD/$,֍0vx-gcwdtfavRi5^ig㔋Mᣜ/'dA.^کT 'AUj]D*;S&8ze#"cZ#7JeRg)I G)]7B tۆ/`^>_t?`PS @@T 0 BS h@"A!CD, x:Ă#Hd&#̡;@| qŇwāL" )H0$aB`!"2P`E*NqV@E(F1>0^! @^%Nkqta$ R':?w&S'6yOs7$`H< @ }:~(6AKr31 PN$O:ȔQ(Җp;M * cB*r~Yh_D@]`xFS%4!m_UwְRyN4X8OL3̱̄S{ReW<=E.y:,@#B䋬d'KZ ;PK :$T,ݾv55)skin/classic/navigator/icons/minimize.gifUT s<ٻBUxGIF89a !,  ퟀhRS;PK :$T,==(skin/classic/navigator/icons/restore.gifUT  s<ٻBUxGIF89a !, L vin"rmQ;PK :$T,py};;&skin/classic/navigator/icons/close.gifUT  s<ٻBUxGIF89a !, k˔{p{0;PK D5.޸_.skin/classic/navigator/icons/popup-blocked.pngUT ,>ٻBUxPNG  IHDR&/gAMA7tEXtSoftwareAdobe ImageReadyqe<IDATxb?2x F{t1t @L vW1?P(8\hȰb#?(Q F)+98{W <8ۛ U0f3xIpCɄ1@E61h970|~y, $}  ar+ Ä>  X\RAu-ׯ_?Ѐ%+C/^205B a```߯ /C @m4C@5T]} N^q1?-ör @AW6(  8/%  8z p_@L@ЏCQ[^5 0ب33|n`Q#L@  Ç7{}g`c?O_i"L N0|o_gy0 oc$[,@p~aӅ0luA?~ pŁO_1Hs'P p &Gu,t=L ppRC<`x`ⅢWIENDB`PK [z.%SŦ-skin/classic/navigator/icons/about-popups.gifUT M >ٻBUxGIF89a&!BBBINYkuԄ{{{ƽfhj049μϥQZYY޲]NJ҂ռŘ{ўͳvcƥv#>TsZ{1R9W+p!,&@` dh$&RhTJϬuؼr/8S峘(>l7휛XbdW^KhJ[`XaeY|QxhbFWcH, #%+ [aƔrnJkplלW    ϢР{ЛztwJ(AÇ#J 0!捲3ih_>1Rj"[oNISb 6Jٲ~uzTFTؒ|bBH0WbݪU(|h2 t͐pFx˷ߺ L8ˆ>!K~ !Sެ iӇ^ͺװU'ڸ1ܾw h `#Onù(ر_aËO*8X 9@`"_0}%0Ty=y>(a>ԅ!$:@ŧ`@ `"LA $\ ':PBX8!L`!Q@~ݒX64aYr̸f xpbt'Ed$*eDX|czhQAE`VꞘ9 # ,8`]|$>TPZ 8BNu tS(j ABZZ|ǵt z) ͩ@_(VAJ8h PZa aJFܸǞ*i{ lB"{Wh?X^PeS {RCT/CxI0 vp 8=ŀ 2κQO"+>7Q; ,A @073=w9!B«R(3o21ӐE@|m~کpڢ)* 4 `Pȸ]fY-8!}@ԫ`Lt 7R %" NB;CnEBPqOlu *Հ< uȯ"8 @2@|.sFNfN7-o3 !;PK C0&eEE&skin/classic/communicator/contents.rdfUT m:@ڻBUx PK f[0ܨ^099 skin/classic/editor/contents.rdfUT /?@ٻBUx PK f[01չ??#skin/classic/messenger/contents.rdfUT /?@ٻBUx PK f[03y4??#skin/classic/navigator/contents.rdfUT /?@ٻBUx PK C0' %skin/classic/communicator/plugins.cssUT n:@ڻBUx/* ***** 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 Organization. * Portions created by the Initial Developer are Copyright (C) 1998-2002 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Robert Kaiser * * 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 ***** */ /* ===== plugins.css ===================================================== == Styles used by the about:plugins dialog. ======================================================================= */ body { background-color: -moz-Field; color: -moz-FieldText; font: message-box; } div#outside { text-align: justify; width: 90%; margin-left: 5%; margin-right: 5%; } div#plugs { text-align: center; font-size: xx-large; font-weight: bold; } div#noplugs { font-size: x-large; font-weight: bold; } div#findmore { margin-top: 2em; } div.plugname { margin-top: 2em; margin-bottom: 1em; font-size: large; text-align: left; font-weight: bold; } dl { margin: 0px 0px 3px 0px; } table { background-color: -moz-Dialog; color: -moz-DialogText; font: message-box; text-align: left; width: 100%; border: 1px solid ThreeDShadow; border-spacing: 0px; } th { text-align: center; background-color: Highlight; color: HighlightText; } th + th, td + td { border-left: 1px dotted ThreeDShadow; } td { text-align: left; border-top: 1px dotted ThreeDShadow; } th, td { padding: 3px; } th.type, th.suff { width: 20%; } th.desc { width: 50%; } th.enabled { width: 10%; }PK C0XPyOO7skin/classic/communicator/icons/smileys/smiley-cool.pngUT p:@ڻBUxPNG  IHDRVΎWgAMAOX2tEXtSoftwareAdobe ImageReadyqe<IDATxlTkhUfd} U.qA`#$ q@T$";x2X:-m.cuYE}P[fQZO GٕscNQKjʘSyXٜ _pujisZNB4#᫫xXOA KbdJU &Xwwbqa n&JPd  "P $Μ ,dYFKĎj`?4jjq5/6KC:u܉r)6 ""f&qԚH?!qW_( 2+-KLZS;nNo'mn!%$) EQJ 'zP@U㷉[eaVO 45w XOdk 'N@IBH lVMuF,8\VVxؕ+NZj;O|)脋e`EPVNx(Ո]`mN{ EK1ӛo{wS- LiG"WgLcÔsmO>T;#>WWmZjvE72峟|:O[ks-C lי&{&*ŎIENDB`PK C0!::6skin/classic/communicator/icons/smileys/smiley-cry.pngUT p:@ڻBUxPNG  IHDRVΎWgAMAOX2tEXtSoftwareAdobe ImageReadyqe<IDATxڌTkL[e~9- @a6 [jVLȶKuL#E&1p?\B˦!$eClk KGah{-2y^~{aA@a%̓\Y+qPn>phXPC6_&{8*C <,?3Rqo7ZuPD>,y)W:MԉGdΝоVYn۳2IAC)SC$VrC%)n\߷ga8B>wl1m_E.6ɱY8~]AEN~) ALY[w#毨R?3|U7D|OuAf# 2w@R i``A0㨵Y GBF^ʰ bY/@ai*S֮D4RjTGm ^suZ"EЦL0RZ'\^/"iT:j>ԗƔʅ6A3RD#G,x熖zqx '6؍oȢC3^x.{ we1ݾgnl9on<""AR7H9D ?YǮx}:j>wÔg(J}mXBy9"\x>`p9npi i9rkSt|:Em&ȹU {d*#Mfs~kJeHFg7Ae3k<͸^0:n5[ۏZ=En"ݻ&})Mn C8IUvDܩ KDDbItyhQ5,oKmB  \rDVIENDB`PK C0n`::=skin/classic/communicator/icons/smileys/smiley-embarassed.pngUT p:@ڻBUxPNG  IHDRVΎWgAMAOX2tEXtSoftwareAdobe ImageReadyqe<IDATxlTmh[U~ιM6ivMvnY`QcN~SDhQt6hM)Mۅ$Mnjsy9B?E9 1܊atԍmenK x~$0gJ¯^?OCƝN;Upyk<Ȯ,"quP53>9&UKdDd>x#?o="چ\ w6u;b2|sHK2eKᡱ'a"8_#9N_B^K@(;OOʛk@H%7>L%x16 PtwqS̈/$JqV xUa!JL_L|,M @h "~KkXL@XK%y&lM@F(5H>3(9bQƚXրܷLzzF^ΒsUAL(焻 *[nz*[#>r%Ixkk5N%/[i~šoDēϰ3Ekk#i@:P]\UԔ/>H|? #WPlwna;ϱvBQJӝAWz}a~Jw+G; Z1wm\Z#?cZeӢoKǻ<* SçNJH2/6 =h}L*dVk8׈Œqj=S/XI]Fj T"pFD\>Lǰu0P\".X X@6m# n%s2|V@?L ?'Q&ǻI_/~?Jx{ @#M]"3=d_ag/v0G4`zj =4v |VǷbF6(}eD2USH SLT6&2:lL,BMk~BԟDa[ee>үh55;ҨL` }AĨEfq&* tja#Z=|I9!*AI5X)"D>XhR("Vk(MͶILulMwݕ6t=|̜sf8!@ sG耯V;,11 p%T$9ypuup{ dX9+b6~pun.TŪB䱝}Ir~wp?n2g+"N}f !V=N1z?4b.l'bD3C࢚ГZ{(ױC(%c:o)&Է :7n q!ޣvJ8U׮p4N}z-QFo&k>I&z/ !æ4j ݽ W˅ l!YǛ'*وCp֩BCITlNPJ-A-(x5ᒑ5yy(, %4$xhjӵ"L  [GY͘xf4/ҩdU)VG)HN.Aro/~LQr;P 5.rrk 5;({h\!sڌ3>x;0MX.!gBCl[tkqnBIV2E,me½GC9rB~L !}|RL E!6!k)v~ &ӇS~9<5r+bnmuu|^h+ˀD@^b_uV}"bfoyK>i% eFX &~RVg?9ss^W;HP>pfMp*Hşc8M{#]!T|beq$Gv{pF?nIENDB`PK C0GGA;skin/classic/communicator/icons/smileys/smiley-laughing.pngUT p:@ڻBUxPNG  IHDRVΎWgAMAOX2tEXtSoftwareAdobe ImageReadyqe<IDATxt[lTE綗vol; nBCE$T^Ah}h_ZL'ڤ1DmEb wS@Rڽvsӭ)UO?gofq<T|QQRh>FA0¦vv<^qnm= (CEA @ aFƿp &ASG5COcrl sITTIx)"BRP"2]ՖCd\[O_.wj6y,N >c>̷ܮ{۸1Ht}[8K9X,e1n'9"}%dH+ɀTR>e1&N` |ώ{PHPX Cp@Ӭx{ J|)cZbQHPv2$Bff=@9Dzi1n)}lYĹF6Ӳ. 靚=<^ )`B*-NDw};\.I>ߎهnn@hin䝿ttZ #1K+?259YkAo0h޲]k9.؇?tB4 8@n1 ɕ[=򤺮 085K 9r?ҡݫhoeVacɶ3߻̵-A.v۟bWG-(8BSٮޥW1̭9&^'[UPjsjx0攙[#'f駪xu[^ݪ6M 搈-S]l<5?sQ"c 8c U%>z*r$IENDB`PK C0_>skin/classic/communicator/icons/smileys/smiley-money-mouth.pngUT p:@ڻBUxPNG  IHDRVΎWgAMAOX2tEXtSoftwareAdobe ImageReadyqe<yIDATx|_L[UǿK/v1dVFpS #3L%{pΗ'HM2L]TE ?=ߕ&_M{ÄX1ERʊ( +åi jǕ=Օc\EG VἅsQ}*Ky)ڸ:ϼzn'Pcv?<^H#4rL$o\AT\jh|&'7a3o #q'pKz{D VܿݦSkh|%b g?L$-ʩFkC/~vO/s +*~F ?f[kCy$=cWR׼),p c5?3ƚXK*qJŮ*.]PQQz.bp܊CTZHMt<9,zVb'H(Ccp[W p&OK2n+wh3-|}ޅ/б_[3']*0^Og 1Law&SG6*{8HK$4Ljݬ'/x @4DF#=Vq|}s-6oElgh2h4p~HkGcZ#!!S/DgصQ\2Y8KZ).̡\?Y1o0~oM愢 w*saÏCX OkGI2uxoXܼ]Enb23C-컽Dk@-)NYA%y74DxhvW@v\ƙ5&NΗaB($<,y}v4(ła"17O1?r  Sly[ MbhƇ\4Z2i|(7VɤU'P!C}SMϮ=ҭ[~GS]F:CP˝yRⳏuNeq'H5mz#_e @ihmWڕ~z6\H~Fέ=w\z魮Oi^B |P PmvQH?[_eNέɠN!20EgB oKg;I' ZSV:jš ,_D4TϹ1!dе%T>!9[tCvf TUPꞂr![b1 `7Kb)A{[pYݬͥHx b \1qcN/+߂}3܀tĐRPh*#OE7y*(zi^kF2+M A> NfL@uN/k|ˏ >ˮOcHpic;Tv&q?>0p7X5uccɶ7^P<'k?ڧ> d4O c*ol&QuC&C"㙄M]=;N+}ʞg:W*M<},"]3~.x榹'o ppV91d{iG0IENDB`PK C0R8skin/classic/communicator/icons/smileys/smiley-smile.pngUT p:@ڻBUxPNG  IHDRVΎWgAMAOX2tEXtSoftwareAdobe ImageReadyqe<IDATxtT]hUvv7ijjZej^b"}io" ED J?>UПdDml?ٝ3-m̹3B)͗BC#*rlDG}3kدIqvظgs\x; 7>i4F}r3<^d/_;P D>{K[azvqH0W|bi?iU!Gok_?ȎXː373hn1 t<[ bcg3V盶M ﹆g&,>?=ONBhښcù[=/>;,dl7 )Vhy]!,#\wk\F[Smd.Yl&לok. P%B?w*zr L"B'l*5= WIOA7d5tYJ֐ӡL4"Vi9HߤɵpD&czYy4Gl's}IENDB`PK C0|mIy }0 jk12eGOJ )՝1Ζ0U 4LyZX kRC#"i\buǵF!Tf]~ܪ*<*8" :~ƽRCuŶLg%lV6W:ͬb KR-YF8ˤ[)f|nf'p 4B!;4_P'f5b>zH 4\#g(פs,7/`}l}[IENDB`PK C0j<skin/classic/communicator/icons/smileys/smiley-undecided.pngUT p:@ڻBUxPNG  IHDRVΎWgAMAOX2tEXtSoftwareAdobe ImageReadyqe<IDATxlT]h\Efn~v&v#$mh4RSHQi@*Pk_D+BL PCKEOE)kMh6lܻwl 9=go̜3LJ'en qܵH4 ׄ75GLcE}S))q.HwOe݁xy- {:X{L^Z[bOw R1ii C3,sK~yV>e( u }͛] 7! Ӵ2h,ih| mO ??.yF;uى3٤]OQ9| SxAmc&W#Fڰ|}l Yp4顧'HԜQs'+ ~|er{$@$D^cVk޷2(+%_Sخ4u^UVw 19iG+3͂db3.&G : ʊÈ>MyG:%];QLӍe^(k۶R%tvXq)!h.,br<ҫ -_ZwhFEYOCUh6]uR+8 (Ht&B!HX`|Rz1QUىidbHi ]WGb[v1n$r8-|^%vE_9/aTԔӟohoPP+/F_޷gR}7˧TUu} /]:K`F<)b?LdFvۣjk+-c_ڛMR3ˆ<Vټ++C޷'A\s'Լlv{in/hbn6>wsZWGUdJ H0J1 qeiกlIENDB`PK C0Tr7skin/classic/communicator/icons/smileys/smiley-wink.pngUT p:@ڻBUxPNG  IHDRVΎWgAMAOX2tEXtSoftwareAdobe ImageReadyqe<IDATxlT]hUfnfMԪ+jVKAP['ؾ"UľX(*bPJ)S+L6وl馴̙s;3LcC!:eaZQt|o ZC G 5Wq.Fog>d'}>v;Z:)d`u9 bW&٬. Cpw߁*2D53ᅢP9p,$&VRL >xC9w_sYJV)qa#qcnmLl{Ff)s1,>̏v#.| Lgʈme ۼyQ>!!. H^})Qt $JHH* V̕HX.5T9 bO%<_^Aki4&Z 9!TۤC~XjX±! nħ].yj5eVB W-OXVox]$7 mQy&˗y1|*Fϩ#I@` $l ١:<m̓@~㖀OA$2)5PN'b7pF5xYJِfvLJ geOBuPc*-gGtz8od FqOCϩw_txxnEAisQ4T`5''G FWFl  =̜Y-`~yT6nي)93 I)ւF</#a"Hm@N <)Es ; j\!.68GȕpfZ|gPT@DfbQs{hHAW >~#J }Dk Nнs 7Al7L=S_rU}lV:gp*n:X7"P?`\۟/KL_({ G}t38HTB‚Lp{p:u<ؐC[E'-CCƾ7 HGPAR ΐcRʟsMUF,܎!(2.`_*:R̳sc%DQCOM)qn flxe@,S e1THKc?k x}2v5J~LҏUSHQ1TOmr4vA?{uS*E#P ~:t'9Ǘ4}t>:xw &=/%iu?aX;;zQh[-կi؂[SK eNT'wdha!o]SOO#,+XvXwב͎6\Y٪LHD#΄[ŝ=c}O3Uü˭z~}:Z2E;WǾgU]O202,ek\+~sIENDB`PK zz1%<LL'skin/classic/communicator/pref/pref.cssUT 1AvڻBUx# 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 # Doron Rosenberg. # Portions created by the Initial Developer are Copyright (C) 2001 # the Initial Developer. All Rights Reserved. # # Contributor(s): # Ben Goodger (Original Author) # Daniel Glazman (glazman@disruptive-innovations.com), on behalf of Linspire Inc. # # 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://editor/skin/"); @import url("chrome://communicator/skin/prefpanels.css"); .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: white; } /*** Styles for the pref category buttons **/ .buttonBox { margin: 0px 5px 0px 0px !important; } .buttonBoxButton { -moz-appearance: none; border: 1px solid transparent; background-color: transparent; margin-left: 1px; margin-right: 1px; list-style-image: url("chrome://editor/skin/icons/mail-options.png") } .buttonBoxButton > .button-box { border: none !important; } .buttonBoxButton > .button-box > .button-icon { width: 32px; height: 32px; } .buttonBoxButton:hover, .buttonBoxButton:focus { border: 1px solid; -moz-border-left-colors: #98B4E2; -moz-border-top-colors: #98B4E2; -moz-border-right-colors: #98B4E2; -moz-border-bottom-colors: #98B4E2; background-color: #E0E8F6; } .buttonBoxButton[checked="true"] { border: 1px solid; -moz-border-left-colors: #316AC5; -moz-border-top-colors: #316AC5; -moz-border-right-colors: #316AC5; -moz-border-bottom-colors: #316AC5; background-color: #C1D2EE; } #helpers { -moz-image-region: rect(0px, 32px, 32px, 0px) } #display { -moz-image-region: rect(0px, 64px, 32px, 32px) } #general { -moz-image-region: rect(0px, 96px, 32px, 64px) } #fonts { -moz-image-region: rect(0px, 128px, 32px, 96px) } #newpagesettings { -moz-image-region: rect(0px, 192px, 32px, 160px) } #extensions { -moz-image-region: rect(0px, 224px, 32px, 192px) } #advanced { -moz-image-region: rect(0px, 256px, 32px, 224px) } .indent { margin-left: 23px; margin-right: 23px; } .uniWidthButton { min-width: 8em; } /* Themes/Extensions Items */ .themesLink { margin-left: 5px; text-decoration: underline; color: blue; cursor: pointer; } .themesLink:active { color: red; } #previewImageContainer { height: 93px; padding: 1px; } #previewImage { max-width: 355px; min-width: 355px; max-height: 85px; min-height: 85px; } .extensionInfoArea { height: 93px; padding: 1px; } /* :::::: layout preference icons ::::: */ #classic { -moz-image-region: rect(0px, 26px, 32px, 0px) } #wide { -moz-image-region: rect(0px, 52px, 32px, 26px) } #vertical { -moz-image-region: rect(0px, 78px, 32px, 52px) } /** advanced panel settings **/ .settingsBox { margin: 5px; padding: 5px; } expander { margin: 2px; } PK Y*1 ](skin/classic/global/tree/twisty-clsd.pngUT BA ڻBUxPNG  IHDR gAMAOX2tEXtSoftwareAdobe ImageReadyqe<IDATxb9΀ 3<@1l ۷o lvvv0 @`Ec+ ׯ W^ hkk q _|cì ?~0>yowg71'-f lO1wTWloK"R$s/{|c wsWj7t6al%/TvoVv,#6xXS>Pw~=s?0fQG]H4_B ]2YGسs,I)EG@[ƞ8'wlp$sWYlftlMCO4}O=u fw6d `fo]|WZ܍^·Wu(6g}}zg"B9XDr]WJtιm1|Ɠ9:E7"9GٌX,s S<~h[7zBe5GC[g~xE>6)^u\! KzA9ނ¡CDֶV^h]dߩ[gNJ(\?L^}sz?Wsr^O:fy|ҀDKJi:*Ι;/`wġc AYrR}=y?6q?꽰$kMMF|ZS\.7:ꯠ+NI__pΤYR~{B=n?yz*>%kݐks$-mq8oɃWX|v*DnQ1 fs;NSUؙ~Y2sTaNA2 kCルWS 0mb8eoݴY,YNY NɁ.]=$?&[aMɂcPL^>5Œ90ܮFCrqo0BV{X-B0Ԅœ@Q\:h;Fz>->3$;=h ׀: P<׺Q/%bHLtБ<_9gzLz*<+BWc3B!l餠TNg0.]R5ړfK*(f!ZΝaЛTX!p[r6H&$ >? # .>3;ƙyY}-q)8JwJ(y@ QRS1q,7>u#ײTyއ~xx e[VȜvȼL5E"bPt(<iC% $ŕ7f/F3 Gd 8Ulh0l]3ɿi8~lU.i:'KK#$;VryeFyyyy`մ5EηltT'DHymG'A @hjD`$`p9s ka{8_݉KV:]RVJbAzVS{Up,C l3߻Nf0fNP$oOjZ6ke)" 묫$'Ò2jfҊE A&"jH"IFN@ϕ6t|ّ 5cGǠd|wvQ 0:ZX <8;DZflvp532"aA9%plOCAXDPD;$tv#_k%,|eQ@%[#eBxiyӧINqbV#4>z-Xս?mΰyj6V%:lB@ t见4\Xֺ6~#;"L\<8j(fm%Y<bz=CeR@K J`p ˃ A@3Li $Umc#i3tnO ͱKO_t||?2nj\R8zYhR/_0NHj}֐L#਋D^G=~Ġ_pŞN"L$ӾON& rFW1fڣq,hRde Cʔ4(="7c>Uʴ7㍻W>z?}uڅm^ r ]noPcX=G 5 ۏmJJE'W'Q-0JYl7"4D.^v,,E/'LMpc3t=puבd˾et*ŰȅT0S !lr.fL@M~ȒNק%"J!dz~wy*^}ݶhꌠ}(`T:wkbIENDB`PK C0!skin/classic/global/Landscape.pngUT r:@ ڻBUxPNG  IHDR szztIMEt pHYs''iQgAMA aeIDATxWilTU2kE(Q1R1MTPqUC UQhj4R-mgJ;7o_=wt3&/nys=;';8e/3c+WZ|Ҵ6 8w3틲Ҵn0!_:~1,Ԝ'y 5sb"q|=x(" K[WKǚv$kR 3,i~v2JFa>TѨ`tT i@(AM~&j& (o|Y4ECwCRWBS4jNDhhZMLqPard:7 C6YI`g= HBo.=4I<儒% *8C<MQ ReIr%Gl R3-U=={onӥ(Dc+&tEث[²o,^rev!6>8ǮJܩpsf)Y L˫ Q5l!/h>@.eYdb;p64pZXD4&@yhbZn qDFtJ45OGm2EÔWwڎW_o/& +v Ї(ήSVܹ 6)j > wΝG$4{\׋{3HZyn}gv0+kZaM7Y  ,^zqEn٘:__MU 2}SrG5Y}P|ݓgkY[!2e9G3]_aN\R*T&k0t~PrxC<*Se/?s1I[ XBje4 CY>Ɏ /;erC:{C3tMuUQsHY%/U*5)7dgmYpcuؘ{fQY?ܩdv,B;_ >Su_C1IL_9d#O%Jh-[?%k1v,=oc#'Ɵmg ZIENDB`PK C0^B~~'skin/classic/global/Landscape-small.pngUT r:@ ڻBUxPNG  IHDR;֕JtIME 6o pHYs''iQgAMA a IDATxSN@ r:*uS(H,}>B 3t0`ҡ RPvh!Q"82ߜ@:g&NSJO_HbjHM{!kN#w 2h$#@]@)-0h\[V18#_9ʭ_#zW8uXV׆d!ANLdmOASU^祧zjFlZla ɩڹݯaT(\s8~ӽZprX@dO\?Ю?zkI#Pv ]1J߁P(dga ۺ[hh_5?{?y~Z>E[s8yVꁇ"oij!<uLpA,d)u, * fZn- bzy<ُع~EۃH+a 83Dl}@B |pp}A@#}[Ntr>tQ&kz}|dEѿ8MI,P4{9ƒ8.K6ǣ=xyil[=``لm 6rĿK*AinY>.AtY׀ӶMVHۦs(,|;Mm:]XZj 1;]IENDB`PK C0/(%x9x9skin/classic/global/Preview.pngUT r:@ ڻBUxPNG  IHDRcUtIME ! pHYs  ~gAMA a9IDATx} |Sי%kw[b̾$aI`!tCkӾf:yMNL߼i8_&ޯfhlJ˻-w#]]J%m~cY:9; 8#$9L/x84lx*~ɒ""GDlHR`<ɊST΄U&(pbV2r0KPqz;U8pظIH~<kKT0"D[.I$1.@I*4#Ҡʘ$ x)sGqHG@RpGq!Gq4>qHGOQ "A_kQw?1c%J?FCeNNE 20ڗEKa%<D$\yY/k7c?$f+H!PRq꣜#b*\4Vt*JU݁ѕ<_znZ<'qGblدym$JvQ-ް_S3t'=iH:hx/5Hґ _Pjv7ʿ;5Gwih{Ƀ iz2% Juc"֍+Sp8< wwi/dh}]3v?]$\Y1T^\PHU$>4'C7w)6ݫki|{& lM?>hO,& ŪZWV`1 N9>"T 0ͥk6`.Zbg [ջ)'*5k5VtĂ='lk 3Sk6Ucv`A8$f P{B> b[-vz7{&5X[nÎ(qZZ"C,/吞cDh\&SCWgPQ*Ї= ǟ#Mղ~Z}4qr{Ucx}??wT:pTsZtOPav߿ &֪!NWQχNFhՔy'>NFCZD X9Sjf")ӸHqa;bG$픒r~wk&-?_FUm՗{=S K=&lRر.6z+lϭ~*E,ap1|p&IQ?Rhܟ|o=fNWT/b ս:4+[[?J H*g]3U۰sf;UzfFd=[]EVNb%ݽ뛺ИTL?YIP ;k@Vn,{kO$R0FR1YH>yl (QGdI̧l%,Jg6̨ ̼Nm$>}d9TUA mL=0'P)oxfu uRw>z)T P`^Ck"k6Tf[ӑpۯ.j(hdMv 릋P@V(LUOFs?YH[`{}ףՅWw!re@|u|*A* c}HXӥɽX3(^lOWQI!ɪId]m#` ֮ۆdmuؕvl P^]wechhVI -X= (ǡ)φH:5/Ń)H*Q.|p UHj7L0.A"4RCzRQ*ƈL(ĺk^t.)EO5}vN {eR=i@ulwL|_GI׿}LrK?¶1P!J_:Q(^Sߪê:WAG֮- '}'N_ɐwR;=QzJ@`mϓ ۩~8i$Mm_4?|tv,OW{|NR%I] zRجpP3z~ 3頉}Hݮy -CLSTG~lxλ{=ߦآ%x>Zc3htr r}f߻* W)R)*Jsɟkw`/V'"P΋9;Uڽi$yJ)i3 'ަ̫zl[4dzf"V*Z7~WLY͐$|$oU(6n.qT_۳޳fJ<hÞgU1uܷfM$wwU_ڝ 5:Ǻ#w_auG/jۨ6OV9 b|JN>Q/VƆoz#PͱnHO$Y%z x,=! %7cK}o]LMVXW ,w%H9Rh[Xg~@s!}D6!]#k,B.ײ= 53BMoTlR*ulP Uӑi b$m?{s2E,;d$'S$fX2Ÿ}2wB#88#')8∣C 8h|">~3w18∣?i¹7qGR7S D;j .IQҗN+quM"WEē2 Y;k}7XB9^k-]dAً1 lF=_f/ $EEq/}[ɲKiH& <8;Gq4>qHGORpGΒb9`(7O&tj}^fQaP8SLPnwO(JRBT)y%^$<> >'55H$QV힤tO$Ys4Jy<޶>HPHRB|x^9V͝Sdllfآ pf6Z60!EP52Au"0&ʢyAhb.䧈'!O*…Uv%Hb>V&xSh jG/|? DT*fȢ 3ݮaB!X68Gt,(gьEs|0dL\."0)|w{nv[ma F~N;R;JP`moijq YE,KdI!XnfFW#朜,Zp!H`x^u8]pZlkiIG$F PD% LDl$iFANSUB /޾M|g7w7-sf¬wBF *Kj>iir =qTJLj#o)*J~,Vd*tD0􎶴? 4e˥$%Yw"xH{@utu:FA`A*|`HR`dddZ\m0v.ha/b i2%*J&X,@2!GQwm6;h+t-~&Ǘ,~cTDZ GW諱 ?vTr!BXؑ>P4ϝӉ{}!g77R~VN} pd TpnrʤRg\ ^҅2yC:nf)vS$2X fg#ϿX W<~71NezI J$u؅}9,1<9 @\4jIpzVP(ǠAoqz8=+gNJ!jPqJa5g$-ߔ1HJD MP %1ݻwfDJYN>bUuZX l1' 1d%RR&Q:A"qS{5h qۈ~)'#R29挎ZfF`”,fWgċTƏo=L*@  .3 Pgٛne-~&DlO^؄ )f71O˰`1#g04 `~zh9ݣBp͸`I\ !3:LD0f{-2(;K@S2&$G?~0p`4ddd`8t}$ @aӇ6l 3A4W/N3iRqe̲`_beɐ;Xb>?j p O .#?|}͝P=s8Os~ҲRS>Z_$b(I #VSQ$Mh:|譿FE&G1jjyO"M(Lm)Or9e/TZ  ##&\!zb`~L&@01466VTT4n:ئ4yJ23 x`v-U)p): 2bb%Գ $%iF։">}~>?00hZR(,HMoYxX$JR'pçuag՞KB&pJ?ѿ> ӥ6{ ڻd2)(Bgްe_H%EX$NVk>3C7-D ")&h @^VVKSS|Ȑ`!#Ҿφ7[ .()SPt :7L %K l?>/sW~i:  Y0x᳭j! 6~M֭۟B/dNQw &4En 0Z<4+uђRĽnͺ޲Ŧx!՛HAϽC$L,e+ Y`0dپrC"NЅ!\VV[m05M{ѡI`t/P`` uݝ$h+YéIS4lSy RQD | wwMo=᫭|H@ҀyYx䞸4P%0R[Sɔix rD*Sr8BV^)CA-_oB C >H %/4@۫Ђ(ǃ|dɒQ(#<`JZ^5'x)$v@Z/ƒ)(pð mmm-6f3D.0L,f7aC( eRThkw6ٲ/k5҆$'H՟zkF## D,a` CowuP 0c@fI LQ' 99zVMo^va2H6+L`q-J ߑda4aς!ET@ԁ[ZبkBahG~7,;;_(ZG pɍ/3sۈ.@‚O@UЊ֊cgkϥ_[iiB.I$L]t扦;핏tVV&#whԚ<ӂ^/=vO(}dc{k$F57S.]?`:~Y4_4q:n޿I"6W<'$ XNOϺ{ »<ǸQk2MD")ݻwM&wD ].Y {^( $R8}͢ʝQv޻C},, fߐ0vI)UO+]AyX*x"$ۯŘA7t{to|SI@;U莝 Lv` YYYyM[|mGSxfw<, x`pI.D(@\^NyGueLЁSM{AA&L455+ ZYѾo(-^@x O&/ -{u EB@1 A?S 7+{b2㉮lGNs`` r,#wj 4ģ= H*]{Pټ>H-~;;:B2r_d*z2Pt:mQy'q3dal E2/}8ґ(S@ G +Hf!sSVKUlзK js`H-P?Eaa!6 &)mċ-6ߺ{GNX^L +_]YY ex DP |TTrل~# i|>CnH#DvxAHA} r:#7{ )4g2#@ `b'D>.s9#Y4, 7BPSh>To5-R N͊r;VwH'f?<@&ASs Ζ{ZPr:6țI P(DD+ ćCPzzzaav.M  fef(}$?'OIq@p {,] z^v!#ktZ"(e^ tԗ_?pOVG=l,0^GomN6|4 <%ceUkm,$\:S<!Qcc#cGElrK.Ocʛpƥ53$b|.h{SP.yV[TU;=(ISׇ'`G{*܉1DY4Cig]]]###h7vU+y B Bb@QHr:;}n_J'ͣV8b1]Ύooh+t›Bai4&jt{d9!oًC6?}G LtyɃ^_0DH0>󓟝o94N !P cEw\Cfx|ŦUO`a!A`% qdnܸEMKKCL,YG@ (7zJsRHזhbpX kM%4Oe)&~ļ`(}C>HG﷟}~r- {HiDf:݄2 -^@VVZ .2H6>4~'W/GJX$҉V0B nn^jUFFƌv?#Gt82vWN`RwH$~G)SK"~#U~+M4xT)Iq 2S "G:BKK |QUPŋ#̟ԪaJE̡4)K^YL#&4rLUU q 5r b z5#.M.pU[4KHmF[Q6 ,B&̈y"D,rsnò@7@b iؑKDG _ dwĨ 3 \`ܗ/rB'|R^^!MHrN)_ K>E ,s=JBPPkK>?BnR, 5%ib~(:_ "\(N ?5_{|]r']KKUqg^Dz(py!`iAIق uRC W^dY9,^Μ(YJI&("fr"rG\@E2NR!"t,LUg+%\.vNv磌 F_z0\fD:G&FA鐊$ D ]ݽ[6,vcR bX'P HC,R:(XP;5E:< +_o}kbIP3X#g,<^q}sAwg]L=G9NsŊ0sC,"h'N-2T2U}~O5%)> DHscyܩ$rD"|Ȼ8M B*?zqߠ :r0YzA/gkTlW~gAxh X"U9sfMn vΘy KpHL}[Q7^g!_$;"n2ɖ'/m3#QAGiDe˖vMJKKc,z*+畖A껽w[޼MDIhwHUΞSj@s&6)R$LN`S* w}!kV$nD* vL&ʄ"R|sǎjaEުG+R)aVȵ1@.Xl Oޱ|rЪK@0jC@6!ݻwu: #[o,h\tC_uDb$g)\Xֿ4CsBH&ouyTX YGoЖ,̜o,<^yeeV>eQD0‘M>ab!^RViU ^A M5a"N`Q<+k*&o9"! "Sib% Tvuu E #+~fifDaP&_}EիVD" u:>M*)+ɳ:)3{"%%Xh_۠x 4{vTi!?S/fq[Gl.$~1?Q ʊ)"`B(FAK9-k g!_|7gcha5ww{4{ bJW//3s'I!51L@C8J|V)eggdTT #60j2]=;U_ds`_@@ DIvr9 yEX E~mzOiw TLdh:IQ0kJ˔wDOQ\a(BA%ErlE"N$PNZs/Ύ͆NףїEڲE%k Ҵn@8{#!EԹ`g D!bC,Mz@g`偡;<4bqyYN.XXQ~mA>"Sj^@7Gfp݁PACIOŝlN-*K Ʈ_l0C*rN#LW2ttHJ*1V g+?]GJ!H։q]b'\/(M)@$M~"$sDش FvI"Ef)8qGq4>o/g>"yێDCVwZ1ӢAóOGQE[WuKiz={_%1xҭg-+20G~{'"u{߶3}0>ʄDb B$㥛2cqIFLZ+Ic_Ѯ'׿&OWϳ$'6DYN#k:I~7Uw&|dq[ֲwtv\sҰo,O9 (bjs_ >r[ 9l>3i60G (U0t6mxv-5C]ʟ=&h; 8_?w"宷);.ݹ} yDN\݇~ F)O*ΝKۗw$sOӾ-.l Jvcsp9VI玡q{Nx(Q"}j!%l]  bk'>#|.5qy^^UuWazױcԔR[QtGb5DQǸ$W[_uߩ=z`(5kzm}sgtg5;a/N"eΛKƶ~x9]O^c0aO6mRB,ţ;}C䏾²2LiKP]f{$'\ 'wmzjצl[DW rW=lL6pUEUxZގ{f ܙ$.(]=T"MuD^NE~G}/ ivy[X@nmE2:,Pǥi>ʮ ,Y#q`u;@QY}̼k rk^QGa1'/Y-;\Rh}0gr9L;/+'ᲲN N5,NZ<.Ҙ F  [%4qW2&v" pNq)XEԉTL3ud:[ (P#OO5P׎Ayy~L!DzrHch;;7WoݹiN)fq_ceΆ ;|ʦߋ.O13>ld)14JWVeJ)#EEbul8rB͈҄ Ps]˖ggH!+;QvoG@ zcg(W#0 [XC ޟ#JsfBL6k/vQO֮۱VoUT`/aթiiY48;H| qc@8lioG找V\1 붯?z8b!}>XjJA14* muNjt篽B"H /P㞪vUȩ07i&^O-P{1sV-]D+{^v^%-mH+{Bù{ KgK|R>9IbEn%i֘ƒoUvU*[3@=9c)z\2 5L&պS* jj_&MSmՒ5jњ[btd;\^PEspJ0'P%;#K2Eߥ_sVn,ULiZ_v|^޳p0j_I%G#+c 1b'9Fq& ÑKG+9.126%-<Y{PdcOtQżx>ר||M̆ w'84KqR$#MIg}I'92*l`c&4Da"4:>V3;N~8ž1ʘUh.i?v-&A#^b+a5,#)#XJ^RqObXd-҄7۳dkc-M+ƎQd]}')~8h,-S#ĭ}pGq!Gq4>qHGO4Ԟ #IENDB`PK C0\&skin/classic/global/printPageSetup.cssUT r:@ ڻBUx.portrait-page { list-style-image: url("chrome://global/skin/Portrait.png"); } .landscape-page { list-style-image: url("chrome://global/skin/Landscape.png"); } PK C0%WW$skin/classic/global/printPreview.cssUT r:@ ڻBUx/* ..... page navigation ..... */ .home-arrow { list-style-image: url("chrome://global/skin/arrow/arrow-lft-sharp-end.gif"); } .end-arrow { list-style-image: url("chrome://global/skin/arrow/arrow-rit-sharp-end.gif"); } .left-arrow { list-style-image: url("chrome://global/skin/arrow/arrow-lft-sharp.gif"); } .right-arrow { 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/Portrait-small.png"); } .toolbar-landscape-page { list-style-image: url("chrome://global/skin/Landscape-small.png"); } PK {0x|'skin/classic/global/console/console.cssUT e@ ڻBUx/* ***** BEGIN LICENSE BLOCK ***** * Version: NPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Netscape 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/NPL/ * * 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 NPL, 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 NPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ /* ===== console.css ==================================================== == Styles used by the JavaScript 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: 2px solid -moz-FieldText; padding: 0px; } .console-row-icon { border-right: 1px solid ThreeDShadow; padding: 5px; background-color: -moz-Dialog; -moz-box-align: start !important; } .console-icon { list-style-image: inherit; } /* ..... error rows ..... */ .console-row-code { padding: 3px 0px 3px 3px; 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-color: #B7DBEB !important; } .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/icons/Error.png"); } .console-row[type="warning"] { list-style-image: url("chrome://global/skin/icons/Warning.png"); } .console-row[type="message"] { list-style-image: url("chrome://global/skin/icons/Message.png"); } /* ::::: toolbars ::::: */ #TextboxEval { margin: 2px !important; } #ButtonEval { margin: 2px 2px 2px 0px !important; } toolbarseparator { min-height: 1em; } /* Toolbar icons */ toolbar#ToolbarMode toolbarbutton { list-style-image: url("chrome://global/skin/console/Console-toolbar.png"); } toolbarbutton[observes="Console:modeAll"] { -moz-image-region: rect(0px, 32px, 32px, 0px); } toolbarbutton[observes="Console:modeAll"]:hover, toolbarbutton[observes="Console:modeAll"][checked="true"] { -moz-image-region: rect(32px, 32px, 64px, 0px); } toolbarbutton[observes="Console:modeErrors"] { -moz-image-region: rect(0px, 64px, 32px, 32px); } toolbarbutton[observes="Console:modeErrors"]:hover, toolbarbutton[observes="Console:modeErrors"][checked="true"] { -moz-image-region: rect(32px, 64px, 64px, 32px); } toolbarbutton[observes="Console:modeWarnings"] { -moz-image-region: rect(0px, 96px, 32px, 64px); } toolbarbutton[observes="Console:modeWarnings"]:hover, toolbarbutton[observes="Console:modeWarnings"][checked="true"] { -moz-image-region: rect(32px, 96px, 64px, 64px); } toolbarbutton[observes="Console:modeMessages"] { -moz-image-region: rect(0px, 128px, 32px, 96px); } toolbarbutton[observes="Console:modeMessages"]:hover, toolbarbutton[observes="Console:modeMessages"][checked="true"] { -moz-image-region: rect(32px, 128px, 64px, 96px); } toolbar#ToolbarMode toolbarbutton[observes="Console:clear"] { list-style-image: none; } PK C0l::/skin/classic/global/console/Console-toolbar.pngUT t:@ ڻBUxPNG  IHDR@tIME;c pHYs''iQgAMA a::IDATxU7~: 0HFQL`Ĵꊮa *\D]]\s&Yb@T0 abLtU]U߽{za@|uΛS|߽n%D yz}eYYҢJT{18ƥh[~1N@sp,~U#Y,ɐİ$ut;1#}\[Uq㲇rpp XoN=>xeP3cY8ũjt1>d>ƿ6q(Te|xfhȖO;Q!xa¿0a(h *q ތ `4pMl<@V7xnms6Sb9t= Wؼï\f0NacLAb69]n><xs3X1>1>M}agѻo{[$R7B]wE9~b^z2[8&a`tTs )P> 1HcM}*iP4N{3*!i@ )|ILd}?Uν .ip5sBGڗb [/ڋ6op5)wK̤)1G<{r2 B6ĬY"}O@D&^Ћͨ3JnzMęg_tqp$b*Ja`Frmjz/@ X >PvXZ=YD4\.>Z 츾=_QQ~!~VRpFtɽ2 $lhyЕGYqg'`KSjaUr&QEsvwB{{;sʲ,T$PAU핒=cEۗ^G h@[KZ'.Nv:+WR!QiKJr4(]$\C,Iоhj&F|j>atkw>sս!ԟ %`tOB1b(It-wx^S($$2Yjm2½F2ؼL9K3\=@.cOG<]8giT*R:-Nzi瓴Яshڱk;۠#b=itDȲAZ &76*<癝HhNb{7hDž+ ЫFswvL`zz ieʴ @`;4|M,AM'AJ:CnJIlR0cD@7^{T&@Z 5:B&Љ@9B敮@G;~Aټ͹dc(mG}4#W_}zUE5K*F&Ulrub C0X vcQCI%1%;!#-0&7~:(Kr3(¨= 쳁(`FDkBA j>"ۍ]fNL 7S3Úw5123BJZ}]Gχ#\f֑OLJ756=$J_ՂM_ GAE_+>8{ ~@;lsoO?JʪfwK=S/)e7L%Y*~nɂ{N d#@ (jtv 6vrs>5Ua0d)wV0 G0Z5.&fkh7(=TA| 㾽,f2;cHOMGӾ'Fڃl3[B P3`9"os9Yfr"'tJ#Ƌ5Fcs; t6IvIs \F>1އ_륅|9,7y ,"m@Z'&%u8@ӯȌ苈O;|#pZdמ|`1x|T2wʫaq>νRu8yX,%uׂ&ΧzA2R\bh۷nb$=(g>2I MMe 1#JGU#5TW_*L(Mw;ʥ!Wqu4<@'ߗd9 vG?m8TǻO@ A|yܲ'ƌn.fM65. ŗ"U9X)F؋9YYk2,R}Q僯D"8%+V(g{b&u9Nq&2|Wɧ{ |R[~@[7V\;Έ}/D9c{d͚570}2'LlNJv[n%;J9s 6@yAA$\ _ ׄ[)~&pxn7؎ߣ5D:ZnۼysiS3R$%4=yFTo1~#\wK䁯U|wLfry;l羚I&Lh)S)_GSX ypN2VpQfLB -Mt{MK>u=Vޛ/wv%+Fu: N[Ys9L^/^$! }dnoPlGvr$ID{ۋF:K8DTɨ(磒5PSoܱcVȇOG:X4aE\,aq|.dу dDo|6lX#uwbȬlZkgEP$-dGOi_^b`ȵ3yd&_Pʒ@v[\*VJr-ؼ IS+J>K㽔INR`?:@ &'L#Ɨv!(oux^?=c`ء̀N!pn>jO-0@cdũr,Ǘ:+3TkB)1A.k2fᒗi`0L4-Usuu{hw KǙfSOdrq>Cyܵ.|*6$f zehT$:`j?T[/36+!'6؆L cX ayg[1 ~)c3 }:J?+`peqSDZJe#FraeC(Wbx`%x Yc=B5]6C'=|7;Z˧zY(dcȜp {j$~7$Ů}W{^/*0Ѫڣ_6c)\ IJ=җP{n?6b~)4Sρ١oIͶ276Z?q8=ccfm\t˓} ]7ROgiѯ5i'N4T :4t:E£#*;$Qj*dI^-_ooYluMyifu5Vת!:`NXE^KRr(CDтC8c\-jRAy&IY'նŌIT2idٔ 2cp{8164ğ⋕>Q;Eg2"W(٬28)Q̴fҙ=}gՂ.c '͑0zBդS%1uRqN&βHҁ@ >G/sAg0aO{CHtڲȜ7V0fy`(Kȉ n=+/m4yHv 3ÊnStbPr&+F aP cJ2I8It6h4L!k,s>W[c*C90BZZbcgO l>d|7ͦݦnA;& tVe’^62Z -!S;8?/_=+K*\$#M\VtT sZ~5lddψKynѯ^5|k7ѻbhUQ2N9"1rTϚ?6*bh2F~_2> y,=D!HjUQlc* N Zb(hx||)?!` rͷ`3-<~7+N>PO+zQ#UP`P2 OܰCp ˬ" !OEU1;b(ӫV>-,Wb k#ssޚJ]Un#B0J[ąN|#xgZ3t[aH?[C٫Ih&sԉ4U`);krQz\ʷ-Sn:!{NQ*a8j01t`AhH%O/M΁Lc&CkZ NafZǻoЫW &UoړVq`\Xe>4Q~ˋ-T qh >PT'Yf! 'v  XM@.OoPsjCz_m_\5ؿ_tšHdth5o zq97$t1|L ܌rV9DOf$<(GݧNim.HDLg2[A xd^Tlp)c^á1,vDR >:&K)xJRL JLRt\p!HL`hT@V_ lRv>B-\`"3j`+Ѥ+>VT [jG^k RXZ>O냒@9RF$Zp" `@dDݨ׼y 2|G;AnC$7J=x{|psH"-4eر=|~n1PiVҒ";3!_Ŧ)hrQS, ]kLN kSg8js砊 /";Ԫ|=p@EFoq\lkV2Nzx ZE%rChE"lpFp-oLgbчy"ǵ0f>?]wm78r`LP[ψ['K0p}55T%c iYd6UW@p;g}oJMG|Ԅű8erx@[溣ȴʅVɷ.FVf7 e>,٬Ŗ،U;\Vk)RYCbYY1XYhJB1@%`):`5&65֣ W>zx]NJFPZz@% (`FaĀ$I@;5Jœ^?V=7@I~vJ".P4459lEu*ٰ[x(]<~ɤ%RW{E ¢^j* FRU+o) : |B3EE.qYk Gi~"b@i^* 'Fe jwm_.\<PUK5Ib⢴'i |,BMH! 4\$B rmQ.ڐY1:DMFVĉR(P!iҫP7Ff 1%{wd23l|~V5+nZ4KV |0  '-\5QZ,&2d5yFأNSv>S$P R8_+'ѣF1~gRU}3p$qXK9E*=la%ƇR_ vDV.+>@VvBjܛHU!ud> bP^~Ƌ/AW5_| 6%0w9>fGۖ j q[(L p8o3'Qnev rM߂PXR`16$ j" \ztP6#?vߐgy^ͨM>'~g.7Y ZI("=79]@η[2,PG;ZPD  Le0ηA5rڸK` 7qly# s9@Ś&8WLBbHGa]2}_g*0 㾽VS'| Yl.|Chqh} ^ X`R1+ Q5Aͫ09T1nVF&7>i|HrlG@/#>Iڇ1qk"/:8W0l2z;kp|`495t?Ev6 z4iEڏ$l}^s %zn23'dS`Y v/F]L59|'nmy0I0D2fݞуVh ҉ kst:}0?A8ᱻ3\pÅI18Ҳ h#02i]#+9#rɝ5R^+f5U|[Hǣ`?(̛HUjNwZ7YPj)~C0*H00]۷@펟qVu(ʓ. Op:mP' qDdCl3z b-2;`:T$@G@AGʊj4:w:_ұR(r67>YUțDv U LeP"P ]p p>`Mw噓Sdۇ*ɵ V khvAu͑ps&\!*aho_}$ _/ti7=w>>L/ T vzGqHjjP=ʲ[)J A=\bPۖ>[wֹkiŎ4\n)ЫW!ݯ8Ab NzUa@\^k GBTc՟D,vhmmc*1yέ {c<c֊b^ P,l}\s$8߻Ȯ0mEWT9;I'&O>UK %b<Q@k J2kcs!p#ɴ 8D]{[+67hj5lXB9eE&a̮Ҧ:n:Sb|-Η|>GoR7nX󚧴*!b_`Pmp*{q>{<=t8G,2ηӦ=OopvN|L"X`m%E8(d *12مjPyY ܂ Jmb .+`䚧*(i@b%^N.I5߂@xK(->5k/?YQ9T,nţC,ZѧZEy _s:pKk+kZd pջuzG2MD+HJ>{'ahTkZ ~߼ct2y"KVڴv4bO;Å2-ְ_-W{0MFvΞ\U5Ps*n:dHR!u`H+5fbTv}pHWkE FI d"e 1YٚZ}Qo?"_|o?0xӡHXF E"! |SHNZA⍥m߾g|EwOtON%u&=^``mzQX@5kg`y{|𖗕2]si9RZ N&[TV/gPehDf*+w@{>0M1lJ Puj& p"Fq Z8~zڬ& P2p^}+sm^z<>|q|nwU{hi]87䒶X:& #5Q&&zyyMSEeu9T%[Pvocăs>rܭf| zt}VYT6|c8?Xv(ħJ 8">Lu> Pܱ'>@Wwi|,g0;H.6#LHE{ ̎*(7[as{#J8Z~h= .^>'s ӏ.l;4-PRR¹05 C;ki"_# 腠¨5+&C~iƥ`K(ZqTVюx@J02|X>pyԜH$]& %LVp՜ -IFknXag݀N-h>]õ.֍2v(H2w6]EnQ" Z%ظ3/6|S f} hUá1-W8ߤz s F +8Wk{FM$~oZy$h xh3QR5k/>c3lqy ٥<tdZ[g!V|sΙa6N9\TE[>9gTU啕>(&h^OX>hhYIlwpa'M̿i_GR1Y IENDB`PK C0py};;#skin/classic/global/icons/Close.gifUT }:@ ڻBUxGIF89a !, k˔{p{0;PK :0C ..#skin/classic/global/icons/Error.pngUT @pڻBUxPNG  IHDR szz pHYsnu> 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_FKIDATxė[lg.{5,{0.b T4JE"%M-x@QHD!(VrU$TrHPHj18ؘ^fgfn֎KrOg .RD߄&4M|p Iā@`Lũд,[gjmSK7 7vȦ.WT߆D׫|5@,- @OÜ9p;V)ؾ{߾ß'? JfΆٺuWliѾXߟ<\Y޴ɨH__U HX +WAq]d ̞ `Y6o&58!j|8}`޽ SOݻ#yeh?mt±cXh)n a`ympQCAH;H(uQMMx)g`B[iJB p f(0&P 4 BukȾm0'vuw㷵w0Mu ǎA[XZ| 14ExPhۋ{0~:}_n'溒_| ~(60_GrYxIst]KG)U_OM7̙.>耯>RhJm#*f/ |֬aΦl%# ЪE5kRh a>/Euؾ~ƍ₳g% CT:8g C,9#4M[oe2{_ R[t}P ]FXB4oN2 \\wLaQ-h,&2 Ν aCC.^^ ǃ͛74HD[D黊_Du5hTL~~rz66rI%KQWkܽ 4\-t?0qBRZ~aGK)qXmPbhT-Kx4<]qIpτ]PKwhރ÷aL$bx\b@4*e++x wt`C ;< xY0#oX;0f͒&ruPȣ?\w718O/uñFG:JĘsn,K*8,J(/ n޼/pYMSjrA KsQ.e=PT/X`*^[@6K͢2lVzD6 17p]?7f*IENDB`PK C03B)skin/classic/global/icons/folder-item.pngUT }:@ ڻBUxPNG  IHDR szztIMEORQ pHYsN N }gAMA aIDATxVkU?ll6Z+&҇"U,A *h HmЏR$(|h*AE[KLCCltMcw33;s^ϝfݢ8;w9ޟ|0PE7 j).޹kkop/Rt1036R?eÁ?id\IW)Iq 6>>8é{ZHH1&o/TxLDo}oW39z@Jf$ yهm_`G&PCN}qwOcgO13ܹ:@"wWjcOcpTA }03ҸC;{ lyKKذŜgD.֭m)۩2?>vX,*fPf$ m&ǁ-Zӱ7{:w#޵(c`6eqztx "^ ą}MV<^C==a`zz`/M=8F3oށx Venr<kgd4JNB p]ϼ=EAA2wus+)h\ J( k;t4{s@A$&ۉu=șdd*`ء20 s #! D("A 4BҀ! ,n HAEXQ 4|L"@6ps`>c8;) ]0 ;z[ڊi_ NraLz4$2) i!uaRޟΙpϮqx};*g/tyfX4  '"Q$,~2EijI; XR]b*[:32T*zI&!+ 3! y@b"c`2vk-g=KS*lX?L#tS6+a|%s __BS ´zgØ~,@G_7ت?zd:V=c2TYF r,t9Rb s@N@ɮc >#- Ík|Ͷ<~RnX&!!4j( Ҋg<^@qHnЏPmUŎOpsS'R]4 J2,0~1V<0e֋Qd?  =9)~G_OhGsCmY~`'tVzjo^c0Rj(B!5D/^y_[OC9}lϡ؎M=20ן|t=~ZFFgl/@\h0Db]N j5(Jjry$ֿ ,;߆e9J*™An{s7Z^@C߳KrqfjhqJcnUO? Y@w! Рnvm\͕/_g$t g~161[-IENDB`PK C0ݾv55&skin/classic/global/icons/Minimize.gifUT }:@ ڻBUxGIF89a !,  ퟀhRS;PK 0xV  &skin/classic/global/icons/Question.pngUT @pڻBUxPNG  IHDR szz pHYs  gAMA|Q cHRMz%u0`:o_FIDATxėi^Ug]g̴af)mmDQ~e1q%Ơ|0q1n FM$:ƈ&"P F1U2,ôC[9P-$sssOy΢Dgd0Kd^ףFnZUB+i7;LB{/?s@M |6kϛڷwWN21\ՈpZaqtU~w..(%/[\ 3V㳯x .ރAPV^yH<&+7Q|Qz#/f._ʱ>sx AR U:iV\\۷?_'|IjfnV5⛯~t×o#v4%PYli*,psե0A8Mnw޽:5r_H T-;}J c5vհse?pt5jn}Ynm޿J3\Zw\}χ8E$WZ^}][/[1"}k,1S$!Y[{A?bԟݻ{tU@R/2ara9M5I BC//݅_jfn:ڼMnFkE7 PR`_!)f_Uw,ꗉ 37_5F_crhpjFH≄ac7͏=۷;kg9ѨX/h=UX}hv&$`zi9&<([$G[0F%r|/u&Gڈw p|+|F(.ugOa|"a Qx"t3Z EYsN$jFD UqJ C򧎬_<cK-&sh'Nj'd"gqa68gF92NHJ!Tc+&v"Gٓ<޻f3H; I*i /@M[J)l8s(2D2`{C.n8[bbY9=7yjZPmV@ \XkSm/wNU*q+2k0`YsY8icxv=c! (.fB@Sx8b}j;j*/Xc0y%DPP`g񞣜qx5Ħ!` l t5*$'4Çn5F.ltPPwP06&btd+cMN\9Zbtx- {M;G$9qpnPsZ5W`f\s] S:DrE BƷ4YZX?ͷ]d>Q{Bw-ez|Q 5jD~Z 5 UxH)v )J#(i >xjEk./Az){'8ؔ$WԬPeS ^}>Sjy6}V#':Z8C]F ?v'$I' Uϟ `p2UaTNܻNLVKws3Z)w5_Z۪A6sl%e1'8 cϞLsda uy.}[_T<[.sNEĦ1.>nmsLXt35vr_|$(rC_=82_NҨpxɑ {}z8VpdsghܜeSch'n}O[ZqޠUo2ܨ3TЈ#DNVNӄ$Q E( wt5{>^{vD~ uᜩ:k"kڨL+D@^mpsu SzIENDB`PK C0==%skin/classic/global/icons/Restore.gifUT }:@ ڻBUxGIF89a !, L vin"rmQ;PK è0 OO%skin/classic/global/icons/Warning.pngUT @pڻBUxPNG  IHDR szzIDATx[]UgܧNvigڴZ)hD!EDC DЄHb$@'bLRA0hjSNvZh;̜u.{oΙ*vjLk}]_VT?T Dg"W=1Q¡~E[%~>l|Ԇ$߭SgK"9k9o-Q<'Ӈ,9b'Y0ftU\_|cƮ]'HYM/* B.V]v}L֨˚}(6φ@bn*0:s+9rt eQ\}Gf7q'SW+-4eΈ{<ؾ}֊Ao]OoHkל"YuU;3 >O9*2yƽ I\n5/<_W`'.x Q1!ӷo_͆;w{SڕGS=_Y >u1UWjL "t֌9'oVܼ^:cgh5,9_l^}jY(j<ȚmYǃ$vO:ȹ7ުpݿ'O(!5fF{N\rir䂼Y7"kS [Vpq>XzŃ:z+[<9T?U5l zQkf]1R@M`0135bbCP=]..l6kpI" VMjC9C16ѐve^~׼uƙ H\jh[v̚>lL@>}dU ZլK$ ֎>c۳[S[E>#H=]yaKɕ7(ʔ$o&eE "8ɗyI1 (.yrO*E~&ӷ醎Ur҂4'.ͥxa'bq\'IE2`z7ȌϽ@-FѫyW; rA5o#(=2S<`2>%]>Koʲ1d6b+!([j)uO;2Ds!OZM\QU\ФoOɕ HykJ>w\~(iD+R }Y%пqj=uS*J+zQ̐$K=:9fgډ)hK fNթT2a*R)$qѐ}fFAFz=o 洉$$" TQѨ8dsA-e7/f ;$&w++IENDB`PK C0Yy~'skin/classic/global/menu/Menu-arrow.pngUT }:@ ڻBUxPNG  IHDR/etIME 1Eq pHYs  ~gAMA a%IDATxc```πt #.-0,Ȁn hmIENDB`PK C0&;r0skin/classic/global/menu/Menu-arrow-disabled.pngUT }:@ ڻBUxPNG  IHDR/etIME 9 A] pHYs  ~gAMA a)IDATxcX`$"` #V-0Ȅa@7aiIENDB`PK C0$-skin/classic/global/menu/Menu-arrow-hover.pngUT }:@ ڻBUxPNG  IHDR/etIME : e$ pHYs  ~gAMA a&IDATxc H D 20AFZ`9 \IENDB`PK C0c33$skin/classic/global/toolbar/Flex.pngUT :@ ڻBUxPNG  IHDR w/tIME; pHYsN N }gAMA aIDATxcf@@@|: ́: 2Y"h6  db# ^ d5 Vfb rih& T5;1?:5 / YB͸$01!x @*@-f^>Nbd' A8 x@| 2 6|4Z`IENDB`PK C0F4ռ'skin/classic/global/toolbar/Lighten.pngUT :@ ڻBUxPNG  IHDR7*tEXtCreation Timem 9 dec 2002 16:20:35 +0100xVEtIME 3& pHYs  ~gAMA aIDATxc010*9 7.5}IENDB`PK C0CYY*skin/classic/global/toolbar/spacer-lft.gifUT :@ ڻBUxGIF89aج!,H4#(-zu`( Bs> ;PK C01؆XX*skin/classic/global/toolbar/spacer-rit.gifUT :@ ڻBUxGIF89aج!,8Lͽ*\ղ%W\ ^EJ/;PK C0=+!skin/classic/mozapps/contents.rdfUT :@ ڻBUx PK C0tGoo2skin/classic/mozapps/downloads/downloadCleanup.pngUT :@ ڻBUxPNG  IHDR;֕JtIME pHYs''iQgAMA aIDATx]]hSg9idiXXV7]D^L]l+nLeRMvůZKiץW>䜜woJ[x^|CVH;Ep$ to# RJ|Ѷ'-fsnKG4 !ˢua`Zfb#dԪHXdaX[5hl[T hzeYAR,ڟ󫈴4a'^h'`:S!<?bqszGY oCC}pxx@)P슊|MdFvs[5Nҏkrffpz4R j ?%&F|wwtsHJNeukkY Bh*UtPRۋIRo0:t֓';񯴀Z"/^\o9Yu:]:lA-I U  $-|RP?B;W_nH2s\)IXPFQ W+7ҥt0yN?^!ʮºEGs2NUh:LqܛLlI:s v&݂bqr,kNnjW&4(@V}}.o}>4GoG4[%V򦗁=wՅ_ Qm͜K_SG'?xdi2IENDB`PK C0:skin/classic/mozapps/downloads/downloadCleanupDisabled.pngUT :@ ڻBUxPNG  IHDR]tIME&$ pHYs''iQgAMA asIDATxMNAQP1"F Cg+ؠ=1`g(6Zb&FXn+ 8'͙w=#a،5; ?XfF?- v?h+yq?7<0:ƮzCS݁pen얜 /Jaa neڹsx+ytkgӳI[#p{;7z.nl~wY9&=q; խx~iʖ+m/*G,wZZJDV-OW [Ս Yq`G{9 _P@G|TĞ,,SZ=C^N]]`-h[+v!P ,^0HxJLJ]U7MH) ϋC C#up^ X LlNG$x1GYy%td|Nm.7rdfץ/!MO Oգ Zks\+nb|&׏Cl4L48Z7G3EuatY-C*;K^B%޽ǩ& 0TT",Yx<@^ A "ыmp98wxt@5V O- *KlhYJIKhI&$P@uZmR-ŐID V4 cp5hLDs׮RbiA}]~!D%J1*)du L؎qwa(͐e^b/_CǗOj'Odra224Lk~+ü5>[ųK\T!TDQߴʩ"7G̋POa}h5[FxÇ^Ĺfi¦FtS4+$;@K 8BSʽ8|g}znnΖAsSU8*{A0LSR4 ]U+B\7(rAkӘ!<6L%*)l!iĜv [Et+[x^4Scltezem$PHb"AeCTZ;)INLlx d}\r6׮-P2K]Vt#|KD x%h%b$J@$|[Ņwd !ԕhT>K+=6 %h̹hΜ>fEՖ?]r!V2URFFMw\m=+#zIA5qfݽZ'D #+G k^Z'T\B n ϥ~H:vBؼ#2uE_3`2e`\pNЛ%jhI|:96.SǖV J^C y/ 00敓:9HDsr&1{{nev:N`~>5ʶYbv12/&e4dP&&ќ86\LE.Viyq5giky,aK,ɨ {<Ɏ_NI_=:=Mˊ!ĦFщT6K bd Pܾm&O\cX$m_1RvJԒ?N6l[v~Z ?K,nEIENDB`PK C0'{btt2skin/classic/mozapps/downloads/downloadOptions.pngUT :@ ڻBUxPNG  IHDR;֕JtIME.v pHYs''iQgAMA aIDATxu{HSQ}nwww67Zknfij?#`!QI[ R*E|kv۽ :΁9=ڥ[oYNpo*\:5[mGz7mTA 42 |-so]/uMpCSrzk~ 5]m3uv'fRÓ.[z1U3#1H$\B (h28l۾QKѤ[tRw2$c&'`H%3 EdQFgx^VY͆]l2hi}_[<,;[MrNg ulq=k,ugu.1ϺņACר18ٳ nБEzÂJp4=B׸XX۵0f[U4 Hpb" tRț-y>3gh)}`ZO_ݻ{VSI<`zۻ؝=ÛK)q 4]঻rZo}{\䔖o{|K$v>FGǮ1bfRIENDB`PK C0s{{{,skin/classic/mozapps/downloads/downloads.cssUT :@ ڻBUx#downloadManager { background-color: ThreeDFace; } /* Download View */ #downloadView { -moz-binding: url("chrome://mozapps/skin/downloads/downloads.xml#download-view"); margin: 10px 10px 5px 10px; -moz-appearance: listbox; -moz-user-focus: normal; } .downloadViewInner2 { background-image: url("chrome://mozapps/skin/downloads/viewFader.png"); padding: 0px; } .downloadViewInner1 { background-color: Window; background-image: url("chrome://mozapps/skin/downloads/downloadsBG.png"); background-attachment: fixed; background-repeat: no-repeat; background-position: bottom right; } /* Download Manager Command Bar */ #commandBar { padding: 0px 10px 5px 10px; } #cleanUpButton { margin: 0px; -moz-user-focus: ignore; list-style-image: url("chrome://mozapps/skin/downloads/downloadCleanup.png"); } #optionsButton { margin: 0px; -moz-user-focus: ignore; list-style-image: url("chrome://mozapps/skin/downloads/downloadOptions.png"); } #cleanUpButton .button-icon, #optionsButton .button-icon { margin: 0px 5px 0px 0px !important; } #cleanUpButton[disabled="true"] { list-style-image: url("chrome://mozapps/skin/downloads/downloadCleanupDisabled.png"); } #commandBarSeparator { margin-left: 5px; } /* Download View Items */ download { padding: 13px 10px 13px 13px; min-height: 25px; border-bottom: 1px dotted #C0C0C0; } download[selected="true"] { background-image: url("chrome://mozapps/skin/downloads/downloadSelected.png") !important; border-bottom: 1px dotted #7F9DB9; } download[state="0"], download[state="-1"], download[state="4"], download[state="5"], download[state="6"] { background-color: transparent; background-image: url("chrome://mozapps/skin/downloads/downloadFader.png"); } /* Download View Items, implementation */ .downloadContentBox { -moz-opacity: 0.0; } .downloadContentBox[animated="true"] { -moz-opacity: 1.0; } .downloadTypeIcon { margin-right: 10px; } .link { text-decoration: underline; color: blue; cursor: pointer; -moz-user-focus: normal; border: 1px solid transparent; } .link:hover:active { color: red; } .link:focus { border: 1px dotted black; } PK C0@t_77,skin/classic/mozapps/downloads/downloads.xmlUT :@ ڻBUx PK C0 ?553skin/classic/mozapps/downloads/downloadSelected.pngUT :@ ڻBUxPNG  IHDRd@W@( ?BgAd +OodАT}!\)%=|y`!Ig EG\EŇ "\n} X@(yidϳ t7û=\9u~Y9-cniu'ԈO9_ p 1129o+gf@a-64O? p3<|AWy7;Cu$[mVϺn:qlvPx ͗w q daS/&|{ZMR w@1YX*֔T t?P~ym༴oׇLuNfyXasxCYtl 沄ς'_~b{=71#@]W{ iiWYX<&#w01`9V]B T`XO*sbexC玩䄥vя?&eԝ .<VC܇oEPx`" ~g=HH6** kOe,)x.JX31 6(?;, rffS3~pu5v]Bx/}uῂU@1@;3xyL_II&/s*!^AoN!d[_ܫFȌꪅб\E LB9ѣS222- iL5Ǐb++// cL 0ƴ@(yidϳP1 ?9%))y a~`,qeشi|L?cZLc ʘ֓'O&h7ëWc &&ֳ L l||| Ϟ=%OcZ0ς??vvv2N4 <ó5$ ʘVsssoAy@. cZܗEŋ < :A.)cZ@aA' %@(@BSSS-Rh755&P(sL g* Ç'Ę06{qi="4\` 6́P *-* ǁĭ ˻xǴϞ;waǎD{4C`av`u,T&1-P@cX`PK Pƴ@={USSc%m`VZTW^wF1-b"ƳG ,J\b< t .ف«kyTz@AP9!!!1lVV AI`w &b< MiӦ) ;xh'`3ZpAAAl8Y<**s67Ã~S 1-省@PFw@1YX*橠G@ǝ 4ojtt4ȳ ڵkkjjck@e Kgk׮@Ԙ@] U{zydP@b@U 6E}`JNN%Mp?gΜzJ2Н JJJ1-bƆ0Ǵ@`Sg=uiP#aÆ -мh^ ,@ ^o` @;Ӏ'QcZty/ohhH@%)kT X9goS;aq`5T@;`'?cXR`! ,Ac*Pd,>|?6OaŌLYY1 y,?lF4O>vc\"‚* 6Ѐ[ bqUo߿Ω+2@`kgh9w=>L YIIzL b# yNIENDB`PK VH1/5 .skin/classic/mozapps/extensions/extensions.cssUT UfA ڻBUx#extensionManager { background-color: ThreeDFace; } /* #extensionsView[state="extensions"] { background-image: url("chrome://mozapps/skin/extensions/viewWatermarkExtensions.png"); } #extensionsView[state="themes"] { background-image: url("chrome://mozapps/skin/extensions/viewWatermarkThemes.png"); } */ /* Extension Manager Command Bar */ #commandBar { padding: 0px 10px 5px 10px; } #uninstallButton { margin: 0px; list-style-image: url("chrome://mozapps/skin/extensions/actionbuttons.png"); -moz-image-region: rect(0px, 20px, 20px, 0px) !important; } #uninstallButton[disabled="true"] { list-style-image: url("chrome://mozapps/skin/extensions/actionbuttons.png"); -moz-image-region: rect(20px, 20px, 40px, 0px) !important; } #updateButton { margin: 0px; list-style-image: url("chrome://mozapps/skin/extensions/actionbuttons.png"); -moz-image-region: rect(0px, 40px, 20px, 20px) !important; } #updateButton[disabled="true"] { list-style-image: url("chrome://mozapps/skin/extensions/actionbuttons.png"); -moz-image-region: rect(20px, 40px, 40px, 20px) !important; } #useThemeButton { margin: 0px; list-style-image: url("chrome://mozapps/skin/extensions/actionbuttons.png"); -moz-image-region: rect(0px, 60px, 20px, 40px) !important; } #useThemeButton[disabled="true"] { list-style-image: url("chrome://mozapps/skin/extensions/actionbuttons.png"); -moz-image-region: rect(20px, 60px, 40px, 40px) !important; } #uninstallButton .button-icon, #updateButton .button-icon { margin: 0px 5px 0px 0px !important; } .commandBarSeparator { margin-left: 5px; } #getMore { color: #0000FF; text-decoration: underline !important; cursor: pointer; text-align: right; -moz-user-focus: normal; } #getMore:focus { -moz-outline: 1px dotted invert ! important; } /* Extension Buttons (Iconic buttons in each extension item) */ .extension-button { width: 16px; height: 16px; margin: 1px; } .extension-button[anonid="options-button"] { background-image: url("chrome://mozapps/skin/extensions/extensionOptions.png"); } .extension-button[anonid="about-button"] { background-image: url("chrome://mozapps/skin/extensions/extensionAbout.png"); } .extension-button[anonid="homepage-button"] { background-image: url("chrome://mozapps/skin/extensions/extensionHome.png"); } /* Extension List Items */ extension[selected="true"] { background-image: url("chrome://mozapps/skin/shared/itemSelected.png"); } extension { padding: 13px 10px 13px 13px; min-height: 25px; border-bottom: 1px dotted #C0C0C0; background-image: url("chrome://mozapps/skin/shared/itemFader.png"); } extension[disabled="true"] { color: GrayText; background-image: none; } extension[disabled="true"][selected="true"] { background-image: url("chrome://mozapps/skin/shared/itemSelected.png"); } extension[disabled="true"] .extension-icon { opacity: 0.3; } .extension-item-name { font-weight: bold; } .extension-icon { margin-right: 10px; } .previewText { font-size: larger; font-weight: bold; color: ThreeDShadow; text-align: center; } extension[itemType="theme"] { padding: 7px 5px 7px 6px; } extension[itemType="theme"] .extension-icon { margin-right: 3px; } .themePreviewArea { -moz-appearance: listbox; margin: 10px 10px 5px 5px; } PK A0eUU0skin/classic/mozapps/extensions/themeGeneric.pngUT @ ڻBUxPNG  IHDR szzgAMAOX2tEXtSoftwareAdobe ImageReadyqe<IDATxb?@bb`@pxy ?ڍN D;I=. 6d)zb+0Dxdzri Z׭\jvb#p˺&?x}[9Zmtٹ^z_豐To\\lXrQgOK~!fzG?9O3"g~ƍ Gd9aq︨X|^Ǐ -Nc~p`Z X>:d2epr$6f~a`ع S_J*iG @,,ްjqz%Bdg2x1ZH f` A _?30Hp~5yĂI*bð{7CYE_RʧLpQ,M49?2|? Goc\_9̰/݈@kOĐ*_} &@4\CzF \cLl-  $l򺁾bi9vd@P~0o  ` dV7;ÍY 'gp=AP\ ژ+A=h#4/@\< $" Qɣ_ x%0;wO wf(`вdSWX.5.=;K~A ;x.7f5^0=IAI 3>aA7! 4aϟ>feLѬ:f<ʦ >|b82G8ÓWNYSFY9}JeX=}?j: O2y] a0gx$C\Z>.)⋍7^vs =G,$I.`\~fqfxŹϟ +L/TҘ7R%'nX|٬ mf8o}߂ AXϯ?~2%K*0fGuŰgu l\leU exp!rYw >^wᝄ>}$p``&g2߳F~C^Ll83]ܥs e{/&˧e4~)A_LA1A@JX. ,dAy ߾}+[u=5{mre`%&{eͅy~g6@ k`6b8v`û Nl,Hj& ,A ++`SSL޻+-! ΪO>x3 DA ikmIm)sx~b/$| 謺\ O| s @5w@tMyɇIENDB`PK C0޿e@@/skin/classic/mozapps/extensions/placeholder.gifUT :@ ڻBUxGIF89a!,ڋ޼;PK C0әgg;skin/classic/mozapps/extensions/viewWatermarkExtensions.pngUT :@ ڻBUxPNG  IHDR`gAMA7tEXtSoftwareAdobe ImageReadyqe<IDATxb?(; 7 2 F@d< F3(x@fQ0  `4AF(h4Qh 2 F@d< V0 m';MxdZ*NTm3x4Qn z=C\#s]x55.:)uaxyiMiI_-ZS䇖}᣺920\'?sw|- _SC&`i6cHPʐ"G六pO9S `4AF(P[7;0 lb[NDO ^wK,/E,X\WsG$ryFBᩙXY3Ho-?Tr 3*U"V(NܤA}O3o_`Va(hšk?1)6#K_Xnq̃" ddA9 \gLŋ|8GPyvCuMPjEt-k^L՜@'ntx*>&Ӳʿ,`kaa@޵jX DwVm,[Pji \| 2)_&ۥࣟk2T۹:xm1R GI$HL:ϣe؃M-0AV;1lFk򣮋jqP( uqѐs^PU/8Es?h4KA~]=SYO_cc/RޑO1Bˏ}hgĺ6=`6Aܿzr3vb}bnn0J0hG#ShW+^T܋lzJI$9J LU,7]`Y\0#>?ky`TE(m-FD5-|!$/s}lmbhBYb.ę  _vZ7ôI;TT;| ?PYUA.Jr8 T(EEWNc #[۲ )fRU!Atf e8 B]@L`p2ٳ`  ߸M0xt*ɪ嘲,t; =Z ; Ͻ7B5:+a-ߕ=1L$?愤)xg`\va H8;6(9Rz@E < O]G=~-TDo+QQ <-q!g*z"Ybͤ8$ء\u HF,EUFCցWJ2:5PS3J#%ֽMƇL +2S^pA”kBMdɶh$k/lKPߨf1q`*^|i=`ÈK2#*GO`|Qڔ{n*C)PiT뷀; KNE6b~]7GF %hTiۄ봛%Rpm٬]ȾG;56᷌fe; @z6-ЙIFo0?27- We'0Jo*iog]pJ3)UC.M# hnŃ.J2ޣX2WHr_jhvEnXS "ikXH#1<ΛTގa}X"%MCBfwZێSVhauap`fYm/qaV}[m)r.m&uJ IJ2V}ݑf+z8zހ!;ڢE[yZĵ^W{ 1.G44zx8$0bLD-}ک?oVA|m@\4!) z#m:z @)ż?ohA؂s{Lse~1J^$O8)%zB-Ru~฾C:k@hWMWOe^(.( ';+;. :C= #lrIw֍]y 7j@&@`%yN"z/߰$1TMd&Yr^OA3())G$I=h,ju- Pׇڍdu6XVZ(4ƞg>tVGf@Q @qo4c~#AzM Mٹ9*kzmi.,pb-*ͦl("IтKITsuPm]3#:h#U |*dwU kz\OaN3 e_]}RSMQ Q-"Gʹ"Z#I*yF^9BZ̀*ˇUd>Iv\(vLe;G!2zKxEӵl[A@s$&@oMo$YK=[];CWgck-Jh' eKK+f Rb28[|L׃;/" w2ެ#Ձ œQvpaIiTED8 T<'k7F,,|&, ,٠7q q@\vQE3 P@r,$JO(+i+5].r1k{TePkWcn9)ֶ Ck{]YI Cr.ߘ]Qc*~6=v !0+_ֶ!C#H~(ନzMk|PBFy"YvI:8a\/=01eȹRXKHxz}-mn(Ս,fƯ fpD^uH6nL5PX'`0'<6: Gpl47*u!r TWT^u $PB ."#i+QpDQ/O}! ""tyyvs@;49/ e՛ N:w†劑 A^gclQ #rw].! & Mn^ui\[=7;] ?$6hu?< =Ccz hیbV'yñc$I`XrJ@׳Dp# ӋV;8s5=B2DDY'ȪHjxΠL0YL[bj/hjȡ%rwvb]NC  '\j5*jOJLI*_a;aCDvkTE1c:ްWzZ/@|x9ꃰZ&upEzRٷeaZbXK_ lӓ΅<PJΡ ! 9"qt,j@(iy u{Fz+D pq5$99:պ B.A:ˡlGb$A:!/YXW! I1- raX;iS{v#!DiY{2ޅ<|쪠f.Ikh! >|@7왫Rj tǸt~ꪢ33$?$@˹[ WqYSnU=v} bzϡi{9S"[.;=4>GFF9R"#u n.H`+8;pX"Q2 ͆EN3M҉3zxE3SF.qZpRq^s 31gu%7_RdXv`D"qb,VP{"@6LCf0NV*.@ ۵c4]>Q%|C8 vk~.YxGl^mro׻ҾgxKf AfFP-8N; I$|Ը8Byy0MĪ%^g*ɶ "᠁gi ("&+Ԃg\lF,5D1>U׽u -ܛEI:{R$C1`(mdne9B1Kwk4リq ! o CHȃZ59A1)ʾm3`na Gd:G脵˝ GP< ~qD\=dҒ#yͳ D'Ss7z sȱ*H{uI Ҧ1xdS|hhzXXW9H #z žd-1abHpW9~ժC}wl pZ&Ѵ?u/@ ܵH-X&~e\w tG9Z!7 1Ήn "pvw>Uˢ&q{UIrejo.pIk`I­/i/(K8=Ӕd5mWl怟H,T[أF{޹s\i0`_.? X]ST_>}H.#a$>Vd6`6`.KFnᓻ~Wud[',lqDg=|Zi"tEKW#=XCK5!=B ^$E{aG͆!+iKC.*RQDSo iX aǦ.-:/cK7 5(WB?p!; q]}]nH+a a/꿪n)c@R9"b8kRI$2_.ƶXHqжTYSWkrjo'?kCsWtd>c·PW-{4>î/t0y ءth}9zkfvi\ݡ]!2O>\#8<穸3U)ldړs#(|?X9{a iPN 93'`edטXtCR%O풯s|e+J *Uغ< @։(Ho4wIyv&18[?`ֽXa j̠\E;6R$X WJ@vnilL^Qy2Zz~Ty!n-Yewsp`bql^ڞ[| wܝh{0 2D^}ă3J&axL_ۙE}]vI}.,e#xD[IV}!CڮLEwVQ$b"ݒ+>&2毳L lO'v1$ 6|AI֨aT`4FCIMP Ar<` _OT +YBOƧ] TD.eeٛ1&`Bu'P%m]9AQ:(@ij6Em뵏bv[j;adlBoi5aT;.Xɍ3{ bm.MI9JV|#eAi yq!'b2ȘZ6 h]D}}F^qAt0 `kCX 5ch]+4[) <N|3S6&f3b 9CڮhAEm8Ȉ[2_Lm yxkt a!-k|LH23w a(\AbD"9UHvZr2-VQk0VQneWp}\}$nMkWgy5e "> t2 PkV`ȀZ8,rA"gí.fxSwȡYONJt`&lBi|!ɥo9$+4FkYb<ձb cO,I%8]yd] e(V5ֆ` 8#+Ha kP&RT+!.Z=5^gpu;x|rJ|W%)oײ Ú@ä?v۰ 1ii'* \;q>Om_H\@I> ֊<3_dos@㋮*)6X3WYWr7ĿSkkTׇ-5E9$O[s֌nDyz=LdfJH.j`mrǮ;[: +t]1(@;# cX.[n*?Q7,J  Q#L0 @  &~~mٺ^;mA ]=J:@Tlk>($B3b}֩;zVq(?~, 0C3ͷTyP8W p]di{zIm>pg0&`.B z"&oZQ>f gb^Ic}ݤw}&'dT]0zo6T1dNez#ͮ g]E4o 0iќF& 2Uz @0ðFl],E85)%8+H۫m>wǝWG R#=.ڹr@z1E6>]nOrt^ :-aV|zw0y96_.q2x`~VxHpP2bF~f[eohUh1A9é.8[m~V0 ZzZX }#^+MD6Giz[ "ɲݿwnI0MRq Ֆ̣B2n4a*Ib],n r9W #ߴ '}_r2F]$plѨQ Sm@;(tdz>XuFɤaS_N\\"5 3` 0kv4.]Na iDXPw=X縵MF7 xJ5vi3 H Lo-R\cu6/A `jc4B̂ď& 2z*"Z/Yd]5MO<rpSdo)¿4Yv!&ʋ.lC#9靲xRd$8!>Zsip<(#HMBwn%io2 Z^c)1v(̭}'H&HIrJ[p"װY+J!(Ǻhz`t)&f s#qW0]miZ=8[O=0l91 (^3,ҟ:];5{~qa8DC, Xm+PlK‹P1՘}9# r8k1. !$+=缿[X Hݘ 2 W bu3Z# hii߻[Flb##ZT-%+&]s Т?s1U1^ChzW%qײ @qQ^ mLB["x҃v&fAFۦb[&ֽ%\'Ww{J޵WR:?^l[} Ga$57eH?Ꮳ+1QDh xtmd ;]R'%SޕVu%uqZjK-D:r*咮(9A@0` ? =dqSD2"1_x?#,܇iUGoQ@ǨE?x @ @ ڑ-{r^{y箱krkkˀ$nE 3⻋ []S!մl ]YbC3v H.\#f rR+AM7 TxGms:{w 9JTP("E}lȾBAՄA!_vb@ Ct}t|f?=g-B`#+Si+k od&sXFDpJk/XY{ $! P*u<2֕- q!?'}5QJ%r&EЅW RN yqY:ieҕv6r폧.f32m@ΨGZ2 L͍eCG(Όy T\/jm^μ%!X&J:1/aFĄ/7눾 p^{?OZ[IX:^NU"moڄ>W"3Nn|䗌V %m'# [Op+N},k[H1Aj\I͈B(+J eVFlI54n1TlON]և3x 9y-+e@a^yⳊ#ٗR@ U4Mkї1Bf XB8JIS?z)ۓI My@1IW`X3px9G)3Lc冾v#jfh +`˖w O?ߎSwKwr0 2SWf|JM0&ha!¿`\r0Pظ1&č {3cN I8-$Y3U3B fKѺmzE:.hT)uo/\[^ɕB O''Ov.%uk288W"HE>P yF"iͶ2KN(Ǽ#d>mEexpދ%%HxC]+=Qt̅^(oH.Sz( K$>/8a6$ zӼaöeH8qk޲ɿ&e$YBf0-d`6-$?9/aRFM+?"96/+ݼ$"G?`Ѵ';zRLheHW O?iiBan,`r;lek\MrVaP'xŌ1!8#9UvvF.--bHk<-aCz S(?׶;"7bg`iOb;zk$Ѹ_ xQҴ.WLޖ p)Dj>~MK$69"$QJh(Mj ɕvT7: &H}&Ҙpeq"D}imҰxpt(8-Aި|4aXBh~ۭj<i,m&F[z3n?4Xs\m,$`a Hk撴XA'PsR/h&"ASi\ Nab%?sb)j1(M.fd+:)]T^UkAa-!Sa>f@bv45|;)cy.i' 86cm_F3}g21'{& ]i)C? }=4 SQ;Ejg;b.W0T\kurb7DM$f ,;'j7SyD*I Z)K˩Vi.!Ծ],QNcM!˩ nxNFޒf;mt"7\*`ݬ#@b:Jr!H ?MOf/Ha XM Hlݙ]'Kp@{ǞyYun;3C /$8`vAMK4:Zm0LlgW[Djt_ΐ&o*kKM 3hi<n^F{2 oI瑼}p]u$"(j9I?BTⅭ yTs'!He:.7$,Z\ŬT˼FOJsz|{t@IWusm$ | "p]9js䪎8,v>ޢ]٣b<@Us<].~݅8.dQIf8AA7KU sӾJ[jj&M(89G>r)ٜ3)Jq$oe=x)J/JԃӬ/ #ܟ뱧k}|HɟpRHf2G^2'4s ie 0LN%rq&D+݅Z=2\^2u7[q$!yW|yGҮhaڱvO֜8՝61cIdKXaMCj5jܶVÄ&=CLM ˥U[ kXbQ<>Cpd05oB$7x."a&P|n Dl)(,e64>ՇD9'v5^& &0USi,y@g/n@6pۃƚ=5ǢeR C!+DN[d*7&Vl@Sl=d<%~.ဢ2"~Lʻp`atk hPd5T(7,vζyq9_"5 ! _M<߹v.08zhBOZ7rC"#fkPTlUko~sʰj<{"v뻒ćXq)2pk] %Ph2gK\r(0%g6^"8GWC `=bD˨+:?;²d(?o)~mE1JEF!(f`O/%I)ỈB ,7ݓf q|kpv뛷 ,Ra3hmFYD!^hS2]U>q{]G{siL+`s74RDHrH) tS>GNJ}%=׷9\^V,jK!1l{)`vn!F8S8^%$~NۺN$iI48A,>A(t[sAa&7Ue9r͝>Ob(Cq#ݕX&kW ;=M2ڙNCivƝ?x\3;-MUFvbԺŖ(Eemssƹ[ egbDaϦEhf3+DzCJ &QdV "p%no qwt=N4. (2=*znB{D(5VVH(dUr)UtA +H;hKW|. @~wb]iqjdy.䑀p~iC7[_<yj (`IstM`cFd@gZ3/{f=R><*V @ڵ 1Pc hLgΣ= j4O랞H6BѬBn?v@Q_$jSRx ѱfߠtXW1tx0k,ce'Diˀ;.His{^f3QK~u+#u{xAR%b[)/)"SE"Faff3tHX$۬"+OZeӝ͠U7Uˆy:h۷/H;a/$&ClU+8pL;9N+rꩀd%YXzyҤcvqyz/6tRdb~\ekp&,ȣ*֝$y A6zijχCT\U2+ެ:ex-^a`+WΉeϠ(O(ҹr %)T*2*í=KpBm R)e~rjztڷT S˵+w~wQ2_7U+;YwFeR)"\zil פ VahSuldk$Ua"Ԥv%c2bq@˚y>zlt/d]5X&xR~3],q%5$шiT-('Gl<Ez{+h kArlւ6(eG"Vr@}13;P+pt5fvEp!q8,"N;u(+a{eUl"G=Jv}`ZvaV['Xlhp@Hq"M)gLZE}\Xk2\6൝,.I]l3`j&119E9(q7j3gnA~gx5,xK\X `F"6 K;srWO?grـJ ԠoC;USERlVvqs(v~4 P_k1,  ðkmCIդiyM>Jru ??{~L#CQ:hUbb,>~޿ 3{"[#-R@z3[B/T܈#kVW"xm&G#%pN|j@a:L|e'p j4 '+8@ٻu$+ݚl/55S 3rylFY*Qu,[(*@>%˭hsTu\mz ڵ 0= !MBݚ;iW4ij]8Sn&qw?i"0Mxms6G{cV0tpui`$kwGaI$$yZ.뜖we mx&;@F?oGwHu]LOksx+Aa54!480ݪIx5Q ̔EB(*/ D3lPFz:'A"x7/19m hkGHLhpqìE[ilq7UPYCP(-_vueYs"pϻNW@)< %"I[%XMdYX$w6tG Oq&pmkOf*?_v5= bI~Bŏx2Qc@x|t0'R Ѩr^@[}tJXGTo ׅY߿v!m1Ar#s$ oX-L^^9F,Ιv!G8.Z-얋 Ě2f71P4\dlj$5\F4x+ ,L*NQzr/9ױ @ܵ F 4Yw'M`/=Z4.@IJ׾VgcP)Stn!'SR5W|fM{%4=vo .Aش+]]J\bcn?AO%!1e4yJCWqJ 'ݝXڜKi$O"]t}WZ%V^6;n鸄C_$l']A D{]fPZٓFi;XTcȭA01W {PLYEel7 @8G` L?[{ B8{ժ6`{-b =07腽GRWSZM97 JNN^$ h9: i;ؿVaON}{nPHTBb'I'ӞN{ejƵ)b&)@cQf9#e"]c/zhny{O6?h;A \evr+=l䴔wWS/bk:ZֳDلR C5`cm]׼3 `/ܾB \0Y lGCĻF}ͪ$DdBHxhZk @XDŽD* 'J3/2ƒ.<~LVD d[et! 4w*yŃ M۰<v9 0]mB;7nIH6I!N'TQ8s02lHp]:@%*zIbqqQC! v "$իzɜSdZK ~ -=%ȲGg0" N'Ubη)ޡނ=;G<(0gH6 (l{DžASUB蚚)!F b Եc;(=G~;ϧ.Ѣ;yӸ-sX&ʤz +(:O8(XA +))R?X94[gu`) d`]73DbQ6reR(sʔ;V-Ģ-926[Ny5MJ|3s0G0z޽g?[DC^ ;D.7!p}XBGߛGhF`jy;E-TX-T*MXcR 󫙣Ǻ(㐎N_SGm4*HL (O04gEh h4K;`Av6;1naL12am7mvAQٷ(D4it.} h"B]O/ujxb eJ[Y[̾܎xg]0|b]=_?=8xUTfߚK7q.Gv.ԁwI ݳ Zb0hlzsmBفa CWRz^^(R<H \3rq־lU55&f]0 kVEccu`i'nd%qm?{yi,WZDC .Gt?@GޮhAQ,"c8ѶzIa0؛c\]AbŊ?ȋI^JYcAABFLRHU$Bs ͂4fny; .hyN>K1/ e[>LEڈ0Bnse @zk~b 1bzBs&z֕=Uzm+3:E ˇT0Ef+B1ı@I# TBշكdm9~ 3%kײ P?/؇;[ &\8WwvRZ_s>@Q]4rT5&R'A> k\'66[vahz;u=~k &QgUz¹YOTk{UX֜ura'1QƁ'kg aZEm]ă$\!aضot! b!Ԁz^&ҫ3㕿w!7C3W@)1UoEQ!&r3dʥDe"3 Pi2,Z "17%$Dm+Ӡ~:H~;#C5I="E4 M3җJa8~ fE`FngcW-xzGk}/._  I=(.,mhjbfiӼ܄@ " N֚э tDq%Dh©um.E$B6Z*UI@q"@ʱXm'}50.sqw.'w $3&2h]א\cQџ^G844fh`=(F:8cs]gET@+-ֻMp0؃ _@p"gӚP__AFc+aa@?u0HiJ=TB`cߡLqHm 5,BNh epH 5ɅJxIVOQ$Xz 2MkȌz?{2C,M)% ܍7y!;c*", XK` ,U(~agxb7K/mS93xfqL8,ziH;E|֏ͣLj+-JU=1Wl B%:#vz}ō;P*ƷM/͟OXW6!S|mY)4ȊO)S6ry#aÍu6ҮV 尛ZVRj$YFsρ>21@zg+c+*rfhtb -JzɅRuڡv ?ewZz{+[m추2^HJc }~HdY ⴳ5Ƞ6 6}4dTD&5K #ν$~_e LAy  @[q_R> 6hLT;l@eqNGU$j!Sk놐:* Ѫ;T`Z1Tl8uZP?Ê]pI2t6^Aԧ[A#Ns-iײ  3LCmU+9t2C#@ rho 4Fb7^^rץl(L%e7msL$shp$AHKeA J;?R-4qM9Zuy+Y@P 玐AW\!Ʌη_Eq^2tt|3 Wv&&t8Qh1A?\]<6>:Q\7HQ.Okf|zT:sHUU`.#Ze36!@v0+ϵS$u Co2_ ڙ,7 `oN9;LT4i9x|6Xh_ސAr3VۨޙnS#-nE}vDùgEǞg [̋>u4#kuэJ^Je0 &V:t=.JG_0q`Žhzz XRPZǧ,Fx N9&eKeۺ.㸗]ahy[[f-O da=V C--J(sv{- `jUN0,Ԉ\|67kYlkR4n AҳG~;÷dXaF´?ےMZrK8K-@X"\ ܎/x.B AO k5-TЍxȥ &C9ǡg&3ȴR݇f]f*4[_uwDu,[<\6˫7gR*ZsINwGza\g9ZcF^,=v %-O( o8O{ dnK! ;7+u_YrLؒa` ʺUhۤ52}f B^qmñ8QV<^dL 18' {a](fH7?r ֯Bq?5ַ]n0 !]_Y!aIVG@63'1Al-هd6\-D@6q[7J"b{к/g]>6'mr$HAm\Iy5Gw .$*>}S:gc=W߄E4Yl!mG?3"$k*:@Rb#9~ XjDTѥ]:gBjkrM:PRf 쬥k&~[oQ)ʶB*&{F/vFO G6iWzaZ gry O1O‚hG)l8 !Tߧϙ4=Rt_o䂤 4v-; 0 ִӴ"b'I;p!;|-~ABdx} (%08F-!닐˃KO49yL cC?+$;&jW2 .rLI>Bڔ'5;2ŪfAru޻`t3/&p2VlP'ɭǬ̺UV/Tb>[9'uQTEu`=ͭxn=9=6"k`K GٹnŘc6e>bJfv"%IL.-I[(@3Q>&!n/C2ʮط=ä_wj}^Lq7>Ovu]48Xxe\b"5bA"B,[R=,T]0 m( O\$T PT\+Eeɶ4t"If`UC?#ig aZ(xRX(VGOppMd v:'' ךhul(\4.GKZGq6hhOpn@I c gfKĜc?t{39T Ȅ 啝iy <~I#[Ը]<ޢ=ewؼ/QB-TWRo/&j`\-Zq6"Eմv]=%K:T%5*+|XTA\u̗ՔWt=;aɖ^`aYuav`jV?d\NAė(~P)kג0$8.9էvU7f. v.Hg . R CX 4 3뚛xS.!**wIh zuT=f}a| '!!ؗ9 ÁSHfUܠ@JK^MبjB杄gۗ]A0K& &i-p@P'x )iIQx09 dX $~?&dd_8,[?m%2- F6m!t*zK=8/hgK10׉lڤX. ˀkI jVuԪlucI~7EV|vmqcH4 =L8Pnbl>%ô0QJ/n)ŏiːl^M5_QvrG-{'mClNK ,X}y]ˊ0 e9҅oCK6~fl^{9LH,Yь~ZMT>:`.dCo?'knϱw Jpk&y"s3x}웿_߶vMf,v]"D=CA2}Fy p! d Y<\Wst$ <=[||@ (jCW\3u-o*p>I["h󕜞+R?QbnBs<L}uw(,dH FJZ-/wX"li˽e\z:Ƽ8"ЧK匬h$V5QVnWw'!8EzFV?5?XaFB l,Qˎ؞paX0B~sF 8Ax@xRV[^ML2МdӎDrg߶ qwm_k:䩤ia|#..2ƈ"->Yv $g(9Cm%: Yo߲h%B1 !*F0[쉆ђb]>|D*j<+퍨1(mtc=lx':0 m?8a yt_Z6 h"R.d2/s݃c]j7hC!US s*0 x 9L)?B)fW/>{R~oa$+BJoX.sϑ܎IShM}`YR9TnMOH1[1xCTQδD7-"0B5(:g\U*dF/=p%l(X`]Q)I yض?tW {MG(Ẓw564 }SXwpA"*+iײ!q=jD`v}6Yɘ]ڟ$țȊ7 OT7!yQvCr-K1.`do4vnzbwVj+1:Nd!kA0$dee<>9f!?ztIk KM{Q$@4 mz]=ԶG.j( ^čjNynH-;KR#%&BR,Q)2bba>f'[ yـS Z<\qx( ec6\ qYT#4#diM'jh{~b͌r[xvu= P:?vZ:e%KL|Yw_Ӑn]qQN5(&Hn0atsz5kpa-@{SVr1J3dUc֌8xK$>#hfTUP6Aɧ5 N&j=AѢ,' V= ]dଓC_4}r R|;akHpb&[ԯEQ[Ү AQ dB9pAZ$NlgnM7]V+tЧ%䕺EŸHߘ/17ҡ ph=qO[&A!DfNXDko_:'4ԀEĶ}R32J]J=ҢlQK~fYGl~-A0bUgB In[xrD H3Mr:`YvS""FTNxfve hj|>k)skO*KI3ם?V < D_|dfD]mpʮqe:y#^UjTH-39K>roŏD >@ÎffNY=H@+mEYQTIYˀ#XF9;ڻn #Ȳ<7K`QDŽ]L%F;q@wp19x(鳒8| ڕaXR葅?ڦI<SgRdxp _7jY>gtZ/ZefOpfA}H2߭ 4- DKOyqe}>1؅ԙ@_Sܙy ή&_жz.<}?n洷gĈ Z|FN a4<3ɘѪ;b pW=F2PvIďk4\ERG> M  W=jec}/@) 29)ߗ+ͨ?Q[%a ز^EEdlCլzjǟf|?i,>u4Fa3nYMs^l~0,n<;0tdc;0r@2) Ѯ'/c^T[*xMx މGB֒}'U!Ar;*38Rr D2FlfcHMy W( $PMtBpțr 7AD|9aWgPv!=@HDI^=Dx V?2KpW!.[F&p17K9Bёh i# J:V!t%Nq,>d_,=f60(1wB!¼i㣁0'j g+7vQ'UzM Za(P֋yʛxqKn\t`MCCz@_3 |Hm~Vz+bb`C5Ap6%P="yF EI,>۟:fXVT(1҂\W:H\nZ}mä|+e}4͘aFP+ `LcCN]%@h{BlhAڂREJW̽V%FՎR,e@kDs:sn`33tWKҮa'q7>l튳K`5/m;~~y*zhjeV4 ȓ7`1;G@l m˼Ғ'c?hƻ,v'l]JU*вH *t8)Gid>F5ihüLX-Su6IR 0SCyJ.1#GHDyFB)iײ OHc+5jZӝ]ȡR"!.\0̏챛xf7?Clشݐ_ECw}R"?lNh>ᠾ] љ} l2?~^ϡr|B4""9)W (mAQp@ 2oc+˯LiGuF5xGԗ7$}$(Pl#@ʦ@0BӨ%O.M׳bÖU@3ګrڢ23DBdy&.MK(N^dO(:tsLڵoiOi P!h'bvYS؈bX77]7\7|TKҮlApP>gRZҮ)  =3LLO&3ZIYulGC0B+M&uS9W74EZmEqB^~rTXOd.I"Ww|t \Bs=:cD*YHuI~Rʟ,f{<.d3.gd}+.<=l4ÆݤaQyPdeV Z}XyK:@Tc*4s02ysepWH;DQY>6{٭hgpX.RH56#`$ș/>fZоRjcǸ&~`2"M"g Iybfܿtv- 0IKP+xzL3q.l$Y3@P~;4E44IDK SΣ)5xD#} 7ՎD${>Us=kO`O 6ȨEwSgP_*B9f!SQ񈓳VAxwƳ6oW0s9 [?!f\+BTCgfVqTJϰ C/-\$qq=X nۍ ]A0eEdDK7Vl=:M~ v(-NTf $J Ip<]kEՆE #дA0Ǝyi68kWP/&5mވzoUm7Hk{RfK"ɨ$cZ뚝>^ju%Cu2iWXmh^$~}ӴՎ)3!uğܓW0%BL0c7s͇hQGM'A$ل`̠+,RRȟѯ'91ԈInnƾ1R;<_LL "Ĝli([ǝdpܬ,9:W;c]YF{[iҿK Zva`*`%+W{$%;3nJ!qc㙏ĚĀ ƒ wB=W,kě*\(.<,G('ڐ XHsu-$64\~%`mLyt%<ޕrux{Y+[dx-+Yǰp%w,[k M5h͌޹ I<ʆޤggVu y`bG$f# GIH@;JJDŽӌBl0\9X j=܄j*nӭ 1#( ?Ⓢ'Nyk}ɇčPwL_-۴Ik.$[.@ vXBHT_v2I鶾L*D_T|)HbR:ҲtŞjonC ͸x] H$ gr]|1YR1Ubtbh!%_29ܤxJ{ gf*D㲅!/L!TJ*JP meTNPADUQFTzǮsN&$w7|8=(R}cBu+=~\;3I_DЌ@nmzqR,ϟ5.IFӒ͵X+0 g&vPuͲH>_m9C&FM!XZMw>K99%R2C)oǛ5n9^hN"{LLhS+5\97>svӞTyLy9?\t y#xH'e@$EkO"][\kmڀ/DBwvkU9Tj$=a? `̼Fm{[!}Dk ep>H=U?ܲ+i!JV\L;gHˇ1}u8 g=T@DIv r|Rnq \|`B /q_JG&fZ+=mku%|gU@) Q{c A@~>Y~x,QK"Cb g|F5t8\5Wk(}\BV9ެt!dC:(^.M9zOW; 0ku`m_Am?a;uȃ4៯oha hZ)d&v;6?}eFRi"Ҙ./b7ϔ{ Hh $K p0{>+{Ez r-<; #-mu (9Aڨ\|GHҬֱ/t#?PGݝ\%_; : fj Rc`Ҵax'wfDT09]-bUHXmkrNG^˻+:0e/IJ}~ Ja(/񌭥8m/iι2 g;yz0C<oBH=;SO OI1K\9Χ $*Ha l )+auCOۻ? pl..98΢n>nq&:ƒ8Wǿ:o3K(Ksq&E8`ŗzM3k0H L"KXU^!2]=)LAr ,w@wO0S Z_XłԦRϺtNfBoo*à  ]ukTNKtA;lmůߗ]ю #@[qivI{R;M췤GeɴGqP{1 HtWQVzFUzgUK(Ov*CcАfӴ &y6@[#u)g}ܝԽܤy >?Kf<ǾDMrH[hF1(['@W{@Pm> x'%* Zld0RUha^1h1z@,S@/DT^ar1AWH +MRБhrbOqӑT\rLn2*ٵHyoJw]ʩZ3k9c7[X-a3M+W`A-z'1- RU?I |in(96>!vuM 0PJZ& =`g I6{Q}*^ix9UR4VHFkqFޅl4r{s> @x7 OhxDP Jl`V+0YY%?0tMN(ϾfF@6 Z68)w^T2 _o<1}/͸8LNaԼ]b?I73ci(< A5#)LMA5AȈ wY9:جGw.ˠ o -G5c90魚ow49OgΡUo`6c0Sr ծ6 @ۉO{,D)nn1 "Y:Ewc}} M4MfGu eܫQ& Ol\b%\ C31fȳoj%Ü*9l[rө"9CK+D)KPPBB+:>cYtEWsA@kC-ʧMVnH-(!C|~s,+9'K.ZuG| r\z4^Y`2 @=:ԅX}ijTWP|>e rٛ$y0S)pfu["݉s_lSu*0oO=Z^P,Mk~U}CIOH;Նa J?d|關5+ mm 2 ryBӤ&4&R2e! K.X&=.Ibvu} VFя#}i c0==t`% d1,WW9FIDWyvY}FW^(L9#L,hblCvoݜjKnSCׂνlvjv0j6T"uT+~Vcelt(E8`<@C^6ZY/6F{Dd}h% Sz bzڢ篞$+P[9F^hE`*t/HaHBe;} 3C9T{XTܒ1Ȳ,CYP5 &}-|~F8JI 0d*`H@Q?T!tSÚwl fўGg_M LXH &Vziʠ6w C&c)Ǜ%cX2YJ=)&$ʵ #j PEXH *53G_!)&t} &cFKSc*Kvo,G 8H Rvsbjߴ5<PEDyK96Ҏٓf 6<}>w`Dap!oЌU\s @ Px2xGD՞ 4!u-w/Z9-eI,%V)!ږ`*LEp讝* U)ODX[gYh" (zDsn[$4/97H;;,hne9'`Իl-=`q)m>ڠf`[~aK7`/s4CAP?4w_d75!(|DaZ9TԵ6hƾRʻM.nQk*G}sQiZQە'șMkΞ9aL#x:sX@< Mdk|nc/n`Q $Cm&ܚޟx+H>\]=%8GP3euseaU "|ɳ,qi.Td |.tyބAg1gZ|&H k|L\f1MS {+exkKaPoR۴etp) ۶=ĴwФztS҂AӕwdZ%6=]]mqSB(/\yG:-~ bf';G   g'g6~= G3(fe,dZ)z!jhCyU4 Wՠk4-ih,N7%vIu#/¿FG42pdr5gq܎Xk#=@u@_t (8o=d%09ga?CҮe BYYѡM{׽Z $)~Sp/VދR-Wij زB$-@]݊9u/{O%*kxN}f;/΍lF9V IJAR#":1ř|.0+H0 M 0MuQ4\MUhvȕN8soS*n:> F\ښOй@{snu.7 f`l0eԌa9 ӿ]]0 #nnЖݴ[A&!4 3x`fI|kEN{H ;b_Zr@H+Tyк*[IkaZat퍑9^ 3kMbj0"oޚB%X$5VZt=4 > ҹт` P^mLsQC8ܡe ]\)^J9DOCh*n[z=@ ,d޲<8N1> qs ENoz|wt3ϼi>7XkM6%v-; 0-}IC8Ԙq ֟q0A"\>AsoW|)ѧZ,QbY$4%$H 9LEj ]DU,@B I[U,@.6sWj"uKPRE(zɽl2U= ESc L4ZD6 pSGz;5c|$r2͌׎ =3-Ai]'ULMnқ}*! CZPV c{E3}@0@Y5[]^)Ȗ8G?8)@zjeJT*IguL],㈛ݣL̺EnwPat3MÅCdsvmhtnӿh7KQ9pL~V-mp?  II*MO 0P4IVeWT=ec\ep</ z6O&Uh#+N\46@ŤTO<~(ȊQ똣<#z2*pb&G<#"DSd`ʛ%J7԰,Vލ.|\kM| *ŅϰӢ&Dzm;,o{8FL6|& 7,@H3EτÕ5dA:sxO}zE\{+/tܴl':PPy0*6#J 66{djMLHE(i ׃'Z* œӨ 2&,fݍ +9mIn>.>zDJf%;K9梁ǶXϲA7ZT'dZ)^B[Ьc6YI_g48J!UK@TqQ&Z|Ae!P=[WڭPMvP۷Xr 6i]*wZ/zϙR- N[ɉ,s~?x @ڵ@@j"n_ WdOՃӁN;,=\!f8H$([M"(Pvq EvR* \(!r#X]=q+dD pD+Whcg4:N=ƃ΃c]WUB]b6+#敫*1$0?g.bW&II;4jG``a4@0 A mDfs1I*"Ea}~$Fgխz3ԼLPl) HQ &|01Ǿ, zԳ y[rνֹ25|n(Й&L?DZxG!BbkՈ 0ᛧf]7-ݍjuOR G¯5U!q @M)q"rX`b+ѣb1 gA_?l _UhF@7j$0 F ș?X2>O(4`hKf\ FkQ0  `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(h4Q<: BbyIENDB`PK C0+‘7skin/classic/mozapps/extensions/viewWatermarkThemes.pngUT :@ ڻBUxPNG  IHDR`gAMA7tEXtSoftwareAdobe ImageReadyqe<#IDATxb?(; 7 2 F@d< F3(x@fQ0  `4AF(h4Qh 2 F@d< F3(x@fQ0  `4AF(h4Qh 2 Fm+ic@چ'!?ygK<;]m۹ݍSTlIvv}{~uA12FDAAώax5鿱\QBlQQtU;Ű̱Ƃ2מbg1(˜#J|F^׏<1gT9)g9M̍r oZs4Iy$+Z̓dNt]mQ8xpk45|/ؼܡ_ݮn]^uYZf(|U˟Eqţ#{胹kq7=PmvUo?Nj}!4xb ٲDZ- 6Ӿ_M u'?c%'#43fhJܹ~moY'H}Dw#$j I4d6;@͠㈐2$zC?~; 1 E6eJ;3 MuP@Ȣ=s|MoJ2úYs׈a@կ渔Et$F_ 2Sjgr b˹Yy=Y-aS@oY)(E'@_[!tE"9<ֶl_;0!I*!K%?^UOJkaׇY+C;ȠzLiXë*jvWI8MabK rr%G阕LX45z8#4 ~η; W>?DQ-Xp'Ls PcTs;U8ptb]3Z0H2U1fk$sػ?A.3ca DU$c×ʌ ٖ|%1@zꌌ ȋn7#U7S[>*:9y @Z 5[E-uEџJ0US$1\_r>Sv 3 &/nV\d bac<4sM[:|OU;rRU< N8:s'|f!=bp]4Bu Ako:-YTTWi-c%zh2;g@6{o[ծz;,ԉf6`ܑa *#[;>7l$b C:.A(A>yk,3H IALf-8s6Rq@/]3XAh֤q}Ki,!&${D>i*ZWo@ҟrJg,eufcDD$ajҞbQãzZqhTu'GJd(p\g# L U˗x 0 Qt4m%MJ8,BAg? Β~ ^2z^" W W(Uk0xKU:,!+0e}Bf9ӼZ*n3!`*j٬ML(w݉ER@;$h뻱bXC*`+r>oE;PHPLEZgs)3cÇ{8OS>ߑל?a4ĩQNBDNE67u_J]:WEzTDr ! [f_JGN'}ۑPĥZr*\pädǖrń`/)>8Azcf6iN+C)ۼ!A@I{ Lcb_яm/$!],襽~HUELkU~R.5% i+ 1]O}ri  eKhx> Yqn:1rO-;g CQa:ݹE/؞[ڦ|J-:G q+LT$ G@a@wӜq]sNLA 4S-^ * Rng,8B2C#5 Ǘ؃|8vp>ݙ@TQO-*N{Kv/Rd LP2r]iT|-ާMR?)@~Ws-;@K#?5Rhi=x5Lh(H;}ȗLJU#a "V}ƽ4Z{g)(ޔ Ňi GSoyf[M˂}a|Q ㎌}U4{tH:K}ՠ-H`bjKj !RhR #(+)`8Ƚ2Ԫ啄(xڔdi)l+mvaq^KFwqxVYd I3<&- tijQ!P-D= @ Zd3s+`JRz#SUNNhq29? >̇`r ՘hg#4 A3 _Zʧľh9Fj&Ea|X_j4F{fEe]p2x[RRYK︎3:۲uVc8A8D `rGbu` v [PY Ki#⻞EP^)(6sB`%RD AP}N,gF _l3IB9ZUA3bљ@/Gv]A9 J_TuRPtN|hO{T[$bk$J*G8)% &DщsH*mCl}7 bBwmO#,fす63HA@7J֕I[.=|>Q ̚nNL-&Gz}@8oqGKOsQ\Lv\ͧL)[eNU~=?HWRKvha,䖴ugC>aύb |A~ӵTRG4^u#yھ-¦̈{$Yɜ33b=̢9fIԉ',L`I#]BZeuqj]d].8mAWkH$6#4cx7pD-RZո_MR)uT{chnÖU+"(9>E@æuehgWYve`H`? ?&;W 4mHfKTA^z[N9;fXٟt+⡏XO 2̎| P:zQV$$83NRQ%T͔s: †Ĺus8b;0AE`r0$ lG$4Tb X,'}TY#2'3Ţ-m6RZ.2nZ~-2vuKyӡ-jϤ=R 0APP&}lZӪE.6=sD1]F|-IZ$>.R 2• Vv@&95@  G8z89G 083h1=;+ XM^] 2Ϛ71#.)Y?Z!jO `Lf PRI5az.\챈9 YYa87-2W&9=cNSo82WYB34w0pP#,mP` v nRU vެpBN$_rxfֻp3Y'}O:XiJ׶Z%<7YAz?E$'dԎ_) p{d@Gd춋n R08|Z^6D]7|GØ7`Z O 21a̼0GKaݳn_^uu '821:;(:# b|Z6;L (Wɧ VMNl@ēǦ F >%֟s-;@p@ liLLx'(WWָ%Ba}51º@pE9t6$,doc4ŸR]p(ۀiL65Xy8 f7oE=f cR묞H{DmN-7B&wtyC{XDM8?U?[RoHc!G{ҥ2=%\b#1XmQ׼u6){X+̊vM_&^:CTR>l_K`Am$.gŋgdBB`]_n8T,}5TOhG07a 4Q)CE:po._IOKRb5Ҭ4.yt(zv8=:;ct61)@8#H䮈P(vgW6!pG:'uT? u[o,ez~@(Pr"z} {BPT3QBҲ#g fv8WFRTo" I<za`.%\2EL1⵽?_Pb,7#MLA?9-f5OUI$!а?z{"as4 w DsZ[{@g&r>ejRUm9zthv\d}ܥv@qk=%(VP@T%[4t]!/0LF\'*Bc֠ 7MZeޭ}͘ ʍ@ 0ʄ|L|0 <<@0+wg! *R+WZ(olmO!B$f;N <ůf1cji D4ӼS'VZcƒthS4ߪlFո4/KGwh~8Mk~Z4=T%|!:8BJR+]* {{ơM^zΏZrsnj\DȀpfny}|z < xImz6r[‚:<2ʷk0ENmqWG#DcfwXb4B^7|+x_rJ8 &Yz=x_]S;x TC2MoM1LV\QABKV|&ˉܠfE8όTUP]ZQlUiԙ먫LUEse N706; ܪVwG05 692vÖRe?0u%H+eL3/lg%`[q_&:i' 1XL|$(=o;gk[ݍܙj-=@:3WJٝ$p{q>5Y;Oh9W\β"0&Kazi6H(D ʜAj҆tp.fT^ `2 FbєgfEl#m}RYgIOR.'qhûXmњ2HCL@luZ@?2S(I e`=~|s1uGKι+>Jkke}XU|b]طo_Ă2tP b;|]Ǐ][ U&t>afZ ըyx$O(Xal;e_&=<1%E用:tRrʠ 0װ,#O^B Qpb0] KY] 4:W6ǕLq5RVj AZ@hd&jnZLo^kioǃ*O} hb| CʶEąbVMFU ` x;a_2i}b&1q{#_(y @*A҂ML dgg[ĚiUx7ۦ۵7R,Yڴ_%Ujstc3FsRJüM=UZÄHʂ{ nSt+u&n]eoMGJǍ/Uu g^_$a+Ar>jlDv$Jd n XA HҔ $ĚbM@L] `JA~ƶ'$ҋ0N) X7qY<9RxƍwɊAfEhes(?uiE~ Wa lYl0~[{)n%Rtwk(@-Ҋ-٨#U޵PoEj1G?]v y\AQ/JR,{u}*4ժH(k2bHuxuݿ;K`0a<vuknX{nhfHmNmT{'lZJivELvy,a0͏0A@>yq%h3xZ]䈸3PAXG,n-ePL67P>I\ Uc /I!*{׏SJUY}0ڤ}2v`Z$$ϋN꒩)kn,^(q7EܗH3KQUg| @6 @8f)l6?䶐4;+G0&4'餳"HUʷAYKJ{se'j @Z.{ˈ=H)/QscBuEDaq8:@f,#pܥ%ͣvP7v6;w|c**!׌*pqxO̳S+^)6\A ^@I֙ԩR@] i 5"7D `9c{u} $`Q VWCx Zwo'ļ6#>B)?z 6ŒtD#Q<A=X/Ta$32+n`e_p<@,-d^̢¾0LR(e6OVbE ?Pw6 @PVu%{c|u},`+ٟevI9(Vj*oI("QiS ߔEA1FX7%`b; JheyD3uA˙,g*֩!^ 8. qbыg?OOb.T FԷ|cx+su=db߳2?Csw^KJ8^~2ƚfsʺ)() Tʾ@/Jzns0ֱ$ErA:Ə(+ αn?gtWʌ(QCp56{3Ð}&:gx7D2('ȵkac!?CſraX[:QZlC|L *I;nK͞F,x5נXq]te~g<#I2"Sd6\2;MPM$Rafhb6QcЌv=uFP>ΆrSU7 ?ѽ4X1"=b/ nK$DޮRkBH"Mj<Řa_fvC},wb}[ZTy Dn -/J_Pb9D40If9-Zy$ r&*7o fWے_i!jlO6X;܆ao (rX%5~7l"-ER?~:l_ݭ[ #kfv?mcBǘ-uԕ칡YAg }ޡ`nU[x{'k}}FLeȀÀ8@qQXaA-[<XJ]Z "쳚  WiR s ޓjÿ+:Nʾ[M@8Ct->1*+u/i?R @bGhbQ 5=<$Fʇ%{2r$O6FG[\HFV~-%\I]@ᏳLAƮwSp7aM6ƐıQZ>;H_E_|T0έw!?NJJ0ߛgg# &"Q:c1B9xa:L [\!T'ъiOxXC}m79}餇7uwm@_ =(9PHqcExz6i=sVΉ>G9 XwA0J nd5Y!$ :ۇXBa쯩kg]^܇eM{kZJN5u$t2EK5[ΡlTdzEMW㟪%39\N^XQ@-aъ&`%&^,V"Hd(Fna0ŕ|-VcBR2^nHٟG(7:@[B(v1ҷѽBTǧQv4B4PBjU K47EVŁfyw1:1da1@ވޖv{ c7 J)@\W:g\.h{H0w 0 CsYlo:,K nhI%; -gg pěO{ҷ`}ʯ٨CjKyApLuP@f9X3}OKiDQ6MKn>,C dI]S4RWۑ5@1O77R{h=& ӳhgsqX`'Ad4z\ػ@pvȩL$^5 =Ol撱_l/u`[/B8G̴.\>N39') %RQ ڂd1\c7aUSm5{O׷kj0#Ym% 盕!0N h5ȟ,9T`(.Z裭{4*R\HHzӻ<ש9 uJN _P ln!o cP>ok崈6YYu\'/=.6]ٿ?NM~)(_uV&%aCv8hʜdiѸ\n$r>Bjwh:(|ꆎqz}T{!DAJ-Q{  a|K:D"E fK糺kГ!u&qq-i?|,:YqF>j l"Wt<*7$oc0&B#L&nfjv |}Y6A4&F ǩ),Di^,A5Y롞#5w/F,qV>=K[<^XF;:WkwTmPڏ]n0KBUV{ܴ] oTQ s}ȨZϤ [t5NT;NUJ`ײCx4qm.F:iʌDqA)g 2.+T7 Dr$d|HpH (\7P@5l&#Ζ=Hq.1桄@< `R)z|YƺW>FF  jD I M ,Wa0y"_fjvn}Ge:勣j:|Ctcک9x0#8KR7$&D4a#x,[2ǃm\(\LOkք,7h ( ðfc- F$n+N8$$_mı. D+|)g E(̦X؆$o}l<JBnmɂ4=F4bLr@\8u)xVe˪=l"@^0uYom,[lR ՂRLkrO<~2J;v$lOȴ% 9/{OC;H.+rF dWǚe_8X[T':zƈlCz~2ሔhV:%,2 A ^I\E  ɾTlwn6]h]W'o粣 D~=PEuoU_0 b`aǽ_HJI]T©Yٝ/#\XH9b3{0!VRC`; ŷ?tm>Y۵JxN9NsDJ>.{&xn3:Rh |<C=#l(]7, $9V-+wb 7w`p)Dɐ[ . 4&Pw8)^>Pf:uA?2Q52q}5@Zr[aծWR獱$Q*%sv1&F{ |qT8!]Zʓ#aOX^8>ξZa niC?dC "hg[.%e!ˇ#?B=[k8@kH/2H6pҎЌ 8l|i qv*XzN+ꌕNm S=iq,s= ֋r@C`G]{/Rp˨^eFK$hכ6M.Ld" vE 00ڤeyc--$ܝ} *N<շTؖj~P .4 e_T2C^q#o0 TEt G+}{4A~bFk$ @P^Rۇ&ҪEaԸ9w?6_=oC΃%v{6t~ "C\#eb2d􃸷(;q}LN3[HI9`Lt; HIjԘeӌҢ;S(<Ҭ<_Kv;:]UPJP2~TjUZ$±X0Ji(',I --@qA^_ha6M'mՅnYqq(3LO0TZAY .GJn g3%|:& ﶇgFer¬+8Lf? lm($cd%s$8nkn<ʃTdJR'iѳK7K7/(k]\L9D`#5ԊCs\8]@p/A‡Y+dY,2EHe^dToY[d 0l!k4jbY$kW=[o (/.P1 )竰4@ Ye.*ޤRlZjCt_OG7`U)0DU}v%900K۔M"!ⱝ4\9T!e2^fUW+3_3ѝ(_qAOb9qf8Ȋᠺ)7-)(YAݗJe۠"`S2D$吠38gD!$X  rH淐Q6I$a*;% 0eEO:%X}{#||V^e%AУ b/R`8JšIc–u[;P1bZdrEߟwk?3Ԯʥ Le/|ug2 /өM( d-9݃wGxѼ (=+ma"'vb;)9+`O-:)?ʸ@X$j]F4گ ,HgYPG46"dQd]{엫/qR-OdJT(FI9FW_D33kkU=W鵢m(Pk\\,~Bt=}0n:M L,/T*.[K$}Sl.9qC 0@k̺d{е;h>n٣Iwp?p1Q5.ƨ _@ Au69vY` 8u]\bgsHt*1R WG8À#0QNVVj:j;9v*:YFI8NYkV0:zCc 8+;֥iȞK%/xvέWK >,J,X6-& OA ?:He|up8B}9bwe.)+3b.D!jIAduo'oٍ vGS5 F.Oή A&JE^O졪㤈Ex,a;f96}.4mXmCPZ1 sx#Z|#MdCnUTMRr٨h='>҈֓6/2Zoy8$$""OaaYccz?zN ^Ӫ|PZP#zQaT7,J]U<rTk+Iaח%Y<ƃҌڴWdPgrݢic75HxkPة@Ob.w'9zZ=pb]t\{Im~bP?rk0Tl4 4ϟ]0 k"*81mI \w.&s Hh ۘ/ɴn[vbuUO{ <\e:3+QgtzGa*u)ۡ*ՊfzY 1U.W1~4Y?-t 7H|_j ѯslh5+=]6X\B5KR:hD7=fv#@N;̪U͗iщ:l&v; `-smPgh´k.]oDC"hNDL:Aš>("wMzE#<4^FA)]K ce Ap41Lrȯ]An0 sxka!C)9ӎ;$oP4N3&$ PP_%HV\^RZY8 Yhe LFS' b-XfПrX̹0!xEW՟:~HXHC喘uhN|`F>amCnVAnN".wP܌ZiJD-/8< lL| ] GQabtnVsUξ0vJPy-Yo &$[ pS9`Zۢ1UG2*,%7$HܝH'Ѕ õGp \Eڅi[~~8~;y;ONuHl򈩏[9bixt]0 K` D<;V @z824xi ## Gz8XZ%Ww}0HblQl3Be _/G(tm@B1mT%M&Y.(0F4o^*~S(^앁gmЬSyBBq~~[@e4s&X1gG4(r9H(iy!C bnT` 0B{ݒR*9E]xq4 eߛ } ڇ:q3Jt:@b0 XHbMɨO!hV2wAm;/e꺸.'}ZvaX gvTiSԉ,pxCc+t&dGp9A L\V=feWv&Wߠ$vs/\*ZtbR̓/rxhjEkv8QQ#a`iq+ĬÒc'[plpU K%9?ʙIi'̋Zl `c-)Gbޡ*@rؑNSͳ?J(-]H,o,wL#]T1Jh͢ORN|Q)vMgt&_9lmr|Vb^B![h%c/YY#Hb6-\Y% |=rC.PG 믔gJi2ϓB "LJhluB2%ۃJ p ۶p~ ^k~`Ud-c}eN,` tVDdpa*/;x<57 j}rQ58ji]N~g{t*灦af7 ?mmS8xAIl.sbK?qҖmY{L k/b[3ɋ%*hfrb@$/DZvRܔeZvL;_Lr*3Lhbd*֧3[ŗC5}ߦT4(.BeW(p[Sg/{ ׵0ð`CӴҴ6Mvsӡ u{nH-p=3w7bXJCt1<_#Vaw6I, @nEnwQ1(ه^IyV){Z'ᳯ a\Xvaz ;@ֈ7p7C"ktⰍA~wR*1\W *crEݿ S'~B}?]⠓Io):;JjS'D:oΣg/Vҋ\sHd+-بx)EL}ZAD38fy(CN^ \9Ho:Ug#Y0GQO%:Äj4jH5J((3&`ѫ}FH;Ū;oq`PYW=H>YH;jP5bȣ"@.1c A 5 @d|T_k^5Ҭl<ƒ^AQt4 MA%֩ Nr3LjZ:LGZ[7M/cuR ctB>noRv/=7Nx pƨQ$:͗-GfngYE:H>JHB=ҤXMF]0lA*M?Һ!H} XڨSjvx5U xjcwo !5:D&;.?$ʐ5x@FFVڛ E D)tXc6 {wDc@ ;C]ؐ2E}.}=)5tHeUz派ݕeK+gяﮃ7śk54ܷ43l墜_Yc@Ϣi*5)W Rp>A\enU#"EDiC52uR~׹ A[h1Jc. A <qlX ykv+^ s y$kytKԹ 6DoS\vQ.#7Ԭs&"k0 50`Q6Ve%9wǸcXA&VWų, kC-DJLspx 1!4;\xbp0ρPv}9Gy= b'$cʱEE)<6n:S_B+auMYxܔ## 6X_躢aخh stv2Dƚ\Zk;h97B ; qp{ US$RDR2 g=h00H (܌Y Rlmh j ,R'Y!Xc1R"'[U*! F~Qd6Bd9lv !Rg'p툸[4WT{qw1<30o4`EIՎ/r b1"9a4HbyTG/. P3ˀ3xk9՚}]0 [K@Lv%P&C@MSΟN@9 @Z*`WlrzQ&b2rԞ[`,{E!~0ǦDgH*aPdzWbl[UlB%?}&몛dϺHpPJLԝȉِQd-s/J=I DUG)eQ9]8xW<`smQA@?s _2xv[.{h`L#hXd;J,޸AOy!Uz4AM*9sZv[Z=Mņ=) @ص -ԋDGЙPC<^il'61{p u3xwD <h]P=zj.ˎǒ2[?óiBlchJo ~'CB<9%Y.dÁ*B>*K;RK/ ~} Mv=wiv6#6(>N+)2"s=աKPw\O:j6WZ57ܜ+3ARv @ef|[mϸ]d@5[w-X s{-zg_zjhAO#(lm";;(qH#PM@HAI$ mg{Q3`vGЎ=L'WhR2wTNCB@.sz^o? l YOW، *5ԊbbRr:45QY."A1$8~Onr=o:[aCkd=rhNAR04V1ҳS-bqP^-D-3`f0,~ ?AoU=a!\ֵ^-&kd,R=8CR|Ѓ1Rq̷!O?5bdB]Zo;apz,3Z{["TH"H2vނֆVcz:& 7C2 E]@+hXgP;mL2\E RtCT[%Veߩ֑8tj'AKVDjԴoOrX4Odr YI Zgs}k=dkjRn*uy[M4P$4uhdY.vv;0f2 h|$0 0 ij׮;]ujcgH9/2z8P) W&2ai2.HGTUHj",dJt?<@ZCjL&Ze9N\b非}WKiLÜNq ];$ ڇ. ©|WcYu/dF6c=C,Fn122#`"(i^{@{$ ϛ.^@Ȉa쒗tj晱EBʨ,ѷ]J@K.-*63; ܏!wsq3J\>x˛1keض!>iy *'YNQ:r~ꯅE$j8>>1@8@f(wdD%NMَ XJ~ꪜ;}GGVS m- -'xt'h +>&~3TWâ6K+TIX]3پor'i  @9ݫ|d41  a&Y<(*gy>osm0M(TyJ$[R=8pX5xX[ۡS_\:!BFMݎ}*!2kފ1*oGsu P d4DFYoTB;lղǍPA零OJj(EЦBT"= ĺUn&4 Th5m,Im$xyYKN[EE)? `cqegW] PmBlY mˍ-+1;jq 0 D>"i^3@jA@yex&۸T}˩0[+]W mu:97.wikCEQpb9#11a6.][خvS'Kb ^, 9vm @DzČʐ8z@AB^VPgi<t 0]}}bCYF)ͧRO*6KҎrOo#~,xL66C7c 0nyS:`l*:T^ $S#}0 /Y1O)yGuk AӁ4i412'8V;4m>7/flmo@S?jb+zgc4&!"2~I{By.&pd?N.+fZW5DK1HƱw$3#38nqj= %xS u@t@j b `v:=)iN]?|EH7M8(ar Ct5>[7I0}5@Qv̎"ѼZ|xH:/:hJf!y@pB_y,XF;Hi2qX52q/|Ρ(fp 9rAo( o\ ֎XWZu3tr4>5M*.kaa) ;rb+IN0iW:k;8G}(N"TֈE!;VT!Oc%W/NmЂi!K5ݵ)ȑ7ֽWm5pC`|ZܹM9ڠtlY.2[^+UÍiUuD$`l|ϓUjӭaBTP1/ p*L1Rdj{U|| ,Ҝ?|]! m{  bӓQM6 4A9Hz+9~ l'!.Ġn aXg*}v;0U>--l{ڵ,!2G/chng%mW0æJUv9:h:;Bzفk"L`'Xӥd{0^-CHZkij`AX?ɣ"6QɅ^Y՛ne]F)Pj Q%S@xs+[9M1Ţjf <*خJQBJߤ~ XeR.Cvd:-lHtr ĥ$A*ǢDR9(-@ ոo-I8N (Ub+zܚN&SS. Lva , ĥnj<!$=pD^d2*ПN tA [2(j#8( h+ }$>kYbCl:kNP%j=p`A|$X[ratm[h,eOp"Ke`Gl1qhʥhSgx9ƽtwժއޣO(By͌Əx)KнĒhϒS\9YW0cgaSP;z J5"{bl~ozRQ ~C Ix# *'ql6LI2.$FkYa(BmfvAЃaw#O/ b189Vm;9KH.I&*?l?J[T8-ޫI}TEWo<% kbVw%;5sFӬ#WcƐ*E2yMc۰~ |gW+TޣK(%`GXwdGLOແ-wUCBbo}.HEidSJN${U=+ +VLFɀ&RU*.۬P4QڵhJ2IZ+E$|+&[呻ph’n&+ YF]E6CZYP/21|)85pJ#(@d`CL?F(''&k/;Qav>?P( o⋗Q%SJ9[M3%-;ƺ~K'^^5[@ W#ĭABH[9+ݖFBmM)D\Hޅ'I&WHiCҕovId] 0 :1֬\E^{isXm3ժx$|6Ic# ~"$ڪҎ QX.4!ьͼ}-T߰/nh{1Yjg;1uŖ -oP#v;84HM`q<+0NW :8h(GC4z' 8@J.a:=eYV^xNxhޝm@_Tf# #fy$!1L/PUOyKyk7SOeATQChPԝ]<Ф"itc6^E+OA; .V=h+GrUܝLɳ.O Xe@=) ]8y,&6˧vt]~7xDz[a.X9^raxfҜ?ƹb Bd*m $^C*irQsPm`\ӥ@rEW@r]Ƕ{ sIWAĚD0E%+{ގ,yk^Q>DD"re+z`L_uךX_ge;MFO`a@Ѻ:MJV[C$ݓ.)XyZG\"17@6ձTо ILKsȰfׅ@ºY[gͳQ_B ׼PwM~rpMrh6  qlݧ62>tcMhA+?~հx),p'~N ordQ Խ{h @(OK8$(4ś/ݯS֮eAZfcL:8#K N^$@uڤg' 6B!$]l. ߮ܗZLDJ̪E+U9NvP)LZaX0\}VJ)#dm6,8WgsMd4T0^n< 6wcri ; Eh{)'>տT#  f7 -=2L0`W1].Ԉ hŦPD@ޛB[*We&-o ;bg47@D-K Am0mہz@p@"M|=2LGЉS pv%%@"v}EJ`'`%UJq{[\hk暡{ ⬷5w}w!s y-/,.4x;\|B;{vy }90g]o,r]?U~0Gf`4qU7Vk 9SMVPSIKOͱY-$JĊ|j޶? z"1Z&0ҢʕƤcs5߆U]\ jAaֵ[bߠ&XVT( AOGeam`hcЖ8> CTĩ!9[[1ovnZ= RGB6*{GGriN@ &Щs Yts:? ٺ8LDAu"2$::o+[mB&.B~w܎rap `@6ӶT*2z ur]Z乲nlFwVlD/75/dQPҎX V ;}mXPK, 7_aZ 3jAp9&2Qű5.I͂ *޲k._nTN>wR8Y+xZf|8VX*ypRG0HrdĂۭLr>(jAЈO,^IbbPui/W{AcΙ ɘV$ܙ]Omb"QLu J{ J看{XUkiGL2-fh#ls{l Zٹ<03r~Hkz +EfJg%>ՠt '!M1Jui | ף P7Ļu+!M9'i+uMo=VR;zi~-a?q TA?¯rq;;3GlOaT$xJ^܀bwV=^铟 %WI16Je]4ab1gՕ,T+gNoknGnA«iv+F ɸZq֭=N}{lhDtkI[asK^T HUj2)zc(IT#}LK+ l,T̥q0c@}h޵H+ay$oRjt!hi|Ӥ#:ĒZcCq+}79n. FiMuHOzs4ɀ e(15+I@k v9?=/*VO?ӻt[NGƮeae6&~NG7aiNtX+T+ K#H˅Fˈx_s$I@gZNB`) #Ɋ6K3 dZգDUi8R OJcWQYdO39o"/!'.A/8 b&"W΍3]tp90GbDR+rYlhV^Z kO}NnU|STÀV&%L%aᾥI-⁔Fқ! =@%qB1.C}JV/%]‡c2_lطWm Az4e8Х$k@Dq ?XҫNC9~+զݺr5d ̞+bkIs!\zkAA6CA'56]X8BuzNl)Oe~ʌp^?n(H)vώP1ŬlH bg_. \+ "U\.U  :X(`Hxc2J3( b/eH Y(,0ݢ-4dҠ z#R]0 k.g"n-qAB4؍c /iñռ3Or;)8:SX˘6:H6ŒcOL]y#ZSV]j`N5s%$H |<n {̀W V5SIЃq'7@], ᩋG}i7fRcw@@eODG/(ZV`@T,HJ;p`W;™cUHp]k'YCR2oH3BUQv!V #"!&om:[®va ]oSTtV>zc!(˵Mt8$2ZAs:YA7TKj&)leki`nnGo1@q.am y[imeݘk%喨֧ j;4{;պUwa( ]t4 P (([t̑F=#"6+mAAvC\ &膙C]  0Ђ#yRO\Ԓ2U2cAԚtaA!W{O/z^/;aI9 Ҳ(vV BĉgβWXoԈ |tl%Ē[zb(󫱻4d2y YYVpp Թ.c28܀1qnW+TkR*'$ɓu25G\ [-*vm˜@p*Pt UWY6')UUC+-KsYah2 .yĪٸq3ɹ)c% E"si n^gV]ƤA4|AB s+|/^@PF'Y(%\̆ǨOnh:i v*c#%}q՝ ](0*-,g${Mރ)Arm[7&8mI;Pg{,:$;6~ė3əNH{(WGhbvDY\SX=gx*'|&\b]k3MJ;~m+[ג DĦi.hyA$(#EtV-`goХT)! ΗfiO&-p%21zd~xQ3}w6}уB;=D4/\$)1|˔QuW6@1`khypz+f tָWYG[5o8DfP)g$YuΒĂl T[aGw|W A $sFE: ?r1,l1~W5 $܃48_mA A /&JӮ0@xX`k#T.fM>&5 zK ;*}|X79)!ms OuhW4|8; -j'AQ6 w,5chv}0o/O0KhKj8gC~+'ݮ.V]Qr+Z'bs kÌ:uٻe2?B̓pVRQQoKJ- 83.9OxYvP $\`vZLʲ~\D)!9Cd7?B٫zї+ASĨH0:{ @J8雾g$tIf-^ږ0+I&[-+5Utz90ƉlJX+#aޠ`9ߡC'tj׼۳ ; ;cγbN A2&IIF\G!G, 6֓A:X$Ye>`UQc42rQu @/ma`rӤ^;7mthgZ4Zsiǰ3b\sH<湑 'X')Xfkt&6J#JN9h@5@+.{u- Zva`+!hCîОؙ??uc-MmAث6;!ŸXUc֫097ΔWE,4Պhd&A 8*N''p.(˥':@3Eh/ {=s ^0^&"8-.pCI/Y򦯌Z YX|~ӱǍagw2nڞ+$POڲ VF;6&SAwljrך!UqvOQ@Bsc]#s`%]Uթ8G|z8YWEa6+uNT?SE7Yc^u 2kz]Z}@SNmwzb,r9NW tSo:MgG"FB)tMjZTƤS|#uy'&aSE/V> 2֏vpAuǽ:T_Ӡנ5k _# [ҤX\ptsIĮ K /+@`MtT~QokPPǰS@ m Nj_|mT.aǮ\K-y>1 "[?躺a UC+C'#ɦ!/j> ?!֌k# 0_cF;-a\sŤՇ4J>m&asߕtIh:mBmݯoz 2 m /Ⱥ݄aX/n7N{4s;M`/E& /)T>,Q*w2b UE pE ,)(3 %O+5T^xZ>\_ˢd)Ř<}`d) ei+gho#:臙nֶL\KMXt(Y4yUf0 47:ԻY7)GӅbM$Q]Ҹ79_.oq # Ϯ(%kEPCB4lM:#o &Jsgb>[HfMT w[oCx`~'[ז0APo/"H>q{,ӣd]Bg魝c&7I[Gu6!GV63w@Xvʥ ʛg ktfj@+|ЙRqX\nA20ξ>?ǝ޻A0v&DR9 gYVUzz QMT'AmjZa{dBMWu 繀.qh`MKyxfK>20f&ojH $On(^۷AY5xTY;kLJB7q&'ޗm%@.fsy1X }I¤O1ªQ_9/29_ވJܿ]j0 &o,!kޝ$nB!,tу|pO]Cx'l (p“2eTBP\=WYe1MpFtF7ts$ɇNMPj .T+ ϊVe]MFoDJK cA6K%kGfLQ IZ7Zie5 8@M$>rpV5hK,bpz*Eg $3~]NqM:WRYݻD].BXS̚d%y%(X*n-z- ^g׸|#Ԯ3 Xmm+"Ȼ`鑟<8t".{'Kf= #\ #2/YvǚIs# $$dޠ2[s-˧@7jC; cSPaLS8TWu"ako><iUʩx4r=ԃHղEI]]|l.{ca !5&F.ʹ=ֵ6hΆ>DH*ıϹ|_4 #k<h̗(?>!yϑ)TK? 4.tkSE#z6, tYH(U%0K]CM73VoL ­NڑԞ//aOc/d`!8Wl E.M1K8:k-Bpf4pԨL[a1Gʎ:06a5 ≻±^E*DFX:\S]= OiJD^w͉Mγ:7y+aN%byV3 ,k!ymVoV*hyJGӸ@պ+-L|`va(ӟU9FwljH8qα]/q?oM|"X!d3bbE՜BYȤD8WͤdD0':DgQro=^p]NM $bc _{5lyҨj^L%>D7x#LYh Q+QxJ\7A[UjU6076? y]^KĻ^9$$>Ӆ q,C, _{QlpAW/<-J] *@#A`T7"a _Fq;(w7 @׵6'AHH[l;h亻SCFgpylGm?,H3;i.urqv$dV";2(Y $>)Drm-TCZCd&3ںzy31\Dŧm| $b=ͤgW],IIwRQsA_r&K{8 $A#\#tƴ{OvƈJOV)zB~`AVHVB#̥xl%"랓UJ3:o%OG(JR>fVu$njv9Mxj Ozk応q?Jɿۚ;щHĒJ0*Б{H`{짋j@huúWF.v+yXuߟ]]O0 f{@<-mpg;~#"e &c2x]Ka:(*-|*pX}`e'kT-4%j,2Y~s<ȽUA2kդ F{u7 ʲ%Ӷ+d/'Fλ8{KUZAR<]n0 $!eTZIS'Uth=XHTsvj3}.[1<\j%0 Y=޳\ǀ#zwG$J(a]$"N5beCRn FR 9 2i,r) %KYvNYUx|ߩхBQmtM ^Z+"5GpVgGZEmd0cɸ_kMҩRa@3iڤ/)pv̬Oc@6/o O8bM#lF7@1%\d&)og]Cq(bP 'oskLܫwDŽZ$]\9WI%9ZXLp6l }| ص6$>676A)O" $tGA3#_1 0fS{}}`k% -Mp9ʈRܣZb|y6ZjPufYxc9ӟiM{TS$0 ;4>Ka7=(\&D!ox_IB(sD98NJѩ5 rE1ý+4n>]|co @ٵ6АK':iTB[Z;NΧ >A 1GoCjM.a:6]WNE;,|Cb̋=+$^MMAGU"OHc,_;+4 TW~GE()`b^@ XXJѥ N)\+&l`1 Ua򶟖 Qa1O3⺉^ZY> 6>s{蓽#?Oܨr Bm84ZGE, I)1/8&~[@Iݛ-L=# }j~|H cY pX!v$'`aw!oAa[7x5d'\MnLk<+):+I2bzHbHS]OaI 3ڨ ĸ:Sƃ'V";Pa Bt-3ho{R-F fv 8N#lk+l=uıIN+B 9KgN;e]eޟAU D=u{Xӑe 1xFh]s,0Qb|^LpÏv]r90 .A815Q)V7pF\yQߪ`dZ~p{&gx+vR,1 9'soŃ&:j-J`W G\ ,|A*%i)]9gɏIEz_ĕ/,{S( 73hn&?y:{:E]r-{ҁ&8ÕG3jWDr..r[]'73qRoikA%DV8xP%zR>q +@̸}b`qp/D-B_%) VjOO3Q-&yMKl NSGۡ9@4}*jM.`TJUa|h蛾y7ɳcOJW=3]  jeHMLjNZ[]  YrJ{ w,UVq%Ύ'@Nձ LJH "Z$4エܧ)u'-2NN;6e>ekgC͡ pP+YiÁTUX8NxųZޚŸ,sYmh,nJqGn 6CSopjx>K"P̰ J\|[|Q||&V\& 5Xh+ɬ m(@J %Sf>AF[VfD.f)/j^$vl#qipp &`DGix_paI?AEdW qV]-Uu vx+O`S:rjRf Y]ђQx k>.ThZ1Ra5"D S+s9ʳRzk!:}G8C9|:{[֮e AZpc&ԋe: 7,yn~Azz^yЀ:{ڕp/S kD7V]Ҷb>\A_=zڎ pf3FRfdO8(NڴZ]oC> =g{IUrAeQDK+9dKiqޢs+T`30 h Hٿ`pRhEuK.;PuE"kX$7Ll3{=02HP0@}oIP dB~մ)v @u/aAWH 0a2KY;%̆ W@n ʂ0SfJ܄`T7^Iʳ{9xd IQe/$ 䳡 ׉5̝[8$ߟ7GzϞQzqGƝf\o#_H;a,?Y0i=Nb"uEsG _\ 'v [`(  өFKٞ[yp#oR8G|,C X}<<s/i-kmYQ9O_VƖ\P1^)P-t@f5FrrQXG!L9) Dyo4LCIJ%eP\֦0 «V$-擄 ^%,Ђ!`d3qq ۔>3JXuA6Iذ;{ݨ=htr{>)H$eCPJ,+c@\|dk߆_Ym׋oؒS &v[}\\(9>`V?33^_HH].h *,h&a?vy/Ezj F%.Wj iH[{2TCTh&pʪvhƒ4Θ8P$_vEQ\;>}&Hgʂ#O{j9DR#钲 í+r=]3u]%ܷ8Ew2wPvɏA h;s%a&37 H+)*$:.sq%>jZBm8揭MJjRZ:"TK̹'"&21fO U[`XxU!Unjfr վ ?n i見tH0wc,"@ Mmhp2T X5O- Fgİ,h CDL*+ E=QL67bc.g C֭W0MCJ.$K<֕gO[=q{8J"8 "1¿y.)޸9, "W̶>KҮ]aQJ.6}w0 $b?KNӤys`%c=NiBDM!eꄄrZN.g$a0FjAzQ0^!{@85F) /  vSƖ*H!W 9;ͽIKjѭU/ERQ*=m,n_5\OE"FMخ7Mj(}v׈6q)Lϰ.x:&3MEaCti}F4ܚt|C^ kd&##ġ@RLlhed5|sApv-;1Ep泆4K2bO4w,4!CzDZ kR`hW0N ZR=].s^ڵ@pV(lA ,JQ,=Ԛ!lY!$muB!PIgDcjNCp29K7((HX0̫;3sMG70;lje.q9*L5Ih3´ ~j Ϟ,#oXn m/xr*,zo=M,bYl _-eW dDc㓄ٻt~|?-4 6! -@fy끓(/rI.scCt NZN*;!P3E0-JNKפ U~E@p "ʽf<@$Y!6 <qpA(hYu "* ##ŅYyUtuj ZcA )\ixt|+VVKcT]`0cyuRѽu6D{H45y3kg5IP^ 7C|́اC{Қ-Ū>+@y յ CDe '+ ^,[0@r5IswGtC '\,nxO|>/TE+%m-BQ8#b fJ;2ߑ,2W7L0\R|$*6&ukwyC>)лd [m";QV2 C)oU!aڟb% j' ;ZeUd,ĴmK8PbRևP 1 H:q uƋZ sO5gVDԀ0B3\}L cFq|BZH #LVY=n0hUqȈЖZ9[_w^MgLy>cVVvw w2o_䳍B2w ֤YGul} TÐcӫ}@?>?wE+@܆"?z&wm'_PrsRź{0v8<pBijAN`'F֨ѬZ! 2Zi%*1[FR Pt xVx=ݘ ɪY2ʺk0 p^%}4'NzÐ6G53MRLw\uH~ty oY1k&[a8k*Pk k!]oZJA[P341rG\C໱Š J),>?c\fHHr"Sʅ4m/Og~X׮Ϗ?!#w5 @т!iIS$(=&3zBwy$2PKS "8x  ҖIIե[v'VժФ=B -+7T9/0c _fp(62'k cl PbhY)ðU=[$ɤޭEjKR`LIu?y@zk&Kf[͑z3uUĝ+Fx*Qpfז6K3,t׮/".8B\xZ@2|jC._pp3u=m57%e$}ޡ3)U_ a۟rpkA P^gx1=u̯bcJAE:_Ga.{,sZv;o ;4!]K+yJRͱ9ܺ!xV q"Dģ{@Rxj(y8hݢn{9pYIIǦ*p(C=z +y{+:g78yyΥKuj1~A7q 7O^uOZC8 3a`8<ss21"GDj,".ضֶv|w(,Sc,Vq"]n0 L㴥[Bo -w]o{OHD.vcrUXAT)4H lZ}1- }Ԋªb)TNJA̡j8F0-@ 7q,6en2wOǰN-BLjI\9 '9 |{-EsfP~{)}_$]u@~>y@Zs)$SDA~jPI .WH}"hedXPg6ry& CdA $+%/?[nEB02oTt.wNau`Ips9 Gv=[v6bkd^ m֘W.s̼aUpOmσ;`_.x]Kg=mf]?øh* #ÒXU,`Vz2ZAS"D%F4N9KE7gCs֤Vqf\;K+W [n7e@f/a } wv-;0pJ+G U:z驪r$4oNMIfIP*aՕ2C)љ,,+ U"O.# ФK w#<y.Ƌѳ6C #ѳfvzvGU>a(s{7QUZԴy\DE<bl["'7| U&7Y sNJ+~3eҴ.B^ڄk=mfꎠ^bucۛ+ƥLL`.6y ە01@I@H=T q&8v%_~M>sgz97Fd(ԐɁ\;b* JJ"dŀFm~[)sI`l fkYoY@APj'ZMU6<(dTeD@ybVH/R8ˤH{3?JsXg<2}J$Q-7zzX'ң5p(Ηu3\*.-kW MԨ?Ajz3(PJ$lgW䐺3EG z*ͬIB7rŷpr? R ZHENp*hl7PswfbZ-+RaSnny:6ߓ8Lgu?4cG:.ˀ׆4)|%Wn.و))H?&)N\:' *sNJ<=ΘA[@|\Y5f, \O{ Hcqq {[6siS|"Ƌ#?xC%ʟ] DhS-/u;`CIcz4jJ.UiHИ7@p [:,@2( |2*z)4*^u.@Fp54%ok0"X A)}\ѥڀGiu d;'LS-=zkȱU%XH|܊ԃ'vq Cl5R4ANm %|3zB<(([4/x^x2b?[Lx o0aS09+R3:|<s~5&%͆y)FdVLvE;@ 4Ptlg{ B0@nu,\ EOr ,(U @լb94f;rL$9! t3&9$̇t% FݺkFם{i>6 lZc_˚5b7㡂BW*%rB 8~] 'sYښ;pKGCAh'WQ^(NOrܸl0UR 羙ʯWUrL@$@0ۍ`& ޺]-qmŰd6-lf&Ŕe@?t]_Ʈ_5#5(hA _cuP}RgsJВj]#%h|<hd C9-6oպ@oE,kIZ/0FbTZ(fᣰ!| *HcA du,c9]Z!N/[3mٓXko!OH(t90/04 ~: fu yj8:`ekYb8> eC/%[@RY.>Uv9=mgZ@f悃]ᙤYqü@IWsp('(" .;ĢbbQ{8$K ,KCÚ7CL(~ ZQ9g/̎y H&'9F%:'*YoXav½"c6u8@,m?8^U(J54r7 4(y5n#țAO"J3 ,(/[-[Mr$AuﵙkO[m X\u?j]=3kF$!Bd@Q0j diio<ײܡ;Bz0!O˺|mvE+0YM6 zIPmw Aasw\= }v/8kR/X\1)ϩ' K@mZ'Nj#| n 5Zf~cf )dUZl| Bá fiaQh 2 F@ Q0 pAF(h4Qh 2 F@d< F3(x@fQ0  `4AF(h4Qh 2 F@d< F3(x@fQ0  `4AF(h4Qh0Y!IENDB`PK C0|gg#skin/classic/mozapps/pref/check.gifUT :@ ڻBUxGIF89a33fff"""!,,xE3\X2@pnBS94oK;PK C0}AA!skin/classic/mozapps/pref/dot.gifUT :@ ڻBUxGIF89a!,qNh)ֱ:;PK C0+"skin/classic/mozapps/pref/pref.cssUT :@ ڻBUx/* # -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- # 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 # Doron Rosenberg. # Portions created by the Initial Developer are Copyright (C) 2001 # the Initial Developer. All Rights Reserved. # # Contributor(s): # Ben Goodger (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 ***** */ .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; } .indent { margin-left: 23px; margin-right: 23px; } .small-indent { margin-left: 15px; } .uniWidthButton { min-width: 8em; } /** Privacy/Advanced Panels Expander Boxes **/ .settingsBox { margin: 5px; padding: 5px; } #fileExtension { width: 5em; } #fileExtension.pluginsList { width: 5.5em; } #typeIcon, .extensionChildren::-moz-tree-image(fileExtension), .pluginTypesChildren::-moz-tree-image(fileExtension) { margin: 0px 5px 0px 0px; } .pluginTypesChildren::-moz-tree-image(pluginEnabled) { margin: 0px 5px 0px 0px; list-style-image: url(chrome://mozapps/skin/pref/dot.gif); } .pluginTypesChildren::-moz-tree-image(pluginEnabled, enabled) { margin: 0px 5px 0px 0px; list-style-image: url(chrome://mozapps/skin/pref/check.gif); } .biggerIndent { margin-left: 28px; } #typeField { font-weight: bold; } #defaultAppName { margin-left: 6px !important; } /* #fileHandlersListContainer { -moz-binding: url("chrome://mozapps/skin/downloads/downloads.xml#download-view"); -moz-appearance: listbox; -moz-user-focus: normal; } * We apply the background to both of these elements since the tree leaves a 2-3px * strip on its right side unpainted. We can't just paint the background layer either * because the tree erases its background with white, obscuring the bottom layer. #fileHandlersList, #fileHandlersListContainer > .downloadViewInner1 { background-image: url("chrome://mozapps/skin/downloads/downloadsBG.png"); background-attachment: fixed; background-repeat: no-repeat; background-position: bottom right; -moz-appearance: none; border: none; } */ PK C0QXT,skin/classic/mozapps/profile/profileicon.pngUT :@ ڻBUxPNG  IHDRatIME.m pHYs''iQgAMA aIDATxuSKHTQܹ8ouHQD+CsѢMFڴj:j&m$ a"=DFqԙǹӹ7ǁ?; հl#qݵ^T뉕X`٭ᆺ bv|M_VwcW|^# 2 tŚ +`ޜh\ \]Aǚ3jG{KW+Y:EN+C.uD }P ]*`1 ʮ !5N`.b:["`&蔨[n6+nmuymaLW*@,Z <${s%#G@I [)q6x}%GS@M$U^Q;IOugRf&%^8w啾d&~2}Dd%z$K>'Iwy * 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 C0+QQ)skin/classic/mozapps/shared/itemFader.pngUT :@ ڻBUxPNG  IHDRddpTgAMA7tEXtSoftwareAdobe ImageReadyqe<IDATxbfQ0h@14! h 2@2@F 4! h 2@2@F 4! h 2@2@F 4! h 2@2@F 4! h 2@2@F 4! h 2@2@F 4! h 2@2@F 4! h 2@2@F 4! h 2@2@F 4! h 2@2@F 4! h 2@2@F 4! h 2@2@F 4! h 2@2@F 4! h 2@2@F 4! h 2@2@F 4! h 2@2@F 4! h 2@2@F 4! h 2@2@F 4! h 2@2@F 4! h 2@2@F 4! h 2@2@F 4! h 2@2@F 4! h 2@2@F 4! h 2@2@F 4! h 2`x5UIENDB`PK C0 ?55,skin/classic/mozapps/shared/itemSelected.pngUT :@ ڻBUxPNG  IHDRd PK C0'QQ)skin/classic/mozapps/shared/viewFader.pngUT :@ ڻBUxPNG  IHDRddpTgAMA7tEXtSoftwareAdobe ImageReadyqe<IDATxbd``eh .@2@F 4! h 2@2@F 4! h 2@2@F 4! h 2@2@F 4! h 2@2@F 4! h 2@2@F 4! h 2@2@F 4! h 2@2@F 4! h 2@2@F 4! h 2@2@F 4! h 2@2@F 4! h 2@2@F 4! h 2@2@F 4! h 2@2@F 4! h 2@2@F 4! h 2@2@F 4! h 2@2@F 4! h 2@2@F 4! h 2@2@F 4! h 2@2@F 4! h 2@2@F 4! h 2@2@F 4! h 2@2@F 4! h 2@2@F 4! h 2@2@F MߩIENDB`PK C0 &skin/classic/mozapps/update/icon32.pngUT :@ ڻBUxPNG  IHDR szz pHYs  ~gAMA|Q cHRMz%u0`:o_F IDATxbd Ā9XCBIFYUO]Ͽ;?9 @|@ 4 X;~i5tS+1]~Q>~1v>.vV2ÛO ?y.|] 3 (,Τ b +!)t /7_0|z dxo:zlK+zpČrv]W6urn , lL ,̌ ̌ , l L0 `;2edW%ퟟ ߟg`b(L®lAեXv323103:do?~CwPTvGPͭ6tW3#зL@˘ 2ˊ206`B?_w#@h#X8heext|8 PkʘQ?_XL4A'2?8Y%~FA;~- |o ~fgW}c0+l< % 4f`Vf`Rd`fce```a` _0-\@aU2x'0d~|,Wތ̑ ? @1xE1-j```A0q;!# my0pv: 6;XybEU$v4BSe—sJ쀑Nƨb+΋rχK8b_-hj`G@F} , C^av8(AFٟ<[:?@ `Z/#ă1q976,<&! gpKv6 acEc'4.WM'@Q˳{  b#8; e_!Jd។4/`,>10K>!# >f - PR( @Y/bxh0h& L̐M,x@4#02>G`OP  YR{|+mT,<޾:) %PPT<a 30pqs 0$ ? /Ҍ@39 heNZ 2`W.wh I< 6l@s*ã; _701 ^1H]Q{p%|^;ՆB`w1ziW:FGHR<:!Rv0|y T P(T @M`%G`P ~80@¬eF(w;pEt;`qg g`GhB;(0-ӎP\2 ?VpZ>@n*8` fȻUjYa D` K#3r qw"+@7J$(GhXw0H@* o`y Zk<( rg?yH _'0``R+fp +9?ZR$,5@xzL dFp"=a,gBp@/O8Lo vN"@1,`iì,- i?01(u1CJ&&KAߧ!LhB. 8 C*Ph c/`*Xl 7`"i @ I vq4``dzIENDB`PK 1Ig5 5 &skin/classic/mozapps/update/update.cssUT zA ڻBUx/* Found Updates */ #foundList { -moz-appearance: listbox; margin: 10px 4px 10px 4px; } updateitem { padding: 5px 0px 5px 5px; border-bottom: 1px dotted #C0C0C0; margin-bottom: 5px; } .warning { font-weight: bold; } .updateItemIcon { width: 32px; height: 32px; max-width: 32px !important; max-height: 32px !important; margin-right: 5px; } .updateItemName { font-weight: bold; } .updateItemNameRow { padding-bottom: 3px; } .updateItemURL { -moz-appearance: none; border: none; background-color: Window; } .updateItemFromLabel { padding-top: 2px; } .updateItemIcon { list-style-image: url("chrome://mozapps/skin/xpinstall/xpinstallItemGeneric.png"); } .updateItemChecked { margin: 20px 0px 3px 0px; padding: 0px; } .updateItemChecked .checkbox-label-box { display: none; } /* Update Wizard */ #alert { list-style-image: url("chrome://mozapps/skin/update/update.png"); } /* Inline Update Notifications */ .updateIndicator[updateCount="0"] { visibility: hidden; } .updateIcon { list-style-image: url("chrome://mozapps/skin/update/extensionalert.png"); -moz-image-region: rect(0px 16px 16px 0px); width: 16px; height: 16px; } .updateIcon[severity="0"] { -moz-image-region: rect(0px 16px 16px 0px); } .updateIcon[severity="1"] { -moz-image-region: rect(0px 32px 16px 16px); } .updateIcon[severity="2"] { -moz-image-region: rect(0px 48px 16px 32px); } #incompatibleAlert { background-color: InfoBackground; color: InfoText; border: 1px outset InfoBackground; margin-left: 3px; margin-right: 3px; padding: 5px; } /* Updates View */ radio[type="update-type"] { margin: 2px; -moz-appearance: none; } .updateCategoryBox { background-color: #DFDFDF; padding: 3px; -moz-appearance: radio-container; } .updateCategoryContent { padding: 5px; } .updateCategoryLabel[selected="true"] { font-weight: bold; } .updateCategoryIcon { } radiogroup[type="update-types"] { -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; } radio[type="update-type"][selected="true"] .updateCategoryBox { background-color: #C0C0C0; } .foundSource { border-bottom: 1px dotted #000000; color: #000000; cursor: pointer; } link { text-decoration: underline !important; color: #0000FF; cursor: pointer; } link:active { color: #FF0000; } .linkLabel { cursor: pointer; } .updateCategoryContent { margin-left: 12px; } #optionalItemsList { -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; } PK )0W&skin/classic/mozapps/update/update.pngUT 3kA ڻBUxPNG  IHDRagAMAOX2tEXtSoftwareAdobe ImageReadyqe<oIDATxb?% X L} 4k_;UFθCa j]@pn;  ܓ*P\@pv=[j37k|n! / ɬ ^2`6&dʉ!@p ]h1z9p`7%Xx^:{5 HbRu Nxȼ L[x?Bh>n\. t,&$O  < (@pxGC"? W GO*&ƫpqYҨ@Ь?|d`e`0b0 >~Qږ#(gĥ6\J`ǃCe`}`q1> />]ٯ, @`xku01829 W$+o9#j:u 'ҹIy ]e4߿@ b ~( @`3+0A&ؘ((p ?``/ X3wxe122bs\^{= g&h! 9top(?@= ?(/<Caatbr @h ,|/A8>:/@)UAO 08z `{$7j)tus]: S?12<%*)) #Pỏ: t;ȃi 0eh: @AZÏ?$wῖC;0nԲacf:[P…8?>10`P/W8d ) @Ǐ\g^ ;/20S7L"w2Yz.cg`c` \{60t쾲SWnZ.~@_/e SOd4|`5> 9p)>8 )i `60xbx3' #30̾ nsMfdhWH!*X:%0\ߟ] q,ⷶ2 /-%LB Hփ l ߀ZJS@``Xw? t O0,`RnM]AT] %?!%( 9SRATRV4f2Zݺfm$).\oXcxpo z xMAgczmPvMT+JP J2o1\|G}V9T^{dÍϿD57!p|+ӒTPb:ZSSx~cc8)A @C9 `f6@IENDB`PK C0%y*3skin/classic/mozapps/xpinstall/xpinstallConfirm.cssUT :@ ڻBUx#xpinstallIcon { list-style-image: url("chrome://mozapps/skin/xpinstall/xpinstallIcon.png"); } #itemList { -moz-appearance: listbox; margin: 10px 4px 10px 4px; } #dialogContentBox { padding: 5px; } installitem { padding: 5px 0px 5px 5px; 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; margin-right: 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: Window; } .xpinstallItemIcon { list-style-image: url("chrome://mozapps/skin/xpinstall/xpinstallItemGeneric.png"); } PK C0FC 0skin/classic/mozapps/xpinstall/xpinstallIcon.pngUT :@ ڻBUxPNG  IHDR00WgAMA7tEXtSoftwareAdobe ImageReadyqe< #IDATxb?%y@j"e:Wh >}dǗQĿH؁i5&~g6=zԯj677d&&&O@`s,Q ݻO W(0f`f~: eHhlbo޼ϟ?!x /_*@r);a > Ac53gUUUt4\EEE>qNBB3g2 @ι d0bj%$$?DXX j@b۷or-cb $ i P'45u|1۷o3\vZb &d߃*'OT'viXf' RFc|5fff%557V0OHJB2:td< r=q9))كhPeG0ټe8t+ٳg9 )Ƀǃׯ_AT bSWQvx#_|a8 VW ߿Ç5 ၧO*0CCΐw\ɑy` *b)]pTPPX[qwq!!>CC`Vס{A*ӡ6!0ϢtuΜCJ)@8KwA(0Z * @`~VrgnPŠ*@M W*ϞuSPx{ A73x a"?,GgAGl&(o! VfxV!=23@axG~' /^_E5 = f!#ʁ9+ظ@1a0%u<(1 :֛36Ng- piNȔPx"Bg@_<@LJNdN,F;V)5'+)H:#"Tq*$#e}yd1x\ReHM5BIjyR+]^Ó@ (^gm7i4`KI S`  w&UT 8zƠ0 [0TsaT'ʱ8q'DS]PP5(/*:b•F7x=0혅3޿W\Ž^as$,kb"D @ܾȕ/;8 ς+jXěAuw bl,`3װ  V{b=Ϟ::GUj;n# Y dtgV ۓgV; t~K5&" A=  ,pw%}L B9Y7"8@Zb@'Jh=ޘAY 4ڳ]T\;b!x*X%ϟ3O`π*?PS{L+̝BMǃp$^HĉBA$$\TLL h Ŏ7 +AV .5D3@$agb"g0Y,E+ٳ؇_[? ;u<`6 P<'mr-PKBm(A._ |@lHB<+ *@Qiq<-[%Q 3\.;?2|b)~Wb-p'!P6 \xp74wAdӦM0q#/lfff|pӀp&YTf۶lyl>'##2 @,e3P^`V'%p'R( (uCQCp_Q`g8,V:^{2z5Cgp}UV%#k C՛(0y,RphQxHW%cǎEk &dC賎89 Q;HR: F$#<(r<L=ǧ@|P zPÇp2|=Ï?pppc]1z49dݻw*4*2q9R' 633h'k׮1z RbL@Iɸ j*@ uPR|@8J<lI+Wa);d{06lfuqbEWp E%>@x{<*eq BAAp8(H1 Yn I &ձ1܈IENDB`PK C0L[7skin/classic/mozapps/xpinstall/xpinstallItemGeneric.pngUT :@ ڻBUxPNG  IHDR szzgAMA7tEXtSoftwareAdobe ImageReadyqe<$IDATxb?@bb`@,OKo?,߿~]#09oOʞAܹ}2++??//31zJϿ o3r>nR@'?_p5oO00312(Ǡ) ϟYH"x8.Ժ ڢ ,\ 000eea8rUb$6Z7-Β=`1sygN2ĸi{qr!@ $D$20s10@"3ars@OVNVf錌8@-op;ﮃt%-W_3as>FB D ~Ap@ç.=?=&_|=قAY~`诚GTWf`bbd2 +D_ >\`(`L[K`K1*0H1 3~5u0?^  +`22{r${y*3OAy@M02|İ)vFP^&CH?p<1/#8!]nl?3Lv.ǝ+wf]a@x '&>SoOs0`XCd9A! .'̐;#6WSđI70#_/ }B P׿q6ZU{3H,R /~a3 84T:z1CT'î& Hr1h;39UϯvL8̓Hxy_WG_ȇ/}`61O$φl>@,r? L lฅ;j9÷coa?C 0RAq~h_?~~ .~ ?ß>@f&;10s#Z@s&` Ç/^gbDD6`o !g2!ȈR@C2efQ֫}"c 02@|1 (+1caa`pa FUGi7 ~7‗^ 3{xX`2eux81(0bBLb ׼dB>J APA}DW}aa`~pG>2|y [[AJK wO (/ÖIǦ{5oC RgJePsލܾsr?/~gbwK///@\{O3lk FFHcX9!4<֯_oTRw?nTT,NP Agff>4h p"llldy*PȇF!#JsY&$/_>Zj @`L+,,d0 <,4L<.7'O b1@ x vw\;cIENDB`PK p2#Қ #skin/classic/editor/aboutDialog.cssUT K8BoڻBUx/* ***** 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 Nvu * * The Initial Developer of the Original Code is * Linspire Inc. * Portions created by the Initial Developer are Copyright (C) 2004 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Daniel Glazman (glazman@disruptive-innovations.com), on behalf of Linspire Inc. * * 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 ***** */ #aboutDialog { padding: 0px 0px 10px 0px; } #clientBox { background-color: #FFFFFF; /* background-image: url("chrome://editor/content/about-credits.png"); background-repeat: no-repeat; padding-top: 216px; color: #000000;*/ } #versionWrapper { margin: 0px 0px 3px 20px; background-color: #FFFFFF; } #versionField { background-color: #FFFFFF; -moz-appearance: none; border: none; font-weight: bold; color: #909090; } #copyright { color: #909090; margin: 0px 0px 3px 20px; } #groove { margin-top: 0px; } #creditsIframe { cursor: default; -moz-user-select: none; } button[dlgtype="extra2"] { margin-left: 13px; } button[dlgtype="accept"] { margin-right: 13px; } PK ks0ѭ4 4 skin/classic/editor/template.cssUT *Z@oڻBUx@namespace html url("http://www.w3.org/1999/xhtml"); @namespace xul url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); .duplicateButton { list-style-image: url("chrome://editor/content/images/duplicate.png"); } .duplicateButton, [_moz_anonid="dupButton"] { margin-left: 4px; } .removeButton, [_moz_anonid="delButton"] { margin-left: 2px; } .duplicateButton:hover { list-style-image: url("chrome://editor/content/images/duplicate-hover.png"); } .duplicateButton:hover:active { list-style-image: url("chrome://editor/content/images/duplicate-active.png"); } .removeButton { list-style-image: url("resource:/res/table-remove-column.gif"); } .removeButton:hover { list-style-image: url("resource:/res/table-remove-column-hover.gif"); } .removeButton:hover:active { list-style-image: url("resource:/res/table-remove-column-active.gif"); } .removeButton[hidden], .duplicateButton[hidden] { display: none ! important } /* --------------------------------------------------------------------- */ *[\_moz_anonid="templateheader"] { margin: 0px ! important; } xul|*[\_moz_anonid="templateheader"] { display: -moz-box ! important; padding: 2px 1em 1px; font-family: sans-serif; color: rgb(0, 0, 0); font-weight: bold; font-size: 8pt; background-color: rgb(102, 204, 204); -moz-border-radius-topright: 11px; -moz-border-radius-topleft: 11px; margin: 0px ! important; margin-top: 2px ! important; -moz-user-select: none ! important; cursor: default ! important; } [\_moz_anonid="inlinetemplateheader"] { display: inline; padding: 2px 1em 1px; font-family: sans-serif; color: rgb(0, 0, 0); font-weight: bold; font-size: 8pt; background-color: rgb(102, 204, 204); -moz-border-radius-topleft: 11px; -moz-border-radius-bottomleft: 11px; margin: 0px ! important; margin-left: 2px ! important; -moz-user-select: none ! important; cursor: default ! important; } *|*.editablecontents { border: rgb(102, 204, 204) thin dotted; margin-top: 0px ! important; } *|*.editablecontents:not([repeatable="true"]) { -moz-user-select: -moz-force-text ! important; } .duplicateButton { -moz-binding: url("chrome://editor/content/bindings/template.xml#duplicateButton"); } .removeButton { -moz-binding: url("chrome://editor/content/bindings/template.xml#removeButton"); } PK `C0Hkvv,skin/classic/editor/icons/borders-active.gifUT M@oڻBUxGIF89a΄!,S H@*TxРA XC#>  ǂ`hq"I>$0@ǁ!QF,YE0Ox#Li\HԧD;PK `C0`att.skin/classic/editor/icons/borders-disabled.gifUT M@oڻBUxGIF89a!,Q H*TxР HC#> ǂ`hqH$=b˗'_j<3̞> *`@;PK `C0uəvv+skin/classic/editor/icons/borders-hover.gifUT M@oڻBUxGIF89a!,S H@*TxРA XC#>  ǂ`hq"I>$0@ǁ!QF,YE0Ox#Li\HԧD;PK `C01vv%skin/classic/editor/icons/borders.gifUT M@oڻBUxGIF89a11c!,S H@*TxРA XC#>  ǂ`hq"I>$0@ǁ!QF,YE0Ox#Li\HԧD;PK }.0l"``.skin/classic/editor/icons/highlight-active.gifUT U@oڻBUxGIF89aR)!,=HD`…:|xPbC-:xq„1. 0NJ%Kr%ė0cʜ) ;PK }.0\}]]0skin/classic/editor/icons/highlight-disabled.gifUT U@oڻBUxGIF89a11cB)!,:HA,P…D-Nà /~DH1‹- ˗0c;PK }.08 +MM-skin/classic/editor/icons/highlight-hover.pngUT U@oڻBUxPNG  IHDRsO/bKGD pHYs(JtIME   IDATx0*!NºIENDB`PK }.0 Kss'skin/classic/editor/icons/highlight.pngUT U@oڻBUxPNG  IHDRsO/bKGD pHYs(JtIME  r+IDATxS;n0 %{r$:'hУxI4Ly,qlFBO$?H 7<ʷ<sK V "%_<_e0#ix"0; Yvpq` XIHw7%[URU*%:xLcHpB]96,1+ T5@_lD2"@DVTVlw`!Ny YR/s׶:8IENDB`PK }.0zHgg*skin/classic/editor/icons/image-active.gifUT U@oڻBUxGIF89a1cc11111c1111cc!,DH *DHp>t8qA R4bA7 dQdƒ!*82ȋ.O8ǖ1 ;PK }.0(h``,skin/classic/editor/icons/image-disabled.gifUT U@oڻBUxGIF89a1cc11111c1111cc!,=H "\h@Jl"D 'VxF;&䘱 C$?zxė;nT)0 ;PK }.0_ٳgg)skin/classic/editor/icons/image-hover.gifUT U@oڻBUxGIF89a1cc11111c1111cc!,DH *DH>t8qA R4bA7 dQdƒ!*82ȋ.O8ǖ1 ;PK }.0SRgg#skin/classic/editor/icons/image.gifUT U@oڻBUxGIF89a1cc11111c1111cc!,DH *DH>t8qA R4bA7 dQdƒ!*82ȋ.O8ǖ1 ;PK }.0'Muu+skin/classic/editor/icons/pinned-active.gifUT U@oڻBUxGIF89acc11111c1111cc!,R8X 6`Ѐ4X!F'zLQ#Ņ3A]Ft`pŏ0ę1%͙@ J(р;PK }.0!frr-skin/classic/editor/icons/pinned-disabled.gifUT U@oڻBUxGIF89acc11111c1111cc!,Otp\```XC HPF+N|#ȉ/\"A(->qE t(SΟ@  4 ;PK }.0 uu*skin/classic/editor/icons/pinned-hover.gifUT U@oڻBUxGIF89acc11111c1111cc!,RH X  6`Ѐ 4X!F'zLQ#Ņ3A]Ft`pŏ0ę1%͙@ J(р;PK }.0Жuu$skin/classic/editor/icons/pinned.gifUT U@oڻBUxGIF89acc11111c1111cc!,RxX 6`Ѐ4X!F'zLQ#Ņ3A]Ft`pŏ0ę1%͙@ J(р;PK }.0²rr-skin/classic/editor/icons/unpinned-active.gifUT U@oڻBUxGIF89acc11111c1111cc!,O8p&TРC aD4qFxـ,xFx$L)%Lϟ@ 3 ;PK }.0>3^gg/skin/classic/editor/icons/unpinned-disabled.gifUT U@oڻBUxGIF89acc11111c1111cc!,D8 &<2^P"8ȀH'S.1cÕ-]I͛8s ;PK }.0]kQrr,skin/classic/editor/icons/unpinned-hover.gifUT U@oڻBUxGIF89acc11111c1111cc!,O8&TРC $aD 4qFxـ,xFx$L)%Lϟ@ 3 ;PK }.0*#rr&skin/classic/editor/icons/unpinned.gifUT U@oڻBUxGIF89acc11111c1111cc!,O8&TРC <aD4qFxـ,xFx$L)%Lϟ@ 3 ;PK tW2Dg*skin/classic/editor/icons/close-button.pngUT \BoڻBUxPNG  IHDR0oXbKGD pHYsiTStIME &$,IDATx͖_h[dbb?ɍg͉-ZC <+~vA..sQ*qyK|3yT*\k R:|0TMMM P[n`zBCCChoo'ѱ<k};^X$$e5XwHʤ5 I ܿ9?3wnU.MmƺCmIHz/\S]㜿120":Sn .`vb_amS$Z6Uf(ތZy$u_w=GGoF|f2b4x|mc e|brɃ%lۮqF SVlIq͛;PK }.0ee)skin/classic/editor/icons/em-disabled.gifUT U@oڻBUxGIF89aƄޔפּƔޭޭ!,B!H"@ PP`D *Bp``F8`>qF SVlIq͛;PK }.0 bb&skin/classic/editor/icons/em-hover.gifUT U@oڻBUxGIF89aJsJJssJs! ,?H@ HP` * , @BԈǓ LԸI*)I`@;PK }.0<{ee skin/classic/editor/icons/em.gifUT U@oڻBUxGIF89a11c111Z1Z1cZ1cZcƄcƜ!,B!H"@ PP`D *Bp``F8`>qF SVlIq͛;PK }.0 )+skin/classic/editor/icons/strong-active.gifUT U@oڻBUxGIF89aJsJJssJνsν!,\!HP 6 @%Ǝ0P$I L0J.[ `&›! d r'A m``O,8aB1V"Ž=R\ H(-nLɲe;PK ]0*:bb%skin/classic/editor/icons/dir-rtl.gifUT =.@oڻBUxGIF89a11c!,?H†8"ň1: Èf 2G'qeJ$WœIf@;PK ]0ڠB#bb,skin/classic/editor/icons/dir-rtl-active.gifUT =.@oڻBUxGIF89a!,?H†8"ň1: Èf 2G'qeJ$WœIf@;PK ]00bb+skin/classic/editor/icons/dir-rtl-hover.gifUT =.@oڻBUxGIF89a!,?H†8"ň1: Èf 2G'qeJ$WœIf@;PK ]0+*YY.skin/classic/editor/icons/dir-rtl-disabled.gifUT =.@oڻBUxGIF89a11c!,6H"aB :$8#JXbƆ -8cȑ O\R`@;PK Gq51d5tpee'skin/classic/editor/icons/leftGlued.gifUT &PAoڻBUxGIF89a11c!,BH` *4Ăj(pG? )Ō#O6丰"Å/t ͛;PK Gq51tX2ee.skin/classic/editor/icons/leftGlued-active.gifUT &PAoڻBUxGIF89a!,BH` *4Ăj(pG? )Ō#O6丰"Å/t ͛;PK Gq51bb0skin/classic/editor/icons/leftGlued-disabled.gifUT &PAoڻBUxGIF89a11c!,?H@@HBB\ Ebȑŋ '#IEVD`˖aI3a@;PK Gq51Gee-skin/classic/editor/icons/leftGlued-hover.gifUT &PAoڻBUxGIF89a!,BH` *4Ăj(pG? )Ō#O6丰"Å/t ͛;PK Gq51\bb(skin/classic/editor/icons/rightGlued.gifUT &PAoڻBUxGIF89a11c!,?H@`@ !&txPC1blƏA~(H3R4(%•-NIf@;PK Gq51]bb/skin/classic/editor/icons/rightGlued-active.gifUT &PAoڻBUxGIF89a!,?H@`@ !&txPC1blƏA~(H3R4(%•-NIf@;PK Gq51_bb1skin/classic/editor/icons/rightGlued-disabled.gifUT &PAoڻBUxGIF89a11c!,?H LXPB TŁ32dEC:(Ő 5>Dr"ƅ-cIf@;PK Gq51y"bb.skin/classic/editor/icons/rightGlued-hover.gifUT &PAoڻBUxGIF89a!,?H@`@ !&txPC1blƏA~(H3R4(%•-NIf@;PK Gq51ɔhh)skin/classic/editor/icons/centerGlued.gifUT &PAoڻBUxGIF89a11c!,EH` DPaA F8ĉ#ZdH#ď A(bE4Ŗ;0%F4k;PK Gq51shh0skin/classic/editor/icons/centerGlued-active.gifUT &PAoڻBUxGIF89a!,EH` DPaA F8ĉ#ZdH#ď A(bE4Ŗ;0%F4k;PK Gq51``2skin/classic/editor/icons/centerGlued-disabled.gifUT &PAoڻBUxGIF89a11c!,=H@ "DPa B\8bŋ-faGAn,ǃQN C a2 ;PK Gq51 e@Ehh/skin/classic/editor/icons/centerGlued-hover.gifUT &PAoڻBUxGIF89a!,EH` DPaA F8ĉ#ZdH#ď A(bE4Ŗ;0%F4k;PK Gq51>[[&skin/classic/editor/icons/topGlued.gifUT &PAoڻBUxGIF89a11c!,8@\ C J<(!ÊNd"E?$ȓ(GDircDŽ;PK Gq51F6C[[-skin/classic/editor/icons/topGlued-active.gifUT &PAoڻBUxGIF89a!,8@\ C J<(!ÊNd"E?$ȓ(GDircDŽ;PK Gq51-^^/skin/classic/editor/icons/topGlued-disabled.gifUT &PAoڻBUxGIF89a11c!,;"<0BJpÆ-btbC-^(HO\Ɉ*];PK Gq518C[[,skin/classic/editor/icons/topGlued-hover.gifUT &PAoڻBUxGIF89a!,8@\ C J<(!ÊNd"E?$ȓ(GDircDŽ;PK Gq51\/MZZ)skin/classic/editor/icons/bottomGlued.gifUT &PAoڻBUxGIF89a11c!,7`<0B #JHŠ1^1Ï ?(F=`eƀ;PK Gq51hZZ0skin/classic/editor/icons/bottomGlued-active.gifUT &PAoڻBUxGIF89a!,7`<0B #JHŠ1^1Ï ?(F=`eƀ;PK Gq51CFw\\2skin/classic/editor/icons/bottomGlued-disabled.gifUT &PAoڻBUxGIF89a11c!,9 @&<JHQ"Ê #NH1E 5 Q!Ɏ 1>tx#);PK Gq51QZZ/skin/classic/editor/icons/bottomGlued-hover.gifUT &PAoڻBUxGIF89a!,7`<0B #JHŠ1^1Ï ?(F=`eƀ;PK Gq51dž@__)skin/classic/editor/icons/middleGlued.gifUT &PAoڻBUxGIF89a11c!,<@\ C J<(!Êb1aĈ?v2$Ò5n8aœ,3 ;PK Gq51GqJ__0skin/classic/editor/icons/middleGlued-active.gifUT &PAoڻBUxGIF89a!,<@\ C J<(!Êb1aĈ?v2$Ò5n8aœ,3 ;PK Gq51g>__2skin/classic/editor/icons/middleGlued-disabled.gifUT &PAoڻBUxGIF89a11c!,<"<0BJpÆ-bthbG?f 9dň7eʓ0An;PK Gq51__/skin/classic/editor/icons/middleGlued-hover.gifUT &PAoڻBUxGIF89a!,<@\ C J<(!Êb1aĈ?v2$Ò5n8aœ,3 ;PK Gq51F\0%skin/classic/editor/icons/springH.pngUT &PAoڻBUxPNG  IHDRjtEXtCreation Time  .6tIME  0&h pHYsod0PLTEΜƭ,3 tRNSJO.IDATxcX Ha2V%/ ´L UKAIb-XȔi&IENDB`PK Gq51${%skin/classic/editor/icons/springV.pngUT &PAoڻBUxPNG  IHDRJtEXtCreation Time 鬾tIME 0e6O pHYsttk$0PLTEΜƭ,3 tRNSJO&IDATxcXjU)תU eRPS0S W*KrIENDB`PK zz1 KHH%skin/classic/editor/EdColorPicker.cssUT 1AoڻBUx/* ***** 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 Nvu * * The Initial Developer of the Original Code is * Linspire Inc. * Portions created by the Initial Developer are Copyright (C) 2004 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Daniel Glazman (glazman@disruptive-innovations.com), on behalf of Linspire Inc. * * 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"); #redImg, #greenImg, #blueImg, #hueImg, #saturationImg, #brightnessImg { border: 1px solid black; cursor: crosshair; } #saturationImg { background-color: transparent; } #swatch { width: 60px; height: 60px; min-width: 60px; min-height: 60px; border: 1px solid black; } PK "lW21-skin/classic/editor/icons/throbber-single.pngUT xBoڻBUxPNG  IHDR44+}bKGD pHYs  tIME !3sIDATxڥy]Us[sJU%dt c|tm-*(ͣ}~v([AA@JRtoǽu*={{o킲tž}G ySX֊\|S%jjvT IJ,OikqM ;뻌 '-q:,:o5QJcM4eY$򡋂M~Ou?,{N ".~!^3 _RJ\=UN;ú j-N+IuqFkhJKrC\h}R*deԎw2{*XԉXϷ##!8)D6_>xWw]+KŸ|8X% QZ;ȷR8b[.!Qi }^BQ|ƧoK ÇP e|$ ߮} .~DT?h4M" (9rm錟jB`Y`Ak @0`n䷗Z_=S{ɧ6R $J)1lg-g&l|=q _95R)b[Vڷ!v1P,3|0iev1Ih[i[J~Axxuj9f9y˃8˭B&C_=1?x5{8?C(/>1J.3ʇϋ]c;ضeYXSlE'RJ1&9g~ibԨ<ygw0|좞+Vy4Xѣ?÷lM<yA4RE .mVf=wL2+˨Ml趰oE9͠{-z~P~' .Dsm g\]{~s{ <25@jB`(k `|(KgnFz+|O!}5H&%ůND{3;[vO7(_r;8Z{zr߷m?= ]OMO 5U`&_(]c dH* S+SȫV@!_ F8Z&ePec n^{Dْsy;>|pR t=Syf&sl帾T~Pu+k,%VڙB ε<(#Yj49v SZ{p޵tIMQZ.kyAe[~YSMBX*<|M5ǭ:SJ87UK~=Mn7SOj+uY;..Z0wIJR(J>,X\HܛJt4#C6({c&>17{;JEwRCF^QRGv-L0>vu @VuNOL窶 4U/[1Q^'wE)@?gG|Ct{:k&UVUgA P8| / -If2GT ߼;^ڭlkissa[8C c/z`OYOJH77z:gn]>3\Ӵ"R'`)d%YEwC?/}ר3ji}e}HO{ko[_S|WHrp nwkHlGIEf#5Y;֚|gz[R]rE1{M":77J؎R;*ɗmQs%E='V&8RUks˘M*yN` 8&Rx1^D *͆JwR*RssY|kx냕&r}RJF ah2 B@rӜ~I3"c[T>Kr\4T/߼MSQJg7hͦqF8O02;S 6 GBB ; U~~GJ$ ] _d7A@DgP7v_0(eeKv%?t 2 .h8:sxnLJLjl=fyE-4ҥA@ N8?7a]tJk#c}v˝"DiߥDiS;Ҙ<5#Cg^u`eNr)6%<PJUxhm䀚9;_K+KVϑuIn+졩!_*+ڗ?51xF0vC >Uew-'wL&?*exXTr!C!v}}{ l>G)9{UWaijkwx PGXu Nҫo+'D &vIyΤG0.(?O+ n^a! t8]Z ʒv洗zEfa mJ+Jܼ"QCp=͉}1v )Gl u֞ 85A5A+@zZ9͚-1&\R &'1`YTj,{\%93OfSwMDz$Q?Czmv 5+^gݛZzBU!\Bb*sc&X+TKr AINHKvgp`w̤1 oYJj;Tikx=ݛWuP]evD2;3We>A)EpՌ,.JNRK*)rbl 7$s kΟ|%/(']Q(LXjXtyo[[BM5 k&r&!* -.e@1Mzk QvfQ M+Cı,G^ r$2˺NzhY%8Z|ZUXQ2R+ܤO.%Rn4 ,Kr\yVmJ>1xGXbq'W̆6z. PWݲ-mu1|*p}Euc2˓C.?0*K/Z/wȞ,,YËx*b+0J ^qC_xNwu2gq#Ѫ/WaAj-Wl,0KRZIV`t-R?eR)JYi<"Aj};Bj:T72֦zӓlr|y#|nN:"#?421g|0`åѸ@-+CUeV*wԃX{V 43y>U-OqpC(hA,^%3E2]P#mtŋMysCueEp@uG'>`SHYZHGLH'KEIWμ!sbXQ˂XJf=Sa6tGMjF~vRxa=tъOwa(xק:ɦ|Qd!(ˬt=I!WraviٕӤi,+DIJ='sU\vs'5CYv=-o|d?L׆veg%WtJ)6^Xϩ[GS|2K)̣QfߝD)m\s ژpR {$lu1y˿<hR򻟌p$TjF*I6-oG>?L;AIC(azw3;tT9:'…-$O *M1(, \_>dp<hm3O2Ls7ڲB %% 8'ţ89L*V5I>+==&]3cE>}w&j XQyp|:L9jk],mub5WPⓏy/*HACJh3NgK,aOѧ?1ǜ""1nvut4e ?rQ¶ov?A p{c1KKzɇjz750~4CrpoJ1MpؖvFs x3d'|bF93 )7 y^ح''܃+N"@Xmi $rLA{kj`b7Q w)]#G Ƀ<&e*y9P#kq;Jm!Zc# fmUr뤗WE5G[ظK|YY|_bM۶ DBa"UU$G=*eP)7oFzICRjD"QB4hFav 7f>) 1@8!W.R碥@PJkxIy!6Y֘Fe(FGKr"fڀM$@DV@L`DJ@@+0/zFy(Q  d,Fg=tAQt ?)?'-(hqVXQll# ]:m #P # wQRY:ŀa”o6RJIENDB`PK oT2&Z ,skin/classic/editor/icons/throbber-small.pngUT BoڻBUxPNG  IHDR szzgAMAܲ IDATx{\W}?;~mb0oCoHsTDt$?0<`♐瞸Y>jw|EVFυc`d:E#%G aЮD4J a%S;웺Nnssk+wrϝioZ !@q:E}%XfkZk P09LUGRΪWU6>yw5k /'d Xj1Zh#3c;Gj-GqWo'RVk.霃f_¶?XkFs*WYCǪkc$t;1C:GXfO% Bk beuPYYl\`u%19pijH콾yN?U ^Hl~G,nDZ2,0 _փHLJ%s8hvw!8X_{,hw^Nec<15Zkb& m JLSZ+1]NQ)X, Ȝ 6FD3i7;Ńk1 e7#wОKYH!u ~rxISGoÿyIENDB`PK Q0l3  )skin/classic/editor/EditorInsertTable.cssUT uh@oڻBUx*.sizeSelector label { width: 2em; margin: 0px ! important; } *.sizeSelector label:hover, *.sizeSelector label.selected { background-color: rgb(10,36,106) ! important; } *.sizeSelector label { border: 2px ridge !important; } #widthPixelOrPercentMenulist { min-width: 10em; } PK 0mW2\"""skin/classic/editor/icons/btn2.pngUT yBoڻBUxPNG  IHDRH6bKGD pHYs  tIME )}p IDATx]{xUJI \qW ]*3K4gDpf8Β,3 "d@0d($$@<ȫC]w誦%SS}J) K'O\!HSi!U[9Ietsy Ճ9(E9T%jڔGly~*-2qAqTEowx -T(}Vy(wx_& eWT3z:eHRxSyfkWBNlg31s#~g5\Fkc>7^F~MMNj8reHZ0M|owwɵI{OW~NOOw^H= g E,/c{Ƃp F^^ZX<9˒hɱ;ցnDGL'H oBT 4iW_M>v1Gk. <^!K\ <"EH*ehQ&j2T~Zj%^<Ϗ )#:VG[(拴|)uI_Sꑦ.Y-VuMZj5܅ KA{o5nzrK"wMV9- E#U3[ik<ϗHƵw8Jq(c, r厱RFU`c f<5S|qgp&"#A'۳.E sˏ!F>Z}#6 C5|͚56MrcJX ijܹs3nQ 5~wFg1u)==!WNqz%;pܹT9܄w b)]S)+'Ӷ"9sYn߸sz= ~jS8! PVV0i ׬S)@ee|\=h; \IGӧOGGG#<<˗/!gZuɑMH{Diz"hooG{{+[lи>@t\ZQyl"POPRRYҧniP[[rG4_>RJQq6e(zj[uumƍ69f!6z&+!SIVΉى:2^LXz_ 1 7—8S 9Jf_\ >ST/0Jb/p6]4W+d48Wu SGo0 -ixX,c "LW[ qiV,^mqxOf"}4$-/孽i-3#:wh+g9s)gĽ<(9*gC<'p uQ/K89\ <_ιނ 4h0(  <@ =@ %bXċ:Ҽ` $VjQ9UENfB9ca:Qc"7q">S)S  1JlT2[*koZqȇ4y+i D\ 'ef&eeWN ѾA$]ު:ؤ\] E\s ߔ+Tb95c1b 1CXBF 9z:Vs^Wqa;%EDnoϟo3-a%dH&z>ܹTVZ_: }JRXN{uێ~7|Ӽ*yxGssso]?@r2-'"*vͦJI qi)*C⒒ ֭[f;zmݺu5kzU( _! ) _"H[3|}>uh윚Oq-9aDcժU ! @sssŋ_pIgOb\zD4w >Z`\zq<[r.hFIIh455… Fcc#!CIbd+Jq~2d5)̳nkݔbccׯ[e.OWCz 0b:y9˒O4nX2u/ha“EZK82< LuD2{waA477#++ Ͷ1>aR۳ pnFm؀w@ v ,0^~7{kkK'%%!99}ł PXX":t輇\ڟ:>~ߖ慁S:\M ҤI(aў1b 1CX,c 1C!~2L&&\>_Z٠^ŐGE٦LZ& y^F`1F؋5lJ3E^ldMVldL00@)f;LP& gk _& 7!P9<_&Z5cfpnq=|y^LԌ!c1b ݈"oT[gnoxm6%UɻD%[dYRɄd)=< qV5)EkCQt"%U:$vufrAœC6+G)f0r=1ގ8|8WOG /6LФ j3`g.ӻ82[|ա WR0)B$_.nbi.28AP-6b 1C!c1b 1CPnqQ.ZNTOOH^n h1gCC(>@BfJfiEQ$Fiii4t}ETھـS- Ғ׀fy 7E nMi_\\L3 "B*9T􎟟 nTjvBaVZ7qD#Dr}zr_] "훭oFiii6bCi%z̃2F0u[N$3nme7A޼~5.U@yc^ݎdI4 }S+/ݏ2ݯ_Çɓ\ti۟R4":ȣbC{lW1cBJ0[nSS4f͚5˶ .va͵mݺ6k֬!n˂ #c+ ]@l"Ǣp]sc^ע|.E{p`Bp%Mpn׈!ڪzTWW#$$x\Jz]F{~ \G׏rpEj%  J [fh8)QhkksסFX8O ^pts(ĉip2] N(--ETT@)EMM bccݭۓ/rbD{,6px[Dy^M8mӋ@fJy ?.\@BBZZZԄ:$&&5GGBg(@ 9P$ g}{-@'1޺`H#==}=:9sfK=Pr16 P%{x!070cWbcHOO ի׏[[[01^mQvϋ t2mr/#b;v+ $ s8Zm'OF}P׳r_)@W{&!(իv!QNJN>q*.%$dY}Jxz"d٨/G[T1b~ŋ=M6y˖- !#_D( .!~TTҲFg;CӴ?0y4;?~]?7oOGէO#"c+GGG(,,DCCz)=,<)I%bKpNDq\9R&$`U `+/>;J鹳y_z5`Ϟ=1cҥKXv->qP8u+e%-={Eٝ.+Wk?ַ2Š1b 1C!c1b 1CEu1-Ǩݦk횙IVlQ ~LC5jE#AiQ W-|mE+h|AX^ԫNK:q["Sʽ_pP7ub^8ϩ9|I \ǙE]Xa}1E_7`tTĩwVUXO"ԧR 0sN: ΙKץ/6 ꓮDYt&r#7:z]`c"wR.K*{,NR9Js^$rܦ T{&4$֔U-6Q9<ٽpZA&\qMyKHZe rLӉjQw } n(hEvA{DQF]+w!,?h{3* )AKUd> P핾0ASl 1+q _k<1~-wqhlРs#IFI`pnd)."56-VCf*EyV' tB%c0o~(#Vr` RnrA*( _rʡ_3͖rhCWü4;U۲riY(7 ~i͢By[x/K@K,EEE>}݇%Kxꩧm|Ÿ2e nJQ%Kl~gʃ|%^pL|+L@L@L@L@L@NaA>d_ ,U nY_Vk ~f_} Ăib0hJGX7[QX,byP =5˸ɘ\}pøOyi/Lk/B ~-3 1M R!˃ĊH$mkddV֟fKKKs4OoFmKTO2A #LPJ!͢_O뗵&???[ b e>|a߃upU0se>Ȭbf]%_FKD ~[w Ŧ͔[}I{;Lkz;`Cq:[Ùf"-& 66# C^`K ݶRZZ-;;6eʔ 6/&XhXPGYgQ (XN  А6S hlCy ʲ^HidwZjAM Qr*1dY7jCRRR2eJʀ@Agg'jkkQ__.TVTT|~R>`9ILJ뎧ZH(8DG΂[茂he^*xi I0?]o-(JFMS֍N#===z/Ι3' UUUp8hmmիWQ__:88|euu7kXl\MOӱXH^l/X^9_Np]p%6.jL6 ^?` ypK/GQ@;0WOF0vƌ)͛q)gϞESSсF'%&&Y]w㸨@:`@L~2a;~z8jGߤdB8@X1,^|  w1`@N- n.cC\5jZ[[:tvv HNNߏ 111Ct}Puʼn} Ƈ8Y !X:v/zŠ_G^m( EʿAX"W%I 92J|[tA|3To`\ߞ$ࣼ4%%e˗qaPJH(GAXX@)EmmmWkȄQ9h‣  ]WQySf%Ů{_rFMz:J6GzzztTTԋ#FHiii(NгgOpJ)Z[[QUUU֦łd\LɹKDt pމF;*_+nj(9Za  @d/yb򑞞>$<<Ʉp!$$(vQ/]̥XlyQ?FL'>D,K I&=1;w񱯉_(BAQPP>Zi'ŋ_V,$f\X||<!P[?wCCc>~>|LGx/㲈k9 srnjHZIDAT5khθ{sdr "8 ry' 8_/D/tvBJX?{ Sod|op8p8=z4 C2223Ϝoiiys˖- Q?/,)9@, 92~<sG(9cgq׼{W\y KdDGGN 6l`nno,2Pd.$&@=EG/{Fz~+Zw~'DGGkWWW_bHʯLXDd(8N¶Wwy ;>G:eqnt0F%f}P^RLJ JxHG9˒RIlQQ*,uDvZ߿v7oFMMļbd^. @)87;mdzϏsps&uOJv=ͻXH#޶m'Oݻw׳00E6 +L@L@L@L@L@L@L@L@51\*4IENDB`PK R1۝a#skin/classic/editor/icons/table.pngUT dsAoڻBUxPNG  IHDR `|"p pHYsnu> 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_F%IDATxZoEcH֊TU=TOĝ'NHʁ qȡEBQqAT$jήAjZ5yvvwf?MTd73o{~113^#r>ef@*dD;=s>{{2>xJ0/+@ H,Bc@ b6NjA WQU6`pW؅;W HC_;VЛ:<"ƀޝ`+a:}Np6a:3b}Qm#[?dZjȄ0wƊ' =$Q`fϜx/$q+p@0?{v =ùj y9mV*tzj5(Qe+PTH@x{C% D E\@i0WN%C  Q2J(c}ya;#=NnvYz"BYsBk+ YkV$=,_@; W޶@{aYN!&]Ah) „ 3B2 elAcs d] Bh:N FRxpug yr;]lS|ZtRJJn!bl"J0EEAa(N Q*H$Qof-:)H΄Dp0HrS7ۊjt@Ȍh)4.mnʔR!2.,# ! )\gSȓ6e1 HݜC䁇{x(rW  ЮQ|°MPG%PJFwJ(JV69dF=^PK蘕^/6`8*/@ KE9P;ɀ߼\nRh~`HP_r|ۓ{,~@Ø9¶\*f DA~@i?p~AٓBO?|4?p|>@G-<@ܛD!8S~@DlZ3 JD,+xGGP }sݵ#uRXa7X;x:XK2ňF۽Cknx ۊ<%YGTwPw-~mֆ d2 h'i`0пϫN"˽;yvX]]M֬t:X^^@xxxAhwJf YTAh~&T@|v*w:2d q`Suv{2;pҬc8L,ǴME& ;fB"@huf9]23If\Rj ?P|O 7RNwi=^u,/-[RB)in`nF})ċQO*#uQ XfwIENDB`PK R1v$skin/classic/editor/icons/anchor.pngUT tAoڻBUxPNG  IHDR `|"p pHYsnu> 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_F IDATxZ}LW~w`Tw EDU*Ut56įlWSѼ3,&3T! -n6)#M֖5 {oKJV [qe 3;|3̹t`aW}›9{<c ty_E1222\*ꏽoϛ͹s\x<;O:%ohhTTTd,..㒈0?_6mZֺ}>g>ZZlś7˕ztnܹs.+u L^R4` H/{֭[յCny!g3 ɾ~eeeLՂjG(]]]@EE@)mjG| c0::@f ᵎD[5C`<СC[oall W^/@ =벎X!-- ۫Eׯ_D MnPXGF \ϝ<߳ [@)Evv6<^ι,oJH>^wgvv6% {3 (-6 $+ bQCC:ahA-bъ+@6 ( v8C$K,/E)@ ~DQl[KeRq CCCħ bʕPz q " ǖ*X G0thh6cK)?x(,*!/7! 9J ?n܎fÑJoSRɩXU*g{ 麧g`:SN}>.8p{ѣp8'|nwUUUU*AT_CR V[IzKT*;0LAϧonn8r1cƘtv3Q "QW(k=OٳgP"xtF3'}@L@,줨pI~lSgL&MM ӱMӱu0 ``>3 ,tDF`v/h4t  :@d{)s8ݻw/V^  $2}= gaÆ_L@OOO ~Æ سgal߾}ɶ$F3X̖E-[n߾Pw8tպM. ͐dNDrophR`3ϸggNN%D"8Պߏ?Z QTSSP(ZZp83+W\8md0?w8 ?ha>/Iaoq+W~-81hEPZYY@8$@`4 ?[B ֔p]曁 ]%%k8B0@]xp BC5ߦ$e(nރT*1 TUU^Pq`?B?l5oQpn4s&Ѯwy2)))S+%%ǎ ;=OIVV?h |>_|qg.]t):}{[:88B)^T?< )xR\[B l2PJ080wNxҥKFs__| D*,^xNc?z 鎎&>00 x#rgA)C*izx)ysg>ONP.Up>%}`Vl>Ç_WBz@`:vtl㸩FAJ8zH$LR)űl>|3?P7@\@}^? 7۶m#ljP^^СCB 뷎Xׯ9' @]}]q?HH@==G:?02xaE $E(@ mmm9G8Qw=Mx`q[[D+ǏS(t>Mr=j6ڿV__2*T*DQ{ޥ*|>777i._SS5g웈p "?B-\]E&\.wgSS5ƘoFH߾}nH$iOpjmm-+~?|W;v*W(2s}>---7NM߬[n-VTm@ ixD!'c; RޟIENDB`PK jT2g%skin/classic/editor/icons/browser.pngUT 0BoڻBUxPNG  IHDR `|"p pHYsiTSgAMA cHRMmsql1?bIDATxkluwKrI+RHZ&=RMdvl.n "*РZEVJP˰F(lW5đ"YL[Lr}~X(rxݹsq95?Ac԰Ý>:JsQ?sŭlanl7 kYP^;GGb`˟ա=?{mq'e;dO罃Ow_]3]qe$ǿpc;K+XFfczϥүON|-_'>D_iN/S߽)yuFMˉkOmn9Ϩ]lj}u/IG`hC%O(f޼n/.MvUY(8>m꿘)zH>M"EmU8Jm 5EzYǁ{jFr^y8oD}:(e ida>R<4G:-TKUg<*wG!`ٴDXeB5t]CC BcRdC'm'䡻|oyaW8Y 5! A-Lq4V+~N27W6v3?|mގ |C$ڂG~2WX佼>YUɫQMK ߪKgKux+@g}kYFا;|:E"KWߗ%ƪTwOUʇԂcӟCgiG4lNys"OIE2җdi~ۃ “i qpդ/tV&H@QxˑPKPH Q (+\*)Y,gĉR}x}4XdJ[QTRMTޫ=(z0cC&W|wl6-x8=Oz n%PR CXLj.̔ !m[frEp<<)>ZqrtU혙+}}n_&k_~{DNfKl81!T˵2o\YΞ?P+Ρ[{Xz`?X.x}_JsE [] mYLuaxᙯfK:{(c^ҵimmصkxD"ׯ3==?&?zGb_֭[nZ[[o+ -J={_}X,{gc=6d?ݽ"+Ól6ɓ'󓓓ǎ9r?OW0[[[qWuV3߽}SN}S=:8z!bتkV{wϓ8| <#MMMfWWWMϫT2K.r۶׌F0wݽO<_憚JRݻwS*4 )2=/E hupv;vlT* XE Xq\q\<ӝRJ9J(HRq!JU:#SSSJ_?077Ru߲,t]l6K]]J8-L&kr9t]B!._LCC6lP(T:+y@R)HRR)yoNgggA8wm!󘝝YZZZv P(0::-[k0{Ir5nJ\.dBضM?|X,V5UR ի<;wlaijjjZ.<ömlfΝmۜ;wH$Bgg'#5MC)E"ҥK7t6mƍu@5f,F7|p=ϫK"X,2::JSS۷o4+hЀR @i>|H)1 &}u$ mrJnd2b===477L&B ~Rj Dm͛ioo'1 c[.)RAcc#`˲ؼy3ykgWL۸qy4) R-4ٵkHP(GJ%u]ձ{n 0 8rvu0K)hww#58;;;"ci Rzzzscc#{!.N{{{ ɐH$Rʽ{NcϟfppLӬjp7c```˗/Y}2$Jm6"qZZZ'$@ss~_Dd27W}i^KoooR Dž ttt Lk.?XkG}ف;.bR+_.}V3jfcϞ=aF|_ 5M[6~NG$ݬeiZ^qlդt|||(}-܌vҌfRUUl6eYĝw9zӺ… RA èIWTw5qXE\>m۶ݲ0x␮~kax5;XMR*(Xw]X__KK.m4adL&C]]]͚*p]v J%lO("ގcϞ=ض=y?Zqr\z3 ]tP( LOO/KB8߲eh"X˹;o<3ŬiIENDB`PK nR1Ջ+  #skin/classic/editor/icons/image.pngUT `sAoڻBUxPNG  IHDR `|"p pHYsnu> 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_F=IDATxo$u~MvW7)Ƕ,b'v$8E @wN^$+!KB!8p'N #H`{~>hvM" }ι[_I71o8 `j5RYƌ1YkߔR~8eݖZk~9?m1Bo5^qtZVutnic p]7|{(^x-Fi;Zy^Yi{AkRt:q6BoQ<nb]"OqƢQH+N#3OX t8]" aFP iF#\ bh"'%4X1ȣ]hM`V /5"`p̝P@9–eY.XkLk8# 4$R$I ";Dm|#y i; Jx(LQƸS.Rc YOS fs[LF5+sa2s('Kxq_)"W!ZєZ[a) hIx87$0I|6&NqZ֒PjL?y/Ň i%+j)DoP@2x.h -`NR(Ҍt>Ô9J)*B0Gk1 ҃5)BlkXhyO^fXcOOu%ZPG (Zy°FW*R Vk|$u()!d@.?G sqZ4XyV9a]|^,`tt;^ނs!IRT_ԤTߓ.pk=, ,4ޣ@)ok\yF sH@#"yg#J(sH.U&8/}K$@xUH)%9\ܵ=y-"~ghW _<Ս  O-s֭?}ڻbϢI>oݺ_9<0Ƽ%lN&Ox(^+Mמ}YdRk{m},d@Y_-oW\uݠ>t:kQ}<>`^W_Nvq7Z։Yʃ!{whWo̓Ͳ,c^PJj_ZNDߢ(xp8C~;?,dgtCʋz=@YkڮZغrzt:gwrgwãMXxx[Ԉۿ;fsy)I>\ {{;)Dϱ6*P̼d>$)v6[[[^O۷o?˲ >zkS{w=|ţ@| 46y4y?>?cȒo޵K@>P}4L3`44څ|@0;>P,@W|ae~>&h>ʡ9|3| ̒l4͋1hw"NDP,;9(sD Ɣ'&09J])pS[x \iЏ@ 5NHB|0+(K>PJAS Ȏ mc>P`Zr/D.؀ip,3x(nc s.GLf]RS( 5|ʻG>ܫ>bLaY>ʗXhhQǏHPۜ0z4cp58qW("Sc>PS@%yl:$Op$4 DRS>YM$IjT gEDؤ.A`Hs4(wȓd:ŔJ)Lg4[ Ge\D(aMFZ6'7)FezM5 ! #dc>s֤QPQ1P>`Č"g8x | K-s+Or18:>+is$>i'y>5GGo2o?;w{!{|}X_}v|gG?z|@kk>1EAjxS;V@kM)뛝NG9'HksƘ/ !^h4W{^DZt:z,q?mcu(z>(鄧9l6y嗗_1f9j;N=ߧ3͈=AK/-n^1&֮I)7իWknn*pqxx~dBaH<3cs!ql670}(FAf{{eYb!sq\?c^}!';;;?7n?|ugg穎~֭׀|||Fǹ_?1l`VQ%Zh|o}t>sR岬2T~Bդ2nOtŭ!pUWEzVoRRxɲ'<<ϙ,׽RU7Zd%K;(!RJi6gE1R(cNX|@$\@#IJ(PؤAPexm0 8khjl6c 'K)e=""s_Ba5Q{<W=jd2.a}epH!iZ{9eIQy֚FqRb61 y3Ȳ MS&Z^KL&3!nܸqVڞ"MS& ITZI0U%RJ'e^VSkN[N|N's$( R׭Vd1\Z*f,K֕Ћ]`]jQ,KFRJ(ֳv9iJ%<9wwe61oWvI2](H\%;<,Tpp k\%.X.lw:ʕK_<Lz~UXLwYSJ1,'y~bex^ #DQs=w9~'Ǜħ+5LcZIENDB`PK OR17*k k #skin/classic/editor/icons/hline.pngUT sAoڻBUxPNG  IHDR `|"p pHYsnu> 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_FIDATxj1son\8곹tK}5]8b BAHIc$猚\@TzRjy|Q_t)c~mb<x<"Xf:K۷V9wm]3p;ŪZ<RJ\.B@zAD`fe۾E̴!S"lmKKmB:?   od\E|`鄦ip8Bx|0ж|`xJ>|.A%S>0mK`f|`Tۄ¿l=z&"  G2֗gjQ=y@6*CmIENDB`PK R1 "skin/classic/editor/icons/link.pngUT tAoڻBUxPNG  IHDR `|"p pHYsiTS 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_FIDATxZ_HyL21!RKm<wv9, >Q!/U}wNa`)\_ b"ܕ"HwS,z&1fL&vŐu]o>7? ?U/BӧO;;;ݻw^r1YvL&S$I( Df_w!lfEQMӈs`0YA$4Ԟv!@@68bM翐e5p_,X,xo޽tnllt_;Bw޼B!8e0̉W^/c,U(v`08Wj>J`+++x$d2yBeYbV }R~Ry1{߿pp$7)'o~~7??\.K,'rrjUl@:f\MV(l6ZxD( $d2&;L1FEJ6EQM `0 #d2(^=::˲#,d)$ $IBEd y *8joof4"NޯVk1zggg4vܾ}!GFFڻc~L擱{{{.\D @a\vwwtz~ t:Λu8Na$IFՒs& $UX]]E(+~0׋'Oܡ(JPQ(14M}}}/^ocf[@2D2CϞ=Ӧ4khh ~ld2? ?EK.}w_\VbDWW-h۳g|Z #0p:Bׯ_ttt1d2AE]{hnn.4mBr7AQz~@jsa>ŋ677sssImjjR }oz(?#hުT?y7;;뛝<% WOOt "_+Tme5Le8Mu:xo:s $If_sC $1Ft6 A>nVNK)# @t:Țl/`)]l)K+V~xڅ jXɲl(g;<<{LofYvbdT8byvJ? q_= ުR?@̴nll\0*V@?; ,ˆ   ZT*~`$tQooVE-/>9HRbaM(===X1" \yH$y]]ݚVO\F"gZ>+5_SSS_i@j>?T+XW}}~{{;uJIJlb 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_F gIDATx̚}Pwǿ^CϗCxUR rNm8ӹڱVf۫yzW׎zVP o*H$*^&d@Ҡ@^wf'>#̙3BRJoR J)KP(+OI w' ..;8$ii4 n7N'xY,N Y!ab щY^^@JJJ@LVi@=^UL8üyA8r.__6a 0̛7/`vvr^"c~ce˒ڊK[kcFDD 99Y˲cǎ-R7mz;3ƻ.6Ņ=O`ǁaBÑ޽޴#xmP궷8_G[ A.#$$QQQ6+DV(NCnP‚ڧ)nJ)xP{!iXYX\ ; ( ԘcHqĝSJ۽ pa* .+ŷ Z~ߝa4xh'z 2ZV ط``FoX \ *ІLƂ㸁>U,HĢ 4Rݍ6\.\ &s5B:w!! OW(b{R|wjLpnC*EVЯI|!fs5Dw-~Wo Lj8kDB~x)K=_0H_1;WAY]b3{sӅjI;/+?,=H+DUZ)Gm\ OH=cȲ/ASo*>dN4ךRRpgAlAS_@R=Z0&\8QDu|'F쬌lE[k 2IFZܸ:],D' zDPP"!0 D!P0 #3_ey^0 d0K2(*I'ׅח!+x?;cǎun T&!}6RڡjWΙ3gP>0 ̟1c&44tTU+uf9CIr+ٳ ┡x> ˑv(;;>sqkۿcQyyy9|ɒ%'z+x}>rWP(Rs5fƖ"b2/@538_e8R$/R0C~R̨i Exx8u eb8ZK뭸w[j/-ߺ Y: W@dd$#+?*#}<?b "O4Os!!!++:ͅǃZ^x辰sNA d} +++lBRBnAxLܷ>xPXDž7 ׉bXFc5o ) =gdt=B .5$ͳxioɻnǽ/eAQ+xWHJjx)XћTRF_|3b~eJt5ٮ>>?F4xw0v8xD7$IPB|^&@tc(@b✀Fv!_>]vtJˆ! 509s!BR*!:&$#8 g#$2mڴ,ҏjBhT(>W^^QJJŁtR:?[?,,,jʕOX`DީB-[AOt:|2e=v4ZM6=gX&vvv6߻w͛7<ÑN۶mC}}!# p ٬yyyyR*5b@$L8v>FłR>|7d2ǏGII DQ"EEE)FX,7%%%x<ҥKݒ$9V+***$ k֬0b7 fYYYpicҤI(++CbuL&TTT@yYūz_>`6qIhZCE0 _~yX~`2`0jq9+j DEEܹs$ ,b#id4Vh$/ҐdssshPYY I ɰaDFFL&dgg{EQL&úǘF.]Bff&Z-%_v-ZHOOd!vWFtttps(--Ŕ)S`ټK1a#fvl6L&?7nӧ!":::xbhZ444~- `M;fJR6" ۇӧ#-- ꝴ|q^;dF7|111x 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_F RIDATxy?w %EĆ: 6Si3iL u; "LMjFcj%#]1PtE.kak9w.jL;}?Ţu|tj 6/NjW_CZ!Gƀ'.=w:?O5k'Q/5O!(%S w쁒 -HMS΃pMb[uL\z_Bh,]|&PP|@tINE#0D(=劕 !EJBˊ((dcjcN@֢#NGJy(aX)D"KZt!"r`Bٺ/+F=ߍZwjҽ&'\a#Y,eZb3Y׵pe-H :j6;4'ؤ ~-QꊼC=<%b`X (2F)r߃w$ȉ-E JT]ty""R)=gٿNR$H(E޸5Ep g r\燸|C5l^'z^86c'Ww~W٢Qrr,> *?ܸCw99"ub$*T59L}x/3˘OSb>&qG2VͣVOE aZ_U&Z?\zr6/Lmj>`g@׷y'_O"¸E5S#w߬dt̩0r`I&t&RJS%' H>ҝgY ~|Xc4h#0>(cI)2-T)o@<*lx_ 5|n P%&(zl>0d!$Z9dR-^4]64[~> -Ҕ '|Ɉ纉Q?` MA&wL&K*|q/!!- [">y|e|K9>T|s| ?%{3|@ pp">xȤ%ՂYj-+?V>!ah tX:#ֿ!>BDwD@Z&CQ}`3cޒӕwoGp\_wOoG&Ǽ #@. $ෑ=jժ͛7vZR>P:6$wwwYtE޲Ưj{=ʉZf̘QƗj#ٳ?-[hVZ6m4~Z[[!BXkn6m}}}%?b)5:===o-};ys }ѕE|СCmӧODKccIE^knn:;;QJkY~=lڴi?hY?L&C6ؾ};=== ˶mXf tիW&q'E$޽alB.cݺulݺjIRA 477nݺB0ƔuՈ)͛>/Lcc#$ɓ'c֮][A#G%C rd2ϟÇ9s&6l߻p¼pc ͼx`>w^NJ}}}M8R;)%J)Z[[IE=ϵwƍ+,Y_8l #^^hR{(d3<<<2񍱠x?El,N* PYYY^GlCyu=E)1TVVRT(7qkRyGb 2eJqHJӰTDi1-,bqm#<2^ϘW@iq)()xŋ}BJ=0j& !a3k=㞐I K% ~ǍʵѣL4xXx9NɲXp\ZcAkMTUU}@T-/V>gGl<)>*He~Z1} ƕ=eld^'`ܹ+;::N8Q[Wyc֏P^>}K|њߖIENDB`PK R1թ#skin/classic/editor/icons/paste.pngUT tApڻBUxPNG  IHDR `|"p pHYsnu> 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_FIDATxZKlSW{Hk'1 (a7@PC LM6QW %"Ed1dX . 2,bAF4kr>.&׺{tes_l iK&CSSS#+++l6*L,DQ ,..~O1`zazz3EQ8upDpx 真xP,A)CaxQ,N?WׯG@2 C2A?~\l0u]iuP(ÇH$= 0 #@jD$IVWWq5BHa4 RLLL`pp1C>/pʕ {laaaR9} H_tD"qsO>sX,6P^zhTjNzꗇN[3g*[tS߿p Ȳ~W/_ӧd2hM}޽{B`=躎ϟݻw‰'>M$E%@P@&i AU|>;uݽ>p)~lnn۸v.}'TUgϞž}Z{h4/:zzz:=1^d.PL&N}{w\ $`]G:&Pk yu܀׊[va>`rA?=tn9{c o]ưH$R@['hp -^F`BdY(rxIes۔~wi:Ď9b.Fb0 >`![} `Z))}@U՚k5y@4Vc1V} Fd2#Е;7=4K'˲$!Ai}}]( m{澎کONNޏbcxƘf7fggSőEj|2224X*(N`x.bעxgffdR*s:>XmNHX=>0|&HLñ>Эnn@~[?Эt[?\@*@r(ey>8 ߥ>l(r+~NIENDB`PK /R1ڪuu%skin/classic/editor/icons/preview.pngUT tApڻBUxPNG  IHDR `|"p pHYsnu> 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[lWU~{ ; 1 &0H($4/IطVI^"e7"MH/Z0 l|vl19RK]Wɲ,ZZZj,ˊXdeYX%Llo4뺎a躞L$77P }QQQfc&-1::J(V0MӔeG4Mu9_IHtߓvcܹ,\?TVZ5ao[[WeYp (ϧ ?n`Y&`&̈́B!JJJp8TVVf4559x^xȌ"`&?˖PcͭD!#d¼Hzz:.{.黚6m:|O{lYc 1e;*86$ ӹyskV!~?Nk۷ok7o>x5$˲^VV5> 555dgeqd;/U˱,Ӽd ÀtqU HeYb1pni˖-&(ܸq˲ÇbŊ w}ogfɒ%>\Kυ.FFB(`R2x ](Bٳhƒ%K&\lJ2!qe:::0`>:Mc``TUEӴ HN/">ݻw%(A^ʕ+WC[ٻ]v ikk믿f+ɔ%ƍˣcǎqD"q:Z I(..& |@VV^j}1e"9.]Jnn.}}}2<}x,X;C~~~JDvv6UUU;=6EQXx1nJfӦM& ƋyfJX$>XDPUUҥK?IF@~"v{|͛7'۷O:thiѻJIKs:nmΝWm'O$//$˲駟$RX5,++{0>~t4>0GQFFF?Jyy?{n˨=R);XUggt| {'մ$hJzz:. 6>ݞ={^8pzEE|g^N M'/Zk*'mcse=ZGYY>m۶ݟ\~˲8=Ut⺎>YFUd!S hm2ygu=.^8=>P__bx$ƪe2 eSkW/ @<(wm0}6$QPX %4F(2N\7 B0Elv Lwx<u6 Eј;g.Xp4a+Pib&X8]^,[0Ik |  ax}>lvH4]Ӱi B( > dd,L\'A8N-!s,L@$4MAUex>XэD ߏeC~?hgj I> !DE4'kldIJAiii v"| 1>(1FNYj*h˅ 1>ܹshL$I!&!-,"$:ٳg֮]KMyq4QuJ> _LZz󁬬,-[Ɓ5ds`08%bt@2?36@ p|`ݺu!!==/p/ sM::;8{MW*}y >vٶm~;wr-4Ma`/믿rͱY1o/۴?<|+,ZGR[[KZZ^p8L?.5k IAjkkyᣏ>9p:Goo/=== aY^9s0gX`~):eee466g100'|p|z)(([ocǎT}X]]ͮ]x?Xd yyy۷~֮]֭[ٵkgΜy2|7ߤ7nPWWGNN՜:u}R"͛Guu5^w"w>,|)̛7[z /'%b,OL&"77j<ϓIN3>^0 ڿ#㺮֬YW_]555|hiiy4"˲HilKJJ.< mmmƒnoo{wCCßkLRZZJaa!nf;vat8I@ 477Sk}]ב$ RRRBc_jjjشiSnj@&Xlv؋}}}Iee%͛?eeeYYY:uV\i$8{,,_I?[l9=m@gg'TTT 'ǷeYDQeŋ#I'.]3=Np8LII $FM|_ȔǴp tww#x\?W\#:lPU;co?L?tb4P˯ܹsX>iCIENDB`PK PjW2 #skin/classic/editor/icons/print.pngUT tBpڻBUxPNG  IHDR `|"pbKGD pHYsnu>tIME  s (IDATx]oߙ咔DI-A9*:6P@."- Ā*R hP 1ЛpZ)RFJ%;>(BJ@9`%ϙ9{!mpWWrJbn?oOLLtK)c_qγBloo_jvرcRj_ (܁RT)喹6ۛ/(݌ !!0RJpΑJ@qt .\GGG R-W/RjW;*Js uP2U4MBA;B32J/ !xI5RW PJJx"9pB аm!<.Q%!e0B) %$v߲,Ӷd~Iҧ PL(%P@) ֔_C|^BӴr7??xe27|ٳ?eYg ?V]^W@@ ulWqb]ZZj裏nߺu )ڠ7N:u7###ivnPJI:>F R(tDQW5RsV*zRC:ǏJ^,kc#bj$ RI %!04ϣ(;jF@fddSSSy8+ytPP,JLJj#)>GZrǣ// 0BHG4 ޾ehA`X!FtΝ;ahl'1c RM4c<޽{-..~,-n}#*XR;]ːeߣ|||||||ʕ+&&&&Baȑ#k' @\';[*A绔Ry333GGGϋtr ɷ7o `6\׍[j4dmm =BďaJiڤJ)AuiZ\.wۮʝ|r̙3/,kP( ț< h4pi,,,ԃ liiIVݻwygRׯ_S###%4S3J),B^LɘG Rs΃JU*3LuzzYRixlll̲,YXXeu=n#*/8a&sddԧ7o\vGF|}ƣٳgm;ޞQR)8y\~0M-Cqlhh蟳n4BHK"COOr!0 s!8qR6W٬'>ӧO.t]GMOVhA!DmQȖwV|4J?~ M68܂#Nѣ[LLLo͑ C&[*c T e%i9E>|@4UGAzҥK$=|_YYQ > ]mض-|@;wrIDATxڴy]U?snuS 23B@BNt(sDӵ 'b36Ϸx. x D A $$UIUJUjtιg|[7`wu #\E8.MU? +DC,|>5 냾C 8r{F93>= D d 5o21a2>FFu{^pִ65C5alI(Qei0r#}md'|uu[%Sյ"q"K*De(5HP22Attټs('y]S;nvӜijc4`̄  &L4#/vmU3>xnMb% $PdHv!\O2(|w>g &RC?;/,n}ET'bAj:q?WYeC< 9;/sӱ}03  ``[ 0mϘa{C! p]9$$OT.X'%LȟDk VCS;o`.\ eaE!9.86C2~EaZ*Qm~x 憮9b* NF>q!uS3L˃a[`X!7Z 02avO_hiP^`3`2]1GJ*To `\]1 Y LaXGXHP@UM<U\Д \"Ńl!4%duUq)B^ 5(V20{KF QZ@ϕ5A8 ovC4[Vp,CNt p's{oz獲h'  +(d U܀Vr1u C?R⏎FOg6p4 CMnL> uk 0[(qx8g,b|D6ฮ-^ &vJgͦ^8z\(9 K/*WL  `+id#EƆ4ZHEK%C8n$?n \ŵ]lBѼ >pə\~7Z^CA-3[{!,9Fc C1G͊IXv*?nKؖe nI>ܐ뿝U&}خɭgl&[-~*#0D:#E~p6˿mnWkGVmFllg2? |t"I(OXNR%7$/m_G0gE0(XxfWf;;Q>sJG1 O Ov1g'Y1±e[AB*Rn33XG =7pluwHgg-*qIL ?ם9Mb(;uJv+$@9pu}S_Mjoyv:k2C>QRLdkn{wjb73+s' J3 I +!h*Vz5Mo}};~)wUĥ% 'q@exol۹Nx)')Z_|-w7w+Wͮ ${~ |O՞wjJ3Oݓ\Ouuޑl}YB!@>^Br Õ~%{|~[7SVd4(>\y@uY8SZ xƧ`$@P|Nqۘ_M*T2ˡA݀@/̨kYdl)_,w~ >n^Ӻ81= FkR>ۂ Yqqsx%2[E֯uZs$43iRd u8ƫ Ul CWžC*{l;b 7L>ut?^WwYӵuAILZbW.Lp8/!Lrm6;loLi8 >uѸrw3yK1 7또Q!1`[ &oȵݛ֘z NjDuwݞt.N$q~( |w>kJA2jK}rGpnuu_63!eU\ 6$m&H}B>~>`, s{s +H`N ZCPU$p@>`yIX>xSU Zz߇@0(>y;r~!U GI>`gy|`ZDhC*fVu,~PSKJ ml $ef`~wA>`@Fu-B{֫WdZ<Dy˄~(Y|V3+0s@ca{r#*}چa\(Iq麸OKx(:wqLSǸ{́`٢g(BQ>jր X(E| қР&Nn^te{(^SĂ/y|`+ % |,APfp\?TC%ꞘJeE݃>0H~?SD%1|@݀J9\yGcӡ>4B}nQ5Ups:Ѵa=8P&Z0Qs~L PX:o˒g+ $G E)<\BTġܜAza cG&$dۍFK}vp,dn>p6|jvsy0 U TQP$/bs6E"b)m 痰,t2fz%%y"tybwD~./9Lk*@\$LM"=HZ8h6cI>XύZ'\n]e t~tx#;@.7'pvd ]8uCoiK>r  T}*NdŜ- OH{!.~džKMq^>~>-;u>Ѫ#-_ŠqҩTUp`Dq8"e[ixs*aP%Q4 ZWϳȥ7mmo_?ݫ53+toCwؾ=[NҬjnB3cxfvk 睓B\8ΣW?˷>[^Jhv=5̘poRY(goI*fKoëmx7YٙT<)i:O_,?>;Z1H"C2> "g,SꎫUEszB!q>';ibe=?;DMMR8 c2 YaBv5iw&s+87;<{t_.=C{֎\tr>o-Cˋm?=> l`TKVP5xqk7xKמHbn|-YuյW$yeaW>->087so}ى=M> AӝOosﻭ민jfܺ`Y@@<,E^zeTgJzخܓ\ڋ>q;a>}]`wΑ}OI>pnjW3LbJ | P}yqu^jM(B>< | jFŧ?| ~|>կ~tMRh7,KqEQl`f_OOO$Iz#W&&&V/5lpZ@<_bŊf̘b",cYdEQuR!A4555ݻEyȝx*/?)h6J%!:( mc&ahmm9;w:^|@񋯸sb˲B I`χ(HȲ(Ȳ$IH,Lƈ8DQ,X0߶/SX,^tE+`ptt\W~(p@ P1*ޙ2]o8C("2o޼| h5k~?6>>8RUUUJs]w'=4)u]0ӧ.>$ /^pa,S]]M&!w81۶) X#x`0eY'CAuuu]vdccYbQ B$Ii۶0Mq4MC4(J,"O’~< s\2 xT*$Iض] I/E BEmXidY 4)CTp!fM@*bXUqߤ1˲FUUJRM,kI/Lkmf48|4~l˲L>G劋'&I lۦX,H$jnǮ, Y1M۷dhhhWbA$)Jr)Q~PLzC$@eMfx WLd&h8D"t$z0w}77xcEd*eK&P(iB2 0)ittt0111eIwܹs;w.O<W 'I>qrt2W+6iSKUUz{{ٻw/R"b477o~3k,yJ !,K~qeZ$xLZ(8^iaH6lo}[ihhDz,젓2{lO>9B+IRe_4bH6SUUi|%s{nz{{`lذ*^z%I$455U6o߾ɵd"`{MӴdY&ˑmiӦL0GQ6n+ccc1<h"Lq~022½s=Guu5d`0XI@dY&L&#Ls]w111Agg'>L&ҥKfÇo:Q>'EQD"A{{;dͤR) ~~lH$d2̛7{xʺ000@GGL&~@8sE]tN}}=l۶mJs"cc_}˖-cժU8pm۶uzd|$陭[FW^`͚5\y啕^z뭄B){܃>HTBu,ˢ;v ٳ3fʊsP,˓{?ᕧŏ?sIENDB`PK uR1 ˱SS"skin/classic/editor/icons/save.pngUT ~sApڻBUxPNG  IHDR `|"p pHYsnu> 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_F pIDATxZKo$Uɇa/!D cbBf[. ;6JKD14 ڡh,!Ќ()#WӖƏxǽY ;.Y݋u#n=ˏTOhxʕ?>{a?T%1ADPUQ?!"A6nݺ9?ϩ*o7oADo0i{WUyP%<DQ8q]7ckXuЪkcbAUU8::BY>D|2DTU~u!"iDU,K󜋢xssSvwwEDxmmMYDZ˽^/<_z~Xk0ư1DPU{qY(,CQ\1p1q "ֆ~^ k;iVUaf6ƈ,82)4~9뚉H;9,XUy,OZXkGy4O8I*7M 7M^5 ~JUUArkdYeY͉$$IXU!c9'D,z1&X94RU4MikN㘓$wOа]bHD:)~RUis.qsE2XU,K&"&kB,`|Zu]Nβ ш1F#DQċXXX(EQ9ZL1( zLffp˲k׮>mψד13i*7nhV.`fv_~yFv/p]zꂦi92 fm5AD*#Z+.vAU*z=0Dpb}ݧ-0 QՎ\{~MmC[ fA{~NE]]iŕ&Nk PuPhݻD ձ+ȿp\8k `t0"Jeǖ{sM9)gdk~0HLycU&Xgf>6:! ' vvvi^YYakAIǮoB ~: Pl 8琦)e _6O@m3պ9Dcs;.XYYu=!@5Ǣk)( k=zpj*8mq v\u]Pۼ  O>dWafOU5t>`t<|ꩧ~m^+?=4>hj6>~je,S$I;w`gg'I୷ޚLUUuNeYEQ޽{ۃ`4_ieͲ |ɍ~||@Qey.eY۷egg'oF#1pG};tcL|,E<9MSyy~>`44qM44M%s><<`Й%Oɹ1&L:ӱ1& #懇KKKPUC3I|, V4(D˲Ī,c4M,mLsZZk><< 9$<.0h-@;s>Z^^$I8cUU8TU:l͂0 >ptt(ҥKH=8&c`0H|_](⥥%I$e@< oξZ̈́?UUu8->p2N[Iw}{ >(fUU|^^{B> wܙuy3yUU͞p8k-[ke"/ hY)x`08.0ƠknIj"c[E0&cG4 GZ4MӞ-I|1f.dq? u]󫯾؋px6>q c8' +pO=n<93!_d PU9UU*|Nz|uSWZk;}9Iؑ||mQ =}L><,ڵk|ƭ3}Li7h4v&<<`ft:?9/PU/4>3 {N:?j7m5?,0')p,y|4 -sth)( f9 \/m͙?pUx%sX g IENDB`PK )jW2ľx#skin/classic/editor/icons/spell.pngUT NtBpڻBUxPNG  IHDR `|"pbKGD pHYsnu>tIME SFIDATx{L\םǿ8f`xچ6vuW7m n֍]mU6RܪJhi6k0$Dlk;}Mڵ `f008\buJ9Ռf===0J 1{*4o$tJ _`KJ(`kq@1~E<` w?{ȯz>(vÝ8`#@os0 5  }4<ˍD|}߯PydT p~'!fPϝŋ.Q_j"w\b]n+!+f`&{d kGI"yy{lv/ 8O. G^jE*jH3ǡǽ8r"?AEBFv ûb${%UʿWFJMI41G$Y /²DKޘMbd+jDs¤"%w0T#׮WBJe5BRRO^O16^]ԧ|>3jcUߪviw~,gn ˂@)XP3qLrC}띋=漿uf,E$΂(*@!74CDDAjnsĆfM K̀0i<;3щg/+TجlSSTmb}†&O[/qy $b\&0vd|Kc ]|((ɢBmBM`vH[wH20:$630ȹ3T@{U_אrJ.xKp\@Ad DV!TN3`)l-;kUKvvx-AUaeL0۶Π0OS16uthxVW|aI̡䳀(@V0fw'ӓiþjB[mywn GTGC l E@Q l`"=]˙pM'&vKo(%M|7r{[˼ץvz2l$y& K%勦q;h`{9[ndHv6F|D.1r zz#zVmǿ:B~ZuzaXSFAfj(=G|#>\q<\PDU#{ԟa6@?+߮y#:^zU뢝0$~^wNޒ0]~2آT?DE31!ٳ0Kk:4{сyй.;Q7*2z8HxL?4!m #θ+BZ6i澷NnKtĴ P,G=g3gs ֽl= 5x,3$eCJ}TpNid3pq0b| eپ_wb y\X !mvQ8i |rꮏf(o^ݭ[)Ң 5fI@ 0 di;.Ɵ(`-|N좦(5K`NB@i{Hk,->ɋ4B2i>;{*K>Q ./>V,(ˢ@m 239 ;@dd$MFB:q>70rfzz@GroZĥ0w  Dp:(@1,02zbO[x#n(qV@ eې;`Q24 iC'r80q<:(  W@J5LgO̽k.ivԅڐu렔2%>ΧW ,L8(d<8Mn~nkt+׆ڟg7HTOtىwrq!zb*8I. SebSg7btܑa.k ^dc*^I6pr^P,q^ 'cUj( .iZgyDF/ۼvrmK/K]k rxH[[j:NI_)]]]"nVOO t9y-KNS$ii$Izӷ{z58ţp"uO/h@CU'***ju]ONJH `#^y5~O & dWW׭.1׫~IQR(*ѷl2100`<<I| !$!IIJ;[n 'NL=77ɲvRA8Bp\B:V,'6o55jOO蚄Ikkk*Lnx<$I!r19sP]]DQD2jRE`bbJ^.]UR__/k& Y!IDQ(m|e0  r9DљB𽞞 OpXEQEq)E 2@)wJ)(4a|;sڰoiж@ j& @6Y$IPeXh4:W,j,N2MMM1B@ {<Au( 4Mu0۶h4d2?ن(եn#JTU f=>>>L&_Z?Y8&b?A/RzͧuIENDB`PK 0jT21Z>  "skin/classic/editor/icons/form.pngUT BpڻBUxPNG  IHDR `|"p pHYsnu>gAMA cHRMmsql1?IDATxZoEz8MD&H8T J!g$\R NiQҬ"T@āC GABBQ$agz?"'iUd){ͼ2& $"y!İ򺀈OM4 n%p? %@;)*zl?v0L@`X{ ah v$Kk[!_@1"2&''3Q(UMc/;{HnF52pi||qMøƙy0WH֧< $3z k d# tSc uH%P|uhF ^J^}֕>gnTр&L @ ÇL&І5$ãϜ9>|A}@6}`"AOO` }]>0z!ws9t&8x z^AN:cW@,kR=ti Ν>Y>ݍ7"Ec`i=@@ h\ ˲iB  ֶm}^b }@C{@H4Aa}`'Ш>N~}-,>lbff}![R0lNy 4l/;w`~~>-}AݟfO2s4c^^ }}}a)enܸR> &''OXuTBE -Tl>,h:.׆u_*({! P(dQ/@pi###϶2[nUacWi(rܼmۇDh\8fDԩSײD"YtbUQ5f@=ZL&ݼ? ͉{@QA{U%ly7},UjΆC`8f58Dug2}`~c$'t\g@*^ZZrk] jU<`?x' z5 P-}`?7TIENDB`PK R15K&&"skin/classic/editor/icons/find.pngUT tApڻBUxPNG  IHDR `|"p 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_FCIDATx{lTׁƿ{3]l~h`µI[ ",4JR""RThE? ɦ%4IPBjd]X~;YS?XxdXO#G9tƦ& }e2x $;-::ve\UUg"eǎhnj"x~~> dA n/&uy>w$9qLm)CN4M48MӠ(=}hFnv&lr>MEEϭK"# 6= Đo=>=>x `ǷS!躆5YX?BT]PP3(E`B ”/ o2@Lxa0a("$ueVG@t&\2e HJJ(I2L&X]סi:$Y(J`ؤԜ1F q F$Y`4MiP(8h$IZu 4eDZX&,@ @QdP5 eV](j,}`WBU e•a1a!l̲48AR"@Hp"a6 T9 M+C\Õەfq,Y2E"@txxXX$a>\iDi CUA$|ᇟp"NU5]ðE*r B3w˖YPSS3xa+䌩f'oN%s@P$$>sl0,d95Mk:vدEݻWwppϛ@Q$IE0%.w'&`匌 c9طo(0) M648~ܹN_^^u]\~-Ǒ1[KKKˋ򒓓SEONNzn79 ^|ߏF\vr<YJvG:qچ kkkS?#rQ裏^1$RSTT²<8N|RL{``ddl6MNN;vꞞ}_>pw{/7@y`UF* s_u~Goh>~xL|[n?8Fc]dbA{ES4/qe[ ?̙3c`2RO:%Ĕl<^Q 4@Q4h KX6r`W7&?G۱0 E n/\n/&=~x=~|a/(B5<.)Yc۶m7 _/ 3 @0y<aN֮[Qnڅ#W"+$&c;l]ס,$YF0B86)111r͏  eVL$FF a`MAUT,e @x`0̟ȲL!NKJLki Dž3KtaY Djl|Vʀ*+8,ǀc ˂epgî a8? @KKKG\*c>(`,̀3% eVRU56>_|:00 3$ |A|^jY0>> cw`Yqܹꫯ$--dbEEy`xH[{&ϟw p>zӉ'~%ozU##8 <(B({rˬV8qm955888x|`׮]?s99Y&Yn߶m[@SSSu{{uƍ7oKIIYN4v~ J/^×_~k׮ܺu544o6ygIBBPXXXvZn;|M%yoACCҰw^,_X4> ;w\p:CZZ"MQ_$*"=={A|||5Zj*(VGE#=={E||o]JҨi'^-b)"33{f{m/9y:++ɔatt|krrr!db)x---0͢i?|`~| !!!yӦMV5(FEwНLˋ֯_A`UUߓg^rJbj?;zO^/(:PlZ qɓ'|X}9rd aPTTTLȋJ. 7ZVkUUC+VvQqĉlooG^^6o }6(BpM455.\h:uԿׁ鉈y3<())0PU,CEAHUUAڵkQZZo;wܲzձO@EEfi6n8, bqi<瑛1TVV>*((X/"rrr  ~?d2M7h20 DQM˃$IXn]ndW=oV\qt~@$4ȲP(Aq%555illlj^FIC\\ dY`q9Q0RU b@uy; IAOHH ǁehρ4 VAQ=>z4(2tV`8HJJ!Dr8S[[[UUk0|L"2V+:;;*EV[[3<"ۆ ̙3_WOՑ),,̛xC6ΑAٜ7+?D$?].W`O k\0+?Doo )bV~`oDեPSե0H~ Ttb׮] lk[}""y ̡;==}M__USG!`"䞩Mp~IENDB`PK R1͂!skin/classic/editor/icons/cut.pngUT 2tApڻBUxPNG  IHDR `|"p pHYsnu> 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_FIDATxZmP皾ޯ4 $ BR-*-3hA u鏅wfzrSf8sfE;)rZVj򙚀3$@Iq|3©y&Cghp @O<2HXI l" q\.r >O7=ogdSx  ÀeYpnYXXA@ 01p-Kb$I<͆l޼y %3Iij> 5s@t H8ٻ,66~JoooWaa9FJ<+C111Xh\.׸^|ޑsW^tcs:{X _ysD4Rζ JWnܸr^^?@ %<66^X,]yy_333c &&j* $IOXsՙ,[[fF)k HR;">J ---6aW\tҥ%%%g/]TJ;ʼ暞}Fzg?ϡ$ '˲I0 sk<777qɒ%ϧKZ[[o j\PE͹ hnƍ^p+ ctSSS7?|Ξ={~3?@466 ڜyjBcǼOݻ[̉y^7l6QQQQڅh|i;v`r~߾}  h۷o(k555 4(D" ,XH"eY$oaxx@AAS ^x@x^4 \V+F#nݺޕXres=p88+Vp…|6? frMqcbbI11\*7/;ߓ$i 颢!\.W_}u? 2 (((@TT[}Nsppp9wݺu{rw]Cʕ+(J^GVVazzt:tww# ߇BH]bѱ1tuutJ%eLZ_`ffb3 5׮]ܫ;mW.:OHH˲0Lcɟ}eW[rnnqWZss&$$d5_|رcVUW\\׌`"9( $&&">>ES8syyy_h4KSRRd2<GG#:tvv mmmZtɒ%g Ee||jn~fYO1(P@ /PLLea,RZooaWZXVVvMHN<٠'b{/7?@d2ݓ(..^zcwqWr[| onf~-[da'Oe{g_p~.&!!v~NJJGSRRXWW>:55uo]]]ڣ-9Z0~X0~@<`0 T*0{ffܽ{9TUU`0~`1A@ 0a{c~ -ZhbbOQf3gѳD?P__C&);B=o[,cn ڵj/?(@Ҏ;l68G-@jQQQɆ R*++tbQ:߷vڔz#L?T(fyԩe˖xJRYZZBf;͛7Fql66mKNN~ZTrȑ#j/p>|a~N֭[˖/_~?%Jx ^A\T Z4j6>>>ŋ~vyJ?pwx.v!SzxRޫWtɇTTMMMgRiƍKxXWbbⓝK<`X%333a8[PPbff& FQk4e iiiq3 rťK*))åKHLLLpGjLzzzJ~e$Ir* __dIVzz:/f~U(EM"S7ҽ^/Ο?1?iFiIENDB`PK 0R10"skin/classic/editor/icons/copy.pngUT  tApڻBUxPNG  IHDR `|"p pHYsnu> 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_FIDATxMoH;VJ{H]\`!!zC/-*"ZDHȕo8 qTKYdJ==lM'3~i¡F8<<Ͽ!(/Ϟ=[rgRJCAQ¤RO u L$=ڒB~]xB>|pcOPa& CGb||gΜ[F% iL)eYBRv[@a m={GI{۷o$Ν;Wi2S ޿ ycVe1ι^^}x!޾}{ln?~XB|^\\% zB@A… %۶AǏxMummmc~~~^˲PpqL(P0]dIAcF*dIڨՑ|:Ȳ,Q#: Y!M8< HBvonYk58 N.n?J~z_^dlG.J dL%@ ($>IT&P:P*2g6Yey) @FNc@!pƍ?X:빹I&\F5Y33frYض u## E BvM,˒!nj1s#)Y. -E6piME6)8KO>]:ΧfY?p-ι}?vx'ǏJ()%:&&&pEh 0 1R!fggqyh EFTBZťK*yD.ct:ė/_055˗/Wn߾=ȑ#8~8޽{ 9c z=?`7oug8y}O<ׯ_cǎ݋8z؄J)\Rj`u]8/_V6ܹrBtE0=4ȒA'}F ]dIZGEA "l?[#qr4Kл,'Oĉ'Tdb0AQqel?0=}lpDO0-Z@\ػI˘x w dVWWW~z?yiQt"כRy{ A<- Ȋlny?rOJ),,,*0L4_׮]{īW_eYw{[Q[QTv,˲<Ux[ΎxkX,`zmmbf@$Cd:JHVdG?``pcƨ+sss?p43cR.JD6?@L"p \; \IENDB`PK RWX2 .skin/classic/editor/icons/smallicons/table.pngUT KBpڻBUxPNG  IHDRH5bKGD pHYsnu>tIME :#UIDATx՘$G׻;kϐ`N$$"@t"B ,2Rdgā}{ݝ鮮GP;{3juWWu}_= ·Q%^@P =+!55w7w ^֗?86"HaҠ iՓ <]!6Vw>}KuU(6xmRաW* T֒Uݮ5U/x;~k`/P5sQ3R9۟7wDj]]-NTb%3qՊxLQWɤV+$ 5x^Ŀt"~1z籦'ۺ9O-p!Fh&hzz DVA[{Xە5BqO@Us>Lc+ڊZf *rN>ʙ-"҆Qw7l] btp3/P,uTN" ,W,ɲi1m7z]2N-Me5&3QnyU,N ,(RLSD,+,c<#(It#NQ${#71ƀvʒ麭Z>PVTA0|rv5f{)GG?y /"E.Kf8 ˲L99>-Q1118oQ \7]o~75 > )&&ohi8B@e'3\WyOk=o}ϒ~n. !M.6+_}$""?"=C ._ HTg)o~LL@Cױrt\B*"lgkcs耋\s7~ -\YGjjb4xf-g'oEł"qQbrEWWWB_,=. .ꋿcdEүdE޷#iu*EuԦ)wmwk.j`*;*Y4xVu7}2#?qQUq|4K*f0s&:fj¦}b6&=6Z.//ez﹜9s\\\ufȳiz1ZK%P@73Q=8l㢽28!PL D`]d&c2D.ʤ]+>ugA5|jC\V5dj X[S>ʪDUkӺv|'pQQpr|V|cZN]kN !ps̴Ǧ>9On"zƘ5ӛEtWuīi~s>z_o=|3m!D"J:f94^,(sѫz܄MYU 끳_w~97x <B2um<|]A`Ͷ8MD;A6_4m=/OJ֗_~^؛P]8(|Q6_ty,S{qMo:r$9ֶf^xH4%n[rs[!tMӸ"`HDN|QhE65k(fc:_gmWUUUJW)WU/N.x]Z.b@|9E[(zZZ3km[_5Yy;fO촢,(_,"RH(˲5+~|Qm">Г'O|Ql9Y/nZņ?9==Ν;%GGG1_t~EIGgggߔ/TwOEf&w}+C.zw=z ?~}.n&C.24g-I~s$;1IENDB`PK VX2= /skin/classic/editor/icons/smallicons/anchor.pngUT mBpڻBUxPNG  IHDRH5bKGD pHYsnu>tIME 654e bIDATx͘oLf8jOW%2!Nj*U^oNr7V_:N'QS`2شvR !KHHHhد}15ˇɊ T$ t6mt:ɓ'h*?h4b"? h-NY?qðq@YWDQOOOH$BΌɑaٳ(6K Vh Vp8|?Y\0wAٹw,d׮]qXZZ3zڵYVju|] LV-v{555jkk)*jjooPYYYY"b$?ʛ/577,{YzMV~DL$}~fr% SWWX&D 8(Y˰^oȑ#gRHL$Kё#G8dPD qYUooo[vv $\5tN:GGG5!q]]+ a֥Er.~˲|aUX,,S dX80 `0Ʋ<,PwM[B]uQ<OE.fHBwf({~0$uwwRi 9M$InPk6&\ssyq(,,Ej5="YV( s2 i(YVo~~ZIr9 *,H%IJ .Bd$ER$aXZ\z<3## `Fijjj*w:"h.֐$&d (NOOm|| Uooi4l6ϷAe5 ، ፦+榔8l7!@e> VVVA@~~~i~2E۷o_͛7{}>__f"nqQ0t:eYboX,9.ΞbYvXe=z9.i; ^;tHݺuk>|7QAj0ѡrAk\<9.jhhZSW(I)bZS rQKKKSGGTR.)!rX,򖖖KnyM5!B}}}(oD")HLAv499*E ylp||Ϲ<˳r0~ a`0*jkk\) pOe (|>; E3L8].0 EQN>mJx<\N>m(Xs(\$Bp|KJrEQw"dz=-⪢(2չ\ʡrVy@FjZJ=zx͝q_NLLEGU0$EjuBQ,-//{EQvjjo?sUUU; RrQ s.:D BPvu:]ɓ"h|p:_qסF 8|s8:ava^[Z\].D__0aeC|b`} _X,qI_$,OCI_!/| pI_ Bε6q(+鋀$ƗEF$Anܸ|W<ǓH+bj5ዌ(vj(>77瓞Ev}hܪ $фG׫5fy!TZ]]5<el6[,*.naDZ-%ZZFhBhWYYYN&}NQ7s9sV'<Ϗ{:c D' :1 4uF36;$$Ǻ1?{_% @)q[Tl) @H:͸mm^Uls!CyEC& )%L5$5 H }1t}Vן:Rx[_1JIHΘ]H55;RCjJi̸ie`\=%- ,il7c2s{) 5ϓ75Ao|Yy9y4ZќfoCKqoi61{ZWg4 )B҉vTn4ڰw#+.GL\jC+6L/hl!,AmjiR7\D4ZEq] Ǒ-02#3lug)(#-Ou>Q%W8'gR'(6aFwkReiC_W9y'uwv: '%nԒU,K`%9[`KbBҊ3CRp%F}9z ';-t5GEWg׏RL3(ꘔTGQozKtѽ!')bidX ,]`ZB`q oqzDN}!WvjԮ»ՙ{okCElg ,!˗FN6iffa*}97gc?ɗ?"Kbq-@.0,W'0OB1U3]U P_y̶X eG*-IPnۮ-2b,D\#8pфSJrvژ[/ 7awN1%*ŷ<;=3t `ɥѽ@AM&&h͋91eSCx͇|0_ڗۡ:h![z#z$'mRo:vmmm$(l:J_|k{?nkb?MGA2PVA[\Ԍ{M"W*z)rQ¶ˆb[~.?zt o߾KkεZ-*ׯ_oU* .\xj}gz)_)ulϞ=wE,Be`h011Q=w܉7n駟nag۶C(u+z+̧ZRwyZO4W瞳uww($!I4%24%c8Fkv]8V*ȑ#N<))x^dpp5YnI)#e}V/BW^?j X㱔)9"&RJ1w.uc?ʲl8]+Xr$4 -"˲unZʲlX%I:::h6xT!ZZFeEsssc0 )q'IB\fff~45Z/l8_%Iҷ@^g~~5ęa jS4cWseYj4q kטnclF)0===dYw\EQ.[l^cY,r4MIӔv͙3ghZw}xG.[MEcAkMTbllE\͛ .faaaգr, ۶W\.jei1ư{n ƍC(u8+/DGG{T*.Jf}buiZEfnn0 ViY,c#ˁ"rm# CR<|G1I3wz8p!2|/<[nevvؽ{7ܼy5vZR*a,,,tbb qضf>U|c J~zzz8u „8}O:xWWWI˲Vv=1`6F*i y޹}X)|>8Rjq,²5mu]\%I8FJyBqn?7<CA]=EQD^'ד$yyttqd^xїRsV!ϯݷ7Y$mFUk}"˲ܹ_tɑRާ>|ҥJwuuQ*$IB8Aa+ qeٹ;vENꘜq5M$!Ν; G$###/ kIENDB`PK WX2KT9 .skin/classic/editor/icons/smallicons/image.pngUT ĤBpڻBUxPNG  IHDRH5bKGD pHYsnu>tIME 8cX% IDATx͘K\u_=C 5(jJXVN Z 9 "_!&h!R;$H:8g{^YtsF$)pUGO>}9NsieeeӒKOtO%eVzh4S>{(7RFkQJ%@O%EZ'QZ(DEDv"n!Gփ2Q #H s\pAR]h25${GxQ$g> JT'Q#kD>  њQ@ !iTTH $ W_Y%/SdGLj)YᤁKC(xmDSlsJ+_ttY劕KQ"]PbT-f/lvR`g8*)''PH$3ZcNE! i idDXg}lUcD4F"mr)KpH J& Bb--U_E=F;CL"1i+ :8?#4ŠF+I{ <̿ F;cDQp1(=1ΙBȆkB@i}Q{tVr\;!D B`.c"*'em Wb (<`ZiA)dZyzRF_8<=8;=SO4gɅ Pu=Yۛ?Wxm|ɷ}bXkוR:[JiNaw<>\d]ި^j~~zv;z{fUUߜ>㶵fQ?v߽rյNginLL ʌsV{\z#`YMOӢ`AJm2|o~{Rw}ZtoZvR_ɤrt\p8v2)4^gt+٬ONNqѧ~t:y(.jXM8"͒aDz%xOQ+~1^~OoܸLΝ;ݹsgE"p!HPg\$x,3wn$ (qA޹ys9 + !4a?1c9 cC0(b<\$.?ETW \Vcw璾ss^@e t<"=`тk>"Ѡ!0sQS{%b >ţHr%y􂋂FrT`fP=7c6k xr\1-/LZx5T HcG\clDtIME F8aIDATxO0DxM7^BvA)n\MFR[x=6SŜۛƀADw%Iem8r2\7Z@!-F,Č#bh9c@Dւ@D p8ɗʓhKd8͑rUUat@UUpiQeo^dEQE'^np{f3uR]^$b1ZExmRqp!^7}VCpqZԋEQyQyQNj_f^$ y~|^]ۚ($RNIENDB`PK WX2[T-skin/classic/editor/icons/smallicons/link.pngUT ϤBpڻBUxPNG  IHDRH5bKGD pHYsiTStIME 8 IDATx՘_h[ǿ3g&I3&`m)][uEmR W H},/>Zŋp_ ˲v 5f'i$Mf֒kf3;3 ۷o;]kkkk|ÇEQyYɓ'.Ɔa[NS6M7M^x 4MƲ, 6ĄP*rN)`YR(ǻEQT{P(Dⷝw+Y@.C6=y\.۹9P^NQw9zziyyy,f?`4H0iڮ9R0 &H=lD"Jx|wYGCB!FU՞bcZ@UU_/TU=xQ:E@N0D"߃a;,ehBJeJGFFs.\\JjdYla}}iqqU "ق,jxdY~DE.IRSNΉFX,Vu=isrʻb8JR(V{{{/jqq'4󓓓զNVn5}nY!0z7fffy/,2ϲ,|ޒBiZ"PZrU* 0eYV0M[r 0[CT*|R / h nEN*c(-?ݻwO( bh7 cQJ$Iyq\455EwN> , ndN=}}}_sw.7nh>'!ak?v옽Wzms\JFD)e @4 T*TU& JTq.2 c,VVVvqQ,Ӳkhaat{J6QJiooׁ$i!VUuelU][ShGQ!(qc5\=ݻ'\455(ғw,Q$]\d^<@"ܹs{zzD"N0ä=šC0 E ð+++gGGG\vq˗wpqՆoӑ(Q{nll|>O_~pC{xG"x<~]ei3go~qS}>_s\tҥw'?r'N\tZ\\ɲ=zmu(ܼys1 ϷA=}\q\rssSnoo90Xm  8G]ێ9Bl6! ql!$q\eYypW$TZEv20q:ii$|jE_e_*2G)=L)k(H8nCS,vvv^<-/%I].W/~\.G@U_ \ϾE{zzp?E@@h 7:_#\fSJ)jS/b9E}ZYYjM&9e3ulZ|eٌ8:`E}uif>hK /%:1uurFk7]/)ELJ-_2 ]A|ea.b"ዄ:_d5|^zM&4d2 PweY ͛rtIME 8.ҁ UIDATxڽml[{ݴ&4/NҒNM nk֐hB& jLjC&&ؐ4iėQ LF6!Bh锒l(4I۵ھgbv;9yე7)0ưf!ɐt:-bӔҾ$hB&ZYYY_SS8lTUE"@8F8~8ǎ[6{cȀ!t:]Syy' |c-!;}Vl+hhl".\cpDK7z X3Ƚ ػwoYFQ^4= x ?D>cd?BE( <2{\w;2)idPUh^(L= ѿss@c1F8Ch4(+ۂt̉]UV4bN 2!(&MWb!0L?Wp?[vw)0XntŴd2Y3+W?KlU) qE N=mx yw{ǭdC+_@Lj͏@4w> VST0!md$N5stI f@)]UfP[>{5a#T %z\3BT?cEn]dV-(iاP" š?V+5|妸p٢s?^PU5/],x%Y ZDo=X3[t˶tA Ha: r5%+IuE(4 ׇඝ[Ps~hvp!,T.8R T(ʋ۷>]~Ϭ὾Kdt8(RL&Av%Nng+۽K\]J2頪*"`W.DO]r~)\jmV3A܊+p*vGe>uᢠo;hP܇?F͞)@j."0qV\\e8 E'ė'pgqʕ|.eq(tN{ py (QtY䘴@_C29 1;Rc30w?Q]7,שT K".ij>c=5O~.WƇ2_ݣgB>t SA!u8컟3ز]\QbjIGdwt?frNbS%:the ?S8rE/Afb䎗q@"!qǭEyYv{pv+ Gj=E(!HAJ)(]"J)t>ՊEHÇ'Op_1l6,,,  EE8FGG ҂<*ED0??ٌh4y=H$" h4nyzQzDQĉh.qN'qwȑ#`AQIzE__܌ 8N0ƾҋ%Z}F6֋af tIME 9` IDATxklWs]?F)Uh>-"P+$RT BPBPUU 7*҈6iMp \.3Zz7ə{^J{@nJ0ޞP>6A }J k4 "j/|7C1s% ?U{TbH-" DR6]yec|nG#a{ln k_#Ws=r-ø),yB5:ןwq"X'f_0k@Zu**V㺏1sq4y݃ 4/]kO&AYNL{D4YK#UF o)6^)@` <+t*sy ~w Zi_C&~r @D+͙'<4EEs̗ ݞފyKt'1c,QQ"C)ckśl&"8:ƭuı]:"1ci*hF#bbe/IX\5'yjunO:Nw8L(K1\At^\/K 4T8<_bγ;v.(uwOIZԧ^DPu|~Z멇/Tgȑ#[ O+%4K\N)EQ1ӓ[p^pW>UpΑuW'x>푑S[V*QHupdMDG߶[$.->SfA~961}6.e:,]T}ϼԂ2ѣ>޽{j)[_*vr,۽hpܹsccc p.;x`w}wXd߾}>}z2>>X,PJEQKR,cL+r1::ʣ>ڵuڵkyw{|xxy]ۻ^$cRsNlقy͗yE^窫'`ffq9uZk1>T011AVc߾}\s5xGR!R4 3Ϡ@R"Ч_z58qzr9FFF(:rW>)nV8pc |nvQ(ŋLLLyJ)<{# l\.pQ3z0 \c֒N j;I|ZkaT7vbZkk-JpͶ,,Z ri*Jk1l޼~TګB7!ݔDA{I}~JuL&ӺRA/iAjr{k-qbvv\.IAnݺE1qLdY֝ "R;aH\~`_jQ{1.\pWV{VٳrHr˟}ܹskl@%#(IENDB`PK &WX2c.skin/classic/editor/icons/smallicons/paste.pngUT BpڻBUxPNG  IHDRH5bKGD pHYsnu>tIME 9 i2IDATxڥXoW={<PJ"tVn[ز. `M Z@R]Wm,Tl؞{o^xܗJ2(L|w!HXL]vBX v߭tᨗ/Ξ=qZnMӲjt~{U֭[?%׵Z\H)i8ΗKKKR 8^R}&T[[[묮bi6M˲zu~!p8(f[0Jj~p'Єc Ϟ=CTzhZ0M1ضxxp~9vwwq%ض%7BpyPJ:lFX!B!C6EрW뺐Rz RJL0E8=sH)!Kx]RJ u9ydWP ,w^u s~H&t"u &aO6V 9DQϏ"xFU@Z0=܃nE M#Y4;@~rMHxƭ<0 HJ_ [Bt]Fz})Emn4M \>fff0*1PױwS ˲N{0,f[ @v0 _Vt{럧ꤧO--z?A=u]zRR|wt]Wp(U&EF#uƍ/*zOJiV^x{mݾ}˲;w|]1h/\rA4aMuÇ,tу: E/^M4'u{{|޽&ě7o`YF_\\P(Lɓp]9&2Ǐ1 8TF#^9vvvx=Q9??MӐ1Q*'sr@N%bnn.8Ϋ?NUXb!AܻjdC/`D#W` JX:Ѡ~]'[5l̓0CY}HգA sJǎ*E|&PW$ UO>|>˲@)MދF@&tQ6mԩS`~c xm.RL&]U] \ׅauVuAH>zﭭeYDA{( E|T*URz( !ҶP]ׯ 'ptё"myyYTU*'~QZ;Nݼyw4ERZvsN8.--S 8TR5 L&LtY[[{s&l6g#"Cl6g 2nq̙EڤKJpE;ɇy ]X I[D@ :_oQ$!:ﲾ AtT(A~Qq̓]("eczL&-AA_`,  ,d t hNy*;AΞ/jZ,lkzt:m5e {3od X+IENDB`PK +WX2E 0skin/classic/editor/icons/smallicons/preview.pngUT BpڻBUxPNG  IHDRH5bKGD pHYsnu>tIME 9H oIDATx՘]h[g{ΑdK:-N8MݶI6!^]K)Csѽ@{1t(ӛBo MH0 Ph$;Sr$IJ,:\Rm$>ptG<޿~si@m ЉBT*eYxD"q$}Kۊ"KKKSC!X]]cnnD"A8SSSGzy;#;|>b~nYY.MOb}[6M* rh6(o^r%DAP`uu Ì'A A:KK+ܻwT"W_}E:hZ\{"hGQY^^X\ar84ᐆe9TMj"%S8ueʛۘ\.7ERRX[]%H26v82!rO28am902Я\p!J.$8QUL&C6evvyN8&kڔ`w^x\O?޽+'&&BjKrYm'S˜Ah4G._xqKJ\.J|Mum!Dp w#n.r===>w>dyfk fO:Ύ<6YERannwRJ믿t٧㢇@V#:0#D⃵ .ZZZbaaUՈD$W{.d]/_V_{}\$vss~~~Ugc˦j4<6M.˛J%;v,:22[߼tޡnNm|bZ#'pe;/[_|ѭH)sTq gE6j횅(<3=?3jbUvS)%,//7Ҍòzlwdi3RJp]Jr02#9ߧhtȢ=p\ϣA&a4I$xG$EB@JeYIx"FaB!mgK65] h40 |'vN* ᐆpQgdV.Iؖ"ѵl^B*h**oqP#`Av% ,ˤQ EUZl$[K(EKݶܤ'Ӯ8XBUbjRvqmY.Q*=$L&-{x?~qrD>gsilmm`[yR(syK;r,bR,y&\r49rtDE aYV LOO322"agl6yݣK4gabb۶;\D:\T*ouꫯD\:d~RH`3339v|詇oCCCܺuC߯#uX(bffw}!LMMqԩ_F"پ thtt1n߾?F_,?.zi6|G۷tDZJRiuvs68qb?B<799'qi4-zQ4?j3gθ?trxx8(tv>NU7ڵkOrѣ[/d2b^~7~ԋT"\YY޽{֋~Uyޭ7uEa{{qId{{P67EQN^rE{,hcc1>L4EʖV8BYbn(mYֿx7"?~p8mloocY-.祗^Ri !˥t]clG/Z[0 FGGq~^' NX,"ح=zL}}fh4\.?^hml6D"nh=0 TUEQBq T\^0 lޭ?KGHiڎӺ/=hS>^DZ, qpgv->jq8TE<[bXjiv6q677x htIME 9#xkaIDATxk[Ɵ󡫏kUJdKi,-ڙhcuv FYtM . 4o -28CI7 v2n)[[$nbK9=]XeqҸ_r}s~J$pPJa}}}w_ׯ822XkPJ udR'N2::} ֡T*5T*~ WHR?<88\.7Z c 1Z233AV0~&Q 8c!9&hcP,NݻV* D-pڵ\.OĘ }  q(x((>T*+xf$ƍlv,_ s0 m8c +JRct!DZ׹'rjjJ*r~$r:M GbjP[=F]`8M13'J}}}1XkEcGd4 ! CJ@0;JZ+F40*5FDZLH'RmsI07iXxo˟1sl,Xɶa:67)}*l 0ƀ1ZU0`{Ű#f_&+J)ۘ?8fggd`EdZUU~´;w9kmni?/..bmm͸vXl6 A>}ԔJd28YD䤗JgϞÇ֛Z~\.˗$=zd8珊p___w U)@ۃl6{vaa[k+++FuZ766 <}><H;w UB֭[:zjԩSߝL$X,vZVsOp8J[[[x~=;;0f|>81"*Ryis0ƐJ\km,NI)%=y3955ʼn(wbuuZA^`` ȶ-2̐R*=>>E!k BBRBJˮBt`8l6C['۸X,F)e0rWN$"tsQ2L2Ykc rQ^un.nw~^TTPוyZJI aoEElAe*J/WWJL>!=5ԉ\.oz"xZ,D® ϤnzE_޿OyٳWbKN>P(8:X[[+Wh4@7}z\cLcZ׭&fD僼IENDB`PK @WX27++0skin/classic/editor/icons/smallicons/publish.pngUT (BpڻBUxPNG  IHDRH5bKGD pHYsiTStIME :K2IDATxڝ{p\y߹M]e ˲e6`cRBHbPNi.et iΔId-!  &6Xȶ,[u]i~NXY5׆osV`9jI>mnV4۰GxP-w4=R|umwsk5W~Yն$vUE8Bby2%9qÚ+O˿898=O`pPۮO|i5;, Ѱm B Ta$)B!22\887~t[rK np.HW~yOok?jڐ iqI$AA2=(`{B"2Kms9=p ]Wd{6\V@\u24IPAMUYZ 4wW#(+-T_&+;!XBޅ(RϾUmM.Wt?ԱD_G.Qؘdp oaׅ*TU1Vvˍ-ǔV'}RXA%N[P5jFtp$UM\bxˇ󙧕d51He¥!5a$piCՂ*T5!mT ĥ‰hk-٪O2,Zew ]vLL(P@D+aWmlXLU7y<~6,ˣSOrtIrWkU ||\a9DAX/$ÓtI0*+o S'q#|!]/7̬c{`XVDQ4ɕ✩:cy}+[;3W}Yh|(RމYul%IA%S*e˙7؎f+y|ڤ0g2?k-Y./9GKoPp||gI5eh؎,kE.SV \/J-!& fѻnf#̒sll75WcG S*:h5XyT#*אZxǝ+#|}DՎQﵡH^4cוj?."8T~jA2[~бd sܼH w{> zK=8.\K)}_ndp<ۃI6m5ݷm]];;.ITB~*_ct7|F&M | 1pq u#gT&&Ɩ}ep* 9Q7NeNM\|[ `Mֹ[cRA\l"L ?{|Sw }彨<%nn ^+_ @U4\mپ?rt]:^+hAH}@^z.vٯݱPE#|AŵdZS06%wHwz޽ru˖]uaWU-$a19=[ʼnɑ 3z] ]k4ݰp +ؖ ָ|Ng}f:o?7|[Cߝ:oԧ[󣩭KZ4!pLsX-,\n !jIJ"mV)3F\$Ym߻r}ⲜqQ-D=]"6 E4J/V_Bly [}:B\[b]8{r T2R_$j^͛kuAbk;,\.z0nD)/rr1Q)}no*ґԉ$I(\Ҵo5Ss/,Z ~Lv?LY[Z…G=\->Ĉγ/O;O mN']oKS"k/JC`\䞹m?Ov7ۮHh8}xϹ_rѹی{_^o Py?wǖ{ Ed,[/eq`%8t'u]ٻwo2hں1Р !<2\L&d2\:>9>>H$r~Ϟ=m+u^zwwwI$j4`PUI * Nݡ_ɲO\\.S,1MR.]CXlVD}]]]ir ŠPyE , 4mq 0 i򺺺D"ﷸ+"JH$R[ T*\4M|GUU!c6&DHrGm[<|>cccUK<'s ;a^w@EeIq]Wض-]Xjl4eyYΜ9ҥKqkX4eM$˲"˲'pժ|bq|ݻw#2=lٲꛛJ[[ae8y])T*",( }}}}vlFum<DPURHeYa466VT*3BJB(!Ǎ7H.c||qعs'ΝöVZcccfvZKN&]J*bӦM /sN:NT"N388Ȗ-[GQu] X5Modd|aժUVSSST*m۷͛73==UU˲,9x D(sy'3¯ofddd2W*M7݄i ]$xEu]fgg9y;00ZTznbb"{ݻWͥR;#Q~a=L}'?–G}]Eib] a~ȑ#=sƖ ߾ַH/j-QIENDB`PK FWX2ܲ -skin/classic/editor/icons/smallicons/save.pngUT 3BpڻBUxPNG  IHDRH5bKGD pHYsnu>tIME : 7R hIDATxڭoGǿ=Z:rX%aA#=WVPNV7s%r%D)a|mlll5ܼynO?~ k-G}>,tPJAk(SSS$ܾ~@ {ԩS˲ u]C/1Ȳ ~Ϟ=333XXX@DBovڿ ZSYR,qoDUUc 04 C  (}"B@DȲ@k-iaEYe4`0 Z1BZk! ~ YkMJ).UU>}1!$5yc `?!33d c ʲ(* CJӔ18~8u:&넌1l}zC9@)Eu]#2EA333t:t:TU$*p"h3(˒1411loos߇˲э73^{^H3CA#3ϝ;GOffZYYPnZGI@)ETʲ< P%ZO?k"f( $q#@@QxM>zut HJ k--w8܁xMCR,ZKDiZ_U]D>ÍH}`GfOp$leQU6t_pZ+h$a)%UUZk6ϮW5lQ4M}ZX֡h>)j"MS*Lhc]o603TYc.j(x~~nEZnȥ}*MY0999}]㏰־rKkO<(*c:ܠf@|+g Μ9ǨWV?*'akk+pӧOE իv*kkk[>\tq#efm<[[[BnoM.:'O\/kc >c\r%*E#(iXE/Bm~,Kv(deew_V/E.ݔR|\_8",--HTTG7*ݻǎ/1hkk ߧqx.+qQcMC"_y{_#Rp/Fg}f-RJy_E|EZߜa"J4|QCEn7;_Ti,˲g/zSP#_T0?}"IENDB`PK LWX2 .skin/classic/editor/icons/smallicons/spell.pngUT @BpڻBUxPNG  IHDRH5bKGD pHYsnu>tIME :X^v 2IDATx[l\y3gr/$%)oMKDqFbʮ, \@%j >1Z+ "<[ڱ'Q-:ŋq]=郇R]hC@8sfo3{7 /؄;P`}"-ȥHh`P@*EAq# <v6k'͏d;$ syV&p<v/oƉm*`u,kk.~b~4h/ 3s4G`GxR2fțǴ =xqI/tHh`"NZjGv˜ziguZD%\s̀O"s=gq(Ap,B<ZZPYMY 5lqr|"vRyw?7ܪ~k$j/Ԥߨ L(H2``U{iMF/0{K*9z O;5M C86c P#a-3ҧ-V=螡[(%D!ؖJ_\z?(Gwc*1 ř$Imk5$5GLn.Z8U>12 eky1;LrNt'Ncض<<K)m{Ov.U# |QNs>555τFMº3Ϩ3MsY2J0\ BjZd Y.*I000kii9'twwJu=y^J+|spp8p@soooc$0==7尶pرpGGCX,'n߾~HV*M6GÉD]36?~xSccd2w^)L²,XMӈ84ˍT^|E$cjjMMM]lFFUG;;;c4@u0CP&&&7բ}}}AI`bQR9c$ (uu]E699y=J-378uAd2硵J933۵kWm")(Jp]e6==}\._9s{+X\\,ID(p]eaR<0PTyX[[sSTzaaW_}uN6733aO׋,u8,B,CXDTi0MrBfR?~\ BpPMM,I!@EuaX>?r4q}q( 18<9닅Bǯ8̎6>>uuu2P(DdOTU|lZc[ƜeB cHDVUPJl6MyZƜ֔mVmm6QL&3?77ﯼؘw{Avܹn% ¯3խ&\ /H1J)uN>~1 VSDIENDB`PK WX2II-skin/classic/editor/icons/smallicons/form.pngUT BpڻBUxPNG  IHDRH5bKGD pHYsnu>tIME 8`IDATxMlG3M7bը ͡ꩧZB"W TB!%U{@4(jRbGHqv;ݍ7:GTF;ޛ~~6杸2:z@4ӟR7PccÒ$ 9r$999᪼vzɖ  !mЊgS΢-Λ/E9!H$ i'ǜ#@WE*_5\Qs=TUݻH~ @ܲФըkʀiHqkJ>CTBGGt]G>^ 3u%;[trpp\-)([ Ƥ&Y h&@P EF4i2gNQ7D`*JTWUUl 3oc-/IC@khn1 {>HI) \Y =pgefM6SXW3kŎsΡ:HRu[}k0>>+P4-Ǐa_YaE/EBQSUUD/J+{[mqǒP('~n%'cX_ iiOU~='=̏cP('@Ӳ |$++wn_|yË~;K/_r>aaXrpͥH$F_tsEQ^ËOeX8HF!Tps=y5^O@ {9[!/ IO$p2s r׋KէdϞ={A3lLL(huTt:tD"v ? >`/N{0333yIP(uAO!7# @A!ėHDQ,,!~ cv;(M3P474M[f4MKOLLCЙn;l6 @{xi޷m{@@.͢LUUoyyP]ka=ϛf&!b^Ӵfg _` ࿷FGGzd0n۶ $I˷oE|~\,%I|Exw{ovz60O@<G@ BQL,ٱsB^${…_={CW_}ù4 e0ݵh8?Nzyy7/* ٳTٳJڊfݖV U3JFQ(LaIɋ9sfPf( ڊӰy{Pj@jHgROd29&}Di%aߋR Ӵ01ZD,"aXA Hs0-H4BER^'J8R88,E@ @)$ t:yэ7nȠ|ϱ(q ,?a;E_|?0t,D/XѸ8/,KVɉ7$I8$Izuq^G)ӥ~{jH9!MSY˲:*;uw:kkk5Y*ἨZJRqZ^{Z.˻ʕoNMMtnۇ"⣣cqMvjVN:G}t͛vGEdW|wB!R,W_]=:/m[4mR:222ImQJۦi-˚v]71>>zض"u7t]_1 #t~I4Q]׏Ƌ\׽o8iJindd(mmm 8s {fF\NyYL</:(UUSDFXeYGE>X,vP(𳳳@ 0jYVqEqΝ;/_t^;H/x<~ #H+^tҚ(^t…_ j4H0dh(BunGsP.k}gw}su]H$IBHB(J}\.5/̼`&&&&*EAӁ(u `0E'=ϋjUUm*t]8H&A</O".H$DQb,!~,EރhZ$it:VO0>?vCȞqċ۶!A^fxܥ_~8@(:Feb@u"pv? !ykkk5EQ^޵k6e0 Jv0"F^^^5/677Ӓ$,]^>4 Z-͛|_777^;ڭjT*e&iyVhXb-JVuX,6sTrQTv eY6T*իWoEc2C$m~ӧS8 P+JRLNN_x( w666>>bzv1}^( 3>>޷}s޽?= c88)(&r(ȋt0Nϋv[R>]4mRJÚ'&&P(QU5l6WXE0Mc۶ `0" &dYy6 yIa󢄦ifY9 /zP.q†a?WVVUUmpHd,o0~\( 2cp!U >IENDB`PK VX20[ ,skin/classic/editor/icons/smallicons/cut.pngUT BpڻBUxPNG  IHDRH5bKGD pHYsnu>tIME 7%D >IDATxݘmluǿeAu$!C$Iܻwd׮]"@Λ;MӠiB^ؽ{7fp4%0 t]0MA|Ky3!Ib,`]0ÇW $ ÀeYh$$IBss3IGwܲ,$ AP*`&(EQӧܷeY0 R a$I\.5N:t۷-sAa(:] LӄeY0Ma4M`"HȔ_f qGDQ|* $IFAVu Aey躎T*Y< $IuֵZ*0Msrmnhhh$I *b0EBEQp)uuu[5Md2|>t̙E\.Ws #]p, ӉV,t: I Ib"rlb/?(ʰ (b17,k0 Sӳ \.TUI8nE$pUEQp8Yvm||pƍ(=eYy @gT*P*` I*˲D"f$)zB+_: Ø1ʂWf9ۺlٲ%w\ɕca(D"1O_Zzu՜ 4MJAfĵkפ +Hhll|nӦMvvv~mw ^E @40fmmp<Sm)( ,˂eY0 3]*A@CCxDž x<(qo~i3RtʕwL$ \**3AEQf&?~a1e/;v 6toٲ\.w9mFz$LUUb;%h5MOw}}}UURC4M^3;w7.rݟB!?AElxv·Zr~CAܳgB_$ AQx<{v ¹,0 eYZ$ɏ/_8\D$H +Wkoo}Xq4 lnBkk+Iq__f5ERMI n[Mcw߽֯_YP;03>Cu\/EPYf#nl6+P-|dYF6EPd~R DBNӴP]]d2wѢktz0!ݾv&)H$|>YqIu]L&BJuuӧOTSS\[[;8Cuu5VXeJpMܺu Hfm6xyppYeAdY49{aa\xt:yx_RBe\r(J###HT*AӴi.(sFQ3E3W4m9+V@X2 %KEr\4hC* e>ٺuKPhn.D¹r,@ jIdҚ8[v|W9St4M^H$iaL?L&E@D"K$I/",fEt:$l6˓$9|~"w8$Ii>JkPCC7E,C_䨫ۺsfMӮg2|>_ԴAۈ(.qvAEQNsR峱X,Z XEb1zҥpXdn7nL,/j2M}hhߑHĊD"E,]T|P~uG-_OV^._.566شiӒP(t7X~<EQm^}1"'!q\W,~fgT?X,y"Pee2Ǐg&ɲ Ø6lXҲ4͛/^׾}&*"yn~є522b4MS+0+UrIENDB`PK VX2h~::-skin/classic/editor/icons/smallicons/copy.pngUT BpڻBUxPNG  IHDRH5bKGD pHYsnu>tIME 7 H%IDATxڽXMhIڒ=qےc&rl"a `&ē9(,0s I)|%l{&rHq!mGk9$zvZ-)$SиU{>dmm-RO !b8q!¿"wMH$&FJE _www^\\ jit@Jo200|ӍOIJѣGL&3 ~ٕvN4MmۈD"49r^xm<ç:rN:!,B.B~}IyTV96&B(bffi2x|Xfv: S߱XL3M/Z0A9)%'B -XJHJ@J7o`wwTjv``{]`*a||e,!8E/nD9P5^DQpQՈRo(oлrRxgaF{RJB"VN=M['MMӚpϻ{ \nnnRЊ2FXMT*H&~P4\r1 ZPd2_p=ş." C600 l|)OݔqOmvS] V`,r' wSOcJy0hAPV=5hiYV(/,kڵk7oڱc&pα'~yii;^ÇX";{, DeP(00[__0B)EOOcR޽aii)/  vsDQ}=>>~ի_vJ[.0P,Q.!P9- 3g`6ٳ^۶_YYضGJG?s΍UmI/\MMMiLJi2&N>Ç) EqĉMiѕzc === `ttT?O)}P,~zËZuv(BW^T*arrrvppo6N)c SSS߇eY3)fE"pQVBЖ.rGiZsF#^7sX@cMuj?A看\.goooG;Er7Ep֭ƍM(S1/rddm{xA5/R')*u]"7zޥnvW2iK~uNj?˗/{Q /BX^?& EAiaaEi=H ыBŮz7444<==E0 #psE4L\fϩM厜N"jT<d˯!%^Wj~v ҋ!t:j|>X,~f=H$z!Xjvԋh&\]]@azReY_[^ZEdm+:ӣxQKE}}} u@1zQK0[EOՋMQ*Ϣ]|y /aΝ;K/^X"288(=Eu]*UxEP>^$'ՋǏr9=ָ/OObC?cIENDB`PK I[u2$o)) preview.pngUT I>BpڻBUxPNG  IHDR~ CbKGD pHYs   IDATxy\WuTsuؒݖeɚ< Y!@ !-8 #0lx lY$˲FKjup[Uݲlc9ծV[gsAv2a hրa hրa hְ4 k@Ӱ4 ;=M6v=NHF ;r#w4H%48LH8p<6ZF}_¢WǞ&IHӔ[zyMJƒϷtM Ѥ,)3e5|~W>@"܎r'ɅdR /Q=yY % Sr1\*_r<2|D/=t@$[%ktYXsl_1)-槐 aTӕcDΫeZ8q9Q7f &ܝ䗮gѨ5ѯcAPb| B] c5ũFu8D466_4Dw\1mCHi&CfWګ,lHB%9≲ js\΀a(4iqnִB8\"N2~Gޫ:Py4 5^09>`qF4Mkpo1K]gFjY<#:i=^^kYd)!b.℄8(TjxP1njvWzϴ ap___Jk{.@nf1;9 $j&'PaQS᫦Ux#8zR>U%fA=9DfRt k4J:DL(X~ "/vi:W8n&Eoʬ"W7uZ!"sI75G|ئ7,ka(6]6?D r#Z #+j(@A}7]1㺔CLiLx^*V#tJ;PY5y۵_ zcQ7?_5^--Z$k2SxT)zJ3[@ECG3K!.Xẁ4n?|߭V'K4;VoMI=uD!@1r[RZS(E^p Y sʌC J3;РVX)u1J螴/ͳ|]75#aIDDOjV_-\{evj j-,[Г1 OGUCD~*@r옧| ̊{AI]*xBkH:4_ \T9{!SKʺQ,!O) T[\r!{/AW(jY0`VTtp4Zk ELUJCQkD h_+O'.KhZƎv>k.MOuqښv1rj"ЁFU i?yP1liPdByP]} 5W9d}wU_aiƫ3 QVbU-7baTT)D-F ǾhZ[{ i_K<vg{Y>JaM5K {3Ss6gP#"h'MZ7bYPĀҨ߿ێ}/z"M._|Ev$<ԴzkphX/Z_`=`rJ7~gcs0aD3ƙWAwҖxƬXMb}j3m%" l1&v?-NX|'GjH l@Tt-O;29)(cϓ^ny$_zm0_=4[9!c7?㷬Y5V bM՗fiv1VF= Ԫ!Ѱxb`Űַtmߌ|϶&LMa9o9?dTP!Gǟ6`y|MGOH WG61NUp{mz[nYk qf,\x};9׹' `Mb3>ZkB@J D gàBK4 CnC' ܳE8X0v$ӱ4RFO5tsTJs۳=?~ˆ|гx8ҖM!?P?PV Tqbu0o 90FNiɉ Ww>ﮛc.iC\|h^xF}}bST~rH[04 )- fc2{wLQ8f0$&ԛ=3 j U#J`/G8n<%LtLF4_НviZR4fy& )MaFL;fM}ϵ7N\kXaJrN_ܠ*$0]OCaQS;lZtfljc!Dca`ҔvĴcY:;^IB<;C4 iL '9j@A}(p CK%=.l[qb75nܴ 'jFӲȎV)ML1Q}4jt/^cjm{*ch$a[QӰ98RHKXQÉ[ݫc+z2c}]:^S0MSL_0iW/:2ӂTϚ䢕HvF4槙Mv4Ζ7&Kv.8kC/v{@[UFǺ2/&K9ѤmE-i tyUO3mĬhtD1$=if-2 ;hu7Dmh*bEMҐ'.01I',_=L's.ɋ$8_p5MZtUjX)IN4LyR8aiGXډg/Oj'q勗14%,G>{g{A˪MDS4raX;o{r)KGR-Tkl=TO%ly" L'gv@=q׎j[suTk,+ v ̳kN'$#>{ cÃA`Vg{G"/{IlE NZ!1N4-19əcLOz3f殣,l^d"1>1>46!t2?cpH9h"Hܖi4ϡ59"Ukĉ1n 3[CԒi45gىl\zuƚ2dK{ 圭&#ɖX"$,Öi-3Dvd1- 2}:xL*IeBԕh$i0Y98dPū6Ͽ,l3D&Kٱm:0=10#$pɧB8Y)NTRw72 EEM=m%U;RzN1fiRU8}nُ%7lv,ґds$DվIa< ^ kXjw^1[.d˥J)/?[`L|:ޚv#mq'2D, rqhY$rN$aǛ"o Li iy^C@uR> |uP+T*AnERtrUoTCAqRW<_CPsb8ˊES+oY`,XjҎZc81ӉYѤm+jӰ0$0Vu -^ _i`)+^9]W|D}U'sM!ARB°fİ#1mE 1,[ 95tti_}7S돖v ͎NLLN鴔۴iɎJCD:Źs5k֜Mnr1H&ԙE| V%.~}jihJ%3saBύ8?uO{=D'&&&&&xai}u\3mR}9f`tH!X @3Nj|ҐHr~wg?U3ヴ᩶m{Tl02+JH"j:&"R]0l+J%:ãLssXWWשtO'%6RJ0Ld2wuWݎ.K=sp歏<ڿ4͹VzB恢YbeŀXc h Ai5J !dvyfKn{၁G0h8Phhwzwvv9Y1M38AzY-;/T]~ _sAf~PEcy?3 Zdz(! Sc1J y7o:FKOaS* ʲ{BWQ:Os!`YќhpF'@`!A0@ه2 WU r#G'cʋDf_;m2vR&ąs{ytƋ5>Un;vK?T|8BɅ__8ˏ"˚rsfѴ+g\& >D"(늀 8%o=Mm@1oG/Fzݻwvm冰)X<ɌO\3XEWtuYJw[a>[LJ~vb1Xu)"LЈZrbs$|ECmB=-}JMߘR-*cޅLA ` ,c%09h!P*p}(Pdi+K>33 Cq18pI 8!#D.Ϡɨ 1GG\eUF]Cɍ@~l>-z^?r? Økף9m`o>lXnm3 ±<h_C%$)L \I4JWxErqR"Gk"DDJG%8C*Ufˆ9FBiuyۿo9 Н?C? (b0mh hIDATU~{Fq_H 9mϖիyx \\g+nʎ{jyTZJi[`"ʀAkLZʡٷoO/X;s\rIpD*d}`Dw3elU_rdvͷݳ dJgٌZdǛ#|~ԄYř,"U4z# RbU Vb߹޽{ʇ>nc{`e7`arBB7M _G\ݕ| -7o( x]qwǖ-Oύzsr2}f3b a34ZEː[I,sP #VK;9QRɠ@!m? L,tpףŊgl~iOÚ_+?% >lH%ݙtgHi' R' DC~41ey.'L5Y;-:J;RϬPpy0Bw毾nN%zO Ujm׭q~^8rӦ~4ģ" e7nGKW+ַ?NZ S_T K_gLiJ UJŜW(RRrK5lF+d+-s jɅ3S:I3C*"#:۷'轢*ҝk/E\6/x뾰gW^w,ڶm< ^6S'5m۔0`JAi7sLgP~YKz|gdK>™;mkKK= ?:--y4떼/jsjM?|=#0VJq3GDJmc&O~d[>w낥^uN<<>c Lf`ڹ߃#o'ר2R80btx`LAq%ihMt;,O۷uV>uh8L.w.K) 9bÿ~}n؊_7o\a掄~{Ó8C |*TtŅ~Kg8MH2"`#cKbL0_d{7g.ۼE͏s^s!RJ)4cl>3֖1kw~mh]Xܴ-Ԋr`0#8z[x\rY)+;81kCB$4eu/<=iԔN~ckiiS:(˞@Qބ  9FdqDxuI9im[7mv忆ҵRl0F.?}UOjV9iCNJU>zWo}߸+ aI1@`p >ħzE޸ql.1[2=V6$Ap7 _@fCvvv{ソÞhNm{g^f]0[ Z>===p({i3yFpu$އo響ԯm)av_4M4M4Mրa hրa hրa k@ӰSd?6IENDB`PK oT2&Z icon.pngUT BpڻBUxPNG  IHDR szzgAMAܲ IDATx{\W}?;~mb0oCoHsTDt$?0<`♐瞸Y>jw|EVFυc`d:E#%G aЮD4J a%S;웺Nnssk+wrϝioZ !@q:E}%XfkZk P09LUGRΪWU6>yw5k /'d Xj1Zh#3c;Gj-GqWo'RVk.霃f_¶?XkFs*WYCǪkc$t;1C:GXfO% Bk beuPYYl\`u%19pijH콾yN?U ^Hl~G,nDZ2,0 _փHLJ%s8hvw!8X_{,hw^Nec<15Zkb& m JLSZ+1]NQ)X, Ȝ 6FD3i7;Ńk1 e7#wОKYH!u ~rxISGoÿyIENDB`PK 6u2Q contents.rdfUT >BpڻBUx PK ĂX2q$skin/classic/editor/icons/reload.pngUT BpڻBUxPNG  IHDRa pHYs  ~gAMA cHRMmsql1?%IDATxlKh\ut23y6I&YX,V[Ņ_bХtЍTc[k 6Mh1yL ;cy޿iou8ǁUrr,GU@ v6|۷ʅ4Gq#Hr(ܗ-aݰG?3_Z8OF;:_J-sRB"'P2*J[P}c3[FR-PضH~TPA&_d2xχ%6ql1M5TopBk=26V,ib4_]=uo>xholjڪXn :Sq|4]U v@iLy43k$5@j`b?;›5v܇ix-QNWmne\nC@@.{'BՁ=Ϧ|zl2[(CMʰ\ (%M %7̕LjHyXAdRQX%,-]`\_" T@tx.ݪZ=up9pno, FA*pnt\aay3ҝ`PPea j,̈́襴I >;v?Y`rev7X6m7ȑ߸Q0e?q64~u+X |իP'^z^#~j0.?8EK.qiB.sY_=>c^SYư~G>yʥ\@$7kh͋D"93T* I;ewW ^_?`0@EvVvCۥ( J@\rq UU, q@F2i}\R7Y4-l,tf@ߧ%|C`Fضyz<t]\~E~kXx<& , 2PMLq>'skin/classic/editor/icons/createdir.pngUT BpڻBUxPNG  IHDRa pHYsodgAMA cHRMmsql1?IDATxڤJQBB!OM)vktebXS`o]4nt.Z+() #fl%MSt2ItL;_7Ʀ .8#?tR\@ 'x1Wot0 Eqӓ>EC)txX n02ߺ'5ug-6N&)hy^~a7h6.%6An2*=suM .;wAʨ{T<q}cU2HAʨ ̚bC7!6"f L^f01^|>T:0Vu8Tf0F1OCf_+(&s2d$d`? V-Tҩ: 1XWVlxu8യ~u!UKͶy͖ ~4d,tOqdw;wiέDh XXd2K&+*Xf$`VlG`IQ'eA<j,WŸ$fY40P.NV[>q(KՂD16gg./ρsXLf4;՚I7(~ ~Eq5jX!cRiM(bW`/X{(HCnkȎt|TE}>(sX!Q!=gv`LQD1G!Qy@qQۭBւd:# IBG0Pox Lg $`l֔Lg+/.;)~⚱ =ժ5Wc#W&w协 m.C!.qXZ"r2x;;NsYY+RD+K׌o'J<|~Nc#C ׌Q,+HKK|92WWﯯ`_"-{'"Z^f$>|d&'sM:n13Cqz-=s88ةsE{{|#5c^z% ׌㐐8%Ķ[T]_H|$0yq$fl9q l6$A׌xi)l%%?NP͟bS˲z^R2I[urBȏH$9FGG種׶mE"!H$R2HRr<-J߻ À뺄6B^$@0M[__qZ-ނ1St]8B$iP^k"1 s@Ԩiw:I]%I(Pes>@u9 Fq{816gO$f/|I,nV]3 C껩TJU;ܰ\.-hxLm.//?::ֶR/TUxlllsk4VW' IBیWR!/EQag~IENDB`PK ܅X2WW-skin/classic/editor/icons/rename-disabled.pngUT BpڻBUxPNG  IHDRa pHYs B4gAMA cHRMmsql1?IDATxڜӿka AЦbTE!x) uѥTDb5K.!G%#]N=AigA!QM?# ɲ̼y/h 0 IENDB`PK }X2MM0skin/classic/editor/icons/createdir-disabled.pngUT BpڻBUxPNG  IHDRa pHYsodgAMA cHRMmsql1?IDATxڌ?@{QbA\k€~{kABl,Z_g M ŝyaRBp8/I) J@cf/2NEwE71NM{b4yR8aHH)E~p8p:8q XVضm۬V+ ͠X,R*, ˲(JH)uM\o iUU%\.q>ϬieY2sy΢(X$=o̲, {O{6x^c|0.W6MӴwoD_,gIENDB`PK X2B:(0skin/classic/editor/icons/smallStop-disabled.pngUT BpڻBUxPNG  IHDRa pHYs  ~gAMA cHRMmsql1? IDATxڜJ#Q>n;ϲf'$Q3:BEA *XMD0ZЀQPPmtpWbpmo0 |py[$IiJ}9>>c{{n.vvN-z^Vb1Z]VfI 8hpvv=Il6iZHB$I^Wi c$uݜ$j4 F8j,.." usu]+9(b~~u2zNEDQ,r9cVaH$ISV!aRVAڜֺT*LMMqppш,T*Hbll,o)I `0p{{ KKKY)A011$e_#rt:(JJ%VWWzY`%1>>NPX,yQ,) x/CnΒ}ߧ\. ~P/+{wu/{WIENDB`PK {z1| #skin/classic/editor/sitemanager.cssUT  1ApڻBUx/* ***** 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 Nvu. * * The Initial Developer of the Original Code is * Linspire Inc.. * Portions created by the Initial Developer are Copyright (C) 2004 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Daniel Glazman (glazman@disruptive-innovations.com), on behalf of Linspire Inc. * * 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 ***** */ #reloadButton { list-style-image: url("chrome://editor/skin/icons/reload.png"); } #reloadButton[disabled="true"] { list-style-image: url("chrome://editor/skin/icons/reload-disabled.png") ! important; } #createDirButton { list-style-image: url("chrome://editor/skin/icons/createdir.png"); } #createDirButton[disabled="true"] { list-style-image: url("chrome://editor/skin/icons/createdir-disabled.png"); } #removeFileOrDirButton{ list-style-image: url("chrome://editor/skin/icons/removeFileOrDir.png"); } #removeFileOrDirButton[disabled="true"] { list-style-image: url("chrome://editor/skin/icons/removeFileOrDir-disabled.png"); } #stopButton { list-style-image: url("chrome://editor/skin/icons/smallStop.png"); cursor: default; } #stopButton[disabled="true"] { list-style-image: url("chrome://editor/skin/icons/smallStop-disabled.png"); } #renameButton { list-style-image: url("chrome://editor/skin/icons/rename.png"); } #renameButton[disabled="true"] { list-style-image: url("chrome://editor/skin/icons/rename-disabled.png"); } #progressmeter { border: 2px solid transparent; color: -moz-FieldText; margin: 2px 4px; } #progressmeter.progress { 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-image: url("chrome://editor/skin/icons/progress-busy.gif") } #progressmeter.message { background-color: -moz-Field; } PK xh1Dp'skin/classic/editor/icons/directory.gifUT }ApڻBUxGIF89aJJJkkkckkss{{!!ƌ)Ɣ)Δ1Μ1֥9ޭBJRBBcck{!,3d *8&0BE#0`` AÆ  Ã0hƒN0"\jQl "ӧN1(t-f05@ DtKvl 60۶D` 8`_d Èǐ#S@;PK xh1k"skin/classic/editor/icons/link.gifUT }ApڻBUxGIF89a1c1c11111cccΜ!,aH4H@$$ A&@5^Dp@1Q@ÏY 2Ïk@B0 r8@ЎC`qʌJ ;PK .0.==*skin/classic/editor/icons/mail-options.pngUT X@vڻBUxPNG  IHDR tIME 2r@ pHYs''iQgAMA a=IDATx}|TnϦ{ (>wS ,ϮҋtB{ߚ{n ]?|̽3|9s#]wݥMuQ(FIM99 :~R?ḧ R 2AkY$Q)hryТ+q&ujF_vKlc%]d449=ŜkzSE7h@co;rmKޥB\9D)ݢ&b8um(-ϒ%|zwtg'ua:"n20+}/{|$^n.4z۶z߾^Cg jQtds?(e… ee}Sb~̷4.FBC5[Zji멁oZ޹OFu97"dcl%~G~WNL#Nej?~K?OaCoĵjU/ z4U+V>>fZ崥xG"V11""c<\54 #Ͱv,m|)h<3nnun,+?[󿺰4Fe$`L_кɹcw=N& 3-]̓8. ' #$iA. b;ej*5lۮ*bs%ߕ*2Ơܞ*T>b>NsBBsx{QHqxxrK{o:D}F66Ʌ?$xڋ4ra; w3;{莞={TQ}m)ݣgAL 3> g|gz/1;ڂ‚Fj,"*4ֆS7>VvwV}nB %ˣjn(OڵM:ly/uԔ{aCn4m.PN[| 0zNo.?%faۦ&H2y3D`F+0a&lx&" mXʝ'wJn3uS\t,4ajv c>i'.;f JO)y_:s &HI+4GKuPHy&v/GŅIB߾]d {9bh ìAKs3\rRś1lh2O pWmLacRvB6\wS.BBufGFG(YGN,rMIbmѭ8XtQt1zf\xEwcTjӧfCy$a'P_(jvX/&Ngscel>>p1] [Hn~7ZN02Rr*UW|y@o4& At}Cy\(LA@p$bX{ FȐiT B̥}[q6u4}ndY\#[)1-€JAAEŅ[љtm;mvާFR;CR*+X0G>%>DII v;Wlf%`3ʮ SEnDF"&VK1v욣=ghί%rhVz;2̿!<#'g{Lp5?gc k^y\|QP>l^_2fhEh V~4h%x9{nc"g檇ZB;wtm?ݮ> !R_JySPY]傐MwUP4r4Xp_yF?:dĄ,h1-fh D罁?bԐ>j/ZuUà NNG,=HKK׏ɒvw|ߊw>0ub+ ;Y+vw@3P k޸&|uy>02lWtG~܁Ò$.s~}'G dգa2chaC5꤄޳-YVw (/|Pμ nQȓSӈRu$+]ͣ肔Q 2LR0%B2ieV@R+Tg^Wg{gYxdԣٌVu$ Mz|+.*G"PW[5>^|zVrze#"&V=54J "?x;ݗ8;JuHnulwzKf>p&Q;9;BRrn/24 W l:;`+ #07Os'>1=zf;`jerb,2ʌruJ\!,M sF'ΨH|WrHhռUܲNrZOįs7@϶+X {U8S߬DZc`XO#p7=zWHMm(XsuA`/P0 Suk rOr FE\bL`xtۈACsb ] YQ6 ,hZXE4ܑDZxɨ¢c#|Vb4됐-E,yW(RP%Rz2;m`2LLmIL=a9_O6j2 :+̢%6wd#+lTRZ"a26n?qD' dԫ@l@`'~ i8 }ovjW``wٰ0š% SEz8 p;]5 ~ێ  AaER Z̔eb! Lc[zqDŽa 3%zNX9vwѠLO 0yZ d="v}Qth5Hauqb@)#}bVѣX*^9uk'ƛsZ[hind30=/: i)Z8Z1qA1i,I' 6kihʼn",vג'w"˱ۓLxCCshlcN N's}.ȕt?aE}} D! lm}._ۻBVcTD9k1"]b^1/Baݡ`h 1ZAM?:AwtGЊ.d!JJBF 4@k_\]nˊʪ1zCOF2iuaX{V7}w齃n8J())ӏ/8 @%c X:S YIfzۧc9sϙƕ|Ln2dfp+r96bi[]qҺ Mtn/AЌ]ѧww۸9Y+"gsO{ᣒ6i}xҰ(zFJQ E}ډ:=LBZWg%h :7XpԈ}o pDwRH~]̻~dLd̙-gd* /waw{1&~  N3~,p쁱_as' $=ǎBĉ(G߄G F`DBeNt9=9-St»>I#\T=D…e 9L@Ej9J?x_JXE6Ł hHv` `"2;) +mz?f J$sD)Y~mE5XQ{'&N@TF / F)5f N{p^pTdې o߆ǰnc{tgL|T<$'cMh$,@8n﫿摰.k[ UukcAnG$fMXB$'ƶ~nf !QS5q|E$V[^q"MWbP_%KDO&͍Gkݻ^e{ܭp!$rA|܅D~N_kƈ.)ZR?FҤ"@$N)w+ϓ̇u"u]aT1$p7+dlƎ,%eGrWD*ʯP*W*|JNF3'G@@ #>߱c6l؀%o/!!cFGcepH6[msq2p18po4XY6@tDFa: UNJ!7.C$1عτV`ؠ>Ĥf =p<ǮpNw9c7L&3>mhq| XX K Iinhby)z _0t I֬V7%0c$.L<4\&'Ӿo..Ogy6r,BWE;K`"\X>3|=> D\鏳J8TSS;- /bܱCk`ڏN|gLN(CDD$mhjj >1b@O}Cέø;]t:Jo)=`Nrˊkݷx\! 00oc͐ECSې%PZnɺ:3`0[ؗh$Z3וϣbt, rR1bH/nYRJhhw&($W' Atim†)E|=+PT_>K}e; S~_)V2:鱻cà3.<e-|-FO7~ ˂"" ض*jD`4qU!ՙbXuRz=`8/z'Qp,\xY-j?Ϝ115",>?|([|8g5Br9=7,Ybqpɣ@ ښ<Կ,+=n`@@Y:߀hB5B5H~yRgcjm> ,lJs:ϗ ( @jZr* P#(0DžN^dNVo} Tt dR;GW.ヮ?h=v0|wڂAXTVH[t@ rL*RY d āõQsXX7&8˪fwQM]e7@Z<eEҧ0TDwJfbL|xb3!-}k|дUl=Pn铖I8Vh+` n!d2Qtθ AaV ۏ0?C} nVM5씎Ȩ(ڧNO؁?xWB GGtd eNX6Rz9m8QpZ.,o>c`쫆s?fɗcn;{A\XQ<ۏ~=Կބ'L:<"`87 #0!_r{O9%4?8G:(}BGII؊ġCu*hw߽@y̿H>0$J/yؒj.vl~ >K "@]ŁzbGpC  147hFuC#lnZMfT0(>ڈqݳx]%w0yV YEa[êPRksEsLE KUvN j'o/Cai톧+ pޕ9 h4Y'9 YYY`cB C}1H6&jf2.VI}ޯ{[eɢW87p|=[ƚޗzȃ|jj\W2q3zʅR@f׭}uebV̓?HXn,JdҳX-uO\߿G28Hɧer}dLTmo5՛gj?wEX;N.z!26Q?{ݺ-SS;ןKyyՁ5{:L"W+E?HO1o4b232.A (:򬩫#V6Ph՛,>cBeu=|=;n(GkLQ<P3 ǎB&vEξ1dpt*kC׌$c;~=3`1 p+ȅE~`\T=bw?|Y7z@#;x`EG;Ⱦu+))[Z`4qmse ؗ/xjsblݲ 66aa8w+̽A?_~6㍽<8Gώqp8= rMl˩>Y]NTKZw@>"l1 |JB gدC6-_U͚5سw rw cчhNvy:ƾ-p+OȘaR rW"0&^,@0E&_k uX[̼fC>N~$,h^.ͿYpfU>^u߽wiOd4Cu$k[lF͚k'+idB|Һu'SC2  %+mSxś$?~V)fA y00rX?x/ì\X9y!g Q:~mAeZ|JEH%_{μz& 8]Ww{հڰؼXXDVBˊ6VN[tm8qusJCUNZcskҍ_WD ch %)OFhkk6Va"w-F5i L3a+I4ВXR\3XeA)(hx~@?l|_& FTvOSU[ZO|C<#x\Ha ;!m%E.6 o3 xv٩s u/~\!)CbJ:Ͽa)|޹v6JG^5={v֞]Oq_¾u+vY;I:6~@NgYFH.`{U9=j 99)+12W ֱxǸBN0ua@N*ەߗ(OY>+{NJt8<&0,p> 8Whј5&g\nOJsj+.C* />U!zdL~v1BƎm}?b xcCCaѓ@ Ze_#ťP08<.k=dH&"x{fO7@yψus]$pȣL8 _ zE}An_̔xf}VaKk9DJL(ӬBWal4Li:L=s\XsNɹl%/Y J₝HKFW7DH ͙yHz-jm F@#&𮵷]4-eᲝC"e2lט1}M/JP啗FD`b0  aذlt顺R:fnfGRǚaZ`xdxGrmZEI虛HiCC"NˀVzC=D %O vN s'dA-VN8'O"!6It:l}1`?9C^uE+Xh3KCʝwO_ƺrw7<)_rm-J1lD믾*."Tr;K>i3nFEbOɝti 7!zii)HLʯoԷ?WTߴlLI_܂e˖a|ϟ| jT9& uӀ.?x SBCCaM |]_w{:[[>]<ļ~H͔R3,mqߍ=xCv(g^F[-(vW {CuC uucVDAtK\g/~$F,}OOI С ֯{Fw2%nd'u6|bJ`sUM0DuMNJܹ7 gLt0s)UXfX]{ޔ^bP{ *C%X PXd6z[D+XŕW֞۳,X3 2Q};jug'6mS06b@x,f_3"0"Ƴ5}Wi;C/-{縍!KA>Ef,hnxxd_@nVŒ+~T4St|+_<?lPrh4#5CD߼ӽgϡ7 8<=^gH|39!Jj 8qon6. Atbod 8z(WxYDˬx ^Fؽ.;Ҧ2qvK4l{.=X6od1E.--?njIbk ˠN@m" ,p))JB4YIkIDTK6;O_Uպhxq؍KpŅ 7oDKIfA m phaf#)BF]EPJK̥)d+IS0_3b QΕF&Z ;ٛ<p 0ۼڐ0-:1`$ҕa䛶Yle7R'xRX[| p3`L`.;V|=`54%gODN]>+%Vqؠ=|q))1p'R!GzM7ےw 1A%da>,Y΢,*ɉA,7&hvf]tEmV YS3WP+WlT/|d[]}Zho?䷿Ď?7` 8p1*9 )"1LDb*b`l]QM[Q|e 7l[l>N#(aH]K  ֌ߏMKZ,NYD ~#AY^TvR.Y+h%uk0TnX6y\ NWr8_āTp9qV8}'%N蜆--r7n¬`5)4[F]x*v76`}xN8$ - 3@fА^d1.U 6捳Oe!{uٷ<S< ֪'RAƍD\²L?UgP >GV㮻]'1$w(ゐB` N"Unzו_cxd!a\3}6 YO.{c04 yzܹ3$L䯿rY097r:#P*e 2k;/ l xlrĖhQ]'3C_gd~EUudu/kupCn,13;y  Gp6V5=)|jp׹};*:#fLzt֣f;B#{\%.6G[rJ!a&msgzf+rζoݏ/8c:ͳe֮Z|`\YPT/{$h? u #iZq4#2t.l\wXDͧX}֍\`k=]/9QXL.ō,«R)g#.+\_-xu^  d< G`t)H"pKPudJɒgIMw#$ǣe@gSvN>,1>!ؐ %5رTU\ܨ̙35Eْ^ժkA޷}{NTV]*6{\(!60m,4ټ_[}4%a%xAљ7BCc-(EQyjZLtQaQA91]:C-< hDXe~sBeν@e1&@=sM27̟4mU5OdEjkh L/ v' ct jAݛ^2 w6_JP[*շZY,K}(:Os}vɅ| OUNyLLt`ONcA6)0YLLYW!f55 m@}C3a#v?_Qc]N:E $/)L _+-z\SBF$a'XH@q+,zc?YG-L|g_Pwe1Bc Xl{QM+\B}*V&V*.od2hU,:%Y /ɝ@ӹ{ӫZ95O:}hת+Bvŧ|S tߗ~f򳼎SK˾`7!Ioye& (8`%S[ e} ]k d_t),tarxWMzR%hug8mv465+=`u^{sذ ,Ȭ;+%R#['HYƤ ׺=2\ YaY0Md|=9L.Z1Xn5|6oHJˢgԆA!:L"| !K 1khiA^Ct:v47.W랔5Wﺪ5?/G@`n| \ܞ>etFu{1rrl>\IfZ|:u8 :F{&+9VWj9 ]C=m9="c^dGoѼ$첻C8ZZZT{^笮k;C;wJ |M顬FMw? ^Rz뾍/?--u!A蚓!l΍7+TjUlI!!A(-E\\4_֨w'WPCF`#0o(͎ZyLǎG[a֗k/T 3/7Օ A46#F'bd?wLzbs /TK:m;qni4YzoJˮ,ў 3oQ]FkKjJVuVx^OT>{?f_J}a'Ѵi1Lێ-z8cuqM ,nDu-Md|]{IGݰ\GrѕWۧgJXXza cl%%R޾U*e#dRL숒Nm#^xuϜ[.v{Sv m9f(Re$ pϊնFbp8b. Z-Jh[ڊf[Q*f;o0oq:\7.$ [k^Zv^r\:/|u6CB 7\p ?!_b>kֱٌ߹BNNN HO2ewsڔrkIDŶz хJNk!uk'h}e&wK2“݋&EQU➎&~\`HdJpfi7ezi;)PǵbFL(Quu8UpݽYL*B,]G.F3C ?SzJ)-2c.Sp_쿓(}|64(Y٘t9w͎vxZJBEev>q@8mKIENDB`PK IO1A55$ skin/classic/global/autocomplete.cssUT(pAUxPK C0Mw skin/classic/global/browser.cssUTr:@UxPK 0a _skin/classic/global/checkbox.cssUT@UxPK C0" L # !skin/classic/global/colorpicker.cssUTr:@UxPK /S/  ,skin/classic/global/console.cssUT4;?UxPK C0\~] ]  7skin/classic/global/dialog.cssUTr:@UxPK 0س{" kDskin/classic/global/filepicker.cssUTtAUxPK C07-vN" `Mskin/classic/global/formatting.cssUTr:@UxPK 1RHH =bskin/classic/global/global.cssUTAUxPK C0Gaa qskin/classic/global/groupbox.cssUTr:@UxPK C06++ wskin/classic/global/linkTree.cssUTr:@UxPK C0( {skin/classic/global/listbox.cssUTr:@UxPK C0ѯBoo skin/classic/global/menulist.cssUTr:@UxPK 0Ԭ ɜskin/classic/global/popup.cssUTUc@UxPK 1?5 % skin/classic/global/progressmeter.cssUT AUxPK 0|vc  skin/classic/global/radio.cssUT@UxPK "1A" skin/classic/global/scrollbars.cssUTx7AUxPK C0$BUxPK C0?( skin/classic/communicator/formatting.cssUTm:@UxPK C0/  ( Jskin/classic/communicator/prefpanels.cssUTn:@UxPK C0Շ% skin/classic/communicator/smileys.cssUTn:@UxPK V B*òI> skin/classic/communicator/bookmarks/bookmark-folder-button.gifUTT#z:UxPK 7(7&>> skin/classic/communicator/bookmarks/bookmark-folder-closed.gifUTR9UxPK 9C+v]@ skin/classic/communicator/bookmarks/bookmark-folder-disabled.gifUT;;UxPK 7(Ld'< skin/classic/communicator/bookmarks/bookmark-folder-open.gifUTR9UxPK s,耡6 skin/classic/communicator/bookmarks/bookmark-group.gifUT skin/classic/communicator/bookmarks/bookmark-item-disabled.gifUT;;UxPK -HE*!K}}= skin/classic/communicator/bookmarks/bookmark-item-updated.gifUT]~:UxPK 7(nopp5 skin/classic/communicator/bookmarks/bookmark-item.gifUTR9UxPK 0h4@ 1 skin/classic/communicator/bookmarks/bookmarks.cssUT @UxPK b 509G G 7 !skin/classic/communicator/bookmarks/bookmarksWindow.cssUTw @UxPK @ )Ѯ3 D+skin/classic/communicator/bookmarks/home-active.gifUT9UxPK @ )n$2 Z,skin/classic/communicator/bookmarks/home-hover.gifUT9UxPK @ )<덎, l-skin/classic/communicator/bookmarks/home.gifUT9UxPK d+N4 p.skin/classic/communicator/bookmarks/location-act.gifUT| {skin/classic/communicator/search/search.cssUT6գUxPK },r,zz5 Yskin/classic/communicator/sidebar/sidebarListView.cssUT7գ* Mskin/classic/communicator/icons/online.gifUTo:@UxPK e+[. wQskin/classic/communicator/icons/search-act.gifUT| UxPK S,D:( cskin/classic/communicator/icons/btn1.gifUTqskin/classic/communicator/taskbar/navigator-hov.gifUT| UxPK 7,YNs) skin/classic/editor/editorModeToolbar.cssUTM " yskin/classic/editor/icons/btn2.gifUTK`>UxPK D-6 33+ skin/classic/editor/icons/progress-busy.gifUT=UxPK %{,՜mm+ }skin/classic/editor/icons/progress-done.gifUT?>) skin/classic/global/icons/pg-portrait.gifUT}:@UxPK C0R/ skin/classic/global/icons/pg-portrait-small.gifUT}:@UxPK C0(NK% skin/classic/global/icons/tab-new.gifUT}:@UxPK C0\ DD, skin/classic/global/toolbar/tbgrip-arrow.gifUT:@UxPK C0!^v771 skin/classic/global/toolbar/tbgrip-arrow-clps.gifUT:@UxPK C0&{d55. Bskin/classic/global/toolbar/tbgrip-texture.gifUT:@UxPK C0fV33' skin/classic/global/toolbar/chevron.gifUT:@UxPK C0B/ eskin/classic/global/splitter/grip-vrt-after.gifUT:@UxPK C0^e0 dskin/classic/global/splitter/grip-vrt-before.gifUT:@UxPK C0+|/ dskin/classic/global/splitter/grip-hrz-after.gifUT:@UxPK C0[0 Wskin/classic/global/splitter/grip-hrz-before.gifUT:@UxPK C0I,,( Jskin/classic/global/splitter/drag-bg.gifUT:@UxPK e+u ''" skin/classic/messenger/dialogs.cssUTU~ UxPK U0m`w% eskin/classic/messenger/folderPane.cssUT7@UxPK e,& \ skin/classic/messenger/fakeAccount.cssUTnMUxPK e+&"xMM) ^skin/classic/messenger/accountCentral.cssUTS~ UxPK )j(0 S( ( ( )skin/classic/messenger/messageHeader.cssUTNJ?UxPK f+9Y( 7skin/classic/messenger/messageWindow.cssUTu~ UxPK /U&~ ~ $ cskin/classic/messenger/subscribe.cssUT?UxPK ĺ. "'"'% nskin/classic/messenger/threadPane.cssUT ?UxPK ź.|22+ skin/classic/messenger/threadPaneLabels.cssUT ?UxPK ĺ.?22' Iskin/classic/messenger/filterDialog.cssUT ?UxPK =j0ȴV& skin/classic/messenger/messageBody.cssUThO@UxPK #f+' skin/classic/messenger/icons/attach.gifUT~ ]3 skin/classic/messenger/icons/folder-server-open.gifUT~ UxPK (2.[1 skin/classic/messenger/icons/folder-junk-open.gifUT(>UxPK (f+qݪ0 skin/classic/messenger/icons/folder-template.gifUT~ skin/classic/messenger/icons/message-news-attach-offl.gifUT%tUxPK =, 2 skin/classic/messenger/icons/thread-closed-eye.gifUTW.WC jskin/classic/messenger/addressbook/icons/secure-remote-addrbook.gifUT=_8>UxPK +gPB skin/classic/messenger/addressbook/icons/remote-addrbook-error.gifUT#UxPK [z.%SŦ- skin/classic/navigator/icons/about-popups.gifUTM >UxPK C0&eEE& skin/classic/communicator/contents.rdfUTm:@UxPK f[0ܨ^099 8skin/classic/editor/contents.rdfUT/?@UxPK f[01չ??# skin/classic/messenger/contents.rdfUT/?@UxPK f[03y4??# Yskin/classic/navigator/contents.rdfUT/?@UxPK C0' % skin/classic/communicator/plugins.cssUTn:@UxPK C0XPyOO7 skin/classic/communicator/icons/smileys/smiley-cool.pngUTp:@UxPK C0!::6 skin/classic/communicator/icons/smileys/smiley-cry.pngUTp:@UxPK C0n`::= 0skin/classic/communicator/icons/smileys/smiley-embarassed.pngUTp:@UxPK C0v8$$@ skin/classic/communicator/icons/smileys/smiley-foot-in-mouth.pngUTp:@UxPK C0h8 q skin/classic/communicator/icons/smileys/smiley-frown.pngUTp:@UxPK C0*S22; skin/classic/communicator/icons/smileys/smiley-innocent.pngUTp:@UxPK C0J--7 fskin/classic/communicator/icons/smileys/smiley-kiss.pngUTp:@UxPK C0GGA; skin/classic/communicator/icons/smileys/smiley-laughing.pngUTp:@UxPK C0_> skin/classic/communicator/icons/smileys/smiley-money-mouth.pngUTp:@UxPK C0GX9 "skin/classic/communicator/icons/smileys/smiley-sealed.pngUTp:@UxPK C0R8 @'skin/classic/communicator/icons/smileys/smiley-smile.pngUTp:@UxPK C0x skin/classic/mozapps/shared/viewFader.pngUT:@UxPK C0 & { skin/classic/mozapps/update/icon32.pngUT:@UxPK 1Ig5 5 & ؇ skin/classic/mozapps/update/update.cssUTzAUxPK )0W& f skin/classic/mozapps/update/update.pngUT3kAUxPK )03^gg/  skin/classic/editor/icons/unpinned-disabled.gifUTU@UxPK }.0]kQrr, skin/classic/editor/icons/unpinned-hover.gifUTU@UxPK }.0*#rr& x skin/classic/editor/icons/unpinned.gifUTU@UxPK tW2Dg* C skin/classic/editor/icons/close-button.pngUT\BUxPK }.0xxee'  skin/classic/editor/icons/em-active.gifUTU@UxPK }.0ee) Q skin/classic/editor/icons/em-disabled.gifUTU@UxPK }.0 bb& " skin/classic/editor/icons/em-hover.gifUTU@UxPK }.0<{ee % skin/classic/editor/icons/em.gifUTU@UxPK }.0 )+ ) skin/classic/editor/icons/strong-active.gifUTU@UxPK }.0-- b- skin/classic/editor/icons/strong-disabled.gifUTU@UxPK }.0Fy^yy* A1 skin/classic/editor/icons/strong-hover.gifUTU@UxPK }.0T톨$ 5 skin/classic/editor/icons/strong.gifUTU@UxPK #hP0 rZZ 8 skin/classic/editor/icons/dt.gifUT0@UxPK #hP0 VZZ' < skin/classic/editor/icons/dt-active.gifUT0@UxPK #hP0ZZ& N@ skin/classic/editor/icons/dt-hover.gifUT0@UxPK #hP0 ZZ) D skin/classic/editor/icons/dt-disabled.gifUT0@UxPK #hP0 \\ G skin/classic/editor/icons/dd.gifUT0@UxPK #hP0!\\' fK skin/classic/editor/icons/dd-active.gifUT0@UxPK #hP0,ɇ\\& O skin/classic/editor/icons/dd-hover.gifUT0@UxPK #hP0\\) R skin/classic/editor/icons/dd-disabled.gifUT0@UxPK ]0wX[[& skin/classic/editor/icons/topGlued.gifUT&PAUxPK Gq51F6C[[- b skin/classic/editor/icons/topGlued-active.gifUT&PAUxPK Gq51-^^/  skin/classic/editor/icons/topGlued-disabled.gifUT&PAUxPK Gq518C[[, ݬ skin/classic/editor/icons/topGlued-hover.gifUT&PAUxPK Gq51\/MZZ) skin/classic/editor/icons/bottomGlued.gifUT&PAUxPK Gq51hZZ0 M skin/classic/editor/icons/bottomGlued-active.gifUT&PAUxPK Gq51CFw\\2 skin/classic/editor/icons/bottomGlued-disabled.gifUT&PAUxPK Gq51QZZ/ ˻ skin/classic/editor/icons/bottomGlued-hover.gifUT&PAUxPK Gq51dž@__) skin/classic/editor/icons/middleGlued.gifUT&PAUxPK Gq51GqJ__0 B skin/classic/editor/icons/middleGlued-active.gifUT&PAUxPK Gq51g>__2  skin/classic/editor/icons/middleGlued-disabled.gifUT&PAUxPK Gq51__/ skin/classic/editor/icons/middleGlued-hover.gifUT&PAUxPK Gq51F\0% skin/classic/editor/icons/springH.pngUT&PAUxPK Gq51${% skin/classic/editor/icons/springV.pngUT&PAUxPK zz1 KHH% 7 skin/classic/editor/EdColorPicker.cssUT1AUxPK "lW21- skin/classic/editor/icons/throbber-single.pngUTxBUxPK oT2&Z ,  skin/classic/editor/icons/throbber-small.pngUTBUxPK Q0l3  ) X skin/classic/editor/EditorInsertTable.cssUTuh@UxPK 0mW2\""" skin/classic/editor/icons/btn2.pngUTyBUxPK R1۝a# " skin/classic/editor/icons/table.pngUTdsAUxPK R1v$ `4 skin/classic/editor/icons/anchor.pngUTtAUxPK jT2g% ]M skin/classic/editor/icons/browser.pngUT0BUxPK nR1Ջ+  # ] skin/classic/editor/icons/image.pngUT`sAUxPK OR17*k k # x skin/classic/editor/icons/hline.pngUTsAUxPK R1 " ؄ skin/classic/editor/icons/link.pngUTtAUxPK ݖR1y5JJ! skin/classic/editor/icons/new.pngUTbsAUxPK *R155" skin/classic/editor/icons/open.pngUTsAUxPK R1թ# ! skin/classic/editor/icons/paste.pngUTtAUxPK /R1ڪuu% b skin/classic/editor/icons/preview.pngUTtAUxPK PjW2 # / skin/classic/editor/icons/print.pngUTtBUxPK jT2pY7% skin/classic/editor/icons/publish.pngUTBUxPK uR1 ˱SS" @skin/classic/editor/icons/save.pngUT~sAUxPK )jW2ľx# 1skin/classic/editor/icons/spell.pngUTNtBUxPK 0jT21Z>  " FDskin/classic/editor/icons/form.pngUTBUxPK R15K&&" Kskin/classic/editor/icons/find.pngUTtAUxPK R1͂! fskin/classic/editor/icons/cut.pngUT2tAUxPK 0R10" hskin/classic/editor/icons/copy.pngUT tAUxPK RWX2 . uskin/classic/editor/icons/smallicons/table.pngUTKBUxPK VX2= / skin/classic/editor/icons/smallicons/anchor.pngUTmBUxPK VX26 0 "skin/classic/editor/icons/smallicons/browser.pngUTzBUxPK WX2KT9 . skin/classic/editor/icons/smallicons/image.pngUTĤBUxPK l[X2a. skin/classic/editor/icons/smallicons/hline.pngUT BUxPK WX2[T- skin/classic/editor/icons/smallicons/link.pngUTϤBUxPK WX2j , skin/classic/editor/icons/smallicons/new.pngUTޤBUxPK WX2/ף - skin/classic/editor/icons/smallicons/open.pngUTBUxPK &WX2c. skin/classic/editor/icons/smallicons/paste.pngUTBUxPK +WX2E 0 skin/classic/editor/icons/smallicons/preview.pngUTBUxPK 2WX2 . skin/classic/editor/icons/smallicons/print.pngUTBUxPK @WX27++0 skin/classic/editor/icons/smallicons/publish.pngUT(BUxPK FWX2ܲ - skin/classic/editor/icons/smallicons/save.pngUT3BUxPK LWX2 . skin/classic/editor/icons/smallicons/spell.pngUT@BUxPK WX2II- #skin/classic/editor/icons/smallicons/form.pngUTBUxPK VX2Sl l - w*skin/classic/editor/icons/smallicons/find.pngUTBUxPK VX20[ , C6skin/classic/editor/icons/smallicons/cut.pngUTBUxPK VX2h~::- SAskin/classic/editor/icons/smallicons/copy.pngUTBUxPK I[u2$o)) Hpreview.pngUTI>BUxPK oT2&Z  ricon.pngUTBUxPK 6u2Q }contents.rdfUT>BUxPK ĂX2q$ Ձskin/classic/editor/icons/reload.pngUTBUxPK ɅX2a'WW$ ۅskin/classic/editor/icons/rename.pngUTBUxPK }X2n_>>' skin/classic/editor/icons/createdir.pngUTBUxPK 0X2 G44- !skin/classic/editor/icons/removeFileOrDir.pngUT,BUxPK X2ޙ' skin/classic/editor/icons/smallStop.pngUTeBUxPK X2ٜ- skin/classic/editor/icons/reload-disabled.pngUTXBUxPK ܅X2WW- skin/classic/editor/icons/rename-disabled.pngUTBUxPK }X2MM0 ]skin/classic/editor/icons/createdir-disabled.pngUTBUxPK :X2"p6 skin/classic/editor/icons/removeFileOrDir-disabled.pngUT?BUxPK X2B:(0 6skin/classic/editor/icons/smallStop-disabled.pngUTBUxPK {z1| # Cskin/classic/editor/sitemanager.cssUT 1AUxPK xh1Dp' skin/classic/editor/icons/directory.gifUT}AUxPK xh1k" skin/classic/editor/icons/link.gifUT}AUxPK .0.==* skin/classic/editor/icons/mail-options.pngUTX@UxPKppp