PK ГX$0global/PK g A.aІяymmglobal/button.css/* * 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 { 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; } /* .......... 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; } 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"] { -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.gif"); min-width: 0px !important; background-color: transparent; } button[type="disclosure"][open="true"] { list-style-image: url("chrome://global/skin/tree/twisty-open.gif"); } PK a/™ЈS/ь ь global/console.css/* * 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 GОщ.M”wglobal/browser.css @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 @-›" global/checkbox.css/* * 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; -moz-box-align: center; margin: 2px 4px; padding: 1px 2px 1px 4px; } .checkbox-label-box { margin-left: 2px; border: 1px solid transparent; padding: 0px 1px; } .checkbox-icon { margin-right: 2px; } .checkbox-label { margin: 0 !important; } /* ..... focused state ..... */ checkbox:focus > .checkbox-label-box { border: 1px dotted ThreeDDarkShadow; } /* ..... disabled state ..... */ checkbox[disabled="true"] > .checkbox-check { background-color: -moz-Dialog; } checkbox[disabled="true"] { color: GrayText !important; } /* ::::: checkmark image ::::: */ .checkbox-check { -moz-appearance: checkbox; -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; min-width: 13px; min-height: 13px; background: -moz-Field no-repeat 50% 50%; } checkbox:hover:active > .checkbox-check { background-color: -moz-Dialog; } /* ..... checked state ..... */ checkbox[checked="true"] > .checkbox-check { background-image: url("chrome://global/skin/checkbox/cbox-check.gif"); } checkbox[checked="true"][disabled="true"] > .checkbox-check { background-image: url("chrome://global/skin/checkbox/cbox-check-dis.gif") !important } PK @-" L ž ž global/colorpicker.css/* * 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 ] 1/ВюTЛииglobal/autocomplete.css/* * 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) */ /* ===== autocomplete.css ================================================= == Styles used by the autocomplete widget. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); @namespace html url("http://www.w3.org/1999/xhtml"); /* ::::: autocomplete ::::: */ textbox { cursor: default; padding: 0; } /* Used by autocomplete widgets that don't have an icon. Gross. -dwh */ textbox.padded { padding: 1px 0px 1px 2px; } .textbox-input-box { margin: 0 3px; -moz-box-align: center; } /* ::::: history button ::::: */ .autocomplete-history-dropmarker { 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; } PK ьaћ.U c:ММglobal/contents.rdf PK рІA.\е~] ] global/dialog.css/* ***** 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 }И treerows > .tree-bodybox { border: 1px solid transparent; } #directoryTree:focus > treerows > .tree-bodybox { border-color: #000000; } /* ::::: button items ::::: */ .up-button { list-style-image: url("chrome://global/skin/Filepicker.png"); -moz-image-region: rect(0px 20px 20px 00px); 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 @-ЋлЃŸŸglobal/formatting.css@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* inset areas */ .inset { border-left : 1px solid ThreeDShadow; border-top : 1px solid ThreeDShadow; border-right : 1px solid ThreeDHighlight; border-bottom : 1px solid ThreeDHighlight; margin : 0px 5px 5px 5px; } .box-inset { margin: 2px 4px; border: 2px solid; -moz-border-top-colors: ThreeDShadow ThreeDDarkShadow; -moz-border-right-colors: ThreeDHighlight ThreeDLightShadow; -moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow; -moz-border-left-colors: ThreeDShadow ThreeDDarkShadow; background-color: -moz-Field; color: -moz-FieldText; } /* formatting */ .groove-top { border-top : 2px groove ThreeDFace; } .groove-right { border-right : 2px groove ThreeDFace; } .groove-left { border-left : 2px groove ThreeDFace; } .groove-bottom { border-bottom : 2px groove ThreeDFace; } .outset { border-left : 1px solid ThreeDHighlight; border-top : 1px solid ThreeDHighlight; border-right : 1px solid ThreeDShadow; border-bottom : 1px solid ThreeDShadow; } .outset-top-bottom { border-top : 1px solid ThreeDHighlight; border-bottom : 1px solid ThreeDShadow; } /** separator rules **/ /* standard separators */ separator, separator[orient="horizontal"] { height: 1.5em; } separator[orient="vertical"] { width: 1.5em; } /* thinner separators (50% size) */ separator.thin, separator.thin[orient="horizontal"] { height: 0.5em; } separator.thin[orient="vertical"] { width: 0.5em; } /* groove separators (50% size) */ separator.groove, separator.groove[orient="horizontal"] { border-top: 1px solid ThreeDShadow; border-bottom: 1px solid ThreeDHighlight; height: 0px; margin-top: 0.4em; margin-bottom: 0.4em; } separator.groove[orient="vertical"] { border-left: 1px solid ThreeDShadow; border-right: 1px solid ThreeDHighlight; 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; }PK Д„/Ўщ}ssglobal/global.css/* * 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 ::::: */ radio { -moz-binding: url("chrome://global/skin/globalBindings.xml#radio"); } 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 { 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 { padding: 0px; } resizer[dir="bottomright"] { -moz-appearance: resizer; cursor: se-resize; } /* XXXBlake yeah, shoot me -- these don't belong here. I'll move them later. */ sidebarheader { height: 25px; background-color: -moz-Dialog; -moz-appearance: toolbox; border-bottom: 1px solid ThreeDShadow; border-top: 1px solid ThreeDHighlight; } sidebarheader > label { padding-left: 4px; } /* ::::: miscellaneous ::::: */ .toolbar-focustarget { -moz-user-focus: ignore !important; } PK ФЉs/nЎп7TTglobal/globalBindings.xml PK Й—-GЇІмaaglobal/groupbox.css/* * 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 A-я6Ђ++global/linkTree.css@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /** * All the properties in this rule are important to avoid having to create * a special type of tree. This stylesheet can be loaded into a document with * a single tree that is a link tree. Hardly elegant but it's efficient. */ treeitem[selected="true"] > treerow { background : transparent !important; border : none !important; color : -moz-FieldText !important; } treecell:hover { text-decoration : underline !important; color : #000080 !important; cursor : pointer; } treecell:hover:active { text-decoration : underline !important; color : red !important; } PK ї 8-Ќё(Š­­global/listbox.css/* * 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 =i=.žP“66global/menu.css/* * 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-box-align: center; color: MenuText; font: menu; list-style-image: none; } menuitem[default="true"] { font-weight: bold; } menu[disabled="true"], menuitem[disabled="true"], menu[_moz-menuactive="true"][disabled="true"], menuitem[_moz-menuactive="true"][disabled="true"] { color: GrayText; } /* ..... 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 arrow box ..... */ .menu-right { margin: 0px 0px 0px 6px; width: 8px; list-style-image: url("chrome://global/skin/menu/Menu-arrow.png"); } .menu-right[_moz-menuactive="true"] { list-style-image: url("chrome://global/skin/menu/Menu-arrow-hover.png"); } .menu-right[disabled="true"] { list-style-image: url("chrome://global/skin/menu/Menu-arrow-disabled.png") !important; } /* ::::: menu/menuitems in menubar ::::: */ menubar > menu { border: 1px solid transparent; padding: 2px 5px 2px 7px; margin: 1px 0px 1px 0px; } menubar > menu[_moz-menuactive="true"] { border-top: 1px solid ThreeDHighlight; border-right: 1px solid ThreeDShadow; border-bottom: 1px solid ThreeDShadow; border-left: 1px solid ThreeDHighlight; } menubar > menu[_moz-menuactive="true"][open="true"] { border-top: 1px solid ThreeDShadow; border-right: 1px solid ThreeDHighlight; border-bottom: 1px solid ThreeDHighlight; border-left: 1px solid ThreeDShadow; } /* ..... internal content .... */ .menubar-left { margin: 0px 2px 0px 0px; color: inherit; } .menubar-text { margin: 0px 2px 0px 0px !important; color: inherit; } /* ::::: menu/menuitems in popups ::::: */ menupopup > menu, popup > menu, menupopup > menuitem, popup > menuitem { padding: 2px; max-width: 42em; } menupopup > menu[_moz-menuactive="true"], menupopup > menuitem[_moz-menuactive="true"], popup > menu[_moz-menuactive="true"], popup > menuitem[_moz-menuactive="true"] { background-color: Highlight; color: HighlightText; } /* ::::: menu/menuitems in menulist popups ::::: */ .menulist-menupopup > menuitem, menulist > menupopup > menuitem, .menulist-menupopup > menu, menulist > menupopup > menu { border: 1px solid transparent; padding: 1px 30px 1px 5px; max-width: none; font: message-box; color: -moz-FieldText; } .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; } menulist > menupopup > menuitem[_moz-menuactive="true"] { border: 1px dotted #F5DB95; } /* ::::: checkbox menuitem ::::: */ menuitem[checked="true"] { list-style-image: url("chrome://global/skin/menu/menu-check.gif"); } menuitem[checked="true"][disabled="true"] { list-style-image: url("chrome://global/skin/menu/menu-check-disabled.gif"); } menuitem[checked="true"][_moz-menuactive="true"] { list-style-image: url("chrome://global/skin/menu/menu-check-hover.gif"); } /* ::::: radio menuitem ::::: */ menuitem[checked="true"][type="radio"] { list-style-image: url("chrome://global/skin/menu/menu-radio.gif"); } menuitem[checked="true"][type="radio"][disabled="true"] { list-style-image: url("chrome://global/skin/menu/menu-radio-disabled.gif"); } menuitem[checked="true"][type="radio"][_moz-menuactive="true"] { list-style-image: url("chrome://global/skin/menu/menu-radio-hover.gif"); } /* ::::: 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"); } PK Д„/ЫAЋqqglobal/menulist.css/* * 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 HОщ.ЖЮ1žЮЮglobal/popup.css/* * 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 { 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; padding: 1px; min-width: 1px; background-color: Menu; } /* ::::: tooltip ::::: */ tooltip { -moz-appearance: tooltip; margin-top: 21px; border: 1px solid InfoText; padding: 2px 3px; max-width: 40em; background-color: InfoBackground; 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 { border-width: 1px; -moz-border-top-colors: -moz-FieldText; -moz-border-right-colors: -moz-FieldText; -moz-border-bottom-colors: -moz-FieldText; -moz-border-left-colors: -moz-FieldText; padding: 0px; min-width: 0px; background-color: -moz-Field; } PK i“,”Миоееglobal/preview.gifGIF89acUї 1!6”?5ЫœkР€ПРЯ0ўqK€А•ЋђY…ё T DЛXб'!WHРh8њ%G`ŽpOšв•Ж4ŠW\тЌM ›юєЇIтˆр#;X[ ZРыX УЇFuЊU-bØk#ZИ"kШ8‚ЫёŽА“HлНЦ€јZр“„ил8 6ЊЯKЌ$ AїGдMьЋx0Щ&ХИвhgзк&‘іД•€„kѓ‘я^ЉkqSzЇ0Зd]ТnvЗЛ*ЌfKМзіjz{ЙŽ…­_›*}{ми5 ў@€ё/мГlХ+qб €МФр*Hъx жє­;}ъnxКгэ№›ямцDРљУebьV“NоŸЗВ/WЖОWРK >юя `!р6Y‹Л[ѕB§ф_'ТZѓЅ"`нЁyЮCВvДЛНэoїy쇓wƒ†HzвЅ”œОХэvЋ?2uЊ!˜Ре' pЎgЙЗнzMЯЋкВƒ›ЕpзЙлƒЮs‡Знѓ›Ї{K"ОœP\йЇяћ ўЮђђђFTїA|L€ё'o‚—‹оЛ–DЏ–ПЙЫwьў`{,€ѕКЗ>яŸ~•џ$ ‰’юžkž§Ё'Оё{Юќ”ињЩ–ўб™[“žуЅb$рH€JP{И7`*wr­—qжZ Wчw@9w@ї~ —rЇ|7GѕwЄ‡G}ќ7#€$`>А‚JNє“—6xƒ6ш ‚%QtЂAqKqz@p‚BJАi”;€upP/@ƒ€ƒ8h@Чƒ*qЫR,ks7р(Р_hс%›ц=0; ѕ„Q8…VXa#b6$АІdP/а†9№†цƒ|6k|ˆfVX&h(ˆўˆЈg–ˆŒ8f˜жˆИcG&“he–x‰˜˜‰šИ‰œи‰žџŠЂ8ŠЄXŠІxŠЈ˜ŠЊИŠЌиŠЎјŠА‹В8‹ДX‹Љ˜Ș‹КИ‹Ми‹Ој‹РŒТ8ŒФXŒЦxŒФиб]ЬиŒЮјŒан•‘Ъ(ЁѕeкИeдXGqЁ‘л8Ž‚еоXрИ,тHŽьИ7цxŽC‘Ž"БŽэXэђŽ№ђјєhў*ј˜?БПѕ)%i" B Љ‰йY‘‘‘D№yй#Ђe1‘Y’v‚‘!ё‘С‘ Й‘," љХ’0))’­Dy*A’&Й“’)9“.Й’йDЉ‘E” ”4љ“1Y“*й`ў‡:Щ“T‰>YIi”CЙ•3y”.™•fс”+9–Y–fЉ`4uX &• QUљ– q•)”tщ•1‰”[I—eQ“_I–Z9y‚ЇkЩ–и—†)r –A‰—ŒЩ˜^љ”`!–fi”) ˜Д5˜&1•‡Й™qЩ-ɘ_Љ•N ”- ™X!™”Y–Љ‰qR•'Ё™œ›;PK ъrQ-ƒЭ]а а global/progressmeter.css/* ***** 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; } progressmeter[mode="undetermined"] { background: url("chrome://global/skin/progressmeter/progressmeter-busy.gif") repeat-x 0% 50%; } .progress-bar { -moz-appearance: progresschunk; min-width: 0px; background-color: ThreeDShadow; } /* ::::: statusbar progressmeter ::::: */ .progressmeter-statusbar { margin: 0; border: 0px; -moz-border-top-colors: ThreeDHighlight -moz-Dialog; -moz-border-right-colors: ThreeDShadow -moz-Dialog; -moz-border-bottom-colors: ThreeDShadow -moz-Dialog; -moz-border-left-colors: ThreeDHighlight -moz-Dialog; min-width: 96px; } PK YgJ-„џ„Зс с global/radio.css/* * 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; -moz-box-align: center; margin: 2px 4px; padding: 1px 2px 1px 4px; } .radio-label-box { margin-left: 2px; border: 1px solid transparent; padding: 0px 0px 1px 1px; } .radio-icon { margin-right: 2px; } .radio-label { margin: 0 !important; } /* ..... focused state ..... */ radio[focused="true"] > .radio-label-box { border: 1px dotted ThreeDDarkShadow; } /* ..... disabled state ..... */ radio[disabled="true"] > .radio-check-box1 { background-color: -moz-Dialog; } radio[disabled="true"] { color: GrayText !important; } /* ::::: checkmark image ::::: */ .radio-check-box1 { -moz-appearance: radio; margin: 1px 0px; border-top: 1px solid ThreeDShadow; border-right: 1px solid ThreeDHighlight; border-bottom: 1px solid ThreeDHighlight; border-left: 1px solid ThreeDShadow; -moz-border-radius: 50%; width: 12px; 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:active > .radio-check-box1 { background-color: -moz-Dialog; } /* ..... selected state ..... */ radio[selected="true"] > .radio-check-box1 > .radio-check-box2 { list-style-image: url("chrome://global/skin/radio/radio-check.gif"); } radio[selected="true"][disabled="true"] > .radio-check-box1 > .radio-check-box2 { list-style-image: url("chrome://global/skin/radio/radio-check-dis.gif") !important } PK ФЉs/дПglobal/scrollbars.css/* * 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) 2002 Netscape Communications Corporation. All * Rights Reserved. * * Contributor(s): * Joe Hewitt (hewitt@netscape.com) */ /* ===== scrollbars.css ================================================= == Styles used by native scrollbar-related elements. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); @namespace html url("http://www.w3.org/1999/xhtml"); /* ::::: scrollbar ::::: */ scrollbar { -moz-appearance: scrollbar; -moz-binding: url(chrome://global/content/bindings/nativescrollbar.xml#scrollbar); min-width: 16px; cursor: default; background-color: white; } /* :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */ /* ::::::::::::::::::::: MEDIA PRINT :::::::::::::::::::::: */ /* :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */ @media print { html|div scrollbar { -moz-appearance: scrollbar; -moz-binding: url(chrome://global/content/bindings/nativescrollbar.xml#scrollbar); min-width: 16px; cursor: default; } } PK B-еъвsЧЧglobal/scrollbox.css@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* * Autorepeatbutton */ .autorepeatbutton-up { list-style-image : url("chrome://global/skin/arrow/arrow-up.gif") } .autorepeatbutton-down { list-style-image : url("chrome://global/skin/arrow/arrow-dn.gif") } autorepeatbutton { -moz-box-align : center; -moz-box-pack : center; margin : 1px 2px 2px 1px; border : 1px solid transparent; padding : 1px; } autorepeatbutton:hover { margin : 1px; border : 1px inset ThreeDFace; padding : 2px 1px 1px 2px; } PK B-ЌЊу„„global/spinbuttons.css/* * 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 Hхkan Waara * Portions created by Hхkan Waara are Copyright (C) * Hхkan Waara. All Rights Reserved. * * Contributor(s): Hхkan Waara (Original Author) */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); .up { list-style-image: url("chrome://global/skin/spinbtn-up.gif") } .up:hover:active { list-style-image: url("chrome://global/skin/spinbtn-up-act.gif") } .down { list-style-image: url("chrome://global/skin/spinbtn-dn.gif") } .down:hover:active { list-style-image: url("chrome://global/skin/spinbtn-dn-act.gif") } PK HОщ.Хѓ1:ѕѕglobal/splitter.css/* * 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) */ /* ===== splitter.css =================================================== == Styles used by the XUL splitter element. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: splitter (vertical) ::::: */ splitter { -moz-box-align: center; -moz-box-pack: center; cursor: e-resize; border-width: 0 2px; border-style: solid; -moz-border-left-colors: ThreeDShadow ThreeDHighlight; -moz-border-right-colors: ThreeDDarkShadow ThreeDFace; min-width: 6px; background-color: ThreeDFace; } /* ::::: splitter (horizontal) ::::: */ splitter[orient="vertical"] { cursor: n-resize; border-width: 2px 0; -moz-border-top-colors: ThreeDShadow ThreeDHighlight; -moz-border-bottom-colors: ThreeDDarkShadow ThreeDFace; min-height: 6px; } /* ::::: splitter grippy ::::: */ grippy { display: none; } PK ] 1/)Р0љ  global/tabbox.css/* * 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) */ /* ===== tabbox.css ================================================= == Styles used by XUL tab-related elements. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: tabs ::::: */ .tabs-left, .tabs-right { border-bottom: 2px solid; -moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow; } /* ::::: tabpanels ::::: */ tabpanels { -moz-appearance: tabpanels; border-right: 2px solid; border-bottom: 2px solid; border-left: 2px solid; -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-left-colors: ThreeDHighlight ThreeDLightShadow; padding: 8px; background-color: -moz-Dialog; color: -moz-DialogText; } /* ::::: tab ::::: */ tab { -moz-appearance: tab; margin-top: 2px; border-top: 2px solid; border-right: 2px solid; border-left: 2px solid; border-bottom: 1px solid ThreeDHighlight; -moz-border-top-colors: ThreeDHighlight ThreeDLightShadow; -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-left-colors: ThreeDHighlight ThreeDLightShadow; -moz-border-radius-topleft: 2px; -moz-border-radius-topright: 2px; -moz-border-radius-bottomright: 1px; padding: 1px 4px 2px 4px; background-color: -moz-Dialog; color: -moz-DialogText; } .tab-text { margin: 0 !important; } tab[selected="true"] { margin-top: 0; border-bottom-color: transparent; padding: 1px 6px 4px 6px; } tab[beforeselected="true"] { border-right: none; -moz-border-radius-topright: 0; } tab[afterselected="true"] { 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; } PK лЈ:-Е5™ƒ ƒ global/textbox.css/* * 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 HОщ.ЫuК К global/toolbar.css/* * 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; background-color: -moz-Dialog; border-left: 1px solid ThreeDShadow; border-top: 1px solid ThreeDShadow; border-right: 1px solid ThreeDHighlight; } /* ::::: toolbar & menubar ::::: */ toolbar, menubar { min-width: 1px; min-height: 20px; border-left: 1px solid ThreeDHighlight; border-top: 1px solid ThreeDHighlight; border-right: 1px solid ThreeDShadow; border-bottom: 1px solid ThreeDShadow; } /* ::::: 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; } 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/spacer-mid.gif") no-repeat center; } /* ..... drag and drop feedback ..... */ toolbarpaletteitem[dragover="left"] { border-left-color: #000000; } toolbarpaletteitem[dragover="right"] { border-right-color: #000000; } PK HОщ.юџ ќќglobal/toolbarbutton.css/* * 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; } toolbarbutton:hover:active, toolbarbutton[open="true"] { border-color: ThreeDShadow ThreeDHighlight ThreeDHighlight ThreeDShadow; padding: 4px 2px 2px 4px; } 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"); } .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-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; } .toolbarbutton-menubutton-button { -moz-box-align: center; -moz-box-pack: center; -moz-box-orient: vertical; } /* .......... dropmarker .......... */ .toolbarbutton-menubutton-dropmarker { -moz-box-align: center; padding: 0 0 1px 0; list-style-image: url("chrome://global/skin/arrow/arrow-dn.gif"); } .toolbarbutton-menubutton-dropmarker[disabled="true"] { padding: 0 0 1px 0 !important; 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 { padding: 1px 0 0 0; } PK „~/ѕiv†ссglobal/tree.css/* * 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 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: 0px 4px; } .treecol-image { padding: 0px 1px; } .treecol-text { margin: 0px !important; } treecol[hideheader="true"] { -moz-appearance: none; border: none; padding: 0; } /* ..... internal box ..... */ treecol:hover:active, treecolpicker:hover:active { border-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 0px 5px; } .treecol-image:hover:active { padding: 1px 1px 0px 2px; } /* ::::: 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; } .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.gif"); } treechildren::-moz-tree-twisty(open) { width: 10px; /* The image's width is 9 pixels */ list-style-image: url("chrome://global/skin/tree/twisty-open.gif"); } 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 B-JŒ“HЄЄglobal/wizard.css@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 XДr/UЛ”k k global/printing.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is the 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 FОщ.е šp p global/Filepicker.png‰PNG  IHDR<б^)tIMEг46Й pHYs''”iQgAMAБ ќa џIDATxкW pe}==G2“Щ$3HHnМ€Е€b]P\Qt=іАакKkK]DЋ”…UPT–SЙB с g“cШ$™ЬLЯtOїєБ_w + ћWўъNпќя{я{пп ~fŒ{jїЈјЊl’Uѕљ’OЧѓsя\? Чџaќ/.­ПtўЋуЧ+џнXЕъЬэМЏ­Œшo[ЄЊ(АЛК8мYљBЈ9ізо;ёХН>§ `Жќ}dOjЂj ƒюšЂЎœњњСвыc1?ѕC“™œ`eжел&ЫО/9&ёбШє’“7оЪBћzЎ№Ёi3KКvMKВZ-…ЃZuеёвc‡—7Й5ОђЅќЯХиБdфун>М<­Ч &Щ“kb]UjК€=+П‘aицdOЗ{j—|ЇЛk’г“фNHtКА{Х[хуцЏrK€uАЛuнCфи<ьрР[ЯЁxыIрУю^љШІŸZhЏЂyЙSЇЭ,Эю™е™eYи“\ˆ -——d4д7†jЮVuсм™х+?=|Г8eЋfŸ6ѓЭў:Hh*кФЃ,!ьїТщщk6ЎїЏ5šХ+п?2сЗk ЏgўБџЬОЩ‰6vндGrl9=эє2=Шщ]yп`ыwлї­9§ЫiЅЋgnўБїГѓfw4yЪЖНВ;“ДшH†‹Ё­Ѕ ŠЌТbI€ЧтВцѕ›—•нc^ЊЇгЁыLoе'57ЦВ9=} sW@\Ѕ‚Ёs—лMзbатъРъGАczŒ… 3Л)Љyбє?Ь>Йљa‹uу'фкКeиiЁqи Ѕ&‰!еŒAw Гš-цЕCЇ,›|ућюоГ’Ч<є№ж;ђяшХ0ьNb4n€ЧуФ†..мFOГˆ†| Хэ›}8ЗhюЄуЉqQет укёКs‰ŽRИcЊ\дцJ ЁBkCоgяЭЉWјDјžЉ/IэœUb.]v—“ЬЏ;RЛ +љKJ™дсЃђсr9рoБiГO?™ 1NцБЅ CGє‡#9}пc;Оwгš;Ч,щ]QќlуеŽ?v§рЁCЊšŒЊ7EQ ьeHЂжœ>F8 „M˜9ЙL&ЋжvЫёДo,wЭ{ѓTйЧ†сCеG@lУИЦ " 8*Ў *п–ЕРlMХ™ sђ@А9˜Вh‘лФ&Кu•еžйжfя?Ь‚doиŒПЮuvЪDЩўf$@ljАoO5ЂМ‚ж 8"‡НХћбopЌіNА9RE!джејдё}ггнїчj€ Ж^6j—5л №„кZ *Ђб(Ц uсоQCш‹Юž$ЌоИЯtАJ|3џЎЇ ЙЈјиЅc+‚Ђ pФdЇЋu)„šаxц О \DЊ'“Ю€У†”гюе §‘piЊBŒ%ЩШмюM\р•Хц”Ў}Hr{(i ьk‚ШљpЄЌœXр№Ь4)Ђ…“*!Чc˜?…Хћ_m‡ЩjG<|БСпЦьП^‚'іўыаPŠSч‘б#РF)ћ6ФЈ†uАŠЌ@"ЧЯЯ–1 ?ЏМі:xrФž{ žœŒю[і`эіГ({8Г`ЮT‘pК|КTдUРŸЌm8Њ]‚Xsп65cёЄп!9ййTЃЉŸЫБе„‚Њђ]ЈЋ=§ъ›kNIf†ЕЄщЕ g0%QСвзгp№x+rЛ[›%сQBV”И€‰E ШЫbрѕбt`W]эхкІЂ‚ЌЩT`6™Ђ пЉXї№HKcБvлзHы9 К|›fLVxl ˜>e,‚С233)™qИS]˜0f(<Љ6МѕЯЕ kю>–ыЕЉЛГп{ж#АЕњ%МћРЫЈkѓaёŠ/0cџpŒНoсжŒЎп+ •X”№Њјnћ—п/њшф:УЅ)ЦрЄЋючq(˜4L—oИ_œjЅMLх—xHЕ{ЅђшйХ…ђмќa}Fџъ@чŒ\Иг2БњУyх@ХzЋе 3ЩtкИьќО b&œ.7Ќ6ФP цЬ‰д'hIX0.:ЇЙсr: I1иэ6фхРэ7T—}њnlђнc ƒ"†}55шљрD˜НЄ[гСйЃˆ32М—ЮAгIuЈXяИZ\ЦОНЛец€џХŽЖ$ёК)pдЭЏYОШ5#тП9JЌHЃ +Š.iЖмљ`э])ƒA}t#ВYнПѓ­хђХ— Ѓ‘$8XNь1zФ;q'.ЕрDМ№Ф0єъйЄ'ц­4А?TDШиbКЛ[Ьэ3Т‰z У_пˆдœaPИ#„‡нd‡еd!\d)Uj XшžЩ˜z+х9e{vЌ|kйщђРЂ8NПъ~MчЪЁšваЉз$И2С~И -­12`ЂžЇgJ›‘E]2А$#Ц‡АПф‹ Џ.9Б‡bъއсЛмbЬТ;ћ’)еcџс#шЧ,#Љ*еV<.’ GР5њЈ­ƒЃwdНвІBk7ip‚Ш=VЕE" Ў5IЊ’&AЁѕЪso,к[”Хь§ёієp&ЛБѓ›Вˆџјƒ‡Ш І ‹Ш‘v$РњЂMФрЮ-›ЉcѓЙ.цхM›ЗЕйЌ%Я<ѕX'G"kШWg]!#PHЎК#+:Ыz{<Щ­Щ6YJŽH$З3<Њ:хтоЈћšХ№"иЈч>џшLђ–0–-л@[@=3Кў!‚ЧЧвIЌоs“НЙ9jцPSUьAB 2Œ€ЙИнѕкkњ5S{гШckЮqњфБEoЏЌ нЗjЭКoЦГЌЉјё_џ2ечЛL тpŽ"љ™YœYY№єюƒЪ-[ vєкŽD8p\и0>}|МНnхˆ^жpкN%’Ъ*ЅГIбЊдeц":а О@*nq˜Х˜Т‰‘A wИШэИZƒLэ рАІkРaNDГСжЕ{*k„ГKoћшWџљz‚—vŽ;2YяС Щ–>/ v9.ŠњъjT—шtŒJ$Hї=Ÿ?xu;НЏFZпЕ .наєšDјvfoc˜iЏ>UqН†Œ€вК†ьѕFb:F‹ƒjФŒzЏ€†K|^^jЎjМрпЁ:\oЏйЁїГ›ŽCk7l$ХЅmїпS”—лЅЬгЖRo?:HlŒf]($эјл‡e‡*Nm“ey;Н{ьG#^Є-AŠЊ5ЗЕ1<'ш€уЗX’4ЎЎ1‚ЂnT_™˜Іяо:u^О)фЛtюИП!XAjЋДАЈlхљ“kNЁ]oT4З0іmкМыAbzKZч.vž€њ§~|_zОКњšжЖрЖЃMMлkƒСнЗp'Ђъu§Б5gЇ)1Ъ5Яn0ѓ›с] “гmЛ\.{и{ЎЉ2*ЉчWа–ЌrѕIQџ>еnO47уВЛgЎJOяr6%лшХsџWЄбєХDZY х(О5ўЩђЇ ЙБУKIENDЎB`‚PK ŒЋY/MЗ№ннglobal/Landscape.png‰PNG  IHDR szzєtIMEгТШ{J pHYs''”iQgAMAБ ќalIDATxкэVklеўюЬь{э8kчi;Ю'СICЄ€ЈB%ЄЕJлˆVљBдЊ UЅ†ђЌаVќ(ЊB% RЄRЂЄФZЧiHQ"PВЎMJШжЏиёњ{gч=гsю]ЇЊTдT§йŒіюЮуо{Оя;п9ГРуџ§џyJ$іМ<и'–kK…&!BН˜KЯъЂ9!D†Юiˆ]г%BMDv`П1VћиЎ]ТЙ.O?нO4UпнИ•‚­B[KVeRzЖІZ5YUi†ŽLJC:!ˆkˆЧCr№Ž—GtОWФэыъ№іGг=Ію|ќОљћЗіМдП6ьЭКjkb™uqЬЏa^Ю@n–ИЁ664Aф0Œ iР‘ЮNlйВEђ‰К&д<ЫіёдѓНјюЗ›QВœь)йЃуж“~у/[[Eј/Z_,\ни\]НД!‰ЙЙ8вIЪ>а+ioк\- и2˜Y*aс‚yxяФIДДм"ч ВŽЧїкоХн_Yƒd"NЯ"є[КR~;ˆќћZZж7@ѓ}ПpѓВš&IN!0/ZшjЬ$LT”8ке ЫВАwoјБєeЛ‘<Я$єžПŠ‹ƒ. љ№ТЊЋ2wвъќућЮoŸ`0€‰)oЭМк\n@LJqБВ"Škиоб››WЃЃНgNwЃyЭZЅ=,лВwN|ˆXŒ ё'’JDQ8;JЖбдC€ч{}S%Wц4F А”Ьо#0ОІtх nЈьMŠТДl с•Р†–fW–,Q^3+I7œ•@рЙ}ХёЕa!йё=І“q„4OЈЯŸћГkчу*йX)N?guќ шmпyˆ__xъб0zeDо“ Tѓ/Џ­ЉNбyАBpBПPŸVLdVоˆš*дљЦ+XPпDyЇ u,СЅЩЮfљysз+сх~ŽЊъйРї<ё ŽyUUAЄ”bѕxm6MFЄJ& ь P›’r•wНчщ~Ў„гТЋћїrGzbчbЮмzйу ]Вт5:5Šн?§64ЂlЊV.=FЄYY‘\U– V\Ю:€ѕЫгtѕx"Vi‘\ФЬ ŸУГПnGэœzфjsTRФ"F•Э9Nйт|ћ0ЫYœ=wVй%S;ЄŠOФ|ђQ(ЋKОйHсRЉLщѓV\ћKvЧŽп<ђ№ЖњЊLŠ$зх[ŒнЪe“LЉVjRoЧшш&ЇK˜˜˜І–kbrЪŒ,Ыё(Р$m5JYЃ2цѓ “Ш˜TU”,сГрђŸ&Bfi3<юЅњtŠrCнcкДб70‚с‘"†ŠИ<<™e{œІž%ŸR€‹ДСEjВa‡ХР-^шкѕ…>ПшИ€YШї\И­Лї.^ŒЦ&&‰8I2ŸQxк н3нњбррњИю'|игEЙz‹вьLзD/аў/›п8nзsќ_†о"-uIENDЎB`‚PK ŒЋY/зU-Фffglobal/Landscape-small.png‰PNG  IHDRѓџa+tEXtCreation Timelі 14 dec 2002 18:34:10 +0100NчQtIMEв 79:a7Ь pHYs  вн~ќgAMAБ ќaОIDATxкc`hРиГфѕR4ќћџПИ,VЌn@ымGџ‹bd‰вмЗф 'УзяŠkSфС†0§јёсз_Ђ№›зOL E˜џєжNОQ2€хчЯя Пџчќз/Ÿ1МџaЮ Ќ.ЭpљТно’žГ@€.ј§‡Xž0Lэ™ чkш˜і‚]№‹HЬš”‹ТoŸМŸх ^@ Н/iH/ …‘ˆa5МРhиARR|Н\{}­Й9јIENDЎB`‚PK ŒЋY/eД:MMglobal/Portrait.png‰PNG  IHDR szzєtIMEг$Ј:Ў pHYs''”iQgAMAБ ќaмIDATxкЅWklWўюь{зёcmЧIѓ"І‚Pм4€ћ! фGЄ–BЅ HЅ6-4BтGкB+Ј‚уД*$ёh›Š б ?вF &4vЃ: œ’X„‚уuM{ПжЛонйЧНœsg’джƒ˜еhvюмѓя|чБяr<АЏ7ВТhH‡Ђ‰Д!Ci#"”R"-”Jѓ S х]]зNGТ‘ѓNе§ќ#[[Ц№sovџ:{BqНaˆšxЬ@"fˆxд@,*ш4Œ xыtЅћHX X4pшј–/JЂи}g2oніиж%џ <їF*йЗ~Mэ'oiKбw d(њHщ?Їk˜Œ2jЅяФвц†Гy|І§š•ЏЮї<ўќП6яИEЯ|ŒЙ7ЖуќipФдМRкRШ№ zkДЯUњММцвт2ђўя§YLх%Ў[Yги\?кЙo№Ўџ €[™э-[ŽЃР~2/V‚ y УcŸ‡CФJH`хвфІЇЙXBvЪEК.‘ЈЏMќvчОЬƒt~Ћ­hйіЉС‘ŠGНђМdЃL?{ ZcyнЌ*§Ь"6ш5 уxЛ ЧmŒL8ˆ…Ђ‘Ф;žю"4 R.}ЊuYB…=њ9жс9пC†ЧHЩt!Œ"qЗ6рw‡ўŠxт<ЛЊOлЎŠTЊfћНO>зй^ž€eYЏ ;ЇЩ&”‚МїФШЪїќїžmћњV|чбЧаv§*ЌYн Ы–ЈЏKЂ)B2•D}m‡КЧSйKхuє“#ѓˆ'ЋЇВЪ*–eД&e€оGЌэьuШг3P­2X‡ g.~ѕтoАxa=>ЛЉDЅЉ •ŠТ’–$.^šнјnŒџ^шмж^Ж-чЬЅЉВ›у*MЕ№3РrЕ$5]ЧŽЂT*тх§ПG_п9НеЉ”@ежrбћ–.ЂДvх†yExUЮ‰сldŸR“Н`Џ…ЁN=ђ0‘8xр%<§м њ7?|ЂfХЋ ТпЧWоз옪ЙцžŽюx0Ў:94R€ы!›вВBŠ/“Ыђ1M CCярs›З`ѓ_ІPМ„ГgЮша˜ІBепЧ€ BRЗ Ћ$жрTzGЧ ЪВЕS{Џ+І№шу=-Э)Ю–Ж (vvпаpСЋљ\ HŒ!П<ё:кoZ‡ВщUТЩI“жУшуш~ѕФТ›Wв•),—%в IЪї#HЧ972Vаo№xЂb‡юЧбWр ЗЎХm+БўцUиvязадМ‘H{їьМђ]ШюъšЦ‚{О§‡Esэ„п €хКчЦЦ Zxь=‹LIfAтdOОЗs–.џЖ,Ё$Ѕїэ~ќQќђ™Ї№жщм№1.~J8, jтbЖXњ -ŽЭЫLЇbВ Yё^*zq}ыє)|tu;nY{–ЏИ–тзuќчї~у!$’)ьннЁ›VЉ|9•%RЩ(ЄB№т/О8U6ЭмLžšŠєк18єђ~lКuГп%‰ZChеk€Д/нд‚Џlй†7^яЦ_NtыPH2УнВЎŽРJЙ,>\Wf.MЬЂъW8…у]GА~у&Фу^FРŸ˜Š)uњнїЭ‡I ќ ѓA`ъ} <ЪХШwq`вБ/LчJš>Ючо7{‘JеRЛMi@\!ЋUWSЭˆ3ІjIŒŽSк†бџvюК§f<ћг]TЭ!Аƒ‰P3 м 3…ЂŸR.ž§й“8пџ7Мrј>qгЇ‘LжiŠY`ЪŸoЉŒЃчјQькѓ–} щє"jЫЕzГBЕ 18Ч)•Ј%Bxў™НhH7bЫжэИ04ŒХKFЉж“Œ+щЇ}&хќнї?L ЭŠ†&„ў‹R6рКуљYSЧїюћЖы+ПЬЄвŽ[/Ї Ч™S–K3їaј† C˜ІfƒіЅj˜Ї6А”+ЧѓљЂІЯѕЫ1чДž їЉ —ŠJГ ‹nЧJMщMNлМP…hП› ž–5]*›:хXpR^U<Чœ=х6ЭBєШі: яc —CЃg .лЎfѕ?МoЈ“Ъ€л2WB§Ч„ўђъL(mjZ\Пbrx"ŠЫ#œіž2‰‡WвU80г,ЭrФЏч<ТЯz!ЭflЬІVŽ„џщџŸПџcХ­sџŸИтХџЖyOŠаѕ1СПџdјѓ—+~ѓњ)ƒБО3ѓПоЦw‹А№ыа€ Xёы—Яо}geWg``ќз[=љмИ ~§л† М~љ„ajЯd8пРФОHѕЁ№тl`бє\~чŒгp6’ ~тt:ЉХ0р Z ўр tRK}€cH~csХјћё^Р П‰tэТ ЊДƒ8ЪЖœй(+(IENDЎB`‚PK kЉa/Шз\ЛЅЅglobal/printPageSetup.css.portrait-page { list-style-image: url("chrome://global/skin/Portrait.png"); } .landscape-page { list-style-image: url("chrome://global/skin/Landscape.png"); } PK kЉa/%МWWglobal/printPreview.css/* ..... 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 бŒ/(TЭ››global/expander.css/* * 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): * */ .expanderButton { cursor: pointer !important; } .settingsContainer { padding: 3px 5px 5px 20px; } PK oЇY/, Сддglobal/arrow.css @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); .up { min-width: 0px; list-style-image: url("chrome://global/skin/arrow/arrow-up.gif"); } .up:hover { list-style-image: url("chrome://global/skin/arrow/arrow-up-hov.gif"); } .up[disabled="true"] { list-style-image: url("chrome://global/skin/arrow/arrow-up-dis.gif"); } .down { min-width: 0px; list-style-image: url("chrome://global/skin/arrow/arrow-dn.gif"); } .down:hover { list-style-image: url("chrome://global/skin/arrow/arrow-dn-hov.gif"); } .down[disabled="true"] { list-style-image: url("chrome://global/skin/arrow/arrow-dn-dis.gif"); } .left { min-width: 0px; list-style-image: url("chrome://global/skin/arrow/arrow-lft.gif"); } .left:hover { list-style-image: url("chrome://global/skin/arrow/arrow-lft-hov.gif"); } .left[disabled="true"] { list-style-image: url("chrome://global/skin/arrow/arrow-lft-dis.gif"); } .right { min-width: 0px; list-style-image: url("chrome://global/skin/arrow/arrow-rit.gif"); } .right:hover { list-style-image: url("chrome://global/skin/arrow/arrow-rit-hov.gif"); } .right[disabled="true"] { list-style-image: url("chrome://global/skin/arrow/arrow-rit-dis.gif"); } PK yA<-Ьl™ЖЖglobal/customizeToolbar.css/* 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 Blake Ross. Portions created by Blake Ross are Copyright (C) 2002 Blake Ross. All Rights Reserved. Contributor(s): Blake Ross (blaker@netscape.com) Joe Hewitt (hewitt@netscape.com) */ window { border: 1px solid ThreeDDarkShadow; padding: 6px; } #instructions { font-weight: bold; font-size: larger; }PK Q„/GЊECECglobal/Preview.png‰PNG  IHDRcUєВsRGBЎЮщgAMAБ ќa cHRMz&€„њ€шu0ъ`:˜pœКQ< pHYsФФ•+BЎIDATx^эx[Wvч•яЫfK6›тЭ&[ОL2[t2йMœ|“Lѓx\хQЅ<.c[у&Ћиъ…MН‹ЂXE‰НSьMЌb{{'СˆоСNтэЙї< E2=|Ч№УХmxт§Нџ9чтсЖlm™бmйВхаЬМрx]HA}ц€Л…Гдyœgрwт ќЇїFчУyœgРyьž-$)LцiЪ&ЇM6ešДcж&ЦЩ)ЪЬSFЦшBv'жšL“†`jšЬSV›œ4‘Ц*Джdоœ4š)3™Ё2Ї1нrМk„h3MšIcњ„VŸf“™2Ѓъ ch„†ЄбятŽщБš[ћ4™ЬЄйf6—ЋІЩhЂŒnMОЩЬ“еœю–]“ins@hл'5Ќэ|ŒF3iьŒFге ъŠў@OжЋ•СhЂЭh0’Ц”˜ &кЈЗ–U`UжMиŒlЃћd’еV4бD›QgФf0щГ6Єп%ыPЦю–Г‚QkДг]HŒк•ЬI 6kœЄ@r’‚„…“lj8Iс$}Еwj Ќ,œš‚SV8Iс$…“NяУщ}8уЮ8މ8уtЈТЇ€Њ5tJЧ;Єp’ТI gDг™ћXžј€gюcynХЉ)Є)82”\щR&™ ЈIЂы–—МšYЩK&gi/ЋКrТ•nЮЮЁВ2ЃxИдœIСкІo))aMаЂL-(eч;mrЋt”ЉЩЪ}ЎЕfIЌ9TvЦ”ЮЇ2‰UtА,‡ŠгЈіŒOЕпм6ѓЪфhhp$SйLAѕЈ$ЌMM ѕ пe'jЙSЇ6RŸ~СЪ’Z­M~—ЪЇZGDѕшTЈй`dŒ;Уjk ™dѓ8з-.ž|Ю \…\ЉSVž’•eв“6YRК{\Ю L!“"…К№IВЄж$ЋвЋДйdR™ф+ѓ.kаšиЄQщˆцŠЄxшКdƒйKчљf($WЌcIНй<\ЮЕ2ИHЦѕl Xй‘БvRДzНДe‹k"tЮ,u>НtŽoNРјЃX№ HЦe/yёYьx:RР‡k<^фЄњ€EГ:ъЅ$›“|OЎ§.^ќeЊсй"C‡aэЫ%8ј§#@жЋ)ЌмYГІX7)ІL {Зlйo%E‹чK[\МZH40;І6šА˜)eя ZE}ЌŠКIŠ-Ў 4)šН№ТћюТЊ)А.hЦЪтлдNRигЫIСЉ)ЌŠР5СўžЮ•о]‰l­aе2žЭ­АЖщЧој'г UPЗ0UJSДœsйВ7a‚­)ЈХ†зрЃЩЏ’#ёXY‘Эљч^B+’AЬНfм VgНE>`a“л=—n]ЉEŠ—ММа,љXP•\№kZSР' Hxў…ѕ#‚!_РZ —˜йЏQхƒP";ФW}ДЄYC$0B†jСЙ›sяƒ‹VХСr.l —yё{ЌХ5ŽН5гўЦMкћАC x‹>™qXtX5žМ'5Д‹gЃэžNЈЩоЃI –яЂїБR 1џ’W+ђšaбыіI“ЌžIg‡іzžЮћ@N њ+vMd/uЌ R .P*Ѓq$о<‰$ETэ%зs|LŠИН$Jh[#)№PlwƒЦZЏЎ 8м€ужMŠf 4фn Oќ“‚œEo№ЇBN &—•#€ь’yёI7%о‘ТКЁмШ‘т‡ Ј7„OE “‚.„ ˆ#№),жЇXN фHЙЦc Ш=qhпYˆ=˜+N Т0%Юе‘ЄhФ]c№=\`2KIs‰EяЦСЌXў щАќЎТжSt}hZЇ щ@… бк^—ЌXЇ@ќVЯŽ&r@ 0–:r=`Љл(Ќ2РЈ T ДuMр{эѕlц6Ё Ф‹Ї$ІИ$XPдXЇІhІ8€ˆ ‹тЕtЩuO9)XШРsЕЧБЖА‰hтp#yј&МVаЄ@+“ф&ВgЧ‚‘ђDh@ :Ш`ЈБ„4GX_єXЊ,ьE4­Тўјxй3t@+QУdХMAE7Pш]›o…ќўh фѓл<жK *“bSабЄVN EK\ЫД%Ч‡Щ ‰ јCE""aЏЫЙІљгh ZІcg„ж˜ݘbыѕ>@4`ИЂ 3ЪТ„ЅЪ’ВЅоb‡­їChІHfРЗЖsё’'I кЧБj 7х`Rр‘qи‰$%€Ј$E.ДЭ}АМJz,GЦ*ЄрŠh"Ѕ`{2W$Э‘пcR0šg+žиѕАЩЄXIБЁšТ<…\їs-e@ žƒŒІА†91#(^рˆУМАљЂъ5Хв8ЉM0)Ї)@P‹‰кћ ‡`K…%YRЊ+KJ–PsCпhЕ!ХrMA]іIMСв)tdуЉтыаl(иЈлМЩ:I=›ѕЯdgЩђнпsMafEађлKюzxBуŒSPqGDt‘_Ї`{:kЯ’вЩW@МДзѕ%Ќ,–Ч/™lњP8u pП„… Ф+иAŠЕ{fњM…!hR`˜сˆ8ЅШ ‚•ь8…ЩЬїrE!‹HНеА{/P2ЂД/н\`jˆ˜@шЪŽYDItИ,N‚!ЎdФ1оIPщRл8…‹Wwœ"~ѕ <#ЋњxjR`ƒ Uђ=ї .pzH},gЪwЩћ ђ Fѓ4iє+Ш4Г ‹\ќ6‘Eњ]жЮ Єфйћ ь!ƒ•]Їx .дАE‚ё\ївНЌЩQ”t@CЕнpEНd6YимУКЩ  ЖьM€Ј$- ИsxЋЎƒтЌј%хС[Ќ=TŒІрКХ’4чђ§Ј‚5•РlюркЃХмД‚}Я ъ[Ёшƒy–сB>y“ –‚}лМB& +$—КuТШЇЁ# LgЈ.ЁLоа o3Сl0gч9ЁСN‚2ЗЅ`эMА‚†цhІo„БbюУh4ВУ+Ж{Бa{ЏŠeЩ‘%›Иш—ДX C7|Д)‹­)˜sШv^ИnoСН›‹уVЌэRV-c0ъумyeП§-Rж--а,fчеJЄРШАол†sЭsUX)и[ПИasЛ{@зE жjИюsГъ~ Ю;йX#šk Хђmšœ7ТсоЭiKСzЩм ‡э01Kжцм-ОJ!ЕBlя4УКЭКHaНьsпЩЦЪЖ@`Э@A>8c™k%Х =ЙoZУTfё…ГцЊ…\7­q’‚ф…“Ko™ЕЩIВŽ$wш(ЇЭ)')ШэфЋBс;Њ)–DtЩ—ЫЂŽб+Œesџ;жЮnuѓDš‚s8єщl•Х†jŠ•црMБRчd9u‹=Чi –Вg’—ЌKњzIБт?г’šЯDSЌјяхдЫnЎщє>VКчњуПsоз.зK ъ6œ6їЙЄЗxrG46ЁїСОsчj_0ћŽj ')6TSЌє]R‡h Єlb™Я,Nс$ЊфќЂЊ“Tд“Юˆ&™ўј}Œh:Iс$ї ЧФ)аЬ­цŒh~Ч"šж„чw=о)1ОыЭŒ”0Ї9Я€ѓ 8ЯРJg€кOсќ§$чpžчАs(Rа?єФќт“б`f§ьj“‘4ю;‹иЈMЊгЕВІЕи=PA ›šLdˆu‹4ƒЩ@šэшkОWДЩ`6Xѕ N?хФње&жLьџNзOBЁQ˜bmОкˆжЎ &јБЉЅЖќЉаoRБvяБяЁЖќЮhœ}к2З`cmН/›ѕwЈVиhяžёь­v~вjЩ[L+ƒQГ‚qў:жJ•qЙeLЗЕ1ЮБЌ­X5­Mд#mtЁо fЬкЙЭ@L+•СH›Е‚Ъ`АgzƒŠ1ћ59п%л:Ia…‹“єямqаЧI @NR,‘NMСОщyЬљЛ’NMAAФЉ)H‰сд№3lKМ™DX•яw,зчыт№ЋcнЌ›)sј›ЭћYgвю(ˆМозRхд›DSшuJЕ\$ѕїЗлkы‹КЫ2лђуSдDћ”_,№zvо‡^­QJbdЈCдн0Ь/эЋЬщ,JjЮЏ‹їЏ П^рЉŽZ]žo›:­L%• {ЦћљТіЊСњТюВєЖМИЦдћ5QwЈГgз[Yтƒ<­ї!юЭї=ZŸpЉёсеІфыќд›ўЧ[Ъr(X|тUЉїx‰Їк‹ЯЄоп—ќYI‚ЏVЏІxсŒSpE@–Ъ‡uХ)єZЙF>ІЪF:Ф§ѕЂоHSў@ezїуиіœІ$ŸЦ„[ЭЩ>m™A]ya§Х1У‰ЂКд ~ІЊ=Ча“ghO-М}ЪЄаjЄЊ‰!ХxlЈYм[-j/ЊЯщЋHъ)ŒъЬ}а‘мSо_7T•"lЬ’Дх+КkJЭ#хscГC —dcƒЯŒ:э„Z>ЊїЫFкФ}uЂіђ‘ЦМЪ4|іЌѕь=3RHEƒE'љ)7šгnЕЄ{ЗfњДeћЖчјWD_,Žёгjе6О ѕмTšB<мSщžэ{И­јкЩo>№ЙєaYмWМŒАgF НBSкuG4Чћк[ƒ›#Џu>JXƒмœЭБ–œ‘ъ„СВАв№A^ьpu’А!kМЅ@кUІЈеŒ6Є]“ъ9“pqFb™“sуФЌ˜Ц^BлNЈј„ЌvЊ?за–у„I1\/i,ы­T 4Т6НЄзЌž1ˆІ–91Џ$цхФœ”˜уљ †nBгJ(ъg†ŠtѕѕaчeЂ '…Ј%ц9рЈГЗЁЄ€иqэ€ndB?!)КwІ%уNkжнЖПіGyAС]…К‡Ж= Ъђs ЫГ›Š5)A#o†у ТЯV&{ѕTошцOѓ=ќЬHбснў0А37I%—р$ЮšrzНК—Wихн›ЈъШQudЗЦ\“ иАиœЄFLЊЅ Гг–…YЫт,a™!ЇˆEБ` tФ‚†˜‡eЉ цeФŠ˜ШSU…ššТsЏs )FjЮЕsг&Т2K,N‹fbСHO‰Yнф`сHžŸЌ<ЈШћИtДЃ5…ƒЯоКIС\йЌFƒ1œ + Э#ц>ЩTaУxVACёЃœЦМhD‡ЂžтАовˆОВЈ~^Ь@Eм@e|n GkUБЕВ+:#ˆЌл–“uиЃ[­wщА†m’ЈЁBЃk:†T5Š‚YEЛRІЪБкѕ#=ќъ(їЉо0bЁbQж™q!гч`ђЭЏЪ“я-ЉЩ™P|’BіИжпw‚к’цд=њЁšŽdџІФћу§LЗzЃŽ4і@rёhSztCфuQeЂЖЗPлW ЄPЖІ‹Ъ#л гй5YЭ9SƒЋъ ZЦ -e6AКю<"нњ1jHƒ8п@IШтќДvl`}˜€ И0?Рмkj ЫЙ|TЯšu хŒБ3ŽЌrvJMlИ*АЅѕ™Uу$&ч4ГfЉY;Њ—їЉЧлхУ’ОJQkсPmFY|Wnh[š_ї‰Кˆѓ5Ёž9з№гУљщa5Б~a7 L@љљz•ЖЕ')ѕzeЌд&4w№йг+ѕzЫр%iьBцНEeIзBŠ‘NЄš™'ˆ9‚0Я/ЩЇЋКuй•Ђ”œцЌЌђвМќЦтЬоЊдЁК”с†Д‘ЦŒЊDŸЂјz=ќЙг+пЁЄаtR•N бЕjjћдE-ЊєZelщDR…"ЗAХkзђ ѕ}І€leQ›ЎЄI>(Еж­о +М1^vлbxDЬ•Ь D ?О^w:/№Д\*|fЄhL˜QtЮ(ЛgT§†‘ЊžЌрšˆлНUѕzXZ6ЄnmЈŠіч'ј(;ѓu%Іё–Ѓr~СЂn’V…Ъ+Уno~Rє=О raЮ$j*Ÿб=‘š˜–v%н4З'šZЂЁйПq )ёФтЄvBX“YŸ•а]•пYžйY–кY’иљ8ЖЃ В=7Є-+Ј%ЭЏ5нЏ=3А+/ДЏ8ZPёpД.]ЬЯ–Зчi{ LƒE“Н9UїН4*ЩFТСgoCIQзЇбNЮ&f bš І€a"ƒХ2n˜mšJZе)e’˜œЁШ”ЮˆјІˆ˜š`џŒBјы/ЫаЈ•ŽеyњЄFну.cЭ€ЉmtrpbZЊ™5L-,,Z-Ф‚…˜_$ц‰йE"ЋZ›нdŸЖЄЗšS*хM]ВюЦЪš(їйЁ(bБЪЂLQзљЖЄyхп;жZ–Й @› ћ“П\QSдФMOДNЫ;acмтмфДJ №Х‘Мр‹ѕq щИZ-o.Hч…нъ+Œ2 WGЋЇ•‚…йIј€ѓ Фь<199=”с&­‹-ѕ;Ѓе(И$Щ&в=СА сЂ=?ЃэЬ‹ŸвŽЏбщX/oŠМЌхЧ›лLЭQЦ†™ч;ƒe1ФЂQ2ибСЫЊˆуg‹лŠ&КyЁ:ѕH‹NмmR NыE г2Ыœм~ЬЂ2ШcƒHсрГЗqЄаh”Ye=Г№ф(LLbL Bo!д „|ސLЂIbиD ъ‰-бЎДx№ВНkCЮЉdЧ’ЂvPз8 S@ ˜… aЁ1ГHL/S „frС'n\Ђœm1­ФƒЪЉDo/Yѕ]Ыd!1S4г:XpЕ<њT^|ЦgIŠЪјцёFГЈ†йBkY\˜бŽkyЂŠшŠ єKпH[ѓLЂкIIлœaо%?&‰‰ЉYТ{D IoUKabNЅ01ƒеšB1GHgˆБIb0a zЕDЇšЈЩОnрGдмїR:šjН.­QЃ2ЮУтA b &ѓaš'ŒѓDѓ€Щ/V”ZІК:vЧ;Н6Ц}~,žАTYЄ‰ђjŸІЌЛпє6Wqab5EcnЊЌЃ@?PРоlм “N­Ј+ 87Ѓ,Ь1—aТ8EˆъвF Н…ЅС#ќ69): zЌ#ДПœ5KŠ. [Jь„0 IEsќ­цјSНщ“M­1ЦЦ0CэН4ї$EЯуbA%фw”gжЇYgƒmsSкЕ„6ѓЂ2AŽŸЙ~o-ЂмїЬ‘ТСgoƒH1ZŸ<;ejoрO[,+bbЪ­JЂюqЁЎ1N_е=х„иБš"š]BMa›nбb!Н FD FЬSŒ0Ьњ9B7G”4j$ouЧ_=Љiє'fJˆЩМЉŽћ}Й—‹УŽDмжл†бЅ&Z–Є|ўƒ€АЁIбсqсWЏIХŽ'ЌэЬхˆl0^' tГ„v–аЬъBfZЌ.zдяЙ8‘D,V.ŽХIxЗыК%];(ю{іЄ€DrUЬ-%?Bнв™~йŒqjС„\7/QЯ-h5бW[бя-( цнѓшЊЉLhL„ЪHtD|9Zф_xчkс`/ ‹Э™ћhЫ№Х€@Œ@о>Ъ†JЇtƒ/-ЛЕ`ьgя›L „<8№ўHс=,(’pж#мXlЈђK>§ЅIб™3‘ дu”Ѕ W?$§#ЫМЎ§QЌBРЗГŸТ"ЉфЧ^—еD!НЁж†’л'6ˆ>{DŠ!H#ЁдїфŒQо˜Љ†\‰‰yf–ћEЃ{ЮWНсбіЮ•QА7=;~qМb뉂Ь6ЕОzDчD‘%ˆ5)еЪ9ыиЫ0ЬS ‚„f1B5LЌ6&п8jh &цЫ cЖЉ%Ј+ћbnр‘ђдРФГ'd"s|н•-IгъбйyЫ lІЈУ№ЈYз$0+ч$ъyЁbnf–ŠMш”J~JрМКsrИP^UtчДB3 ˜ы‰ЮДыCnt&_*IŽоЬЄhMѓAt@6AЬУF&и[{™Ц4ТњР/оMМxLе_JmЏUE\ѓ§ьнžтxоувђЄэQ,3ФPЈЏ№yxтs’Ђ#ч>LCв_н^’,ЈH`ќ#ЫœВ&!PP—ЫЙэАTЖ$zїdњNіЄ!Нƒ(Сoƒ­п‘ћp№й[?)`Г ieL‰Q+рХ1БЈ)нxIШэ1ЉabЉ‰!БДЗІИЋЖМMЈ>rПуж№О„љc‰їXім5lП6ўжљ^рХ/OзяЛR*ТyDљvЅJ”ЬЧЧЖ_яХ/mГтT~žIЮуќ“е_ўЭтєЛ^Њі §p-уtLhчыњM‰-д23Ъо ˜шЮ |ьч6ž„Z‘ы +МvD­гых`c№w…bvЮ^CzЬ“ž=Н^іЄFяЇАKŠH#YcQjГz(у†[ggЇxŠшЉ+kМ{ЌСчи)З„+їg/МЄxчrџ[чКо:зѓіХЗМКо>пЗ§њ8H WЯ2pЂ[0ўёхВcw+žžЃRULёФфм"RD ”ђ)BЉ:сђСЉžPиjeбfшšк3ЯЇо:pѕ|tEншЗEŠTПЫЪЖLy[Ж­гдDяиLпј,8 dІЃЃМDTЂm}‚bИ  ићшША 0!бcŠй†›of\Ž9ѓ‘ ]арЖ›‘Mo0 D–ЁezdqRа–qЏЛ.уjƒRuўф…НП:яњЋлŸ}аVœФьуžЋ‚ јDБ/)(tЅ7тќ–$…\5ў§3ї”ЄhIX0tЗДцEі—FcЯˆrŽ€k гТпѓќ.Ь*[ЩMмрtДЇћGŸй_уZпšHPъяХ Ў|M’BЎ’|џŒŸCAvbчьэиЉї?бй{RL@§5‘ЂП$Ђ€ЕЄ“)3*zc=ѓ’Ђj|Ž +R уm•х;n ќ:XђЩ…ЂИјє†ТЄІ‚Ид˜шч’~~Єфэ §;o+їЮюіQПwЎl›{э.oЉ’4\ЩsыЄќA/—B>‰1aF–вyЩЂ‡­VЅАеjфёѕђШ“Б7—*КЛ„Ъйq5!TЕПэO=_т{АЖ8oг’Ђ1сІezи25 €X4.šњFjг›RXцЩП+XœК‰.љHуТф0`bVзс™ј%ђGфu_hŽО"+МЅ/Л­+Оwј’вНžћњЙЇ$EsŠпМЊЖQдЇіGb_ƒ>Е9У@U№љ‡Wн~TxяRё§KЁ'П|uп!еHКЏЄ6и]п‰32A@БМ‹‡HR\H/xюы[$…Гї‹_>ˆŒр-9{ж >{Ї>Й,)ИЭœН"EoQИ5 N&о–/э*-Л}м(э%SтЇƒjоЙа›VZэFн‹=ЗH#mр…kЏ)R|fљ$Žј8vі‹єEWqNEягk …HЊ Я7Ю-’ ‚f„дLHLDЯ8ўтў%[­ЂМ>­mъЩЊа]ИгYл$ќVH‘—еџ8dЄа2"Х,ЏгS"‹~,+фk[‡Ї[‡gšгSГ2гбпвžчэ‘sљPA№н„ЧŸЦ§v_№­#ŠСЯŠh{№YwТйhя ›–ѕqз}‹ЦоCЯ‚ОK5PVыЗШ|‹ўЛ"П˜pѕ{§ПњЯ€ њФX‰e$П/э–,їВЖ№RЬС€љЭ9rђOўёќ?<%)ј}ц&jGk“3§.ѕ†(ƒ…V= >ВоКљ)Y†џЕ‹яn?Зwћпя;ёЧ‡oІ~Bзi,i=ЇЋО‡мЂВ[ЙчПRф7ЗўзoМџбыžIaчьНџ~ќ/_‰kсwp|ЇŽ>{?ўёƒO]oJ]!ЯоF‘ЂЛ EЁжЮŽЭhЕЂvFƒјеoђ*љэФєˆqДІцž‡К&”ємєМ;EWWеwОuЖњу8Ы—™ФЁBти~­ЗkpЬ!ЄXфT‰ћѕу E 0Б‰7 wљз-цfЋUўН#СWn'фЉbs”їЦnЕ~+ЄhрUЦ\LїР™фt€šhžЪЈVљІŠТrЅЕ}гjу™-lЉђ{є@І_lˆ<|Ёіќ79пьpT ГєєIЊ<к*рј›–uбзДэѓšіyuыЄЄЎ*жoatЅ&ип Lьѕ{§XЩ—+/˜ F Aб—&)ИЋШёŒўъУмцЬџ~ъПџџпь мѓ”ЄhL№ž+oЪ k+ЭъЮ еc™BЊЧизћ8FШ/fЖ‡iф=Џ_ђПPбњУЋ‘€ Bе _o,l‹НЄ-ѓж•\Яёќ2ЃІюЙc>џы|иоР’ТЮй;{6ѓу•oНлTзlѓе[pі~эšцsЉыѓН7Ѕ™^pі6Š]Й0ЎЦ-РкстдPCММЏž>ƒM=aЕ€ кŽiQeCјuE€VWv+џвЁРИЊЗНZОzdFœl Ю4л<›4Z№ЈŸ6ЂIЦ‡Ч!YB§М…dBlDŒ3BнТнЏ3'ŒУ[­Ђ­VЩЧї…ХїEe*bВ•БTЇ.6ѕТ.Rы]Ÿї1<и|ѓˆ УS$”АPƒг5НSнSP˜ЈЭЧRЖ]=’t№Hњ›ќ+žUž_g}}тЁgЃ@е'!J<ЖuХ‹>ЕЇЏГysЦ)j"ЏЬ+šцsВ†ЦДГ&ЩJ˜5qЌј@š:fыхА1At?ДДЧH ЏoџтяŸs{ю‡Q?ќы}'їцS’Ђ!юІv dЌЇО­$Н3'Kžю]ЇЄ5ЗЏ"›СФьєјо иѓМVžiія„˜GЯїg І^“ф]њ№јщ??сЗе;ё/н‚яф–:vЮоУФЪ_o+њц7­л^ьџhZжJКllШ~№nzнЃ9я ‡>ИўХ†‘Ђ#ч(1ЪУ4 єh›KLРе О­sЦ4Dъ12б5?ZмUU|k0ћіО“Б;nŒ*Д Мz‰‹#„g/ёљэz:ёTЙ&уT$l2€ї!Lш‰ж>с­ЎљсžѓњrЋUђ§Оз"#вdQђш,Ш яСЈФЎgO Ш,ўэ№Ѓы§Э5%­Кћ9тє*UM0j0Qк> б и7ёИ­ў"Я-t№npпЛ7ќ[гКK[DЊ 0б#&J§ЮЕ^№yмџЭIŠъ№KГвъYIu_iТЄVh_~– “‡ОpљљЩЮД‰ВАО”л СžБ—ћс‘ўыoўтю§УS~ќcџяŸœњ“^aЧS’Ђ*ьJgN/фJС]wјиМКe^еЌцu•ЄВ1с{Є˜џH;•Ё™мz9‚С1”;дt)ьоџ>vѓХл /пЯvёIњуoМ{…”qLтњБsі&Ц^%сј'žњОќАbзŽ˜PПєёцтEa1sіHR”&O_9лўо[здjщ“ЪŠ5E4л2hїВ[мšл_™УЦ8uRI_wOЋYоFb‚эЂ Gy+&Рџбр.Wnѓтяё|š,?^;uЌzюRDЃcIб-Eфˆ4 `ЃzbDG<~\ZЊіЁ[Шщѓ§ŽdxМqшЫа‡Ђ№Д‰Шt)+Ђ2хЧЩ§ЭI@Ј4žŸПєwяќЇЗПzщх/џЯїŽўеїЏџЇБ?нQАуЕьз~”єЃџ`—пŽ•0хkЬ’ŽДUѕё#ЕИ5ЭonЂnZ\еS–fЁя—j0ёQ^Cш„1Rf„чч/…_Iˆ=ЖыfРп{љџЭхШ yєzя'Q…џt/ѓoЏFяђ‹s & +ћgя䉔§яеy|еwхиЗ›№єўћ{rvo љѕWОиюuxзY№>*вg у'3BžG[ŽЯxRXЌ‰pњц5mр^"а–Ігg‡6!я5=“]ГЧwpЧЮп\Ћ;ыWWн_™>ніPѕјNŽћЇ2ёЈZЋюЯ­ь JmqЛпQF†3у}Ъ"$Uа#1› Р†ЕФ–Hэ/ЙЂя PЕљцО№ХЇAсmЁЩ’№д‰ -+<ЎЕђЊ‡Ÿ=)|НŽњ6'пэ@: &JлЭQђ Ё‚ЫУЙMfи7Qгз_6и&TЭCІB˜K0б."xSr>xО%јГ ўls’ЂтўycОQ1˜€/eЮ›…IЋДуё@YbsВq чOНИ7kя­б›>"яЛ"oбэc G?-§єѓŠЯ5:иtp_ѕОwKпн–Зэ•ŒW^NxљЯO§y‹ сщInЪ`@ІQKZ’}fЧЪG-ЮQi>яdд\б\joŠtз„к§uƒП.n{ПДу“ЊО+{п-j§UfэЋ eџ–їCџд?=ъг"p,)ьŸН‡W.МіJєй/z.м># М ЛЁˆїгЦљ+Co‹‚o Хј‹ т&Г#LIAњш;ъ“_5<),(Rшєj;жœф3'ЋŸWї№80NЧ…<ЎХJтТ0qЂnё‹єЩ]оу?;œџЭс[%зФўX!A&’=Ф€P‚JPЁŠeіІa[“iemRн<žT,–OSŒhˆA qц›CђV_ ES†чеЃG‚"{$ŠC’$a)R$+2dб™Š ž.0VшаДТьк9VъєЫm•ЖwЏx хоЎЛѕNKŸšэt€šFdж›RjLBХь› ЂЫ1бФ)ђЙїЪ_ц~ќRsр'^НІг))у˜ž!gІPЇаYщJЁгЏЭиЭѕri:yљ=/Q]Ц /Ѕ5#И*є l3- К_НoЩKьЌЪ}еѓ_оN~лЃзуТР…Ы‚ЫW†Ў\\:?pоНЧ§dЧЩУќУŸе~іAљ;‹vОž§њПЇќћs^Яљј@З4ЕRЬOИЅщ/ž‡/˜Я+цLЃъБц=бПˆ/§К}ќXьdПтє€žѕLnпп4ВЏЊяНтіпHЉќitбЫїГўќT€ЯJЖšMшtЄБkrЪИЮоХšјР–м„ОšBQOSL4oЧ›щч \?9rзs<јŠ,ђЖ*оO—l‘fL1&bяj"Є‡іе;žЎRIш90увк Иg'2<Щ5‘Ђ)сіь8Oи”GƒжЊ&,ЦОiУ'WЋмк.тtЪk|ІйуU‘ђ0ЗЃ<ЄЋEЉгP Vu{П(­ЄлсЄЋTо‘§bуH `Ф€šшW.ўф'?ѕѕОс}шЪqР(Apми§„ё‡bRVФч)yнг-Kniџо„ ўЌзШ…хежCŠмЌдLяƒ-П.<љrY|(ЏIБ 6&+эЃsЫ1б9Ј­Œ Ыњќgq?њƒФŸџ—Мпў0нэїї~’šЕ9Iб˜ФЯя*Ij.‡ћ\Ћ•уDєђСёюя{ќнGem= \8гuцlїYx†c(5˜јїсюЧЛпЪ}ыЧI?ў‹Гq-ы’AvЄЈ ПмWп’vЏ2ф2/фzAм§я и“ЯџМ^АŸ?rАEtЈUЯРˆЯъ &Лr›оJЋz%Ў"vТяZV1=1G’ŸНАЎ’ДЁц2ЩP›Z)ZОТ<рm{#йыPя­3BПsтћWdсЗ”1>š8?-вОк(ouшuEаEЉЧ˜ЧЁЎэлc„BЁ#Iб{nF  ]œ™˜ж Ј5ЃѕйЙс5‘7пqЯН{ё-ЯІЕФQqАј,ХђЦЩrˆІ)(љ€H!SШ?ОXма9ьpR@‡iEУ%ЭJ‘‘шW}*ЂЄyјѕз_wuuнЖsПФP`Д№^Ќ(8~ dEDкDA“‰?nсMcЏgЮэrK oр“BЋSœўъЃ’РoъЎО‘ПяЄО§‡iоШМŸQ:j0SnЌшžfдDџјlSAN‘чЛЩoўЧЄ_ў‡М}/ц~эЪ'?wџъУј˜0ЉTИЂd`ы‹oCSp,lFqшхрGќРѓљїП ёР!ў!№ Ч_д}NЧћхя&^Ыxэљ;ЯПшљBNSКУ1:дЪњЋѓ†[+%У]•˜ќˆч=юэШiјЈЂФОъ~№8рјƒвЮН…-;s &Оw%ъРœІfжФI Zw,ЛђSЊ„*/-mлГ'vпЛХWŽњz]’>И*:„оP„\—ƒаИ ёqѓ<мНsg\OЏ`EL@ЗыаUЁЛђ"юђ\ЊŠђiЬˆъ*ЭjЋ•ŠД:ecзьЮ<ќ˜иŸC|šB|MМseфЈo…T!Г2‚&…T.џЦЗцWnх*­r#Hб5( ˆ”MНJЂGIЧeЛИИМїёyпАЁ€ШбШtIjЉК ЩXй7л4f@4Šˆz!Q7JT[ќ"G|ƒžЦYІ€…-“G…Лњјтgo\v-=њЃдЗџ"ђџ§aфžз#/н ЯЭЌ7CГЋБЁвџ›ьžKліyћОWцёZРЁ7Oќf›я­+}Н6ŽЯІє>ь“ќЖЁІx§`Wо.@iяdОѓ“шŸќѓ§~ўжѓхў?^НљJhIАJ ‚й‘NЧЊНЕ ~рyяЭд*@„$рљеФВ}ѓО)ˆП<№ъЭˆа’*•ZŠз33ЗoАМaGJjн—ћ“ЗН™№зќƒŸTџВсќбn?/1H‰лg… &VЧФњH1дR!ьi–KGu:мt\€V ЩЛ\§&іШЗ]ъљ lўНћ‹Ляъпpo}зГ0ПІWbз4<Њш}џФ>Ѕw›XBУaq ш~АуvXwџФŠ.с‘ъu#6ЇZ[о9й$\h‘ЭbЂiœh#0 jG€ФуŽ™„"ххЛнћ?cMС^сCУНСwO~ЖїќЧ?Ыs;ї“Œ~љOўъпћЗWz1лuKўoџЊЪыёgw}џ—чЮЋЌ(Y%тА™тЋ’‚†ХѓoeОЕЗdЏkБыsgŸѓЭїŽц…•wЩо~І€`Аxо3\Œm5лвkўьЄПo~y4ЏЖМГSІrБЁ№-“‚бrЙИЁЁ'+Ћ16ЎњЭзnœЙz|јЬўŽ;VSЄNY‡ІXт>PА Iq#ІсuЗц aЕ‰…ЏŸхУїGwм’oЛ(xнНхеUяœ.9р]БџVхЏ<Ђ§йs{.жI'6ˆаmжусœЪ‰aб!#к'ˆ6)AМ ,"ЪћцRyšр‡Т‹>‡NV=ХѓіmHNытЗŒ|‹Є`Јбгг~чіЕЏ?мvс§ytьgŸўѓџŒјтџх_§ѕйyќР'ЩЩёJ•”ЊlпјЎ‘УЂёyЯяџ,щgo>zѓЯNџйЗH‡%C,ўЮ-шGЁЙ?-ўoЧ}mпнŒЄ`{Џџ"‚Ч?mнЙ#ЖзОгСИ3'Х‘;eЉžФZ#6Џ§ел. р›цoыўеUбЎ;šНSFЬžfљ,uіWš+›ЈВ5xсHMні Jя„їBЎД•xе‚љьZ]DІјц§о“ЮœЏёЛзœ–егР‘HeOAіфзщ}peLЈЎZZЏ\:Зэ•йљж/ќ|НG…ƒK+џЮ‘V РтoнПїrЬЫ№ЕŽЭC <1Спž ќЁ_ъY’vйьЄxѕчБ‡~гДcэ˜иM1љNV’ЕЌipзйТ_Џ|УЃ§WW…Ляhп š§ѕ=ѓіы#я]Ќhш„‹6і_6Œр€\Млк,0цѓ q~1Џл­ž7aEF^_c‹аqhX’ўp<)ь@фwUShhnXќбЁ?кTЄР|яŒџ8pуЛЅ)ў§пТ гБV5aЯћ`rрZ…›–ed *дY)дi!hLюGЎ˜H,hћкЛlлщЂзN”юr+=с_™^вЁT‚ѓCедjхЄБ›sZџIl+S YО+г<>НївнциЮЌТ>~ЫЈD"Б™фeКbА:‘Aœœ6цЩДкхF}Lмѕ.Ћ-gk!Л&sl;Ъ„VЛЂY]ЭъА+0Чv:\л[R­жžщДRвьWkдou{a-5WюGЂе:к4’ЖСО­n~Z„льШйŠГ‰MMБVѓTЖkwdOwПm'уZ cTч˜1жЛЈНŸТЁЄРћvXС'4ЋBСQЄXayлPiЬr’bmt`гЪ1Є€ѕПFІТсГИз3А с{аЄТ\Ёo1NЖgЫ‹юѕіbkъ}„эF3\e'E(Нn…ХъогмЖŸS<Йї‚?ЉеCсŽS4ИoнТ<\Ю6ЌбŒРєK#š:”Уcg ­РЭcvC‰Еђ2ЭКТ‹j­Є@юŽ`"10ЄЫ™zкѕЈ‡€_кzЬ„­3:яЃвУлР XВџГ',$ыcOŒuџ ч _бмhRиLoЫ–1Oћ|RРњd?`є'EЩ‘‚чŽў6Nе[GY )–Lї№tсЬЂЁіуk ЦФЎ:їГ–їJЙћЄиВ'†&E§Y8ivI–4^Дk%….f'ZЂTшЭФХХzŽИИW-Щ­АЈс RдŸA]0ЙдСЗB ZРљXгћg6 )^єЈЇB•ѕю/к‡—їё”Є€“Cб§‰`ё$ЄЈ?хтђЂ R@Ьk$nтамЧh ДЄИВЄА†ЉЧю`G5КœRј‹ФWo*‡‚зЁН’Е  ‹ћYZ€Šƒz š ЖOЌ)tАJa” Ѓ†3.{"€ЛcЌИ! 4jbCОЌЏZ2sŒ'›љЌ1KŠ?Wљl+%˜ЯЧРЫ:&&xШ qЗЮ 9&Ќ3Œ|”E ž9ясPЂЕ) ГEЙАћPк…!:&,ч‚UшQOЊFSTтысщњ•SА+Л!v\4=†x†ŒЌАЪн1dh2ю;ШyЛИW…јVРєшЉ6fžъђq—P/TfнТJFЃ“uЌWђн1LЩ‹южбyt5афH,ИИѓЈХ ЃУeŸ^лД‚Aђ™Ž‰>)ъ`ЖєП`™дФ—§hВќE4Ѕr’ј2I# юС•YGбP 4йУIмУŽ”"eWГя}Фьк‚нeЄ@\pёЈF[*€&HtЫ{яж0~V2UЭІ2Ебj')ѓфЄаЂOЪ–­.Uh эŽ@=гнbRPоУ# К|’ CаHRР_рIкЛ)ЧЅхxKХ о‡F#Ѕ ђtFЊжL0ІQK5uџбъ ВJpPvGCќЯV7Ёб0FіC•з!ž…i OxЦ…nuа3л_…˜&ЌЎ nIФYBѕЏ‘FяЦР$ёфым№ИЈ99‰FCЖЅўЉXњЃ‘§ѓаG‹ВФu‚M­ЦŸ+ti+ќЯMM чV'QзкКМа:<œMCzјJb3д*Ёц Ћ)#KlМ\Њ!Ь.†ЛПiдјo.JЌС…QT[ЊPо}qїюЗК•гнŽЋеШpлЅFзAsа :ШШњЫŒœЇэ•-ŠjЂЉƒЫкіhЊ‡2ќOoQЌИOr†фœв1Ењ> J іFO`LЃІЬvdжu5 JАQЃ“­JнашdхмъDj5и}<:МЫBЩ nЕcjš†{э˜FE9zді-ЛюЋU"ЕŠьщчїZ‘FE6‡wБЁ!Ccй-$5Јei"gсRЌ4 V9Йђqoджќ2RРњС…ˆ2˜’PыЉ:j—уuˆI qѓrќзl]ЩI ЄiI`ЙИ•QЫ­лПЎЅЄ(У3d“b ЮџVЗ2МBNжбœb0\Є`(mK)RpŒО„ЅјЄБI!ТЃ—RЃ3˜€L ј \КкЉЕКR0„ЂёСPР=ЖЄ@P@4‰к…9ЕM?рƒЦ*ЁXУEŠЅ<ВO ДЖбbЃyM&IСh Ќ,Xкa%Mхш”сыМUS`љ„6 (=B ћšC­г.HГ aИнбєœзЈ)ЈfЃYlЄЃel4\НсšЬЈєI‰uk šp‰К­&(бК€б4)Јы0ЏЕj З:Р‡k ’уXGкa]­š‚Qі5ХЙJн0/EГ6R ЅждшŒ!Е†}MA^УOКэBМА Šа–‘ф…}{дS’bUMA1‚т5(Щ šЄи!Х“i Ми№к&НfеU ДЃ[%і>&ъмvв.ЌЬНDшlљ€4Eнщ­$}`m#jЌпћЩˆ0S w/ЗžЎЃœ;оЃъЩ­Я:Зш:ЬђtЌЧlR`з-§.уЖ §Я’§ићРNW!ОцS \мx6гˆкС”  ˆкБеGС<Ћ.XF DВ4К‹[9rЌžКЊSкСъ‰кщј7ТкdУHA‚ђ8‰Ъ™жVш?tMAћ2АИР}яƒд Ш—H2ИР‚Чm‘nЇМњкnEЩR|`Ї€хzЄ€њЛP’~™ XƒїБLS`ƒRЬ•‰їЁеЙНАuы ДзƒФМЄŸ:№,hWѕРЅ)П†taЌўЇїЏЬШџg@ ыЊЃKa)кдмM…*lтДжА’q kџЛwPš…Aв“i В+š;0%Є‰PŒŒqЌЇ"Ÿ„Yљh ЩW%Ф0ЙbŽ бК%Џсј?&ЫeА2AЖ0Y2 vмСКьщJŒ|€%Нrœ‚R:d#ш„7рYH9,TЙ$јќЧЦ)hM—79 уPгЁМ ›8<=&Nœ фюСa”5Ц)XЄ@P ?#щV0g|™%AмQя.дАЗь",!Х)аFAМЖзE 2ˆ@>hЇ`)Ш: Lф‚T"8‚ц@>vmЧQ’eq ь:dW+“`Б4ЂI-<2ЂЩx$–k юB&6‰Т“іgЎц}ЌаЋ9†ф– hЉ3žЮ €рі>Ј˜тЪнт˜ЫЌсXЎBћ§иDsmК]Ї GЄ mћ\%$ЩOВŽK ›и'kyГ—:ЇїС‘вЂ@Э/жH Ісв[%ВмћБЂЄLш‘Ž}.зX›АIС,5*gRf­`б\рФ/ЉXІэгŠѓ]v!Лk9ZџД­0UйI NR0ИY~А‰Ib ШѕXГІp()žGЎЧ2MAЧ;ИжЊ“KВЄNMAЩЇІ #V­&%жЊ)зу[!ЛП_ЄPЋФk1•zœ1ІОJ-fŒеЩИZE›5чЯвЬЛьЮTВŠЩFфижв›:d'іК’ +H“Г Ц]frй0iT§•lхюŸЋfЌž­ƒкLoH!C&З1Žщ1ШњKZБ 99›лЏЩžвЊƒкŸž|bШjє'хžѓФ‚ЖхMlІФЎi={Йl™qŽКbЪй'B w„)&ŒЩ'П#6 Ÿ`Œ™3Лац˜"…HиA[ЇHhטjЌƒбcж~ИjВп]G“U›ГgbїX8кБмЌŸовЦЊЩЎАќX(lЗWџЌл…Ѓ”‰Fл—ѓ.чСк›АkВЛbЪзWШ9yћSЕџ‰ж№n›p”1ый[>лЎViХъ“]sЗ G—лЊѓфlЕЮBŠ)aNsžчpž•Ю"…Щ>global/icons/alert-message.gifGIF89a" ГџџџџџЬ™ЬЬџЬ™f™™џffЬDDD33f"""," ѓЩIЋНш­ƒљ`(ŽŸh Xk%ШЉЂЌk#А<зw›ЏЏRТсPљ КЁЄШб •'4%ЅŽ`ЁР”hЃo8<.џE`]Г циL>­лУd8z{1 Q MЃGUTYЊ‚щRNTЮCЕраЂYUаГ€[ЏЄ d9чL‚‡аf]ы$)nЛ2ѓФЇFhщAВ0)Пmп2-j’e@жЮY…6)`zиFрѕЩ Й3&Г"Аi•НHИэ6ЖзЄ:чШЩ“Ч“УœЏ qДЖqЗO˜ц ЂАсЫˆв XЖьуDчIЪќ Ц‘y2џ(хфЩQт€Бg_ЊЧњщ“tѓDŸЮX…йщ[д˜yѓяyш!о*sд‡^lЧ5ХŸ[$$хœF˜ ф[QI˜ ) 2Ч\nsŒфЩ*YсIQѕЉ•Ÿd§FY|Щќ Џ™W\uЕ}Рi8љž'e tH5yv†щЉVj-E‡W^rн4#UфёJ:эжс/Aˆs De}&‘вb—]щC‰Ђ[“'91ˆrсqЅJF4IrД‰S€ddP1 tˆ'щ„ }ў™e ‰ ZЈO*pШЂŒкy4Кa$^ЅŒ’’Q›r" (jЅжtјЯЉЈvБ*ЋŒўƒfD;PK /Й—- m% CCglobal/icons/close-button.gifGIF89a ‘џџџџџџ!љ, ”Љ €Эœ€ЊбuЋХ2OixЫЈ;PK XДr/ 77global/icons/pg-landscape.gifGIF89a ФџџџџяяяпппЯЯЯЛЛЛЊЊЊšššŠŠŠvvvfffUUUEEE111!!!РРР!љ, @Д $ŽdižцЌlыЖъƒBъЛЩ*9DИ? ФOП6Ѕ+Ћ­€p/{/<>ЩŸЗйкШ™прс'!;PK XДr/ћaЏt——#global/icons/pg-landscape-small.gifGIF89aГџџџџяяяпппЯЯЯМММЋЋЋ‹‹‹wwwgggFFF###РРР!љ ,@DЩIЋ\ RШйr$АˆдЉЎЌхV((ƒN1Рe ‰ОР ŒЕВф2;Ьq4І"d(ЛлTwа$“pŒ;PK XДr/*34>>global/icons/pg-portrait.gifGIF89a ФџџџџяяяпппЯЯЯЛЛЛЊЊЊšššŠŠŠvvvfffUUUEEE111!!!РРР!љ, @Л $ŽdižЈјlыkћЄeьа<Ф г*–СС(И‰Чc1`Э€6Ÿѓ ЌIˆХ•šŠ ‡№!ЉuqQбЋя|RКпю*ZэtЪGiКЌšv9k|/ ,/l&6 >IvPzRwš›œmz™–t+ sЂ{w}fpЄxW=˜ƒ>БЁ/L И4y ‹†ŒВ- Ы;ЦЙXА,ДЖfЧa>‰‹•П—‚ап?PЋхЋш!;PK XДr/еЖR˜˜"global/icons/pg-portrait-small.gifGIF89aГџџџџяяяпппЯЯЯЛЛЛЊЊЊŠŠŠvvvfffEEE!!!РРР!љ ,@EЩI+] ‹…}рŠd ЂфrZЬ((C‹n_bŠnяѓ?˜ddZСˆпk22Ж ЦP pЫЁс№ $lLš#;PK Ф›ж,(NKglobal/icons/tab-new.gifGIF89aїœšœ99HЭЭкаамжжсллхрршннхххьффыяяєююѓыы№ъъяђђіёёѕыыяљљќјјћііљђђѕљљћііјѕѕїєєіќќ§ћћќјјљПРа@CoЩЪиЦЧд5:iклф%/bчшэорш,5QЅОЋќ—ДюЖТкјљћѕіј‘ВёМаєŠ­ч‘Вщ˜ЗыАМЯІЛй”АбЎУоЕШрМЭсЩзщˆšЏНФЫјњќь№ѓQ^f“žЅŸЉЏАРШ ЊЏžВК…‘–ЅЗНЊМТІЖЛ Є•–э№№]heЃЁžЊЮеЬЉЕЃОРЙšЁƒ”™‚VXIГИСХЂЬЮЎЁЃ}шшйђђцООЙНКvСОЗЕпнЗяюкюэмЧН_ЮХrєђрбПHбРPдУSЫТне™ТЎ?ЩЗNуз‹ячИћњєжЙ*кП0ћњѕгЮЙдЮЗЩЧРФТМдаШЯЫФџџџ!љs,учœ“ЃH)YЪМШАЁ@3~дЁЂЬ8ІxaƒH+WжˆA dЩŒ,ZдYЙвŒ6N8|€У.jь`&M›-ЈyгХ –^мЈiSЂC‡DЂ€Ё “:\О9$„QЦpAcH“:]Оˆ‰"ТiƒАщр˜ЄЩ”,_Њє(0‚СИх1Вф ”$<@8эр№Р8JŽ№a‚„п,8nСт&ЈиЬ0„˜WlЈ єР (\А !‚† ЎšмmвfЦXNќЗqу;PK W.Ы#Fuююglobal/icons/folder-item.png‰PNG  IHDR 0pЌxogAMAБ ќabKGDџџџ НЇ“ pHYsss9`ЉtIMEг%ІkблkIDATxœэ˜khWЧwwзЊ­иbРW(X*­A‹Ж*-Жє‹­_jiЉљPˆZhˆ‚ВHc,YlБZˆ !4~АЊ"ЉRАiŠ5Её‘Ф<ŒnД4›И3sgn?$ЛйЧьfгJС—{чžЙП9sюо?G0`ЅЧќŠФж+ЅљQ~NЦ™$sЯіTЖ+ЭPЖэ‹Š;ъыъЛŠŽД.эuЁ Уа&ЖЭПys&Йгœœ(<и4ЊЎа…ЎkHЫ~в§ЎHъ Д€˜юGя‚ ›( ”yoHп` щk0В$Œ0:‡єе­шŽЩ RŽ€Э'А@w†є šб/Цш††‘bьr”~;€4—?`Є9 ”2Ѕpbйз‚УщLшg™С@}Ž.;‚э%ЉD[yeЭ•MўЮЩдЎЋоКѓ*Jё-€н(=цwг:Z@шcШ_‡”І•Ÿ“‘L3ŒШТ{*лЩћtJфXxБвЃmŒ—FOŸЮЎU3FРNЈЋHsBсС&‘ьУЕсъЎ7ЖЊ‚ВWqn–„бз‚ˆаDщцЬ_ЪQеBZ8LМАйшСЮ(ъ%MLŒТдI§ŸЛ§AtPўM=`ЛЭbsУNЄbcЧ„юШБ”є@ЬИКк€іЦГДќўFА'!Ф:Xё^јEkтєР_t6nѓ  Ž‹л<ЖgxHK}- >;‹ћЙщ ЎяФЯгzы2ОнЬ‹= „Ѕ мчUVФ;ю/-Ємчхѓm^ЄeЏZъO2эЕOpKйE" імD “kJAБ72 …4aэfВ,(їyУNх>/ыЗzYЛйЃЄџъРћ o.йŠ’ xєї юtvrѕђљ–Цn*ЃwС@В­оьСRˆУ_yРК-^Voі8Є…ЬX€Ж† LyuNбвЛ“ємтТOW@сЋЏЧАг+s=–ЉњЗфЪ\†‰ нг -ќЄaаеt…99(уfвХю67p­БЎЋЛ› Азj БbЃG‘у&р4t=М/vv™“пŸъLwоC“/nОJ}Y[O_ €& Ж—и§ˆцЂџ№z:@џaљс*џ&Њ†~{њпрз^йЏB є˜п›ФO—вќ>?'уFJЋ УЂб€ˆГвЃmщуЧЅei­оЕjЦЈB Ї>рJs’]xАiцh WИЎ7Жf”5Tчfн№эШš&„уc!ФФа|…ъq ЊЗ”\jO`ѕзœљ‹Г"!я.]ОabŒ˜pъјЁЉ Џ>іC05xa_ў\oЄŸRJ"Ф…М’KчтF^3 =рЊи_є№ж\+–АСљЊгœ{RѕчЮ5Гп€ЇѕЇѕџs}Р’ZРё$ыu•5WŒ >P№Хл$^ œ~IENDЎB`‚PK МФ.„=z„ „ global/icons/Loading.gifGIF89aїў*)%,*&,+(-,)/.,0.*0/,10-220430541654873:95=<:/@n1Ao;LA>9@?FEBHFBKIDMLIPMFPNISQKYVMVUSYWR[YTYYYFQrLVtKVx`]UeaWca\if^nj_pk]hf`licnqvpnfuqfurkyukssuutrtttywr|zu|{x?O€>PƒGW‡K]“M]’R_…[gŠ[h]mœZmІ\nЇot†er•nw“myœy}Šu}“u}—u~˜x•arЃduЂn|Ѕ`tГdzИp| oЕkПwƒЈx p€ВrƒЙz‹Нo†Ц€{n}r€|ƒ€u„‚zˆƒuˆ„|ˆ|’Œ|…„‚ˆ†ŠƒŒˆƒˆ–‰‹’ŠŽ’ŽƒŽ‹•ƒ”’‹˜“†š”ƒ™”†œ–‡š•‰™Œ”“•“”™•˜Ÿ™—“›”›™€ŠІƒŽЎ‚В’ „Д‡”Н‘™Ў’›З–Г˜ŸДЁœŒЁ‘Ёž— žšІ ŽЉЂŽЅЁ”ЅЂœЉЄ”ЉЅ›ЌЈВ­ИБŸЅЅЂЈІЁЋЉЄЎЎЋЄЇБЇЊВЅЉЕЃЉКЇЌКВЎЄГАЇЖА ДАІДВ­КДЃЙЖЊПИЅОИЈОЙ­ГВБВЕЛЛЙДПНКННП‚”ЪŽ›Р‹›Ъ•ЁФšЄУŸЈФ­ГФБЕСЕИРЙМХППРТЛЈСМЏХПЊХПЎШПЈУОБСОДФПБСПИЦРЏЪСЉЪТЎЯЦЎЦСДХТКЫХГЩХЙЪЦМЮЩЙЯЪОаШБгЫЖдЬЗаЩИбЬОдЭИжаМивПРРРЧХТЦХФЩЧФЮЫХЭЬЬаЭФаЮЩгаЦжбСжвЧевЬйвРкдТкдХмжФкжЩоиЧоиЩнйЭзеайзанквмлиркЫрлЬтнЮуобройфргцтжхткщцлышошчрэъуыъшёючёюшѓёыіѕёјїѓњљіќќћ!џ NETSCAPE2.0!љ ў,ў§ є7ыU *Tќ :5А!Ќ-ЎўPЃІЉЯB kЕZu­Qьд…CхФЪРWЋкСƒG@ЊvъО5"ШŸЌ-зрхqрtэЦEеуЋWяJa8‡`Јy№œхbЦ„ZяRPвЗUОz№иДx†Чˆkяœг‡jпWxЛ0уФ# 6vасЫї•WЛ^–qвх”КцеЋwK;8”йˆPИRЦV–B0GТŠ,йDФиЗqыЖ) рe‘`ђз 4hпО*`”2`$šTѕdJ/fЯžЭ LR ЊжтуcЭ$\Жj$ $zC™Ў йсЧ‘K !љ ў, …§ Œe”??&|зЂ…Т‡Мо4 ъЁ@4а, АнУNв%J`СрКoў–lфЯF{Х§b&;іє)Є№@З{ п SАд;ѓєШx"ЁКvўxm(@Ч_C•$ч Р1fXєGgƒ†„щ{…ВБ йc1 !љ ў, …§ єGZš> |7ŒТ„06ˆ ъс› ‰%8pцЁ?wљ0 8€C7Lќ‰˜DА Њxўж}{&9ћі T7S КyјЪѓw‹ТРwC§aѓ'jП q0 @œТ%e 8Pч.Т2РСЪ€),V@в2oрВх1 !љ ў, x§ ЈI ЁйЉ;TЁ?N.*`xS€B4ђdгƒР@„Ьщ3х/‚:пќ-Й!АŸЉJ“ѓЧЬпМ{ЪЫщœЗи mTŽ].!HряЭКœu`ю# eсш €7ЧЬyіŒчРIf!љ ў, z§ 8АСƒсP,•CУъЬјЦпžsЩrtрF Жіr 8P з2&ѓш МffC ўžИn˜?fЯн›IАB“ДС[šР^h‘Ь_1 СКPŒИqў(Ь&P›HjЈУU ’^8yњ !љ ў, § фCУЅТ!(”ƒ<жˆЁaр)”ђъХѓЇЏ"ШY"ŸР|m РЁ?zљј ь–ЂЉg)@SOр<ХЖ1QJ?]њ;4Р_0ЂжБлm™@0‡YxД-™?Ž\BƒvˆC )s9EЉл€!љ ў, ~§ єwL -ќ}k6PрМlўВi;уM4P §хˆož1ݘ1XO ?Œ№B /еrB0РРЂX0mрЃ†оI0€ОфљcgЌaИaЖСƒїЮп8Ьћ6#Єuлќ§zІ,Ѓ?8Vz$l`@!љ ў, s§ є'ЯW08 \шяНsиа(УАЂПc "-фЕšРz9‰™С Бtи'аЬ€V˜9"A“О[ `‡CЇдс8ƒЦХМyўъ40Дn У=cш †?FрШ…ѓfбп G-S60 !љ ў, w§ 8я]†ЅТ!Ш№^Нcoаaш/™ž=§yZцO &Ьч ›ЯќYЅЁ‚t5дaРŒЖvо8H$U'FqшRЛNѕфЕ30 @Y@ЧpЦ EК~“aвЖŒqH№ 3†!љ ў, ~§ 8опš ЌвQ#JцюЭCг€Э@o,X`ЩпНќ-ЁѕюрSу \СLр;hќuєзв0ЯВ#€nO%g АЁАl`ˆFѓTњ33р@ev2Њ n  ,КCУ#uўDСqCцЫEudxѓvж_@!љ ў, |§љ;гЉ?yђкm(pЫ54€шV^†: §НУVA|ј6ХŒ‰РeŒXO ŠŒмЅШ#№XЙ]˜1LаЭ\6fdєRёC%-§u(№хDЦG–+0@ƒ$aot ЗN”‚тDЪшЏиЗoCa!0 !љ ў, §љ+УI СƒэHa-о;uс2А`:yэBmXЪA9rcрi™?Ъ8Аg№ŒПgўœK•Hр+y№!oўFЧ\шыыW[Яž§лЛoПЙ‹?žЯ IРыЭK(.7tW•—ёZŒONЂѓбП дй sb"ќС Ь(лК™$,в§oЪЎмƒЏkk1нбЃСЋC+*Fuн‹˜œšљ€ЎЎЎЉЁОž?элЗЏ‰Иу тLЩЎЎКю…d‹SsГ№ЬyрЉ ™аЧЧУЫp !ЁЌ Х›6@aUˆ0HЯ%ИЖ 0зе…ЪьlXI `ЈМ–Еыріzeeєѕ љdгсіянDьvЁ‚BO”ЏКzl7TW–‰ђŸ˜&GBаvR­Б1(qq„‚Алэˆ/-Aоњ'Ё˜Ь=Ф$ё—оыє є:EВт cWTпЊщЉ$­Lœ†{яE$=ЎрЂьQя5 Q#sŽГьhoћЪџњіКчH`ПrфгЎe7,ЭPљŽжЈŽЇВ@B„…СGмПоƒqnN* 1WДPXz/јшЙћw@Ѓќб"‹ђKh#ЂћаAЛ^{i М­8ќIпВeз— А E7;…i"žz ЫАfХ (|Ц% .HœkoG #Ѕ7БOXdWШDX—e/hm9чЎпГуI`яўЫ–зЌД˜ВdЂрŠЬ…(Иі-[ъЕЁККIL4ˆБФ:ѓ@‘$f™?-œШЭУu›ЗФHhБfЅr„‡1`DooЮ4юњ№пћwШМЖ{яЫ55еыrВ3Щ4,'оЂч~6™Mй.ЁІЊ Щ\(CO wоI:їМ‰0ЛЄF3 Я™‹ЁфчЃrЫгrvH8'мŸ”ПЗЗ'ŽћКЉёиn™„/nузЅe%—,)F6ФpГs€…Цдх`В>c”эп8;)Ъ Ў]з№0 є;сz[ѓнЛокŠЎЊ˜š‹НоЬХi_ NraLz4$џ2БЂ) ЉiЫ!uaRГсаоŸЮ™‚шЪpЙ‡Ёпс„ЮЯЎqьx};К*gЊ/tyfX4с  Х'жŽБ"œQщ№$,в~2ЃE€iрАjIі; XRДЕ]b*Њ[:32Ќ‹T*zшьIЂ&!+ˆЯш 3ІОП!В y@bН€у"c`2vЛkР-Эg=‡K‹їS€*lГX­?Lды#ЂtжSœ6+aшьЇ|%s рР__BS ТДzРgӘџ~,@G_7иЊ?ЙzБўdК:Ь—V=c2ІTчY­F r™,СВt9Rb s@NіŠ@ЩЎ—cˆ гћ>#-™ˆ іУk—|ЭЖэьь<†ЎЮ—К~RnЭXД&!!4j( СВвŠg<іШЪРžЂШ^@лqH˜Šnга•я‚оюЮPmUХХŽЋOЂpИ”НљопsSŒё'RЭщ]М4 ЕJ2,С0т~н1бV<ў0ІeСюїж‹›Qd?  =™9)МЌ~G_OИОцhGsCmY~Є`'tгVМzѕjэoЖэ^c0›ї›RгєёЁеj(„B!Ї5СDЇ/^y_[щ™OCŠ9о}ћlЯЁиŽФMШ=2‚лё0ŠЛСщшзŸЉКй|юt=~Z‹FFgl/@\h0ячПкўDƒЁШb]˜N дj5(•Jjry$жПД ,Аі;п†e9J*Т™‚AnВ’™л{ЛјsЖу7Z›Ю^@џЂCГпГ’K„афШчЅ§rqfюЗ“j†ШhqJc§nшю‡UO? YфЌ@ЊwН! ћа nvmЂё\Э•›з/_gн$Юt€ Єg~1‰61[ўтел-оIENDЎB`‚PK .Й—-5Ÿ’€) ) global/icons/Question.png‰PNG  IHDR szzє№IDATxкЕ— T”зЧџпьр20Œ р‚š…$nQLъ—4jд69mƒII›увЦ*БIczNЊ1‰mMФ­Zkх`LЅFСŠЂˆ ˆ@d†m€afэ}дTMЮIќЮЙчЭ я{џп]о}!//z’““…Гзlc~яТR‰tp@‚ˆ€jŸЯ'ИннN—гeыьъЊt8ЛJМoюЋѓ; шДЖ пђїаЧѕ—:kuЪ” ­ћєCЊ ?Ax9‹DAиlИyЃТ~ЋъъkЛ7Џ;)Bј8€6ъ‘ŒсБ! ”$fwњбх№C.•rqАrљ28˜ёЯЮУ Я'у'sFƒж&РщtcТјСƒ`ЈЕaиКe5ТТC9€‡Rсёјсp:yM444 фтй’mџА˜.‘v‡pЂИіISTи™с Ikw€ђц%Q H Ѓ”Рk …тkݘјьЌZ1‘=g;Ѕhв„dД940šёў{oP-Dђ‚dЉ`Ѓ›&ЖЗwPёкPkЉ ф]w8sћN‚И!фžЗЄ•ЊRH`kё"pqЙь6@YY96ЇgсХžУЬ)#@Ямd2їcщ’З0єб)H5iЫц!@Љут,^J8\.Jƒ ѕЕЕ(<}МdџЎг @ШЛ`-‘•РЊМНн ™ш§r@_СкiУ'ьл—п.MƒСќfЮNСј1 5Т|л{1^/E  ѕuЕИRRдЖ§уwWвR‡„ьsЗ:тMZ/Mtw{z„eвОШ%=;“ьмЖ+вўsќxLѕ2F?Ї’и№s€;SРЃ@Ѓ­Й uжZT|]ъљtнђ5ДT†pфLeч 8Г6рgЁbЌјФ Q*Šгз>€ТТBЬšё"LƒЧ‘чЏ`тИ!xdЄ™яџЛюˆлЌыj­ РОaх&ZjyфRE\\ь`ЕZIэЮЧНgiш5)л L\ТЛ0оH}йyЅ˜<у˜;{їоыыт>__/№xzFWЗ‹…jРŠKE'эŸяоД•ьШЬћЛ96іgaz}(їњ6„”м–Hю}/РѓгgСжІРЈЄg№бк_Г†(јoƒˆшAš(џuT€жš*фљтђЙќЏівRŸ ›všl4D1D$:­ ЙМB"сл‘0„>€UЋVутц/˜‡sЦˆэW'a__*z~c-™‰76дсZщyGQоПVTTdбRЧй’!З}‘7xZhh(Д5TJ%‡HzX+О€-ZU] гњ;№‰>Пяv4Шш˜FUО­БЗЊ*ќ9‡2Я•]>ї-УЎА%хя|ј‘Q†рУЂc"B‚C ЅHhдjШЉќ„ єœЂ>ŽЪТюПэBвh:„–,т'Ѕ‹ћЙї ˆ…žyЮ Џ…ЊпZSШЯ>XVT“ЫЖыд ›y+ž4i’юїЋ>™Не8РЄ&NЫ!”JЏ Ёз}zЦ'„D‰ Н‰Ј4 O ?gИщjniЁуИ‰Ф›Qk­ ф?T^tъX>НžCЦЦкОГ€hЃЁп’kž ‹ˆи`ŽУ 4 r*n E‹ШТŸП Ї7у&LХќЙcЬ…§фЙЫэцсf' ѓмrЋв{*яЫkХ…'ЯЦЩN‘Yю: й#BшSRR§LП‹O954,\Љбj9€œЇŒCtv9PRRaУcŽK`епHЇ^#…НБЁ7О.э:{*ћbљ• DЏ EЯћnGw]HDйР—R—–K№SѓР„Є№CRЅr1Ќ.ШДZєЁсЇ рp8`ЕZЈтkpёьЩ–Ђќь‚ъъђKЂx ™э›WГ{о „КBЩbШІЯ~y,EbTpˆоЈг‡ЈдZ•ZЇ“ўЈТd2 l'xЈзЗиэМгUпЌd§sЫ‰ђkХybЮЏ’ЕБœчK)APяƒ‚еY8™A4і9ˆEjЯ—ч—GG›eьuSю›yГБЂьъ%з– ogаœ§,чЄaЧ}слЎхwЄFХnndj2!хІнG3Ђcb‡Љд*žаP_‡Ћ—‹;7НЗ…ць/ояpП'ПЄсЭpƒёЃ к1rЙ’ЎчN~мVU–y6№ц'4e­_ќ 5ОE&bх;Г ЦшбZ]0/PЖѕj-еœУлKЮфЄгД їЪ§ |%mу№…|o„1fЈFЃу–њ: ŽgeчлПšОоыџ@„JMMMtШ"зcт“ЕК‰‡юХ…Й•џйїзЗiJ.i4>4€^тІЯ{}ЎОП1%"Ънбоъ>z:ѓšгЇ’Цѕ‡ BА]ТЖщ№ЇЇП4MfœьhГччќ{ЧgєлхћеС Bєvв(є41жG˜ї•Єу~шпa=ƒѕ‹nВЎћEрЭхЮТЮtIENDЎB`‚PK /Й—-а™7CЛЛglobal/icons/Warning.png‰PNG  IHDR szzє‚IDATxкЕW}PTeџн]Bи•хcн]vљ) kDћАOŠœ!Mkпysц}ЇymощЭаІВд2*5G'iЄДFШ’D№#eKЂ^Г‚pJќ B…EФнНћuяюоЛЗsз‘2$сЬœ§у<Я=чw~Я9чy–ЉЎЎЦHeђ-‹aaЏ:XNqђЗž-Яйљ™эф‹Љ/fЄnIЏx"nBь—ЪАЦХvЁГг&э§КyнђхеEД|†ќљЧ @VV•ТaѓŽMО>{ё,l67зuѕ™ї~Й`з.дПо1psъюk К­aс:&(А№8Y8є]єJЅлЫзН_Л†Ж5’OпЈШЪz;Ьй7­)J›œH9;DA„Ых…ЫЭсШБsьŽн- їь9ЙŸ|іŒ:€›SОxNk˜PЁEач€рЛ”$яѓˆ иЖНБ2}§J2ŸИVЎ €ЩДgœAЃhв''A!И‚Rh-(I!œ. НюђoЌ/–”ќКќv€tSйb}’!_9."яРОяЌXДє”zхп†Љ“!6ЛeЛN~Пі§К<њЌ|{Ў@FЬfuЄ.ІMcL6аЁУO…їШ“UhыŽFœ!9kАцnї%ššњИђџŸ~ЅИјDљюК~ %y:SќJed DЗоЬGР-$"5у.ЄЇ*АaY/ќў№Рnч№…йђгЊuЕoвчЧ†caH‰у?еътЧЗF“c!рgYа‘уў9‡аы6"§ж{ ƒѕ‹ЛШ.…X;ЂЅецлYйЖЄИИЉœмœЃтпЁћ|­.йАTЉŠ†рАC ,eЩљзQДŸзarцУИѓ6 ЫчЗ‡ь§,8x”яЕ|чНКed>J1м#`Œ*2šєšfЕ)) дrМУ‰Pњ$џ\а€у–Xм1mВюфБш!{ˆGЩЁЭъ”WЖО^XмlІЅгƒБ0(€4эц †dгBЅ* лйЫђпЅMЈ9ІС”Лgbж§vќgцйў5@ c№‚ey˜Пi?’ЗІю52зSз5HбNŒ‹UŸŸ˜/žuбь“њз_]mAE Sю™…y3ЮсЉ‡ў4јhлe:Ю8…Rsѓл[J-;cсЊnŠ)њЬ8)a>ЉF яЪьeYЕЁ%•сШœ>џ{т4ВЇ^Мb= Ё;‚uњPЙПЃaйъњ—Щ\GБœУH‹ў(#:ZѓЋ*1!\ЂсТ;vб‡ХgБqЇSя}ЏЭkСДtіŠuЙ<^ŽК‚Gg—KмљUлЛ›Ж6oЃ%ы_Y@Гi‡aЂёiE„ О>Эa€­цЌо,сЎчbХ3'pЃi`‘ tQЩС:y|[uцд’Uѕ/‘љХcО~ŠС ­S™LaAЪœs^Н{~<фФТЕ"fЯЭХ›swCЃј‘+ЦыНT нч=СmfыКЂвцЯШмN1…ЋHSoЌˆOI˜Э„G€яЛtн^M<о цхЉАdё3xаT„СD/_з>|WгеіђŠњEd>H1LW0]ЇўYe4*‚ЌЕвхОџЛbус–YшѕHЅfkAa™EFlЙЬB?€єШ0LJЬf”сЁьeєЃ!Ђ(зБртёSmOgю[ѕЙdў™ткћЄ2љйqњ˜яеF# ‰Чг<J[нX]xo=? zХ,pœ:‚CO'•˜­›6•Y6’Й•bB2" ъSЇ3Œо‹Хрf>зˆ–ѓБаФЅрб{TШ_РЙ_$ђЋЩIЕp ўBї‚М ђжЦXЋfЭбbОRщу){8wXZsrЛaѓЇсБйOc’юžНЏbиo8ЊљІМ`уЅВŠЮ-K,d>Хœ­yМж˜št7%<ЖсГ—Ѕі7 W& {FцfVc.ЪяBg5–"ЧсX“У?џ#ђƒХЬќXќРё"ВEzdЪЭыkМaX%8œь­ъю)икў ™Ж3…+юШ(TЋ•ЗвхX‚hДИПОpрhЋ{?™і1єEšN:4‰єШџЛЦFфќфЙнAz”ДE$7q$iЉš4l IEž€ђ%#псќˆџЖќІљ–oŒzIENDЎB`‚PK hiN/днОv55global/icons/Minimize.gifGIF89a €џџџ!љ,  ŒЉЫэŸ€œhRS;PK hiN/юЦЯќ==global/icons/Restore.gifGIF89a €џџџ!љ, L€ vŠМиinКЗ"Фr§m•Q;PK hiN/py};;global/icons/Close.gifGIF89a €џџџ!љ, Œ€kЫ”{pžšЄЅ˜{й0;PK ГX$0global/checkbox/PK Т“+яЗ кqq"global/checkbox/cbox-check-act.gifGIF89a Ђ000DDDUUU™™™www!љ, 6xКЌfGШ9‰‹$ыЌ„ѕЇИ)СёDЃjiѓ;ФŒzї ТЏLO– q„rЙФ5ž;PK `-q— <<"global/checkbox/cbox-check-dis.gifGIF89a€џРРР€€€!љ,@ „Љ˜|"[ TP;J2[Ї+;PK `-O.к66global/checkbox/cbox-check.gifGIF89a€џРРР!љ,@ „Љ˜|"[ TP;;PK У“+˜ЅН*ddglobal/checkbox/cbox.gifGIF89a Ђˆˆˆџџџнннџџџ!љ, )(КЌD"Ш9‡xqш­С…ЧyX(v_v$ИВЉyЖъП4 ьќž6РG;PK Т“+7ю ‰ddglobal/checkbox/cbox-act.gifGIF89a ЂUUU™™™wwwџџџ!љ, )(КЌDШ9‡xqш­У…ЧyX(v_v$ИВЉyЖъП4ьќž6РG;PK У“+eК,LLglobal/checkbox/cbox-dis.gifGIF89a ‘ˆˆˆнннџџџ!љ, „&сСjАJVэЬqswQ_јоxrd&юR;PK ГX$0 global/radio/PK d-БNњ..global/radio/radio-check.gifGIF89a€џџџ!љ, `Ї—Q;PK Ы“+3О“з‘‘ global/radio/radio-check-act.gifGIF89a Г ˆˆˆЛЛЛwwwUUUЊЊЊ"""DDDfff™™™!љ , >PIUо+sVУљгм0Є№)1X– ”ЪВbЄыќд–qштт"АТСФ:$ v œbBчurKe";PK d-ЈJь.. global/radio/radio-check-dis.gifGIF89a€€€€џџџ!љ, `Ї—Q;PK Ы“+Вош0””global/radio/radio.gifGIF89a Г UUUюююDDDˆˆˆЊЊЊЛЛЛнннџџџ!љ , A0Щ$оs>`zЉZaGi Ф‘G5–Ў7T§Тњф5%(Д<ТУA*o’Ч @}Ђ4€і–ЪP,˜I;PK Ы“+чА0““global/radio/radio-act.gifGIF89a Г ЛЛЛЊЊЊ"""UUUˆˆˆDDDwww™™™fff!љ , @PI%оsжТљгм0 Єё)O!–†QPъˆДqЉLЖUА5лсђл /С,x8’B‹зNАІs€рR™;PK Ы“+tЏ$8NNglobal/radio/radio-dis.gifGIF89a ‘ЊЊЊˆˆˆннн!љ, œw)/Rƒ4šPсТYѓ}Z"Е `ŠˆгОF;PK ГX$0 global/menu/PK Ц“+хGЊU88global/menu/menu-arrow-hov.gifGIF89a €џџџџџџ!љ, D~`ЈН ‘єЕЄ˜{ш;PK Ц“+ApW88global/menu/menu-arrow-dis.gifGIF89a €wwwџџџ!љ, D~`ЈН ‘єЕЄ˜{ш;PK Ц“+NfHЛ88global/menu/menu-arrow.gifGIF89a €џџџ!љ, D~`ЈН ‘єЕЄ˜{ш;PK vI-;"J7ffglobal/menu/menu-check.gifGIF89a ГНННџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ!љ, 0ШIkіт;—ŸЗibUZcFE;PK Ц“+T,•||global/menu/menu-check-dis.gifGIF89aГКККŸŸŸССС‹‹‹„„„жжжШШШwww™™™џџџ!љ ,)0ЩIЋН8ыMр‰q œH^ ‰C6†HrмѓFљV 4pHF;PK Ч“+‹: В||global/menu/menu-check-hov.gifGIF89aГwwЛiiД­­жжжъууёККм@@Ÿ[[­џџџџџџ!љ ,)0ЩIЋН8ырЩœH^ ‰C6 ‡HYмѓF љf4pHF;PK ЂvI-Їlц0ccglobal/menu/menu-radio.gifGIF89a ГџџџџџЬџџџ!љ, pШIЋ ИтMwž^ }ViE;PK Ш“+˜ћOt>>global/menu/menu-radio-hov.gifGIF89a€џџџџџџ!љ,ŒЉЫэ˜pкgЉЫ ъ†тH2;PK 1Й—-&;пršš#global/menu/Menu-arrow-disabled.png‰PNG  IHDR/eьаtIMEв 9 ЙA] pHYs  вн~ќgAMAБ ќa)IDATxкcXА`С$Р"™` ˜ #V-0РШ„Ьa@7aiЇЄУлIENDЎB`‚PK 1Й—-х$ј—— global/menu/Menu-arrow-hover.png‰PNG  IHDR/eьаtIMEв : e$ pHYs  вн~ќgAMAБ ќa&IDATxкcј H€ D 2С0AFЌZ`€˜9 ш‚И\ўЯIENDЎB`‚PK 2Й—-жYy~––global/menu/Menu-arrow.png‰PNG  IHDR/eьаtIMEв 1EqО pHYs  вн~ќgAMAБ ќa%IDATxкc```јЯ€˜ єtИ #.-0Рˆ,РШ€n hМЎmПIENDЎB`‚PK vI-;"J7ff#global/menu/menu-check-disabled.gifGIF89a ГНННџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ!љ, 0ШIkіт;—ŸЗibUZcFE;PK ~I-2ёЭ=99 global/menu/menu-check-hover.gifGIF89a €џџџџџџ!љ, Œ Ы{€4S>gSVЗЁ;PK ЂvI-Їlц0cc#global/menu/menu-radio-disabled.gifGIF89a ГџџџџџЬџџџ!љ, pШIЋ ИтMwž^ }ViE;PK ~I-|А"*cc global/menu/menu-radio-hover.gifGIF89a ГџџџџџЬџџџ!љ, pШIЋИтMwž }ViE;PK ГX$0global/menulist/PK Ш“+ˆіШ#44&global/menulist/menulist-arrow-act.gifGIF89a€џџџџџџ!љ, L`ИŸкRШд;PK Щ“+ЃAOм44"global/menulist/menulist-arrow.gifGIF89a€џџџ!љ, L`ИŸкRШд;PK Щ“+є^Wт44&global/menulist/menulist-arrow-dis.gifGIF89a€ˆˆˆџџџ!љ, L`ИŸкRШд;PK ГX$0global/progressmeter/PK ‘ -{=›?™™+global/progressmeter/progressmeter-busy.gifGIF89a ‘1cœ!џ NETSCAPE2.0!љ , n0Ш)…Н–RЬѕф—W™H bpЂ&™ЎЏлЪогš=ƒwЗћ5\Nј!yПPГT&KAф“V™г”ЪИ•^CЎю оˆЧaЋљь]Зjx|єІзЛs|Ц’ЉMPY‚€n~„Š‹ˆeƒ(!љ , tP„IЇИјжšћІіYЁ6–в‰ŽСЊ–ЌћЁщ Пa|лћ&ѓ\†еъqŒЧœPЄS‡Эр“Й4M­зš тНПЄs;KЩg34MwЫo8IўЅ‡уюy^ПFї§T€X‚Zjƒ†…x„m‹ˆ‡Š‘uU!љ , qPˆ@+•[›ћЎіЁј•гˆІg9’шЋsЪѕ–ы.}у?›8f^А OЙ,6DЈб4•DЉO,hЗevН—^еъsrИapR^›ПвЌ6§Ізнs{О'‘m|beqr,ˆ€„gj}‰lŒp!љ , rPШ@+•[›ћЎіЁј•ТHЂ*;Ђщ[Жю9г!ющoк9YPИ=bRљум˜hLъk‚žXuš­u‡_АS|ХŽgtY}ёІ­mѓz‰„ЏШsЛћ­ї§\|‚[*wl‡taŠy‹z{qˆZTL!љ , sPHЊ­3гkuцЗЂbт”#WЊ,œЪ­ЉыLъ{}ОЖЯч"†|CdQЙМ%Oay„6­р[•^НY#JœЃŽЭeюYwны Nћ5хQ|оОеїљu-w€ƒ{‚aht†…oŽq~‰l1‡A!љ , oPHЊ­3‹{uц–G8‚&YІ$лŠЊ‹ТЏЇЎv­нrGыр„їує|ЙYRЙh”ЄVEфR{хvCYp3ЦmХMыS=eЧЪц/љŒ–Чзn(‘~?хџ€^~X|&m‚‡uvGs…e†oŽ!љ , tPШЊ­3‹{uц–'˜И‘&YzjкŠ/kѓWS(|Ймг?[r yE#Gйa†tIшRкЄ>}Sы ХVЙYяќ%…]t™˜fЏ‘mјћtЄ‡еѓ§ю>ї§r€{yuƒ[x‡ˆN‰‹ZŒ‘b†‘!љ , sPШ)‚Н–RŒѕц™WЁGтHІ'лŠЏkѓЗТЗœгЛ К?\oRѓu„œ”*‰<6/@цГФ NQWeQВхНVД6BЏXБ“<6Sнoтwй–—эwp]ПЇŸеkpZs]~q|€‡†iŠ‚Qx’“‰!љ , nPШ)ƒН–RЬѕф—W™HЂpЂ&™ЎЏлЪогš=ƒwЗћ5\Nј!yПPГT&KAф“V™г”ЪИ•^CЎю оˆЧaЋљь]Зjx|єІзЛs|Ц’ЉMPY‚€n~„Š‹ˆeƒ(!љ , t0ˆIgИјжšћІіYЁ6–в‰ŽТЊ–ЌћЁщ Пa|лћ&ѓ\†еъqŒЧœPЄS‡Эр“Й4M­зš тНПЄs;KЩg34MwЫo8IўЅ‡уюy^ПFї§T€X‚Zjƒ†…x„m‹ˆ‡Š‘uU!љ , q0A+•[›ћЎі Ёј•гˆІg9’шЋsЪѕ–ы.}у?›8f^А OЙ,6DЈб4•DЉO,hЗevН—^еъsrИapR^›ПвЌ6§Ізнs{О'‘m|beqr,ˆ€„gj}‰lŒp!љ , r0HA+•[›ћЎі Ёј•СHЂ*;Ђщ[Жю9г!ющoк9YPИ=bRљум˜hLъk‚žXuš­u‡_АS|ХŽgtY}ёІ­mѓz‰„ЏШsЛћ­ї§\|‚[*wl‡taŠy‹z{qˆZTL!љ , s0Ш Њ­3гkuцЗЂbт)”#WЊ,œЪ­ЉыLъ{}ОЖЯч"†|CdQЙМ%Oay„6­р[•^НY#JœЃŽЭeюYwны Nћ5хQ|оОеїљu-w€ƒ{‚aht†…oŽq~‰l1‡A!љ , o0H)Њ­3‡{uц–G‚8‚&YІ$лŠЊ‹ТЏЇЎv­нrGыр„їує|ЙYRЙh”ЄVEфR{хvCYp3ЦmХMыS=eЧЪц/љŒ–Чзn(‘~?хџ€^~X|&m‚‡uvGs…e†oŽ!љ , t0Ш)Њ­3‡{uц–'˜И‘&YzjкŠ/kѓWS(|Ймг?[r yE#Gйa†tIшRкЄ>}Sы ХVЙYяќ%…]t™˜fЏ‘mјћtЄ‡еѓ§ю>ї§r€{yuƒ[x‡ˆN‰‹ZŒ‘b†‘!љ , s0Ш„Н–RŒѕц™WЁG тHІ'лŠЏkѓЗТЗœгЛ К?\oRѓu„œ”*‰<6/@цГФ NQWeQВхНVД6BЏXБ“<6Sнoтwй–—эwp]ПЇŸеkpZs]~q|€‡†iŠ‚Qx’“‰;PK Ъ“+gм!BB*global/progressmeter/progressmeter-bar.gifGIF89a ЂюююUЬЬџ33™™™џffЬ!љ, 8EBe„;PK ГX$0global/scrollbar/PK Ё8“+ˆЌšы::global/scrollbar/slider-vrt.gifGIF89aЂwwwЛЛЛˆˆˆЬЬЬЊЊЊ,X дўa”;PK  8“+ЉVУБ::global/scrollbar/slider-hrz.gifGIF89aЂwwwЛЛЛˆˆˆЬЬЬЊЊЊ,X дўa”;PK X3“+:‰ЬА}}"global/scrollbar/thumb-hrz-act.png‰PNG  IHDR ЙЗ7йgAMAймВк4IDATxœbјџџ?Љ˜d шšn БjZЦРРА =Њ Ÿ&˜$.šj‘K4џџuЯЃА@ўhIENDЎB`‚PK X3“+^њmiyy"global/scrollbar/thumb-vrt-act.png‰PNG  IHDR )BgAMAймВк0IDATxœbјџџ?)˜$Хшnё2Л @А Е\hгDaџџЎЃАˆЉ-фIENDЎB`‚PK Ь“+K]/x22global/scrollbar/btn-rit.gifGIF89a€џџџ!љ, DiьО” ;PK Ь“+щ$И„11global/scrollbar/btn-up.gifGIF89a€џџџ!љ,ŒІˆЫ§^;PK Ь“+Э H‹22global/scrollbar/btn-lft.gifGIF89a€џџџ!љ, ŒqЫ­›L;PK X3“+вКXЦ}}global/scrollbar/thumb-hrz.png‰PNG  IHDR ЙЗ7йgAMAймВк4IDATxœbјџџ?Љ˜d шšn БjЊ766ЎЧCjТЇ‰&‰‹ІZфџџ#љЌ€дœ3IENDЎB`‚PK X3“+y–xxglobal/scrollbar/thumb-vrt.png‰PNG  IHDR )BgAMAймВк/IDATxœbјџџ?)˜$Хшnq=Œн ЈЧ…Gm зкЧ4Qџџ•-›Ф.ф­]IENDЎB`‚PK Ь“+З§+Š11global/scrollbar/btn-dn.gifGIF89a€џџџ!љ,„oz Y(;PK ГX$0global/scrollbar/slider/PK .s-i-C,,global/scrollbar/slider/gifGIF89a€џџџРРР!љ,D;PK ГX$0global/tabbox/PK Љx6,Ѕ‘…{{*global/tabbox/tab-unselect-active-left.gifGIF89a Ђ"""UUUDDDџџџЬЬЬfffџџџ!љ, @xК мE<„Г^3c0\Г†‹I.еw2ъЊФh{Ъ4šSу=їЏCŽcЛ‘†$вА,8ŸаaJ­иЌv;PK Ю“+žФ–v33)global/tabbox/tab-border-bot-left-cap.gifGIF89a‘ннн™™™!љ,„;PK Ю“+Я-IЩ,,*global/tabbox/tab-border-bot-right-cap.gifGIF89a€ЬЬЬ!љ, P;PK Я“+и› _11 global/tabbox/tab-border-top.gifGIF89a‘џџџЬЬЬ!љ,„R;PK Я“+ЮUЯ,,)global/tabbox/tab-border-top-left-cap.gifGIF89a€ЬЬЬ!љ,ŒP;PK Я“+ž|Ј‰33*global/tabbox/tab-border-top-right-cap.gifGIF89a‘ннн™™™!љ,” !;PK Њx6,CљЁCyy!global/tabbox/tab-select-left.gifGIF89a ЂЛЛЛ"""ЬЬЬџџџюююџџџ!љ, >hКм<Р ГRцЙEз\ј|ЅИ Ёjh­ЫЖЬlRdЌкЗС‹0т'"ОrКQ JШфВ0$[Љk;PK Њx6,–ѓњE55#global/tabbox/tab-select-middle.gifGIF89a‘џџџЬЬЬююю!љ,„2ЉЫ=;PK Њx6,ЇЮїљ››"global/tabbox/tab-select-right.gifGIF89a Г """DDDЛЛЛˆˆˆнннџџџЬЬЬюююџџџ!љ , H№НDЋ5BZ[ г– Є"‰|ЁЅ"&ъЊьіжГч$NН+ЏtЊƒ­Ѓя+Ž”Т'ЧlЂЊ5ЌАк|pM^l†‹0ШˆB;PK Њx6,Rd\й‘‘%global/tabbox/tab-sm-bot-sel-left.gifGIF89a Г юююЛЛЛˆˆˆ"""нннDDDЬЬЬџџџџџџ!љ , >ШIЋяN2„цоЅЪЖKu;r‡[ю†€ф/$–UсC}F;PK Њx6,§У@љ44$global/tabbox/tab-sm-bot-sel-mid.gifGIF89a‘юююЬЬЬџџџ!љ,„‰#Q;PK Њx6,~ёzz&global/tabbox/tab-sm-bot-sel-right.gifGIF89a Ђююю"""џџџЬЬЬЛЛЛџџџ!љ, ?К<ќ€@vц(!XЌп Чa@_8zмЙ”ЂЊА† \Yм€­KБ їЋp†ыйf˜œэgьŒ1‚zЈAcМk/;PK Њx6,%h””,global/tabbox/tab-sm-bot-unsel-acti-left.gifGIF89a Г fffЬЬЬџџџ333DDDwwwˆˆˆUUUџџџ!љ , ApШI‡И8‹ЧЛDŒ$–hђ(Љэ˜„l›Мё§Рі\дЅ.uЃu<—аЈю‚B0Šl.2ъ аъB^g;PK Њx6,\ЌiNCC+global/tabbox/tab-sm-bot-unsel-acti-mid.gifGIF89aЂfffџџџDDDUUUЬЬЬ!љ,(uаўq;PK Њx6,"„юйyy-global/tabbox/tab-sm-bot-unsel-acti-right.gifGIF89a ЂfffDDDUUUЬЬЬџџџ"""џџџ!љ, >XК\є0’@Ћ ы<„й[ї@d)œЉˆ‚цё†ЋLК3WлД!чБ_я7 u>ЂюDDu<ЭУ3й\Q›зh;PK Њx6,зЛЦœtt'global/tabbox/tab-sm-bot-unsel-left.gifGIF89a ЂЬЬЬџџџ™™™333fffџџџ!љ, 9(К,№0‚CЋ=ЄШ˜74Чр шнYЊЁš™‘!З’ŒjЕMіл+^їЮ`FAl ’ГT—;PK Њx6,[›вќ66&global/tabbox/tab-sm-bot-unsel-mid.gifGIF89a‘ЬЬЬџџџннн!љ,`ЩЭs ;PK Ћx6,>ёцxx(global/tabbox/tab-sm-bot-unsel-right.gifGIF89a ЂЬЬЬнннџџџ"""ЊЊЊџџџ!љ, =8К<№0‚CЋ=ŠBђл]&L†7ЅШЅбiА ыьОјТ7Ўе>@/8"ь|Cœ@w4Œ€ЧТСи|QЋЏ;PK Ю“+ц,Œ11 global/tabbox/tab-border-bot.gifGIF89a‘џџџЬЬЬ!љ,DT;PK Њx6,:bщICC,global/tabbox/tab-unselect-active-middle.gifGIF89aЂDDDUUUџџџЬЬЬfff!љ,xеў№!;PK Њx6,ˆч88œœ+global/tabbox/tab-unselect-active-right.gifGIF89a Г UUUˆˆˆDDDwww333џџџЬЬЬfffџџџ!љ , I№НDЋ‚L[‡ŒCЦ%уž)RbЛZ­RѕKз3žп5—ЩЧ m•Ѓuœ‘Ь ю‰XQ“ЋрЁ•xП_ƒxLЮшє9;PK Љx6,Zы2Г#global/tabbox/tab-unselect-left.gifGIF89a ЂЊЊЊ"""нннџџџЬЬЬџџџ!љ, DhКм<@Го2Яц фу%s’ %В­БВъ—J+ѓ.лЉ,елKТ!чXb"К!TI:XЏX•5шzПƒ;PK Љx6,qyОœ66%global/tabbox/tab-unselect-middle.gifGIF89a‘нннџџџЬЬЬ!љ,д0ЉЫkQ;PK Љx6,ЂЦgG››$global/tabbox/tab-unselect-right.gifGIF89a Г нннˆˆˆЊЊЊDDDЛЛЛ333џџџЬЬЬџџџ!љ , H№НDЋ%BZ z˜[‚ŒФP„у˜ЁiyZщјm1ВТБ‹ЧsUл ЪO'ќѕDПВFќЩ@N`qhZ'QiЖєи$рp8›2˜Яhs;PK ГX$0global/wizard/PK г“+šMЏVV$global/wizard/wizard-btn-rit-act.gifGIF89a Ђ*T**‹џџџ!љ, 8CЬЋe•Lз”rG–iЈД2 ;PK г“+цœ№|UU$global/wizard/wizard-btn-lft-act.gifGIF89a Ђ*T**‹џџџ!љ, HЊ3K8ТŒТB rЋ6Чк™žгв$;PK г“+ўКлшVV$global/wizard/wizard-btn-lft-dis.gifGIF89a Ђ™™ЬГГцЂЬЬџццџџџџ!љ, XЊ"[8ТŒУB0rDЇ AЈAх‰ЊшД4 ;PK г“+nСШVV global/wizard/wizard-btn-rit.gifGIF89a ЂD33™ffЬ™™џЬЬџџџџ!љ, PЬЋЅЕЬзД‚'бTZ‘г2 ;PK г“+}2|VV global/wizard/wizard-btn-lft.gifGIF89a ЂD33™ffЬ™™џЬЬџџџџ!љ, XЊ[ 8ФŒУТ0r DЇBЈAх‰ЊшД4 ;PK г“+яК‡ФVV$global/wizard/wizard-btn-rit-dis.gifGIF89a Ђ™™ЬГГцЂЬЬџццџџџџ!љ, (RЬЋ‰eЕЬзДбTZ‘г2 ;PK ГX$0 global/tree/PK ˜iZ/Ъ0™YUUglobal/tree/twisty-open.gifGIF89a ї{{{„„„џїџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ!љ, 2HА`С*LР€‡1bУŠ'˜Ш‘тХŽ5bpqЄHŒ Њ ;PK уiZ/5–‚]]global/tree/twisty-clsd.gifGIF89a їџ{{{„„„џїџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ!љ, : HА`С*L(@@‡ˆ +^”Hбb€ dєђтD> Щ1bФ† c;PK эњ.ћпo~~global/tree/columnpicker.gifGIF89a ГŒŒŒџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ!љ, +ШIAТŽ­љЭС6tуWfш‰FО)Ћ–юЌa8(КдUё“O[˜;PK 6Й—-UЭ@@global/tree/sort-asc.gifGIF89a‘џџџџРРР€€€!љ,@”oЂ ћ‚{b.і€Ув­;PK 7Й—-љ??global/tree/sort-dsc.gifGIF89a‘џџџџРРРfff!љ,@ŒvЙ}€œN KšЕ;PK #hZ/global/tree/Sav1055.TMPPK Ћˆ}/cќoЎ- - global/tree/pspbrwse.jbfJASC BROWS FILEU:\DATAEGNA\Application Data\Thunderbird\MOD\__Nitpick\global\tree\T1_UD_F3232one џџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџcolumnpicker.gifЗ™SУ  `~џџџџŠџиџрJFIF,,џлC 2!=,.$2I@LKG@FEPZsbPUmVEFdˆemw{‚N`—Œ}–s~|џлC;!!;|SFS||||||||||||||||||||||||||||||||||||||||||||||||||џР "џФџФ%"1!#Aa2Q№џФџФaџк ?š|ЖьЗ&sN‡МђDšIQкЏ‘ЛpщЧO:†веUB SЈ,"Ф‰рIѓ>yœЗK @mNЈЄ@˜ tSВЋ&VЃ$ŸЅ?{Т•œЄyš5R}пџйtwisty-clsd.gifA~ЪК›У ]џџџџvџиџрJFIF,,џлC 2!=,.$2I@LKG@FEPZsbPUmVEFdˆemw{‚N`—Œ}–s~|џлC;!!;|SFS||||||||||||||||||||||||||||||||||||||||||||||||||џР "џФџФ#!A#1aqџФџФџк ?пcЬъYЏіхЫ&щм(іВ ЏsžО5lxШЌKЬpŽTeWЃљЁѕЬdЋ+CIUJФЧw№xаHцYFР.K}ъмџйtwisty-open.gif =xК›У UџџџџcџиџрJFIF,,џлC 2!=,.$2I@LKG@FEPZsbPUmVEFdˆemw{‚N`—Œ}–s~|џлC;!!;|SFS||||||||||||||||||||||||||||||||||||||||||||||||||џР "џФџФ!Aa!RqџФџФџк ?п\Щ,гжЮЊаЂГƒлc<GQЬ–EfЖ:G*6Ћи§rЫЌфJI5IiT(и=Пx9­ \–:ѓРџйPK ГX$0global/filepicker/PK “+Р}„СJJglobal/filepicker/blank.gifGIF89aТЮЮЬЁqўўќОЄ‚qdQџџџџџџ!љ ,xКмў0ЪIЋН8ыЭЛ_ ;PK “+9yI:zz global/filepicker/dir-closed.gifGIF89aТНЂ|Ž{^вЖŒЊ’t..,џџџџџџ!љ ,?xКмўаз ‚ВIчЁ)1xУfж Є`HАф›ТВ@6NќКQЩї›M6‚Ь8В(GHYсEЋиь";PK ‘“+wox{{global/filepicker/dir-open.gifGIF89aТЮЮЬЁqўўќОЄ‚qdQџџџџџџ!љ ,@xКмўаз bRЅЯУ”qD HŒ šБВгB<Г-.џ‚PќvХ Ч(Ы%%Ьр$b|V:•Ќі‘;PK фНz,Œv—Aссglobal/filepicker/folder-up.gifGIF89aЦЈДОP[eгйоинснсхсхшцщьыэ№№ђѓєіїљњћўўўыыыинттхщыю№ѕіїЎИСВМХЗРШМФЬСШаХЭгЪбзџџџГМХЗРЩМХЬСЩаЦЭдЯелдйойотнтцтцщчъэью№№ђєњћћћћћЏЙТГНЦИСЩНХЭТЩаЦЮдЫвиажлекпотцучъшыээяёёѓѕіїјћћќДНЦНЦЭЧЮдажмкоуоуцшыюђѓѕћќќЏЙУЙТЪЬвиелпкпупучфчъїјјЏКУДОЦбзмщыюђєѕїјљќќќАКУДОЧОЦЮЧЯеЬгижлрлпущьюю№ђќќ§ЕОЧШЯеЬгйлпфрфчфшыѓєіКУЫОЧЮхшыщьяјјљќ§§АКФЕПЧПЧЮУЫвШЯжЭгйвзнзмрлрфъьяѓѕіјљљ§§§—ЃБџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ!љ ,>€ ‚ƒ„†‡ˆ ˆ‰‹‹Š„’ƒ•‡“˜™–‚œ•žŒŸЁ†”œЄ’Ї›ЅŸ‘Ћ‘­ЄЅЉВ­ГЗŽšЛ ;PK фНz,jš(Vфф!global/filepicker/folder-home.gifGIF89aЦЈДОP[eгйоинснсхсхшцщьыэ№№ђѓєіїљњћўўўыыыинттхщыю№ѕіїЎИСВМХЗРШМФЬСШаХЭгЪбзџџџГМХЗРЩМХЬСЩаЦЭдЯелдйойотнтцтцщчъэью№№ђєњћћћћћЏЙТГНЦИСЩНХЭТЩаЦЮдЫвиажлекпотцучъшыээяёёѓѕіїјћћќДНЦНЦЭЧЮдажмкоуоуцшыюђѓѕћќќЏЙУЙТЪЬвиелпкпупучфчъїјјЏКУДОЦбзмщыюђєѕїјљќќќАКУДОЧОЦЮЧЯеЬгижлрлпущьюю№ђќќ§ЕОЧШЯеЬгйлпфрфчфшыѓєіКУЫОЧЮхшыщьяјјљќ§§АКФЕПЧПЧЮУЫвШЯжЭгйвзнзмрлрфъьяѓѕіјљљ§§§—ЃБџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ!љ ,A€ ‚ƒ„†‡ˆ ˆ‰‹‹Š„’ƒ•‡“˜™–‚žŸ››‰Є‘ŽЂЄІ†І Ї˜Ї—­ЈŽГЃЉЈЗЕЕ’ЉšП;PK ejЏ,иb1Cчч global/filepicker/folder-new.gifGIF89aЦЈДОP[eгйоинснсхсхшцщьыэ№№ђѓєіїљњћўўўыыыинттхщыю№ѕіїЎИСВМХЗРШМФЬСШаХЭгЪбзџџџГМХЗРЩМХЬСЩаЦЭдЯелдйойотнтцтцщчъэью№№ђєњћћћћћЏЙТГНЦИСЩНХЭТЩаЦЮдЫвиажлекпотцучъшыээяёёѓѕіїјћћќДНЦНЦЭЧЮдажмкоуоуцшыюђѓѕћќќЏЙУЙТЪЬвиелпкпупучфчъїјјЏКУДОЦбзмщыюђєѕїјљќќќАКУДОЧОЦЮЧЯеЬгижлрлпущьюю№ђќќ§ЕОЧШЯеЬгйлпфрфчфшыѓєіКУЫОЧЮхшыщьяјјљќ§§АКФЕПЧПЧЮУЫвШЯжЭгйвзнзмрлрфъьяѓѕіјљљ§§§—ЃБџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ!љ ,D€‚ƒ„ ƒ‡‚‰……‰ŽŒ†’Ž •–‹ˆ•ˆŒ‹—†ž—Ђ›‘’ŸЂЉ–ŠЇЅЄŸЎ„˜˜ЎГБЏ­БЖЗЙДЅГЊС„;PK ГX$0 global/arrow/PK #Й—-Q=ЛAAglobal/arrow/arrow-dn-dis.gifGIF89a ‘џџџџРРР™™™!љ, @ŒЉ'эВЂq@к+ŸЈjуS;;PK #Й—-шœг88global/arrow/arrow-dn-hov.gifGIF89a €џРРРff™!љ, @„ЉэБЂqВкњрвз;PK #Й—-„‚E33global/arrow/arrow-dn-sharp.gifGIF89a €!љ,  „Š l`;PK $Й—-,˜Giiglobal/arrow/arrow-lft-dis.gifGIF89a ГџџџРРР™™™!љ, @0ШIkТJСѕЬжydљ7†ЋD;PK $Й—-=Ђ–м99global/arrow/arrow-lft-hov.gifGIF89a €РРРff™!љ, @„iЁмV|0кы­ъaT;PK $Й—-^4юж55 global/arrow/arrow-lft-sharp.gifGIF89a €џџџ!љ,  Œ‰л ]4P1Z;PK $Й—-9F;/88$global/arrow/arrow-lft-sharp-end.gifGIF89a €џџџ!љ, D~`ЈН ‘В†žЪЏ;PK %Й—-|ciiglobal/arrow/arrow-rit-dis.gifGIF89a ГџџџРРР™™™!љ, @0ШIЋЈV€Ую’vd~8ff;PK %Й—-Т(MJ99global/arrow/arrow-rit-hov.gifGIF89a €РРРff™!љ, @„ЉБ Œnк{ъtКсT;PK &Й—-•Р55 global/arrow/arrow-rit-sharp.gifGIF89a €џџџ!љ,  D`ЇліbRl% ;PK %Й—-E` ў88$global/arrow/arrow-rit-sharp-end.gifGIF89a €џџџ!љ, D~ КщL‹†Т7%d­;PK 'Й—-­№ЃLAAglobal/arrow/arrow-up-dis.gifGIF89a ‘џџџџРРР™™™!љ, @ŒЉ)НoštАBё&N {`;PK 'Й—-ƒaX.88global/arrow/arrow-up-hov.gifGIF89a €џРРРff™!љ, @„ЉНoštАТ№&Ж;PK 'Й—-ђy^=44global/arrow/arrow-up-sharp.gifGIF89a €џџџ!љ,  ŒЇРŠм œoТ;PK #Й—-J^ї88global/arrow/arrow-dn.gifGIF89a €џРРР!љ, @„ЉэБЂqВкњрвз;PK $Й—-;ГЛф99global/arrow/arrow-lft.gifGIF89a €РРР!љ, @„iЁмV|0кы­ъaT;PK &Й—-Ф9`r99global/arrow/arrow-rit.gifGIF89a €РРР!љ, @„ЉБ Œnк{ъtКсT;PK 'Й—-!Ѓ‹л88global/arrow/arrow-up.gifGIF89a €џРРР!љ, @„ЉНoštАТ№&Ж;PK ГX$0global/console/PK рa.чИ&я00%global/console/console-error-dash.gifGIF89a €ІQ!љ, ŒЉЫ _;PK рa.XТ”š77&global/console/console-error-caret.gifGIF89a €ІQ!љ, Œa ЋЫU’3 z-K;PK щ ™.їlЋ:Ћ:"global/console/Console-toolbar.png‰PNG  IHDR€@вжtIMEг;Зc pHYs''”iQgAMAБ ќa::IDATxкхН”U7~ЋК:чЩЬ 0HFQLЌ ˆ`ФДъŠЎЎa•рŠ *\D]а]љд\sЛАЛ&Yb@T0 ’abЯLЯєtŽU]UпНЏЊ{z€a@№Юџ|uЮ›Sён|пНПцрnЕЕЊ%ЂDЯ †гyƒzЌЂЈ}eYіШYвЂJЅвѕЉTъ{1“љ8вњшКыЦЅщЕh[П~Н1šсNх@Яsp,~U#ЩY,Щ‘ФА$Šu™tц;1#}\[Uќљ‚qуВ‡rНžЖppю ріXѓoN=љЬ>ўxeъP‰3cкYз8ЮЩСХЉjФtŠ1>Ђd>ўЦП6q(чпTŸњЃгe|ЇЊФx‚ЧfрhяШ–Ѕ№Oч;•Q!“xњЉчaсТПЃ0aрРў(h € *q оŒ `4™pоM<вbx&+^њy}МѕкЦƒf€ытSњ”ZлЭ<LЊ€š\0р№bxžЇ‘S(ФЄиЗЊnŽчвщєј“N;П~ѕЪх?ьy­u?ўXэЖ:?=ЂOеH’zYU šˆAЙ9Dg ЅjŒЦŽгдЛ‚Ђ1}@[ &ddœu@ZJŸъЩуоќф“UПXB7mšh*ё/3лЫŠ№ AЃРЃ“јЁљ%yФЉЇёєлooћ%ўїS}ъС2ЏёЏnzœK5ŠOЄIЭsкsуwttРЄI7C–+…њ–,\xюIH^ŸoМв8o4/ƒРhAaЙјдГ.PјVч.ЪїtWkЗЊŠ\ЦХ6$~[ŒTЌЪ#ОЉ`#№{6pкЫ Ц•”LИ=^Юh›ѕРSН ЏE’яБЛ?Ўщ]9иdШЙƒ>l<š@ЮV€7№xnmsЏлы6оSbу9tЉ =Ў  WиМiЅ…ЬˆЏ›о\Жfо0NacŽЁЁ€№LИЮA‚b6›™№9]n>ѓ§ї<ќЪщФxёsьЫь3ЇњМћXј1ЇŽѓл>І™і1›ЬЬ>сьMШ}Пaгж•хЅgНбЛoњю{Ј[В$ŸR7Bэ]wƒииаE№…ЯžБЅЖн9Ђп~bГ^z2[ЗЂ8 ЄИˆ&aТќОс`РІ–ўЩъtTsœ )сP–>Г ІЂ1Hc™M<”xЭnO‰ёі=яІM***a Њ}žl}jйtZб љQШєjГ"гёq$МR ёЙЁ !pКРX‘ ь'*LnЩќљЋ…n`ѕ&ПcљЪЕ—ЅгврxBeNГчyЛЎ{ŸјžЂ KШ<+Къкљдќїš}І›CЏН†ўїх?”ЙŽ”д,:2:І››ЁФс€#ћі…ее`ЪЄЁqў™д3F(`zH"ўЮyѓ€D`Hy9WY •xБ­ 'ЬŠšРEE^Ž„nЙe~бЩПišУd1ЬхЭN|РШш‹LšБюЄ}>}*УР„тiСPЭщ4N{ій3*фм!йЉлi@” Ї)|Юц‰жILd}є?U†ѓЮН .јэИiжпp5Џ™sЧBю’Gк—„ЯbБ š‡Ф [/к‹6юŠ•oѓЅЈp5і)wўKЬЄЌ)Œ1™GЯ<{r2 BЌ6ФЌіYжџЇф"}фˆOќ@D&^”а‹ТЭЈ3ЪJМnzMФ™g_tмqp$ŽbЏ*ЪJaшР`FГаrп§mjдЏ›z/ЕЖ@эŸџ †X Ž­Љ>ХХP†vяX<ЎrєhцлIтwЛНиф0M?P0и•›­vG9Ъ(™d0ќљђл$XPV5v7—2UjfLРC‘лl/wкю8 “sќ%V”fДЎПя‘Лт 4kŽˆ![ќАuЛМeƒ ЩЯ!гˆњю\сЁ]ЯCS, #˜аOќ]РPяквЫ–~цйЃ‡TZЈУx\ѓ,‘В2ežXіIeБ(?#iLeL@Й IT6rЧх(B<…T2ўбВe›LfЋiВ‰CЊ?•LifТŽЊjЦtрKЁCтYь0h‘qZXйЦ&MMтШЂЭoМwтqоЏаЙ8TyМл Ю9sР†LDРT еЦЁхЇŒ;_ш‰>ѕЏєZЌЦйЋя=YŠDˆУб4ш\ЙН ђ.цЄё>ЩАZ 𾘯̜ьИО=_QфQ~!‰о~VRєpFпtЩН2Э $lh”yœ›а•ЪGY…яqšќgо™ј'ф`KSjaUБљ…rЇрЅћ&QEsvwДB{{;sЪВ,жTЩ$PтAUэ•’’і=cEл—^™жаG пh‡@[KZŠ'.­Nžъv:+ˆш‰ЊWR!QщiKJРrуРЃ4ѓ(]$\ПЁCС,IаОhj‚&F|j>ƒa§ћ“tkФwЙР>s№еН!ЃВј‰ˆЮдŸ ™% њ„“`tOBг1лbЗ“є(Iфtђг-wx^SћЄі($$†˜Ру2Y™jКŽзm2кТНћЛF2™мŽФиМњL9K3ЅКПЅћ\й=@ѓЛд.cOG<Ї]в8giфT*R:§-N™zГЧiДэч“ДаЏІsдhкБъk‘а;їћл #b‹=itDБ“јšШВAZ ƒџїЃš&т76д*­Оњ…Я<ђч™ьЋжаѕВHhтNЕРbб{ђ7ФhЧ…+Џ Дй šаЋЏFsаwШД…vі‡L`Кюzрzѕ‚ њie›ЪД Џл@’`ЕІ;Т4|M•е,ќ‰ЗкAM'AJЅ:Cn‡ІJIуИlR—џ‘0cD@‹7^—щђ—Ÿ{Tї&@Z ‡бЄ5ЂЫ:сэйхB&а‰Пшћх@эЪ9ЭBц•Ў•@G;Љ’œ~AРљ˜ ХљйМњЭЙdc(mG}4#шW_}ПzUЃ­E5K*зФђЭF&Ulruщb CЈк0ѓЁзодX vДп№мcїўЋ№цQCИI%1%;Ъё!#Ї-є0&РФ7œ~:(яМKБЊr3(ФТЈ=ш сьГЋ(‡`FDтk’ЊBA j>М"л]нЦfЛЌNЇіЭЦLњ 7ЗSШ3”УšСгwЎ51‡“2™3B‘ЫJZрв}]G”“Я‡#Ъ\дfЪж‘ір”œOLJс7š5Ѕ“6й=‚Ц$JЮпв_е‚ЈM_— …‚ш€GјAˆEУ_Ојј§+”а>Й8ŸђЯ{Цљ ~ч@е;тјРlsСњoзУOы?ХЈJЪЊРfwВ‚МK=SЗП/)e7ŸL%Y*зздŠДЕ~nЩ‚­{N­ч“ Єd#<—уZŽХЗЙЕ '"дмі+Р@3@~ ЄЊgф2яН! ozїж‰ЮЮєŽM’nžіЕе§0БF&“x$ˆŠ’)ЅХNЛЄo.ŸџЮm“іњП g-&f .^іЬИу/›ВzУžзКъќ“ы_њяƒС[‰О$TєQ8c.а„ 3Л ЬЗъ2‡В’й\дЅtjњ>Œ’з@ „іЖ–(jœЩtvЏ Цљ6vrs>Юч5UЃ‚–aГкн0dибр)Њ€лwриЛЖўРVт0 G0ЂZ5Тщ.Сї&fkh7(=щTђѕЇїA|ка уОН,fЃц™2;šc‚œHЁOбмMїоœ„GгО'еFкƒl3Ž[ЗBыњ P3џЯ`Ў9"osдЯŸ9ЈYfr"ћК'ЛбtJП™#Ц‹Х5Fлcs; t6ІIмvIsС Жœˆ\F>1о‡_ЗЏыЅ…р|9,‰7y ™Т,†Б”И"m@Z'&Ш%u8–@гЏЁљЙШŒ™Š‚ш‹ˆOš;ˆ|#ЏpЈZ››ВЩdьъзž|`г1Бxфћžу|Tƒ2ЊwЃЪЪЋaФqПгЯ>ЮН№RuЪ8<фH(++G#AœˆŽБrЮ)Є‚ М‘наЭ&Ibsd™ƒy–Љ0‹“M>иyї<P…ѕBћN*Ÿ 47*†uФ ŽъВ2рPыl›7;wvu€єїD|JBeAё~ыіМŸІ'ЦHсj§ яKJe˜†йs `kШ.›ИЯ}H АЈ€ŠœІ o,ГЯАѓ† /LfгЉѓ;клwаб…ТЬйŽЃ№ф"„Ќ^чЂ+І xЭŸбОзДœѓHЋЇm~?†ёшГuДCKSН…ЏzyщяфЎЭ'’ЩW4ЮЯт ”Џ`Ж@Qqєы?ŽFfјЭЩурфБgУqП Е;ЁйзŒё~œЉ#2orwЧ™ДєUђd™gГЇƒQIclПѓNШ"ъ?УR$ž‚Џ†Ы/сŠ+ѓL`Ц QSж›яОb;vtѕ„жвE61) iГђ^*йЬюЕ{н”q)žШ›—=Gy‰‘Рэ)†—ДЯ}ДМњDЬ8ЇУtwѓ0ѕъs›’‰дЩіЖЕ~+Г Ѓd#В<У"%Ќ6šcєЉЇŒУVIЉP&чdѕЛCn’|TљаŒ>X,КшХ%їuёСј„я‡з‚СŽя&ЮЇџ“zAЫ‚бФ2R—\юbhЈллЗnb‘™У$œЈЁн=И(g>І2ЎIЭ“ ’MMАeюэ Ё1ьˆ#РJФGщUЩщМ#є5TŒŒW_*ЊLЦ(Чѕщƒ–€MwоБ;ђс—ЪЅщ!‰џWquсН4ЎЛј‹й<‘Гк@‰'™эп—dг9м vGŒ?m8TЧЛнO@ AІ€|yмВ'ЦŒяn.fMљ­ПН65. §ЙЕХ—"’ЗЕЕГЁU9XЮфњ)“ ВВFи‹9 YYЩk2Н,RУ}QхƒЏБючD"8њ…%їЏмѓš†+V(gœ{хЇb&u9N‘qХгЬз&Š2”|ŠWЩЇ{ у|R[~Мй@[ЋњУ7ŸНV\о;˜Юˆ}б/р‰Dб9c{dЭš5ъž70сЬг}2'LВлlNJЮфМv™ёч[n%‚уњї;J9s Ш6ўёР•ЃЗЬ@yЋУ†AƒAњс$\ И_ юз„“ц[ѓ)”~&pxnє7Р“иŽпЃЄ5D:ZnлМysўžюМiјSЎ’ЂЁњ3R$Ъжћї%й4Š=y”FTo›1оэ~ЙШ#Ы\w•KІфЏПUћ|wLАfЭryе;џњlдчОšI&Lh†Іг)SŠХю)Ъ _GSX §ћypN2ŒVЄДpQfL‚B ­-M”t{MK>їšїu=Vєо›/wœvц%+ёф№FНš‘u:—выќ јNш[‹Ysца9ВLžŒЁ^/шРыІ№^$М›нТр! }Зd”nоoНУPЁВlGє‡vдr$I”—ˆDУ{§•зфюЃхл‹F:іПš‹K8В§дћлШDTЩЈ•іП(ЊчЃ’5–ыPЋЯSўэПпoмБПcVПџпШ‡я§ч§“ЦOјG:žи‹ЧфX4тХaEЃ\,aЅqф|л. dбƒ dЩлDќož|јюѓ6lX#uwќbШЌЩlZєФkЧgвЩEЁPЧ$Їг-dœGтOiщ_^bœМ`‚ГћШЕ3yСd&у_ЕЏ›PвЪ’Ž@ЧЭv›е[\„*VеJЫиrЎ-иМЫ цISЪ+ ХљJ>дKЁ†ђуН”ЂIАN›БХƒ‚R`С‰?ЉЌ:№˜кѓ@ Ш&'LГ#Ц—v!(ЧпouКxЅ^ŒщЖ?=џКc`ЕсиЁж™€Ь€ˆNЁл!pn‡љ>Мѕ•jOЧ-ИхК0ОМ@cўќљМdЌшХЉrџ,Ч—:ы‹+Њž3šЬTk‡B)1Г›A.Ѕ­ЋМАџkьГ2fс’—Мiš`0L4™-UчsнХљuuЕА{ЧжhЛпwъ KјБЧ™шfћћSЯOѓИdгrq>ЊУкCyˆмЕ.|ќ*6ћњУ$фf zЛeh†TŒ$:ач`j?ЗT˜[/Ш36’јЙ+!'Іњж6и†’пввL №cXŒ§ фЛaЭyg[Ќ–1œЩ Њ~)гc3 Ћ}:АТJ?И№т+`pežqSЧБJe#F˜ŽŒŸrвяaљКзeоБдC(€WbxыА`єЂ%‡x Y˜кc=B5]6ŽC'ЏуЕ=у|ž7Йъ<нlwн5Ѓ#MœбкъџЙЉЉ65ћa=p FQJмш}J.ч-wцО;DЁї џСŽн№y]=4љš(&о(&CgН§вKсТkЂХ˜ƒQG%Mдh…‹:н Mа3wЛсїуEшќNЋ~уРŽУaвЋ†hѕеhр~Qqс6{в™Л“ЩФ Жv™2~т’CШБRpУб=пcEЬž[ЊYњKмй2СюtА`ЈеSœАлМyГ[-zb :—ЏЂz›рѕz9*шЄJbŒбйz>й;ZЭЫЇzY›њ(НdcШœ‘p‚Ё †{эj$~7$ХЎ}ћеWУ{^/‘*Ђ0ЊЭГбЊкЃ_Ц6Юмеc)“\ IJ=йјв—іPљ{nя?6РœцМbЌ~)š4SЯйЁoIЭЖ‡2я76ЖЯZќЊ?q8Я=cЦcfйmš†с\tжЫ“‰и}Яўѕцљнэџ‹ З]7уБRСЮOЅ’gМiбЏ5i'N4Tе :є4t:ŽEТЃ#*;щŠЊФ$QjШ*йяdI^Œњз-_ОќМыџПooYluMПчyУi•fџuн5ЧДлVзЊ!:г`рNюXE‘ћ^ѓ‡KчRr(•C‰DМУФя“ЉдЧўДќб‚CФ8cю\ОЌ-jRAІќŽyз&IY'еЖЅХŒœI‹–T2i‘dй” 2cїДљ§˜їp{8œ164ФŸњт‹•П>РћлЭЮооQш;ŒEпg2џ€Ќ"W(йЌ•2Г8)QЬДfв™=}бйgЭаєе‚Ы.c Є§ћ 'ъУЭ‘т‹0лэІzB‰еЄЌS%1uАRqN&ЃЂЮВHђві@ ‹>G/˜sйAсМџйgЅй0нaЗOёЙ{‘CHыфtчкВЎШœ7КV0fyў`(ьKІЯШ‰ьв n=ьјўц+/ёЙџm4yЙHЈvэ СцЭ3ЏЙю‹УŠАnSt˜bPЇЃr™У&у+FД ЌaP ѕcˆJ2I8It€Љ‘6Бh4LЅ—!k,НэЦs>РW[c—ї*Е<оЫm(ЅъЁ4оDRН$є„ЮЕkzOyJУRОЙХз …І-М§„Аzэ†щE^з‚ъЪr Я€(dЭлЇЦQ"ОЌхзYŒж0тё$„BhnnЅХ)дDБyF%sXёТгOют>C90BАНZZbАcgиџУOў l>d|€Я7ћ˜ЭІ‹нІ‰ЅnAА;ёШЫ& ŽtVeеТ’^ŽШъ62Z -!Sк;иШЦу‰х8?З/˜љЛ_Ž№ѕЮј=+­K*\‚$Н#ЌM\VtTН єКsZ~Ѕ5ъlРdЦ№ЭdЯˆ™Ky†ДnѕлнібЏ^НОЄ5|k№€О7бЛвbЅ•МЌЁh„UгУQ2ƒN9"1ŸrTћЯš?ь6*§ЖŠbіМh2ѓ›ЃF~№э_2>Р зyлуš,=œЊD!HjUQŽl†‹ПНЂё№Окџc‘ЧђЮР*Ы ЅN €Zяb(hМћx’кЧž||)м?!Оч` ­„ŠrОА–ЭЗ`3Е€-<~7<“N_?rЬyО/?~ѓрёОи2ИкКиeу9L…H єN_jСІ‹iЭ‹y&P;A"TН.+уђэNЌ>PO+zQ#UуPФ`ЖP§П2 OдёЃпмАюѓCУp ЫЌюŠ" !›ŠOEЋЄ‹U™1;bф(їгЋVљ>Рк-БЋЫ,эWbД k#<†h‚ДЌІЌЉѕ=hƒыЏОЂ vд%свпЮj2sРЙ’0 (ТШV ёƒ…ятcGŸ-Ќ[§NОЂGxwm ЊІвњN™Чhі… Г–Ю$т›ёМФ&!tpˆ\ RЁc:XхIUsбhdќР!'Нєг†OђYН~}‰гщ\sфрўƒ-xтД”ПБDєтž­kЕŠ\AћyЎNеџвў”3 ЩСk–І‰sŽ;fдызё‹вyЗžь.r_c09A‘bЌMŒeІUUзЊ-–Єwоѓ­>иsўsфоšJл]UnŠ‚Ё#ЅB0JФд[Ф…N|Т#xgХZш3шtјгЬ[aH?[ОC Гœ•йЋЊŽЁ Ih&sд‰уХѕŸПЯ4UЉ`“);НиkrЖQЯz\ЪЗ-S†n†ЄŸ:ЃŒњШ!…ф{дљNѓРšQ*э­aЛ8ƒкРj0П1t`ПAДh’HЇр›%OР/ƒMЗЮLcƒжЯ&CkѓвZХ љNa‚‡ЁыfZšсЧЛя‚ЏЎЛšџћo№ИнаЋW— &ѕUјЮoУк“ЌV“qž`б№ВЩ\кXeе>4аQЃЊŸ›~јјƒТјпњŽГЫ‹-їTК šqh ЩŽШ>€ са<›ts9,№СЏРМЙС9ЇИ8…ЪБV‚ў*р ,zOЄЫSФ™LцћЏŸ§№срIЮ‘№F‚aЉk.-з@]рt? Ыn]f›UЫZЌШД|`ѕкogєыS}† UvJЬРЮ/П„m‹ƒииёяОƒ-ГfAІЖŽ=Œ#КŽDb(ŠШј|№уьYњzЄ}MАы…ч Нm 2 ЪЫЪЈЯaТфg4>€PTі'‡ЧYЭёfж! Єрб'vТтЅ  ЫШXM@а.нOŽѕoPsЌеjЃїCzЕТој_mŒ•Џп_\5ибиПЗћ_щtТšHdЛth5o ЇО zѕq9Ћ7$tІіН1|ПLЇ УрЬмŒъЊrV9D‡OФ–џf$Œ<ц(GѕнЇЄNш˜гiЈНm.HѕЕDL€g2[‘A xќdš^Tкlpђ§ я)c^УЁ1Ущ,Ж€х€ёВзЭvНœАфDR >ћ:&K)xJСцкRцL‘А …J‹LівRчсрt\тp!†ѓŠHL`КhTшŠ@™ЛV_ lоRvЯАЃ>Ы№ѓ„‡B-\€ ›`Г™"3j`+бЄ+>РзлтзVTšЗ ЏБЭю[jђGЗЗ^Јkї ХљЌRXZ>Oыƒ’@9ЌКЮRЅРдF$ФZ“p" `Њ@ыdђјЩщЃDнЈ§зМy ”•2|ЛЭGИ сЖ;AЊЋЯутŒЬЮлnC$Ѓњє7J=УђxР{Я|pБsкаєH„Ых"-4eьиБ=у|~Šзn1ЮPГi”ўДVёЋв’ЋьЮ"ŒМь;3ƒ‰!_РЅХІ)ЛhЯјВrЂŒQS,ЉВЦ… ]kLN еkЂSgВ8Сjsч Š зЗ/”€м"Ї ;ХддЊт|Н=Бp@Еѕ…ОEFoЯяqх\lk‚–ŸV2NНzЙx† ZE•%rCЬhE"љі№lзіpFќpкќ-аюoLgbб‡y›їд"ЏЇ‚ЧЕŠњп0f >?л]wm7сиэ8r№А`ья›‹LP[ЯˆП['ў‰§њK‡0 цpп}№55TД%c iY™˜Щd6U—Wѕя@p;gл<Жb’-%г‘СrјЄ…„<>}oХаШЪJРM–З­G|д„ХБ8eђДrxЕ@[цКЃШДЪ…цVЭЩЗІі.FVѓf7Й e>Я,йЌŽ№Х–иŒUц;\VŽk‰)аRYCbYY1XYhЊпСJОЉІžИ”B‘1@%П`рї)лй:ЎЗ`хД5&65жЃ ЋWЃСЖЛ>zяХxћу]NЛ–СJЄђFЁP˜ZУЫЫСzкѕ’†@%рƒ† Г(‚яŽЛ сіЙ`ˆFaФ€ўр$т“I@т;юМјО5аJТœ^Х?V=7@IМЦ~ёЖvJЉЭ"Ь.PХ4ˆБ4Ѓ5…9lЌЛ˜ѕE”u*‘рйА[x(іЏ]<и~ёВ’”ЩЄ%Ў‘яцЭЧѓјR†W{эЊE ТЂх^іФj*а бFФыRUŠё+ПoЉ)ѓ :­Ў у|B3ш€EE.qьбасћYk GiЃм~"™bŒ@i^* 'F бљіЪкФe­љГН­ jwm_У.еп\Зфƒџ<У№PUK˜5IЪш‰bЇтЂД'i єС|Ы,†BвMH!§‡ 4\$УB‚шр„ rыmРѕюƒФQњ•.к–’Yе1:D€MАFV†Ф‰УэдR(ЌPж!iвЋP7љFf 1Œ%Хц{їwd2БƒЊ•3™l—Жю|~Vеё€5+ЃПnZЙОšїг4ПKыV |0  ™ ѓ‹к'ѕ-гн\т5ліŽѓQZ,&2dŒ<юhhиђ%ькО ъыъ ЉЉ‰ijщЂŽТ FHунбƒё5аrЉ;jwя€К]л”–Цк…+—?™ЧР›Њ!ч†jYіJWUЙЄ†„EB:‚Ц›nЮыejЯŒv~Р!0d№ †Ч№œhgн\u5ј‰јrЎzИ“ј‚BхКЧиЖv|•Э*ќЩрАГкB1жРхав”нє8Ф.џ# @yŠP \ўшќ!нтdвЉUСŽVШЂ•ЙЉљіЎЮnЕSњЅНлУ>ГЌ5яШyFиЃЭNЧSv>S$PГ™Ь RѓД8_м+Ю'‹МцбЃF1‚~њщgажRU}3p$ЁqXоK9’уE*‘’=la%Ц‡ЬR_З šъvD‚ўV.К+>@VvгBŽЊjм›яHвU!uшŠd>Ф ИŠŠ€ПфbP^~…н•ˆЩјЦ‹/AтW5_…| 6Ї%‘і‡р0ђw9М>€ŽГf˜ТЭув§GќПл–о Рj q[Бл(мL ьГp<•N<ьPчš-&ГVz&Šуs=<5/sy(^rДЛ2€ЖцBis9лY+Yш|гwі6ж! ЕЃ9юјђУЗŸ[!Єгщ>Й8ПoЖ3Ю'ЂКQŸАn›ЎјЉeџ‚vд rMп‚ФЖPбЉXуОR`ыš1§ь6г$ƒз j" ™ЄЈЉў‚с€ц\ztPИ6™›…Р#?vпуgўyы^ЭЈЗM>ПўЁ'п~Мняgј.Т7ВYђ ЫZкIг("=79у]@ыЮЗ‰ын[Јэ2ƒД,я‡PG;Z›PžD  •Le0ЮЗбAМКњс5ŽуrјкИK`Ф Ѓ ЈЌ7ќМqlўy#ьмќ s9†@Хš&8ыЗWƒуLBѓŽbHGa]2}_Фg*0“ уОНЌVS'€“| Џ€ЙƒјYl№С.Дэ|ЈсC‡hыјŠŽАqЧh˜} ^є Xћ`Rй1+‡ QЫ5AЭЋћЦ0юБ9ЬЊT1зС Лn‡V’F&Рыи7>i‘|Џ‘†КЧHrмќlG€с@ˆ’œёЦ/#>ЏцБЕпIѓк‡1€qіkц"/:Ею8W0аўцкl2Лzѕ;Яkј‘pшћžу|пѓ`49 Кї5цtИр’?РEџЇœv6 z4њiЈEвк$’l}^s %zˆnё2БŽ•˜3˜Ш'‹dЕS…Хы`гЬY vЁ/FЄђЉ]LЁ5Дџ9|€ў'‡ЖєЧлn…шЖmyИ0IЋЮ0D2МfнžїГћубƒэVге—”h в‰ kйst:шиХ}юУ0„™?РA‘л8сБЛя3ь\pУ…I1›8ппвВЋЕЅ™ h #иС02i‘…Ц]#+9Ÿэ#­ЋrЩФз5ѕRл^+†ёЖf№5юус№UНѓ|О[HˆЧЃЏ`œ?О’(ЉЬ›—ЕиHU˜jцИNиwZџ7YьP†jощ)…ъ~C0*H00ƒ]лЗ@эŽŸqVŒшИu(žЪ“їƒў. Op:mšP“' кqDНdClž3‡…zЃ b-т2Е;`š:T$@њбG@AGЪŠцj4:€ŸджТw:_јићьП–вБRШ(r6Л7>€YИзUъШ›ЯDнv U LѓЙНePцо"ІP Є‘ Š]p „pњ>™`цеMwўх™“лХєSЩјшdВЈл‡*ЁЩЩЕА žV kЖкСhvAuЭ‘pќшs˜™&ЦЮч\!Ј*ˆšaШщыho…_}$ _ёсл/ti7є=wЬЯж>>L/Ъ Tч  vz•ЌТGЮqšŽHЁjjˆКP=„ЪВП[ї)ОJ A‹=ьЇ\bсPл–>[ОЏwжЙЈЉеkiХŽ4д\їn)фоаЋWУ!нЏ8бAbЮ NˆљІ›zU‚Šя…aУ@\П^k GBT cКУењеŸ€їиуРˆ‘…Dє,ўЖvhmmc*1џyїЮ­ Й{йіСШc<ыcжŠb^ “рP•НВ,l}џЯ\s§$8­пЛШЎћ’0АЖmEѓWTЈ9мѕљЪЯ;ійIѕХ'я&ЪO>цUKЦ %bБ“а<Q@‚k Ї‘J2kcs!ѕмpўљ#‘ЩД‹ В8DЮ]{[+Д67ЮуЯhŠЯљјэіjЮ5lXБB9eмEŸ&’ёЫёaэЬЎвІюч:n:SЛЊˆb|-Ю—Љ|>ъGoR7nXѓšЇД*ˆ!b_ƒ`фPЫmоp*Ц§{уqё>{<=Щщt8Љ’GеуЖ,2ЮЗгІŠ’=ІOopv€N|ыLŒ"ЋЊXЏ`mЙ%E8ђ(Пљd *12й…jДюгеPyЦY €дзм‚ аJmb .+з`юфšЇŠ*‹†ђ(i™@Вbїј%^N.РI5п‚гэ@xЂч“KЄВпњ(а->Рц5kф/?YёйQП9хеT,nŠХЃC“‰„‰Д,ZФбЇЂ„ZEy ш_Œs’в:єіpЂKk+kƒƒ–ІZdєЦз žНpеЛЯuАzеђŽGБ2žˆMDЩ+щH’J>{Єъ'Яaдh„ЇїTŸзьk„†њZ–ф §~§щЛгмЦпМЊšcсt2y"ЧKЋ„VэкДvЏš4bР“O;У…2-жА_ЗР-№ѕWаіо{0M“‹ хщFьvАЮž\U5ДPs*§nй:dHR—ЦсУ!§u`HК+5…уˆавъ‡fbT„Атэџцёv}pвHЏзњWkE ЇFIњ“ Лћd"ЊŠeА ё§юЇВ€І1YйšZ}тQіo?ј"Д_|€o?џ0ВюГоxєщџгЁэбHXFЭ эјЪE"!Ц ф|SHNZ˜шAІˆп№“єГтЅчmпОЁg|€EwOоtуOŸN%uк&Й=^с`тќЦкэё`АmњџоzQУXГ@5№ШиkgО`—“yƒЕ{|€ЄДЄЕЭГУщ№–—•2М]si9œRZ NМ&сѓ‚Эі[цTV/ЅЧљКgŸPehDfЈ*+Чэw@шО{>К‡0M‹ПМ„Ѓ1№ћлlJ Ѓ”PЛрИпюuёj& Љp"ФенFцqэ АZ8~˜zкЌ&ђ Pф2pЅ^г}Ш+smЎћл^zь–<>Р|ўšŒНРъЯq|Љеnw”Uѕ{ЮhЖiјє]87фф’ЖјХјгюX<РlІŒЦ‰уW™ЭVЎЛ8ЧЖЭАsыбЖжЦSџїц ПИEќЎ Їy=ХKћѕы E^ЃѓSЖf5Є?\zїіыЏCuo№‰zzw|†ƒ“а›p„HТŸ{†-›ЧŒ…ж3'РЗ;IбЁЌЏЋUƒСрдOVНЧиўў cK‹ьЋ=§*9%?ь`њ_ър?Ÿˆ`Д”РЌЋŠaЮћ>:&Ы #ІЁ5QЗж&&ЮzЈіёyyMSEeu9ˆT%Эж[Pзя„vЫoпћчc№Фƒs>rм­“fЋЊ| zt}ЭV›зYT6у|c—8?™Xv(ФЇJЗл аџ8‡’Ц"є>§LАœuŽр> АP€мБ'>@џW‡š wiИчоХ|†,꧆Л™нgа0с№;Hќ.ј6#ŸЋLУHE{Ц …єіЬŽ*(­Ћ7[aЖвs{И#JЛэЮыю8оZ~ˆјБhф=є§ІКЩ №†.^œР>'Ъsр <ђъчW`œпGжy(Ю—Г‡рІ›юИЪ'e?Уј|- йёе.ЈhпZфlчТNnыЋЎŽн8 •QФтА MдЦњFєS$ЂѕG1ќ#ШїŽ7;лa7сЈz8Є§DO§rЧР#Ъ -Uчўn* яэG›№SЯЧб8БњA*ŠŒGŽэпяїЫЁі№’БиCёDтЪt*э дVЖ&Т˜OРЋ†УŒ€ЎO ЭџСТаЯКфу|с№р,]њ`G<9Учѓ§\[[пд7СъFЌД†љ$‡6:“y|<=ћеOРЧЛырŸ?oUКъomёmŒfbg­YГІKГЈС ЮБЛэЄбіG €Чђх{œpЭY"эz.Јyњ€ёˆЌш 8,<‡nС!уРг.lЙёЦ;Ц4‹-ЏЂ‰™PRRТЙн05§аћНЃР C;ki"‚БЇ_# ‡Ѓшш… ЃƒСТЈш5П+&Cз~Еёi‹ЦЅŠ`K(ŠяРŒZрКqTбVбŽƒx@J0‰2‰„|X№–>pУызЭyдœH$žДк]& %ŠLVрѓЏƒpеœП• Њщ-МиIF“™knмЈнаXЙaУсФюњgн€бЧNЇГ˜-’hн>]кУЕ•.™ХјДжъњт2v(дHЇ2wъ6Ÿ”]љиРEn‡‘еяQ"хџ „ZЭѓ%иИ3ёьƒ/Е6|€‰SŽт мѓf‹}ˆ ™ hUУЁР1-фWР˜8пЄz s F +8У­уW§kёЇ‡{ВЎМђFЏСЬMчУ$~oZy$ЖžЏуh  ЅxЌh3QŸŸ‘Rъв5kоо/>Рc3Рlqєy йЅш<§ъјtњДЈd§йї›Z[gНњ!V|€sЮ™a6ѕђNу9У\ƒбTžŒEю[љњƒП>Р9g”ђчTUх••Џ>№Ћт(&їh^‘OУјX”§>hї hјYIlВђwŠЌЌўpЅaРџлј'MМХъЬПчуiяПТ_G§ОіћПRѕ1Y IENDЎB`‚PK щ ™.‡НАttglobal/console/console.css/* ***** 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/error-dash.gif") repeat-x top; } .console-caret { width: 7px; background: url("chrome://global/skin/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 ГX$0global/toolbar/PK и“+—\‹ DDglobal/toolbar/tbgrip-arrow.gifGIF89aЂffЬ33fџџџ€€€џџџ!љ, ЊC@$I;PK и“+!^гv77$global/toolbar/tbgrip-arrow-clps.gifGIF89a‘ffЬ33fџџџџџџ!љ,Ь !F;PK й“+&‚{d55!global/toolbar/tbgrip-texture.gifGIF89a‘33fџџџџџџ!љ,”s&`Ќ;PK M‹D-№рfV33global/toolbar/chevron.gifGIF89a€џџџ!љ, †yМъ ’­;PK 5Й—-Fі4еММglobal/toolbar/Lighten.png‰PNG  IHDRЕњ7ъ*tEXtCreation Timemх 9 dec 2002 16:20:35 +0100ОxVEtIMEв 3& pHYs  вн~ќgAMAБ ќaIDATxкcќпР€010Œ*9 7.Ÿ5}ЭлIENDЎB`‚PK мЈ:-рЁCYYglobal/toolbar/spacer-lft.gifGIF89aЂьщиЌЈ™œ˜‹џџџџџџ!љ,HК4Ќ#М(­-шzuо`( ЂB‚ЫщЅлs> Ч ;PK мЈ:-1и†нXXglobal/toolbar/spacer-rit.gifGIF89aЂьщиЌЈ™œ˜‹џџџџџџ!љ,8ДLЁЭН*\еВЌ%W\ ^E–Ї—JЋг/‘;PK ГX$0global/splitter/PK з“+Ј„BИ"global/splitter/grip-vrt-after.gifGIF89asГ11cЦЦЦџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ!љ,s@J0Шfжж›чЦ%aЖ…_™ЂЃкRР)ХВз‘b†зœ­k7рЯgй™ˆ%Э&–|uVOчБЅNqBЌO;“f]ж/+МssЈ%Я;PK з“+ќ^e#global/splitter/grip-vrt-before.gifGIF89asГ11cЦЦЦџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ!љ,s@J0Ш Є˜8дpГмz$EŽЇUЂЂЊЇYЈyv<х8ІЛŸžЉцЃнJ™й ЩY“Яb“f“V‡зрДЕ…v­Ю/6œ=–Щ’;PK з“++|ї‘‘"global/splitter/grip-hrz-after.gifGIF89asГ11cЦЦЦџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ!љ,s@>0Шj8ыЭЛџ`иYзЈJЅьъЊpПrMпsngъXbI00, DЄ1Щ\:•аfєЩœXDиЌvЫэ";PK з“+§Ÿ[т#global/splitter/grip-hrz-before.gifGIF89asГ11cЦЦЦџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ!љ,s@=0Ш ІН8ыЭЛџ_Е$i‰Ј”kЋО,ьЦєlЫјYŠY‰ `@H ‡Ч"rЉl&ŸLЈsI1ЎиЌvЫ;PK з“+ŸшI,,global/splitter/drag-bg.gifGIF89a€џРРР!љ, ;PK ГX$0 communicator/PK i€љ.ђ&eEEcommunicator/contents.rdf PK „,ь%wЂѕ ѕ communicator/tasksOverlay.css/* * 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 e8-‚фrЊ Њ communicator/button.css/* * 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 e8-eЕЎY Y communicator/brand.css/* * 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 є“+f%gTллcommunicator/dialogs.css/* ***** 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 bВt/k9йbААcommunicator/communicator.css/* ***** 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 ***** */ /* ==== 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"); @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://messenger/skin/icons/throbber.png"); } #navigator-throbber[busy="true"] { list-style-image: url("chrome://messenger/skin/icons/throbber.gif"); } toolbar[iconsize="small"] #navigator-throbber, toolbar[mode="text"] #navigator-throbber { list-style-image: url("chrome://messenger/skin/icons/throbber-small.png"); } toolbar[iconsize="small"] #navigator-throbber[busy="true"], toolbar[mode="text"] #navigator-throbber[busy="true"] { list-style-image: url("chrome://messenger/skin/icons/throbber-small.gif"); } /* ::::: online/offline icons ::::: */ #offline-status[offline="true"] { list-style-image: url("chrome://communicator/skin/icons/offline.gif"); } #offline-status { list-style-image: url("chrome://communicator/skin/icons/online.gif"); } /* ::::: directional button icons ::::: */ .up { min-width: 0px; list-style-image: url("chrome://global/skin/arrow/arrow-up.gif"); } .up[disabled="true"] { list-style-image: url("chrome://global/skin/arrow/arrow-up-dis.gif"); } .down { min-width: 0px; list-style-image: url("chrome://global/skin/arrow/arrow-dn.gif"); } .down[disabled="true"] { list-style-image: url("chrome://global/skin/arrow/arrow-dn-dis.gif"); } PK NБŒ,в§О?ллcommunicator/formatting.css/* ***** 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 |ni/ЬoRЋb b communicator/prefpanels.css/* ***** 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; } /* ::::: Smart Browsing ::::: */ #disabledDomains { max-height: 13em; } PK *<-“'МŽ Ž communicator/plugins.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.org code. * * The Initial Developer of the Original Code is * the Mozilla 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 ГX$0communicator/bookmarks/PK V˜A*ЃУВIШШ1communicator/bookmarks/bookmark-folder-button.gifGIF89aГ{{!)1c)””ccЮ{{{„„„””џџчЮЮџџџЮџџџџџџџџџџџџџџџ!љ,uЩI+RСjЋFо`J‰KšPKВvC<Œчq(щДиЎ<5лM%\ШhЁriќ”ЅдЌ‚ЄTЙЈ^Џ‚Ќd+Lt8JцаhЫs~ /вqK@Ÿ/o |… €a „…6Š‚’;PK Џж(7&>ЅЅ1communicator/bookmarks/bookmark-folder-closed.gifGIF89aГџffЬ™™џЬЬџ€€3™™џџЬРРРџџџ"""!љ,@RаШIMIИя€I@ 1Ќ+bh_Žе”HЁУBяџв$ˆ^ІЄђXЃЄhM‹j@ЈКxЈ)Ыѕ:П€ќ=jШsБІ™ЎBћЦ D?uЯџ“УЯч[БˆУч!DuIчcйŒўŒ;imЉНBW`VxЩ qЮгє#;PK Џж(КLd'ЏЏ/communicator/bookmarks/bookmark-folder-open.gifGIF89aГџffЬ™™џЬЬџРРР€€3™™џџЬџџџРРР"""!љ,@\pШI‡Q4SˆїI 6(`u‘HШє$JYQœkќЇУЌз Љ‡ЄR‰PŒtЇ”tjкI8UыЪSшОIёѓ‚cш8•&k МFwBc6њMQхћџ;PK ˜…r,ш€Ё)communicator/bookmarks/bookmark-group.gifGIF89aЂџџ€€€€€џџџ!љ,DHК ќс “tVˆћфZ8 —ˆ$сeЈ0ЈfыТь9ОФ0Ќш QяЇаэdО1g L’J`#pBЃ Р.p•r ;PK БB+bЬ“Mjj1communicator/bookmarks/bookmark-item-disabled.gifGIF89aТџџ€€РРР€€€џџџџџџџџџ!љ,/xКЌаpНл<ДžK3фXzVи‰fшI2ьšО qиC˜яG.щН СуЩŒ;PK -E*‹!K}}0communicator/bookmarks/bookmark-item-updated.gifGIF89aЂџџџџџРРР€€€џџ€€ џ!љ,@BwЪћфIRЊ5r… э5 1Tт`žƒЦMžуЩЦX хi+|F*оъзъ)ˆRц‹j3дv ŒrЈ$G=$;PK Џж(noљpp(communicator/bookmarks/bookmark-item.gifGIF89aЂџџџ€€РРР€€€!љ,@5(КЌа.ШI “’M†ьC(ж‚Mж™Ufі•0€"œJvьЗЫ2*ЪeїkљlВmD2бJ ;PK Мrч.х9и66$communicator/bookmarks/bookmarks.css/* -*- 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 ***** */ @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[container="true"][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"] { list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item-updated.gif") !important; } .bookmark-item > .toolbarbutton-box > .toolbarbutton-icon { list-style-image: inherit; width: 16px; height: 16px; } .tree-cell-icon, .tree-cell-primary-icon { list-style-image: inherit; height: 16px; max-width: 32px; /* 32 pixel hack to get too-large favicons to show; fix when tree becomes tree */ max-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 щyt-XЮт{B B *communicator/bookmarks/bookmarksWindow.css/* -*- 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"); /** * XXX - disable print plus. This needs to go into ns/!!! */ #navprintplus { display : none !important; } #status-bar { height : 1em; } #notification-icon { list-style-image : url("chrome://communicator/skin/bookmarks/notification.gif"); } #schedule-icon { list-style-image : url("chrome://communicator/skin/bookmarks/schedule.gif"); } #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 И )‰бЎцАА&communicator/bookmarks/home-active.gifGIF89aГџџџџ‡‡‡‡‡lll‡lQ6QQ‡QQQQ6Q66lQ66џ!љ ,@]АЩIЋTk!ТJБ( ѕ!J€ …‚XŸ€~УњТ6ыšУ‚pЕъ6tV4ФHbH8?‚ašh,•‘ЇZi+5пЇЛ+Ў1сЊм8hdˆфш`:ЦOl‰Q@JЖXX;PK И )’n$ћ­­%communicator/bookmarks/home-hover.gifGIF89aГџџџџџЬЬЬџЬ™f™™џ™™™™f™ffЬ3™f33f333џџ!љ ,@ZАЩIЋLJ€€ј„’$дw$РqЩa}Сљ Њћжk[в їЅ'лDаQЭ"IСќ …(bYАTXТ0—m˜2•nˆ Р~bЁA;E†Rбm9Ѓ#ЁkЕD;PK И )<ыŽЅЅcommunicator/bookmarks/home.gifGIF89aГџџџЬЬџЬ™f™™џ™™™™f™ffЬ3™f33f333џ!љ ,@RpЩIЋD)ш­GBЅ`bXйžжœgКN#Т™ф†жGB85ay(b[LУCЉ*9ъщŠsq<юЂав>Аь“l@­Aj‰;PK ј“+ˆNЄЏЏ'communicator/bookmarks/location-act.gifGIF89aГ L;;;&&333fџџџ!љ,\ЩI%u 2ЏЯBБyзP…EA&EщкRЈLtL>СЊс–K†оA“2 ЌЁaЖ)РSщ!˜6и$–АхvСFJ˜Яˆ@Z0ИЙ™јќžЇШё;PK ј“+Г“ь  'communicator/bookmarks/location-dis.gifGIF89aГ3™fЬЬџwwwffЬџџ™™џ"""џџЬ33fџџџ!љ ,M0Щ9AВ4K‹Е,U2xгq™r‰‘€ИŠ AO Эšу”ъЇQ*cšl=IёdIЙ|‰’& €,РдЈŠ‹zЕTŠKжJp5UыL*Г;PK ј“+oУ&вЏЏ'communicator/bookmarks/location-hov.gifGIF89aГ3™f™™џwww"""ЬЬџџџЬџџffЬџџџ!љ,\ЩI%u2ЏЯAБyзP…EA&EщкRЈLtL>СЊс–K†оA“2 ЌЁaЖ)РSщA ˜6и$–АхvƒРFJ˜ЯA:0 ИЙ™јќžЇШё;PK з‰)=˜dХВВ#communicator/bookmarks/location.gifGIF89aГ 3™fЬЬџwwwffЬџџ™™џ"""џџЬ33fџџџ!љ ,_0Щ)4Я;є,AТyRq\jA@ †PhfР Dа}Ч{!Н$аГqrŠ)w# „KЃ0p%K."Р№8‚‰ЬЦ}†'Xbe‘ЯСZ"hr…єШbбуQ Aa@§$Ў`Dd†@!сPЅšЋGCтIdЙЮјp‰>&n­.—CЅZ|rcZ‡ZŠ mY[}B#•tS˜W{CL“NtL…B`ЃЄ%…^ ЄS‘БrЃT fИWyЛ†ОЬЯŒ ’BLйL™˜R€!"!žo­DtvбфyзD_!Ќrщ‘„ЂMчDЏNГ­JVŒ>[JU+аЗhX1ЬfА$QЈрРSФ…CОё…HсЂlк1$’(‘ТDlђЌ2ІŠ€3|`А ANk|Р§2цж7o*Hи ЂœЛ8#.r;IvКfB­3 Jи™ "[Ÿt]E$ЈЄтж(riеGЧB‡,‚ЦЫA_ KZE ;›U2г3<†ƒZ;~лЂх™4`ЃЩф: ЊФЫ*•žЌ,WжofIЩ"љ™ИoO ;PK €6*ї Кр  #communicator/bookmarks/schedule.gifGIF89a еџџџџџїїїіџџюџџээьцььфћўзџнЮџџЮџЮЮccЦЦЦЕЕЕ„‹„„„„fаdEџџBBB3зџ1џџ1џc1Юџ1Юc1Ю11œ1cџ1c11џ/џџ/„ы/&ц)Z€'аџ`[lЊoŠD( %F Г ’  œџЇџ„c1Ю1œ„џ№!љ8, @џ@œpHЬFЂr‰#< GЃq]и,іЃэ 3…ТBЖШ`0зPkзЎИ‹э<.хŒšъј's6‡‚.€€yC`cdGUrhh ŽL 22ikoprllvx_ГTj. ОМƒqw™LJКМrРХЦF‘ВFT”ЬЦВД”ЃЃ0Ÿ0І!еBœЁЁЂj…Ї…pkэ­Ўy b‘*gьюИёX"†#–СhЖжШЩхЫзƒ…У^ йS‹Ъ 5ВQHа X$.‘CЃЄЦw“[9r!K&FТ”Б a‰/—@*3Ћb•М00хмIf[Qо,™*7dР€ SfЙ€!JUd˜*aтгP:]ˆ36 J~(э<r€'Ё<\ РЮЊ9 цИiE0Н{Р‘j‡ Ъ|_%Уb_Љ:xѕn`Р€оН13ܘЖпŒ%Ћt­[‘-sQ €€ JѓЩOЏЉНŽXlЯД1PєŽcJ”)Wл\’F-ˆЇM4h ы/ц іюгœB~ Ц$;4Щ ЊлIєDюA ЪўJ їIпkџ) uD‰Rб…”6gxеDSDQнШOUXiЕ~pppM _аџ„#”СWЉр8cUа xЌеGZ."Я‰фа1WY-њ• AЄмeШ!–хF6vhзЄpt {€`ѕ`ˆ$#v‘XŽ„ˆ@Ъ%m‚ ’P№ $d†b d'ˆRH_F$љ .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 ГX$0communicator/directory/PK Рrч.<ћїw $communicator/directory/directory.css/* ***** 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 ***** */ /* ===== 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 “+^›C’ss&communicator/directory/folder-clsd.gifGIF89aЂЬЬџffЬ™™џџџџ"""џџџ!љ,8hКм0ИBNSЏ R XIžZwše0pФ*c.ЬЮѕx›Й5ЏЙ,*‚^†AЁ0h:ŸШ#;PK “+Р&communicator/directory/folder-open.gifGIF89aЂffЬ™™џЬЬџРРРџџџ"""џџџ!љ,DxКм ИЪANUУQЈUXщ h‹‚(€WEЎч„№ ‡!0,}А q0Ф€JЂдш„ЪЎаƒ`Ыэr7›;PK “+ Ћ5Пddcommunicator/directory/file.gifGIF89a‘џџџLLLЦЦЦџџџ!љ,5\Ž8ЫСi+Ф'l іfХt‘mс5š eˆК' Ш+m;ИЊГ9ьсYФbQ˜HN(Ьf;PK ГX$0communicator/profile/PK Х†a*™`G;‡‡ communicator/profile/migrate.gifGIF89aЂџџ№џџЬ™џ™fЬffff3™3!љ,LHКў„9„RaЏ“СЖyQ(ŽNТ9УjД'<ИЮюfL: Я… ш›шgМ(—?Є ЈZL)$Ч-j].ІŒЩaC;PK 6,f/ОэIєє communicator/profile/profile.css/* -*- 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 “+™m_9жж'communicator/profile/profileManager.css@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 Ч†a*)э›ђLL*communicator/profile/profileicon-large.gifGIF89a€џџџ!љ,#ŒЉАккCбЭ#ofіА%їQйИTеЃЂ^ЫЖ%&Ч№5;PK ГX$0communicator/related/PK zЄa+‘ž(•ЏЏ communicator/related/related.css/* -*- 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 sЉЖ(ы ўѓ™™ communicator/related/sitemap.gifGIF89aї€€€€€€€€€РРРРмРІЪ№  '##*% )1 2"#"37!3#.-/*M 5i59G78iЯЂ?в•IЧ–yЩЃJХЃYбЅEеЋVйЙGзБ\зВp№]яŒpцЋMхЏqмУFоХzыЯR№Яnѕс[іфnŒ”‘–Њ‘Ѕ™šЃЋЎ•ŽІ›ІЖЄ”ЏЏВ‘šУ—ЊЬ“ЛсЎДЮАМрЙРК™ТлšЦуДУиБШуЫš†Ь”БгЋ‘бЗЋы’‹ш“ЄхЕ™чЛЅЯДЩтДХзФ…зЦЕхЩ’эЪАљщŽћьЋЯЭгЯвхмулнсэѓйЧуйфѕфдќќћЬ D•ѕЬ&`c(˜Џююџћ№  Є€€€џџџџџџџџџџџџ!љ§,vћ HА A 80`РAќ§ћgР>‡#ўѓ'БтХ‚єMмXрŸEŒ li† ёq$Yq€‚%JрвfA›80й№&Сћ(Ќщг R›Š>ьзАЈбЉTЏb­Ње)в‹PјЖjг€;PK ГX$0communicator/search/PK tЉЖ(m%Еxx communicator/search/category.gifGIF89aЂџџџџџџЬЬЬџРРР™™џffЬ"""!љ,=8Кмў0ЪYj!В!HАжЂqdЩaƒFtьъЪшЖlqЄРЌw6Nя=еЏмьfСЁ.j‚nƒƒСpЈZЏЗ;PK tЉЖ(ІЈ}qqcommunicator/search/result.gifGIF89aЂџџџџЮЮПЬЬЬ''$!љ,@6Гм№p„аЈЄqъ=Gцœї\р вY,6vвBuЈ‰Њ= )25›+'њtAфЋhl8€;PK “+ƒО`<уу%communicator/search/search-editor.css/* -*- 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 Ѕ•|, & щ communicator/search/search.css/* ***** 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 “+‰h]jj'communicator/search/internetresults.css@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 ГX$0communicator/sidebar/PK “+]‘н^<<%communicator/sidebar/sbtab-twisty.gifGIF89a‘ffџwwwџџџ!љ, мb9‚ ь^Lz*;PK “+ ‹<<*communicator/sidebar/sbtab-twisty-open.gifGIF89a‘ffџwwwџџџ!љ, œР 1–ƒ&МDг);PK “+юзd  "communicator/sidebar/customize.css/* -*- 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 “+ й™.гг communicator/sidebar/preview.css/* -*- 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 (;,њЎІ!!(communicator/sidebar/sidebarBindings.xml PK ”)“.V Ј† communicator/sidebar/sidebar.css/* * 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,Ћ€zz(communicator/sidebar/sidebarListView.css/* * 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 ГX$0communicator/xpinstall/PK Э!w,q”ъ ФФ$communicator/xpinstall/xpinstall.css/* */ /* ***** 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 ГX$0communicator/brand/PK “+ОŠZVШШ&communicator/brand/throbber-single.gifGIF89a їџЪу§ЪуќЩтќЩтћШсћШсњЧрњЧрљЦпљЦпјХојХоїФнїУміУмѕТлєСкєСкѓРйѓРйђПиђПиёОз№НжяМеяМеюЛдэКгьЙвьЙвыИбыИбъЗаъЗащЖЯшЕЮшЕЮчДЭчДЭцГЬхВЫфБЪуАЩтЏШтЏШсЎЧсЎЧр­Цр­ЦпЌХпЌХоЋФнЊУнЊУмЉТлЇРкЇРйІПиЅОиЅОзЄНзЄНжЃМеЃЛдЂЛдЁКдЁКг ЙвŸИбžЗбžЗаœЕЯœЕЮ›ДЭšГЭšГЬ™ВܘБЪ—АЪ—АЩ–ЏШ•ЎЧ”­Ц“ЌЦ“ЌХ’ЋФ‘ЊУЉТЈТЈСŽЇСŽЇРІРІПŒЅО‹ЄО‹ЄНŠЃНŠЃМ‰ЂЛ‰ЁКˆЁК‡ Й†ŸИ…žИ…žЗ„ЖƒœЖƒœЕ‚›ДšДšГ€™Г€™В˜Б~—А}–Џ|•Ў{”­z“Ќy’ЋwЊwЉvЉvЈuŽЈuŽЇtІsŒІsŒЅr‹ЄqŠЄqŠЃoˆЂoˆЁn‡Ёn‡ m† m†Ÿl…žk„žk„jƒœi‚œi‚›h›hšh€™g€šg€™f™f˜e~˜e~—d}—d}–c|•!џ ADOBE:IR1.0оэ!љ, џ7 HАр&N*\ШЩ У #&|јPЂDŠ-F,И 1 C†3ІЄЩ1o m$ШІР‡—0_‚AГІМ0,xeХˆ’В8ИВА`m ЌѓІM›9+ФУiŒC 5iе*У€?›2E(p Рx L˜p ЇLКdнЊЩв6-*@ч’г<Јtщ„0’ЬЅ‹хкˆ6Ёh"PŠˆMˆPх$ТЪт­GV4у гІ `lчР"N—"АљЌ•FЪ— #Х’Me*dт”™mMЈєac“ž†Т^№В ЉƒuЈLHWЅhІџј­ЦAЅMЬйдcЧA1Ži'ЌъU:єs€аІ”qђ„ ab`&™ЬAР"™8R@™1C&šАБ%š ІЩ&9јPа~!С%™ь1Р ™А`…Vl  #ЛmhBb‚`&L”€  H!ƒ&y Pˆ&—LPЦ‡7frƒVБA&а…1ЁI`ИШw0yЃN 8 ™ќ n€…&S| е$RP“—@ ‚/‘‰ <’‰$ АЁ‰5huFІдЄ"д VdrХ R€šИ€„VQ`P“w`Ш …fbD ТqР#šd“ …V>ф`’СР$˜ќ@˜Ф№ƒ[\€‰no xТнi‚+&Ox` <‚ SˆD iH&—фдьГ<(PB P`I$ ``‚ јIp‚ Ш1.Ў_(сЏ\`ђШПJ,!G&w,Ё№L,ВяГCмd“ЭjёХИN|cХЮb|БЦrьёЧ s;PK “+Xё/_]_]$communicator/brand/throbber-anim.gifGIF89a їџишљhw†“c\sŠ2ЅЇЊџНu‘ЏsmˆЃ†—ЉбЇPЖЖЗЪˆђЂЉоЦ§*xwxк’ќЉˆˆ‰ЖШкЛвъ:GUŽЦзшPЈ“pšВژЈКO5j„žgggч'”ЌХ3>KгK0CCC–—˜ЬфќŠЂКЪКЌWWX989И|ЇНдччшЕ•RЇИШЦоіx‰›ЋТйЗЭф†œГ&'(qЉЗЇйикыXmƒи$w”БЏš…ЦЧЩ9$v…•„YЮgSџАЪ"‰sJŒ“›x–ДƒŒ•ЌtЖ‰9—œЃAPa‚lдŽŽm.кЅ.t‹ЄэЇd}—f™щђ§џ1О—x`ЄЌЕƒШ9@LZe^VnH?yQs}‰I[mюЙ3Г& Q^jЇС`xх™`@d&g›L/*Qezdnx7BOї*^_aУЬиhsсюќGQ]—ЃЎtaQ’F0z Š)КЛОЌБИl}ŽЗH3НВЈ&,5n;1оосяпЦ^n}чЋЛYF˜ВTi~е–Uan …QЗtfL_ro”ГРЮqKјІхттВЌЅо8бряYfs gY lЃ}).5BвШН‚]šŽ‚бве”6$ Њ>(|idыBъГР’ЄјЕ "$н JUa`SFюыъNatNZfMMMpppтœУ4]ivЯ“ЛŸeб?#і­FF^щРWУСУп–ѕЌ fzŽ>2!ђ5///P>7EVgлбЫ‘€œИРиёb{“АЧпOCѕ/ SSlŸЗЯp(їДђВ к.юЏџИјя(h}“Ль/ ЪŒkM Г‚|`7ѕЇџ.V;c|•HYiuSэž ™;\ѕЊЮ,ЈvАААЌЌЯLo>WQP``rЗcц– ћЊ ћН lsЖ…zxЈ›‚–‹‹Ќ  ЁЫЬа!џ ADOBE:IR1.0оэ!џ NETSCAPE2.0!љ , џБHА Сƒ*\ШАЁУ‡ Є™HБЂХ‰*B0T‘ƒЧ C.K1ƒФB † ‘ТdТ”iФrC…2e7†ЈИKšUкH‘"–3ˆvИ„dRG—ЅIш†ЃЦ*)–„ЈQC Š!BЄP!ад„$–1MЁ †ГRbэ‰e™K„/lxсЦЭ ВXИbY”BЃиœ ›Н0‡%юбЌeЁ~uƒ+…\ о‹пЉŽiN(АY,_ ЇXИ+3Zі<tJ,œƒОMoТЃХВ~скЊ_Р5^(LwgбЂФЂВлЛ=јЖŠЅЄРЭœ˜E Ёрз)‘"ЖЁЫHtСMpx№Тbј_ pC!dРHU\1Щ !ИВРXИ1ƒ !8вЬ  „Р76ГLЈ Y3МC/dЖ7(РkсxуT!‡)ф  9cƒ цЧfM:™‚U”@Z7 ™A*риbŒрн@N.’… C”`У9№d%™ @ ,@jaо˜FKфЙŒEцPx(Ѓ@y h“YЂМШaU``Ѕ+x  k‹ зAUФцZХ aG VaУ ЊЩ2CЌ™РУФJžШсˆh†#PРЁЧуŒ˜†dаРLWЈ!K”{СiЈ"Ч$‹ќPићмвL>.‘УdЪœх.‘IY| Ы$?и‰G™исAрСdЈАяbWєKB‹ˆpN?( 7ШВН/ФtK^пля?АPТ,ЧмG WXisy МoП<ƒёrЬ,грIЭ7ч+РsП%ќ tžm4вяГ€*Њq ЌМ,kUиёrбU€qEв!љ , џs˜ЃJ*ˆЂЁУŒ:$8А … †PАqcD‰!( ьsЃСŽ9ТRd0jLйp%HŠ*šЩаєЂЇЯ<JKŠ5RШ„ЁЉS C6<]–B‡›1\‘!ІY(9Vб–тъУТ эЂgHaЬ†Ш•›чŠЖ}ћЈ’TцЦ…+Ў1 №•f™6€)seУ†l€pРВx<” ‘‚Ч†?B‹nVЇЋВ,ЪrЬЈ‘G‡L9ісQБyй ”ЂEohVB < ГЦ†*Ъ№ь;˜ЩsЧмЁ|(тьEYndЈ‚Ё™ы9Ъфџ ЂcшиUQЗ!G<}Кfђ рХqWЪьЃ Dmд­–ƒuUl@ и`ƒЎЄ‘M @g]%h€9\€AВ-ЂР/(Ч Ы BrРJ ЦЭь%У€БРC„PЧ ’€M aё‹ž€ “ б‚'q 1@єXЦеБOЎ0ёСТ\бЂ-Ё žє… ?\иzРvZjЎ€ЈAp,aчрЩY, ёuбž CЄAбwЊХ""”А@&?ќЖ %ШPC5Ь PœЉQtЇu?ЬRТќPЅU”а `џ`CШВHw.БA KœP /ќАAЊCШDj™М ›Šz'iЈт‰“ yс€!ChxP&RДРLAЫ<'АтJ}аqШ"Ы мИ€\qмPХОќў€“A$ds+ПИHœРB y(@Wа"KŒєPи{RЦ>Ш0<ВаB&2ЄБР ’(pк"‹€$СеŒ€r‡СœpФ-i`—zœШ/dЁt&q `sp\м"ЈO З,Ђ Ъ,!Bˆќ†$Ј, #O#№‹Э}ˆ`PфКФ,C‡)iCQѓ>OxHb€'uоЙЯ’Би xк p аp мЙˆ*Ќ”txKк]2A1А 4<1„ѓxŽˆЈтњА 9ќю!љ , џCќHА ˜9*ЃАa#*ШA`9Xr аЈё`У„%BЌHpH ,7цЈ’сЧ<"G’ќa2cЪ•-?ц€“ф‹L\‘ЈбьТЭ„ОxQЃщ W1œБaˆІ0иАqA†І Вки)‰žёˆs2ЁЪ*%\6t”ЩƒHmтhrфeB0ˆьH2„0ЎЈZЌJ˜ЭД ›,Œ0БxирKŽ02ъдЩ$ т:ъ сЊL!bч€ВЄvэ ]<ХZ”%Э€2є№В,Ъђ\й№Ђ!лЕГxё‡ž%ЧШѕ`Ўџ№а№ tыtЈзШєУ%zlh†р'‚ƒxв|„оlУЌј\№C& 0ZхFз5нЄЕбќ0_%\б™МРвьgл",PL ТdЁТxxР зБHKzl№бL Т,-Cˆ+dt"^h2 LќЁ$] | I’hЃ <dљ‹+zёЫ68Ш…*zHтЃ,e02I!фсJ= 0Рn№K,(]@-№”№KЌF!eАˆ Y,rd4кЈp4КШ2}œp„ЈЦuCр`{/Є№У>'шсЃТЃ5x@У/ЌџКD ќ !Cˆк} Њxвш3,A‹„q„€Ют ќіТ4ШёСР2вh45,p‚ž|@Тq‹ь#сЪ№Жт`ЈьF?ЈPG"lc@2,ёТ7ЈТ zќ`н?рŠ$РюHq“ЅŽР-tДРЪŽаа‡(ФсШ,šPE„+gйB?LШ1^ДА <лШQЬr!ž@Kœ)Ч-d }\№‚рШˆi№A š t)чбХ,Y‚уYщСЕ&WЄ‘EDгYРЫЌm œ GФЌbлрcЁЩŽ'fŘ5A‰&GИ]…ˆуƒ?ах0Й „М#-˜ШиАгЄЃWBф яи @Г РѓДƒŠ  ,џЬD‚D&&8J,ЙO !7 dXр]fƒŠf$fС“ГЦНCQТ5АЇ]tјУŠ@%а`У"0ё‹€54ѓ *(–$Œд‡P„ B"ДMuЄ1-А’†ц§0 edБШH4АЂ€ †Xo=l№C&dGHќWУ]„иБСHKqХ?Г›z24Œ~Wщб „(ЁŽ‡!%ю6KOЬ\‹t$у -€Ж L0ВЁЖл6(И›Ў`eh-0D Б"кьжB›мёЇ6а!<š„€>ўaбАщƒ’Рn8(ЃЧ|eџа—}МхЩKPДФљ„ьvФ *ќ&а/Њ,A’К€GЬb‰ 8CШ ЪЁd@‚ьУт6šфjбg–МТЕЁiВ%Œš8„В‡Y‰CбPLАš+0ќёІrЈ У?šО†}рЃ(ў 4 ,VэVЬ |D- (!B€ѓ‹лœ@K2ЩаТ­ПXPР ƒсЯYўјДЕРгvŒС†ж–?1ш/WLKЭ›hpvhХXB )ЛСгу шёЯыЛ!љ , џ 4.C№т€_ПJ0R№уGŸќXТqЩ@Oц,˜e`›(L0 БbE8J„шИdŸР‰ n$HˆQЪ>Гр•Итђ™#%rаьc‡/КД8‰ ]~9Й1Пфа\BУР$&YxЄЬ…LвЌФЇN&™2Р‘a, O9E=љ%04n| ™gШ‹4‹,ЫƒhЌAL(ЇЯ‡N$”˜цУ‡.dрeау>U"|Э(Nа ЖAKФ V YL№ТbV B8h œ€bэ_ ј+Р$USс“xEmxЩјнџЁЧCl]№№b-Ž2™\–Ѕ^Рдxр\yнi@u%Ј2›'ClPбCTŒ(bм''$x Bк4“Ц JWТ$И$BI†˜mGмMt TТюC‹GdЩэCRŒH›6“Рђbz5P‡TАЂž|Х0ˆƒСчЫt6Шѓ iм ‡Р# “рˆУЕа…?A є‹OL0Яt№ф/Щ bЪпMрЮfp‰P$XL”ЂДsЩLPFђ4Q(а€Ё dŠЈ@ДhІ<кшБOЊфƒ*tlѓIІ$ С}џлŽ ŸЖ*Аlš :tB& 8їQ€јB‹Л$P,8ГР,mžР2ЊšќAЧЌ№ˆ`Š)›˜"Тб2—@„Ш€@De%Г $арЁ@о@аЫ, 9BТ>2Hf€!hРС~%ѓеFРтЫ6с№ŽWtєЅO‚§"‚!Єl4,lT ў 8PѓФІ>ТЃ@-Xа€>P DKєЫ"уšћ§тE^„љк%њ$жБ­Йfxь1тFc b'Bž<бS2 ш)Ѓџ№6а›2ўщW? Šrа‚?i@10ќo„МѓЯ–CrhŒ$#Žˆвџј[„CЇIЄАŠŒў9С%’РŠ( №VАфнAЪ :x Јm8iHwаA"ˆ ‚ˆQL1mœ ТИув1 TлЬb?^H)<"ќЁ Hј€фM0"8B€‚ГјDе ёч<ш3ЦМєr“@О№+РФ€“ьЛlPr_Ё 3†ЇдЫ 4zq% @<ОАс2%cќЫhcŒЁ1;ѕ;2)ŒСIЪDЬ’KЭD aР<Шm;:#ЁСcф’ђФl$C3бc|ДУеld/Щ2Ту„дџ,Ÿ`ГДЌ0F D/4‚№ˆёЖnГ )7‚Nм!љ , џ 4pФKƒ(р œрo›Bxh /CUЗM№…’‡єнQˆ#Ф“yСЩЩСв‚xЂТ™Љp›?~#z ёСЅР,UЭ20СЇB‚ЂLХбчC_бАЬ‘ ˆH"wј2›@"ќ˜mpWяЁЃHЉaГBЁЄYТЪaЧƒ 1КДё‹`\ЬвB 'ДP ХЬ#Т\pё\ aрХ%:Œ`o6йp3вPKЩl„бТ ЮЌ-јуOŒ1†Ні"Ё!/!€ [ИрB(УA )BŒ!)O ѓЏУ”м‹DСЭC‰Ц0o„4з,€Ÿ8Ќ3їК2)QhœqЦ.Ьl3ЭЌЌ ГУBŒAH8}_`lѕ2-%ДDБєwdуCСOУЮC[]ДжlИCФв‹ŽoeB|Юе‡ctУc€ DЮ”€@Ъa!љ , џ РkAЋ€. юXШЪЫŠPЄ.„чх+‰ [И3рЫ”6cЦАYX,й .c@`ќхЏƒŒxљ›Ч*йBRЄ@МмЖ%Ѕ136рЂR"ИyOhСB!L/:иЙѓ2ЃЅ)#1ђzbг€П6 pИžЅaТ‚[јЫв#Jk%ђ ђiлТwю$H@@!­diaњвТщB^;мй]hСР^У–кfќЉЊ\X1ЮJ{чWБ^’M.FkŒ№шРØŠˆсу',ЋyЁ-ˆ(Ob1‡†ЁІх‹Тю…з@ bПЖ…]zщ`HŒ;А1žР) 9”џ5ЖХ%B@H•шхЯ”1рєA˜~GZbЦІMРС@0-DЫ'!НdŠSyйїќ1ШO ŠЧ, ˆД3 h Ёpp Y{ex‡њdЈсtALq•С‹/j@ §‰Е—ŸјБзXЎ`Рd‚œсЧ~ДС‚)5Тѓ +ГЌР—DПœЫic&˜TЃЅˆАЩ,`Ж0Œ” ‚Ёш‰3Тeд^еј чœ]Nі#+@јБЁˆлXp -a„tЦœs&РZ€Гˆaт†˜2СB ˆФ„њРЭЁУБbˆ4арќ4U•ŽА‰B$ Q2Ќќг6Ÿ№џEJHЄ СMмЬYMъeп6)ЩЪ6лќ"Тw€вHм бrbR7PЛ—]Сt oBˆ‘#јам˜PŠ}}-„ƒ>№Ѕ’О)q§’T“Р6Єp П,А'ˆсŒ3bДPЬ0ѓˆ@KбО<ѓ 7 ]d)lpТЩt,”зЦc„ХOЄ,ХјаЌBЩдLPЂэИФ#*ЋŒя3HfР0.иl3.4эД @ВsH№ЂИЄ$­tЭL?нД?RO AHHРиГ5з^7­CиcHMZНRаШк7ЗэТлRГoбЩ БЦн[7вЕз| 0†ЮB!љ , џщLˆтфбPюќšgA‡ŽG H˜и"йŠG'и–lw„Œ@в€/ˆcRŽ™Hч’Ž)c(i40ЋС#'Т#Х†вЏA))QУЦ@1d T би%pЁ8˜ ŽЮMRwРXšь‘ЪЇ-ЌH)QRA&Уa€‡ЌЄрСP9ФФb0’к5d ју–Р"t|ЭˆЬыв‰'юh|x›У3 %њи€—l2Rє3ЪO‹гtш†їЋи —@ˆ.FFЙ™№fЭХŽ‡Щш„й$‚VБ_№ŒвБьс”Ю'Фvh›†Уiр€МХ‘Љю†БџЁзBƒ0)Есvv"n$Пu?ŒжDR zвЊ’­ынa]€Ан_tьq˜Fрp LJ qЧ„‡M6Сo€§ЅA2~&еT№ 3”J@`"7("Aw ‰h ƒ†“ F‡р1TQь суm(rж ˜˜€v]Kё$DƒНEй[9{hРк/oјN ИХ+ЌД№ЩTmгB6hІ™ aјёЫ/рРC›lЂШ‚bKЏyсE<Ђfš“H›T‡тЂшœ”AƒfЃЁ‡†ст‰еЕБI‹wHJ> ъC jЩ№—‰{”џ"8’Žст Фи2 hDЫ6Хl th)’R2‚PŠ&1К !•ьнAЧDaТУЪ/Щh)lP*ЯътУ'šВ Fм"‡ЌЄ h€цЎHУ`iЈHŒ‚щdСD ,Ф/<Т[-А < Ууp BМQŠ-ГЦ{TJЉhFЪAM бhlщF-аWЅ•Bђ›ФСŸŽџpоN:СЪF$ЂE˜ШЇ’ЭёЉ-RЇS ЌГ—„XИЇœ.ЩfуƒZ}СUЬFЌфTЬ6aшфгAАЊАdЃ.“мЄxжFО'B1№Дк'ЄЛgHЬ1 †ыЄ'цЗдF”Š#p—Р:aHJ™gЯт€вI#sl'9ф ‘МBр€ Xхлр€рB-RФ,ГFIk< ѓhE@ aZyŽ'хз\Lr) qдmsсƒ…wЩD”pRžй”8‚sАgмŒ0B6#˜АЁ…HpЃС‰8žsHр# œW.fhс†3‘O;ўшc6щQuьtЃˆ.КАS–еAЪ6П€2Х 8љ#h*e@\ФЬQт›й˜к6lxc™>zЅцLg6Š$f"IсžьЉд6h№b‰s˜0н„ФСlNŽАиb‰—-FъQ(єш$nЈf1žСдХ’У šw€0ЗьВЦ",9мІЉ[МЌ3Ь#“Œ ВљЗГЮ1OЬ#šw‘R‹CП\ДФ3ћ ˜ЪуфмtЫOG!љ , џ lЃ$…‡AЕ((\Hс‹ƒ‡фrт$\И& hвЄ * :мВХI‰Sb$@@ЃRК@г…B*%M>м’KeЪюИGJˆPwЖЁР`Їгž>›$аH@№„pHР pœЈш,YЊO|Ьб [5тЖ2вЉQ9H;Ч‡е;Єю8jœ“œˆёњpЩ GсБeЕ žх)[Мiж.—ХN ЇL!0G Fr‡ $ЭmЊ Aс‚ƒG‡@‚m…й4Ё}[їC#Z"е0„ 8мЧAУQpЪ)ˆџuŽФЗ#кŽH 8ФhNHЇœыo4Сˆ]01џЈ-2~˜Эƒ#Hд^HH`Ёнdѓпƒ~Е ј]("WSнС(j8‚†,š ]‰x!jИфŸ,ŽаЭŽн˜@Šeœl&Ѓ…,IG7Ф )wQВЦ“J^х’Kwh  Œœg€“Oњ0dSКO•йˆX7Аёф”&b7GFU ‘MŠY‚А&'ŠјŒj$&V-Длyq%а—kЬ‘MZ>ѓ ЂяБVлаO1ШЙдФšЮ…’Zш(7мјe$Ё™ kŽЈ:ЧU ј№чu, EР#ј%х”cЌЙF5ьЫоKwNaЫ"ХUP!РЇTћ9иjaZR. СЩCœАA 8ЫоС†жІ{-Жфœ&P}M”)а/ѓРSЬ/‘цТA\НЉ нdЉ7мј`]ŒvўBvg>pЦ3нpOеьС›И=•ЁH]”Ї=€gœё88ЯЊрмЁi‘э™E %œ4БFЈZфJŒHмСJž hDA ёъlPа(ЎЙђŠрсBFTkDV8авžмЊAЭJ5Z1BXa­ЕэT юКlє­Ž!‘ 7wˆC ЕчV.ЛъК‹ыЅ>h‘€NЌxЎСpТЏКR| Ўˆ>о!@СцžŒ WаАУЙВУ+88бЮ[{qЦ8ќ@@!љ , џ ЂDсСƒ ZсСА!5#B4@QH“‚ .фё€#G‰  Ž”`Р\XщрAК…vq„;)’"ЮNRDxlєШ&D @@zЇM >ИИгDІеFзPфM‚мF,хРa$ˆ5V=f5РUТ юШ›г@е˜1ГоA’э-NŠ4—„+ˆ?ЄI@‚ ј‰фNxЌz ЌŠ-6Ž4ц–Рчз;K Р›GЊДOJ.4‚>Ш-лп;цh  ЮЇССі˜‰ktC˜у›@‚Аst4PR+ EjПѕN‚ОHИЭџ‘нБпЊI†Аыј9]}h`ыУ19 ];ждРйƒњ˜ЅЁІ_~JаЭHрДdP7FИ №–РsŒM6бuшУ_M4>”8ТBˆT$&шиqDшb„еEб….о„д"К8Š+црм a%q E‚Кќ5лЬ8Ю!1†јw‹L&€pСSL1Ќ$E ŒФЃAфq0‚~Їh \aipa№l3<-’Sƒ=#Aš8І‹‚5BšQзТj1лФ`"Ф/ђшRЪSeM‡f6>ЄfЃ•фTot ƒC…Sю„йhБ`Ї@”pт0UPZєЊ…‘RBkГ…B€гг@lЁыГК"сЋTi\Ѓ-* < EHQ.@ћьН.Uк,Є8 эЛ‰ŒБ‹єж‹­ЙшW_B$A 0яjяѕжЫ ОhA sаDcр№5TŒaХИŒЏ ‹DЪ.ГŒсnРTPВFСє €№)&д3ЫЫIр 25Ј$’Љќ‹В*у!љ , џ ЂДІ‚СJ<(\ј !У‡ HвЄрƒ5ЄЫШ‘‰PpрB€I•rЬ8Тя€3pЇІ•+rШлЮ;mh№„МŠ9#HMH@р@ѕ# I.mъCУЯ;^‚l’uс3е|ј‘)Qƒ†a№т"Ѕь#Вх6B№ЂРћ5sЎ‹•ЇЬH@’!œ1Р ђЖy Чf тХ‘Ь{‡лЉ•$ЉZ,ч-<>| ВБŸsVH Z4„‰`}шБ89ЖюрЮFT‚cч|Ќ–HŠЦ…s ;'g 2ЮЕHџ8Ѓ]BKр d“[П^|fШw @'_>њGpžТФŸПЎ7AХЕ˜tsF7fЃ`6мˆеDlрp1ІBh€0 m.\ ІєЂ фИ!Б5•‡“@h­IЁыWrH\хЩчEpЖХIЪ–_?ПЖƒЇACБm№—sЌqуJ[жX)yG,7|М!|‡Иb< ёИЋ‚‘ 2?VИ#С‡†‹lу–РРЖY4l3ŽЭ…FЖмS aJ|˜р@;м;кяэтСoе>j_ф Ё‡lr $џAЬO6u/’ЂДІвЧ“fK(u'Сœ9#Fh9хG‚џь(СCЪ<0фŸZh1‡wШљ@9Z`ђешt,”р†ZјPLLнXЇLHЁ t ™рb)Ѕ№QH mМёЫ/ЌјЁ‹ `т#&ФщрРуkЌqG|ˆеТ6Ч]t‡~hРXf“Э) `E0С$РЁйЬ’в™ПДФ‰ДБЄd„cJ№Ъ™) &ЂJр‡X!'sŒyчEQЖ08аqгЭцA`%U@7…&јЬ r`%JХа‚ЂЛнA€щqRЉ#$—р)rџйH€D!%6 +ХЬВ›@Œm L ^Б;л~ leХšТ)xьJiФЗ9–rSd@CxлNp№ГЭ86FЇсBйЊHMмiу\–џ"UєЙ kшЌYˆ$xЦ>”CZ‚ Ў8%%Тz#.‘ІЬВнjI Х}JР#0TСZd˜Ё-TE€ ТU‚jБs„F;i˜с)ЏQ(XJь(1m EJ…Q„"ЏЬгB1лтX УЂd!ЅшЂK)&ш"HЄlsD8Едв<0‘С<ПFд(opм сCj0бH+ЂqрC6"AQ0eЄ\Œ*žђЦUqbF jh‚yfФZ ЎиЦ€`5аЉЁ"Ќt г,ЌРЮg"QJмh`‰І†вb€KХqџ˜Хœ`—УФe€aУЭWП2Яvh"1КДrБтjFBPг+‚oа„™r%+)ЌМТ Ш“ВЪJjP#ЙAK \ й+єˆ@G ОС‡ ŠвТОлlƒУT|ё…х  ХД›бЏАћЉ~рqТ/B€ @8Ї™tˆЇ[PcLw „_ C‰віК0šo  0%ж\“Ш<р€@ œXs@ BŒ1Aе’[~ЁЌsœ\уt ЌB3бL4еpЙ­6Й Г(LlДВJ ФС%[„ЙќТ†оDOЬqgєK.xБДs Ф‹ѓ6J'T0Ы#тД!љ , џя ’nкT@y;Ш(\з"F<Њ•‘‹ hсЂеlš0<˜7‰+bМXСРHБЧF'D ухЕiш,ЎЌР ЩKр œ€ч’РxMЈАˆr•ЪЁ\"ёСТ  ЬёA€T'J=QЂB‡kЅ‘–w|hёЁT‹œТ4F‰ЊФЕm/^3b-Ў–ПŠЭce€@V˜-иЄ•˜ˆ0Зжі$й3ЏЋmлZ№1vЂ…щb-:Љ^н ]ЇTЉ5‚ “X$ЏЖ5.ЖэbЌю„ФеЪš5qD8kUмšЫl#œњиг8СЏm'8№б ЏяСЕœFџpЮлKЅf „ A т^j‚S*t"GV @VЃEЌ8І]iёЪ{$ _1ѕ1y%РЭ#PgshЁЁГ$†sp“€11a Cщp#С†ЃаqacHhxЪ]nЈE)ђБсрщШX^0І KЃ(R+кЈC БЃ=@„"B10§" "АpB1№ТŠ№ёŠЦД Х у„jS0U›ќ“FwˆCхxˆ„ -ЂйP("sвb€‡#lЈШ/@ФAщhЄ+ЁлœА2Oc„:J „w@*a*AŸТФСKГ|џf8&Р+ŽAPъA\˜ЇXРд/i0Д€Я6Г“X1ъй9AЄtDŸBрМвЊFLСcL”0фEA‹›‹j -ўаЂyr€У ДШЩ 8$Ю'qЮ9 ѕRIЎ\pAKГLБRL1$!NgŒЭйBмТDŠKСt8тЬТ8BPв„ œžрŽТш2 ( AA]JfBsЮвЬГr‚Š?GЬ'Фж$rhH#9 —  Fшp‚FBpbФ`1P9. ]cЁА Ž єтК­ ЖЪкЄŒA CуЬb es*€‡BБ))Z_ГЪ $ 1)CT@ KЧБб ,‡њ‰ >+\ТSLуcЁlГ8ЇПr‰œ0СУ'^ 3':ЙшрХb!љ , џ ИУ†SЋ1р т`кT† 8ј№Њ)[*>Д6Р‚‰€7†тУBЦhДXNРЪVcТv‚дœˆdф"„ШJ*-WЛЃРwіќ"Eъ№ЖЬсRc œ4^K”рщ$D ф€Ф‡хZ\щd­F\8ЬсFjж,]яФ,†ƒMFIмVtB€X цm˜€CБY"hСѓ[ЊWlТБтх̘Ќfэq‚•РmГ’$ 3ЋХ0!тФ9I;vL $[|zІIѕмвŠŠ'! >тjwз", UЌE‚ IЁƒе\сџжpЇš…ЯxЈ7q7&8!lLйЄ~ y \кshЌaN‘_Gi—ѓA [щec‚1Щ%ФаbhaсЅД`и% J–Нђ‰dЗЕ€B2ŠХєЫ\L0O1й‰qТA˜z,Кеч<:ъ` Ля. %жУь‘hBУэЇWЬћђ`јNA\(™ ЬGB4Њ 0п]2ь3€6*дМйŒ&ŸьЉ6WxšфŽOM†H 9GьѓЬ=ћhU1Іjп‚UTнИ0$н@jђц}д5њbЈТ#60Ј јBAНyЏьУ"Іп+^ЌbуЪЎ}Р’xЌWр XCP№‚Dс5\БЁР Ч!›$aыd\ Њx1@ѕƒ5Vcr@Д aЫі[йУш}6 afƒbюМ™еџ Ё тЊC я:МxˆЮЄ›_QŒЕ53ьЧЙC%сa@•}”—lWЈЖ€g“мp… “\QХ6єЁ i\ЁЪpW]ˆgV1C’ЬЗчЉЁM€TƒcCœw‡žv…$!ЬP…/x`т 6XЖ3!Xї"ŒМЭј›6Ј F*Ф–žv\ ЩafWИСЃg~ЉQ…§§Ц g у5TxEXKкЈ +2УЃ@ ЌFа˜6(ˆЃŽC]Ё„ЪЙ8€ =Jщй ћшЙЂ<цЅcЃ™› Ксй#ЂЉ†—mB0.0ƒg5VqХ а-ˆš6(HІWЩ! x_жЧ‡Г‘рYXкшY’S ЃЫ,•т|МPƒ аЭZЉ„šФЬГ1qЈ—жЉp…yжёWh$tЫ_eНК*юИJФДфІыъГЭљЊ.ŒбŽ)QxЮО Ѓ0тЮлмF!љ , џЏHАрs*\hЮ У #&|јPЂDŠ-F,B…Ч CzМb#С)0Ј\ЩВ%†ЫT0$hކŒCЄ™AbaСh6H мwЃш„n@ю3Їb†…kЬHQEрдЉ6†І˜СЕч 2'ФrcFˆ+!RьsѓЂFУВWАЬ[УдБin^й—тЉ Id 1cЉ9 =ХФт!ы•Іcl‹eŸYsroм%X#ZCСh cЙrСЎŠe чи<БРЖWє hs–K*шf†ВƒЏ”uњш‹ѓмVmdWl Ќ2ЃŠЙр5m,ФТ]р’gгощИ[ј т’ЩПhИxДРІЃsЬО-№MТћFл QА{мЦ•UiM БQз\§q†\tїЭ0‘u^hћ48Ppфе€E ~U t{™E‘\а]бL}†6^yЪЬ€QZ~Х‰ Zз `б9і_ ИxE4ЭhОірXмaбдY ц@с мх…aу]ё—{эqчСM†€$ ^f•c\щ1Щн 3и`Ы\9nЮ€JnкТ"5щЄ€zЦ•Ъч>…zpV~6ъ(—\>єшЄ‘b$ЅZЪ(І~jJP@;PK 8œS,уч^Ÿ(communicator/brand/throbber16-single.gifGIF89aц{”Џaz”_x‘^wc|–b{•az“`y’d}—b{”f™e~˜d}–c|•h›g€šf˜e~—jƒi‚œhšk„žjƒœi‚›m† k„oˆЂr‹ЅqŠЄoˆЁsŒІr‹ЄqŠЃvЉtІsŒЅx‘ЋvЈy’Ќ}–Аy’Ћ~—Б}–Џ|•Ў˜Б~—АƒœЖ€™В‡ К…žИ„ЖƒœЕˆЁЛ‡ Й†ŸИŠЃМ‰ЂЛˆЁКІПŒЅОЈСŽЇР’ЋФ‘ЊУЉТ•ЎЧ“ЌХœЕЯ›ДЮšГЭ™ВЬ™ВۘБЪ—АЩ–ЏШŸИвžЗбЖаœЕЮ›ДЭšГЬЃМж ЙгŸИбžЗаЖЯЁКгЅОзЄНжЇРйАЩу}–ЎƒЖŽЇПЅОжџџџ!љ_,ь€ ‚ „„ ‡ … ƒ Ž‚ ‰‹ UGHJIGIAG8‡‹8X"5/(7,I7 $Z<^YGVSU DG!GP(AO’ФMP+IG2;IВEP3=A93-= ,B J96+:<&86 аРБЅK1`$СрC…€~ЄАЁPP&@‘€AF8№рR„P.8БА‚("˜œВaJ *#Ќ, €Сƒ!Q–hˆEI‰+X€шЙ`MŸ:‚@Ё'гVБ"№(ˆgЯ@;PK 8œS,ЗьЛ*ы"ы"&communicator/brand/throbber16-anim.gifGIF89aїишљhw†“c\sŠ2ЅЇЊџНu‘ЏsmˆЃ†—ЉбЇPЖЖЗЪˆђЂЉоЦ§*xwxк’ќЉˆˆ‰ЖШкЛвъ:GUŽЦзшPЈ“pšВژЈКO5j„žgggч'”ЌХ3>KгK0CCC–—˜ЬфќŠЂКЪКЌWWX989И|ЇНдччшЕ•RЇИШЦоіx‰›ЋТйЗЭф†œГ&'(qЉЗЇйикыXmƒи$w”БЏš…ЦЧЩ9$v…•„YЮgSџАЪ"‰sJŒ“›x–ДƒŒ•ЌtЖ‰9—œЃAPa‚lдŽŽm.кЅ.t‹ЄэЇd}—f™щђ§џ1О—x`ЄЌЕƒШ9@LZe^VnH?yQs}‰I[mюЙ3Г& Q^jЇС`xх™`@d&g›L/*Qezdnx7BOї*^_aУЬиhsсюќGQ]—ЃЎtaQ’F0z Š)КЛОЌБИl}ŽЗH3НВЈ&,5n;1оосяпЦ^n}чЋЛYF˜ВTi~е–Uan …QЗtfL_ro”ГРЮqKјІхттВЌЅо8бряYfs gY lЃ}).5BвШН‚]šŽ‚бве”6$ Њ>(|idыBъГР’ЄјЕ "$н JUa`SFюыъNatNZfMMMpppтœУ4]ivЯ“ЛŸeб?#і­FF^щРWУСУп–ѕЌ fzŽ>2!ђ5///P>7EVgлбЫ‘€œИРиёb{“АЧпOCѕ/ SSlŸЗЯp(їДђВ к.юЏџИјя(h}“Ль/ ЪŒkM Г‚|`7ѕЇџ.V;c|•HYiuSэž ™;\ѕЊЮ,ЈvАААЌЌЯLo>WQP``rЗcц– ћЊ ћН lsЖ…zxЈ›‚–‹‹Ќ  ЁЫЬа!џ NETSCAPE2.0!љ ,ЗБHА Af*,ш& ‰‡оИrEр•*Э-RЁLЃ бH˜ГXХЦ}5j(X”RС‹*Б0ѓА( UH(‹ц&Lц|’X-Mž/BФФ’4Q,N=ИŒyХeЯEBDS–fŸ‡‘XЎxеКˆDЫ2ШЌЌзДїй\+юа7s.Ђ;ѓЧGœ:yFлsff?ЂНЈrБв!іUqЃ@В›*ћ, K‘sEŠK!љ ,бн( СƒnЎ(TШlс•ƒ!в˜H‘„‡X fмWcб"*<ІQФCћšэуXCС/МЈ‚%D,іŒVхbДбrд с&ІO,бnDУђ‚шРhW<,ŠІ&к"@ЏdМRхХЋpо БЯƒЙЁ‹^ UсЁчШE$ЬЙ!ЪшШВ$>Њ{“Dš*=’м—їЄВ4nДН1еMš}WBфPPуТe5šImіТƒ›9rќX4@СОТBTљ1TrhpШюсt€Э!љ ,ѓC Ёf 9ƒ!мИˆe€B7jb‰ЈP 7` 1Ў^l4-$ r јбlЋh5ви!QC鉕-ђ  Э4тмЈБOвЂ*9Š:ч2’1z2$@,nРС‰ІЇX“эл`cˆ‚ф,QсŠUЫrh–С>UvЖ•јъШS• Р„@€ !љ ,џsќј€‘‚9z Ь1@У?іE:˜ŽC=..љЁbR€5^HŠітХ‹ћBмјрhбEˆnЈИб' –`рh$ ‘ ކШxЁщCЪK”Mу!кG2<\`TCYKHШѓ"Zc/<д Š ‡В} ьdЁт‰,i>м’сGБ dZИІ*ƒU74 Йтf› XЉЈсЬ‡$n‘@€ри’fВyАбgV7-Ђ,sШ6W>ИrЅB†6M9іUiqФРЌЌZh:Q"Ž0:Ўz˜3` rЂщСЁУЄ5вœИЁl‰zРmKгЬЋ46†Ш9ћcxn" =yРќи'l–tц1pbж/ВfЃЩgЌ `!Т!z~Х"˜gSМ;4‘QЎ&Э$Xшу@ фHZ(Ж`Ё'Ї˜Лb†§:fžxaXШmaJƒaV"p$ФЅ@0"L%€рUБ;wЖY"pЮи&рТ– UЩŽ Вец—хb'Œс81…ma0љ€pЇ)JDŒ…тЮ‰(шиqг@р•Nі€ЂDщ"B$рPЮ‰cЂŒa#D„8Ю!љ ,џ €Ѓгс—Р 8haРSˆГ„€'тР@Дц$те`в8f$f…"pgл„i%лfРб“yрŠ{%ІИt`‚ 3ž,фн!@Š–1R~бВXSDXg‰с@\(ЊЗP€sЦ! XяL(dР€ˆdр 8+5j”БrŒ;2Ыд+лТ(т†‚1šŽ˜•рN1Z… i@ТmЯв;ГŒнЙ/RŒ9@Pd–€)ФqŒЕ­V­ BПX ›ѕЦX‹ЌNьЩ6‡лV 85I"D›r\@Q˜€И-ар$ Ь”1”F$H"е[ 0†Ы6B!љ ,џЬ‹в‰<:X€Ѕ˜tц %о„)х ‰bь! :00kЯрP {("™0"…\шхеУ8^Р‘фSЈMБ‹m›ХХ&М0{8р цЭƒ"Œ0@(:>"$х`žwр…nmФмсРСTАДN<дe‹н1Хpр($F cПN˜:уУ’ ДhЃAƒУ(%р6bŸ;юЬкFJs!!lИiHPЭФhІЄРБ ЉЪoлРћ%dV›7Ќц{%N9nwЖQк"ЅD:MРiŽ№ŒЪ–ыhŸ3D- рSЙяDћ˜€!љ ,џщМšТi˜ˆH§:(ФРЏ(aю1 ›‡S((хлž;ю„BРРЌGc„Р2\Б X}З- %•а0`ЬV›6ЦŒРQьD˜)Ц~ЭJт'b8€4VLŒc  L ЮH=‘‘ ;$>Ю"рЬ&˜LСB*лˆlgойFРYЉQЃФД8!Žлœ9#ю4–ЗQoH H€dŽ?ЄzкFŠCT!D|hH№Œ„бkсЫcРbЖlbЅ’ђІ ‡mЏаuš"AЗ;ˆPXn ›&ЖИи2Ч7œ*Ž1 ‡rH˜вŽ“€GcЦ”K0"mm*œЗ…SІ@р`@У™Є€оBФ‰‹&M|€ ACЫSм0ЦЋ„Г#4мб0Ч;>Fгю,9$юрРюYЖ9Ѕр}ѓ†­^„h№!A“#@‚;лЖ§тр‡ йКЮЙ !XR№XуDaD6ŸI срм7NРьI Чэ8"kx80ЦСƒžља@`Ѕ…s$HСUЙ9йцЬёc@€Бф0`€ƒrфДh00†Б#юа5@JУˆБ и<арC9r9ђ‹)JВiа0'.„8ЗСлЎ jнp(„)p”8ёx€—лmxTr `Œƒ <˜уƒ›NFŒTрМ’pсs4$ч x…5ЯГ!љ ,э €fЄ’СР((lф !‡;Єˆ4!"€…:$€‡BЄ$ЬиаСn#>>4@„0`$˜“рcVлР XS)нK`м8аР­#‡w„ђ€ЧššИi :‚м HЖf9 W hј*сЋœxЬЩ& 8јјJ‚1•|”qЎRF€M@Љ‚НфАvмvфЌ…чL}6 „5IС;nKьj I*D%Иoœ<аЂ…cVŒИрDDJ… ЊчјрІєš#И~сЁњС3 аЕюрv…5Х!љ ,ѓ €fЄ‚СJx(\Уp ‡;ЄˆИ "€‚…<:$€‡„ЌI˜Бсn>8ЈМc@€‘4&˜’CV№Р xPЁ˜м8аР­уЧ;B*V€ЉAeQмВ‘@ФŸsШ‘ѓЁ€rТJ€` I…l#К!!Ю$aЩi0@Є‚АнHиKJУ #АЉ сю3? 9ђы#1žiа@ь  @’‚З м–J~Ю$")!сQjђ в-Ж`m'N |csр*Nзz‡Ћd›X›rЏ(QУ— д.|дкYБ!љ ,џ €Аrm‘ƒk*)|Р№‡;Єˆp `MТ… 9а@€CBЄTPШЃсv>8ЈМc€ˆ†k2VуаFHBЄ">0rБ7ЮјI@ AB80RЁ‚† иq€€фЛ8DЌT˜зRB@ v†Йg 4ЉацЬ™QЌрурЇZ7 m иЅA 9Lл ЧJУ gŒЙІСЧ_!4pјuфMЎѓ3ЊPЁmкL>Тj›#У„СQ мЏrУ4 )GЄVЋ;м МйЦІе*кœЌuВvр@Ѓ^‘šv QЙk№"~M—˜0G(ЁЂ"Ž5|_ЦXСG- !љ ,џ АБ†ЯлзT0bX…‡юJ€оЁ№А8HРAˆ R:’bwFˆˆраM 6ЮСƒ›BЮphѓІ Ё_ПЦЄ›ЎжИ` м9г&?…hwЁ†l‘‚рƒи™Jйeфд)L…„:ƒЩOЗgФкиLH›6~ŠСƒЧЊЭ™jнф‚ВB`9Aл и†CCW? ˆр€D Ÿ; лќ:Bъ;MœтГ‡U[<эўbuфW+T'~(vтЋrХ(Ч;U# „1@Ъ•_l8%њ† сR}ПРЕТ'NШДTЪY;@m“ЉbаQ ‰‚<q ЁJ!љ ,џ АБ‚Џн­];n—#юAїMЇVэ‚]Лж№a„ј8L€‘ƒэ*=ЂЫ!рСCg%Q­vЕ‚Yљѕ†C›—8ŠБ*ч е”-­нI@ дЏ~„Hjкk 4 )tGУLmFpK@ŠШеS&œНdUŠOb˜t ч-QБ_wкДјяШ›6~JНї­‘s63`ЧгЏm8˜НƒЄŽ; 3p„T RрSdЊ…6Ю^§вІX1xУ…;ЯРЌyП М9СъША8@ЕcЬbcР‘№…Їд аbСИ]Џ_р€сKBЊеF^ЈЇУ“o Ђ‘ˆЪЋ€!љ ,џ rjX“јОсBиЮЪiwюљ6LЇFхZ!ЅqZмс@ иЗiVЁГіА yG„Д)FˆM"*ОеJ”ЊиЖ;…<§:‚Ѓ+Pо^Ё —ЪРЧ=8$(ѕКŒ @(‚У€bbј@т‘ЈŠpёdрБ=GкœRdŒЋTZ€30kж/8NАтрЧи‘aэ x5Kёр8 є‹TD„QЬ +лl•ЪХbєkЛgоЖmшО;aр—Ш|ч§6‹еЏo|НфQL‡…тo\Р сAЅ…O{'œ60Ѕз№…ёWb/Š_щј\ށ)x!љ ,ѕ ƒ)NЈŠ С…Я‘iг‚c€ ЇGл\ 2ЬСTwќ˜:r‡УOBЌсы”ђ@#SX0Ж'Иo_с(G%•ИbYœ€g Х‰mBк`ѕSаль‘(n›€рhЭ8 In&Œ r S2УФ4Pв+pЌŒ=*”-ДXЬлЦvžLtfyЩ PФVmL ѓЅ……р xСлТ б6fN№$Џ,1P,Ъ+вGNh5РJФgѓшŒncWyН@3ѕЕ1˜y<БТЁЄ_ Џ_u‡B8И C ˆ!pV(Ђ!љ ,ђ €7•pIpђЅ…JЕ ЁUL Иy kq1Рfš“#Lи#т`Њ^Пю3ѓЪп‰ƒДJФ И\aР,цeжA,ЮbnІ:d2јеS(Ц;оЭRИ'>GЪ…В€ЇЂ^ђAKЈBX§šEцeБ AСбЁSєD12ВФŠ"–•WOЬѓт ЁJРЙ*Ћ(’(<}Ечˆ є˜ аг‰YqNр8ac1ZtВ&ЌbLnЩ2@Ы‹#8[(!ЧMr3ЩРъЊ+xdJxТAЋЁmДРAЏh@!љ ,џ ќСфˆLX€чЅ˜,ŽL@у "™ސ9ёpжЌ ЗфСёЄ8p(Р<!ТРBGР1‘cœ+i=dUŒ…—№fy™e иœршœ “Ь//v\Ad"ѕ—02d№4+VЌ”@йN‰,L<bхE›yр˜ађр,qфĘgчФ‘vцР!‚–Ћ ЧZx‰хд<шxЩРЄDž tЙђД4Як'~(Бu‘^<ЯEГ-В,q\Б #"O‹Yqц§:!‚ Fти‰gGhи:’3Ъ9( €С,KзžДЊЊА5кgБЊ}’T9VsC[5nєY4„Š}7д|КЗ‡ бЈHMRšзю6x€Ж4Јб6d ЃН{A†2ЅFF!љ ,Э m šТz(8@Т Fь!PЭ"‹2оШИHеCXЂЉЊВoп’ЊHм x0Ф‹}n]е\1WХƒЄБ[гdмЇ‚тfBЙfTuCщFЛj”)Uб4ЃŠЊU[]tƒ„Œ$ЪV‘z—DД—2_T‰ц!š9ЪWBTЉКŠ‚+ LKUЛ–ГжЏ™™Ж: !љ ,УЏ(аœСƒЊYШАсС*HЄ™H1Э"fЬЬ]aVЅЦЂE7n|TqУC5™)hЖOA!еxТƒfејAвC‹<`ё‰sЃO мxz%š›ЂцЂе\эЪR53bЙ"–hAЇІЉт'ŽR—Ž%ArбЩœ‹HќTЁb_ћHЊЩIwŸФМЋXм{ш Gƒ*­bжœ‡5DƒМяEДn4bСb_7 <_ ­`рfг7b;PK ГX$0communicator/icons/PK “+Вс"ˆ””communicator/icons/offline.gifGIF89a їџџџџџЬџџ™џџfџџ3џџџЬџџЬЬџЬ™џЬfџЬ3џЬџ™џџ™Ьџ™™џ™fџ™3џ™џfџџfЬџf™џffџf3џfџ3џџ3Ьџ3™џ3fџ33џ3џџџЬџ™џfџ3џЬџџЬџЬЬџ™ЬџfЬџ3ЬџЬЬџЬЬЬЬЬ™ЬЬfЬЬ3ЬЬЬ™џЬ™ЬЬ™™Ь™fЬ™3Ь™ЬfџЬfЬЬf™ЬffЬf3ЬfЬ3џЬ3ЬЬ3™Ь3fЬ33Ь3ЬџЬЬЬ™ЬfЬ3Ь™џџ™џЬ™џ™™џf™џ3™џ™Ьџ™ЬЬ™Ь™™Ьf™Ь3™Ь™™џ™™Ь™™™™™f™™3™™™fџ™fЬ™f™™ff™f3™f™3џ™3Ь™3™™3f™33™3™џ™Ь™™™f™3™fџџfџЬfџ™fџffџ3fџfЬџfЬЬfЬ™fЬffЬ3fЬf™џf™Ьf™™f™ff™3f™ffџffЬff™fffff3fff3џf3Ьf3™f3ff33f3fџfЬf™fff3f3џџ3џЬ3џ™3џf3џ33џ3Ьџ3ЬЬ3Ь™3Ьf3Ь33Ь3™џ3™Ь3™™3™f3™33™3fџ3fЬ3f™3ff3f33f33џ33Ь33™33f333333џ3Ь3™3f333џџџЬџ™џfџ3џЬџЬЬЬ™ЬfЬ3Ь™џ™Ь™™™f™3™fџfЬf™fff3f3џ3Ь3™3f333џЬ™f3џџџ!љи, qБ HА СƒW)TˆАсРUTL“Hpс*‡WЉ ВъЯД„8:TH…#Х‡9^|hQХЊ’?œгхТ’09ж”™‘ІЮŽўXьј’ЃЧ‚>‰.LXT#OlЋ’ЎDи4jТ SЉbЕ’е"ЦŒ^Пb ;PK “+Иі›>ŒŒcommunicator/icons/online.gifGIF89a їџџџџџЬџџ™џџfџџ3џџџЬџџЬЬџЬ™џЬfџЬ3џЬџ™џџ™Ьџ™™џ™fџ™3џ™џfџџfЬџf™џffџf3џfџ3џџ3Ьџ3™џ3fџ33џ3џџџЬџ™џfџ3џЬџџЬџЬЬџ™ЬџfЬџ3ЬџЬЬџЬЬЬЬЬ™ЬЬfЬЬ3ЬЬЬ™џЬ™ЬЬ™™Ь™fЬ™3Ь™ЬfџЬfЬЬf™ЬffЬf3ЬfЬ3џЬ3ЬЬ3™Ь3fЬ33Ь3ЬџЬЬЬ™ЬfЬ3Ь™џџ™џЬ™џ™™џf™џ3™џ™Ьџ™ЬЬ™Ь™™Ьf™Ь3™Ь™™џ™™Ь™™™™™f™™3™™™fџ™fЬ™f™™ff™f3™f™3џ™3Ь™3™™3f™33™3™џ™Ь™™™f™3™fџџfџЬfџ™fџffџ3fџfЬџfЬЬfЬ™fЬffЬ3fЬf™џf™Ьf™™f™ff™3f™ffџffЬff™fffff3fff3џf3Ьf3™f3ff33f3fџfЬf™fff3f3џџ3џЬ3џ™3џf3џ33џ3Ьџ3ЬЬ3Ь™3Ьf3Ь33Ь3™џ3™Ь3™™3™f3™33™3fџ3fЬ3f™3ff3f33f33џ33Ь33™33f333333џ3Ь3™3f333џџџЬџ™џfџ3џЬџЬЬЬ™ЬfЬ3Ь™џ™Ь™™™f™3™fџfЬf™fff3f3џ3Ь3™3f333џЬ™f3џџџ!љи, iБ HА СƒБ§YЕ*ЁУЈXѕgсC„ЈЈІBbУ‹j”FЅ$УƒSЊœ8В$•U*Ў1œ S…F—/sntЙ*'Ю—4i.liraаEnLyфРžЄ1uJ№ZEšT ЮМ;PK “+[И дд!communicator/icons/search-act.gifGIF89aГџffЬ33f™™џЬЬџџџџџЬРРРЬ™fРРР€€€"""!љ,@аШIe1їжmq aŒŠ$\,cDQKiЂI$z…‚ЄУЬ&cЁИуќH‚ ЅЂ(b4MSэOд:š“hГ“kr Ф!5  7JŽR‹{-@$R9>dA$l;"cA/ 0—@-šGC Ÿj;PK “+ ПE0ййcommunicator/icons/search.gifGIF89aГџffЬ33f™™џЬЬџџџџџЬРРРРРР€€€"""!љ,@†аШIe1їжm€ЩA6#€ †€ˆ."pxЁЃ;‘jHDJА n’йэ”ЫMр;%'%бршВІ_pHL*Ё—ziQ&lчг?иУ'ёв3%ЈN]fD_›“ТЅ’Ж˜H@8фž“i‘F&Тг#­€bНV.>2ƒC‰OюCboкэА6d+Tr?,2$a€$A+D$ H$e2.mkŸDfЃ!Œ" F lЎ5J;PK “+АN"‡‡"communicator/icons/lock-secure.gifGIF89aЂџ@ €``Р @ІЪ№џџРРРџџџ!љ,@LXЊд^dС0FИ€YЁ\! aGPvi!sMEFцeiРКе•ЊЗДSр@,-h”Эд86˜РŒІ@dVѓƒХj;”kїЫРсХN;PK “+ Є2­­"communicator/icons/lock-broken.gifGIF89aГРРРџџІЪ№``Рџ@ € @џџџ!љ,ZHЊabЦ0 qMе TBjh['р0 ˜"pq.Q а#dŽС @,Т~З"х|"Sž"€™“˜ЈДЗ‚1IhЗэsbFФжВ€цЉI4&ѓњE;PK “+cёДŸЃЃ$communicator/icons/lock-insecure.gifGIF89aГџ €@ €``Р @€€РІЪ№€€РРР€РРР!љ,@P№ШIЋ Ѕ€Н‘P–$‚4С!Cы*JRBR ™ …bќDСh8q6ЎЉ™0Ё№ $NчHЈ‚0„ŒИ€X^n@`ЙNџ>Ьј!;PK “+Ў—`І  communicator/icons/loading.gifGIF89a№џџџ!џ NETSCAPE2.0!ўGifBuilder 0.5 by Yves Piguet!љ , „ЉЫšCOЊhжrУ…пUMЭffš•)ЊВU!љ ,!„ЉЫт;qU5бuМe№aZŽ^ч„%І‚ŸдЎфL+!љ ,#„ЫЁммƒI9jцЄѕОl Gb"–„šfшu™›+S!љ , „ЉЫмzЊ˜lfјє†тјЅwQ[І:ЇщЖуЬ;PK ˜‹А.ЗЬ Ь $communicator/icons/turbo-systray.gifGIF89a`!їџџџB)11!џюѕџмёрЪюРЗъžЂъžЃшZ‡ŽЌТЦе+m&7m5ŒqЈAЅ?Ё"Wж"Wе!TЯ,OЈFY‡PФ#\л$^м#[й#Yж$]л$]зBhС%aо&cр&bп&aн(bл1hе(jнMj™ZxЈ-W8YŒ5NuЙЦкjъ [Щ ,V0{хKъLŽъŒВуЅИб8ˆщg™иглхqыtь{ш;ŒчI“ц5f›EtЇ{Ќтyь|э-hЄL„ЛWzžqŸЬWzEa}A[v>Wp{Ќн^ƒЉVx›Защ„ш9yЖ.DYmšХ „юм~кй/‹и)vЕ=ƒОˆЌЪ Šя я ŠщŽё ‰чъŒщ…уюŠцё‡ф…с†т†с„м„кJ—вxЗцŸЦх ‘№ ы ъ “э ы ъŽъщщ’щŽшшŒфŒо"Ÿђ\žЮ –№ š№ šя –ю •э™ю”ы–ы™э™ы™э“х”ф—шё Ђѕ žёЁёЃѕ яžюЄєœыšщ яžьšц8­ѓbЗщ{Ты…ХыЅѓЇёЃэЅ№Ќѓ"Ќє9ГєEКіDЎчUРіfЧїnЪјрюѕЋђЎё­№ЌяЊэ*ВєZФї]Йу{Яј…гљжљзљБєKЩћЗјЛєЙѓЗёЛєНѕwмџШї#Цѕ!МцЧъдіžюћРюєРџћрџ§џ–sR9ї{Jчc9яkBя„cмX1­!ЮB!їvUНZBїŒsЮZBЮB1оZJяkZяB1€ŒЬЕ!!oо-)ь11Љ%%И11­11k!!”11ЩEEs))„11­BBk))R))J))9))B11cZZkcc­­­RRR111)))!!!,`!џ!HА Сƒ*\ШАЁУ‡#дц­ЂФ‹32ьЦ­bEp–IВЄЩ“.RЊ\ЩВЅЫ”Њ]PiЧŠлШНмЩSeŸ@ƒ  хзЏUЋX)EŠTЉгЇPŸОѓVŽ+еnzуfЄUдЏ`УђKЖЌйГEѕъ•Ћ­лЗmuЩKWюяljEЗІЎпПsw ,X—`ˆ+^Ь8…бЄ "KžlЉrхK˜3gжЋЕbЙšC‹}шаЂгЈS/2СКЕызА_eЪВэЫ—•оЭЛєЮx­єN|їщ;Шѓ$ZЮ|Й‡чаЃKŸў"0WЙiп^Ј;ђфyТ‹џЯЃ‡ѓMq(ЦЋ_Пž1cЪœ™}4ѕгpиЯППџ§Hа€ЌаУ˜lЇ`w…|w{yœœ7O@hЁzюС'п|їнgF„(тˆ$N№@=єЁ ,ЅXёФO"уŒEEDфЈcŽHБ‡y7НsссНп†кї!‰LŠXС*p2‹,ЈРBЪ+Ћ\тУ‹аXD`†)&˜PH8Ё7>Xh‡CYЦ†ѕuh†дiчw>рC-ДL‰Š)Wzв‰#X ˆŒQаФ?lг6рœC;K,РяdŠЮ9œЂ“щ k†**tˆjъšF‰Є‡tтщЊ‰*дџТч”Ї2Š(<тˆCЌhŒ*AЯ8н8УЬ9ЩМ3РњЉЄž*эДЇŠЇс›Ђ1чџU Р&Д„;ЫŸ™РШŽќс `b(ёЭ6ѓРЮ5а\SЮ<0-ДLЧ,АЉxМЙЊ’flр№У;,AГT<Ў)х‚щ‡Кnhб‡Џгlѓ2Ю„#N8р,уŒ5сд#€ЮМ&ХШ`Ч$Ч€i€Д]д|sЮ`­ЊйЮёб4а‡,L“І~јсЦRX‘…!ѕ( 3з0#Э5вxУЕ8ьДэГп2аЫtta Ќ6лn`‡м иџс&ЖqЮ™Ср„>xš ‚Ъ)ІŒІQћБ…R8AC!ц|-;єагu3)‡ГЮЫs”nњЄB’JлаŠA нОPАъЌ—ъzпx€†GЮ7Ї/ќ№С+Ыё€†ФQw,E@0Pˆ2ваѓ=вPУu9мDCЮ:ёœ~:СЄУщхŸЛщщЃoОщКя_aЬЉС§јчЏA ”BЪџ™рC˜ЄА…Щ=N`A!ˆw| lв(Ч3ЪQВДCтsпљJ'7dpэурмN?о•~s"ž ;№+МтЂ#Д <)0;hC р%Žtј0чРF4џšсuАƒ,];˜Ф%Ž0ƒКу‚М€B§YБ+T!(GИ!aЪ€ќ@; РˆР„$Aшh3Шё zd#‰J|_#ŽсAг­/члcIШ…BJqŠTДЂў2Р`"Wщђƒr€р eдС Ю/6Кђао7Аё u@oxƒV‰Ъ9Ј LxЅЮц№GYЦRL(! ‰Ш)Žр—Р &0#аGDВcA(у%q€ƒlҘH@“dœЃхЈЦ90€lФс›рќ&+ЧIЮrІВœумЅ:})ЬvŽ€ИBѓЈ&2*ѓœ0І#’џ…P3йРЯаlт Eh8Ъа†:…У.%ЪXєЂХ(<…€Ън:˜'@ёˆ’> P€>џˆ–КєЅ0ЉLg г@"ЈLЅNS ‡вeєЇ5N№„*ш:А‚ XР†N8ѕЉN5iIѕIеЊZѕЊX­*K[zа›’sЇrXЧJжВŠ• …,Ф"ЊˆЋ\Й((OHUWЦМ+^ГŠеНъS’pщ aSqЂгЌˆMь „1 ^итБ•Ћ'<ё‰ЪFтВ‘f7›YРzіГšэ,hG+‰С–А„Hэ* ЖІ/€рЕА­lgћ‚aБ4жБЕХ*фZйO–Р Ў$‚KмтЗФ­r \фV‚A„шNъ*0Рg юAšvVлЦ&ХрuEe3“ц(тМшmN"Бі6Нь=яzп›=иїОі…}шƒўњїП№b‰=јРNƒ‚Ќ†4ЈЁ UpАa WсСЦ№„!L… GТ ЎF<…›јФ'Ž€ŠWЬтЛИ'0ŽБŒgЬ“€;PK ЙyR,D:РДДcommunicator/icons/btn1.gifGIF89ad*їќ„ќfЬќќ$"$424œšœ„‚„ФТФ42dœšЬ42œœšќdfЬЬЮќdfd|~|ЬЮЬЬЮœќўЬќўЬЮЬšdœf4ќf4џџџ!љ,d*ў5HА Сƒ*\ШАЁC (Dœ(ёBC 3fДШp‚Ч14|Б$I’ J\I‘уB (Tа0sІK…$LА СBž"Gš,y3eLŒ&1EˆT&MšKzLАѓgЯ /c…i” W˜8ИГ‚ЬГc;ъДАГ-ƒ”`ЕІэЊ5nF 8h €щQГ€ёъх‹pеЖl-0ШЫЏ_ЛZћŽэћ№хЫ—ёюЅ|Pтх h&\xщЂ0Xм˜ѓС“CЧNNi™хЪ ƒ]дШїц„ ƒcPаZ!lиg?l@БљС eV˜N}њѓМР-hпОУbнўЧж>Ёhа RЋOwЎРНшзЏo_АqъејѓKpl џЩІ€Ъ-”–e…v^zэЙч^‚щ-(˜h1 С…ЂІкjЂэЧп{С €’WЂ˜Ё$аЖЇAџaF‹ЂЙш Ї-€!Ž2F\xCСXb_хф‹)&™—^x ашE™т’5:9 ђ9уKЎІ Ц8lD–h%BGFЉ&zT*`vPЎЉf›oJ†e–ъuщ&v%AIЂŸџIІ&ЂЩb ЊhЂ ЙИЇ“Ь–шЄŠ6ЊW^o:ЉЅh8ащЇь‡щ—%ў'ЇІJЂ ešЗЅў”ш’ОїъЂ‹ЮКdІqъЏвњ&˜ ЊЊ*Є&ЖЊатii­1‹'|Л*pІ@ _~5ŽJlД%ИjВ]I+иЎМ&d.­nІ‹PЖ^ ;ьBš’Kh‘FА']њОIћ–;(]l№С'Ќ№Т M+ MЋW; qФсf|1] A‡мБchFК&yј‚,ђЪ$#1 $>јщ(A<@ЛІ€XсЌsц•3A4УwsЮ;‡ єв hЁ ж) }d„? ГT $™D6й‚–6yЂљЌ@и8Ь—ўhs€k}uщѕ@иnЗЯh]^ PAИM@€ р8гGŠ­xо|сМy€k@щ\—јЗQ†PЙл83ч@aљ @љив~њуЗїхжўј@ЇŸозˆЋwuфЎУNімн|‘C_9ямl|AЛ-}Шж4жІЃ^uњЮГшzP€ь аn>hіќŠv§@i^ќцЧ ќЏ ш \ЬІЄЉˆ`а3v1Эh€и"”-щ‚”рќ>fСѕљG@!‰д†ЕТЅ‡ES#^dД M,ФYаh6 Й ­nў™›кЭBSУО§G ZгкЫ2†/„7LЪKЯŠШЇЊ9€№˜вx˜žœщЦp7ЫKќt2‚g,0Q 9CИ‡‰c^d—€*b‚5*ыXž7F ŒёS ’ЦОЄpDMŒиШШ?RяƒFЂ€Дш€ &mяYфХHFZ™ok($(Y˜HлНdД™н”Ц4ЂВ=LЇ ЁiO˜B4‘ˆžR!Х::ГБmejеš–'Эє #}ъ6m—1ALЊ ЋX ;PK ГX$0communicator/taskbar/PK (“+kЅƒQІІ%communicator/taskbar/composer-hov.gifGIF89a їџџџџџЬџџ™џџfџџ3џџџЬџџЬЬџЬ™џЬfџЬ3џЬџ™џџ™Ьџ™™џ™fџ™3џ™џfџџfЬџf™џffџf3џfџ3џџ3Ьџ3™џ3fџ33џ3џџџЬџ™џfџ3џЬџџЬџЬЬџ™ЬџfЬџ3ЬџЬЬџЬЬЬЬЬ™ЬЬfЬЬ3ЬЬЬ™џЬ™ЬЬ™™Ь™fЬ™3Ь™ЬfџЬfЬЬf™ЬffЬf3ЬfЬ3џЬ3ЬЬ3™Ь3fЬ33Ь3ЬџЬЬЬ™ЬfЬ3Ь™џџ™џЬ™џ™™џf™џ3™џ™Ьџ™ЬЬ™Ь™™Ьf™Ь3™Ь™™џ™™Ь™™™™™f™™3™™™fџ™fЬ™f™™ff™f3™f™3џ™3Ь™3™™3f™33™3™џ™Ь™™™f™3™fџџfџЬfџ™fџffџ3fџfЬџfЬЬfЬ™fЬffЬ3fЬf™џf™Ьf™™f™ff™3f™ffџffЬff™fffff3fff3џf3Ьf3™f3ff33f3fџfЬf™fff3f3џџ3џЬ3џ™3џf3џ33џ3Ьџ3ЬЬ3Ь™3Ьf3Ь33Ь3™џ3™Ь3™™3™f3™33™3fџ3fЬ3f™3ff3f33f33џ33Ь33™33f333333џ3Ь3™3f333џџџЬџ™џfџ3џЬџЬЬЬ™ЬfЬ3Ь™џ™Ь™™™f™3™fџfЬf™fff3f3џ3Ь3™3f333џЬ™f3џџџ!љи, ƒБ HАрЕVЌ\(P…CиZљtсР‡2ЊHБ"C‡C(€АЃТ…TЙВ€ +ЏСdh%ЅH’ЏЩTтТš*G–дщвeOš6‡^ыйгЈЧ‚5ъМV”gL‹и Ь( “ЉJ>-Ю0cL—:БL3# ЖUЋР2 ;PK '“+ZЗЃш„„$communicator/taskbar/addressbook.gifGIF89a ЂџџЬЬffЬfff33fџџџ!љ, IXК%^#–@™%8ЧH)VAdiš_8žЄ@ezŽc18Гє›ЋДiXЩФл(Sд!ƒЖŒД МXАЃOЁЈќйˆЪд+*і,ˆ№ЯЬЎСŽ4КъТ™P7Ž„ZаЌРЙ;PK )“+{$МЊЊ&communicator/taskbar/navigator-hov.gifGIF89a їџџџџџЬџџ™џџfџџ3џџџЬџџЬЬџЬ™џЬfџЬ3џЬџ™џџ™Ьџ™™џ™fџ™3џ™џfџџfЬџf™џffџf3џfџ3џџ3Ьџ3™џ3fџ33џ3џџџЬџ™џfџ3џЬџџЬџЬЬџ™ЬџfЬџ3ЬџЬЬџЬЬЬЬЬ™ЬЬfЬЬ3ЬЬЬ™џЬ™ЬЬ™™Ь™fЬ™3Ь™ЬfџЬfЬЬf™ЬffЬf3ЬfЬ3џЬ3ЬЬ3™Ь3fЬ33Ь3ЬџЬЬЬ™ЬfЬ3Ь™џџ™џЬ™џ™™џf™џ3™џ™Ьџ™ЬЬ™Ь™™Ьf™Ь3™Ь™™џ™™Ь™™™™™f™™3™™™fџ™fЬ™f™™ff™f3™f™3џ™3Ь™3™™3f™33™3™џ™Ь™™™f™3™fџџfџЬfџ™fџffџ3fџfЬџfЬЬfЬ™fЬffЬ3fЬf™џf™Ьf™™f™ff™3f™ffџffЬff™fffff3fff3џf3Ьf3™f3ff33f3fџfЬf™fff3f3џџ3џЬ3џ™3џf3џ33џ3Ьџ3ЬЬ3Ь™3Ьf3Ь33Ь3™џ3™Ь3™™3™f3™33™3fџ3fЬ3f™3ff3f33f33џ33Ь33™33f333333џ3Ь3™3f333џџџЬџ™џfџ3џЬџЬЬЬ™ЬfЬ3Ь™џ™Ь™™™f™3™fџfЬf™fff3f3џ3Ь3™3f333џЬ™f3џџџ!љи, ‡Б ФV`еР‚ј“p C‡Ћ P@E …j$ bФV5мx0IRсЩ? y ФrрEŠrъмY@Ц‡2#ОФшq•Ш– Cdˆp•ЇPцєЈЂрЊ?Tўh D(€УЮdHГЋЦ"Wљ4 SdYГE>]кPюУ€;PK чЌ,™јЩПЄЄ%communicator/taskbar/navigator-16.gifGIF89aїџџџџџЬџџ™џџfџџ3џџџЬџџЬЬџЬ™џЬfџЬ3џЬџ™џџ™Ьџ™™џ™fџ™3џ™џfџџfЬџf™џffџf3џfџ3џџ3Ьџ3™џ3fџ33џ3џџџЬџ™џfџ3џЬџџЬџЬЬџ™ЬџfЬџ3ЬџЬЬџЬЬЬЬЬ™ЬЬfЬЬ3ЬЬЬ™џЬ™ЬЬ™™Ь™fЬ™3Ь™ЬfџЬfЬЬf™ЬffЬf3ЬfЬ3џЬ3ЬЬ3™Ь3fЬ33Ь3ЬџЬЬЬ™ЬfЬ3Ь™џџ™џЬ™џ™™џf™џ3™џ™Ьџ™ЬЬ™Ь™™Ьf™Ь3™Ь™™џ™™Ь™™™™™f™™3™™™fџ™fЬ™f™™ff™f3™f™3џ™3Ь™3™™3f™33™3™џ™Ь™™™f™3™fџџfџЬfџ™fџffџ3fџfЬџfЬЬfЬ™fЬffЬ3fЬf™џf™Ьf™™f™ff™3f™ffџffЬff™fffff3fff3џf3Ьf3™f3ff33f3fџfЬf™fff3f3џџ3џЬ3џ™3џf3џ33џ3Ьџ3ЬЬ3Ь™3Ьf3Ь33Ь3™џ3™Ь3™™3™f3™33™3fџ3fЬ3f™3ff3f33f33џ33Ь33™33f333333џ3Ь3™3f333џџџЬџ™џfџ3џЬџЬЬЬ™ЬfЬ3Ь™џ™Ь™™™f™3™fџfЬf™fff3f3џ3Ь3™3f333џЬ™f3џџџ!љи,Б HА Сƒ,Аj У@и PHa ЈиарХUVIБb*"WQYв!Ъ•Eš9БРХ8qj  "ClDОф˜rеЊ’6Q2ЌЉ’ •lЎ АjуЊ?X)F]БгъУ?O#Ў8ZєOD•:ehV`G…;PK )“+лdЅўЁЁcommunicator/taskbar/mail.gifGIF89a їџџџџџЬџџ™џџfџџ3џџџЬџџЬЬџЬ™џЬfџЬ3џЬџ™џџ™Ьџ™™џ™fџ™3џ™џfџџfЬџf™џffџf3џfџ3џџ3Ьџ3™џ3fџ33џ3џџџЬџ™џfџ3џЬџџЬџЬЬџ™ЬџfЬџ3ЬџЬЬџЬЬЬЬЬ™ЬЬfЬЬ3ЬЬЬ™џЬ™ЬЬ™™Ь™fЬ™3Ь™ЬfџЬfЬЬf™ЬffЬf3ЬfЬ3џЬ3ЬЬ3™Ь3fЬ33Ь3ЬџЬЬЬ™ЬfЬ3Ь™џџ™џЬ™џ™™џf™џ3™џ™Ьџ™ЬЬ™Ь™™Ьf™Ь3™Ь™™џ™™Ь™™™™™f™™3™™™fџ™fЬ™f™™ff™f3™f™3џ™3Ь™3™™3f™33™3™џ™Ь™™™f™3™fџџfџЬfџ™fџffџ3fџfЬџfЬЬfЬ™fЬffЬ3fЬf™џf™Ьf™™f™ff™3f™ffџffЬff™fffff3fff3џf3Ьf3™f3ff33f3fџfЬf™fff3f3џџ3џЬ3џ™3џf3џ33џ3Ьџ3ЬЬ3Ь™3Ьf3Ь33Ь3™џ3™Ь3™™3™f3™33™3fџ3fЬ3f™3ff3f33f33џ33Ь33™33f333333џ3Ь3™3f333џџџЬџ™џfџ3џЬџЬЬЬ™ЬfЬ3Ь™џ™Ь™™™f™3™fџfЬf™fff3f3џ3Ь3™3f333џЬ™f3џџџ!љи, ~Б HЅ`С?Žј3b У@кD*ўd|ј0E‰ -RlШЂФ@Х@bД(­$DŠХRJЄЈёKAЊœ8ёf 'DДX“•б‡аX­Й"Р ‹u˜АЊU„FЇМjuеŸUFWzˆаЋйЏhН{Г-Ч€;PK )“+;С­­!communicator/taskbar/mail-hov.gifGIF89a їџџџџџЬџџ™џџfџџ3џџџЬџџЬЬџЬ™џЬfџЬ3џЬџ™џџ™Ьџ™™џ™fџ™3џ™џfџџfЬџf™џffџf3џfџ3џџ3Ьџ3™џ3fџ33џ3џџџЬџ™џfџ3џЬџџЬџЬЬџ™ЬџfЬџ3ЬџЬЬџЬЬЬЬЬ™ЬЬfЬЬ3ЬЬЬ™џЬ™ЬЬ™™Ь™fЬ™3Ь™ЬfџЬfЬЬf™ЬffЬf3ЬfЬ3џЬ3ЬЬ3™Ь3fЬ33Ь3ЬџЬЬЬ™ЬfЬ3Ь™џџ™џЬ™џ™™џf™џ3™џ™Ьџ™ЬЬ™Ь™™Ьf™Ь3™Ь™™џ™™Ь™™™™™f™™3™™™fџ™fЬ™f™™ff™f3™f™3џ™3Ь™3™™3f™33™3™џ™Ь™™™f™3™fџџfџЬfџ™fџffџ3fџfЬџfЬЬfЬ™fЬffЬ3fЬf™џf™Ьf™™f™ff™3f™ffџffЬff™fffff3fff3џf3Ьf3™f3ff33f3fџfЬf™fff3f3џџ3џЬ3џ™3џf3џ33џ3Ьџ3ЬЬ3Ь™3Ьf3Ь33Ь3™џ3™Ь3™™3™f3™33™3fџ3fЬ3f™3ff3f33f33џ33Ь33™33f333333џ3Ь3™3f333џџџЬџ™џfџ3џЬџЬЬЬ™ЬfЬ3Ь™џ™Ь™™™f™3™fџfЬf™fff3f3џ3Ь3™3f333џЬ™f3џџџ!љи, ŠБ HЅ`С?Žј3b У@ZTќбј№a iH P$Х†!’”TŒd€Œ ЅЅ„8"@Бb"'jф8[Ф.Ef<й3аG‰•мљ‡•г‡аX­rЙ"@еŒ›>uhАЋW*ZЗ›А,ТUV9]ш!XДpгЪEыДmЯЛ;PK чЌ,APўˆ”” communicator/taskbar/mail-16.gifGIF89aїџџџџџЬџџ™џџfџџ3џџџЬџџЬЬџЬ™џЬfџЬ3џЬџ™џџ™Ьџ™™џ™fџ™3џ™џfџџfЬџf™џffџf3џfџ3џџ3Ьџ3™џ3fџ33џ3џџџЬџ™џfџ3џЬџџЬџЬЬџ™ЬџfЬџ3ЬџЬЬџЬЬЬЬЬ™ЬЬfЬЬ3ЬЬЬ™џЬ™ЬЬ™™Ь™fЬ™3Ь™ЬfџЬfЬЬf™ЬffЬf3ЬfЬ3џЬ3ЬЬ3™Ь3fЬ33Ь3ЬџЬЬЬ™ЬfЬ3Ь™џџ™џЬ™џ™™џf™џ3™џ™Ьџ™ЬЬ™Ь™™Ьf™Ь3™Ь™™џ™™Ь™™™™™f™™3™™™fџ™fЬ™f™™ff™f3™f™3џ™3Ь™3™™3f™33™3™џ™Ь™™™f™3™fџџfџЬfџ™fџffџ3fџfЬџfЬЬfЬ™fЬffЬ3fЬf™џf™Ьf™™f™ff™3f™ffџffЬff™fffff3fff3џf3Ьf3™f3ff33f3fџfЬf™fff3f3џџ3џЬ3џ™3џf3џ33џ3Ьџ3ЬЬ3Ь™3Ьf3Ь33Ь3™џ3™Ь3™™3™f3™33™3fџ3fЬ3f™3ff3f33f33џ33Ь33™33f333333џ3Ь3™3f333џџџЬџ™џfџ3џЬџЬЬЬ™ЬfЬ3Ь™џ™Ь™™™f™3™fџfЬf™fff3f3џ3Ь3™3f333џЬ™f3џџџ!љи,qБ HА СƒЄТсŸ‡G Рв,R№gbЦŠ 3J$H@ b 7J›xБЪŠ;’IsуH} €bЦ?Ќ‚BcЕ фŠ+lЂгЇA›>}К*шЊ@W§бЪu+г@ УŠ ;PK )“+ЪгХDЊЊ communicator/taskbar/mailnew.gifGIF89a їџџџџџЬџџ™џџfџџ3џџџЬџџЬЬџЬ™џЬfџЬ3џЬџ™џџ™Ьџ™™џ™fџ™3џ™џfџџfЬџf™џffџf3џfџ3џџ3Ьџ3™џ3fџ33џ3џџџЬџ™џfџ3џЬџџЬџЬЬџ™ЬџfЬџ3ЬџЬЬџЬЬЬЬЬ™ЬЬfЬЬ3ЬЬЬ™џЬ™ЬЬ™™Ь™fЬ™3Ь™ЬfџЬfЬЬf™ЬffЬf3ЬfЬ3џЬ3ЬЬ3™Ь3fЬ33Ь3ЬџЬЬЬ™ЬfЬ3Ь™џџ™џЬ™џ™™џf™џ3™џ™Ьџ™ЬЬ™Ь™™Ьf™Ь3™Ь™™џ™™Ь™™™™™f™™3™™™fџ™fЬ™f™™ff™f3™f™3џ™3Ь™3™™3f™33™3™џ™Ь™™™f™3™fџџfџЬfџ™fџffџ3fџfЬџfЬЬfЬ™fЬffЬ3fЬf™џf™Ьf™™f™ff™3f™ffџffЬff™fffff3fff3џf3Ьf3™f3ff33f3fџfЬf™fff3f3џџ3џЬ3џ™3џf3џ33џ3Ьџ3ЬЬ3Ь™3Ьf3Ь33Ь3™џ3™Ь3™™3™f3™33™3fџ3fЬ3f™3ff3f33f33џ33Ь33™33f333333џ3Ь3™3f333џџџЬџ™џfџ3џЬџЬЬЬ™ЬfЬ3Ь™џ™Ь™™™f™3™fџfЬf™fff3f3џ3Ь3™3f333џЬ™f3џџџ!љи, ‡БaћE•Рƒ&ќ%I’A„8`кD* ?5|x0E‰ Їeм˜0"€@П@bHАЁЄOП8ЂHф„ Ц„ВчЪƒ ?= Дj•G‰+Dœі‡G‚Ўњc@вЈ8хˆ№зЏ`Нnхz0,иЉЋЄRˆЭ+к?oЇВ2ЪЖЎн€;PK (“+эm– ЄЄ!communicator/taskbar/composer.gifGIF89a їџџџџџЬџџ™џџfџџ3џџџЬџџЬЬџЬ™џЬfџЬ3џЬџ™џџ™Ьџ™™џ™fџ™3џ™џfџџfЬџf™џffџf3џfџ3џџ3Ьџ3™џ3fџ33џ3џџџЬџ™џfџ3џЬџџЬџЬЬџ™ЬџfЬџ3ЬџЬЬџЬЬЬЬЬ™ЬЬfЬЬ3ЬЬЬ™џЬ™ЬЬ™™Ь™fЬ™3Ь™ЬfџЬfЬЬf™ЬffЬf3ЬfЬ3џЬ3ЬЬ3™Ь3fЬ33Ь3ЬџЬЬЬ™ЬfЬ3Ь™џџ™џЬ™џ™™џf™џ3™џ™Ьџ™ЬЬ™Ь™™Ьf™Ь3™Ь™™џ™™Ь™™™™™f™™3™™™fџ™fЬ™f™™ff™f3™f™3џ™3Ь™3™™3f™33™3™џ™Ь™™™f™3™fџџfџЬfџ™fџffџ3fџfЬџfЬЬfЬ™fЬffЬ3fЬf™џf™Ьf™™f™ff™3f™ffџffЬff™fffff3fff3џf3Ьf3™f3ff33f3fџfЬf™fff3f3џџ3џЬ3џ™3џf3џ33џ3Ьџ3ЬЬ3Ь™3Ьf3Ь33Ь3™џ3™Ь3™™3™f3™33™3fџ3fЬ3f™3ff3f33f33џ33Ь33™33f333333џ3Ь3™3f333џџџЬџ™џfџ3џЬџЬЬЬ™ЬfЬ3Ь™џ™Ь™™™f™3™fџfЬf™fff3f3џ3Ь3™3f333џЬ™f3џџџ!љи, Б HАр5lVЌ\(P*А]`хгA† hдЈbbХk:мшPEЏ)\ИЊd“0­ЌЙrЁ•–/sЂДЈв!Ц›0OІЬщ“!P;A} $С›(A^[кбiС3 ( 2"Fl3ܘa&ШЏгЬHƒmеЊЎ ;PK чЌ,э“аВ$communicator/taskbar/composer-16.gifGIF89aїџџџџџЬџџ™џџfџџ3џџџЬџџЬЬџЬ™џЬfџЬ3џЬџ™џџ™Ьџ™™џ™fџ™3џ™џfџџfЬџf™џffџf3џfџ3џџ3Ьџ3™џ3fџ33џ3џџџЬџ™џfџ3џЬџџЬџЬЬџ™ЬџfЬџ3ЬџЬЬџЬЬЬЬЬ™ЬЬfЬЬ3ЬЬЬ™џЬ™ЬЬ™™Ь™fЬ™3Ь™ЬfџЬfЬЬf™ЬffЬf3ЬfЬ3џЬ3ЬЬ3™Ь3fЬ33Ь3ЬџЬЬЬ™ЬfЬ3Ь™џџ™џЬ™џ™™џf™џ3™џ™Ьџ™ЬЬ™Ь™™Ьf™Ь3™Ь™™џ™™Ь™™™™™f™™3™™™fџ™fЬ™f™™ff™f3™f™3џ™3Ь™3™™3f™33™3™џ™Ь™™™f™3™fџџfџЬfџ™fџffџ3fџfЬџfЬЬfЬ™fЬffЬ3fЬf™џf™Ьf™™f™ff™3f™ffџffЬff™fffff3fff3џf3Ьf3™f3ff33f3fџfЬf™fff3f3џџ3џЬ3џ™3џf3џ33џ3Ьџ3ЬЬ3Ь™3Ьf3Ь33Ь3™џ3™Ь3™™3™f3™33™3fџ3fЬ3f™3ff3f33f33џ33Ь33™33f333333џ3Ь3™3f333џџџЬџ™џfџ3џЬџЬЬЬ™ЬfЬ3Ь™џ™Ь™™™f™3™fџfЬf™fff3f3џ3Ь3™3f333џЬ™f3џџџ!љи,zБ HА Сƒ*x ›„*ЈРv €•OhдXёbУ5FTБТуGlЋ"PБВ€•зЎ=h%%K–+>ХД2q`Э–%cЖ@'I-UD<Й*шЕЄb,0#ъЕ›Q{œ`Ц ++ЅL3# ژZ ;PK '“+ААЯii(communicator/taskbar/addressbook-hov.gifGIF89a ‘џџЬџ33ffЬџџџ!љ, :œ?ЂЙс•œТЙоœc$t›4 PLeЈ}+’­™Љщ8Ÿ№š*НоѓQ„4PlјЫр<%н„!;PK ГX$0communicator/alerts/PK лuo/ЦР}\U U communicator/alerts/alert.css/* ***** 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 ГX$0communicator/pref/PK Лšz/ЛЁх  communicator/pref/pref.css/* # -*- 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 ***** */ @import url("chrome://messenger/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: -moz-Field; } /*** 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://messenger/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; } #mailnews { -moz-image-region: rect(0px, 32px, 32px, 0px) } #display { -moz-image-region: rect(0px, 64px, 32px, 32px) } #mailcomposepref { -moz-image-region: rect(0px, 96px, 32px, 64px) } #fonts { -moz-image-region: rect(0px, 128px, 32px, 96px) } #attachments { -moz-image-region: rect(0px 160px 32px 128px); } #themes { -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 ::::: */ .mailPaneConfigIcon { list-style-image : url("chrome://messenger/skin/icons/mailPaneConfig.png"); } #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 ГX$0editor/PK i€љ.мЈ^099editor/contents.rdf PK 0“+Qўv  editor/EdImageMapPage.css/* * 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 )y0/H5 editor/editor.css/* * 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) */ /* ==== editor.css ========================================================== == Styles shared throughout the Editor application. ========================================================================== */ @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"); #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; } PK )y0/j›–**editor/EditorDialog.css/* * 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 сf2.]12ццeditor/EdImageMap.css/* * 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 Кz6,YNЭsддeditor/editorModeToolbar.css/* * 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 1“+Џ€r›ЅЅeditor/textEditor.css/* * 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 н Т.іCКJJeditor/editorPrimaryToolbar.css/* * 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) * Patrick Thompson (sailfish@unforgettable.com) */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: primary toolbar buttons ::::: */ .toolbarbutton-1 { list-style-image: url("chrome://editor/skin/icons/btn1.gif"); } #newButton { -moz-image-region: rect(0 16px 16px 0); } #newButton:hover { -moz-image-region: rect(0 32px 16px 16px); } #newButton:hover:active { -moz-image-region: rect(0 48px 16px 32px); } #newButton[disabled="true"] { -moz-image-region: rect(0 64px 16px 48px) !important; } #openButton { -moz-image-region: rect(48px 16px 64px 0); } #openButton:hover { -moz-image-region: rect(48px 32px 64px 16px); } #openButton:hover:active { -moz-image-region: rect(48px 48px 64px 32px); } #openButton[disabled="true"] { -moz-image-region: rect(148px 64px 64px 48px) !important; } #saveButton { -moz-image-region: rect(80px 16px 96px 0); } #saveButton:hover { -moz-image-region: rect(80px 32px 96px 16px); } #saveButton:hover:active { -moz-image-region: rect(80px 48px 96px 32px); } #saveButton[disabled="true"] { -moz-image-region: rect(80px 64px 96px 48px) !important; } #publishButton { -moz-image-region: rect(176px 16px 192px 0); } #publishButton:hover { -moz-image-region: rect(176px 32px 192px 16px); } #publishButton:hover:active { -moz-image-region: rect(176px 48px 192px 32px); } #publishButton[disabled="true"] { -moz-image-region: rect(176px 64px 192px 48px) !important; } #previewButton { -moz-image-region: rect(64px 16px 80px 0); } #previewButton:hover { -moz-image-region: rect(64px 32px 80px 16px); } #previewButton:hover:active { -moz-image-region: rect(64px 48px 80px 32px); } #previewButton[disabled="true"] { -moz-image-region: rect(64px 64px 80px 48px) !important; } #printButton { -moz-image-region: rect(160px 16px 176px 0); } #printButton[buttonover="true"] { -moz-image-region: rect(160px 32px 176px 16px); } #printButton[buttondown="true"] { -moz-image-region: rect(160px 48px 176px 32px); } #printButton[disabled="true"] { -moz-image-region: rect(160px 64px 176px 48px) !important; } #linkButton { -moz-image-region: rect(16px 16px 32px 0); } #linkButton:hover { -moz-image-region: rect(16px 32px 32px 16px); } #linkButton:hover:active { -moz-image-region: rect(16px 48px 32px 32px); } #linkButton[disabled="true"] { -moz-image-region: rect(16px 64px 32px 48px) !important; } #imageButton { -moz-image-region: rect(144px 16px 160px 0); } #imageButton:hover { -moz-image-region: rect(144px 32px 160px 16px); } #imageButton:hover:active { -moz-image-region: rect(144px 48px 160px 32px); } #imageButton[disabled="true"] { -moz-image-region: rect(144px 64px 160px 48px) !important; } #namedAnchorButton { -moz-image-region: rect(128px 16px 144px 0); } #namedAnchorButton:hover { -moz-image-region: rect(128px 32px 144px 16px); } #namedAnchorButton:hover:active { -moz-image-region: rect(128px 48px 144px 32px); } #namedAnchorButton[disabled="true"] { -moz-image-region: rect(128px 64px 144px 48px) !important; } #hlineButton { -moz-image-region: rect(32px 16px 48px 0); } #hlineButton:hover { -moz-image-region: rect(32px 32px 48px 16px); } #hlineButton:hover:active { -moz-image-region: rect(32px 48px 48px 32px); } #hlineButton[disabled="true"] { -moz-image-region: rect(32px 64px 48px 48px) !important; } #tableButton { -moz-image-region: rect(112px 16px 128px 0); } #tableButton:hover { -moz-image-region: rect(112px 32px 128px 16px); } #tableButton:hover:active { -moz-image-region: rect(112px 48px 128px 32px); } #tableButton[disabled="true"] { -moz-image-region: rect(112px 64px 128px 48px) !important; } #spellingButton { -moz-image-region: rect(96px 16px 112px 0); } #spellingButton:hover { -moz-image-region: rect(96px 32px 112px 16px); } #spellingButton:hover:active { -moz-image-region: rect(96px 48px 112px 32px); } #spellingButton[disabled="true"] { -moz-image-region: rect(96px 64px 112px 48px) !important; } #cutButton { -moz-image-region: rect(192px 16px 208px 0); } #cutButton:hover { -moz-image-region: rect(192px 32px 208px 16px); } #cutButton:hover:active { -moz-image-region: rect(192px 48px 208px 32px); } #cutButton[disabled="true"] { -moz-image-region: rect(192px 64px 208px 48px) !important; } #copyButton { -moz-image-region: rect(208px 16px 224px 0); } #copyButton:hover { -moz-image-region: rect(208px 32px 224px 16px); } #copyButton:hover:active { -moz-image-region: rect(208px 48px 224px 32px); } #copyButton[disabled="true"] { -moz-image-region: rect(208px 64px 224px 48px) !important; } #pasteButton { -moz-image-region: rect(224px 16px 240px 0); } #pasteButton:hover { -moz-image-region: rect(224px 32px 240px 16px); } #pasteButton:hover:active { -moz-image-region: rect(224px 48px 240px 32px); } #pasteButton[disabled="true"] { -moz-image-region: rect(224px 64px 240px 48px) !important; } #findButton { -moz-image-region: rect(240px 16px 256px 0); } #findButton:hover { -moz-image-region: rect(240px 32px 256px 16px); } #findButton:hover:active { -moz-image-region: rect(240px 48px 256px 32px); } #findButton[disabled="true"] { -moz-image-region: rect(240px 64px 256px 48px) !important; } #formButton { -moz-image-region: rect(256px 16px 272px 0); } #formButton[buttonover="true"] { -moz-image-region: rect(256px 32px 272px 16px); } #formButton[buttondown="true"] { -moz-image-region: rect(256px 48px 272px 32px); } #formButton[disabled="true"] { -moz-image-region: rect(256px 64px 272px 48px) !important; } PK Ћ ^/‘и'я22editor/editorFormatToolbar.css/* * 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"); /* ::::: formatting buttons ::::: */ #FormatToolbar > toolbarbutton { min-width: 32px; } #FormatToolbar > toolbarbutton > .toolbarbutton-text { display: none; } #FormatToolbar > toolbarbutton { list-style-image: url("chrome://editor/skin/icons/btn2.gif"); } #DecreaseFontSizeButton { -moz-image-region: rect(64px 14px 80px 0px); } #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) !important; } #IncreaseFontSizeButton { -moz-image-region: rect(81px 18px 98px 0px); } #IncreaseFontSizeButton:hover { -moz-image-region: rect(81px 36px 98px 18px); } #IncreaseFontSizeButton:hover:active { -moz-image-region: rect(81px 54px 98px 36px); } #IncreaseFontSizeButton[disabled="true"] { -moz-image-region: rect(81px 72px 98px 54px) !important; } #boldButton { -moz-image-region: rect(16px 16px 32px 0px); } #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 0px); } #boldButton[disabled="true"] { -moz-image-region: rect(16px 64px 32px 48px) !important; } #italicButton { -moz-image-region: rect(98px 16px 114px 0px); } #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 0px); } #italicButton[disabled="true"] { -moz-image-region: rect(98px 64px 114px 48px) !important; } #underlineButton { -moz-image-region: rect(114px 16px 130px 0px); } #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 0px); } #underlineButton[disabled="true"] { -moz-image-region: rect(114px 64px 130px 48px) !important; } #ulButton { -moz-image-region: rect(32px 16px 48px 0px); } #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 0px); } #ulButton[disabled="true"] { -moz-image-region: rect(32px 64px 48px 48px) !important; } #olButton { -moz-image-region: rect(194px 16px 210px 0px); } #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 0px); } #olButton[disabled="true"] { -moz-image-region: rect(194px 64px 210px 48px) !important; } #outdentButton { -moz-image-region: rect(210px 16px 226px 0px); } #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) !important; } #indentButton { -moz-image-region: rect(178px 16px 194px 0px); } #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) !important; } #align-left-button { -moz-image-region: rect(146px 16px 162px 0px); } #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 0px); } #align-left-button[disabled="true"] { -moz-image-region: rect(146px 64px 162px 48px) !important; } #align-center-button { -moz-image-region: rect(48px 16px 64px 0px); } #align-center-button:hover { -moz-image-region: rect(48px 32px 64px 16px); } #align-center-button:hover:active { -moz-image-region: rect(48px 48px 64px 32px); } #align-center-button[checked="true"] { -moz-image-region: rect(48px 16px 64px 0px); } #align-center-button[disabled="true"] { -moz-image-region: rect(48px 64px 64px 48px) !important; } #align-right-button { -moz-image-region: rect(162px 16px 178px 0px); } #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 0px); } #align-right-button[disabled="true"] { -moz-image-region: rect(162px 64px 178px 48px) !important; } #align-justify-button { -moz-image-region: rect(130px 16px 146px 0px); } #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 0px); } #align-justify-button[disabled="true"] { -moz-image-region: rect(130px 64px 146px 48px) !important; } #AlignPopupButton { -moz-image-region: rect(0px 16px 16px 0px); } #AlignPopupButton:hover { -moz-image-region: rect(0px 32px 16px 16px); } #AlignPopupButton[open="true"] { -moz-image-region: rect(0px 48px 16px 32px) !important; } #AlignPopupButton[disabled="true"] { -moz-image-region: rect(0px 64px 16px 48px) !important; } #InsertPopupButton { -moz-image-region: rect(244px 16px 260px 0px); } #InsertPopupButton:hover { -moz-image-region: rect(244px 32px 260px 16px); } #InsertPopupButton[open="true"] { -moz-image-region: rect(244px 48px 260px 32px) !important; } #InsertPopupButton[disabled="true"] { -moz-image-region: rect(244px 64px 260px 48px) !important; } #smileButtonMenu { -moz-image-region: rect(227px 17px 244px 0px); } #smileButtonMenu:hover { -moz-image-region: rect(227px 34px 244px 17px); } #smileButtonMenu[open="true"] { -moz-image-region: rect(227px 51px 244px 34px) !important; } #smileButtonMenu[disabled="true"] { -moz-image-region: rect(227px 68px 244px 51px) !important; } /* ::::: menuitem icons ::::: */ /* ..... align menu ..... */ #AlignPopup > menuitem { list-style-image: url("chrome://editor/skin/icons/btn2.gif"); } #AlignLeftItem { -moz-image-region: rect(146px 16px 162px 0px); } #AlignLeftItem:hover { -moz-image-region: rect(146px 32px 162px 16px); } #AlignCenterItem { -moz-image-region: rect(48px 16px 64px 0px); } #AlignCenterItem:hover { -moz-image-region: rect(48px 32px 64px 16px); } #AlignRightItem { -moz-image-region: rect(162px 16px 178px 0px); } #AlignRightItem:hover { -moz-image-region: rect(162px 32px 178px 16px); } #AlignJustifyItem { -moz-image-region: rect(130px 16px 146px 0px); } #AlignJustifyItem:hover { -moz-image-region: rect(130px 32px 146px 16px); } /* ..... insert menu ..... */ #InsertPopup > menuitem { list-style-image: url("chrome://editor/skin/icons/btn1.gif"); } #InsertLinkItem { -moz-image-region: rect(16px 16px 32px 0); } #InsertLinkItem:hover { -moz-image-region: rect(16px 32px 32px 16px); } #InsertAnchorItem { -moz-image-region: rect(128px 16px 144px 0); } #InsertAnchorItem:hover { -moz-image-region: rect(128px 32px 144px 16px); } #InsertImageItem { -moz-image-region: rect(144px 16px 160px 0); } #InsertImageItem:hover { -moz-image-region: rect(144px 32px 160px 16px); } #InsertHRuleItem { -moz-image-region: rect(32px 16px 48px 0); } #InsertHRuleItem:hover { -moz-image-region: rect(32px 32px 48px 16px); } #InsertTableItem { -moz-image-region: rect(112px 16px 128px 0); } #InsertTableItem:hover { -moz-image-region: rect(112px 32px 128px 16px); } /* ..... 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:hover { border: 1px solid ThreeDDarkShadow; } #TextColorButton { margin: 2px 9px 9px 2px; } #BackgroundColorButton { margin: 9px 2px 2px 9px; } #HighlightColorButton { -moz-image-region: rect(260px 16px 272px 0px); background-color: transparent; } #HighlightColorButton:hover { -moz-image-region: rect(260px 32px 272px 16px); } #HighlightColorButton:hover:active { -moz-image-region: rect(260px 48px 272px 32px); } #HighlightColorButton[disabled="true"], #HighlightColorButton[disabled="true"]:hover, #HighlightColorButton[disabled="true"]:hover:active { -moz-image-region: rect(260px 64px 272px 48px); } #absolutePositionButton{ -moz-image-region: rect(273px 16px 289px 0px); } #absolutePositionButton:hover { -moz-image-region: rect(273px 32px 289px 16px); } #absolutePositionButton:hover:active { -moz-image-region: rect(273px 48px 289px 32px); } #absolutePositionButton[disabled="true"] { -moz-image-region: rect(273px 64px 289px 48px) ! important; } #absolutePositionButton[checked="true"]{ -moz-image-region: rect(289px 16px 305px 0px); } #absolutePositionButton[checked="true"]:hover { -moz-image-region: rect(289px 32px 305px 16px); } #absolutePositionButton[checked="true"]:hover:active { -moz-image-region: rect(289px 48px 305px 32px); } #FormatToolbar > #increaseZIndexButton { list-style-image: url("chrome://editor/content/images/bringtofront.gif"); } #FormatToolbar > #increaseZIndexButton[disabled="true"] { list-style-image: url("chrome://editor/content/images/bringtofront-disabled.gif"); } #FormatToolbar > #decreaseZIndexButton { list-style-image: url("chrome://editor/content/images/sendtoback.gif"); } #FormatToolbar > #decreaseZIndexButton[disabled="true"] { list-style-image: url("chrome://editor/content/images/sendtoback-disabled.gif"); } PK ГX$0 editor/icons/PK 2“+”‰gGƒƒeditor/icons/editmode-html.gifGIF89a' ‘џџџџ3fџџџ!џ ADOBE:IR1.0оэ!љ,' B”ЉЫ еƒaЦ[[іеЯ“el‰й‰Ђ7J$GІЅъЭюz~rX‡ Sй|ОWщ…eFbГ‹ЁFмS}^1‹;PK 3“+НФbb editor/icons/editmode-normal.gifGIF89a Ђџџџ™ЬЬf™™3fџџџ!љ, 'XКB4ЅСEЅk„ж‡ІœуLŸв=%#ЂiД’щлš…7+іэТ­Є+ ;PK 3“+[Ё=ll!editor/icons/editmode-preview.gifGIF89a ‘/Kl‡ЈЇОомџџџ!љ, =œШнРrAi'‚:z}5пх‘†”€Б5xnгЉЎ%šbљwz`E8ьMŽ!фŠl S›Ё;PK 3“+a‹™™editor/icons/editmode-tags.gifGIF89a ЂџџџЬ™ЬЬf™™3fџџџ!џ ADOBE:IR1.0оэ!љ, LHКмю#ЪIk ыЭЗ –QЃlИˆY*hУ›ЂЊТ.ќБ–†ДOжkеЗ\)ўV •вBЌvЫн~ŸŠиЎšЯhF;PK 3“+ФРд РР!editor/icons/img-align-bottom.gifGIF89a ЂџeЫ РРРКџe3џџџ!љ, …(Кмў0ЪIЋН0шЭ9VA!ŽЄ|B8ly~jСЮф‹Хs;кžзЈ˜LЗ –J€Я"D&—•a:ЎJХaБн К‡pЊ@­^БЖЎvЭ— V4Ућeзнх‘МЭівЅyzYk~„ MGƒt~babˆG$%)—˜—(b ЁЂЃЄ ;PK 3“+дМ‚З­­editor/icons/img-align-left.gifGIF89a ЂџџeЫКџe3џџџРРР!љ, @rHКмўЌŒIC И(ЬЇ’ƒ 0iPЊЎlы`7єљxЎуoяР pHЬНb‹…b Z ‰Ys‹ЛlСzГОзvLц„]Ш2Њјс(/œ'+=XЮšђUtD­ЂЪ'R~G€kBg‹Œ‡+ ;PK 3“+ќ?мИИ!editor/icons/img-align-middle.gifGIF89a ЂџeЫКџe3џџџРРР!љ, }HКмў0ЪIЋН№шЭ9VЧ ŽЄx|D8lyІЫљЪ[КВэјТ3ШШ7iѓ‹Њ.gњХŒЛЄ’йєѕxПR 0И"5ЉštЫkЧ6Z-ИЛx<Н мobьеэwy(~u#‚„k$eƒZgŽCƒrs(–—˜™š›œ ;PK 3“+'=jЉЉ editor/icons/img-align-right.gifGIF89a ЂџџeЫКџe3џџџРРР!љ, @nHКмўlШI+u„G6ЄвЎlыBE,ЯВ"v ЇoПаР и ‹•Эf‚ђ G%ŠЎyУ]ŒиЌ6цѓсОрJЗhМ„)*WUЃЬЄ[k6“zЖD%“dJ}ц+;XfuNc‡ˆ…‹‰, ;PK 3“+VќЅККeditor/icons/img-align-top.gifGIF89a ЂџeЫКџe3џџџРРР!љ, HКмў0ЪIЋН№шЭЛџq di’уЉžЂМчЁШГXs-љю&mг@†,5иСJ>[MЉ$=с"Ш$Шiѓ&\•jS# YOpђБn оoRZ!;F№јœŽqчхia}~p_|x_‚}g+mŽ* ƒ˜™š›œž ;PK с Т.Ђx]ށeditor/icons/btn1.gifGIF89a@е(ќўЬЮ42dќўќќf4ќЬ2ЬЮЬЬЬЮќœšЬœddfЬŒŠŒŒdfdœšœЬšdœf442œœdœќЬdddœšќdfœ2d4fœdšœdšЬŠšœšfќfЬџџџџџџ!љш(,@@џ@E, Х!ђИ ,QЮЇtJ зkb+@ZБрmЂkчГbMІКп№Им‹m ъШЖP|\HhD g K (vsŽ ’“”• ˜™š›žŸ Ё„ (ЄІЅЈЇЋЌK_bАVmZА[Д„D jkН Л E]‹Ф(‹]mHqЫqrЬKЫр(злу Саž љт((ћЬКєызЊ Є;c(\xЇ= ,\И Aƒ`()@p ЃG *$bdьIRD,ЉД†‚“K–ЂbВLEѓдЩ+ЖфД&F@џ #n)Р“˜?9n\ƒ Ї^ *H UЌпА’(у$sУбЃзЏ1ЪЩжЌ™nfВћ”€-лЖgк-јеŽюм_ѓъ}‘ ћшWоmЩt@^№œvЬЙrТžРy €рB†dUE $Сzы Р`((шџaJ!`FLW€Ю ЈŒptмбЭœ Щ •"Лј9zqž !TМ… яаЫѓˆѓ h8ИюбzнZhGiлщювМSЭ8тnP kFс*џ@№Щz2OС€НХ|р1ј@d–рTs г{ 3D\;І{ьC_`P‚Рјe|EАї“\ЯкГLЎ+у[С2–9vмGW(таТ ФЁkі @fёk!ђСs?е8,§›—PР)Є3ŸQHhЃв &5 YMƒе•иШІ#Д‰рP‰›м7ћщ4iюЈ‰Ok4Юлypже M €ƒ …!кJ'/4ДЗЄЧAžQOŒМl,вИmб‰EСеё ƒчХ!)GМ„д Е\PрцЏј ћvЏoHУ^Ы‡мp" єу†ZИчyО#џAщ0=ј!{ЌQ– N=lDкЛ ‰#j ‰EPтЄNї'єњю&Iа_Ы+КГFP&Б&ЌfГ Šd,9Щ)ROљ1GАшРJ.H‹CcЬјтXЄ/сDр€7O†ЮoDfф@ДzсH"“Иk@5ДzкoЅ ! }Ys ЫЁF›x€9†чДžХЫqŒ|2#ви(Тї|$Гќ&}DМidеНш9'я№Ё/ќРуHј `tЌпŸ#m’ŒUQ‰ЂŸ#њ'rD07эъxTI EB=‚ Lх RW џ7 џїI1дL\вL}CЬє€џ‚JŠ&c2$eЂEЂRАLx'ЄDhЌ”­hF"„N|gIV’5^АJ‚!;%GА$"hбKЮdŸ 'А%[!šФTZTFdpNк0O=и'Кд аK„Т†"L‘Mє™з"Гv(wKѕ' РK=tаАУдHJbLкд(gЕZQ‡ЛgFїЄ• ЄТ‡’ Oˆ5PьtP‡XPѓt) вˆ~hy цOlАs†*Б+›’ŒhOœNc‰’шd;ЗNБr‰Š(qЃbqЊX)˜вŠ™C‹L№В(‹RрИSP‹Г8\џBP2Р(QКвБQСЈ_|€‹е2•,CХ‹ЖИJŒРxП1ОrŒ ЫШŒˆоа4б˜1Бш РP4їPП(RъјQКШŒ Cа(džW+"ХRЩ€]aЖеhа*§8‹”cr/е iг ж"a‰S7х,9%SR‘О!Sb[Qtщ—%'%xˆ qр Z!’3’CжЂ отT|ђ ёТ‚@1’.лВ- / sфr‘K2 Zе|ўT-H_5|rle.+FA$вS”V(р?ђUPхђ2U#dFщЂUC9юR•O Tˆ"ViKџ&Ё’е M%|SРRЅn glW—vy—xйЈИ—Јˆ|!™Py9˜„Y˜PђY х&ЂeY)’šGA{( )Ч'ƒ ’Е'še0m  fЕ”r–)YŸp™iYaQY.у™я h!Г0  †E-pВ†S tЩ5Е0ѕ›1:U1ƒ еœ„5ѓа—yX^[RР љ8s=б$њф0EMVYq”㛆щ^“[K`2Ms‹чЅ‹R0щiГPНХ г3$sŸ%^ЖЕ2ш2аuЙ5kѓХ 6гћ  Цх10џ'ѓŸGc4@j]d5Ёл0ѓЁиРŽиЁдX2`ЂИв2РŒ,КЂ*G№2JVЛX ОЕ кр у№Zлpe+s(AњЬ ]Qг]_Б И’\тPЂJz3^, AZ JVВ8ЁмЕЄСЕ]'ГЅP\ўIFc[є№\ящ4ьX]ѓ2:Lъ‡oъYˆ‰V&тƒЁ%BШGaѕU5ѕЃ5ќХaq6FU?ЉЈSТНЈ[0Z…к`ѓ’b‰JХL‰ЉС FЉ1ёa˜Š|›:5с5щЉё7Љpc}†pЉ%qfSЋєЅ’Њzaџ‚zrЏЪ`Бz}ЄŠЋžЙЉўg GѕЏg Бї6P№Ќв*Яšнw 6qžnРt4д ›ѓm ` D0щзІe3Z`[cYЖ9ыКЎ6ЉŸГ@Џ<eŠКAЦ›ќрbЏVІ9ађЏb`…SˆsЏ!ŽЃЈ“SVбЏ ceF&А c^rАдђ1:4SNc.шŠe+2Ђe]† лј9M!žаЭхБљjfл1ВWveFц7›Ѓ>л9-k80ЛА#5лќŠЎ ш­а‚sтк3Ш™ДкJ™…ЦŠЗЕЂ 3њЕd•^sж:‘іhџwViГci™ЖЖHЁ€№ ЗdЗ$idл:g{Е“Ж[ЛЖИsЛ^‹t[Иd%3W[ЮlO>мFОцcПK€РрCРџЙ{˜#FqЇŠspn 1?єУnљЃ?№і?хЦ,п!?щnп?œ5ф? ќ5ŒCЂбo8ФuЕБpZЁžсњЖoыfЈpїn`p—pѓ–УІoФoФЇ14ёз?‰%’ЇyЇdДпzx%/…=œЂѕЦYLQэ_ј}е%ž0C'p†SŽ&эА† Д№НA tLgtNHH|‚0­ShM…тА‡АbвВ„Rе/…k­ы2ž_чDчлTr'ё xЂ|•KRѓацc…ГAsцлDц?GgYОчžp†ЯjщA'чnИ`† 0ш-~ИЩ‡&#R)v еы`юм1знžхˆш‰Z›*ЫКЮ‰ЂbQЎйЁNчN‚hN.ЈNœшNаўNУ.ьдžO‹ŠП>+œИђT.rН ьсдMВЈ"пўgО7ёє<к^СОын ŠОN‰РЮ‰^‰о~рŽ,ЊЧN*п^ю/­zІђщоgџ>їюNы›b&žые~ьѓ‰ѕ>ŠГ‚‰Š(*нMA;PK 8 й.W7>ш ш editor/icons/btn2.gifGIF89aH6їcœЮџџc11111c11Ю11џccœ„„„ЅЅЅЮЮЮжжоооџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ!љ,H6ў#HА Сƒ*\ˆ№€У‡$@БЂEŠhмШQ#С@Š I’ЁЩ“(SЊŒ2сE ;X8ВЅЪ›8sвdqтЫ‹evќHВfIH“тфiГрO˜…ЮЁrцжxqяEлwЇMЩГПRФ\puюЮž –vЫUAьЎP ^М5‚Ш•]Юќ€sя.‡ўOШYcіфЁaƒќ>™2FщгjОŽНсXюZcЎ;аvѕЉЙЈнk'Ж_ДСЇ€є5Ц~žХі]p)xƒКZJЃMшоWў7Pƒш=Јž@п-g|ЉБ6}˜žoi}xuЊ-fп[ƒѕшу@šaq( 0иg[m†—‹2 dЄ‘ х”S:ШЃ}'ХЈ”Avщх—МeYфcH!Щ”’Sххd”NRIх†ПнЧаY ˜xц™Њй˜™<ЁЩd[OЖщІ”V’ЅJZ&ФЅžFšе\ЯйE[€jšш˜Є~еˆаZфЕЕшŒœ–EiS–о•—qr^YЊЉўд‚ЂjчъЋ“& нO •(ЉИЪеSxБЅ—[Š‹еЉuyVІpЖЊьД_ђйhrs iвЕўh­hр ;ьЧ*чщ^ЛDЁВjюЅ›юВЯ-шMѓъdеr16КoИњв™!UtђyЂБїК•ЏИ–KpНž-Мgd1х†,ФЛЩ~irлЦ†МчИфМ1Л;JLZмhђvмХ9ёGЅѕЋхОЅх№Ч(Л8(Э<яw@О"ЉL­їЩсJ‚loN—(ZЯЦОќnдš.Jеubъn˜БbЛ)а^иuCЯA˜žкi#Ќ4кM ™єИ—ыqЯjї…ŸўHXЃiѕ^}ЫЙгЩ ЕіЕЙ„п)7ЫCКќ7Ь‹‡™йђ xјЦ”пЉ5уф‰ˆ%чŸGћ№™НњЁЎПі&rцgƒхкЛЏwK3меU#ШцЭ:а6]^.М'Ч3фѕZЋзS‘М5]Зж”єбŒ`Бэ^эѓ9зžBвсˆаuчэ№I—ВEfNк›дНIрkN˜Сх‡ъўћфЗXљљ8ЅЯањ Е№R№ГŸbцРњe‰[иЪxіŸўеч7 \mxF0€ФпЗя)&|ЁKIŠЂЦЂјFЛєFІˆQo‚-В›ЩBЃ.‚ЩЮ'NЙ_ыnјМт}*5ўЬаЕАЁ"(‡мaйzјЏй Б‚J\]ЫvФ‰ш№m ”трЈhš'ж.ŠЊ[—ЛhХ$b‘‡MуН"ХnŠ’ы sфЦ72Qх bПBxA<ёŠJ !ієЃс˜/›#тRТ… &ЩZЁ)5™"F (”JgјЂBIЮ‰RЭzЪГТ’ЕNz’FЄCГrДЊнŒэ”P›K(yХJhIЋ†А„ъ`ИЪA™юz‚Ыe,w™ЊQўђ–aІ.SЩKQж’”Р4Ѕ2ЏЦЬb>ѓ˜œLц4ЗЩЭрUгRЦlR)#йMjBTЖГ^0ЫљIfЊзtX4ЕЩЮхЋ™№ўDоёВIФSоsW&МцХшYЯш)я/ ч ЅUаб}г. u?JQX2kzНдч>‘YQ‡žsVщ|œ4Ы)K€‚4ž‡ЫfGэЉГгї‡ХКVЫ; ѓЭЭT€kњPюыЂ з› A:P”.Ok;]И|S-e№iл:5‰щзО:Гўs&НvCozЬЮМž€#gg%ђа}eЕƒxŸТЈ|jљkКkЮPqІв yэАЏ’%Е |Ћ:“V=цwoqЗ…’ШЫ<Ž4nзcJћциЉu‡ЙшQN]ў0DЙэЃ [˜ь–5,[ВzжЛ56WчoАg{жŸSёЁMгцХ&иљОПЎЯ§№eЧ{ж;ПЕ‰ОќЌђ6dѕР>БжўиЎигЎјщ}і‘/§М/ mo~Хwnч"ЂCVпмš–•(ЯПўЫTzUžѕИDдgИЧ J€žб˜6€qrЕ! p€a€ Ј'šі€ъ рqrp‚h'зШ'їe#h}Ъ˜‚Nƒ р‚ХСƒ2Hšіe#a б€АВ‚+ˆiАјеˆiАю‚l$x>И„LXP‘Q(…1ДiXјA„„67)HїUpёгWTEX‚Є!h„‡Rh„С‡WX"5h„љС„Ј‡ЯQ8†Јgˆ…X"[И.\дCAЧ2DлБšИ‰9EZџЧ]“:r4=fT[vд4С„ВRRH+…Љ37_јЊHdШŠіs…rx-$ш€‚„yˆ„ћс„И PTИ€Ц(Q$ar6x‚ЦШ^иk+hŒбиƒ—б˜Whpђvpƒ˜- №Ї"KfŽ^–‹щq>ХdL67[siшX,=˜riшg‡ц%:Ѓ|ЅH}Ed"уЃ[:ч}ЗХ‰ Й йй#;PK ђ=D-6 ў•33editor/icons/progress-busy.gifGIF89a ‘cs„ЦжоЧайЧай!џ NETSCAPE2.0!љ , +„-ЉwКœ`&:j”˜їЛЁ†xcBц‘ЁŸ{NЏЇ­НV"›їLу9 !љ , +”€i{‰м\€ЭUСХu›NŒШIaтEшiБэhТqљИšmЇ™Зчђњ{!љ , ,” ЉwКьR`"‚й"ЮnWMYž‚œт}]‰В-ДТёyЙ’’ђНѓ4Ѕzб!љ , -„i{‰мС h/ЌwЦ)лЗ„Я(‚жdВ+zЊЄбТqљт3•гН?3idЉ!љ , +„-ЉwКœ`&:j”˜їЛЁ†xcBц‘ЁŸ{NЏЇ­НV"›їLу9 !љ , +”€i{‰м\€ЭUСХu›NŒШIaтEшiБэhТqљИšmЇ™Зчђњ{!љ , ,” ЉwКьR`"‚й"ЮnWMYž‚œт}]‰В-ДТёyЙ’’ђНѓ4Ѕzб!љ , -„i{‰мС h/ЌwЦ)лЗ„Я(‚жdВ+zЊЄбТqљт3•гН?3idЉ;PK z,Џеœmmeditor/icons/progress-done.gifGIF89a Ђ3f3fЬffџ™™џ™џџџ"""џџџ!љ, 2hКмўpЋDPћ№›5IФ0”ЂiАК'Ї€\Оі‚ЫМžOU2p0Ѓв;PK z,\;<ъ‚‚ editor/icons/progress-failed.gifGIF89a Ђ"""™33џџџЬffџЬЬ™џџџ!љ, GhКZм/В!м*$ШXЉY›t_QˆC”Ьщ Ќ 3бОЗ@” >VО)ˆlЁ@ЬоOVМ6ƒ,А,€ІТA’;PK ГX$0 messenger/PK ё“+u І''messenger/dialogs.css/* * 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 §“+…ЏВššmessenger/mailWindow2.css/* * 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 “qu/HF­шшmessenger/accountManage.css/* * 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 8,f/я[вt88messenger/accountWizard.css/* * 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 Йšz/dDЕО@ @ messenger/folderMenus.css/* * 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.png"); } .folderMenuItem[open="true"] { list-style-image: url("chrome://messenger/skin/icons/folder-open.png"); } /* ..... special folders ..... */ .folderMenuItem[SpecialFolder="Inbox"] { list-style-image: url("chrome://messenger/skin/icons/folder-inbox.png"); } .folderMenuItem[SpecialFolder="Sent"] { list-style-image: url("chrome://messenger/skin/icons/folder-sent.png"); } .folderMenuItem[SpecialFolder="Drafts"] { list-style-image: url("chrome://messenger/skin/icons/folder-draft.png"); } .folderMenuItem[SpecialFolder="Templates"] { list-style-image: url("chrome://messenger/skin/icons/folder-template.png"); } .folderMenuItem[SpecialFolder="Junk"] { list-style-image: url("chrome://messenger/skin/icons/folder-junk.png"); } .folderMenuItem[SpecialFolder="Trash"] { list-style-image: url("chrome://messenger/skin/icons/folder-trash.png"); } .folderMenuItem[IsServer="true"] { list-style-image: url("chrome://messenger/skin/icons/server-mail.png"); } /* IMAP folders */ .folderMenuItem[IsServer="true"][ServerType="imap"][IsSecure="true"] { list-style-image: url("chrome://messenger/skin/icons/server-remote-lock.png"); } /* POP3 folders */ .folderMenuItem[IsServer="true"][ServerType="pop3"][IsSecure="true"] { list-style-image: url("chrome://messenger/skin/icons/server-remote-lock.png"); } /* Local Servers */ .folderMenuItem[IsServer="true"][ServerType="none"] { list-style-image: url("chrome://messenger/skin/icons/server-local.png"); } /* News folders */ .folderMenuItem[ServerType="nntp"] { list-style-image: url("chrome://messenger/skin/icons/folder-newsgroup.png"); } .folderMenuItem[IsServer="true"][ServerType="nntp"][IsSecure="true"] { list-style-image: url("chrome://messenger/skin/icons/server-news-lock.png"); } .folderMenuItem[IsServer="true"][ServerType="nntp"] { list-style-image: url("chrome://messenger/skin/icons/server-news.png"); } PK {DU/y!ччmessenger/folderPane.css/* * 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) * Hхkan 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, 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 eqŒ,є›§АЂЂmessenger/fakeAccount.css/* 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 l€љ.1деЙ??messenger/contents.rdf PK Ѕ[ž/й3Šžbbmessenger/mailWindow1.css/* # 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"); @import url("chrome://messenger/skin/subjectColumn.css"); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: Folder Pane ::::: */ 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"); } treechildren::-moz-tree-image(folderNameCol, selected, open) { list-style-image: url("chrome://messenger/skin/icons/folder-open.gif"); } treechildren::-moz-tree-image(folderNameCol, selected, open, newMessages-true) { list-style-image: url("chrome://messenger/skin/icons/folder-new-open.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"); } treechildren::-moz-tree-image(folderNameCol, specialFolder-Inbox, selected, open) { list-style-image: url("chrome://messenger/skin/icons/folder-inbox-open.gif"); } treechildren::-moz-tree-image(folderNameCol, specialFolder-Inbox, selected, open, newMessages-true) { list-style-image: url("chrome://messenger/skin/icons/folder-inbox-new-open.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"); } /* ..... Servers ..... */ 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"); } treechildren::-moz-tree-image(folderNameCol, imapShared-true, newMessages-true) { list-style-image: url("chrome://messenger/skin/icons/folder-new.gif"); } treechildren::-moz-tree-image(folderNameCol, specialFolder-Inbox, imapShared-true) { list-style-image: url("chrome://messenger/skin/icons/folder-inbox-share.gif"); } treechildren::-moz-tree-image(folderNameCol, specialFolder-Inbox, imapShared-true, newMessages-true) { list-style-image: url("chrome://messenger/skin/icons/folder-inbox-new.gif"); } treechildren::-moz-tree-image(folderNameCol, selected, open, imapShared-true) { list-style-image: url("chrome://messenger/skin/icons/folder-share-open.gif"); } treechildren::-moz-tree-image(folderNameCol, specialFolder-Inbox, selected, open, imapShared-true) { list-style-image: url("chrome://messenger/skin/icons/folder-inbox-share-open.gif"); } treechildren::-moz-tree-image(folderNameCol, selected, open, imapShared-true, newMessages-true) { list-style-image: url("chrome://messenger/skin/icons/folder-new-open.gif"); } treechildren::-moz-tree-image(folderNameCol, specialFolder-Inbox, selected, open, imapShared-true, newMessages-true) { list-style-image: url("chrome://messenger/skin/icons/folder-inbox-new-open.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; } #folderNameCol [sortDirection="ascending"], #folderNameCol [sortDirection="descending"] { list-style-image: none; } /* ::::: thread decoration ::::: */ treechildren::-moz-tree-cell-text(imapdeleted) { font-weight: normal; text-decoration: line-through; } treechildren::-moz-tree-cell-text(imapdeleted, offline) { font-weight: normal; text-decoration: line-through; } 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; } /* ::::: message column icons ::::: */ /* ..... thread column ..... */ treecol.threadColumnHeader { list-style-image: url("chrome://messenger/skin/icons/threadcol.gif"); padding-right: 3px; } 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"); padding-left: 0px; } treechildren::-moz-tree-image(threadCol, container, open) { list-style-image: url("chrome://messenger/skin/icons/thread-open.gif"); padding-left: 0px; } treechildren::-moz-tree-image(threadCol, container, hasUnread) { list-style-image: url("chrome://messenger/skin/icons/thread-new-closed.gif"); padding-left: 0px; } treechildren::-moz-tree-image(threadCol, container, hasUnread, open) { list-style-image: url("chrome://messenger/skin/icons/thread-new-open.gif"); padding-left: 0px; } /* ..... read column ..... */ treecol.readColumnHeader { list-style-image: url("chrome://messenger/skin/icons/readcol.gif"); padding-right: 5px; padding-bottom: 5px; } 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"); } /* ..... attachment column ..... */ treecol.attachmentColumnHeader { list-style-image: url("chrome://messenger/skin/icons/attachmentcol.gif"); padding-right: 2px; padding-left: 0px; } treechildren::-moz-tree-image(attachmentCol, attach) { list-style-image: url("chrome://messenger/skin/icons/attachment.gif"); } /* ..... flag column ..... */ treecol.flagColumnHeader { list-style-image: url("chrome://messenger/skin/icons/flagcol.gif"); padding-right: 2px; padding-left: 3px; } 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/flag.gif"); } /* ..... junkStatus column ..... */ treecol.junkStatusHeader { list-style-image: url("chrome://messenger/skin/icons/junk.gif"); padding-right: 3px; padding-left: 2px; } /* "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; } treechildren::-moz-tree-image(junkStatusCol, junk) { list-style-image: url("chrome://messenger/skin/icons/junk.gif"); padding-left: 0px; } treechildren::-moz-tree-image(junkStatusCol, notjunk) { list-style-image: url("chrome://messenger/skin/icons/readmail.gif"); padding-left: 0px; } /* ..... 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, 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, 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, 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"); } #sizeCol, #unreadCol, #totalCol { text-align: right; } /* ::::: 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 } /* ::::: :: 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, #threadpane-splitter { border: none; min-height: 5px; } /* ..... tree adjustments ..... */ #accountCentralBox { border: 1px solid ThreeDShadow; } #searchBox { border-top: 1px solid transparent; border-right: 1px solid ThreeDShadow; border-bottom: 1px solid transparent; } /* ..... message pane adjustments ..... */ #messagepanebox { border: 1px solid ThreeDShadow; } #messagepane { border: 1px solid -moz-Field; } #messagepanebox[focusring="true"] > #messagepane { border-color: #000000; } PK 8НУ.Jсnnmessenger/accountCentral.css/* * 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: -moz-Dialog; -moz-appearance: toolbox; 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 LБY.Ьjv7 7 messenger/addressingWidget.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is Mozilla Communicator. * * 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 дZs/ЭЁМФppmessenger/messageHeader.css/* * 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 ::::: */ #attachmentView, #collapsedHeaderView, #expandedHeaderView { min-width: 1px; } /* ::::: msg header buttons ::::: */ .headerContainer { border-bottom: 1px solid ThreeDDarkShadow; min-width: 1px; background-color: transparent; } /* ::::: attachment view ::::: */ #attachmentList { -moz-appearance: listbox; border: 2px solid; -moz-border-top-colors: ThreeDShadow ThreeDDarkShadow; -moz-border-right-colors: ThreeDHighlight ThreeDLightShadow; -moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow; -moz-border-left-colors: ThreeDShadow ThreeDDarkShadow; background-color: -moz-Field; color: -moz-FieldText; margin: 5px 30px 5px 15px; } /* XXX: Move all of the description attributes to the toolkit */ description[selectable="true"] { margin : 1px 5px 4px 5px; } descriptionitem { border: 1px solid transparent; margin: 1px 1px 1px 1px; } description[selectable="true"]:focus > descriptionitem[selected="true"][current="true"] { border: 1px dotted #F5DB95; } descriptionitem[selected="true"] { background-color: -moz-Dialog; color: -moz-DialogText; } description[selectable="true"]:focus > descriptionitem[selected="true"] { background-color: Highlight; color: HighlightText; } .attachmentBox { width: 15em; max-width: 10em; text-align: left; } .attachmentBox[largeView="true"] { -moz-box-align: center; -moz-box-pack: center; } #attachmentView { border-right: 1px solid ThreeDShadow; border-left: 1px solid ThreeDShadow; border-top: 1px solid ThreeDShadow; background-color: -moz-Dialog; } /* ::::: msg header captions ::::: */ #msgHeaderView { border-right: 1px solid ThreeDShadow; border-left: 1px solid ThreeDShadow; -moz-appearance: toolbox; background-color: -moz-Dialog; } .headerNameBox { width: 7.7em; background-color: transparent; } .headerName { margin: 0 .5em 0 0; min-height: 18px; font-weight: bold; text-align: right; background-color: transparent; } .headerValue { margin: 0 0 .25em 0; min-width: 50px; white-space: normal; background-color: transparent; } .subjectvalue { font-weight: bold; background-color: transparent; } /* ::::: msg header email addresses ::::: */ .emailDisplayButton { cursor: pointer; color: #0000FF; text-decoration: underline; margin: 0; background-color: transparent; } .emailDisplayButton:hover { color: #FF0000; } .emailDisplayImage { padding-left: 2px; -moz-box-pack: end; } /* ::::: email address twisty ::::: */ .addresstwisty { padding-right: 5px; padding-top: 4px; 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: 4px .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 ::::: */ #collapseddateValue { margin: 0 .5em; text-align: right; background-color: transparent; } #collapsedfromBox { width: 18em; background-color: transparent; } #collapseddateBox { width: 12em; background-color: transparent; } .collapsedHeaderDisplayName { margin: 0 .5em 0 .8em; min-height: 16px; font-weight: bold; background-color: transparent; } .collapsedHeaderValue { margin: 0; background-color: transparent; } PK “+™Њ9Ymessenger/messageWindow.css/* * 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 “+п;UППmessenger/messenger.css/* * 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 ЗF/-љШ$ООmessenger/prefPanels.css/* * 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 мƒ|/тВИ.И.messenger/primaryToolbar.css/* * 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 { -moz-box-orient: vertical; min-width: 47px; list-style-image: url("chrome://messenger/skin/icons/mail-toolbar.png"); } .toolbarbutton-1[type="menu-button"] { min-width: 57px; } .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; } #button-getmsg { -moz-image-region: rect(0px 30px 30px 0px); } #button-getmsg:hover { -moz-image-region: rect(30px 30px 60px 0px); } #button-getmsg[disabled] { -moz-image-region: rect(60px 30px 90px 0px) !important; } #button-newmsg { -moz-image-region: rect(0px 60px 30px 30px); } #button-newmsg:hover { -moz-image-region: rect(30px 60px 60px 30px); } #button-newmsg[disabled] { -moz-image-region: rect(60px 60px 90px 30px) !important; } #button-address { -moz-image-region: rect(0px 90px 30px 60px); } #button-address:hover { -moz-image-region: rect(30px 90px 60px 60px); } #button-address[disabled="true"] { -moz-image-region: rect(60px 90px 90px 60px) !important; } #button-reply { -moz-image-region: rect(0px 120px 30px 90px); } #button-reply:hover { -moz-image-region: rect(30px 120px 60px 90px); } #button-reply[disabled] { -moz-image-region: rect(60px 120px 90px 90px) !important; } #button-replyall { -moz-image-region: rect(0px 150px 30px 120px); } #button-replyall:hover { -moz-image-region: rect(30px 150px 60px 120px); } #button-replyall[disabled] { -moz-image-region: rect(60px 150px 90px 120px) !important; } #button-forward { -moz-image-region: rect(0px 180px 30px 150px); } #button-forward:hover { -moz-image-region: rect(30px 180px 60px 150px); } #button-forward[disabled] { -moz-image-region: rect(60px 180px 90px 150px) !important; } #button-delete { -moz-image-region: rect(0px 210px 30px 180px); } #button-delete:hover { -moz-image-region: rect(30px 210px 60px 180px); } #button-delete[disabled] { -moz-image-region: rect(60px 210px 90px 180px) !important; } #button-junk{ -moz-image-region: rect(0px 240px 30px 210px); } #button-junk:hover { -moz-image-region: rect(30px 240px 60px 210px); } #button-junk[disabled="true"] { -moz-image-region: rect(60px 240px 90px 210px) !important; } #button-print { -moz-image-region: rect(0px 270px 30px 240px); } #button-print[buttonover] { -moz-image-region: rect(30px 270px 60px 240px); } #button-print[buttondown] { -moz-image-region: rect(30px 270px 60px 240px); } #button-print[disabled] { -moz-image-region: rect(60px 270px 90px 240px) !important; } #button-stop { -moz-image-region: rect(0px 300px 30px 270px); } #button-stop:hover { -moz-image-region: rect(30px 300px 60px 270px); } #button-stop[disabled="true"] { -moz-image-region: rect(60px 300px 90px 270px) !important; } #button-file { -moz-image-region: rect(0px 330px 30px 300px); } #button-file:hover { -moz-image-region: rect(30px 330px 60px 300px); } #button-file:hover:active, #button-file[open] { -moz-image-region: rect(30px 330px 60px 300px); } #button-file[disabled] { -moz-image-region: rect(60px 330px 90px 300px) !important; } #button-next { -moz-image-region: rect(0px 360px 30px 330px); } #button-next:hover { -moz-image-region: rect(30px 360px 60px 330px); } #button-next[disabled] { -moz-image-region: rect(60px 360px 90px 330px) !important; } #button-previous { -moz-image-region: rect(0px 390px 30px 360px); } #button-previous:hover { -moz-image-region: rect(30px 390px 60px 360px); } #button-previous[disabled] { -moz-image-region: rect(60px 390px 90px 360px) !important; } #button-mark { -moz-image-region: rect(0px 420px 30px 390px); } #button-mark[buttonover] { -moz-image-region: rect(30px 420px 60px 390px); } #button-mark[buttondown] { -moz-image-region: rect(30px 420px 60px 390px); } #button-mark[disabled] { -moz-image-region: rect(60px 420px 90px 390px) !important; } /* ::::: small primary toolbar buttons ::::: */ toolbar[iconsize="small"] .toolbarbutton-1 { list-style-image: url("chrome://messenger/skin/icons/mail-toolbar-small.png"); min-width: 30px; } toolbar[iconsize="small"] #button-getmsg { -moz-image-region: rect(0px 20px 20px 0px); } toolbar[iconsize="small"] #button-getmsg[buttonover] { -moz-image-region: rect(20px 20px 40px 0px); } toolbar[iconsize="small"] #button-getmsg[disabled] { -moz-image-region: rect(40px 20px 60px 0px) !important; } toolbar[iconsize="small"] #button-newmsg { -moz-image-region: rect(0px 40px 20px 20px); } toolbar[iconsize="small"] #button-newmsg:hover { -moz-image-region: rect(20px 40px 40px 20px); } toolbar[iconsize="small"] #button-newmsg[disabled] { -moz-image-region: rect(40px 40px 60px 20px) !important; } toolbar[iconsize="small"] #button-address { -moz-image-region: rect(0px 60px 20px 40px); } toolbar[iconsize="small"] #button-address:hover { -moz-image-region: rect(20px 60px 40px 40px); } toolbar[iconsize="small"] #button-address[disabled="true"] { -moz-image-region: rect(40px 60px 60px 40px) !important; } toolbar[iconsize="small"] #button-reply { -moz-image-region: rect(0px 80px 20px 60px); } toolbar[iconsize="small"] #button-reply:hover { -moz-image-region: rect(20px 80px 40px 60px); } toolbar[iconsize="small"] #button-reply[disabled] { -moz-image-region: rect(40px 80px 60px 60px) !important; } toolbar[iconsize="small"] #button-replyall { -moz-image-region: rect(0px 100px 20px 80px); } toolbar[iconsize="small"] #button-replyall:hover { -moz-image-region: rect(20px 100px 40px 80px); } toolbar[iconsize="small"] #button-replyall[disabled] { -moz-image-region: rect(40px 100px 60px 80px) !important; } toolbar[iconsize="small"] #button-forward { -moz-image-region: rect(0px 120px 20px 100px); } toolbar[iconsize="small"] #button-forward:hover { -moz-image-region: rect(20px 120px 40px 100px); } toolbar[iconsize="small"] #button-forward[disabled] { -moz-image-region: rect(40px 120px 60px 100px) !important; } toolbar[iconsize="small"] #button-delete { -moz-image-region: rect(0px 140px 20px 120px); } toolbar[iconsize="small"] #button-delete:hover { -moz-image-region: rect(20px 140px 40px 120px); } toolbar[iconsize="small"] #button-delete[disabled] { -moz-image-region: rect(40px 140px 60px 120px) !important; } toolbar[iconsize="small"] #button-junk{ -moz-image-region: rect(0px 160px 20px 140px); } toolbar[iconsize="small"] #button-junk:hover { -moz-image-region: rect(20px 160px 40px 140px); } toolbar[iconsize="small"] #button-junk[disabled="true"] { -moz-image-region: rect(40px 160px 60px 140px) !important; } toolbar[iconsize="small"] #button-print { -moz-image-region: rect(0px 180px 20px 160px); } toolbar[iconsize="small"] #button-print[buttonover] { -moz-image-region: rect(20px 180px 40px 160px); } toolbar[iconsize="small"] #button-print[buttondown] { -moz-image-region: rect(20px 180px 40px 160px); } toolbar[iconsize="small"] #button-print[disabled] { -moz-image-region: rect(40px 180px 60px 160px) !important; } toolbar[iconsize="small"] #button-stop { -moz-image-region: rect(0px 200px 20px 180px); } toolbar[iconsize="small"] #button-stop:hover { -moz-image-region: rect(20px 200px 40px 180px); } toolbar[iconsize="small"] #button-stop[disabled="true"] { -moz-image-region: rect(40px 200px 60px 180px) !important; } toolbar[iconsize="small"] #button-file { -moz-image-region: rect(0px 220px 20px 200px); } toolbar[iconsize="small"] #button-file:hover { -moz-image-region: rect(20px 220px 40px 200px); } toolbar[iconsize="small"] #button-file:hover:active, toolbar[iconsize="small"] #button-file[open] { -moz-image-region: rect(20px 220px 40px 200px); } toolbar[iconsize="small"] #button-file[disabled] { -moz-image-region: rect(40px 220px 60px 200px) !important; } toolbar[iconsize="small"] #button-next { -moz-image-region: rect(0px 240px 20px 220px); } toolbar[iconsize="small"] #button-next:hover { -moz-image-region: rect(20px 240px 40px 220px); } toolbar[iconsize="small"] #button-next[disabled] { -moz-image-region: rect(40px 240px 60px 220px) !important; } toolbar[iconsize="small"] #button-previous { -moz-image-region: rect(0px 260px 20px 240px); } toolbar[iconsize="small"] #button-previous:hover { -moz-image-region: rect(20px 260px 40px 240px); } toolbar[iconsize="small"] #button-previous[disabled] { -moz-image-region: rect(40px 260px 60px 240px) !important; } toolbar[iconsize="small"] #button-mark { -moz-image-region: rect(0px 280px 20px 260px); } toolbar[iconsize="small"] #button-mark:hover { -moz-image-region: rect(20px 280px 40px 260px); } toolbar[iconsize="small"] #button-mark[disabled] { -moz-image-region: rect(40px 280px 60px 260px) !important; } /* Smaller padding on small toolbar buttons */ toolbar[iconsize="small"] .toolbarbutton-1 { padding: 2px; } toolbar[iconsize="small"] .toolbarbutton-1:hover:active, toolbar[iconsize="small"] .toolbarbutton-1[open="true"] { padding: 3px 1px 1px 3px; } toolbar[iconsize="small"] .toolbarbutton-1[disabled="true"], toolbar[iconsize="small"] .toolbarbutton-1[disabled="true"]:hover, toolbar[iconsize="small"] .toolbarbutton-1[disabled="true"]:hover:active, toolbar[iconsize="small"] .toolbarbutton-1[disabled="true"][open="true"] { padding: 2px; } toolbar[iconsize="small"] .toolbarbutton-1[checked="true"] { padding: 3px 1px 1px 3px !important; } toolbar[iconsize="small"] .toolbarbutton-1[type="menu-button"], toolbar[iconsize="small"] .toolbarbutton-1[type="menu-button"]:hover, toolbar[iconsize="small"] .toolbarbutton-1[type="menu-button"]:hover:active, toolbar[iconsize="small"] .toolbarbutton-1[type="menu-button"][open="true"], toolbar[iconsize="small"] .toolbarbutton-1[type="menu-button"][disabled="true"], toolbar[iconsize="small"] .toolbarbutton-1[type="menu-button"][disabled="true"]:hover, toolbar[iconsize="small"] .toolbarbutton-1[type="menu-button"][disabled="true"]:hover:active { padding: 0; } /* ::::: end small primary toolbar buttons ::::: */ #junkBarImage { list-style-image: url("chrome://messenger/skin/icons/mail-toolbar-small.png"); -moz-image-region: rect(0px 160px 20px 140px); } #junkBarMessage { font-weight: bold; } #junkBar { border-bottom: 1px solid; -moz-border-bottom-colors: #000000; background: url("chrome://messenger/skin/icons/junkbar.png") repeat-y bottom left white; color: white; } #junkIcon { list-style-image: url("chrome://messenger/skin/icons/folder-junk.png"); } PK є~/tїН$ќMќMmessenger/searchDialog.css/* # 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/"); @import url("chrome://messenger/skin/subjectColumn.css"); @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; } /* ::::: thread decoration ::::: */ treechildren::-moz-tree-cell-text(imapdeleted) { font-weight: normal; text-decoration: line-through; } treechildren::-moz-tree-cell-text(imapdeleted, offline) { font-weight: normal; text-decoration: line-through; } 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; } /* ::::: message column icons ::::: */ /* ..... thread column ..... */ treecol.threadColumnHeader { list-style-image: url("chrome://messenger/skin/icons/thread-col.png"); padding-right: 3px; } treecol.threadColumnHeader[sortDirection="ascending"] { list-style-image: url("chrome://messenger/skin/icons/thread-col.png"); } treecol.threadColumnHeader[sortDirection="descending"] { list-style-image: url("chrome://messenger/skin/icons/thread-col.png"); } 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.png"); padding-right: 5px; padding-bottom: 5px; } 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.png"); } /* ..... attachment column ..... */ treecol.attachmentColumnHeader { list-style-image: url("chrome://messenger/skin/icons/attachment-col.png"); padding-right: 5px; } treechildren::-moz-tree-image(attachmentCol, attach) { list-style-image: url("chrome://messenger/skin/icons/attachment.png"); } /* ..... flag column ..... */ treecol.flagColumnHeader { list-style-image: url("chrome://messenger/skin/icons/flag-col.png"); padding-right: 5px; } 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/flag.png"); } /* ..... junkStatus column ..... */ treecol.junkStatusHeader { list-style-image: url("chrome://messenger/skin/icons/junk-col.gif"); padding-right: 5px; } /* "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; } treechildren::-moz-tree-image(junkStatusCol, junk) { list-style-image: url("chrome://messenger/skin/icons/folder-junk.gif"); } treechildren::-moz-tree-image(junkStatusCol, notjunk) { list-style-image: url("chrome://messenger/skin/icons/readmail.gif"); padding-left: 0px; } /* ..... subject column ..... */ /* treechildren::-moz-tree-image(subjectCol) { margin-right: 2px; list-style-image: url("chrome://messenger/skin/icons/message-mail.png "); } treechildren::-moz-tree-image(subjectCol, read) { list-style-image: url("chrome://messenger/skin/icons/message-mail-read.png"); } treechildren::-moz-tree-image(subjectCol, new) { list-style-image: url("chrome://messenger/skin/icons/message-mail-new.png"); } treechildren::-moz-tree-image(subjectCol, imapdeleted) { list-style-image: url("chrome://messenger/skin/icons/message-mail-imapdelete.png"); } */ /* treechildren::-moz-tree-image(subjectCol, news) { list-style-image: url("chrome://messenger/skin/icons/message-news.png"); } 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.png"); } */ /* treechildren::-moz-tree-image(subjectCol, forwarded) { list-style-image: url("chrome://messenger/skin/icons/message-mail-forwarded.png"); } treechildren::-moz-tree-image(subjectCol, forwarded, read) { list-style-image: url("chrome://messenger/skin/icons/message-mail-forwarded-read.png"); } treechildren::-moz-tree-image(subjectCol, replied) { list-style-image: url("chrome://messenger/skin/icons/message-mail-replied.png"); } treechildren::-moz-tree-image(subjectCol, replied, read) { list-style-image: url("chrome://messenger/skin/icons/message-mail-replied-read.png"); } treechildren::-moz-tree-image(subjectCol, replied, forwarded) { list-style-image: url("chrome://messenger/skin/icons/message-mail-replied-forw.png"); } treechildren::-moz-tree-image(subjectCol, replied, forwarded,read) { list-style-image: url("chrome://messenger/skin/icons/message-mail-replied-forw-read.png"); } */ /* ..... 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, 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, 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, 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"); } #sizeCol, #unreadCol, #totalCol { text-align: right; } /* ::::: 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 љА/vCiЇЇmessenger/subscribe.css/* ===== subscribe.css ================================================== == Styles for the Subscribe dialog. ======================================================================= */ @import url("chrome://messenger/skin/"); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: Subscription 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"); } /* ::::: Folders :::::: */ treechildren::-moz-tree-image(nameColumn) { margin-right: 2px; list-style-image: url("chrome://messenger/skin/icons/folder-closed.png"); } 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.png"); } /* ::::: Servers :::::: */ .subscribeMenuItem { list-style-image: url("chrome://messenger/skin/icons/server-mail.png"); } .subscribeMenuItem[ServerType="imap"][IsSecure="true"] { list-style-image: url("chrome://messenger/skin/icons/server-remote-lock.png"); } .subscribeMenuItem[ServerType="nntp"] { list-style-image: url("chrome://messenger/skin/icons/server-news.png"); } .subscribeMenuItem[ServerType="nntp"][IsSecure="true"] { list-style-image: url("chrome://messenger/skin/icons/server-news-lock.png"); } PK ы~/nwEПŠ)Š)messenger/threadPane.css/* * 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. ======================================================================= */ @import url("chrome://messenger/skin/subjectColumn.css"); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: thread decoration ::::: */ treechildren::-moz-tree-cell-text(imapdeleted) { font-weight: normal; text-decoration: line-through; } treechildren::-moz-tree-cell-text(imapdeleted, offline) { font-weight: normal; text-decoration: line-through; } 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 Хrч.ƒёп|№2№2messenger/threadPaneLabels.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is Mozilla Communicator. * * 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 Фrч.ПК?м22messenger/filterDialog.css/* * 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 Д]w.Й_Л''messenger/messageBody.css/* ***** 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. ======================================================================= */ /* 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; } /* ::::: signature ::::: */ .moz-txt-sig, .moz-signature { color: gray; } .moz-txt-sig > a, .moz-signature > a { color: #7777FF; /* light blue */ } /* ::::: smilies ::::: */ 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 { min-height: 17px; margin-left: 2px; margin-top: 2px; padding-left: 20px; background-repeat: no-repeat; background-position: center center; -moz-user-select: all; } 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; } span.moz-smiley-s1 { background-image: url("chrome://editor/content/images/smile_n.gif"); } span.moz-smiley-s2 { background-image: url("chrome://editor/content/images/frown_n.gif"); } span.moz-smiley-s3 { background-image: url("chrome://editor/content/images/wink_n.gif"); } span.moz-smiley-s4 { background-image: url("chrome://editor/content/images/tongue_n.gif"); } span.moz-smiley-s5 { background-image: url("chrome://editor/content/images/laughing_n.gif"); } span.moz-smiley-s6 { background-image: url("chrome://editor/content/images/embarrassed_n.gif"); } span.moz-smiley-s7 { background-image: url("chrome://editor/content/images/undecided_n.gif"); } span.moz-smiley-s8 { background-image: url("chrome://editor/content/images/surprise_n.gif"); } span.moz-smiley-s9 { background-image: url("chrome://editor/content/images/kiss_n.gif"); } span.moz-smiley-s10 { background-image: url("chrome://editor/content/images/yell_n.gif"); } span.moz-smiley-s11 { background-image: url("chrome://editor/content/images/cool_n.gif"); } span.moz-smiley-s12 { background-image: url("chrome://editor/content/images/money_n.gif"); } span.moz-smiley-s13 { background-image: url("chrome://editor/content/images/foot_n.gif"); } span.moz-smiley-s14 { background-image: url("chrome://editor/content/images/innocent_n.gif"); } span.moz-smiley-s15 { background-image: url("chrome://editor/content/images/cry_n.gif"); } span.moz-smiley-s16 { background-image: url("chrome://editor/content/images/sealed_n.gif"); } PK y-”ьˆп||messenger/folderPaneExtras.css/* distributors / ISPs can override folder pane icons * see http://www.mozilla.org/mailnews/arch/folderpaneextras.html */ PK Žy-9JњЛŽŽmessenger/threadPaneExtras.css/* distributors / ISPs can override this to override thread pane icons. * see http://www.mozilla.org/mailnews/arch/threadpaneextras.html */ PK Žy-љёШ7ЅЅmessenger/messageKeywords.css/* 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 Цp /ч›W;messenger/aboutDialog.css#aboutDialog { padding: 0px 0px 10px 0px; } #clientBox { background-color: #FFFFFF; } #brandName { font-weight: bold; font-size: larger; } #detailsBox { padding: 8px 10px 10px 8px; } #versionField { background-color: #FFFFFF; -moz-appearance: none; border: none; font-weight: bold; } #copyright { color: blue; text-decoration: underline; } #groove { margin-top: 0px; } PK Kс.Лџ{EEmessenger/junkMail.css/* # # 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): # # */ /*===== junkMail=======.css ============================================== == Styles for the junk mail dialog ======================================================================== */ @import url("chrome://messenger/skin/"); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: account manager :::::: */ .specialFolderPickerGrid { margin-left: 20px; } /* XXX: would be nice to find a common place for this XXX */ /* ::::captions in tabs ::::: */ .tab-caption { -moz-appearance: tabpanels; } PK Д/О‹ ММmessenger/msgSelectOffline.css/* * 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) * Hхkan Waara (hwaara@chello.se) * Jan Varga (varga@nixcorp.com) */ /* ===== msgSelectOffline.css ================================================= == Styles for the Offline Use dialog. ======================================================================= */ @import url("chrome://messenger/skin/"); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: Mail Folders ::::: */ treechildren::-moz-tree-image(folderNameCol) { margin-right: 2px; list-style-image: url("chrome://messenger/skin/icons/folder-closed.png"); } treechildren::-moz-tree-image(folderNameCol, newMessages-true) { list-style-image: url("chrome://messenger/skin/icons/folder-new-closed.png"); } /* ..... Inbox ..... */ treechildren::-moz-tree-image(folderNameCol, specialFolder-Inbox) { list-style-image: url("chrome://messenger/skin/icons/folder-inbox.png"); } treechildren::-moz-tree-image(folderNameCol, specialFolder-Inbox, newMessages-true) { list-style-image: url("chrome://messenger/skin/icons/folder-inbox-new.png"); } /* ..... Sent ..... */ treechildren::-moz-tree-image(folderNameCol, specialFolder-Sent) { list-style-image: url("chrome://messenger/skin/icons/folder-sent.png"); } /* ..... Unsent ..... */ treechildren::-moz-tree-image(folderNameCol, specialFolder-Unsent Messages) { list-style-image: url("chrome://messenger/skin/icons/folder-outbox.png"); } /* ..... Drafts ..... */ treechildren::-moz-tree-image(folderNameCol, specialFolder-Drafts) { list-style-image: url("chrome://messenger/skin/icons/folder-draft.png"); } /* ..... Templates ..... */ treechildren::-moz-tree-image(folderNameCol, specialFolder-Templates) { list-style-image: url("chrome://messenger/skin/icons/folder-template.png"); } /* ..... Junk ..... */ treechildren::-moz-tree-image(folderNameCol, specialFolder-Junk) { list-style-image: url("chrome://messenger/skin/icons/folder-junk.png"); } /* ..... Trash ..... */ treechildren::-moz-tree-image(folderNameCol, specialFolder-Trash) { list-style-image: url("chrome://messenger/skin/icons/folder-trash.png"); } /* ..... Servers ..... */ treechildren::-moz-tree-image(folderNameCol, isServer-true) { list-style-image: url("chrome://messenger/skin/icons/server-mail.png"); } treechildren::-moz-tree-image(folderNameCol, biffState-NewMail, isServer-true) { list-style-image: url("chrome://messenger/skin/icons/server-mail-new.png"); } 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.png"); } /* ..... Server Folders ..... */ treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-pop3, isSecure-true) { list-style-image: url("chrome://messenger/skin/icons/server-remote-lock.png"); } treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-imap, isSecure-true) { list-style-image: url("chrome://messenger/skin/icons/server-remote-lock.png"); } treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-none) { list-style-image: url("chrome://messenger/skin/icons/server-local.png"); } /* ..... News Folders ..... */ treechildren::-moz-tree-image(folderNameCol, serverType-nntp) { list-style-image: url("chrome://messenger/skin/icons/folder-newsgroup.png"); } treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-nntp) { list-style-image: url("chrome://messenger/skin/icons/server-news.png"); } treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-nntp, isSecure-true) { list-style-image: url("chrome://messenger/skin/icons/server-news-lock.png"); } /* ::::: 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; } /* ::::: Download Icons ::::: */ 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; } #folderNameCol [sortDirection="ascending"] { list-style-image: none; } #folderNameCol [sortDirection="descending"] { list-style-image: none; } PK ГX$0messenger/icons/PK #“+ЄЁхŒŒmessenger/icons/attach.gifGIF89aї11cccЮ„„„œœџЦЦЦжжџџџЮџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ!љ,i HА Aƒ @lјp €‰lxБ EЩ0уF‘$7š 9вуЪ(]Vd™В€OЖєhРfҘ{ 4А!Ё„8 щвЂ&|иT)СІT5;PK (Мћ.…>›messenger/icons/check.gifGIF89aГŒџœџчџ!!!џџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ!љ,.АШIЋНјŠ\Хœф иMcIt_‘+5~ [@Pз*–ѓЗLNфŠЁЄВ;PK #“+Еўы}AAmessenger/icons/dot.gifGIF89a‘™™™џџџ!љ,”ЉЫэqNh)жБћ:;PK ыД/ д›messenger/icons/flagcol.gifGIF89aї)))BBBJJJœœœЅЅЅЦЦЦоооїїїџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ!љ,^ €Рƒ(` €С„  0@б!Фƒ)jД1ЃЦ№ёcH„”tј%€ZŠ\ШђтA1eкФiS$Ю=8€shPD‰:0цRІP;PK #“+№‰о—ѕѕmessenger/icons/flaggedmail.gifGIF89a‡€€€€€€€€€РРРРмРІЪ№ """)))UUUMMMBBB999џ|€џPPж“ЬьџяжЦччж­Љ3f™Ь333f3™3Ь3џ3f3fff™fЬfџf™3™f™™™Ь™џ™Ь3ЬfЬ™ЬЬЬџЬfџ™џЬџ333f3™3Ь3џ333333f33™33Ь33џ33f33f3ff3™f3Ьf3џf3™33™3f™3™™3Ь™3џ™3Ь33Ь3fЬ3™Ь3ЬЬ3џЬ33џ3fџ3™џ3Ьџ3џџ3f3fff™fЬfџf3f33ff3f™3fЬ3fџ3fff3fffff™ffЬff™f3™ff™f™™fЬ™fџ™fЬf3Ьf™ЬfЬЬfџЬfџf3џf™џfЬџfџЬЬџ™™™3™™™Ь™™33™f™Ь3™џ™f™3f™f3™™f™Ьf™џ3™3™™f™™™™™Ь™™џ™™Ь™3Ь™fЬf™Ь™ЬЬ™џЬ™џ™3џ™fЬ™™џ™Ьџ™џџ™Ь3™fЬ™ЬЬЬ3™33Ьf3Ь™3ЬЬ3Ьџ3ЬfЬ3fЬff™™fЬЬfЬџf™™Ь3™Ьf™Ь™™ЬЬ™Ьџ™ЬЬЬ3ЬЬfЬЬ™ЬЬЬЬЬџЬЬџЬ3џЬfџ™™џЬЬџЬџџЬ3Ьfџ™џ3Ь33џf3џ™3џЬ3џџ3џfџ3fџffЬ™fџЬfџџfЬ™џ3™џf™џ™™џЬ™џџ™џЬџ3ЬџfЬџ™ЬџЬЬџџЬџ3џџfџЬ™џџЬџџџfffџfџџfffџџfџfџџЅ!___www†††–––ЫЫЫВВВзззнннуууъъъёёёјјјџћ№  Є€€€џџџџџџџџџџџџ!љ§,Cћ HА Сƒ*\8аL“}ћš,tQЂBŠѓэKˆБ‰F‹6љЁ|§ (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 }/:Ќ й~~!messenger/icons/folder-closed.gifGIF89aїЅ„!ЦНŒчНŒџџџџ­џџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ!љ,[ HА Сƒ*\H`€‡(0Б"ТŠ3иШQ  CŠ@р1b €РG•))ВlˆцЪ–/cЊœyRgЬ™9mЪlЩБЈб- XЪДiг€;PK У }/‹Л_l­­ messenger/icons/folder-draft.gifGIF89aїJJJ{„„„Ѕ„!ЦНŒЮчНŒџџЮџџџџџ­џџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ!љ ,ŠL `A*@C$L€@€Т†@T Бт€‹!2P€РРЧ0*БфI4 щЪ)!"t ‘€Р $†€Р!60Љ3шУЃ6ц љiЅ2GRe5T–У†ЕŠ5ІYœh­JE{жЌUpуЪ•k3иЛw;PK Ј›/ыC ЗЗ%messenger/icons/folder-draft-open.gifGIF89aГJJJ{„„„Ѕ„!ЦНŒЮЮЮЮїяжџџЮџџџџџџџџџџџџџџџ!љ ,dPIjaj–_“)‰ u.b9œШ,‰ёNКi}KD'цр9Ц"Ђ˜ сŒ†P §XБŒdЬ{Ud…Г1уkѓRpxљЌ#яѓ№н^/ў€F q††;PK Ђ›/ыC ЗЗ&messenger/icons/folder-draft-share.gifGIF89aГJJJ{„„„Ѕ„!ЦНŒЮЮЮЮїяжџџЮџџџџџџџџџџџџџџџ!љ ,dPIjaj–_“)‰ u.b9œШ,‰ёNКi}KD'цр9Ц"Ђ˜ сŒ†P §XБŒdЬ{Ud…Г1уkѓRpxљЌ#яѓ№н^/ў€F q††;PK Ѕ›/ыC ЗЗ+messenger/icons/folder-draft-share-open.gifGIF89aГJJJ{„„„Ѕ„!ЦНŒЮЮЮЮїяжџџЮџџџџџџџџџџџџџџџ!љ ,dPIjaj–_“)‰ u.b9œШ,‰ёNКi}KD'цр9Ц"Ђ˜ сŒ†P §XБŒdЬ{Ud…Г1уkѓRpxљЌ#яѓ№н^/ў€F q††;PK $“+^“D ‹‹ messenger/icons/folder-filed.gifGIF89aТ33fffЬРРРџџ™™џџџџ!љ,PHК"е-ˆE›ЙFHЪђF r˜™AШ@Њ–Х№ДWРђ`ZЁj~­dШё>CPьiњŠKh:RцЂK€xэЦДDЌм,—З€zЭf';PK $“+dЊ+ЁŽŽ%messenger/icons/folder-filed-open.gifGIF89aТ33fffЬРРРџџ€€€™™џџџџ!љ,SHКмNB˜ƒxёш#,цšpфbœ"—Ѓbl)8ЖЏ1LАЦФ{Бэ`УЩfŠR9Ф6› №@Š?,hdП€г gХфЅ:B& пp@;PK Џђ.нє!ПЋЋ"messenger/icons/folder-hasmail.gifGIF89aГ„ЮџЅ„!ЦНŒїяжџџџџџџџџџџџџџџџџџџџџџџџџџџ!љ,X№œ@k84КИ™Цy`(iNT:|TˆКоg‚+|DпK\mƒ("@n(œNрP@?ачSJE<›к,Зš-oЇеА:ŠЖЎУ\Ÿ|о›јМ^;PK 7Kž/НE­КК messenger/icons/folder-inbox.gifGIF89aїJJJ{cЅ„!ЕЕЕН„жНчНŒџœJџЮџчsџчџџџ­џџжџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ!љ ,—И €Сƒ$ У‡.итC‰ "ауРŠ;6`рБ`Шˆ `дИq$+OŠ| ѓЃL’ (`€ЯŸ?ф, R €$`pi‚:‰ђ\Њ€AеЄJРЈеЏXŸrэК@@вЊK›fUI€ь‚H™2@€юm оРЗo_З 8 ;PK [Lž/Ћ9lЧкк$messenger/icons/folder-inbox-new.gifGIF89aїZ„ЮџJJJ{cЅ„!ЕЕЕН„жНчНŒџœJџЮџчsџчџџџ­џџжџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ!љ,З<@А  * p Œ@Б"C!(ЁЂХ†4n<ˆ0!€ Š”HА#ЪЉqР€.O``РЪ›OЦTpБgD OP@T „ž6qVЊ СEВjеj€i‚ 4XЁ„cЈњѕЊYр’ep A[aуъЋі.оШТ5‹–юN{ƒ@мP1€Ы˜3'ЎЬЙГчЯž;PK ]Kž/КeЙЙ%messenger/icons/folder-inbox-open.gifGIF89aїJJJ{cЅ„!ЕЕЕН„жНџНŒџЮџчsџчџџїНџџ­џџжџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ!љ ,–Ј €Сƒ$ У‡.итC‰ "ауРBŠtаБ-^l ЃЦ&p9RdI™3?†Tyв€[’T)Рg–[Њt8рчб —(№”@вЈ*ЇЖ$`URЉ[Лz@ЖlйИ,р`0›v![З тЮ=)V еП€і;PK aWž/T—ТЙЮЮ&messenger/icons/folder-inbox-share.gifGIF89aїџœџJJJ{cЅ„!ЕЕЕН„жНчНŒџœJџЮџчsџчџџџ­џџжџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ!љ ,Ћи`€Сƒ @€Р"JŒЈP`€‹'NЌи€ЁC„<Ј cƒ4R|рРХ†/SjIРхۘ!Y@`ѓ&Ъ#№X‚Q-…ЈH €гЇO (­)Р‚8HpuAPm`еГ[((ЖІЊhЯbUрU,oЩb=Ћ•ыZЗyИš–.нw РИБcХ#KžLYr@;PK (Wž/)зєЫЫ+messenger/icons/folder-inbox-share-open.gifGIF89aїџœџJJJ{cЅ„!ЕЕЕН„жНџНŒџЮџчsџчџџїНџџ­џџжџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ!љ ,ЈШ`€Сƒ @€Р"JŒЈP`€‹'NЌШ€ЁC„<Ј #ƒRЊ„0ђЦdЉQ$˜1g†t Юœ(UЖьщs`•_"@p тMš ,=pSрM 0ЅъT$жp5`е+жА7 epѕkДkй˜K—nj €а‚ ЦKСоО ~W иЧ›6;PK %“+Ф“Є{€€%messenger/icons/folder-mailserver.gifGIF89aТ33fffЬРРРџџ€€€™™џџџџ!љ,E8Бм<0˜IЋPYК.‰“ctРЇmU ŽMjJ(ЅžБxЎчц@ќР 0C,  – ЄQРL‹ ы•Јнr—KH;PK [Š/Н\Ф8­­messenger/icons/folder-new.gifGIF89aГ„ЮџЅ„!ЦНŒїяжџїџџџџџџџџџџџџџџџџџџџџџџџџџ!љ,Z№œ@k84КИ™Цy`(iNT:|TˆКоg‚+|HAќЎЖAIлm Ј8,™š@uAг)!&mЉ€ЋO@”Ъ’ЅАФ&иZіЌгД ШkгЛjPнK•ЎЊ;PK Kѓ.*‚l ЇЇ$messenger/icons/folder-sent-open.gifGIF89aГZ­жџRBЅ„!ЦНŒїяжџџџџџџџџџџџџџџџџџџџџџџџџџџ!љ,T№ШIЋН8ы}ŠїZŒc‰("l+‰*I#ёЊ†QшF `@ ШЄр'$Ш|Ыш28 vЈ48xк-U2а%•ЬЊЗХіXъ`NŸSщ;PK Jѓ.ЄЂœ#ЉЉ%messenger/icons/folder-sent-share.gifGIF89aГZ­жџcџџЅ„!ЦНŒїяжџџџџџџџџџџџџџџџџџџџџџџџџџџ!љ,V№HB‰Мј’1lў[їiWyXШ­bІВmZvч)HH <№œЮP0pVа#rйDЅ‚Ќ6РФБкmѕsЋп(4 жNЧ6ѕЈлэ\{;PK Mѓ.јўx‰ЎЎ*messenger/icons/folder-sent-share-open.gifGIF89aГZ­жџRBcџџЅ„!ЦНŒїяжџџџџџџџџџџџџџџџџџџџџџџџ!љ,[ЩB‹МјBlў[їiWyXШ­bІВmZvч)IX$|№œю`8C0(4+шЙмѕІ‚Ќ6@ ŠЌv‹(у1W2 JЅйРrRЃхs `Япsљ;PK &“+g­fT€€!messenger/icons/folder-server.gifGIF89aТ33fffЬРРРџџ€€€™™џџџџ!љ,EHJвНp‰aшQкZ–G(Ž$мFЈІ,˜ЮБrОVЭ|яы€pHfŽƒС ƒfCyl+6rнr›ME;PK &“+f>Е]„„&messenger/icons/folder-server-open.gifGIF89aТ33fffЬРРРџџ€€€™™џџџџ!љ,IHjЬњ˜CЉ‰ošБuƒ'2\(BЊЎЉ‰V№Д'кУьЂј ьЈ‚pHЌ=ШЄвˆi. Њ@`@HSL*рŒlЛ.8,•*;PK ћYž/˜Ц> messenger/icons/folder-share.gifGIF89aїџœџЅ„!ЦНŒчНŒџчџџџ­џџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџџ!љ,j HАр@\ сBƒ>Р€Т