PK } */ /* ===== autocomplete.css ================================================= == Styles used by the autocomplete widget. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: autocomplete ::::: */ textbox { cursor: default; padding: 0; -moz-appearance: none; border: none !important; } .autocomplete-textbox-container { -moz-appearance: menulist-textfield; 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; } .textbox-input-box { margin: 0 3px; -moz-box-align: center; } /* ::::: history button ::::: */ .autocomplete-history-dropmarker { -moz-appearance: menulist-button; min-width: 17px; -moz-box-align: center; -moz-box-pack: center; border: 2px solid; -moz-border-top-colors: ThreeDLightShadow ThreeDHighlight; -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-left-colors: ThreeDLightShadow ThreeDHighlight; background-color: -moz-Dialog; padding: 1px; list-style-image: url("chrome://global/skin/arrow/arrow-dn.gif"); } .autocomplete-history-dropmarker[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 ::::: */ .autocomplete-result-popup, .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 { border: none; background-color: transparent !important; } .autocomplete-treecol { margin: 0 !important; border: none !important; padding: 0 !important; } .autocomplete-treebody::-moz-tree-cell-text { padding-left: 8px; } .autocomplete-treebody::-moz-tree-row(menuactive) { background-color: Highlight; } .autocomplete-treebody::-moz-tree-cell-text(menuactive) { color: HighlightText !important; } PK ƛ,Pskin/classic/global/browser.cssUT 2=`SDDUx @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); .tabbrowser-strip { padding-bottom: 3px; border-bottom: 2px solid; -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow; } 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://communicator/skin/bookmarks/bookmark-item.gif"); } tab[busy] > .tab-icon { list-style-image: url("chrome://communicator/skin/icons/loading.gif"); } /* ::::: close button ::::: */ .tabs-closebutton { margin: 3px; list-style-image: url("chrome://global/skin/icons/close-button.gif"); } .tabs-closebutton > .toolbarbutton-icon { margin: 0; } .tabs-newbutton { margin: 0px; list-style-image: url("chrome://global/skin/icons/tab-new.gif"); } PK ]-1v; skin/classic/global/checkbox.cssUT EAaSDDUx/* * 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): * Brian Ryner */ /* ===== checkbox.css =================================================== == Styles used by the XUL checkbox element. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: checkbox ::::: */ checkbox { -moz-appearance: checkbox-container; margin: 2px 4px; border-left: 2px transparent; border-right: 2px transparent; } /* With native theming on, the spacer-box paints the check mark and includes the spacing to the right, so that oversized checkbox images can slop over into the space. If we need to disable checkbox theming, the spacer box no longer paints the check mark, but its fallback CSS border supplies the padding between the mark and the label. The xul:image then takes over painting the check mark. */ .checkbox-spacer-box { -moz-appearance: checkbox; -moz-box-align: center; border-right: 4px solid transparent; } .checkbox-label-center-box { -moz-box-align: center; } .checkbox-label-box { border: 1px solid transparent; -moz-appearance: checkbox-label; } .checkbox-icon[src] { margin-right: 2px; } .checkbox-label { margin: 0 !important; } /* ..... focused state ..... */ checkbox:focus > .checkbox-label-center-box > .checkbox-label-box { border: 1px dotted ThreeDDarkShadow; } /* ..... disabled state ..... */ checkbox[disabled="true"] > .checkbox-spacer-box > .checkbox-check { background-color: -moz-Dialog; } checkbox[disabled="true"] { color: GrayText !important; } /* ::::: checkmark image ::::: */ .checkbox-check { border: 2px solid; -moz-border-top-colors: ThreeDShadow ThreeDDarkShadow; -moz-border-right-colors: ThreeDHighlight ThreeDLightShadow; -moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow; -moz-border-left-colors: ThreeDShadow ThreeDDarkShadow; min-width: 13px; min-height: 13px; background: -moz-Field no-repeat 50% 50%; } checkbox:hover:active > .checkbox-spacer-box > .checkbox-check { background-color: -moz-Dialog; } /* ..... checked state ..... */ checkbox[checked="true"] > .checkbox-spacer-box > .checkbox-check { background-image: url("chrome://global/skin/checkbox/cbox-check.gif"); } checkbox[checked="true"][disabled="true"] > .checkbox-spacer-box > .checkbox-check { background-image: url("chrome://global/skin/checkbox/cbox-check-dis.gif") !important } PK +" L #skin/classic/global/colorpicker.cssUT 1~ <`SDDUx/* * 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 a/S/ skin/classic/global/console.cssUT 4;?`SDDUx/* * 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 T /[^ ^ skin/classic/global/dialog.cssUT 7?`SDDUx/* ***** 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: 5px; } /* ::::: 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 } .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 ]-1Uiiskin/classic/global/global.cssUT EAaSDDUx/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is Mozilla Communicator client code, released * March 31, 1998. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998-1999 * the Initial Developer. All Rights Reserved. * * Contributor(s): * * Alternatively, the contents of this file may be used under the terms of * either of the GNU General Public License Version 2 or later (the "GPL"), * or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ /* ===== global.css ===================================================== == Styles that apply everywhere. ======================================================================= */ /* all localizable skin settings shall live here */ @import url("chrome://global/locale/intl.css"); @import url("chrome://global/skin/formatting.css"); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: XBL bindings ::::: */ checkbox { -moz-binding: url("chrome://global/content/bindings/checkbox.xml#checkbox-with-spacing"); } radio { -moz-binding: url("chrome://global/skin/globalBindings.xml#radio-with-spacing"); } menulist > menupopup, .menulist-menupopup { -moz-binding: url("chrome://global/content/bindings/popup.xml#popup-scrollbars"); } .menulist-compact { -moz-binding: url("chrome://global/content/bindings/menulist.xml#menulist-compact"); } /* ::::: root elements ::::: */ window, page, dialog, wizard { -moz-appearance: window; background-color: -moz-Dialog; color: -moz-DialogText; font: message-box; } /* deprecated */ window.dialog { padding: 8px 10px 10px 8px; } [wait-cursor] { cursor: wait !important; } /* ::::: alert icons :::::*/ .message-icon, .alert-icon, .error-icon, .question-icon { width: 32px; height: 32px; } .message-icon { list-style-image: url("chrome://global/skin/icons/alert-message.gif"); } .alert-icon { list-style-image: url("chrome://global/skin/icons/alert-exclam.gif"); } .error-icon { list-style-image: url("chrome://global/skin/icons/alert-error.gif"); } .question-icon { list-style-image: url("chrome://global/skin/icons/alert-question.gif"); } /* ::::: 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; } 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; } .statusbarpanel-iconic { padding: 0px; } resizer[dir="bottomright"] { -moz-appearance: resizer; cursor: se-resize; } /* ::::: miscellaneous ::::: */ .toolbar-focustarget { -moz-user-focus: ignore !important; } PK +C   skin/classic/global/groupbox.cssUT 2~ <`SDDUx/* * 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: 2px solid; -moz-border-top-colors: ThreeDShadow ThreeDHighlight; -moz-border-right-colors: ThreeDHighlight ThreeDShadow; -moz-border-bottom-colors: ThreeDHighlight ThreeDShadow; -moz-border-left-colors: ThreeDShadow ThreeDHighlight; padding: 5px; } .groupbox-body { padding: inherit; } caption { margin: 0px 6px 2px 6px; padding: 0px 3px; background-color: -moz-Dialog; } PK 'f+6++ skin/classic/global/linkTree.cssUT j;`SDDUx@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-1&&skin/classic/global/listbox.cssUT !=`SDDUx/* * 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) */ /* ===== listbox.css ======================================================= == Styles used by XUL listbox-related elements. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: listbox ::::: */ 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; -moz-appearance: listbox; } /* ::::: listitem ::::: */ listitem { border: 1px solid transparent; } listbox:focus > listitem[current="true"] { border: 1px dotted #000000; } listbox:focus > listitem[current="true"][selected="true"] { border: 1px dotted #C0C0C0; } 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 2-mz skin/classic/global/menulist.cssUT =`SDDUx/* * 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; -moz-appearance: none !important; } /* ::::: 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 ou.mskin/classic/global/popup.cssUT {>`SDDUx/* * 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 ( -:[& & %skin/classic/global/progressmeter.cssUT 7SV=`SDDUx/* ***** 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; } .progress-bar[mode="undetermined"], .progress-remainder[mode="undetermined"] { visibility: collapse; } /* ::::: 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; } PK ]-1iq skin/classic/global/radio.cssUT EAaSDDUx/* * 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): * Brian Ryner */ /* ===== radio.css =================================================== == Styles used by the XUL radio element. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: radio ::::: */ radio { -moz-appearance: radio-container; margin: 2px 4px; border-left: 2px transparent; border-right: 2px transparent; } /* With native theming on, the spacer-box paints the radio mark and includes the spacing to the right, so that oversized radio images can slop over into the space. If we need to disable radio button theming, the spacer box no longer paints the radio mark, but its fallback CSS border supplies the padding between the mark and the label. The xul:image then takes over painting the radio mark. */ .radio-spacer-box { -moz-appearance: radio; -moz-box-align: center; border-right: 4px solid transparent; border-top: 1px; border-bottom: 1px; } .radio-label-center-box { -moz-box-align: center; } .radio-label-box { border: 1px solid transparent; -moz-appearance: radio-label; } .radio-icon[src] { margin-right: 2px; } .radio-label { margin: 0 !important; } /* ..... focused state ..... */ radio[focused="true"] > .radio-label-center-box > .radio-label-box { border: 1px dotted ThreeDDarkShadow; } /* ..... disabled state ..... */ radio[disabled="true"] > .radio-spacer-box > .radio-check-box1 { background-color: -moz-Dialog; } radio[disabled="true"] { color: GrayText !important; } /* ::::: checkmark image ::::: */ .radio-check-box1 { border-top: 1px solid ThreeDShadow; border-right: 1px solid ThreeDHighlight; border-bottom: 1px solid ThreeDHighlight; border-left: 1px solid ThreeDShadow; -moz-border-radius: 50%; min-width: 12px; min-height: 12px; background-color: -moz-Field; } .radio-check-box2 { border-top: 1px solid ThreeDDarkShadow; border-right: 1px solid ThreeDLightShadow; border-bottom: 1px solid ThreeDLightShadow; border-left: 1px solid ThreeDDarkShadow; -moz-border-radius: 50%; padding: 2px; width: 4px; height: 4px; list-style-image: none; } radio:hover:active > .radio-spacer-box > .radio-check-box1 { background-color: -moz-Dialog; } /* ..... selected state ..... */ radio[selected="true"] > .radio-spacer-box > .radio-check-box1 > .radio-check-box2 { list-style-image: url("chrome://global/skin/radio/radio-check.gif"); } radio[selected="true"][disabled="true"] > .radio-spacer-box > .radio-check-box1 > .radio-check-box2 { list-style-image: url("chrome://global/skin/radio/radio-check-dis.gif") !important } PK Z1a"skin/classic/global/scrollbars.cssUT o3A`SDDUx/* * The contents of this file are subject to the Netscape Public * License Version 1.1 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * * The Original Code is Mozilla Communicator client code, released * March 31, 1998. * * The Initial Developer of the Original Code is Netscape * Communications Corporation. Portions created by Netscape are * Copyright (C) 1998-2001 Netscape Communications Corporation. All * Rights Reserved. * * Contributor(s): * Joe Hewitt (hewitt@netscape.com) */ /* ===== scrollbars.css ================================================= == Styles used by XUL scrollbar-related elements. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); @namespace html url("http://www.w3.org/1999/xhtml"); /* namespace for HTML elements */ /* ::::: scrollbar ::::: */ scrollbar { -moz-appearance: scrollbartrack-horizontal; -moz-binding: url("chrome://global/content/bindings/scrollbar.xml#scrollbar"); cursor: default; background: url("chrome://global/skin/scrollbar/slider.gif") scrollbar; } scrollbar[orient="vertical"] { -moz-appearance: scrollbartrack-vertical; } /* ::::: borders for thumb and buttons ::::: */ thumb, scrollbarbutton { border: 2px solid; -moz-border-top-colors: ThreeDLightShadow ThreeDHighlight; -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-left-colors: ThreeDLightShadow ThreeDHighlight; background-color: -moz-Dialog; } /* ::::: thumb (horizontal) ::::: */ thumb { -moz-appearance: scrollbarthumb-vertical; min-height: 8px; } thumb[orient="horizontal"] { -moz-appearance: scrollbarthumb-horizontal; min-width: 8px; } thumb > gripper { -moz-appearance: scrollbargripper-vertical; } thumb[orient="horizontal"] > gripper { -moz-appearance: scrollbargripper-horizontal; } /* ::::: scrollbar button ::::: */ scrollbarbutton { background: -moz-Dialog no-repeat 0px 1px; min-width: 16px; min-height: 16px; } scrollbarbutton:hover:active { -moz-border-top-colors: ThreeDShadow -moz-Dialog; -moz-border-right-colors: ThreeDShadow -moz-Dialog; -moz-border-bottom-colors: ThreeDShadow -moz-Dialog; -moz-border-left-colors: ThreeDShadow -moz-Dialog; background-position: 1px 2px; } /* ::::: square at the corner of two scrollbars ::::: */ scrollcorner { -moz-binding: url("chrome://global/content/bindings/scrollbar.xml#scrollbar-base"); cursor: default; background-color: -moz-Dialog; } /* ..... increment .... */ scrollbarbutton[type="increment"] { -moz-appearance: scrollbarbutton-right; background-image: url("chrome://global/skin/arrow/arrow-rit.gif") } scrollbar[orient="vertical"] > scrollbarbutton[type="increment"] { -moz-appearance: scrollbarbutton-down; background-image: url("chrome://global/skin/arrow/arrow-dn.gif") } /* ..... decrement .... */ scrollbarbutton[type="decrement"] { -moz-appearance: scrollbarbutton-left; background-image: url("chrome://global/skin/arrow/arrow-lft.gif") } scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"] { -moz-appearance: scrollbarbutton-up; background-image: url("chrome://global/skin/arrow/arrow-up.gif") } /* :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */ /* ::::::::::::::::::::: MEDIA PRINT :::::::::::::::::::::: */ /* :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */ @media print { /* ::::: scrollbar ::::: */ html|div scrollbar { -moz-appearance: scrollbartrack-horizontal; -moz-binding: url("chrome://global/content/bindings/scrollbar.xml#scrollbar"); cursor: default; background: url("chrome://global/skin/scrollbar/slider.gif") scrollbar; } html|div scrollbar[orient="vertical"] { -moz-appearance: scrollbartrack-vertical; } /* ::::: borders for thumb and buttons ::::: */ html|div thumb, html|div scrollbarbutton { border: 2px solid; -moz-border-top-colors: ThreeDLightShadow ThreeDHighlight; -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-left-colors: ThreeDLightShadow ThreeDHighlight; background-color: -moz-Dialog; } /* ::::: thumb (horizontal) ::::: */ html|div thumb { -moz-appearance: scrollbarthumb-vertical; min-height: 8px; } html|div thumb[orient="horizontal"] { -moz-appearance: scrollbarthumb-horizontal; min-width: 8px; } html|div thumb > gripper { -moz-appearance: scrollbargripper-vertical; } html|div thumb[orient="horizontal"] > gripper { -moz-appearance: scrollbargripper-horizontal; } /* ::::: scrollbar button ::::: */ html|div scrollbarbutton { background: -moz-Dialog no-repeat 0px 1px; min-width: 16px; min-height: 16px; } html|div scrollbarbutton:hover:active { -moz-border-top-colors: ThreeDShadow -moz-Dialog; -moz-border-right-colors: ThreeDShadow -moz-Dialog; -moz-border-bottom-colors: ThreeDShadow -moz-Dialog; -moz-border-left-colors: ThreeDShadow -moz-Dialog; background-position: 1px 2px; } /* ..... increment .... */ html|div scrollbarbutton[type="increment"] { -moz-appearance: scrollbarbutton-right; background-image: url("chrome://global/skin/arrow/arrow-rit.gif") } html|div scrollbar[orient="vertical"] > scrollbarbutton[type="increment"] { -moz-appearance: scrollbarbutton-down; background-image: url("chrome://global/skin/arrow/arrow-dn.gif") } /* ..... decrement .... */ html|div scrollbarbutton[type="decrement"] { -moz-appearance: scrollbarbutton-left; background-image: url("chrome://global/skin/arrow/arrow-lft.gif") } html|div scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"] { -moz-appearance: scrollbarbutton-up; background-image: url("chrome://global/skin/arrow/arrow-up.gif") } } PK +s!skin/classic/global/scrollbox.cssUT 9~ <`SDDUx@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 'f+#skin/classic/global/spinbuttons.cssUT j;`SDDUx/* * The contents of this file are subject to the Mozilla Public * License Version 1.1 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of * the License at http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * * The Original Code is mozilla.org code. * * The Initial Developer of the Original Code is Hkan Waara * Portions created by Hkan Waara are Copyright (C) * Hkan Waara. All Rights Reserved. * * Contributor(s): Hkan 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 +n skin/classic/global/splitter.cssUT 9~ <`SDDUx/* * 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: 2px solid; -moz-border-top-colors: ThreeDHighlight ThreeDLightShadow; -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-bottom-colors: ThreeDShadow ThreeDLightShadow; -moz-border-left-colors: ThreeDDarkShadow ThreeDHighlight; min-width: 8px; background-color: ThreeDFace; } splitter[state="dragging"] { background-image: url("chrome://global/skin/splitter/drag-bg.gif"); } /* ::::: splitter (horizontal) ::::: */ splitter[orient="vertical"] { cursor: n-resize; -moz-border-top-colors: ThreeDDarkShadow ThreeDHighlight; -moz-border-right-colors: ThreeDShadow ThreeDLightShadow; -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-left-colors: ThreeDHighlight ThreeDLightShadow; min-height: 8px; } /* ::::: splitter grippy ::::: */ grippy { cursor: pointer; border-top: 1px solid ThreeDShadow; border-bottom: 1px solid ThreeDShadow; min-width: 4px; min-height: 115px; background-color: transparent; background-repeat: no-repeat; } grippy:hover { background-color: #CCCCFF; } splitter[orient="vertical"] > grippy { border-top: none; border-right: 1px solid ThreeDShadow; border-bottom: none; border-left: 1px solid ThreeDShadow;; min-width: 115px; min-height: 4px; } /* ..... normal state ..... */ /* vertical grippies */ splitter[collapse="before"] > grippy { background-image: url("chrome://global/skin/splitter/grip-vrt-before.gif"); } splitter[collapse="after"] > grippy { background-image: url("chrome://global/skin/splitter/grip-vrt-after.gif"); } /* horizontal grippies */ splitter[collapse="before"][orient="vertical"] > grippy { background-image: url("chrome://global/skin/splitter/grip-hrz-before.gif"); } splitter[collapse="after"][orient="vertical"] > grippy { background-image: url("chrome://global/skin/splitter/grip-hrz-after.gif"); } /* ..... collapsed state ..... */ /* vertical grippies */ splitter[collapse="before"][state="collapsed"] > grippy { background-image: url("chrome://global/skin/splitter/grip-vrt-after.gif"); } splitter[collapse="after"][state="collapsed"] > grippy { background-image: url("chrome://global/skin/splitter/grip-vrt-before.gif"); } /* horizontal grippies */ splitter[collapse="before"][state="collapsed"][orient="vertical"] > grippy { background-image: url("chrome://global/skin/splitter/grip-hrz-after.gif"); } splitter[collapse="after"][state="collapsed"][orient="vertical"] > grippy { background-image: url("chrome://global/skin/splitter/grip-hrz-before.gif"); } PK y6,Eeeskin/classic/global/tabbox.cssUT M<`SDDUx/* * 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"] { -moz-appearance: tab-left-edge; border-right: none; -moz-border-radius-topright: 0; } tab[afterselected="true"] { -moz-appearance: tab-right-edge; border-left: none; -moz-border-radius-topleft: 0; } tab[first-tab="true"][selected="true"] { padding-right: 5px; padding-left: 5px; } /* ::::: tab-bottom :::::::::: :: Tabs that are attached to the bottom of a panel, but not necessarily :: a tabpanels. ::::: */ .tab-bottom { margin-top: 0; margin-bottom: 2px; border-top: 1px solid; border-bottom: 2px solid; -moz-border-top-colors: ThreeDShadow; -moz-border-bottom-colors: ThreeDShadow ThreeDLightShadow; -moz-border-radius-topleft: 0; -moz-border-radius-topright: 0; -moz-border-radius-bottomright: 2px; -moz-border-radius-bottomleft: 2px; padding: 2px 4px 1px 4px; } .tab-bottom[selected="true"] { margin-bottom: 0; -moz-border-top-colors: -moz-Dialog; padding: 4px 6px 1px 6px; } .tab-bottom[beforeselected="true"] { -moz-border-radius-bottomright: 0; } .tab-bottom[afterselected="true"] { -moz-border-radius-bottomleft: 0; } /* ::::: tabs-bottom ::::: */ .tabs-bottom > .tabs-left, .tabs-bottom > .tabs-right { border-top: 1px solid ThreeDShadow; border-bottom: none; } PK |,,{  skin/classic/global/textbox.cssUT =գ<`SDDUx/* * 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. ======================================================================= */ @import url("chrome://global/content/autocomplete.css"); @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; } PK *1]xx%skin/classic/global/toolbarbutton.cssUT :BAaSDDUx/* * 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) * Brian Ryner */ /* ===== 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: 2px solid; -moz-border-top-colors: transparent; -moz-border-right-colors: transparent; -moz-border-bottom-colors: transparent; -moz-border-left-colors: transparent; padding: 2px; background-color: transparent; color: -moz-DialogText; } .toolbarbutton-icon { margin-right: 2px; } .toolbarbutton-text { margin: 0 !important; text-align: center; } toolbarbutton:hover, toolbarbutton[buttonover="true"] { -moz-border-top-colors: ThreeDDarkShadow ThreeDHighlight; -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-left-colors: ThreeDDarkShadow ThreeDHighlight; } toolbarbutton:hover:active, toolbarbutton[open="true"] { -moz-border-top-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-right-colors: ThreeDDarkShadow ThreeDHighlight; -moz-border-bottom-colors: ThreeDDarkShadow ThreeDHighlight; -moz-border-left-colors: ThreeDDarkShadow ThreeDShadow; padding: 3px 1px 1px 3px; } toolbarbutton[disabled="true"], toolbarbutton[disabled="true"]:hover, toolbarbutton[disabled="true"]:hover:active toolbarbutton[disabled="true"][open="true"] { -moz-border-top-colors: transparent; -moz-border-right-colors: transparent; -moz-border-bottom-colors: transparent; -moz-border-left-colors: transparent; padding: 2px; color: GrayText; } /* ..... checked state ..... */ toolbarbutton[checked="true"] { -moz-border-top-colors: ThreeDLightShadow ThreeDShadow !important; -moz-border-right-colors: ThreeDLightShadow ThreeDHighlight !important; -moz-border-bottom-colors: ThreeDLightShadow ThreeDHighlight !important; -moz-border-left-colors: ThreeDLightShadow ThreeDShadow !important; padding: 2px !important; background-color: ThreeDHighlight !important; color: ButtonText !important; } /* ::::: toolbarbutton menu ::::: */ .toolbarbutton-menu-dropmarker { list-style-image: url("chrome://global/skin/arrow/arrow-dn.gif"); -moz-image-region: auto; /* cut off inheritance */ } .toolbarbutton-menu-dropmarker[disabled="true"] { list-style-image: url("chrome://global/skin/arrow/arrow-dn-dis.gif"); } /* ::::: toolbarbutton menu-button ::::: */ toolbarbutton[type="menu-button"] { -moz-box-align: stretch; -moz-appearance: dualbutton; } 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: 1px solid; padding: 0; } .toolbarbutton-menubutton-button { -moz-box-align: center; -moz-box-pack: center; } .toolbarbutton-menubutton-button, .toolbarbutton-menubutton-dropmarker { border: 1px solid; -moz-border-top-colors: transparent; -moz-border-right-colors: transparent; -moz-border-bottom-colors: transparent; -moz-border-left-colors: transparent; } .toolbarbutton-menubutton-button[disabled="true"], .toolbarbutton-menubutton-dropmarker[disabled="true"] { -moz-border-top-colors: transparent !important; -moz-border-right-colors: transparent !important; -moz-border-bottom-colors: transparent !important; -moz-border-left-colors: transparent !important; } toolbarbutton[type="menu-button"]:hover > .toolbarbutton-menubutton-button, toolbarbutton[type="menu-button"][buttonover="true"] > .toolbarbutton-menubutton-button, toolbarbutton[type="menu-button"]:hover > .toolbarbutton-menubutton-dropmarker, toolbarbutton[type="menu-button"][buttonover="true"] > .toolbarbutton-menubutton-dropmarker, toolbarbutton[type="menu-button"][open="true"] > .toolbarbutton-menubutton-button { -moz-border-top-colors: ThreeDHighlight; -moz-border-right-colors: ThreeDShadow; -moz-border-bottom-colors: ThreeDShadow; -moz-border-left-colors: ThreeDHighlight; } toolbarbutton[type="menu-button"][buttondown="true"] > .toolbarbutton-menubutton-button, toolbarbutton[type="menu-button"]:hover:active > .toolbarbutton-menubutton-dropmarker, toolbarbutton[type="menu-button"][buttondown="true"] > .toolbarbutton-menubutton-dropmarker, toolbarbutton[type="menu-button"][open="true"] > .toolbarbutton-menubutton-dropmarker { -moz-border-top-colors: ThreeDShadow; -moz-border-right-colors: ThreeDHighlight; -moz-border-bottom-colors: ThreeDHighlight; -moz-border-left-colors: ThreeDShadow; } /* .......... dropmarker .......... */ .toolbarbutton-menubutton-dropmarker { -moz-box-align: center; padding: 0 0 1px 0; list-style-image: url("chrome://global/skin/arrow/arrow-dn.gif"); -moz-image-region: auto; /* cut off inheritance */ -moz-appearance: dualbutton-dropdown; } .toolbarbutton-menubutton-dropmarker[disabled="true"] { border: 1px solid transparent !important; 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 Iy0 skin/classic/global/tree.cssUT c@`SDDUx/* * 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: treeview; } /* ::::: tree focusring ::::: */ .focusring > .tree-rows > .tree-bodybox { border: 1px solid transparent; } .focusring:focus > .tree-rows > .tree-bodybox { border: 1px solid #000000; } /* ::::: tree rows ::::: */ treechildren::-moz-tree-row { border: 1px solid transparent; background-color: transparent; min-height: 18px; height: 1.3em; } treechildren::-moz-tree-row(selected) { background-color: -moz-Dialog; } treechildren::-moz-tree-row(selected, focus) { background-color: Highlight; } treechildren::-moz-tree-row(current, focus) { border: 1px dotted #000000; } treechildren::-moz-tree-row(selected, current, focus) { border: 1px dotted #C0C0C0; } tree[selstyle="primary"] > treechildren::-moz-tree-row { border: none; background-color: transparent; } /* ::::: tree cells ::::: */ treechildren::-moz-tree-cell { padding: 0px 2px 0px 2px; } tree[selstyle="primary"] > treechildren::-moz-tree-cell-text, treechildren::-moz-tree-cell-text { color: inherit; } treechildren::-moz-tree-cell-text(selected) { color: -moz-DialogText; } tree[selstyle="primary"] > treechildren::-moz-tree-cell-text(primary) { border: 1px solid transparent; padding: 0px 1px 1px 1px; } tree[selstyle="primary"] > treechildren::-moz-tree-cell-text(primary, selected) { background-color: -moz-Dialog; color: -moz-DialogText; } treechildren::-moz-tree-cell-text(selected, focus) { color: HighlightText; } tree[selstyle="primary"] > treechildren::-moz-tree-cell-text(primary, selected, focus) { background-color: Highlight; color: HighlightText; } tree[selstyle="primary"] > treechildren::-moz-tree-cell-text(primary, current, focus) { border: 1px dotted #000000; } tree[selstyle="primary"] > treechildren::-moz-tree-cell-text(primary, selected, current, focus) { border: 1px dotted #C0C0C0; } /* ::::: lines connecting cells ::::: */ tree[selstyle="primary"] > treechildren::-moz-tree-line, treechildren::-moz-tree-line { border: 1px dotted ThreeDShadow; } treechildren::-moz-tree-line(selected, focus) { border: 1px dotted HighlightText; } /* ::::: tree separator ::::: */ treechildren::-moz-tree-separator { border-top: 1px solid ThreeDShadow; border-bottom: 1px solid ThreeDHighlight; } /* ::::: drop feedback ::::: */ tree[selstyle="primary"] > treechildren::-moz-tree-cell-text(primary, dropOn), treechildren::-moz-tree-cell-text(primary, dropOn) { background-color: Highlight; color: HighlightText; } treechildren::-moz-tree-drop-feedback { background-color: Highlight; width: 50px; height: 2px; margin-left: 5px; } /* ::::: tree progress meter ::::: */ treechildren::-moz-tree-progressmeter { margin: 2px 4px; border: 2px solid; -moz-border-top-colors: ThreeDShadow -moz-Dialog; -moz-border-right-colors: ThreeDHighlight -moz-Dialog; -moz-border-bottom-colors: ThreeDHighlight -moz-Dialog; -moz-border-left-colors: ThreeDShadow -moz-Dialog; background-color: -moz-Dialog; color: ThreeDShadow; } treechildren::-moz-tree-progressmeter(progressUndetermined) { list-style-image: url("chrome://global/skin/progressmeter/progressmeter-busy.gif"); } treechildren::-moz-tree-cell-text(progressmeter) { margin: 2px 4px; } /* ::::: tree columns ::::: */ treecol, treecolpicker { -moz-appearance: treeheadercell; -moz-box-align: center; -moz-box-pack: center; border: 2px solid; -moz-border-top-colors: ThreeDHighlight ThreeDLightShadow; -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-left-colors: ThreeDHighlight ThreeDLightShadow; background-color: -moz-Dialog; color: -moz-DialogText; padding: 1px 4px 0px 5px; } .treecol-image { padding: 1px 1px 0px 2px; } .treecol-text { margin: 0px !important; } treecol[hideheader="true"] { -moz-appearance: none; border: none; padding: 0; } /* ..... internal box ..... */ treecol:hover:active, treecolpicker:hover:active { border-top: 2px solid; border-right: 1px solid; border-bottom: 1px solid; border-left: 2px solid; -moz-border-top-colors: ThreeDShadow -moz-Dialog; -moz-border-right-colors: ThreeDShadow; -moz-border-bottom-colors: ThreeDShadow; -moz-border-left-colors: ThreeDShadow -moz-Dialog; } /* ::::: column drag and drop styles ::::: */ treecol[dragging="true"] { -moz-border-top-colors: ThreeDDarkShadow transparent !important; -moz-border-right-colors: ThreeDDarkShadow transparent!important; -moz-border-bottom-colors: ThreeDDarkShadow transparent !important; -moz-border-left-colors: ThreeDDarkShadow transparent !important; background-color: ThreeDShadow !important; color: ThreeDHighlight !important; } treecol[insertafter="true"] { -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow; } treecol[insertbefore="true"] { -moz-border-left-colors: ThreeDDarkShadow ThreeDShadow; } treechildren::-moz-tree-column(insertbefore) { border-left: 1px solid ThreeDShadow; } treechildren::-moz-tree-column(insertafter) { border-right: 1px solid ThreeDShadow; } /* ::::: sort direction indicator ::::: */ .treecol-sortdirection { list-style-image: none; width: 8px; /* The image's width is 7 pixels */ } .treecol-sortdirection[sortDirection="ascending"] { list-style-image: url("chrome://global/skin/tree/sort-asc.gif"); } .treecol-sortdirection[sortDirection="descending"] { list-style-image: url("chrome://global/skin/tree/sort-dsc.gif"); } /* ::::: column picker ::::: */ .tree-columnpicker-icon { list-style-image: url("chrome://global/skin/tree/columnpicker.gif"); } /* ::::: twisty ::::: */ treechildren::-moz-tree-twisty { padding-right: 3px; width: 9px; /* The image's width is 9 pixels */ list-style-image: url("chrome://global/skin/tree/twisty-clsd.gif"); } treechildren::-moz-tree-twisty(open) { width: 9px; /* 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; } /* ::::: alternating background ::::: */ treechildren[alternatingbackground="true"]::-moz-tree-row(odd) { background-color: #f3f3f3; } treechildren[alternatingbackground="true"]::-moz-tree-row(odd, selected) { background-color: -moz-Dialog; } treechildren[alternatingbackground="true"]::-moz-tree-cell-text(odd, selected) { color: -moz-DialogText; } treechildren[alternatingbackground="true"]::-moz-tree-row(odd, selected, focus) { background-color: Highlight; } treechildren[alternatingbackground="true"]::-moz-tree-cell-text(odd, selected, focus) { color: HighlightText; } PK +JHskin/classic/global/wizard.cssUT ;~ <`SDDUx@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 *1Uskin/classic/global/button.cssUT :BAaSDDUx/* * 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) * Brian Ryner */ /* ===== 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 { 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; } /* .......... 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; } PK },70skin/classic/global/menu.cssUT =#@`SDDUx/* * 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; -moz-image-region: auto; } 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-icon { width: 16px; height: 16px; list-style-image: inherit; } /* ..... menu arrow box ..... */ .menu-right { margin: 0px 0px 0px 6px; width: 8px; list-style-image: url("chrome://global/skin/menu/menu-arrow.gif"); -moz-image-region: auto; } .menu-right[_moz-menuactive="true"] { list-style-image: url("chrome://global/skin/menu/menu-arrow-hover.gif"); -moz-image-region: auto; } .menu-right[disabled="true"] { list-style-image: url("chrome://global/skin/menu/menu-arrow-disabled.gif") !important; -moz-image-region: auto; } /* ::::: 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"); -moz-image-region: auto; } menuitem[checked="true"][disabled="true"] { list-style-image: url("chrome://global/skin/menu/menu-check-disabled.gif"); -moz-image-region: auto; } menuitem[checked="true"][_moz-menuactive="true"] { list-style-image: url("chrome://global/skin/menu/menu-check-hover.gif"); -moz-image-region: auto; } /* ::::: radio menuitem ::::: */ menuitem[checked="true"][type="radio"] { list-style-image: url("chrome://global/skin/menu/menu-radio.gif"); -moz-image-region: auto; } menuitem[checked="true"][type="radio"][disabled="true"] { list-style-image: url("chrome://global/skin/menu/menu-radio-disabled.gif"); -moz-image-region: auto; } menuitem[checked="true"][type="radio"][_moz-menuactive="true"] { list-style-image: url("chrome://global/skin/menu/menu-radio-hover.gif"); -moz-image-region: auto; } /* ::::: menuseparator ::::: */ menuseparator { margin: 2px 3px; border-top: 1px solid ThreeDShadow; border-bottom: 1px solid ThreeDHighlight; } menulist > menupopup > menuseparator, .menulist-menupopup > menuseparator { margin: 2px 0; border-top: 1px solid #000000; border-bottom: none; } /* ::::: autocomplete ::::: */ .autocomplete-history-popup > menuitem { max-width: none !important; font: message-box; } /* ::::: tree column picker ::::: */ .treecell-popupcell-menu { margin-left: -2px; list-style-image: url("chrome://global/skin/columnselect.gif"); -moz-image-region: auto; } PK f2.hxK K skin/classic/global/toolbar.cssUT ')>`SDDUx/* * 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; /* DON'T DELETE! Prevents hiding of scrollbars in browser when window is made smaller.*/ } .toolbar-holder { border-left: 1px solid ThreeDHighlight; border-top: 1px solid ThreeDHighlight; border-right: 1px solid ThreeDShadow; border-bottom: 1px solid ThreeDShadow; } /* ::::: toolbargrippy ::::: */ toolbargrippy { -moz-box-orient: vertical; -moz-box-align: center; border-left: 1px solid ThreeDHighlight; border-top: 1px solid ThreeDHighlight; border-right: 1px solid ThreeDShadow; border-bottom: 1px solid ThreeDShadow; width: 10px; padding: 2px 1px; list-style-image: url("chrome://global/skin/toolbar/tbgrip-arrow.gif"); } toolbargrippy:hover { background-color: #CCCCFF; } .toolbargrippy-texture { margin-top: 2px; width: 6px; background: url("chrome://global/skin/toolbar/tbgrip-texture.gif"); } /* ::::: collapsed tray and grippies ::::: */ toolbargrippy[tbgrippy-collapsed="true"] { -moz-box-orient: horizontal; border-left: 1px solid ThreeDHighlight; border-top: 1px solid ThreeDHighlight; border-right: 1px solid ThreeDShadow; border-bottom: 1px solid ThreeDShadow; width: 40px; height: 10px; padding: 1px 2px; list-style-image: url("chrome://global/skin/toolbar/tbgrip-arrow-clps.gif"); } toolbargrippy[tbgrippy-collapsed="true"] > .toolbargrippy-texture { margin-top: 0; margin-left: 2px; width: 0px; height: 6px; } .collapsed-tray-spacer { border-bottom: 1px solid ThreeDShadow; } /* ::::: toolbarseparator ::::: */ toolbarseparator { margin : 2px 0.2em 2px 0.2em; border-right : 1px solid ThreeDHighlight; border-left : 1px solid ThreeDShadow; width : 2px; } PK ]-16SS&skin/classic/global/globalBindings.xmlUT EA`SDDUx PK h,Oskin/classic/global/preview.gifUT ȿ<`SDDUxGIF89acU!6<"""$"$333)1c33f42d{{QQQwww{{{|~|ccdfff3f)4Df̙f̚d,cUg8p*\ȰÇ#JHŋ3jq ? Iɓ(S\ɲ˗0cʜI͛8qz492ϟ@ Jѣ="XtHJJի1w" a'T`ÊK,ɝ**3 %+\.x֮ߛhI!Å**T@ݽx MAA ˘)G!,bB_w"B x ξGD.gIzpn\/iםO 7^Vhfv j%|*Xt0] t# x@DiH&L6餓Ɂ$ZJM~a)%M (f4>Q}#@B@N@Gti R Y]Y/^f8Tx)Ac+pvv)C&YAr)V\_*]f6z N 3FmR\KvZA&XApm#$v SjK/cIj9AF lh@[d8 .PfP# ,r՜(<,xkN G)B(P,T )+%&1D5>-+\]5bI @f7I| .04 M7SL7 5WO2Y=`d$x]Me@ s:{/WGbc[v4Q.d ^9=Pn@ "^3x#>؄$M}ֿO2{ԛ5px6L! Ā$U-Ё[`8,@wN+'#$H9& n`3a`ࣳm $:-GA$>pNIlyVpH7UB&^E=c`Ux1Q^E!+H=*B<")8HD2o YL.q}9\RB<8Ich,x&͌r9iD'4Mc 2\0Fh.YT!{xIR/ #,cI}Ζn# ]^Q& v'$ES(ֶ~DAxug:AFD9}@t( 9떽d)3^!yaK@@1IP:R), ^z}%?JP2T$EE'ABҤ 3FsT%>miIԙt]%IXZ$TMA8}$oc\VU` W5Gk]3լ+` ךU)HjXEW UHEzٺ' ;ֱ̪OlgKWM j_ui[Z5&`yZ7u,d5i ׵5kBWJ}w;ѺhT,ykUxsW]r%.e޵=O+{rv+zCX*vyϻ e&F{.& ga+qߘD O ӘHN_f!&PL*[Xβe./ L2k$AV<#pR*w۫#x,y޳ I%2@50h%(؊TEX@fR+&}d@ @Lkz1I6P%9[W:"ޛh&p֖mYs`'36 R ]-ްɊIU+vk6j[{0 jyV3_龊Cnޣ6xY{[\@5U6e]c%̭ Fn=\X pw 0c tvOk^tհmn#.w9 ttݯhpo>|+t]]MzPϭ^ҽix<= ?W8}l=+;%rW*;w8{KPV^ vL'-mo^/{z=!,zT}F}cz^:=}] w>}ϛ$]]U3MoU՚gVw|TD2!ty̵X37qFz;pKx(~D1Y p {%s `O`ev|a6 &&SnwX4%h!fAZWjtdw<؃?ChbHdhOXE~AV@h\q`8jdb]jl؆nptXvxxz|؇~8Xe[؈h$, 8X#-Xf։8WU ؊bXh(%h8؆((،ΈeɨȌ&(rH!@ฆ(HffŽ؎rCb!!H)؍R爏d ٍl8I1 ( i(OA " HeE!ؐ+ɓ)%%=ْVvhgGِb$Rr8:&Yh>ɒD!/ xRQVQiSXykYYi[i@X҄Ox!fy?99qst UN!}闞;PK +*skin/classic/global/icons/alert-exclam.gifUT B~ <`SDDUxGIF89a !, @(-xBf'IWym3bdH S:֌"/=lG(9V*8<7hZa~;!5E?$&]X_X{|BB-skin/classic/global/menu/menu-check-hover.gifUT E~ <`SDDUxGIF89a!,4@S!=ޤM扦O;PK + ]]0skin/classic/global/menu/menu-arrow-disabled.gifUT D~ <`SDDUxGIF89a!, 0k;PK +Թ]]-skin/classic/global/menu/menu-arrow-hover.gifUT D~ <`SDDUxGIF89a{!, 0$k-;PK +7Poo'skin/classic/global/menu/menu-check.gifUT E~ <`SDDUxGIF89a!,0I8MxA~'tE;PK +7Poo0skin/classic/global/menu/menu-check-disabled.gifUT E~ <`SDDUxGIF89a!,0I8MxA~'tE;PK r.C11'skin/classic/global/menu/menu-arrow.gifUT >`SDDUxGIF89a!,DiT(;PK +cςDD'skin/classic/global/menu/menu-radio.gifUT E~ <`SDDUxGIF89a!,YpgˡH2;PK +cςDD0skin/classic/global/menu/menu-radio-disabled.gifUT E~ <`SDDUxGIF89a!,YpgˡH2;PK +2mK0DD-skin/classic/global/menu/menu-radio-hover.gifUT E~ <`SDDUxGIF89a!,pgˠH2;PK +i-C,,(skin/classic/global/scrollbar/slider.gifUT N~ <`SDDUxGIF89a!,D;PK +&y73CC(skin/classic/global/tree/twisty-open.gifUT Q~ <`SDDUxGIF89a ƽ~~~uuusssooojjjiiifffccc```JJJBBB@@@999000///)))!!! , (A8BaB.lxbE%NԘQ" ;PK +W_II(skin/classic/global/tree/twisty-clsd.gifUT Q~ <`SDDUxGIF89a ƽ~~~uuusssooojjjiiifffccc```JJJBBB@@@999000///)))!!! , .A8"ፄ""|!10ʼn%*\(;PK .S,{=?8skin/classic/global/progressmeter/progressmeter-busy.gifUT Is<`SDDUxGIF89a 1c! NETSCAPE2.0! , n0)RWH bp&Ӛ=w5\N!yPT&KAVӔʸ^C ވa]jx|׻s|ƒMPYn~e(! , tPI֚Y6҉ a|&\qǜPS4Mך s;Kg34Mwo8Iy^FTXZjxmuU! , qP@+[ӈg9s.}?8f^ O,6D4DO,hev^srapR^Ҭ6s{'m|beqr,gj}lp! , rP@+[H*;[9!o9YP=bRܘhLkXuu_S|ŎgtY}mzs\|[*wltayz{qZTL! , sPH3ku杷b#W,L{}Ϗ"|CdQ%Oay6[^Y#JeYw N5Q|޾u-w{ahtoq~l1A! , oPH3{uG8&Y$ۊ¯vrG|YRhVER{vCYp3mMS=e/n(~?^~X|&muvGseo! , tP3{u'&Yzjڊ/kWS(|?[r yE#GatIRڤ>}S VY%]tfmt>r{yu[xNZb! , sP)RWGH'ۊk·ӻ ?\oRu*<6/@ NQWeQV6BX<6Sowٖwp]kpZs]~q|iQx! , nP)RWHp&Ӛ=w5\N!yPT&KAVӔʸ^C ވa]jx|׻s|ƒMPYn~e(! , t0Ig֚Y6҉ª a|&\qǜPS4Mך s;Kg34Mwo8Iy^FTXZjxmuU! , q0A+[ ӈg9s.}?8f^ O,6D4DO,hev^srapR^Ҭ6s{'m|beqr,gj}lp! , r0HA+[ H*;[9!o9YP=bRܘhLkXuu_S|ŎgtY}mzs\|[*wltayz{qZTL! , s0 3ku杷b)#W,L{}Ϗ"|CdQ%Oay6[^Y#JeYw N5Q|޾u-w{ahtoq~l1A! , o0H)3{uG8&Y$ۊ¯vrG|YRhVER{vCYp3mMS=e/n(~?^~X|&muvGseo! , t0)3{u'&Yzjڊ/kWS(|?[r yE#GatIRڤ>}S VY%]tfmt>r{yu[xNZb! , s0RWG H'ۊk·ӻ ?\oRu*<6/@ NQWeQV6BX<6Sowٖwp]kpZs]~q|iQx;PK [0K&nn skin/classic/global/contents.rdfUT /?@`SDDUx PK ,%w *skin/classic/communicator/tasksOverlay.cssUT ]! .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-eY Y #skin/classic/communicator/brand.cssUT =bSDDUx/* * 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%skin/classic/communicator/dialogs.cssUT || * * 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 r.G^ *skin/classic/communicator/communicator.cssUT v ?bSDDUx/* ***** 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/brand.css"); @import url("chrome://communicator/skin/button.css"); @import url("chrome://communicator/skin/formatting.css"); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); .toolbar-primary { -moz-binding: url("chrome://global/content/bindings/toolbar.xml#toolbar-primary"); } /* ::::: 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"); } .sidebarTree { border: none; margin: 0px !important; } /* ::::: download manager ::::: */ #downloadView > treechildren::-moz-tree-image(Name) { margin-right: 2px; } PK N,?(skin/classic/communicator/formatting.cssUT ý * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the NPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the NPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* class for text with a 'link' appearance */ .text-link { color : blue; text-decoration : underline; } .text-link:focus { color : red; -moz-outline: 1px dotted invert; } .text-link:hover { cursor : pointer; } .text-link:hover:active { color : red; } .text-link[visited="true"] { color : purple; } PK C0/  (skin/classic/communicator/prefpanels.cssUT (? @bSDDUx/* ***** BEGIN LICENSE BLOCK ***** * Version: NPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Netscape Public License * Version 1.1 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.org code. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Joe Hewitt * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the NPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the NPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ /* ==== prefpanels.css ================================================== == Styles used by all preference panels in the Communicator suite. ====================================================================== */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: Themes ::::: */ #skinsTree { height: 80px; } *|*.themesLink { margin-left: 5px; text-decoration: underline; color: blue; cursor: pointer; } *|*.themesLink:active { color: red; } #previewImageContainer { height: 93px; padding: 1px; } #previewImage { max-width: 355px; min-width: 355px; max-height: 85px; min-height: 85px; } /* ::::: Fonts ::::: */ #sizeVar, #sizeMono { width: 4em; } .prefpanel-font-list { -moz-box-flex: 1; } /* ::::: Mouse Wheel ::::: */ #mouseWheelMode { width: 9em; } PK *<-' %skin/classic/communicator/plugins.cssUT =bSDDUx/* ***** 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 =Yj0_6%skin/classic/communicator/smileys.cssUT hO@bSDDUx/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.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 smiley style rules. * * The Initial Developer of the Original Code is * Mozilla. * Portions created by the Initial Developer are Copyright (C) 2004 * the Initial Developer. All Rights Reserved. * * Contributor(s): * * ***** END LICENSE BLOCK ***** */ /* ==== smileys.css ==================================================== == Style rules to bind smiley image types generated by editor and the mozTxtToHTMLConv == into skinnable images. ========================================================================== */ /* ::::: we also represent smilies inside of spans ::::: */ span.moz-smiley-s1, span.moz-smiley-s2, span.moz-smiley-s3, span.moz-smiley-s4, span.moz-smiley-s5, span.moz-smiley-s6, span.moz-smiley-s7, span.moz-smiley-s8, span.moz-smiley-s9, span.moz-smiley-s10, span.moz-smiley-s11, span.moz-smiley-s12, span.moz-smiley-s13, span.moz-smiley-s14, span.moz-smiley-s15, span.moz-smiley-s16 { font-size: 17px; padding-left: 20px; margin-left: 2px; margin-top: 2px; background-repeat: no-repeat; -moz-user-select: all; background-position: center center; } span.moz-smiley-s1 > span, span.moz-smiley-s2 > span, span.moz-smiley-s3 > span, span.moz-smiley-s4 > span, span.moz-smiley-s5 > span, span.moz-smiley-s6 > span, span.moz-smiley-s7 > span, span.moz-smiley-s8 > span, span.moz-smiley-s9 > span, span.moz-smiley-s10 > span, span.moz-smiley-s11 > span, span.moz-smiley-s12 > span, span.moz-smiley-s13 > span, span.moz-smiley-s14 > span, span.moz-smiley-s15 > span, span.moz-smiley-s16 > span { display: none; } /* smile */ span.moz-smiley-s1{ background-image: url("chrome://communicator/skin/icons/smileys/smile_n.gif"); } /* frown */ span.moz-smiley-s2 { background-image: url("chrome://communicator/skin/icons/smileys/frown_n.gif"); } /* wink */ span.moz-smiley-s3 { background-image: url("chrome://communicator/skin/icons/smileys/wink_n.gif"); } /* tongue */ span.moz-smiley-s4 { background-image: url("chrome://communicator/skin/icons/smileys/tongue_n.gif"); } /* laughing */ span.moz-smiley-s5 { background-image: url("chrome://communicator/skin/icons/smileys/laughing_n.gif"); } /* embarassed */ span.moz-smiley-s6 { background-image: url("chrome://communicator/skin/icons/smileys/embarrassed_n.gif"); } /* undecided */ span.moz-smiley-s7 { background-image: url("chrome://communicator/skin/icons/smileys/undecided_n.gif"); } /* suprise */ span.moz-smiley-s8 { background-image: url("chrome://communicator/skin/icons/smileys/surprise_n.gif"); } /* kiss */ span.moz-smiley-s9 { background-image: url("chrome://communicator/skin/icons/smileys/kiss_n.gif"); } /* yell */ span.moz-smiley-s10 { background-image: url("chrome://communicator/skin/icons/smileys/yell_n.gif"); } /* cool */ span.moz-smiley-s11 { background-image: url("chrome://communicator/skin/icons/smileys/cool_n.gif"); } /* money */ span.moz-smiley-s12 { background-image: url("chrome://communicator/skin/icons/smileys/money_n.gif"); } /* foot */ span.moz-smiley-s13 { background-image: url("chrome://communicator/skin/icons/smileys/foot_n.gif"); } /* innocent */ span.moz-smiley-s14 { background-image: url("chrome://communicator/skin/icons/smileys/innocent_n.gif"); } /* cry */ span.moz-smiley-s15 { background-image: url("chrome://communicator/skin/icons/smileys/cry_n.gif"); } /* sealed */ span.moz-smiley-s16 { background-image: url("chrome://communicator/skin/icons/smileys/sealed_n.gif"); } PK VA*òI>skin/classic/communicator/bookmarks/bookmark-folder-button.gifUT T#z:bSDDUxGIF89a{{!)1c)cc{{{!,uI+RjF`JKPKvC>skin/classic/communicator/bookmarks/bookmark-folder-closed.gifUT R9bSDDUxGIF89aff̙3"""!,@RIMII@ 1+bh_ՔHB$^XhMj@x):=jsBƠD?u[!DuIcٌ;imBW`Vx q#;PK (Ld'<skin/classic/communicator/bookmarks/bookmark-folder-open.gifUT R9bSDDUxGIF89aff̙3"""!,@\pIQ4SI 6(`uH$JYQkì RPttjI8US辐Ic8&k FwBc6MQ;PK r,耡6skin/classic/communicator/bookmarks/bookmark-group.gifUT skin/classic/communicator/bookmarks/bookmark-item-disabled.gifUT ;;bSDDUxGIF89a!,/xp * Josh Soref * Dan Cannon * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the NPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the NPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /** * Style rules for generic bookmarks items. */ treechildren::-moz-tree-image(Name) { margin-right: 2px; } .bookmark-item, treechildren::-moz-tree-image(Name) { list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif"); } .bookmark-item[container="true"], treechildren::-moz-tree-image(Name, container) { list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif"); } .bookmark-item[open="true"], treechildren::-moz-tree-image(Name, open) { list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif"); } .bookmark-item[container="true"][open="true"][loading="true"] { list-style-image: url("chrome://global/skin/loading.gif") !important; } .bookmark-item[status="new"], treechildren::-moz-tree-image(Name, new) { list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item-updated.gif"); } .bookmark-item > .toolbarbutton-box > .toolbarbutton-icon { list-style-image: inherit; width: 16px; height: 16px; } treechildren::-moz-tree-twisty(group, hidetwisty) { list-style-image: none; } treechildren::-moz-tree-image(Name, container, group) { list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-group.gif"); } treechildren::-moz-tree-image(Name, separator) { list-style-image: none; } treechildren::-moz-tree-cell-text(Name, separator) { color: ThreeDShadow; margin: 0px 5px 0px 5px; } treechildren::-moz-tree-cell-text(Name, separator, selected, focus) { color: HighlightText; } PK b409G G 7skin/classic/communicator/bookmarks/bookmarksWindow.cssUT w @bSDDUx/* -*- Mode: C; c-basic-offset: 2 -*- */ /* ***** BEGIN LICENSE BLOCK ***** * Version: NPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Netscape Public License * Version 1.1 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.org code. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Ben Goodger * Josh Soref * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the NPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the NPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ @import url("chrome://communicator/skin/bookmarks/bookmarks.css"); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); #status-bar { height: 1em; } #panel-bar, #search-bar { border-top: 1px solid ThreeDHighlight; border-bottom: 1px solid ThreeDShadow; } bookmarks-tree.inset { margin: 0px; -moz-border-top-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-right-colors: ThreeDFace ThreeDHighlight; -moz-border-bottom-colors: ThreeDFace ThreeDHighlight; -moz-border-left-colors: ThreeDDarkShadow ThreeDShadow; } PK  )Ѯ3skin/classic/communicator/bookmarks/home-active.gifUT 9bSDDUxGIF89allllQ6QQQQQQ6Q66lQ66! ,@]ITk!J( !J X~6Âp6tV4HbH8?ah,Zi+5ߧ+18hd`:OlQ@JXX;PK  )n$2skin/classic/communicator/bookmarks/home-hover.gifUT 9bSDDUxGIF89a̙ffff3f33f333! ,@ZILJ$w$qa} k[ 'DQ"I (bYTX0m2n ~bA;ERm9#kD;PK  )<덎,skin/classic/communicator/bookmarks/home.gifUT 9bSDDUxGIF89a̙ffff3f33f333! ,@RpID)GB`bXٞgN#™䍏GB85ay(b[LC*9sq<ҍ>l@Aj;PK +N4skin/classic/communicator/bookmarks/location-act.gifUT | KA2 a)S!6$vFJψ@Z0;PK +4skin/classic/communicator/bookmarks/location-dis.gifUT | KA2 a)SA 6$vFJA:0 ;PK ׉)=dŲ0skin/classic/communicator/bookmarks/location.gifUT h9bSDDUxGIF89a 3fwwwff"""33f! ,_0)4;,AyRq\jA@Phf D}{!$гqr)w# K0p%K."8}'XbeZ"hr .toolbarbutton-icon { width: 16px; height: 16px; } .bookmark-item > .toolbarbutton-menu-dropmarker { display: none; } /* ..... drag and drop styles ..... */ toolbarbutton.bookmark-item[dragover-left="true"] { -moz-border-left-colors: transparent ThreeDDarkShadow; } toolbarbutton.bookmark-item[dragover-right="true"] { -moz-border-right-colors: transparent ThreeDDarkShadow; } toolbarbutton.bookmark-item[dragover-top="true"] { -moz-appearance: none; -moz-border-top-colors: transparent ThreeDDarkShadow; -moz-border-right-colors: transparent ThreeDDarkShadow; -moz-border-bottom-colors: transparent ThreeDDarkShadow; -moz-border-left-colors: transparent ThreeDDarkShadow; } /* ::::: bookmark menus ::::: */ menu.bookmark-item, menuitem.bookmark-item { border-top: 1px solid transparent !important; border-bottom: 1px solid transparent !important; padding: 1px 3px 1px 2px; margin-top: -1px; } .bookmark-group { list-style-image: url(chrome://communicator/skin/bookmarks/bookmark-group.gif) !important; } .menuitem-iconic.bookmark-item[disabled="true"] { list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item-disabled.gif"); } .menu-iconic.bookmark-item[disabled="true"][container="true"] { list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-disabled.gif"); } /* ..... drag and drop styles ..... */ menu.bookmark-item[dragover-top="true"], menuitem.bookmark-item[dragover-top="true"] { border-top: 1px solid ThreeDDarkShadow !important; } menu.bookmark-item[dragover-bottom="true"], menuitem.bookmark-item[dragover-bottom="true"] { border-bottom: 1px solid ThreeDDarkShadow !important; } menu.bookmark-item[dragover="true"] { background: Highlight !important; color: HighlightText !important; } PK r. * * 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 +^Css3skin/classic/communicator/directory/folder-clsd.gifUT | * 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_94skin/classic/communicator/profile/profileManager.cssUT | 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(-skin/classic/communicator/related/sitemap.gifUT *9bSDDUxGIF89a  '##*% )1 2"#"37!3#.-/*M 5i59G78iϢ?ҕIǖyɣJţYѥEիVٹGױ\ײp]pMqFzRn[n×̓᮴ΰۚر˚̔ӫѷ뒋蓤嵙绥ϴąƵɒʰ D&`c(𠠤!,v HA 80`Ag>#'łMXE li q$Yq%JfA80&( R>װѩTb)ҋPjӀ;PK t(m%xx-skin/classic/communicator/search/category.gifUT *9bSDDUxGIF89aff"""!,=80Yj!!H֢qdaFtlqw6N=կf.jnpZ;PK t(}qq+skin/classic/communicator/search/result.gifUT *9bSDDUxGIF89aο''$!,@6pШq=G\ Y,6vBu=)25+'tAhl8;PK +`<2skin/classic/communicator/search/search-editor.cssUT | * * 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]jj4skin/classic/communicator/search/internetresults.cssUT | .tree-container-treerows { border-right : none; border-left : none; } PK +]^<<2skin/classic/communicator/sidebar/sbtab-twisty.gifUT | 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 +ٙ.-skin/classic/communicator/sidebar/preview.cssUT | PK ).V -skin/classic/communicator/sidebar/sidebar.cssUT 8=>bSDDUx/* * The contents of this file are subject to the Netscape Public * License Version 1.1 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * * The Original Code is Mozilla Communicator client code, released * March 31, 1998. * * The Initial Developer of the Original Code is Netscape * Communications Corporation. Portions created by Netscape are * Copyright (C) 1998-1999 Netscape Communications Corporation. All * Rights Reserved. * * Contributor(s): * Joe Hewitt * */ /* ===== sidebar.css ==================================================== == Styles used by the Sidebar panel and Sidebar tabs. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); #sidebar-box { border-left: 1px solid ThreeDShadow; border-right: 1px solid ThreeDHighlight; background-color: AppWorkspace; } /* ::::: sidebar header ::::: */ .sidebarheader-main { -moz-appearance: toolbar; border: 1px outset InactiveCaption; background-color: InactiveCaption; color: CaptionText; padding: 1px 2px 1px 6px; } #sidebar-panel-picker { color: inherit; /** bugzilla 89144 - must be able to access tabs dropdown **/ -moz-user-focus:normal !important; } #sidebar-panel-picker > .toolbarbutton-dropmarker { padding-left: 2px; padding-right: 2px; list-style-image: url("chrome://global/skin/arrow/arrow-dn.gif"); } .sidebar-header-text { font-weight: bold; } /* ..... close button ..... */ #sidebar-close-button { -moz-binding: url("chrome://global/content/bindings/toolbarbutton.xml#toolbarbutton-image"); padding: 1px 3px 1px 4px; list-style-image: url("chrome://global/skin/icons/close-button.gif"); } /* ::::: sidebar panel ::::: */ .sidebar-iframe-no-panels, .loadarea { background-color: -moz-Field; color: -moz-FieldText; } .iframe-panel, .browser-sidebar { border-left: 1px solid ThreeDHighlight; border-bottom: 1px solid ThreeDShadow; border-right: 1px solid ThreeDShadow; } /* ::::: loading info ::::: */ .text-panel-loading { margin: 5px 0px; } .text-panel-loading[loading="false"] { margin-left: 11px; } .image-panel-loading { margin: 5px; list-style-image: url("chrome://communicator/skin/icons/loading.gif"); } /* ::::: sidebar tabs ::::: */ .box-texttab { -moz-binding: url("chrome://communicator/skin/sidebar/sidebarBindings.xml#sbtab"); -moz-box-align: center; cursor: pointer; background-color: -moz-Dialog; color: -moz-DialogText; } .box-texttab, .box-texttab[selected="true"], .box-texttab[selected="true"]:hover, .box-texttab[selected="true"]:hover:active { border: 2px solid; -moz-border-top-colors: ThreeDHighlight ThreeDLightShadow; -moz-border-right-colors: ThreeDShadow ThreeDLightShadow; -moz-border-bottom-colors: ThreeDShadow ThreeDLightShadow; -moz-border-left-colors: ThreeDHighlight ThreeDLightShadow; padding: 2px 1px 2px 0px; } .box-texttab:hover { -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow; -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow; } .box-texttab:hover:active { -moz-border-top-colors: ThreeDShadow ThreeDLightShadow; -moz-border-right-colors: ThreeDShadow ThreeDLightShadow; -moz-border-bottom-colors: ThreeDShadow ThreeDLightShadow; -moz-border-left-colors: ThreeDShadow ThreeDLightShadow; } .sbtab-label { margin: 0px 0px 0px 0px !important; } .sbtab-twisty { margin: 0px 7px; list-style-image: url("chrome://communicator/skin/sidebar/sbtab-twisty.gif"); } .sbtab-texture { margin: 2px 0px; background: url("chrome://global/skin/toolbar/tbgrip-texture.gif") repeat-y; width: 12px; height: 12px; } .box-texttab[selected="true"] { font-weight: bold; cursor: default; } .sbtab-twisty[selected="true"] { list-style-image: url("chrome://communicator/skin/sidebar/sbtab-twisty-open.gif"); } /* ::::: sidebar navigation buttons ::::: */ .sidebar-nav-button { -moz-binding: url("chrome://global/content/bindings/toolbarbutton.xml#toolbarbutton-image"); padding: 5px 0px 5px 0px; } .tab-fwd { list-style-image: url("chrome://global/skin/arrow/arrow-up.gif"); } .tab-back { list-style-image: url("chrome://global/skin/arrow/arrow-dn.gif"); } PK |,r,zz5skin/classic/communicator/sidebar/sidebarListView.cssUT 7գ */ treechildren { cursor: pointer; } PK !w,q 1skin/classic/communicator/xpinstall/xpinstall.cssUT q 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 +ZV3skin/classic/communicator/brand/throbber-single.gifUT | `$@[\no xi+&Ox` < SD iH&<(PB P`I$ `` Ip 1._(\`ȿJ,!G&w,L,CdjŸN|cb|r s;PK +X/_]_]1skin/classic/communicator/brand/throbber-anim.gifUT | KK0CCCʺWWX989|赕Rxٷ䆜&'(qXm$w9$vYgS"sJxt9APalԎm.ڥ.td}f1x`ȝ9@LZe^VnH?yQs}I[m3& Q^j`x`@d&gL/*Qezdnx7BO*^_ahsGQ]taQF0z)l}H3&,5n;1^n}YFTi~ՖUanQtfL_roqKⲬ8YfsgYl}).5BȽ]Ք6$ >(|idB "$ݠJUa`SFNatNZfMMMppp4]ivϓe?#FF^Wߖ fz>2!5///P>7EVgːb{ߝOC/ SSlp( .(h}/ ʌkM |`7.V;c|HYiuS ;\,vLo>WQP``rc lszx! ADOBE:IR1.0! NETSCAPE2.0! , H*\ȰÇ Hʼn*B0TǏ C.K1B dirC2e7KUH"3vdRGI膣*)QC!BP!Ԅ$1M RbeK/lx XbYB؜ 0%Ѭe~u+\ ߩiN(Y,_ X+3Z<tJ,MoŲ~ڪ_5^(LwgĢۻ=͜E )"HtMpxb_ pC!dHU\1 !X1 !8  76L Y3C/d7(kxT!) 9c fM:U@Z7 A*b@N. C`9d%@ ,@jaޘFK乌EPx(@y hYaU``+x k AUZ aG Va 2CJh#PdLW!K{i"$PL>.d.IY| $?؉GAdbWKBpN?( 7Ȳ/tK^?P,G WXisyo0<B&2 (p"$Ռrp-i`z/dt&q `sp\"O , ,!B$, #O#}`P,C)iCQ>OxHb'u޹ϒ x p p ܹ*txK]2A1 4<1x9! , CH 9*a#*A`9Xr Ш`Ä%BHpH ,7樒<"Ga2cʕ-?L\̈́xQ W1a0ذqA ؐ)s2*%\6tɃHmhreB0H20ZJʹ ,0xK02$ : L!b瀲v ]'ၣ£5x@/D  !C}x3,Aq 42h45,p|@q#`F?PG"lc@2,7 z`?$Hq-tЇ(,PE+gB?L1^ DYˬm GĬbcɎ'f5A&G]?0#-ذӤWB @   ,DD&&8J,O !7 dX]ff$fƏCQ5]tÊ@%`"054 *($ԇPB"Mu1-0 edH4 Xo=lC&dGHW]رHKq?z24~W (!%6KO\t$ - L06(`eh-0D "B6!<>aѰn8(|eЗ}KPv *&/,AGb 8C ʡd@6jgi%8YCPL+0r ?}( 4 ,VV |D- (!Bۜ@K2­XP Yv֖?1/WLK͛hpvhXB )! ,  4.C_J0RGXq@O,e`(L0 bE8Jd n$HQ>#%rc/8 ]~91\B$&Yx̅LҬN&2a, O9E=%04n| gȋ4,˃hAL(χN$Ç.de>U"|(N AK V YLbV B8h b_ +$USxEmxCl]b-2\^x\yi@u%2'ClPCT(b''$x B4 JW$$BImGMt TCGdCRH6bz5PT|0t6iܠ# ÏЅ?A OL0t/ bMfpP$XLsLPF4Q(Ѐ d@h<O䐃*tlI$}ێ *l :tB& 8QB$P,8,m2AǬ`)"2@Ȁ@De% $@@, 9B>2Hf!h~%F6WtO"!l4,lT 8PĦ>£@-XЀ>P DK"E^%$fx1Fc b'BH"w2@"mpWHaBYa 1`\B 'P #\p\ a%:`o6p3PKl ά-O1"!/! [B(A )B!)OÔ܋DC0o4,832)Qhq.l3ͬBAH8}_`l2-%DwdCOC[]lCҋoeB|ctc DΔ@a! ,  kA.XˊP.+ [3˔6cưYX, .c@`寃x*BR@ܶ%136R"yOhB!L/:2)#1zbӀ6 pa‚[#Jk% iw$H@@!diaB^;]h^Öf\X1J{W^M.Fk',y-(Ob1@ b]z`H;1) 95%B@Hϔ1A~GZbƦM@0-D'!dSy1O ,3 hpp Y{exdtALq/j@ X`dǐ~)5 +Dic&T,`0 3e^ ]N#+@Xp -atƜs&Za2B ͡ñb44UB$ Q26EJH MYMe6)6"wH ѝrbR7P]t oB#ܘP}}->𥐒)qT6p ,'3bP0@K< 7 ]d)lpt,cO,НBLP#*3Hf0.l3.4 @sH𢸤$tL?ݴ?RO AHHس5^7CcHMZR7Ro [7ҵ| 0B! , LPgAGH"يG'ؖlw@Ҁ/cRH璎)c(i40#'#ņүA))Q@1dT %p8 MRwXʧ-H)QRA&aP9b05d "t|͈҉'h|x3 %؀l2R3Ot @.FFfŎ$V_ұ'vhiőB0)vv"n$u?DR za]_tqFp LJ qDŽM6oA2~&T 3J@`"7("Awh F1TQ m(r v]K$DE[9{h/oN +TmB6h a/ClȝbKyE C j{"82 hD6l th)R2P&1 !ADa/h)lP*Ï'F" hH`iHdD ,/<[- < p BQ-{TJhFAM hlF-WBpN:F$E-RS X.ɁfZ}UFT6aAd.ܤxF'B1'gH1 'F#p:aHJgI#sl'9 B XB-R,FIk<hE@ aZy'\Lr) qmsჅwDpRٔ8sg܌0B6#Hp8sH# W.fh3O;c6Qut.SA628#h*e@\Q٘6lxc>zLg6$f"I6hbs0lNb-FQ($nf1Ł w0",9ܦ[3#1O#wRC\3tOG! ,  l$A((\Hዃr$\& hҤ * :ܲISb$@@R@ӅB*%M>ܒKeGJPw`Ӟ>$H@pH p,YO|Ѡ[52ҩQ9H;LJ;8jpGe )[i.NL!0G Fr $m AႃG@m4}[C#Z"0 8AQp)uķ#ڎH 8ĐhNHo4]01-2~̓#H^HH`d߃~]("WS(j8, ]x!j,͎ݘ@el&,IG7 )wQƓJ^Kwh gO0dSOوX7&b7GFU MY&'j$&V-yq%k̑MZ>VO1ȹĚZ(7e$ k:U u, E#%cF5KwNa"UP!T9jaZR. CA 8֦{-&P}M)/S/A\d7`]vBvg>p3pO=H]=g88ϪܡiE %4FZJHJ hDA lP(BFTkDV8ҞAJ5Z1BXaTl! 7wC V.꺋>hNxp¯R| >!@ Wаù+88[{q8@@! ,  D Z!5#B4@QH .#G `\XAvq;)"NRDxlȐ&D @@zM >DFPMF,a$5V=f5U ȍ@՘1A-N4+?I@ Nxz -64;K GOJ.4>-;h ΧktC@st4PR+ EjNHݱߪI9]}h`19 ];֍ك_~JHdP7F sM6u_M4>8BT$&qDbEх.ބ"8+ a%qE58!1wL&pSL1$E ģAq0~h \aipal3<-S=#A85BQj1`"/RSeMf6>fTot CSh`@p0UPZRBkB@l볺"Ti\-*< EHQ.@.U,8֋W_B$A 0j hAsDc5TaŸ D.nTPF )&3I 25$*! ,  J<(\ !Ç HҤ5ȑPpBIr83p+rȁ;mh9#HMH@@# I.mC;^lu3|)Qa"#6B5sH@!1 y f {۩$Z,-<>| sVH Z4`}89FTc|Hƅs;'g 2εH8]BK d[^|fw @'_>Gpğ7AŵtsF7f`6܈Dlp1Bh0 m.\  !5@hIWrH\ɁEpIʖ_?ACmsqJ[X)yG,7|!|b< 񸫂 2?V#lY4l3FS aJ|@;;o>j_ lr $AO6u/ǓfK(u'9#Fh9G(C<0Zh1w@9Z`Ձt,ZPLLXLHt b)QH m/ `#&kqG|6]t~hXf) `E0$̒ҙĉdcJʙ) &JX!'syEQ08qA`%U@7& r`%JЂAqR#$)rHD!%6 +̲@m L ^;~ leŚ)xJi9rSd@CxNp86FB٪HMi\"U kY$x>CZ 8%%z#.̲jI}J#0TZd-TE UjsF;i)Q(XJ(1m EJQ"B1X d!K)&"HlsD8<0<F(op Cj0H+qC6"AQ0e\*UqbF jhyfZ ƀ`5Щ"t ,g"QJh`bKqŜ`eaW2vh"1rjFBP+or%+) JjP#AK \ +@G ¾lT|  Ŵ~q/B @8t[PcLw _ C0o0%\<@ Xs@ B1AՒ[~s\t B3L4p6 (LlJ %[†DOqgK.xsĐ6J'T0#! ,  nځT@y;(\"F< hՁl0<7+bXHF'D i, K xMrʡ\"  AT'J=QBkw|hT4Fĵm/^3b-ce@V-ؤ0$3mZ1vb-:^ ]T5 X$5.bʚ5qD8kUܚl#8m'8 Fp΁Kf A ^jS*t"GV @VE8]i{$ _11y%#Pgsh$sp11a Cp#qacHhx]nE)X^0K(R+ڨC =@"B10" "pB1ƴ  jS0UFwCx -P("sb#l/@Ah+ۜ2Oc:J w@*a*AK|f8&+APA\X/i06X19AtDBҪFLcL0EAj -Тyr 8$'q9 RI\pAKLRL1$!NgBDKt88BP҄ 2( AA]JfBs̳r?G'$rhH#9 FpFBpb`1P9. ]c  ڤA Cb es*B))Z_ $ 1)CT@ K , >+\SLcl8r0'^ 3':b! ,  ÆS1 `ځT 8)[*>67BhXNVcvd"J*-Ww"ERc 4^K$D ćZ\dF\8Fj,],MFIVtBX mCY"h[Wl±fqm$ 30!9I;vL $[|zIҊ'! >jw", UE I\px7q7&8!lL٤~ y \shaN_GiA [ec1%bha`% JdB2\L0O1ىqAz,<:`. %hBW`NA\( GB4 0]236*Լٌ&6WxOMH9G=hU1j߂UTݸ0$@j}5b#60BAy"+^b}xW XCPD5\!$ad\ x1@5Vcr@ a[}6 afb  C :xΤ_Q53ǹC%a@}lWgp \Q6 i\pW]gV1C̷穡MTcCwv$!P/x` 6X3!X"6F*Ėv\ afWg~Q g 5TxEXKڨ +2ã@ FИ6(C]ʹ8 =J 蹢<c#mB0.0g5Vq -6(HW! x_LJYXYS ,|P Z̳1q֩pyWh$t_e*J.ю)Qxξ 0F! , Hs*\hΠÁ #&|PD-F,BǏ Czb#)0\ɲ%T0$hCAbah6H wn@3bkHQEԩ6 2'rcF+!RsFòW[Աin^ٗ Id 1c9 =!땦cleYsro%X#ZCh cre <W hsK*fu܍VmdWl 25m,]g[ ɿhxs̾-MF Q{UiM Q\q\t0u^h48PpՀE ~Ut{E\]L}6^ỳQZ~ Z `9_ xE4hXaY @ a]{qM$ ^fc\1 3`\9n΀Jnڐ"5zƕ>zpV~6(\>褑b$Z(~jJP@;PK 8S,^5skin/classic/communicator/brand/throbber16-single.gifUT sKK0CCCʺWWX989|赕Rxٷ䆜&'(qXm$w9$vYgS"sJxt9APalԎm.ڥ.td}f1x`ȝ9@LZe^VnH?yQs}I[m3& Q^j`x`@d&gL/*Qezdnx7BO*^_ahsGQ]taQF0z)l}H3&,5n;1^n}YFTi~ՖUanQtfL_roqKⲬ8YfsgYl}).5BȽ]Ք6$ >(|idB "$ݠJUa`SFNatNZfMMMppp4]ivϓe?#FF^Wߖ fz>2!5///P>7EVgːb{ߝOC/ SSlp( .(h}/ ʌkM |`7.V;c|HYiuS ;\,vLo>WQP``rc lszx! NETSCAPE2.0! ,H Af*,& ޸rE*-RL HXƏ}5j(XR*0( UH(&L|X-M/BĒ4Q,N=yeEBDSfXxպD2Ȭ״\+7s.;G:yFsff?rҁ!Uq@*, KsEK! ,( n(Tlᕃ!ҐHX fWc"*{D*=ܗ4n1M}WBPPe5Imƒ9rX4@BT1Trhpt! ,C f9!ܸeB7jbP7` 1^l4-$ r lh5!QC- 4ܨOҢ*9:21z2$@,nX`c,QUrh>UvS @ ! ,s9z 1@Á?E:C=..bR5^HŐBhэEn' `h$ xCKM!G2<\`TCYKHȐ"Zc/<Ԡ } d,i>ܒG dZ*U74 f Ẋ$n@ؒfygV7-,s6W>rB6M9UiqZh:Q"0:z3` rä5ҜlzmK469cxn" =y'lt1pb/fg `!!z~"gS;4Q&$X@ HZ(`'b:fxaXmaJaV"p$ĥ@0"L%U;wY"p&– UɎ b'81ma0p)JDΉ(q@ND"B$PΉca#D8! , 8haS'@$`8f$f"pgۄi%fѓy{%t` 3,!@1R~ѲXSDXg@\(Ps! XL(dd 8+5jr;2+(1N1Z i@m;ݹ/R9@Pd)qV BX XN6V 85I"Dr\@Q-Н$ ̔1F$H"[ 06B! ,̋҉<:Xt %ބ) b! :00kP{("0"\8^SMm&0{8 "0@(:>"$`wnmTN"&LB*ۈlgFYQĴ8!ۜ9#4QoH Hd?zFCT!D|hHkcblb mu"A;PXn &27*1 rHҎGcƔK0"mm*S@`@ÙBĉ&M|ACS0#40;>F,9$Y9}^h!A#@;۶ ٺι !XRXDaD6I 7NI 8"kx80@`s$HU9c@0`rh00#5@JÈ >4@0`$cV XS)K`8#wǚi : Hf9 W h*x& 8J1|qRFM@vvL}6 5I;nKj I*D%o<ТcVDDJ #~3 еv5! , fJx(\p ; "<:$In>8c@4&CV xP8;B*VAeQܲ@ğsȑ󡁀rJ`Il#!!$ai0@HKJ #3? 9#1i@  @ ܖJ~$")!Qj-`m'N |cs*NzdXr(Q× .|Y! , rmk*)|;p `M… 9@CBTPȣv>8ck2VFHB">0r7I@ AB80R q8DTRB@ vg 4̙QZ7 m إA 9L J g_!4puM3PmL>j#ÄQ ܯr4 )GV; Ʀ*ڜuv@^vQk"~M0G("5|_XG- ! , ہT0bXJ8HA R:bwFM 6Bph _Ƥָ` 9&?hwlؙJe)L:OgLH6~Ǫ͙j䂲B`9A ؆CCW? D ; :Bꍐ;MⳇU[G^AKBXEe AѡSD12Ċ"WO J*((<}爁  ӉYqN8ac1Zt&bLn2@ˋ#8[(!Mr3+xdJxAmAh@! , 䈁LX祘,L@ "9p֬ 8p(<!BG1c+i=dUfye //v\Ad"02d4+V@N,L<bEy,q䴘gđv! Zx<xD t4'~(u^5g}T9VsC[5nY4}7| HMR6x46d {A2FF! ,mz(8@ F!P"2ȸHCXoHܠx0ċ}n]\1WŃ[dܧfBfTuCFj)U4U[]t$VzD2_T!9WBT+ LKU֯: ! ,(МYȰ*HH1"f]aVƢE7n|TqC5)hOA!xƒfՐAC<`sOxz%\R53b"hA'R%ArɜHTb_HIwļX{ G*b֜5DEn4bb_7 <_ `f7b;PK +"+skin/classic/communicator/icons/offline.gifUT | .LXT#OlD4j Sb"ƌ^b ;PK +>*skin/classic/communicator/icons/online.gifUT | dA$l;"cA/ 0@-GC j;PK + E0*skin/classic/communicator/icons/search.gifUT | ¥H@8䞓iF&#bV.>2COCbo6d+Tr?,2$a$A+D$ H$e2.mkDf!"F l5J;PK +N"/skin/classic/communicator/icons/lock-secure.gifUT | !;PK +`  +skin/classic/communicator/icons/loading.gifUT | cSDDUxGIF89a`!B)11!ꞢꞣZ+m&7m5qA?"W"W!T,OFYP#\$^#[#Y$]$]Bh%a&c&b&a(b1h(jMjZx-W8Y5Nuj [ ,V0{KLꌲ㥸8gqt{;I5fEt{y|-hLWzqWzEa}A[v>Wp{^Vx9y.DYm ~/)v=  Jx "\  8b{"9EDUfn*Z]{Kw#!sR9{Jc9kBcX1!B!vUZBsZBB1ZJkZB1!!o-)11%%1111k!!11EEs))11BBk))R))J))9))B11cZZkccRRR111)))!!!,`!!H*\ȰÇ#止ċ32ƭbEpIɓ.R\ɲ˔]PiNJȽSe@  ׯUX)ETӧPV+nzfUԯ`KٳEꕫ۷muɝKWljE߿sw ,X`+^8Ѥ"KlrK3g֫bC}ТӨS/2װ_eʲ˗ͻxN|;$Z|УK"0Wi^;y‹ϣMq(ƫ_1cʜ}4pϿHЀl`w|w{y7O@hz'|gF($N@= ,XO"EEDcHy7s߆!LX*p2,B+\XD`)&PH87>XhCYƆuhiw>C-L)Wz҉#X Q?lӍ6C;K,d9 k**tjFt骉*甧2(<Ch*A889ɼ3*1U&;˟ `b(65\S<0-L,xfl;,AT<)釺nhчl2΄#N8,5#&`$ǀi]|s`4Ї,L~RX!( 30#5xõ82Ёtta 6n` &qΙ>x)QR8AC!|-;u3)snBJЊA ݾP꬗zxG7/+Qw,E@0P2=Pu9DC:~:o_a̩A BC=N`A!w| l(3QCsJ'7dpN?ޕ~s" ;+#<)0;hC %t0F4u,];%0BY+T!(G!a@; $Ah3 zd#J|_#Aӭ/cIȅBJqT2`"Wr e /67 u@oxV9 LxGYRL(! ) &0#GDcA(%ql˜H@d90l&+Irܥ:})vB&2*0#P3lEh8І:.%X(<:'@> P>0Lg @"LNS e5N*: XN8N5iIIժZX*K[zЛsrXJֲ ,"\((OHUWƼ+^սSp aSqӬM 1 ^ⱐ'h ROwׯo_qKpl ɦ-ev^z^-(h1 j{ W$AaF-!2F\xCXb_)&^x E5:99K 8lDh%BGF&zT*`vPfoJeu&v%AII&b h́褊6W^o:h8%'Je蒏ꢋκdqꯝ& *&ii1'|*p@_~5Jl%j]I+خ&d.nP^ ;BKhF']I;(]l' M+ MW; qf|1] AܱchF&y,$#1$>(A<@Xs3A4ws;  h) }d?T $D6ف6y@8̗hsk}u@nh]^ PAM@ 8Gx|yk@\QP83@a @~㝷@׈wuN|C_9l|A-}4^uγzP n>hv@i^  \`3v1́h"->fG@!Ԇ¥ES#^d M,Yh6 nBSþG Z2/7LKϊȧ9xp7Kt2g,0Q 9Cc^d*b5*X7F S ƾpDM?RF &mYHFZok($(YH۽dݔ4=LiOB4R!::mej՚'͐ #}6m1AL X ;PK =Yj0o 3skin/classic/communicator/icons/smileys/smile_n.gifUT hO@cSDDUxGIF89aff3!,UXN+2IEPD| w9o),{j+E`$0F7]2(#T 0O^'Y"6-Z;PK =Yj0;0C3skin/classic/communicator/icons/smileys/frown_n.gifUT hO@cSDDUxGIF89aff333333! ,j0ɉE3SAI|'j)К(!GՕ%`DLɀGPj 5x(w_,qf=Oax<2H}n,Zd,%^U#g";PK =Yj0)2skin/classic/communicator/icons/smileys/wink_n.gifUT hO@cSDDUxGIF89a33!,PXN+2IEPD|]e%V0&dpIģ',5h$aBA:HI< JV$;PK =Yj0 Lbi ;PK =Yj0$2skin/classic/communicator/icons/smileys/yell_n.gifUT hO@cSDDUxGIF89ae01!,LXN+2M*z;e[z'Tpٲ<-l=ڃ{؂Ɵ%#jf'FM;PK =Yj0;2skin/classic/communicator/icons/smileys/cool_n.gifUT hO@cSDDUxGIF89a!9,p@PbR( (4=Q Ma´6 *4.4e%YR! #>WqiB{(-f9O8 7 f7!85  754&45 58, -R1 4& !-3#"*6-! 8$8$8955B /`~DhNaz ;PK =Yj0I3skin/classic/communicator/icons/smileys/money_n.gifUT hO@cSDDUxGIF89a!,HH.+21M*z;AV':iʳIc7>'C!,’cR5?(fHI;PK =Yj0uX2skin/classic/communicator/icons/smileys/foot_n.gifUT hO@cSDDUxGIF89a=36cf42B6*! ,c0 30&q_ jYb $-0cL:L3# U2 ;PK '+Z1skin/classic/communicator/taskbar/addressbook.gifUT | XO+*,̮4™P7ZЬ;PK )+{$3skin/classic/communicator/taskbar/navigator-hov.gifUT | ]PÀ;PK 笏,ɿ2skin/classic/communicator/taskbar/navigator-16.gifUT uhW*Z,UV9]!XpEmϻ;PK 笏,AP-skin/classic/communicator/taskbar/mail-16.gifUT }*@Wu+@ Ê ;PK )+D-skin/classic/communicator/taskbar/mailnew.gifUT | Ŵ2q`͖%c@'I-UD<*赤b,0#굛Q{` ++L3# ʘZ ;PK '+ii5skin/classic/communicator/taskbar/addressbook-hov.gifUT | ?cSDDUx/* ***** 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"); .alertBox { border-right: 2px solid #7B969C; border-bottom: 2px solid #7B969C; border-top: 2px solid #7B969C; border-left: 2px solid #7B969C; background-color: -moz-Dialog; min-height: 50px; } .alertImageBox { margin-left: 4px; margin-right: 6px; min-height: 46px; } .alertTitle { font-weight: bold; } .alertText { margin-right: 6px; } .alertText[clickable="true"] { cursor: pointer; color: #1455D6; text-decoration: underline; } .alertText[clickable="true"]:hover:active { color: #424F63; } .alertTextBox { padding-right: 10px; padding-top: 5px; } PK 0+Qv  &skin/classic/editor/EdImageMapPage.cssUT | cSDDUx/* * 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,YNs)skin/classic/editor/editorModeToolbar.cssUT McSDDUx/* * 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 =Yj0:]>66+skin/classic/editor/editorFormatToolbar.cssUT hO@cSDDUx/* * 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://communicator/skin/icons/smileys/smile_n.gif"); -moz-image-region: auto; /* cut off inheritance */ } .insert-tongue > .menu-iconic-left { list-style-image: url("chrome://communicator/skin/icons/smileys/tongue_n.gif"); -moz-image-region: auto; /* cut off inheritance */ } .insert-frown > .menu-iconic-left { list-style-image: url("chrome://communicator/skin/icons/smileys/frown_n.gif"); -moz-image-region: auto; /* cut off inheritance */ } .insert-wink > .menu-iconic-left { list-style-image: url("chrome://communicator/skin/icons/smileys/wink_n.gif"); -moz-image-region: auto; /* cut off inheritance */ } .insert-laughing > .menu-iconic-left { list-style-image: url("chrome://communicator/skin/icons/smileys/laughing_n.gif"); -moz-image-region: auto; /* cut off inheritance */ } .insert-embarrassed > .menu-iconic-left { list-style-image: url("chrome://communicator/skin/icons/smileys/embarrassed_n.gif"); -moz-image-region: auto; /* cut off inheritance */ } .insert-undecided > .menu-iconic-left { list-style-image: url("chrome://communicator/skin/icons/smileys/undecided_n.gif"); -moz-image-region: auto; /* cut off inheritance */ } .insert-surprise > .menu-iconic-left { list-style-image: url("chrome://communicator/skin/icons/smileys/surprise_n.gif"); -moz-image-region: auto; /* cut off inheritance */ } .insert-kiss > .menu-iconic-left { list-style-image: url("chrome://communicator/skin/icons/smileys/kiss_n.gif"); -moz-image-region: auto; /* cut off inheritance */ } .insert-yell > .menu-iconic-left { list-style-image: url("chrome://communicator/skin/icons/smileys/yell_n.gif"); -moz-image-region: auto; /* cut off inheritance */ } .insert-cool > .menu-iconic-left { list-style-image: url("chrome://communicator/skin/icons/smileys/cool_n.gif"); -moz-image-region: auto; /* cut off inheritance */ } .insert-undecided > .menu-iconic-left { list-style-image: url("chrome://communicator/skin/icons/smileys/undecided_n.gif"); -moz-image-region: auto; /* cut off inheritance */ } .insert-money > .menu-iconic-left { list-style-image: url("chrome://communicator/skin/icons/smileys/money_n.gif"); -moz-image-region: auto; /* cut off inheritance */ } .insert-foot > .menu-iconic-left { list-style-image: url("chrome://communicator/skin/icons/smileys/foot_n.gif"); -moz-image-region: auto; /* cut off inheritance */ } .insert-innocent > .menu-iconic-left { list-style-image: url("chrome://communicator/skin/icons/smileys/innocent_n.gif"); -moz-image-region: auto; /* cut off inheritance */ } .insert-cry > .menu-iconic-left { list-style-image: url("chrome://communicator/skin/icons/smileys/cry_n.gif"); -moz-image-region: auto; /* cut off inheritance */ } .insert-sealed > .menu-iconic-left { list-style-image: url("chrome://communicator/skin/icons/smileys/sealed_n.gif"); -moz-image-region: auto; /* cut off inheritance */ } /* ::::: 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 2+gG+skin/classic/editor/icons/editmode-html.gifUT | [M$="$i&\jS# YOpn oRZ!;Fqia}~p_|x_}g+m*  ;PK .x]"skin/classic/editor/icons/btn1.gifUT F >cSDDUxGIF89a@(42df42ddf̌dfd̚df442dddddf2d4fddff!(,@@@E, ! ,QΧtJ kb+@ZmkbM܋m P|\HhD g K (vs  (K_bVmZ[D jk E](]mHqqrK( О ((̺ת ;c(\x= ,\ A`()@pG *$bdIRD,KbLE+&F@ #n)?9n\^ *H U߰($sѣׯ1֍nf-۶g-Վ_} Wmt@^v̹ry BdUE $z `((aJ!`FLW pt "9zq!T  h8zZhGiҼS8nP kF*@ɐz2O|1@dTs { 3D\;{C_`Pe|E\ڳL+[29vGW( ġk @fk!s?8,P)3QHhҠ&5 YMՕȦ#P74iOk4ypՠM  !J'/4AQOl,ҸmE!)G \P voH^ˇp" Zy#A0=!{Q N=lDڻ #j EPN'&I_+FP&&f d,9)RO1GJ.HCcX/D7OoDf@zH"k@5zo ! }Ys Fx9紞q|2#(|$&}Did9'/H `tߟ#mUQ#'rD07xTIEB= L RW 7 I1L\L}CJ&c2$eERLx'DhhF"N|gIV5^J!;%G$"hKd'%[!TZTFdpN0O=' K"LM"v(wK' K=tHJbL(gZQgF ‡ O5PtPXPt)҈~hy Ols*+hONcd;Nr(qbqX)ҊCL(RSP8\BP2(QQ_|2,CŋJx1r Ȍ4ј1 P4P(RQȌ C(dW+"Rɀ]aՍh*8cr/ i "aS7,9%SR!Sb[Qt%'%x q Z!3C֢ T| ‚@1.۲- /srK2 Z|T-H_5|rle.+FA$SV(?UP2U#dFUC9RO T"ViK& M%|SRn glWvyx|!Py9YPY&eY)GA{( )' 'e0m fr)YpiYaQY. h!0 E-pS t501:U1 5yX^[R 8s=$0EMVYqӛ^[K`2Ms祋R0iP 3$s%^22u5k 6 10'Gc4@j]d50X2`2,*G2JVX Zpe+s(A ]Q]_ \PJz3^, AZJV8ܵ]'P\IFc[\4X]2:LoYV&⃡%BGaU55aq6FU?S[0Z`bJL F1a|:557pc}p%qfSzazr`z}g Gg 6P*Ϛw 6qnt4 m ` D0צe3Z`[cY9뺮6@<eAƛbV9b`Ss!SVѯ ceF& c^r1:4SNc.e+2e] 9M!jf1WveF7>9-k80#5Ђsڐ3șJ 3d^s:hwViciH d$id:g{[s^t[d%3W[lO>FcKC{#Fqspn 1?n??,!?n߁?5? 5Co8upZofpn`ppæooħ14?%ydzx%/=YLQ_}%0C'pS& A tLgtNHH|0ShMbR/k2_DTr' x|KRcAsD?GgYpjA'n` 0-~ɇ&#R)v `1ݞ刍Z*ΉbQ١NNhN.NNN.ԞO>+T.r M"g7<^ NΉ^~,N*^/zg>Nb&~>(*MA;PK 8 .W7> "skin/classic/editor/icons/btn2.gifUT K`>cSDDUxGIF89aH6cc11111c1111cc!,H6#H*\Ç$@EhQ#@ Iɓ(S2E ;X8ʛ8sdqˋevHfIHiOrxqEwMɳR\puΞ vUAP ^5ȕ]s.OYca>2FjXZc;vk'_5~]p)xZJMW7P=@-g|6}oi}xu-f[@aq( 0g[m2 d S:ȣ}'ŨAv嗼eYcH!ɔSdNRI冿АY xL4URlR)#MjBT^0IftX4坫DISsW&Y)/ U}. u?JQX2kz>YQsV|4)K4fGźV; TkP כ A:P.Ok;]|S-ei:5׾:s&vCoz̍μ#gg%}ex¨|jkkΝPqҠy% |:V=woq<4ncJةuQN]0D [5,[zֻ56Wog{֟SM&e{;6d>خӮ}// mo~wn"CVܚ(ϿTzUDg J6qr! pa ' qrph'ׁ'e#h}ʁN 2He#a +iՁil$x>LXPQ(1iXA67)HUpWTEX!hRhWX"5hQ8gX"[.\CA2D۱9EZ]:r4=fT[v4RRH+37_HdȊsrx-$y PT(Q$ar6x^k+h؃јWhpvp- "Kf^q>dL67[siX,=rig%:|H}Ed"[:}ʼn ِ#;PK =D-6 33+skin/classic/editor/icons/progress-busy.gifUT =cSDDUxGIF89a cs! NETSCAPE2.0! , +-w`&:jxcB摡{NV"L9 ! , +i{\UuNIaEihqm{! , , wR`""nWMY}]-y4z! , -i{ h/w)۷(d+zq3ӽ?3id! , +-w`&:jxcB摡{NV"L9 ! , +i{\UuNIaEihqm{! , , wR`""nWMY}]-y4z! , -i{ h/w)۷(d+zq3ӽ?3id;PK z,՜mm+skin/classic/editor/icons/progress-done.gifUT ?V)l@OV6,,A;PK Xr/Uk k skin/classic/global/printing.cssUT ?cSDDUx/* ***** 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 +}JJ(skin/classic/global/filepicker/blank.gifUT }   ;PK z,j(V.skin/classic/global/filepicker/folder-home.gifUT x9D? O6+p/{/<>ɟș'!;PK Xr/at0skin/classic/global/icons/pg-landscape-small.gifUT ?cSDDUxGIF89aϼwwwgggFFF###! ,@DI\ Rr$ԩV((N1e 2;̏q4"d(Tw$p;PK Xr/*34>>)skin/classic/global/icons/pg-portrait.gifUT ?cSDDUxGIF89a ϻvvvfffUUUEEE111!!!!, @ $dilke< *(c1`̀6 Iŕ !uqQѫ|R*ZtGiv9k|/ ,/l&6 >IvPzRwmzt+s{w}fpxW=>/L 4y - ;ƹX,fa>?P嫝!;PK Xr/R/skin/classic/global/icons/pg-portrait-small.gifUT ?cSDDUxGIF89aϻvvvfffEEE!!!! ,@EI+] }d rZ((Cn_bn?ddZk22 P pˡ $lL#;PK ě,(NK%skin/classic/global/icons/tab-new.gifUT 2=cSDDUxGIF89a99H@Co5:i%/b,5Q瑲阷밼ϦٔѮ޵鈚Q^fȠ¦]he̩VXIŢή}澾vݷǽ_rѿHPSՙ®?ɷN׋ֹ*ڿ0ιη¼!s,H)YʼȰ@3~ԡ8xaH+WֈAdɌ,ZYҌ6N8|.j`&M-y ^ܨiSCD :\9$QpAcH:]"iɔ,_(01 $<@88Ja,8n&0Wl (\ ! mfƁXNq;PK +\ DD,skin/classic/global/toolbar/tbgrip-arrow.gifUT (~ cSDDUxGIF89a!, yꠒ;PK +B/skin/classic/global/splitter/grip-vrt-after.gifUT %~ 0j8ͻ`YרJprMsngXbI00, D1\:fɜXDجv";PK +[0skin/classic/global/splitter/grip-hrz-before.gifUT %~ .button-box > .button-icon { margin-left: 4px; margin-right: 4px; } treechildren::-moz-tree-cell-text(isDefaultServer-true) { font-weight: bold; } PK 8,f/[t88(skin/classic/messenger/accountWizard.cssUT M?dSDDUx/* * 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 0.xd&skin/classic/messenger/folderMenus.cssUT '>dSDDUx/* * The contents of this file are subject to the Netscape Public * License Version 1.1 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * * The Original Code is Mozilla Communicator client code, released * March 31, 1998. * * The Initial Developer of the Original Code is Netscape * Communications Corporation. Portions created by Netscape are * Copyright (C) 1998-1999 Netscape Communications Corporation. All * Rights Reserved. * * Contributor(s): * */ /* ===== folderMenus.css ================================================ == Icons for menus which represent mail folder. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: folder icons for menus ::::: */ .folderMenuItem { list-style-image: url("chrome://messenger/skin/icons/folder-closed.gif"); } .folderMenuItem[open="true"] { list-style-image: url("chrome://messenger/skin/icons/folder-open.gif"); } /* ..... special folders ..... */ .folderMenuItem[SpecialFolder="Inbox"] { list-style-image: url("chrome://messenger/skin/icons/folder-inbox.gif"); } .folderMenuItem[SpecialFolder="Inbox"][open="true"] { list-style-image: url("chrome://messenger/skin/icons/folder-inbox-open.gif"); } .folderMenuItem[SpecialFolder="Sent"] { list-style-image: url("chrome://messenger/skin/icons/folder-sent.gif"); } .folderMenuItem[SpecialFolder="Sent"][open="true"] { list-style-image: url("chrome://messenger/skin/icons/folder-sent-open.gif"); } .folderMenuItem[SpecialFolder="Drafts"] { list-style-image: url("chrome://messenger/skin/icons/folder-draft.gif"); } .folderMenuItem[SpecialFolder="Drafts"][open="true"] { list-style-image: url("chrome://messenger/skin/icons/folder-draft-open.gif"); } .folderMenuItem[SpecialFolder="Templates"] { list-style-image: url("chrome://messenger/skin/icons/folder-template.gif"); } .folderMenuItem[SpecialFolder="Templates"][open="true"] { list-style-image: url("chrome://messenger/skin/icons/folder-template-open.gif"); } .folderMenuItem[SpecialFolder="Junk"] { list-style-image: url("chrome://messenger/skin/icons/folder-junk.gif"); } .folderMenuItem[SpecialFolder="Junk"][open="true"] { list-style-image: url("chrome://messenger/skin/icons/folder-junk-open.gif"); } .folderMenuItem[SpecialFolder="Trash"] { list-style-image: url("chrome://messenger/skin/icons/folder-trash.gif"); } .folderMenuItem[SpecialFolder="Trash"][open="true"] { list-style-image: url("chrome://messenger/skin/icons/folder-trash-open.gif"); } .folderMenuItem[IsServer="true"] { list-style-image: url("chrome://messenger/skin/icons/server-mail.gif"); } .folderMenuItem[IsServer="true"][open="true"] { list-style-image: url("chrome://messenger/skin/icons/server-mail.gif"); } /* IMAP folders */ .folderMenuItem[IsServer="true"][ServerType="imap"][IsSecure="true"] { list-style-image: url("chrome://messenger/skin/icons/server-remote-lock.gif"); } /* POP3 folders */ .folderMenuItem[IsServer="true"][ServerType="pop3"][IsSecure="true"] { list-style-image: url("chrome://messenger/skin/icons/server-remote-lock.gif"); } /* Local Servers */ .folderMenuItem[IsServer="true"][ServerType="none"] { list-style-image: url("chrome://messenger/skin/icons/server-local.gif"); } /* News folders */ .folderMenuItem[ServerType="nntp"] { list-style-image: url("chrome://messenger/skin/icons/folder-newsgroup.gif"); } .folderMenuItem[IsServer="true"][ServerType="nntp"][IsSecure="true"] { list-style-image: url("chrome://messenger/skin/icons/server-news-lock.gif"); } .folderMenuItem[IsServer="true"][ServerType="nntp"] { list-style-image: url("chrome://messenger/skin/icons/server-news.gif"); } PK jU0m`w%skin/classic/messenger/folderPane.cssUT 7@dSDDUx/* * The contents of this file are subject to the Netscape Public * License Version 1.1 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * * The Original Code is Mozilla Communicator client code, released * March 31, 1998. * * The Initial Developer of the Original Code is Netscape * Communications Corporation. Portions created by Netscape are * Copyright (C) 1998-2001 Netscape Communications Corporation. All * Rights Reserved. * * Contributor(s): * Joe Hewitt (hewitt@netscape.com) * Hkan Waara (hwaara@chello.se) * Jan Varga (varga@nixcorp.com) */ /* ===== folderPane.css ================================================= == Styles for the Folder pane in the Messenger 3-pane window. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: mail folder ::::: */ treechildren::-moz-tree-image(folderNameCol) { margin-right: 2px; list-style-image: url("chrome://messenger/skin/icons/folder-closed.gif"); } treechildren::-moz-tree-image(folderNameCol, newMessages-true) { list-style-image: url("chrome://messenger/skin/icons/folder-new-closed.gif"); } /* ..... Inbox ..... */ treechildren::-moz-tree-image(folderNameCol, specialFolder-Inbox) { list-style-image: url("chrome://messenger/skin/icons/folder-inbox.gif"); } treechildren::-moz-tree-image(folderNameCol, specialFolder-Inbox, newMessages-true) { list-style-image: url("chrome://messenger/skin/icons/folder-inbox-new.gif"); } /* ..... Sent ..... */ treechildren::-moz-tree-image(folderNameCol, specialFolder-Sent) { list-style-image: url("chrome://messenger/skin/icons/folder-sent.gif"); } /* ..... Unsent ..... */ treechildren::-moz-tree-image(folderNameCol, specialFolder-Unsent Messages) { list-style-image: url("chrome://messenger/skin/icons/folder-outbox.gif"); } /* ..... Drafts ..... */ treechildren::-moz-tree-image(folderNameCol, specialFolder-Drafts) { list-style-image: url("chrome://messenger/skin/icons/folder-draft.gif"); } /* ..... Templates ..... */ treechildren::-moz-tree-image(folderNameCol, specialFolder-Templates) { list-style-image: url("chrome://messenger/skin/icons/folder-template.gif"); } /* ..... Junk ..... */ treechildren::-moz-tree-image(folderNameCol, specialFolder-Junk) { list-style-image: url("chrome://messenger/skin/icons/folder-junk.gif"); } /* ..... Trash ..... */ treechildren::-moz-tree-image(folderNameCol, specialFolder-Trash) { list-style-image: url("chrome://messenger/skin/icons/folder-trash.gif"); } treechildren::-moz-tree-image(folderNameCol, isServer-true) { list-style-image: url("chrome://messenger/skin/icons/server-mail.gif"); } treechildren::-moz-tree-image(folderNameCol, biffState-NewMail, isServer-true) { list-style-image: url("chrome://messenger/skin/icons/server-mail-new.gif"); } treechildren::-moz-tree-cell-text(folderNameCol, newMessages-true), treechildren::-moz-tree-cell-text(folderNameCol, specialFolder-Inbox, newMessages-true) { font-weight: bold; } treechildren::-moz-tree-image(folderNameCol, imapShared-true) { list-style-image: url("chrome://messenger/skin/icons/folder-share.gif"); } /* ..... Server Folders ..... */ treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-pop3, isSecure-true) { list-style-image: url("chrome://messenger/skin/icons/server-remote-lock.gif"); } treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-imap, isSecure-true) { list-style-image: url("chrome://messenger/skin/icons/server-remote-lock.gif"); } treechildren::-moz-tree-image(folderNameCol, biffState-NewMail, isServer-true, isSecure-true) { list-style-image: url("chrome://messenger/skin/icons/server-remote-lock-new.gif"); } treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-none) { list-style-image: url("chrome://messenger/skin/icons/server-local.gif"); } /* ..... News Folders ..... */ treechildren::-moz-tree-image(folderNameCol, serverType-nntp) { list-style-image: url("chrome://messenger/skin/icons/folder-newsgroup.gif"); } treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-nntp) { list-style-image: url("chrome://messenger/skin/icons/server-news.gif"); } treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-nntp, isSecure-true) { list-style-image: url("chrome://messenger/skin/icons/server-news-lock.gif"); } /* ::::: All Servers ::::: */ treechildren::-moz-tree-cell-text(closed, subfoldersHaveUnreadMessages-true) { font-weight: bold; } treechildren::-moz-tree-cell-text(folderNameCol, isServer-true), treechildren::-moz-tree-cell-text(hasUnreadMessages-true) { font-weight: bold; } treechildren::-moz-tree-cell-text(folderNameCol, noSelect-true) { color: gray; font-style: italic; } .tree-folder-checkbox { list-style-image: none; } treechildren::-moz-tree-image(syncCol) { list-style-image: url("chrome://messenger/skin/icons/dot.gif"); } treechildren::-moz-tree-image(syncCol, synchronize-true) { list-style-image: url("chrome://messenger/skin/icons/check.gif"); } treechildren::-moz-tree-image(syncCol, isServer-true) { list-style-image: none; } #folderUnreadCol, #folderTotalCol, #folderSizeCol { text-align: right; } #folderNameCol [sortDirection="ascending"] { list-style-image: none; } #folderNameCol [sortDirection="descending"] { list-style-image: none; } PK eq,&skin/classic/messenger/fakeAccount.cssUT nMdSDDUx/* * The contents of this file are subject to the Netscape Public * License Version 1.1 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * * The Original Code is Mozilla Communicator client code, released * March 31, 1998. * * The Initial Developer of the Original Code is Netscape * Communications Corporation. Portions created by Netscape are * Copyright (C) 1998-1999 Netscape Communications Corporation. All * Rights Reserved. * * Contributor(s): * */ /* ===== mailWindow1.css ================================================ == Styles for the main Mail window in the default layout scheme. ======================================================================= */ @import url("chrome://messenger/skin/"); @import url("chrome://messenger/skin/primaryToolbar.css"); @import url("chrome://messenger/skin/folderMenus.css"); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: :: Make sure the min height is small so we can :: resize the pane vertically -EDV ::::: */ #messagepanebox { min-height: 10px; height: 0px; } /* ::::: border adjustments for focus ring and joined splitters ::::: */ /* ..... splitter adjustments ..... */ #gray_vertical_splitter { border-right: none; border-bottom: none; border-left: none; min-width: 5px; } #threadpane-splitter { border: none; min-height: 5px; } #threadpane-splitter[state="collapsed"] { border-bottom: 2px solid; } /* ..... tree adjustments ..... */ #folderTree { border-right: 1px solid; -moz-border-right-colors: ThreeDShadow; min-width: 1px; } #threadTree { border-bottom: 2px solid; -moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow; min-width: 1px; } #threadTree, #accountCentralBox, #searchBox { border-left: 2px solid; -moz-border-left-colors: ThreeDShadow ThreeDDarkShadow; } #searchBox { border-top: 1px solid ThreeDHighlight; border-bottom: 1px solid ThreeDShadow; } /* ..... message pane adjustments ..... */ #messagepanebox { border-top: 2px solid; border-left: 2px solid; -moz-border-top-colors: ThreeDShadow ThreeDDarkShadow; -moz-border-left-colors: ThreeDShadow ThreeDDarkShadow; } #msgHeaderView { border-left: none !important; } #messagepane { border: 1px solid -moz-Field; border-right: none; } #messagepanebox[focusring="true"] > #messagepane { border-color: #000000; } PK +&"xMM)skin/classic/messenger/accountCentral.cssUT S~ dSDDUx/* ***** 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 )"(0 S( ( (skin/classic/messenger/messageHeader.cssUT NJ?dSDDUx/* * The contents of this file are subject to the Netscape Public * License Version 1.1 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * * The Original Code is Mozilla Communicator client code, released * March 31, 1998. * * The Initial Developer of the Original Code is Netscape * Communications Corporation. Portions created by Netscape are * Copyright (C) 1998-1999 Netscape Communications Corporation. All * Rights Reserved. * * Contributor(s): * */ /* ===== messageHeader.css ============================================== == Styles for the header toolbars of a mail message. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: msg header toolbars ::::: */ #collapsedHeaderView, #expandedHeaderView { min-width: 1px; } /* ::::: msg header buttons ::::: */ #expandedAttachmentBox { width: 20em; height: 0; list-style-image: url("chrome://messenger/skin/icons/attach.gif"); } #attachmentTree { margin: 3px 0; border: none; height: 0; width: 20em; } #attachmentText { font-weight: bold; } /* ::::: msg header captions ::::: */ #msgHeaderView { border-right: 1px solid ThreeDShadow; border-left: 1px solid ThreeDShadow; } #collapsedHeaderView, #expandedHeaderView { border-bottom: 1px solid ThreeDDarkShadow; min-width: 1px; } .headerNameBox { width: 7.7em; } .headerName { margin: 0 .5em 0 0; min-height: 18px; font-weight: bold; text-align: right; } .headerValue { margin: 0 0 .25em 0; min-width: 50px; white-space: normal; } .subjectvalue { font-weight: bold; } /* ::::: msg header email addresses ::::: */ .emailDisplayButton { cursor: pointer; color: #0000FF; text-decoration: underline; margin: 0; } .emailDisplayButton:hover { color: #FF0000; } .emailDisplayImage { padding-left: 2px; -moz-box-pack: end; } /* ::::: email address twisty ::::: */ .addresstwisty { margin: 2px; list-style-image: url("chrome://global/skin/tree/twisty-clsd.gif"); } .addresstwisty[open] { list-style-image: url("chrome://global/skin/tree/twisty-open.gif"); } /* ::::: view expand and collapse twisties ::::: */ .expandHeaderViewButton, .collapsedHeaderViewButton { margin: 2px .5em 0 .5em; } .expandHeaderViewButton { list-style-image: url("chrome://global/skin/tree/twisty-open.gif"); } .collapsedHeaderViewButton { list-style-image: url("chrome://global/skin/tree/twisty-clsd.gif"); } /* ::::: collapsed view styles ::::: */ #collapsedAttachmentBox { -moz-box-pack: center; } #collapseddateValue { margin: 0 .5em; text-align: right; } #collapsedfromBox { width: 18em; } #collapseddateBox { width: 12em; } .collapsedHeaderDisplayName { margin: 0 .5em 0 .55em; min-height: 16px; font-weight: bold; } .collapsedHeaderValue { margin: 0; } .collapsedAttachmentButton { list-style-image: url("chrome://messenger/skin/icons/message-mail-attach.gif"); margin-right: .5em; } PK +9Y(skin/classic/messenger/messageWindow.cssUT u~ dSDDUx/* * The contents of this file are subject to the Netscape Public * License Version 1.1 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * * The Original Code is Mozilla Communicator client code, released * March 31, 1998. * * The Initial Developer of the Original Code is Netscape * Communications Corporation. Portions created by Netscape are * Copyright (C) 1998-1999 Netscape Communications Corporation. All * Rights Reserved. * * Contributor(s): * */ /* ===== searchDialog.css =============================================== == Styles for the Mail Search dialog. ======================================================================= */ @import url("chrome://messenger/skin/"); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: box sizes ::::: */ #searchTermTree { min-height: 50px; } #searchTermListBox { height: 100px; } #searchResultListBox { margin: 5px; height: 100px; } menulist { min-width: 15em; } menulist > menupopup > menuitem { padding-right: 2px; } textbox { margin: 1px 4px; } PK e/U&~ ~ $skin/classic/messenger/subscribe.cssUT ?dSDDUx/* * The contents of this file are subject to the Netscape Public * License Version 1.1 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * * The Original Code is Mozilla Communicator client code, released * March 31, 1998. * * The Initial Developer of the Original Code is Netscape * Communications Corporation. Portions created by Netscape are * Copyright (C) 1998-1999 Netscape Communications Corporation. All * Rights Reserved. * * Contributor(s): * */ /* ===== subscribe.css ================================================== == Styles for the Subscribe dialog. ======================================================================= */ @import url("chrome://messenger/skin/"); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: subscribed icons :::::: */ treechildren::-moz-tree-image(subscribedColumn), treechildren::-moz-tree-image(subscribedColumn2) { margin-right: 2px; list-style-image: url("chrome://messenger/skin/icons/dot.gif"); } treechildren::-moz-tree-image(subscribedColumn, Subscribed-true), treechildren::-moz-tree-image(subscribedColumn2, subscribed) { list-style-image: url("chrome://messenger/skin/icons/check.gif"); } treechildren::-moz-tree-image(subscribedColumn, Subscribable-false) { list-style-image: none; } treechildren::-moz-tree-cell-text(nameColumn, Subscribable-false) { color: gray; font-style: italic; } /* ::::: folder icons :::::: */ treechildren::-moz-tree-image(nameColumn) { margin-right: 2px; list-style-image: url("chrome://messenger/skin/icons/folder-closed.gif"); } treechildren::-moz-tree-image(nameColumn, ServerType-nntp), treechildren::-moz-tree-image(nameColumn2, nntp) { margin-right: 2px; list-style-image: url("chrome://messenger/skin/icons/folder-newsgroup.gif"); } /* ::::: server icons :::::: */ .subscribeMenuItem { list-style-image: url("chrome://messenger/skin/icons/server-mail.gif"); } .subscribeMenuItem[ServerType="imap"][IsSecure="true"] { list-style-image: url("chrome://messenger/skin/icons/server-remote-lock.gif"); } .subscribeMenuItem[ServerType="nntp"] { list-style-image: url("chrome://messenger/skin/icons/server-news.gif"); } .subscribeMenuItem[ServerType="nntp"][IsSecure="true"] { list-style-image: url("chrome://messenger/skin/icons/server-news-lock.gif"); } PK r. "'"'%skin/classic/messenger/threadPane.cssUT  ?dSDDUx/* * The contents of this file are subject to the Netscape Public * License Version 1.1 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * * The Original Code is Mozilla Communicator client code, released * March 31, 1998. * * The Initial Developer of the Original Code is Netscape * Communications Corporation. Portions created by Netscape are * Copyright (C) 1998-2001 Netscape Communications Corporation. All * Rights Reserved. * * Contributor(s): * Scott MacGregor (mscott@netscape.com) * Joe Hewitt (hewitt@netscape.com) */ /* ===== threadPane.css ============================================== == Styles for the thread pane in the Messenger 3-pane window. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: thread decoration ::::: */ treechildren::-moz-tree-cell-text(read) { font-weight: normal; } treechildren::-moz-tree-cell-text(unread) { font-weight: bold; } /* on a collapsed thread, if the top level message is read, but the thread has * unread children, underline the text. 4.x mac did this, very slick */ treechildren::-moz-tree-cell-text(container, closed, hasUnread, read) { text-decoration: underline; } /* ::::: priority colors ::::: */ /**** **** Priority colors currently not being used at the moment. It has been **** disabled so as to not conflict with the labels color feature. **** treechildren::-moz-tree-cell-text(priorityCol, priority-highest) { color: red; } treechildren::-moz-tree-cell-text(priorityCol, priority-high) { color: rgb(128, 0, 0); } treechildren::-moz-tree-cell-text(priorityCol, priority-lowest) { color: rgb(170, 170, 170); } treechildren::-moz-tree-cell-text(priorityCol, priority-low) { color: rgb(85, 85, 85); } treechildren::-moz-tree-cell-text(priorityCol, selected) { color: -moz-DialogText; } treechildren::-moz-tree-cell-text(priorityCol, selected, focus) { color: HighlightText; } ****/ /* ::::: message icons ::::: */ /* ::::: message column icons ::::: */ /* ..... thread column ..... */ treecol.threadColumnHeader { list-style-image: url("chrome://messenger/skin/icons/unthreadcol.gif"); } treecol.threadColumnHeader[sortDirection="ascending"] { list-style-image: url("chrome://messenger/skin/icons/threadcol.gif"); } treecol.threadColumnHeader[sortDirection="descending"] { list-style-image: url("chrome://messenger/skin/icons/threadcol.gif"); } treechildren::-moz-tree-image(threadCol, container) { list-style-image: url("chrome://messenger/skin/icons/thread-closed.gif"); } treechildren::-moz-tree-image(threadCol, container, open) { list-style-image: url("chrome://messenger/skin/icons/thread-open.gif"); } treechildren::-moz-tree-image(threadCol, container, hasUnread) { list-style-image: url("chrome://messenger/skin/icons/thread-new-closed.gif"); } treechildren::-moz-tree-image(threadCol, container, hasUnread, open) { list-style-image: url("chrome://messenger/skin/icons/thread-new-open.gif"); } /* ..... read column ..... */ treecol.readColumnHeader { list-style-image: url("chrome://messenger/skin/icons/readcol.gif"); } treechildren::-moz-tree-image(unreadButtonColHeader) { list-style-image: url("chrome://messenger/skin/icons/readmail.gif"); } treechildren::-moz-tree-image(unreadButtonColHeader, unread) { list-style-image: url("chrome://messenger/skin/icons/unreadmail.gif"); } /* ..... flag column ..... */ treecol.flagColumnHeader { list-style-image: url("chrome://messenger/skin/icons/flagcol.gif"); } treechildren::-moz-tree-image(flaggedCol) { list-style-image: url("chrome://messenger/skin/icons/readmail.gif"); } treechildren::-moz-tree-image(flaggedCol, flagged) { list-style-image: url("chrome://messenger/skin/icons/flaggedmail.gif"); } /* ..... junkStatus column ..... */ treecol.junkStatusHeader { list-style-image: url("chrome://messenger/skin/icons/folder-junk.gif"); padding: 0px 4px 0px 0px; } /* "unknown" now looks like "not junk". see bug #182386 */ treechildren::-moz-tree-image(junkStatusCol) { list-style-image: url("chrome://messenger/skin/icons/readmail.gif"); padding-left: 0px; padding-right: 4px; } treechildren::-moz-tree-image(junkStatusCol, junk) { list-style-image: url("chrome://messenger/skin/icons/folder-junk.gif"); margin-right: -1px; } treechildren::-moz-tree-image(junkStatusCol, notjunk) { list-style-image: url("chrome://messenger/skin/icons/readmail.gif"); padding-left: 0px; padding-right: 4px; } /* ..... subject column ..... */ treechildren::-moz-tree-image(subjectCol) { margin-right: 2px; list-style-image: url("chrome://messenger/skin/icons/message-mail.gif"); } treechildren::-moz-tree-image(subjectCol, new) { list-style-image: url("chrome://messenger/skin/icons/message-mail-new.gif"); } treechildren::-moz-tree-image(subjectCol, attach) { list-style-image: url("chrome://messenger/skin/icons/message-mail-attach.gif"); } treechildren::-moz-tree-image(subjectCol, imapdeleted) { list-style-image: url("chrome://messenger/skin/icons/message-mail-imapdelete.gif"); } treechildren::-moz-tree-image(subjectCol, offline) { list-style-image: url("chrome://messenger/skin/icons/message-mail-offl.gif"); } treechildren::-moz-tree-image(subjectCol, new, offline) { list-style-image: url("chrome://messenger/skin/icons/message-mail-new-offl.gif"); } treechildren::-moz-tree-image(subjectCol, attach, offline) { list-style-image: url("chrome://messenger/skin/icons/message-mail-attach-offl.gif"); } treechildren::-moz-tree-image(subjectCol, imapdeleted, offline) { list-style-image: url("chrome://messenger/skin/icons/message-mail-imapdel-offl.gif"); } treechildren::-moz-tree-image(subjectCol, news) { list-style-image: url("chrome://messenger/skin/icons/message-news.gif"); } treechildren::-moz-tree-image(subjectCol, news, attach) { list-style-image: url("chrome://messenger/skin/icons/message-news-attach.gif"); } treechildren::-moz-tree-image(subjectCol, news, attach, offline) { list-style-image: url("chrome://messenger/skin/icons/message-news-attach-offl.gif"); } treechildren::-moz-tree-image(subjectCol, news, new) { list-style-image: url("chrome://messenger/skin/icons/message-news-new.gif"); } treechildren::-moz-tree-image(subjectCol, news, new, attach) { list-style-image: url("chrome://messenger/skin/icons/message-news-new-attach.gif"); } treechildren::-moz-tree-image(subjectCol, news, new, attach, offline) { list-style-image: url("chrome://messenger/skin/icons/message-news-new-attach-off.gif"); } treechildren::-moz-tree-image(subjectCol, news, new, offline) { list-style-image: url("chrome://messenger/skin/icons/message-news-new-offl.gif"); } treechildren::-moz-tree-image(subjectCol, news, offline) { list-style-image: url("chrome://messenger/skin/icons/message-news-offl.gif"); } /* ..... new thread icons for watch and ignore ..... */ treechildren::-moz-tree-image(news, threadCol, watch) { list-style-image: url("chrome://messenger/skin/icons/thread-closed-eye.gif"); } treechildren::-moz-tree-image(news, threadCol, ignore) { list-style-image: url("chrome://messenger/skin/icons/thread-closed-kill.gif"); } treechildren::-moz-tree-image(news, threadCol, watch, offline) { list-style-image: url("chrome://messenger/skin/icons/thread-closed-offl-eye.gif"); } treechildren::-moz-tree-image(news, threadCol, ignore, offline) { list-style-image: url("chrome://messenger/skin/icons/thread-closed-offl-kill.gif"); } treechildren::-moz-tree-image(news, threadCol, container, hasUnread, watch) { list-style-image: url("chrome://messenger/skin/icons/thread-new-closed-eye.gif"); } treechildren::-moz-tree-image(news, threadCol, container, hasUnread, ignore) { list-style-image: url("chrome://messenger/skin/icons/thread-new-closed-kill.gif"); } treechildren::-moz-tree-image(news, threadCol, container, hasUnread, watch, offline) { list-style-image: url("chrome://messenger/skin/icons/thread-new-closed-offl-eye.gif"); } treechildren::-moz-tree-image(news, threadCol, container, hasUnread, ignore, offline) { list-style-image: url("chrome://messenger/skin/icons/thread-new-closed-offl-kill.gif"); } treechildren::-moz-tree-image(news, threadCol, container, hasUnread, watch, open) { list-style-image: url("chrome://messenger/skin/icons/thread-new-open-eye.gif"); } treechildren::-moz-tree-image(news, threadCol, container, hasUnread, ignore, open) { list-style-image: url("chrome://messenger/skin/icons/thread-new-open-kill.gif"); } treechildren::-moz-tree-image(news, threadCol, container, hasUnread, watch, open, offline) { list-style-image: url("chrome://messenger/skin/icons/thread-new-open-offl-eye.gif"); } treechildren::-moz-tree-image(news, threadCol, container, hasUnread, ignore, open, offline) { list-style-image: url("chrome://messenger/skin/icons/thread-new-open-offl-kill.gif"); } treechildren::-moz-tree-image(news, threadCol, container, watch, open) { list-style-image: url("chrome://messenger/skin/icons/thread-open-eye.gif"); } treechildren::-moz-tree-image(news, threadCol, container, ignore, open) { list-style-image: url("chrome://messenger/skin/icons/thread-open-kill.gif"); } treechildren::-moz-tree-image(news, threadCol, container, watch, open, offline) { list-style-image: url("chrome://messenger/skin/icons/thread-open-offl-eye.gif"); } treechildren::-moz-tree-image(news, threadCol, container, ignore, open, offline) { list-style-image: url("chrome://messenger/skin/icons/thread-open-offl-kill.gif"); } #sizeCol, #unreadCol, #totalCol { text-align: right; } PK r.|22+skin/classic/messenger/threadPaneLabels.cssUT  ?dSDDUx/* ***** 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.?22'skin/classic/messenger/filterDialog.cssUT  ?dSDDUx/* * 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 =Yj0ȴV&skin/classic/messenger/messageBody.cssUT hO@dSDDUx/* ***** BEGIN LICENSE BLOCK ***** * Version: NPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Netscape Public License * Version 1.1 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.org code. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Joe Hewitt * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the NPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the NPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ /* ===== messageBody.css ================================================= == Styles for the body of a mail message. ======================================================================= */ @import url(chrome://communicator/skin/smileys.css); /* XXX Breaks the HTML rules below (.moz-class stuff), at least on Linux. "html|.class" doesn't work. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); @namespace html url("http://www.w3.org/1999/xhtml"); */ window { overflow: auto; } html|html { /* XXX Doesn't seem to work. (Same with "html|body".) */ background-color: window; } mailattachcount { display: none; } /* :::: message header ::::: */ header { text-align: left; } headerdisplayname { font-weight: bold; white-space: pre; } .header-part1 { background-color: #EFEFEF; } .header-part2, .header-part3 { background-color: #DEDEDE; } div.headerdisplayname { display: inline; font-weight: bold; white-space: pre; } /* ::::: message text, incl. quotes ::::: */ .moz-text-flowed blockquote { margin: inherit; border-width: medium; border-color: gray; } .moz-text-plain pre { margin: inherit; font-family: inherit; } .moz-text-plain[wrap="true"] { white-space: -moz-pre-wrap; } .moz-text-plain[wrap="false"] { white-space: pre; } .moz-text-plain[wrap="flow"] .moz-txt-sig { white-space: -moz-pre-wrap; } .moz-text-plain[graphical-quote="false"] blockquote { margin: inherit; border-left: inherit; padding-left: inherit; } .moz-text-plain[graphical-quote="true"] blockquote { margin: inherit; border-width: medium; border-color: gray; } .moz-text-plain[graphical-quote="true"] .moz-txt-citetags { display: none; } span.moz-txt-underscore { text-decoration: underline; } span.moz-txt-formfeed { display: block; height: 100%; } /* ::::: signature ::::: */ .moz-txt-sig, .moz-signature { color: gray; } .moz-txt-sig > a, .moz-signature > a { color: #7777FF; /* light blue */ } PK #+'skin/classic/messenger/icons/attach.gifUT ~ H*\(@}-tQB&ĘE;v~x,IP$K aƔIf@!kFILE IDENTITY Created or modified by an unidentified user of an unregistered copy of GIF Construction Set!UNREGISTERED SHAREWARE Assembled with GIF Construction Set: Alchemy Mindworks Inc. Box 500 Beeton, ON L0G 1A0 CANADA. http://www.mindworkshop.com This comment will not appear in files created with a registered version.! GIFCONnb1.0  flagcol.bmp;PK #+ޗ,skin/classic/messenger/icons/flaggedmail.gifUT ~ CPiKh:RKxƴD,zf';PK $+d+2skin/classic/messenger/icons/folder-filed-open.gifUT ~ &B+<1Eb90(CL5  `8DA<>s{r}tO}{q;PK %+]c\2skin/classic/messenger/icons/folder-inbox-open.gifUT ~ s{r}tyq;C;PK %+ē{2skin/classic/messenger/icons/folder-mailserver.gifUT ~ CPiKh:RKxƴD,zf';PK &+d+1skin/classic/messenger/icons/folder-sent-open.gifUT ~ '$;PK &+'DO7skin/classic/messenger/icons/folder-sent-share-open.gifUT ~ ]3skin/classic/messenger/icons/folder-server-open.gifUT ~ dSDDUxGIF89af3̙f3f3ffffff3f3333f333f3f3̙f3̙̙̙̙f̙3̙ffffff3f3333f333f3̙f3̙̙f3̙f3ff̙ffff3f33̙33f333̙f3ffffff3ffff̙fff3fffffff3ffffffffffff3fff3f3f3f3ff33f3ffffff3f3333f333333̙3f3333333f3333f3f3f3ff3f33f33333333f333333333f333f3̙f3f3ffffff3f3333f333f3!,{HT*\jT6T–bEnPE?UѤE~ǥʒy͑.BaсeŤ,Ñ$k %ɅbSEYbӪ;PK (}1.[1skin/classic/messenger/icons/folder-junk-open.gifUT (>dSDDUxGIF89af3̙f3f3ffffff3f3333f333f3f3̙f3̙̙̙̙f̙3̙ffffff3f3333f333f3̙f3̙̙f3̙f3ff̙ffff3f33̙33f333̙f3ffffff3ffff̙fff3fffffff3ffffffffffff3fff3f3f3f3ff33f3ffffff3f3333f333333̙3f3333333f3333f3f3f3ff3f33f33333333f333333333f333f3̙f3f3ffffff3f3333f333f3!,{HT*\jT6T–bEnPE?UѤE~ǥʒy͑.BaсeŤ,Ñ$k %ɅbSEYbӪ;PK (+qݪ0skin/classic/messenger/icons/folder-template.gifUT ~ ;PK '+C5skin/classic/messenger/icons/folder-template-open.gifUT ~ l(c$<&K_:\JKtj`N ;PK '+;skin/classic/messenger/icons/folder-template-share-open.gifUT ~ O;PK (+ԭz-skin/classic/messenger/icons/folder-trash.gifUT ~ ~lLL3y@(Г8&uT`@;PK uT,4(vv9skin/classic/messenger/icons/message-mail-attach-offl.gifUT %t`\˕"rrm$ǁ' dǒTT8UG seMH ϧA:U@MEgB*Tќ`R\؂Ҫ=;PK @8,x8skin/classic/messenger/icons/message-news-new-attach.gifUT P%!;PK uT,R<skin/classic/messenger/icons/message-news-new-attach-off.gifUT %t%!;PK uT,@6skin/classic/messenger/icons/message-news-new-offl.gifUT %ty))^]u+S^];PK )+ ),skin/classic/messenger/icons/server-news.gifUT ~ | {!6ȱDž;PK <,Ye[[+skin/classic/messenger/icons/unreadmail.gifUT D k AJ ]e" !E u Uթra-U?"0N\|GhD%F;S:i`Sm7o>A. ~,IujbV6ffae=ݖw7XY*j(l1ɔ\ _t1< 3P5q1!amWXc(i7c %<w@y4x{=*m8~8M"@ *؛Ez6vd!{Д@>a8lɖ' 40L)R@=v$YY$AYh(;:sz#y9`P4Q$JII*Y7i ,j'Md]Z`0xu  P=M)B0cۅ@ @CI$QE9"`1=N _})I@H1BE -BU(~fEClG[uO@n|EWQw u&rc.Ci]bPwҞum~F=3I^nt+IsL~`K_:q m{t=w@Zw &f E.q Єypo*)|A0BT7NSq Lgb0!F#X9[:А(hZpYCj(C\To1ՔR%Jh@@Tr|bbr $@Eab 6JG:I'QjydIt:= tMr2R*適ѐ$15 @Nf+vNkcCsj\eE=qIx"g& eBe)UytWk6XȂhj<V(qǝ fxʓYB %eܤ_ =/q `Zt* D'JъZ R! |0NT (h p%&5F"m|K$0IF M3@dR%UAV3Fԥ̘X}*5VG~QRխ7*!T'ސkA`4ֈ `@RT7z U*0ոQ۩_Q*0>/ : 6^,HUV\y-N=v,?d`rK\MvGJk`ܺ6P HFo"ZrI7"o{?*%"0P1Re-\[`1寀[K_{^N'ܽd6 Ĕc!^g yn~C SUH+ه>݁|p%@vf~2[CE\̊ klR4m){fBHKt nD !,r'"49OjX rDNUnaM 0g:хrtƮ6 O@u!S ~v$iU s%yuhso F6fe:bYk5E]0wgဥ};no/5% eQ3s]K=29{M]晊эᄧT^ A*_xyY|[8T~' @WgL;@^ǢX/byπq_Ǣr8Z}czp_0oa/k?W4w|(fg(~w '7h}pH.U'/؀TqB좁xЂ%RhT P BHFRCX @ev$aLTP7 */gr'E؅ ٓN+yHnn\}U6 }^dU0KYЍk\u04X,Q P8JEK Ip؂MRу ,Q0p^x|֗kItP  CXPp|Y @ 2( *x92 n@cɚ(:YI.ʉnoEX <ě,&yIoi9"V pbI)lZyމ i|ly&n9P~9PbjOA)7n(7nSTA MV-D-ʝ>mH,d./1QZLoPʥBHJ ǁХgpCm clCkq >j'`Y E b#! C>!@` ]~&|v9hyQhqqPD0*HVtDĬJeͪ!75[1ՙla!QokR*Zʆ*Cev0@j Qu@  밚j Gp /z#+tz#PKd\=Q2kjAsQۯsaFGu#uɆmd#{biWa{aHGOQ! Rh6{kҙu*CմҮ# kmI R+"$%l-mHԏJQ;׵f7h`tXjZWt$ P c) kPA#[2>qK'U삺%BA"KwbCQ+ 0uOvSeEY]d~oP6 m0g1AYl6),he݋7PYfVg/"4JkxR_aJ6M6X|Ӡm"NXrЛoD,]Q셄.; 2k@(k|-ɲ,1CG\$uqiQ',wV#vP] :do!iC̦`,n/n0jvoW۸R1W}4a\ L# \Dž0kh'!Ȳ;a2"[8KaȤg3 \z+ǃ*Pɪ\[d4 ZfFk40ʊG^rE=x5X\g `˹Pq 1(ˁvi`;Eq7Tlɹjͷ) ˥ŊXeu"ry vuQ@ϽMpvh+`SG[r/Zw] > ɫ~v (uԛuڄĿBj1ljt<֍+ 㡍f |[eP!nx.N;Oa"m/mỢ(6d+1Vg%S¾R!҂r0.y3n:エ}'҂^ ~FJ.70$*5dcj}~vwER#ţ0N c艦[Рt&GJ6aS:{X:R)L4X/!0G߫U*fQ%f'V2EH.{{xq_n] )Ⱥpl^6aH7Iܕ dj F>4+aN(ծ/e~.0tC(NhL.mRlcٮ/ p4O &z ("0')c ! @(&'*,0/0,`&PC(:*@@(/JC+FF ݃H*ymHc 8bN)0d%J.dN>I_7UnbIޖaIbdB@jA_Āɡ!xtY'}|ى.vRB (*`Fq̃RƴxMNBLis8Q*k1YBP3<{7j"k,(TVYHH#92| K2u-p^F9PA< #m0wX/34< lho4sΫN%GAS2?kzSPLI{P&,@DݖtS> w\6(h Ws0YW wCݥCw54MFgyt>yם7Yx0MU}Mwz]M\];B 7\:wLBmNc޸y[#y\{#MAx&:<$u;1vc}u1ߦY^U"A"6Glֹ0zμ>85Y⛀v:o\3S<=!h0s nw~V! ܏0<zPq NH%8@Ր6h|($pl /KDE̱~~Eô!Z!{!ԏηAUV)#S\ږ,bY:`H Ȑ։nŐKj>ڒ$ 떸IK|Xgmu+XqK; _|Xgb$'Jr\J^ă첗 f ,`́ɀ4>2Ǭ6qQsY|>D ̍ڑ3Sb4#(o:+shLW^/wԺvGMY?xNwz6-Lٍ\o'4>h~el>R?M{(D{(y2| H"׀=Gfȁ!D$ʢUypObLrAZ4&TN@JD!S%4XLA1hX@X ;#4EWDcK44$0\( `Dr[HCPdbŃNqm#hj(z#G؇sxe8Ng8Z(`cT^CxȈK"l(>prx%HHm# xшhXhI`qKK(h+G>RQT V2="7=H$$}-SSF:TQd cD\a:D\X Ua U<Ȍ&[9r*ؐ uYe?2TI$>3^")-/ 1)3I$hʐKr 00Kh$ H$FIF#G h5$`0h$7CrL"`P)DrYGY1t>Iw tYtlF#`ViV @ zy rY99j Ep4>@P#QU4鐘32 ' iK4q!Y9 t/ Q0М+p0dyLQ q7`걘N9/ =" @0`WA~w<A p ɞg_y|5<z,9W~҂GK6DZ 9{ڣ 4?(ZuFڞH z>zXMc~e $ W6swa)S:>Ejͣ;i*-mOq:!B \Ԓj;aS4;duf[ 4 @JCIL|iӬ,F];]uY0|IGj7 ڬJ 0¼QSǬ*4\Zxmѽpfк,&rKƮ\Q ʪt)@b,zKΆ ,苝f4 Yj # ] MhJ EQE4RӨTRZ մ#tuͷD^KOQ `U7Mtn Vܺʼ!h'0 yKɈз  AʉggmS ,˄xOչʰ١k p. ⚺8GH  2Џc!NQ;*?"VXl?[⫱ۡ?˻=NF ߃r=֫* ̲.\|[lb"L'-B-|=:L6 雓*~s(nqVN!p#8}߾睊>>~jsO[$^:|=j)C"Ўz7B")` [Y!_ީ{﹚gh;lqn`)NDꪮ3@%‚`h>N~饡^類a> 9ﬞ$mA^> (N.*~{:Ю .@ީ>:o\[~Vt)}W敉#Wv´6NAe1O!?: XGuWAʃGZgTUtȃĄw]U WHOE"_Y$үUq5$Kr@_YDgY zSœWS p O$fY pY9  1 2@3 @  2@  %10—Śʓ Ը  %0˃ 2#%4Ԕȸj~&Ȼp P/-0rF\$>Lp ,AB*$iI X4s&mN\R偞j@`,J|@7.TQj`Jor]Po#Țe֮G[b.ڥMJX<\DFԨo.@XelKs %ئBiI4" @ul| 2  =xT@=Ya=9 `{A7(G> {b7`F@ H|Px z tR JR{P]{%FBRTH @pÇI98>X|7)Z@B#w2*(&AG\va(dJnޖ ֨ p#.IP }iŒ7<@ $@P䤕.*yjFx`Xi8v]fj(&PXd:$w3&(f, םab%I1R; Zmc 7@ &]Uȹ#G$z}/. ﳑP&7h{)`E@/r[)dz r#Sz#V+1](A9OgP,9VRJ~ aYw>#,IY ^P#%P^KlvJ`@|  w|?ވ? VWngmwB~.:{nzЦ^꩷XI3 'p8@{ 97J<$yBV%/@轏5$4IMDFR ĝ*Mwz̧>߉Û'qNv AA9{u(Ѐ}d(5sۜf0Y>d=-|`vRU<@tsD}ʤ%Fm:B>zWuun;9-PK!]YyZ ;PK Et.Ne(skin/classic/messenger/icons/junkBar.gifUT z>dSDDUxGIF89a3f33ff33ff3ff̙̜f33YYee33fttҙ֎ڝ߫䙙̸ff33f3ff3f̙̙3f3̙ff3f3f333fff33ff̙fff333!E,EE@DD7DCBD1,D*"D,D/+?*$?:D+-CC<5@'((EB:1C@49+->D<19B30).D@D9=1 D!%<2D 8;18D#&:lp#fਁÇ#6Б|TÇ+Z|XcANt >(DF1tA BQ7@D#ġEMD>0@X@ 'LpЀ &red "|Amԑg;]>1`x1ֿ )*^Lo ;PK o=, 2skin/classic/messenger/icons/thread-closed-eye.gifUT W{ |}_R<;PK o=,x=C#§0Gy@>Wvރ RZ;PK o=, 7skin/classic/messenger/icons/thread-closed-offl-eye.gifUT W{ |}_R<;PK o=,x=C#§0Gy@>Wvރ RZ;PK o=,P6skin/classic/messenger/icons/thread-new-closed-eye.gifUT W{ |}_R<;PK o=,E1skin/classic/messenger/icons/thread-open-kill.gifUT Wx=C#§0Gy@>W˝ҶX0 M*gt)l;PK o=, 5skin/classic/messenger/icons/thread-open-offl-eye.gifUT W{ |}_R<;PK o=,E6skin/classic/messenger/icons/thread-open-offl-kill.gifUT Wx=C#§0Gy@>W˝ҶX0 M*gt)l;PK )+%0skin/classic/messenger/icons/server-news-new.gifUT ~ ~>ħ qY3q]no\8; 1_j O,f@15v /?^q=A/ߟ1} @2k#Ac<##a@j.XS@ `ߐY?@1뛟/OvAFE_1s~o?~"ʢw90`(1h X ~fP~ ,>|~u!.i$I |`?0ZLcv`&в_fq]k/KÍj eo1r^`.Yo ~Æ(v\P̜qds,m=R #"O02a|O3o~ގ/2&}Y@,|$cASC Õ?ʰrܢ{=֞0k؁Xς<@hх.^2[0a{w{` 0jY:lwvÔֳ @d!~>> ] B| ^fx37+++l>)szd9<=y{˯^c ;-+8s>03<~AAFR 00|Z $.ȩ 6@΃MyMv~ĤT f 7zzV e,(ݹo0e0Tecbcfdd`_p C+(QrbXPP\72|k &Z l$%䀾/@aC G_fcgx@@}S ,*h 3?/110}fn= 5UEy2k~C]DT9$ (pqq /_2ؙ3 3<}0=~a# ‚ jJ @@d/Vl ""o QP'GfV_`v$.v ÅaG]d+n.`02?}AQ^ANN`qaap@-`x1.;0 mf E`jdxGOL J `= '+pjj B Z _a#"ӧ^ 00(HK13|çxH_߀; ~`:+dL"'Lݑgl` *& l05A,fA>Ə,L rq3D1tաĈ@dLm4tfc/+3BPnٳhýK~@|t@h8_A\-ap1R; &0A p6N@H% (xE%@>52a- _fb1d@ PKA6vYEEy%e)iYe55A?k$ƕ+@@x-ڳgXmc. * Portions created by the Initial Developer are Copyright (C) 2001 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Joe Hewitt * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); treechildren::-moz-tree-image(GeneratedName) { margin-right: 2px; list-style-image: url("chrome://messenger/skin/addressbook/icons/abcard.gif"); } treechildren::-moz-tree-image(GeneratedName, MailList) { margin-right: 2px; list-style-image: url("chrome://messenger/skin/addressbook/icons/ablist.gif"); } PK r.,l3skin/classic/messenger/addressbook/addressPanes.cssUT  ?dSDDUx/* * The contents of this file are subject to the Netscape Public * License Version 1.1 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * * The Original Code is Mozilla Communicator client code, released * March 31, 1998. * * The Initial Developer of the Original Code is Netscape * Communications Corporation. Portions created by Netscape are * Copyright (C) 1998-2001 Netscape Communications Corporation. All * Rights Reserved. * * Contributor(s): * Joe Hewitt * Seth Spitzer */ /* ===== addressPanes.css ================================================ == Styles for directory pane. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: directory pane icons ::::: */ treechildren::-moz-tree-image(DirCol) { margin-right: 2px; list-style-image: url("chrome://messenger/skin/addressbook/icons/addrbook.gif"); } treechildren::-moz-tree-image(DirCol, IsMailList-true) { list-style-image: url("chrome://messenger/skin/addressbook/icons/ablist.gif"); } treechildren::-moz-tree-image(DirCol, IsRemote-true) { list-style-image: url("chrome://messenger/skin/addressbook/icons/remote-addrbook.gif"); } treechildren::-moz-tree-image(DirCol, IsRemote-true, IsSecure-true) { list-style-image: url("chrome://messenger/skin/addressbook/icons/secure-remote-addrbook.gif"); } #dirTree [sortDirection="ascending"] { list-style-image: none; } #dirTree [sortDirection="descending"] { list-style-image: none; } PK +(zz1skin/classic/messenger/addressbook/cardDialog.cssUT ~ .tree-container-treerows, #dirTree > .tree-container-treerows { border: none; } #resultsTree { min-width: 10px; } #resultsBox { border: 1px solid #000000; } #addToBucketButtonBox { min-width: 10px; padding: 0.3em; } #addressBucket { min-width: 10px; } #newEditButtonBox { padding-top: 0.5em; padding-right: 0px; margin-left: 0px; } .middle-button-spacer { width: 10px; } .above-remove-spacer { width: 10px; height: 15px; } PK +S3skin/classic/messenger/addressbook/sidebarPanel.cssUT ~ dSDDUxGIF89aff33f!,OIjx2x ^g@@gs!|]]tC48aJ"nE{3:s^]I;PK ͐+gPBskin/classic/messenger/addressbook/icons/remote-addrbook-error.gifUT #aT"PAG9Ɛw݆J*9^jp$V Zڐ@a #@eվxQT"PARtei!|k-\"- #׈"aM,vEpx&Mkv3E1; ;PK xd-{c3skin/classic/messenger/addressbook/icons/im-hov.gifUT sz=dSDDUxGIF89aff̙fff333!,sI8qC`aQB&g9nOC<~"]oXIS8XM;G(7DR \hoAЩ -~-*v!t!8;PK wd-Vԗ3skin/classic/messenger/addressbook/icons/im-dis.gifUT rz=dSDDUxGIF89aff̙fff333!,\x0>qLV*KpAg؈hfK ש6={Mn[<8Mx9p6p^Ո"yD^;PK #d /הAA<skin/classic/messenger/messengercompose/messengercompose.cssUT r7?dSDDUx/* * The contents of this file are subject to the Netscape Public * License Version 1.1 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * * The Original Code is Mozilla Communicator client code, released * March 31, 1998. * * The Initial Developer of the Original Code is Netscape * Communications Corporation. Portions created by Netscape are * Copyright (C) 1998-2001 Netscape Communications Corporation. All * Rights Reserved. * * Contributor(s): * Joe Hewitt (hewitt@netscape.com) */ /* ===== messengercompose.css =========================================== == Styles for the main Messenger Compose window. ======================================================================= */ @import url("chrome://messenger/skin/"); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: primary toolbar buttons ::::: */ .toolbarbutton-1 { list-style-image: url("chrome://messenger/skin/icons/btn1.gif"); } #button-send { -moz-image-region: rect(294px 23px 315px 0px); } #button-send:hover { -moz-image-region: rect(294px 46px 315px 23px); } #button-send:hover:active { -moz-image-region: rect(294px 69px 315px 46px); } #button-send[disabled="true"] { -moz-image-region: rect(294px 92px 315px 69px) !important; } #button-address { -moz-image-region: rect(231px 23px 252px 0px); } #button-address:hover { -moz-image-region: rect(231px 46px 252px 23px); } #button-address:hover:active { -moz-image-region: rect(231px 69px 252px 46px); } #button-address[disabled="true"] { -moz-image-region: rect(231px 92px 252px 69px) !important; } #button-attach { -moz-image-region: rect(252px 23px 273px 0px); } #button-attach[buttonover="true"] { -moz-image-region: rect(252px 46px 273px 23px); } #button-attach[buttondown="true"] { -moz-image-region: rect(252px 69px 273px 46px); } #button-attach[disabled="true"] { -moz-image-region: rect(252px 92px 273px 69px) !important; } #spellingButton { -moz-image-region: rect(378px 23px 399px 0px); } #spellingButton:hover { -moz-image-region: rect(378px 46px 399px 23px); } #spellingButton:hover:active { -moz-image-region: rect(378px 69px 399px 46px); } #spellingButton[disabled="true"] { -moz-image-region: rect(378px 92px 399px 69px) !important; } #button-save { -moz-image-region: rect(273px 23px 294px 0px); } #button-save[buttonover="true"] { -moz-image-region: rect(273px 46px 294px 23px); } #button-save[buttondown="true"] { -moz-image-region: rect(273px 69px 294px 46px); } #button-save[disabled="true"] { -moz-image-region: rect(273px 92px 294px 69px) !important; } /* ::::: special toolbar colors ::::: */ #content-frame { border-left: 1px solid ThreeDDarkShadow; border-right: 1px solid ThreeDLightShadow; } #appcontent { border-left: 1px solid ThreeDShadow; border-right: 1px solid ThreeDHighlight; } #attachmentbucket-sizer { border-top: none; border-bottom: none; } #compose-toolbar-sizer { border-top-width: 1px; border-left: none; border-right: none; -moz-border-top-colors: ThreeDHighlight; } #msgSubject { margin-top: 0px; margin-bottom: 4px; } /* ::::: autocomplete icons ::::: */ treechildren::-moz-tree-cell-text(default-match) { margin: 2px -3px 2px 15px; border: none; } treechildren::-moz-tree-image(local-abook) { margin: 2px -1px 2px 4px; list-style-image: url("chrome://messenger/skin/addressbook/icons/addrbook.gif"); } treechildren::-moz-tree-image(remote-abook) { margin: 2px -3px 2px 2px; list-style-image: url("chrome://messenger/skin/addressbook/icons/remote-addrbook.gif"); } treechildren::-moz-tree-image(remote-err) { margin: 2px -3px 2px 2px; list-style-image: url("chrome://messenger/skin/addressbook/icons/remote-addrbook-error.gif"); } .identity-popup-item { -moz-binding: url(chrome://messenger/content/messengercompose/mailComposeBindings.xml#fromMenuitem); } .composemenu-text-2 { font-style: italic; color: GrayText; } PK z,4skin/classic/messenger/smime/msgReadSecurityInfo.cssUT c,ơ;;H>>K--6::E11:JJWLLYFFRAAL44=MMZCCNQQ^PP]99BOO[==FΌFFOIIRLLUOOXNNW38nSZ\abfŤ଱%-{FMelowņܗdfdΜ$ICZW7HS`5ɸ%CĨ"U׷'0Le[޻DPǮ[ţ=ֳLQѧI̦SM×:O9ɍ6m1BkAfd`-Ł=֒LQ^tA_<{)bKNf$u6u$7KQTc(T&2C;c*% ( G.?,D0 3+ m  j(&6320w?>42`=;bNN{55ooX((!,\i H*\ȰB#:Hʼn_h܈Q ?N"fAxǟHS`AG9\x< \ H8|'HDD"E0t$$ IL⦞,d%-L"&8щ MC)QР)O CR\%+[iHW”,i1hr KeƂ0F1V]Y'3M\;L49Mjl׸f? Ie7MpB G9wis3h x?6 rOy&0wģBh<@?Ї$"|8?`X49P% d؆8汆C/BTZ#@SЕw'M鶲zaC_ZсsU¨^oE1ؤҎB^qx@U8( h1@`G1GBl!-8ԛ-Ac6m'%xBVΊS\4sTV R8_UiW^ql< xP\"_\Uas)&NMO@Qrq&׶ ?S$cVAVr7uG1Xxݚ)]DA@g')49cC(B&}hڣ><ÿNv}YcG^ 8} 6w{bu\v0Z'5i1$_\ustL; 7~j`^:{wȇ052?O^R:/*WzUr#_s\[4uso9|?lgr! AH  ` 0@8̰h  x Ѐ`0 ( !0 0 @  ' a/ 1؁!70 x1D P #)L( M4h@(0 .pczȇ̐ `ȃX `)@ CаF$Xw u p{ȇ.Xȇ9a8XCxlX )0h`@P}( ( X8Rȍ ȁy*`P' 8 8 l"XH(0(zh ؈8'PX $ (* h9/iظI˰ 0H`h{ !HRYPˈ * IiH(ژ;Y 1(@x` b'@SIІP_]YD9 dX79X Xzى  qȂlZv97h{|Y(8&9Hl)0 (9 ]h 法@ H Ȗiq8 v9y'0&I )9P&hI+( lzh ک Z) $ifɕ` PiТ O*` %4tؠD(1efYK)BIH+eVO:UI 񤸙_Am<:Aj:sdz|J8*8 Ȁ ! Z&AUȇ>]腓Ѓhpuj1yPH0(>9a]ɨ* BX(ɉp **芀(ȫȈ:yW):Nhꩊ؇9䊈ȋhh،ZNH&xCyYX渍9؎0Xp:ZANqɐXJKZ' G - ")z,q"K/Yʉ)[ʔNYF^h K Bə}iVy#\Ic) HxIrḭbgKٙ Hi0&h3JɘEiV*ȉ' i RX`4I Fq+%ژ ŐKeEK` 1THW Y:ٞ{f_zɟz)HŪKp]؊-8 FZ9ھѡ'BCe3Zۜ:*噟Oi?I[K滦~Ⱦl OiiZ˦fY&ft:(z&/*3L7 .^z;|XA6ܧN;PK cz,O:/skin/classic/messenger/smime/icons/sbSignOk.gifUT , r#;PK cz,cLI2skin/classic/messenger/smime/icons/sbSignNotOk.gifUT ,>eI V0[|JV)s;~̽㸵q xa aj!;PK :, 5skin/classic/messenger/smime/icons/hdrSignUnknown.gifUT o4lt|jqN;PK cz,B5skin/classic/messenger/smime/icons/hdrCryptoNotOk.gifUT , .button-box > .button-text { display: none; } .toolbarbutton-icon[toolbarmode="small"] { display: inline; } #nav-bar[toolbarmode="small"] > .toolbar-primary-grippy { display: none; } .toolbarbutton-text[buttonstyle="text"] { padding: 4px 0; } /* ::::: fullscreen window controls ::::: */ #window-controls { -moz-box-align: center; padding: 0 2px 0 4px; border-left: 2px solid; -moz-border-left-colors: ThreeDHighlight ThreeDShadow; } #minimize-button { list-style-image: url("chrome://navigator/skin/icons/minimize.gif"); } #restore-button { list-style-image: url("chrome://navigator/skin/icons/restore.gif"); } #close-button { list-style-image: url("chrome://navigator/skin/icons/close.gif"); } /* ::::: nav-bar-inner ::::: */ #nav-bar-inner { -moz-box-align: center; min-width: 0px; } #urlbar { border: 3px solid; -moz-border-top-colors: transparent ThreeDShadow ThreeDDarkShadow; -moz-border-right-colors: transparent ThreeDHighlight ThreeDDarkShadow; -moz-border-bottom-colors: transparent ThreeDHighlight ThreeDDarkShadow; -moz-border-left-colors: transparent ThreeDShadow ThreeDDarkShadow; } /* ::::: page proxy icon ::::: */ #page-proxy-deck, #page-proxy-favicon, #page-proxy-button { width: 16px; height: 16px; } #page-proxy-deck { cursor: -moz-grab; margin: 2px 3px; } #page-proxy-button { list-style-image: url("chrome://communicator/skin/bookmarks/location.gif"); } #page-proxy-favicon { list-style-image: none; } #page-proxy-button[pageproxystate="valid"]:hover { list-style-image: url("chrome://communicator/skin/bookmarks/location-hov.gif"); } #page-proxy-button[pageproxystate="valid"]:hover:active { list-style-image: url("chrome://communicator/skin/bookmarks/location-act.gif"); } #page-proxy-button[pageproxystate="invalid"] { cursor: default; list-style-image: url("chrome://communicator/skin/bookmarks/location-dis.gif"); } /* ::::: autocomplete ::::: */ .autocomplete-history-dropmarker { border-right-width: 1px; border-bottom-width: 1px; -moz-border-right-colors: ThreeDShadow; -moz-border-bottom-colors: ThreeDShadow; } .autocomplete-treebody::-moz-tree-cell-text(value) { padding-left: 15px; } .autocomplete-treebody::-moz-tree-cell-text(comment) { color: ThreeDShadow; } .autocomplete-search-box { border-top: 2px groove -moz-Dialog; background-color: -moz-Dialog; color: ButtonText; } .autocomplete-result-popup[nomatch] > .autocomplete-search-box { border-top: 1px solid ThreeDHighlight; } .autocomplete-search-engine { padding: 2px; } .autocomplete-search-engine[menuactive="true"] { background-color: Highlight; color: HighlightText; } .autocomplete-search-engine-img { margin-right: 4px; } /* ::::: go and searchbuttons ::::: */ #search-button, #go-button { margin: 0px 4px 0px 0px; min-height: 25px; font: message-box; font-weight: bold; } #search-button { list-style-image: url("chrome://communicator/skin/icons/search.gif"); font-weight: bold; } #search-button:hover { list-style-image: url("chrome://communicator/skin/icons/search-hov.gif"); } #search-button:hover:active { list-style-image: url("chrome://communicator/skin/icons/search-act.gif"); } /* ::::: sidebar splitter ::::: */ #sidebar-splitter { border-left: none; border-right: none; min-width: 5px; } /* ::::: content area ::::: */ #content { border-top: 1px solid ThreeDDarkShadow; border-bottom: 1px solid ThreeDLightShadow; border-left: 2px solid; -moz-border-left-colors: ThreeDShadow ThreeDDarkShadow; } #status-bar { border-top: none; min-width: 1px; } #security-button { list-style-image: url("chrome://communicator/skin/icons/lock-insecure.gif"); } #security-button[level="high"] { list-style-image: url("chrome://communicator/skin/icons/lock-secure.gif"); } #security-button[level="low"] { list-style-image: url("chrome://communicator/skin/icons/lock-secure.gif"); } #security-button[level="broken"] { list-style-image: url("chrome://communicator/skin/icons/lock-broken.gif"); } #privacy-button { list-style-image: url("chrome://communicator/skin/cookie/taskbar-cookie.gif"); } #popupIcon { list-style-image: url("chrome://navigator/skin/icons/popup-blocked.png"); } #popupImage { list-style-image: url("chrome://navigator/skin/icons/about-popups.gif"); margin: 6px 0px; } /* ::::: personal toolbar ::::: */ #bookmarks-button, #bookmarks-button[open="true"] { list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-button.gif"); } #home-button { list-style-image: url("chrome://communicator/skin/bookmarks/home.gif"); } #home-button:hover { list-style-image: url("chrome://communicator/skin/bookmarks/home-hover.gif"); } #home-button:hover:active { list-style-image: url("chrome://communicator/skin/bookmarks/home-active.gif"); } #PersonalToolbar > .toolbar-prefix { border-left: 1px solid ThreeDHighlight; border-top: 1px solid ThreeDHighlight; border-bottom: 1px solid ThreeDShadow; } toolbarbutton.chevron { list-style-image: url("chrome://global/skin/toolbar/chevron.gif") !important; } toolbarbutton.chevron > .toolbarbutton-menu-dropmarker { display: none; } PK G+~6c&skin/classic/navigator/linkToolbar.cssUT ~ * Josh Soref * Tim Taylor * Eric Hodel * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the NPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the NPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /** * Link toolbar items **/ #link-top { list-style-image : url("chrome://navigator/skin/btn1/top.gif"); } #link-top[disabled="true"] { list-style-image : url("chrome://navigator/skin/btn1/top-disabled.gif") !important; } #link-top:hover, #link-top:hover:active { list-style-image : url("chrome://navigator/skin/btn1/top-hover.gif"); } #link-up { list-style-image : url("chrome://navigator/skin/btn1/up.gif"); } #link-up[disabled="true"] { list-style-image : url("chrome://navigator/skin/btn1/up-disabled.gif") !important; } #link-up:hover, #link-up:hover:active { list-style-image : url("chrome://navigator/skin/btn1/up-hover.gif"); } #link-first { list-style-image : url("chrome://navigator/skin/btn1/first.gif"); } #link-first[disabled="true"] { list-style-image : url("chrome://navigator/skin/btn1/first-disabled.gif") !important; } #link-first:hover, #link-first:hover:active { list-style-image : url("chrome://navigator/skin/btn1/first-hover.gif"); } #link-prev { list-style-image : url("chrome://navigator/skin/btn1/previous.gif"); } #link-prev[disabled="true"] { list-style-image : url("chrome://navigator/skin/btn1/previous-disabled.gif") !important; } #link-prev:hover, #link-prev:hover:active { list-style-image : url("chrome://navigator/skin/btn1/previous-hover.gif"); } #link-next { list-style-image : url("chrome://navigator/skin/btn1/next.gif"); } #link-next[disabled="true"] { list-style-image : url("chrome://navigator/skin/btn1/next-disabled.gif") !important; } #link-next:hover, #link-next:hover:active { list-style-image : url("chrome://navigator/skin/btn1/next-hover.gif"); } #link-last { list-style-image : url("chrome://navigator/skin/btn1/last.gif"); } #link-last[disabled="true"] { list-style-image : url("chrome://navigator/skin/btn1/last-disabled.gif") !important; } #link-last:hover, #link-last:hover:active { list-style-image : url("chrome://navigator/skin/btn1/last-hover.gif"); } PK -#-Ϡ55#skin/classic/navigator/pageInfo.cssUT n=eSDDUx/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is Mozilla Communicator client code. * * The Initial Developer of the Original Code is Daniel Brooks. * Portions created by the Initial Developer are Copyright (C) 2001 * the Initial Developer. All Rights Reserved. * * Contributor(s): * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the LGPL or the GPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ @import "chrome://global/skin/"; tree { margin: .5em; } textbox, textbox > .textbox-internal-box, textbox > .textarea-internal-box { background: transparent !important; border: none; padding: 0px; -moz-appearance: none; } textbox.header { margin-left: 0; } .iframe { margin: .5em; background: white; overflow: auto; } #thepreviewimage { margin: 1em; } .fixedsize { height: 8.5em; } PK N+ +D%skin/classic/navigator/btn1/first.gifUT  _;PK yR,n%skin/classic/navigator/icons/btn1.gifUT q|TGK^jw(O_~ @hG% e 6`B.  SN'&@ JM!ea':D u8R &])Xׁ$( AJ*ZHAjiK 8RF&ߨ/|~S&R(j:Үr k [Sױ= ժE T&1,HAfJTV[O7J7 &d)[juwɴ]`j5h!P҅MWmz ,^L=,ɮK1Dߥ몧 +rOu\gDr<\17PDu3_}]4}Ms|Q>t!v\W-0:ŨD8!ඉD/$,֍0vx-gcwdtfavRi5^ig㔋Mᣜ/'dA.^کT 'AUj]D*;S&8ze#"cZ#7JeRg)I G)]7B tۆ/`^>_t?`PS @@T 0 BS h@"A!CD, x:Ă#Hd&#̡;@| qŇwāL" )H0$aB`!"2P`E*NqV@E(F1>0^! @^%Nkqta$ R':?w&S'6yOs7$`H< @ }:~(6AKr31 PN$O:ȔQ(Җp;M * cB*r~Yh_D@]`xFS%4!m_UwְRyN4X8OL3̱̄S{ReW<=E.y:,@#B䋬d'KZ ;PK :S,ݾv55)skin/classic/navigator/icons/minimize.gifUT seSDDUxPNG  IHDR&/gAMA7tEXtSoftwareAdobe ImageReadyqe<IDATxb?2x F{t1t @L vW1?P(8\hȰb#?(Q F)+98{W <8ۛ U0f3xIpCɄ1@E61h970|~y, $}  ar+ Ä>  X\RAu-ׯ_?Ѐ%+C/^205B a```߯ /C @m4C@5T]} N^q1?-ör @AW6(  8/%  8z p_@L@ЏCQ[^5 0ب33|n`Q#L@  Ç7{}g`c?O_i"L N0|o_gy0 oc$[,@p~aӅ0luA?~ pŁO_1Hs'P p &Gu,t=L ppRC<`x`ⅢWIENDB`PK [y.%SŦ-skin/classic/navigator/icons/about-popups.gifUT M >eSDDUxGIF89a&!BBBINYkuԄ{{{ƽfhj049μϥQZYY޲]NJ҂ռŘ{ўͳvcƥv#>TsZ{1R9W+p!,&@` dh$&RhTJϬuؼr/8S峘(>l7휛XbdW^KhJ[`XaeY|QxhbFWcH, #%+ [aƔrnJkplלW    ϢР{ЛztwJ(AÇ#J 0!捲3ih_>1Rj"[oNISb 6Jٲ~uzTFTؒ|bBH0WbݪU(|h2 t͐pFx˷ߺ L8ˆ>!K~ !Sެ iӇ^ͺװU'ڸ1ܾw h `#Onù(ر_aËO*8X 9@`"_0}%0Ty=y>(a>ԅ!$:@ŧ`@ `"LA $\ ':PBX8!L`!Q@~ݒX64aYr̸f xpbt'Ed$*eDX|czhQAE`VꞘ9 # ,8`]|$>TPZ 8BNu tS(j ABZZ|ǵt z) ͩ@_(VAJ8h PZa aJFܸǞ*i{ lB"{Wh?X^PeS {RCT/CxI0 vp 8=ŀ 2κQO"+>7Q; ,A @073=w9!B«R(3o21ӐE@|m~کpڢ)* 4 `Pȸ]fY-8!}@ԫ`Lt 7R %" NB;CnEBPqOlu *Հ< uȯ"8 @2@|.sFNfN7-o3 !;PK [0&eEE&skin/classic/communicator/contents.rdfUT /?@bSDDUx PK [0ܨ^099 skin/classic/editor/contents.rdfUT /?@cSDDUx PK [01չ??#skin/classic/messenger/contents.rdfUT /?@dSDDUx PK [03y4??#skin/classic/navigator/contents.rdfUT /?@eSDDUx PK <,3skin/classic/communicator/cookie/taskbar-cookie.gifUT D-=XTDDUxGIF89a   +05LSZ),/ajrMYcv|repyéȳۨ,4:fvAJQzaksfovǰſhzv3:?GNS!&)̦FAJEKF`\8okIqLFOJ"QL$WR+UP*YT.]X2c^9d_;idAojHupOvqP갃`췉go•vʻUO(_Y4|wW}xX}߿qqqVVVOOO???***!, ! T5hӇ=h̐3ҀZ48 atELwhxK8&XSrL-(I8@(E5*p!B`FF<$( Cl9sD X!GD#HXA9x lS@.(HHG)H0#@I%ԉb@-J&7ɓҦ!er;PmÍ;PK 0ȃ'62skin/classic/communicator/cookie/status-cookie.gifUT 1r@XTDDUxGIF89amĤDB椄LNL䬦ljL$"DԤdjt\V,dv܄dtTN$TVT|vT  ̬,6<䜪,*,|~|ܔtLR\trtlfD켺dbĄ42d LJ$DJTtrLd^<쌊tTN,~dԴ<><䤮,24tʼD"LF꬜䬪$&,dnt\Z4lzl|LZd|z\4:<䬮,.,|dr|df| DNTtrTTR,䌚wwh}w$3;$wjD wP2 wxV  w T(wl[w]9QÀU}IZ*(~SV) Vܢ7Y0@@.̀#p 4gZ@'#q\x3GQVX!:7䊫Y4_(&@>lB{=f5_|aV\V"Wn~JC/<0UPF>&TE8@Wf|9pI9bWrl|@P :L'j8 3ظ7Ao@)%_=2è)L#b,|9~`![P0PЯZ(2w,V:Q qWjVDZdPq|14Mnx7>ڬX1$0d1}kR֚0HNzYM5鱎wݞ{M_U+L$/u7/;/}'LY}އ/~>ǟT U ;PK ZAX" GTwX zlW uiܾ~ Qjw 8_B @<0b?l`rg<\(' ,XmfV/8LAl֮ÖM۫s7,2;PK }UxPK ( -:[& & % skin/classic/global/progressmeter.cssUT7SV=UxPK ]-1iq  iskin/classic/global/radio.cssUTEAUxPK Z1a" wskin/classic/global/scrollbars.cssUTo3AUxPK +s! skin/classic/global/scrollbox.cssUT9~ UxPK ]-16SS& Ayskin/classic/global/globalBindings.xmlUTEAUxPK h,O skin/classic/global/preview.gifUTȿBB- Lskin/classic/global/menu/menu-check-hover.gifUTE~ UxPK +cςDD' skin/classic/global/menu/menu-radio.gifUTE~ "skin/classic/communicator/bookmarks/bookmark-folder-button.gifUTT#z:UxPK (7&>> [skin/classic/communicator/bookmarks/bookmark-folder-closed.gifUTR9UxPK B+v]@ qskin/classic/communicator/bookmarks/bookmark-folder-disabled.gifUT;;UxPK (Ld'< skin/classic/communicator/bookmarks/bookmark-folder-open.gifUTR9UxPK r,耡6 skin/classic/communicator/bookmarks/bookmark-group.gifUT !skin/classic/communicator/bookmarks/bookmark-item-disabled.gifUT;;UxPK -E*!K}}= a"skin/classic/communicator/bookmarks/bookmark-item-updated.gifUT]~:UxPK (nopp5 N#skin/classic/communicator/bookmarks/bookmark-item.gifUTR9UxPK {0h4@ 1 &$skin/classic/communicator/bookmarks/bookmarks.cssUT-w@UxPK b409G G 7 2skin/classic/communicator/bookmarks/bookmarksWindow.cssUTw @UxPK  )Ѯ3 ;skin/classic/communicator/bookmarks/home-active.gifUT9UxPK  )n$2 <skin/classic/communicator/bookmarks/home-hover.gifUT9UxPK  )<덎, =skin/classic/communicator/bookmarks/home.gifUT9UxPK +N4 >skin/classic/communicator/bookmarks/location-act.gifUT| UxPK |,r,zz5 skin/classic/communicator/sidebar/sidebarListView.cssUT7գ* ^skin/classic/communicator/icons/online.gifUT| UxPK yR,D:( Wtskin/classic/communicator/icons/btn1.gifUTq?UxPK 0+Qv  & ~skin/classic/editor/EdImageMapPage.cssUT| UxPK z6,YNs) skin/classic/editor/editorModeToolbar.cssUTMUxPK =Yj0:]>66+ &skin/classic/editor/editorFormatToolbar.cssUThO@UxPK 2+gG+ ]skin/classic/editor/icons/editmode-html.gifUT| UxPK 8 .W7> " m|skin/classic/editor/icons/btn2.gifUTK`>UxPK =D-6 33+ skin/classic/editor/icons/progress-busy.gifUT=UxPK z,՜mm+ ;skin/classic/editor/icons/progress-done.gifUT?skin/classic/global/filepicker/folder-home.gifUTx>) skin/classic/global/icons/pg-portrait.gifUT?UxPK Xr/R/ skin/classic/global/icons/pg-portrait-small.gifUT?UxPK ě,(NK% skin/classic/global/icons/tab-new.gifUT2=UxPK +\ DD, skin/classic/global/toolbar/tbgrip-arrow.gifUT(~ UxPK +B/ Cskin/classic/global/splitter/grip-vrt-after.gifUT%~ UxPK jU0m`w% Cskin/classic/messenger/folderPane.cssUT7@UxPK eq,& :skin/classic/messenger/fakeAccount.cssUTnMUxPK +&"xMM) <skin/classic/messenger/accountCentral.cssUTS~ UxPK )"(0 S( ( ( z skin/classic/messenger/messageHeader.cssUTNJ?UxPK +9Y( -skin/classic/messenger/messageWindow.cssUTu~ skin/classic/messenger/primaryToolbar.cssUTIt?UxPK Km.j' Tskin/classic/messenger/searchDialog.cssUTwq>UxPK e/U&~ ~ $ Zskin/classic/messenger/subscribe.cssUT?UxPK r. "'"'% _eskin/classic/messenger/threadPane.cssUT ?UxPK r.|22+ ٌskin/classic/messenger/threadPaneLabels.cssUT ?UxPK r.?22' 'skin/classic/messenger/filterDialog.cssUT ?UxPK =Yj0ȴV& skin/classic/messenger/messageBody.cssUThO@UxPK #+' skin/classic/messenger/icons/attach.gifUT~ ]3 skin/classic/messenger/icons/folder-server-open.gifUT~ UxPK (}1.[1 skin/classic/messenger/icons/folder-junk-open.gifUT(>UxPK (+qݪ0 skin/classic/messenger/icons/folder-template.gifUT~ skin/classic/messenger/icons/message-news-offl.gifUT%tUxPK o=, 2 ޠskin/classic/messenger/icons/thread-closed-eye.gifUTWskin/classic/messenger/icons/thread-open-eye.gifUTWUxPK ͐+gPB `skin/classic/messenger/addressbook/icons/remote-addrbook-error.gifUT#UxPK [y.%SŦ- rskin/classic/navigator/icons/about-popups.gifUTM >UxPK [0&eEE& xskin/classic/communicator/contents.rdfUT/?@UxPK [0ܨ^099 skin/classic/editor/contents.rdfUT/?@UxPK [01չ??# skin/classic/messenger/contents.rdfUT/?@UxPK [03y4??# 7skin/classic/navigator/contents.rdfUT/?@UxPK <,3 skin/classic/communicator/cookie/taskbar-cookie.gifUTD-=UxPK 0ȃ'62 1skin/classic/communicator/cookie/status-cookie.gifUT1r@UxPK Z