PK u&7FѲ "skin/modern/communicator/brand.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.org code. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Joe Hewitt * * Alternatively, the contents of this file may be used under the terms of * either 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 ***** */ /* ==== 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 !important; -moz-box-align: center; -moz-box-pack: center; margin: 6px 8px 0px 8px; border: none; min-width: 0px; list-style-image: url("chrome://communicator/skin/brand/throbber-single.gif"); background: transparent; } #navigator-throbber[busy="true"] { list-style-image: url("chrome://communicator/skin/brand/throbber-anim.gif"); } #throbber-box { -moz-box-align: start; background: url("chrome://communicator/skin/toolbar/prtb-bg-noline.gif") #B1BDC9 repeat-x top; } #navigator-throbber[buttonstyle="pictures"] { margin: 4px 8px 2px 8px; } window[chromehidden~="toolbar"] #navigator-throbber, #navigator-throbber[buttonstyle="text"], #navigator-throbber[toolbarmode="small"] { margin: 2px 4px 2px 6px; list-style-image: url("chrome://communicator/skin/brand/throbber16-single.gif"); } window[chromehidden~="toolbar"] #navigator-throbber[busy="true"], #navigator-throbber[buttonstyle="text"][busy="true"], #navigator-throbber[toolbarmode="small"][busy="true"] { list-style-image: url("chrome://communicator/skin/brand/throbber16-anim.gif"); } PK u&70bL  'skin/modern/communicator/prefpanels.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.org code. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Joe Hewitt * * Alternatively, the contents of this file may be used under the terms of * either 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 ***** */ /* ==== 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 l[7m(skin/modern/communicator/preferences.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is SeaMonkey prefwindow code. * * The Initial Developer of the Original Code is the SeaMonkey project. * Portions created by the Initial Developer are Copyright (C) 2007 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Karsten Düsterloh * * 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 ***** */ /* Styles used by all preference windows and panes of SeaMonkey */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: Main Window ::::: */ prefwindow { padding: 8px 10px 0px 8px; } PK u&7F)skin/modern/communicator/tasksOverlay.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.org code. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Joe Hewitt * * Alternatively, the contents of this file may be used under the terms of * either 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 ***** */ /* ==== tasksOverlay.css ================================================ == Styles used by the the overlay which contains tasks related == content, such as the taskbar and product launcher icons. ====================================================================== */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: communicator product icons ::::: */ #mini-nav { list-style-image: url("chrome://communicator/skin/taskbar/navigator.gif"); margin-right: 2px; } #mini-nav:hover:active { list-style-image: url("chrome://communicator/skin/taskbar/navigator-act.gif"); } .icon-navigator16 { list-style-image: url("chrome://communicator/skin/taskbar/navigator-16.gif"); } #mini-mail { list-style-image: url("chrome://communicator/skin/taskbar/mail.gif"); margin-left: 1px; } #mini-mail:hover:active { list-style-image: url("chrome://communicator/skin/taskbar/mail-act.gif"); } #mini-mail[BiffState="NewMail"] { list-style-image: url("chrome://communicator/skin/taskbar/mailnew.gif"); } #mini-mail[BiffState="NewMail"]:hover:active { list-style-image: url("chrome://communicator/skin/taskbar/mailnew-act.gif"); } .icon-mail16 { list-style-image: url("chrome://communicator/skin/taskbar/mail-16.gif"); } #mini-addr { list-style-image: url("chrome://communicator/skin/taskbar/addressbook.gif"); } #mini-addr:hover:active { list-style-image: url("chrome://communicator/skin/taskbar/addressbook-act.gif"); } .icon-addressbook16 { list-style-image: url("chrome://communicator/skin/taskbar/addressbook-16.gif"); } #mini-comp { list-style-image: url("chrome://communicator/skin/taskbar/composer.gif"); } #mini-comp:hover:active { list-style-image: url("chrome://communicator/skin/taskbar/composer-act.gif"); } .icon-composer16 { list-style-image: url("chrome://communicator/skin/taskbar/composer-16.gif"); } /* ::::: component bar ::::: */ #component-bar { padding: 1px 3px 0px 3px; } .taskbutton { margin: 0px 3px; border: none !important; padding: 0px !important; } PK u&7  #skin/modern/communicator/button.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.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 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 ***** */ /* ==== button.css ========================================================== == Styles for special buttons in the Communicator suite. ========================================================================== */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: large toolbar buttons ::::: */ .toolbarbutton-1 { min-width: 50px; color: #323642; font-size: smaller; } .toolbarbutton-1, .toolbarbutton-1[type="menu-button"] > .toolbarbutton-menubutton-stack > .toolbarbutton-menubutton-button { -moz-box-orient: vertical; -moz-box-pack: start; border: none !important; padding: 0px !important; } .toolbarbutton-1 > .toolbarbutton-text { min-width: 50px; } .toolbarbutton-1:hover:active { color: #FFFFFF; } .toolbarbutton-1[disabled="true"]:hover:active { color: #9399AB; } .toolbarbutton-1 > .toolbarbutton-icon, .toolbarbutton-1[type="menu-button"] > .toolbarbutton-menubutton-stack > .toolbarbutton-menubutton-button > .toolbarbutton-icon { margin-bottom: 2px; } .toolbarbutton-1[type="menu"] > .toolbarbutton-menu-dropmarker { display: none; } .toolbarbutton-1[buttonstyle="text"] { min-width: 46px; } .toolbarbutton-text[buttonstyle="pictures"], .toolbarbutton-icon[buttonstyle="text"] { display: none; } .toolbarbutton-menubutton-dropmarker[buttonstyle="pictures"] { margin: 20px 0px 0px 40px; } .toolbarbutton-menubutton-dropmarker[buttonstyle="text"] { margin: 8px 0px 0px 40px; } /* ::::: standard toolbar buttons ::::: */ .button-toolbar { -moz-user-focus: ignore !important; margin: 0px; } PK u&7)ha$skin/modern/communicator/toolbar.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.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 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 ***** */ /* ==== toolbar.css ===================================================== == Styles for toolbars that are used throughout the Communicator suite. ====================================================================== */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: toolbar-primary ::::: */ .toolbar-primary { -moz-binding: url("chrome://communicator/skin/toolbar/toolbarBindings.xml#toolbar-primary"); background-color: #B1BDC9; } .toolbar-primary-holder { background: url("chrome://communicator/skin/toolbar/prtb-bg-line.gif") repeat-x top; border-top: none; border-right: 1px solid #95A0AD; border-bottom: 1px solid #95A0AD; border-left: none; } .toolbar-primary-holder[buttonstyle="pictures"], .toolbar-primary-holder[buttonstyle="text"] { background-image: url("chrome://communicator/skin/toolbar/prtb-bg-noline.gif"); } .toolbar-primary-icon { width: 77px; height: 50px; background-repeat: no-repeat; background-position: top; } .toolbar-primary-icon[buttonstyle="pictures"], .toolbar-primary-icon[buttonstyle="text"] { display: none; } .toolbarbutton-1[buttonstyle="text"] > stack > .toolbarbutton-menubutton-dropmarker { margin: 0px 2px 0px 38px !important; } .toolbarbutton-1[buttonstyle="text"] > stack > .toolbarbutton-menubutton-button > .toolbarbutton-text, .toolbarbutton-1[buttonstyle="text"] > .toolbarbutton-text { margin: 5px 0px !important; } /* ::::: toolbargrippy ::::: */ .toolbar-primary-grippy { -moz-binding: url("chrome://communicator/skin/toolbar/toolbarBindings.xml#toolbargrippy-primary"); border: none; background: url("chrome://communicator/skin/toolbar/prtb-grip-mid.gif") repeat-y; list-style-image: url("chrome://communicator/skin/toolbar/prtb-grip-btm.gif"); } .toolbar-primary-grippy > .toolbargrippy-texture { width: 13px; height: 0px; list-style-image: url("chrome://communicator/skin/toolbar/prtb-grip-top.gif"); } .toolbar-primary-grippy > .toolbargrippy-arrow { margin: 0px; width: 13px; height: 10px; list-style-image: inherit; } .toolbar-primary-grippy:hover:active { background-image: url("chrome://communicator/skin/toolbar/prtb-grip-mid-act.gif"); list-style-image: url("chrome://communicator/skin/toolbar/prtb-grip-btm-act.gif"); } .toolbar-primary-grippy:hover:active > .toolbargrippy-texture { list-style-image: url("chrome://communicator/skin/toolbar/prtb-grip-top-act.gif"); } /* ::::: toolbar-primary separator ::::: */ .toolbarseparator-primary { margin: 0px; padding: 0px; border: none; width: 18px; background: none; } PK d>7#_  $skin/modern/communicator/dialogs.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.org code. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Joe Hewitt * * Alternatively, the contents of this file may be used under the terms of * either 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 ***** */ /* ==== 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"); PK u&7E66(skin/modern/communicator/helpOverlay.css/* modern help is styled in its own help component */ PK u&7 \\$skin/modern/communicator/smileys.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is 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): * * 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 ***** */ /* ==== smileys.css ==================================================== == Style rules to bind smiley image types generated by editor and the mozTxtToHTMLConv == into skinnable images. ========================================================================== */ @namespace url("http://www.w3.org/1999/xhtml"); /* ::::: 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"); } /* surprise */ 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 u&7t )skin/modern/communicator/communicator.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.org code. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Joe Hewitt * * Alternatively, the contents of this file may be used under the terms of * either 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 ***** */ /* ==== 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/toolbar.css"); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: 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"); } /* ::::: spell checker ::::: */ .spell-suggestion { font-weight: bold; } /* ::::: 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 u&7bb=skin/modern/communicator/bookmarks/bookmark-folder-closed.gifGIF89a)P[eθ붽뒟&-;#,^ju|DMYDPY4=J'0;5>LR[f$!D2000 Netscape Author: Marlon Bishop Icon Design: Iconfactory !),spH,GR Ph@"t E00WBڌ@HTFyy''zO_a `bd  "!&z)MCA;PK u&7UU:skin/modern/communicator/bookmarks/bookmark-folder-dis.gifGIF89a啕㙜ɾ!?,rpH,GRP`  p@$ Fx@JH&sF)?*yO_a~`bd !"#y?MCA;PK u&7 ;skin/modern/communicator/bookmarks/bookmark-folder-open.gifGIF89a;R_j븿딣ֽͼ)1>~zɛ&8@NamyIS]z럪◤놔|桯ߒzㅎ!D2000 Netscape Author: Marlon Bishop Icon Design: Iconfactory !;,pH,GRPhy$s048Ɔ ^Aq,KJ!rJ(3 +1~O,$ hs;4'~N*7%50:.#N)9-6BMA;PK u&7,5skin/modern/communicator/bookmarks/bookmark-group.gifGIF89aֿͼ˳ǯaluR^fLV`=GP)1=(!,d %N9.:A@[C`@FGPH|0v#NtBB;4Xwdt ߰1q$#uu5y{45"{.'!;PK u&758skin/modern/communicator/bookmarks/bookmark-item-dis.gifGIF89aR^f띩ֿ˯()1=LV`=GP۳alu!D2000 Netscape Author: Marlon Bishop Icon Design: Iconfactory !,= %digd+"&r x1Vh8 QCKDd d$<ϲ;PK u&7I <skin/modern/communicator/bookmarks/bookmark-item-updated.gifGIF89aR^f띩ּ=GPǫalu(䯺LV`)1=!,L Xe;̂0P߬[@H .G XAɕhB8FԂ04)PpҢa 'T;PK u&70c  4skin/modern/communicator/bookmarks/bookmark-item.gifGIF89aR^f띩ֿ˯()1=LV`=GP۳alu!D2000 Netscape Author: Marlon Bishop Icon Design: Iconfactory !,B %di'$+,`Gq$!bD5D@! V` # :͖;PK u&7o+skin/modern/communicator/bookmarks/home.gifGIF89a%?Mپ䡰/HVՒטڿջߺ圬دڿ钟~ھֿ۽ҸнؼCZgۺϷ䰼ȱվu@Wexs]rĜsgy͔ח㙨ԻMdrޣE\jx״˃E[jTjxl}?VdD[iگoܻҺҹѬܪÛq氼ɮI`nmOetحfx\oz޴G^lCZh׶|}䰼iz僓BYgֲȲj{޼ӵ˴̳ʵ!,%@2@ff/,a!A vac01HD8dđ81d<`ΐ^P(!@@8P@4u#:~8GD.E"f xV 4B@@C=NI XBJڧ*LlC<(Vb!!ĮE;B31Q *kj 6l1kˆ \5e1q@\4h@.)raJ#Å B/KJ"1*Tʏ!.2`np  L @(s` IA8@2:@@C S - ('2A/8R  X(0Dd0F 9h;PK u&7Z880skin/modern/communicator/bookmarks/bookmarks.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.org code. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Ben Goodger * Josh Soref * Joe Hewitt * Dan Cannon * * 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 ***** */ /* ===== bookmarks.css ================================================== == Styles specific to widgets containing bookmarks. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: bookmark 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: #808080; margin: 0px 5px 0px 5px; } treechildren::-moz-tree-cell-text(Name, separator, selected, focus) { color: #FFFFFF; } PK R7/7skin/modern/communicator/bookmarks/bookmarksToolbar.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.org code. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Ben Goodger * Josh Soref * Joe Hewitt * * 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 ***** */ /* ===== bookmarksToolbar.css =========================================== == Styles specific to bookmark items in a toolbar. ======================================================================= */ @import url("chrome://communicator/skin/bookmarks/bookmarks.css"); /* ::::: bookmark toolbar buttons ::::: */ /* ..... bookmark items ..... */ toolbarbutton.bookmark-item { cursor: pointer; min-width: 0; max-width: 10em; } toolbarbutton.bookmark-item:hover { text-decoration: underline; } toolbarbutton.bookmark-item[container="true"], toolbarbutton.bookmark-item[container="true"]:hover { cursor: default; text-decoration: none; } /* removes border from non-container bookmark items */ toolbarbutton.bookmark-item:not([container="true"]):hover, toolbarbutton.bookmark-item:not([container="true"]):hover:active { border: 1px solid transparent; } toolbarbutton.bookmark-item[disabled="true"] { cursor: default !important; text-decoration: none !important; list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item-dis.gif") !important; } toolbarbutton.bookmark-item[disabled="true"][container="true"] { list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-dis.gif") !important; } .bookmark-item > .toolbarbutton-icon { width: 16px; height: 16px; } .bookmark-item > .toolbarbutton-menu-dropmarker { display: none; } /* ..... drag and drop styles ..... */ toolbarbutton.bookmark-item[dragover-left="true"] { border-left-color: #000000; } toolbarbutton.bookmark-item[dragover-right="true"] { border-right-color: #000000; } toolbarbutton.bookmark-item[dragover-top="true"] { border: 1px solid #000000; } /* ::::: bookmark menus ::::: */ menu.bookmark-item, menuitem.bookmark-item { border-top: 1px solid transparent !important; border-bottom: 1px solid transparent !important; } .bookmark-item > .menu-iconic-left > .menu-iconic-icon { width: 16px; height: 16px; } .bookmark-group { list-style-image: url(chrome://communicator/skin/bookmarks/bookmark-group.gif) !important; } menuitem.bookmark-item[disabled="true"] { list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item-dis.gif"); } menuitem.bookmark-item[disabled="true"][container="true"] { list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-dis.gif"); } /* ..... drag and drop styles ..... */ menu.bookmark-item[dragover-top="true"], menuitem.bookmark-item[dragover-top="true"] { border-top: 1px solid #000000 !important; } menu.bookmark-item[dragover-bottom="true"], menuitem.bookmark-item[dragover-bottom="true"] { border-bottom: 1px solid #000000 !important; } menu.bookmark-item[dragover="true"] { background: #424F63 !important; color: #FFFFFF !important; } PK u&7W d$$6skin/modern/communicator/bookmarks/bookmarksWindow.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.org code. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Ben Goodger * Josh Soref * Joe Hewitt * * 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 ***** */ /* ===== bookmarksWindow.css ============================================ == Styles specific to the Bookmarks Manager window. ======================================================================= */ @import url(chrome://communicator/skin/bookmarks/bookmarks.css); PK u&7b$-0skin/modern/communicator/brand/throbber-anim.gifGIF89a 99SS|uzccRR;;fYYghƫ++xzhII--ewHHȐXXNN슊֓jjtvХ玒acUUܴEEAAKLӋEE@@NNjkKK55ī鶾lpj~܍ý҃WW77{}orHH==½^^WXuvשֹBBȬVY&&չޚPPݗϿ᮱֒㕘ɀrKK㤪·//Ѱԑǽ憎ݸ꒟oŏLLԚ^bffܞOPflggٜ99\]᧧߾ধ嵵ႉʦ\\PPьټܶͶͷqr))&&12Z[HHKMHJ&&~´ʷKKķղ鱽! NETSCAPE2.0! ,  H*\0_@#"aub SQtxm술e$$(PD?LkH D.q3N9yq +@'&; ?/L$HBB@Ib<~&ӊ%u["D~x\:fA^/aj=X;BhAX1ʂjQblG2| A?ڢ;֊lj kB Z  {neVCuA@h0,1wnH #Fl @0q@P܃>€4 0K78Tq! x G\@'ZbI9Pʊ+FU#p/È(U0 %AyIH "5rL a<8Nh'#\p'j\UH88_)# g\4s!&h0ɤ!Ap,xC4# Iɲ˗0cʜPکvlyi R7[C Ȋ3PWF8b0Pn@BG Y{9Jhʑ=ke\] CH X0aA9LE )-bQ/ f B\m0 ! , H E"7xH0a$3jȱǏ C̘`QBGnv!q[20@7#qR3L(ea@`S^jJ5kY!ub\>lvkVɃ5N8S)Dܳ%N8F R:Hс<ʔIVEA&aG"N듌xn)ݐF> ! , H*\ȰÇ#JHł(" U\"נ- ܐ F4Уf xB`̅$Р񠌄0 gZ&aVXC1`HV8sF'`&1gͿ+0I D'"~83F`RR.\x !bDM `bEv @Ͳ! , H /*\â #.2'3d%F$\ (x ei2?+VD @7D eA jLQHa#΃@KaҦe*V,;&1bzO+0If ¬+8Y# FH !,8uo%rc|!B I/X.¥MLS1Mȓ+! , Hp f͖\p+ZjHq!Q9-u4(IH^ 94$H+=cX5.ZF%h ^5`Z@KxA]RR! V*S_3^!J? nơ@B|==!LXEm*L ,s&.9cAFع!ӨuO"۸s+5`gHotj! , HPƿ}AÇ-ċ"Ə8I2II. e%'M:w /0hY 爈#)%hw%$CDw *0,XĹB6]A⇷gcd,KbQ%آb@! , H aÄ~h@ "&K;wxi(CCUϿ+C%B WYI6 bA%B^ *Rq85{PxcQ(~` !bvsa#Aҵ{@6ɯÈU!)sE8.3ǀ0, ǀlE3oXE ,F: fhQ& 0NM'NpxLHN:ˀ! , Heqt(ÂxD LCX"B>x);a Ї^( ~-ʿgxx%I>x`%q,^<#T`&@StJٳg?$5DI+)ϧjZIV6Oj0aR gX(CBǍTv!e&ҹ k8"UⵅdT EJf`BmY*! , H!7$ÂyyEx ZbBUWyA8O ,)j52 $J(;ċ;ϡRd J+VJbC;%_d_ *`ˉ84hppD0(r[LwbSjJ0Fh7̿E BOT0B0Aa՜FYw"t2T=DdjL q&acQENI&:'ZCPӁd :% ~DqJ #rrP wx$-'R08Hl@ɥ6zoϟe5n@d$?^B`!\d58?%Jh;*'ʕ  '͢,E)*^c%?/^zaH9>}U\hW@! JDJ:0 p 2aXqB.1RS%!L2T0Ö3FxYSǗ+X؂ՠQ(1P3qRpx֬/ "?v0Zb082!j 8CˁH@"x:ujq-: ! ,  H@pE5n !K-YRb 5̣/8EY?,w1;9xТ xL!gDʤ4Hy470Hpl//|ఢ3,Q\+Vb/A"rRHA rz5(2q3t1im: #*(Hm! , Hɇ!A Q1r!Q`iEIyPG`!) Կ+Q Ëi CC 90\:YD0İ("a/ V+G2|*[p^!rpP,ٝR|@_iLb3,J89MӨS^ͺk! , Hᑁ!:!BI}p'Ń#*H0sFAhNa%}Ds L$H!(A`ׇAiDX`+Ã#IW-⥙ׂ5˙Y?~ܸC[CN+0Z$ K̝È+^̸ǐ#0LrN(#! ,  Hk@HA+-Z "6x C$$(p0J Zyᕄ` 2h+Q@BC[C}G˹'% P #֬zhͪ]˶۷pʝK.N"[!aԔYv2XqNmhyk0 ! ,  HA@rAG`ZTHV| F ?U lC$xcɢE$YI0%hNzIH*]ʴӧPJ} 埄d9"ٴ+b00 iB&EamIݞt! , a H?> yd_(xyY !^q!4 ȑ(S\ɲ˗0cʜI`) r! J?2Y€4 0K78Tq! x G\@'ZbI9Pʊ+FU#p/È(U0 %AyIH "5rL a<8Nh'#\p'j\UH88_)# g\ 898 C nHŋ'Rq QE' .<IR a`@! , O 8 !E$JHbEi(rA1)+Μ O Ys?F J"q2+("0 ! , S 8 &IȰÇ. !8E0ƚ5( THߊ3%\b %J:#LNIv!! ,U H*\  !CBOF( = Xp9+I@Xe@ &1v T3 ?~󏔔i 0BT! ! , Y 1 C0-k2?+*3+ Ј Y;qI _)Ü̈有1BJ"HzR S]a@! ,T  yP8 xp$H^K0럻!(Gd<G KpH͑.E HѣHUX+M%M! ,^ /!E"]bQ QBvA\/}jLaQ!XVF>ɂH8РqϟQOO&+l@! ,\ ( N\‡,q  xqX_͞M//}~ IDe$cʜ QI.!dc LL8c9Ԇ ؙ9 ̈́! ,Z 3!}yqxPK3/&Q,^m8(Sn,Q2LXIF0' )20?P;dX;PK u&730skin/modern/communicator/directory/file-icon.gifGIF89a-zwp|ly߯q銘DzvzӸ㲺Քsmy!D2000 Netscape Author: Marlon Bishop Icon Design: Iconfactory !-,hpH,Ȥ1lT:xż @^ B 'rpRncEI;yE% D ~"+oE, $! D*m& CdCA;PK u&7i  0skin/modern/communicator/directory/directory.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.org code. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Joe Hewitt * * Alternatively, the contents of this file may be used under the terms of * either 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 ***** */ /* ===== 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-icon.gif"); } treechildren::-moz-tree-image(FilenameColumn, container) { list-style-image: url("chrome://communicator/skin/directory/file-folder-closed.gif"); } treechildren::-moz-tree-image(FilenameColumn, container, open) { list-style-image: url("chrome://communicator/skin/directory/file-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 u&7`  *skin/modern/communicator/icons/loading.gifGIF89a! NETSCAPE2.0!GifBuilder 0.5 by Yves Piguet! , COhrUMff)U! ,!;qU5ueaZ^%ԮL+! ,#ˡ܃I9jlGb"fu+S! , zlfwQ[:;PK u&7IqMM.skin/modern/communicator/icons/lock-broken.gifGIF89a 4%K!Ncp^r~^u)BP1/ q/GUAXd7O\iv~sl##y.*0}by`w񀓢|e$숚¶!, j@PJ1l90beNc:) Dx0)OfOM$,`kH B _413B2'#+.B$utBA;PK u&7Ic5JJ0skin/modern/communicator/icons/lock-insecure.gifGIF89a %Ncp^uAXd7O\qBHR^r~/GU)BP!%0~X_iMS]z`w,3=ybyls|v񜫸iԕج}!, g@pH4$ʂ@‰, R0!f1^xW8`#1L   D61'$+%#cb."5(/trrMA;PK u&7#FF-skin/modern/communicator/icons/lock-mixed.gifGIF89a 4%K!^u1/ 7O\Ugsy^r~)BP}BVb/GUbyNcp.*0|e$lqAXd##~Zn~ԗzqdw{Mctğ`w•D[misvX"!, "A.!0,@ŎɎ Ǻ+(%41)B 2-Б  ꣋:859*#?/&đ3N;wm7 0cĄϔ-kv^ ;PK u&7K$GG.skin/modern/communicator/icons/lock-secure.gifGIF89a ۙ%Ncpq툗/GU7O\^uAXd)BP^r~lsvi񋜪~/4:byǕ}|KKEؗ`wKKCċûKJBecQ̍y#&,欹!, d@pyptebMR 1+He`pW\R4b    f ku'*nssKA;PK u&7| *skin/modern/communicator/icons/offline.gifGIF89a fpzMTa#-8!D2000 Netscape Author: Marlon Bishop Icon Design: Iconfactory !, RIRm7Ah5!0mC;/ O0w=EYjDWh)"H̥ 9ӉպJҀ.S/%=ø|N;PK u&7c)skin/modern/communicator/icons/online.gifGIF89a iqz&-;OVb!D2000 Netscape Author: Marlon Bishop Icon Design: Iconfactory !, OI6΂P8 OCk mxDBKls_XKoV`(:%]`},üZ= F*c/mi  *U|\W`vv 1. 4OT@9,p b[Pq ݨB2iZm4q hq.HfJ1:.Uy/I$p$/@i9tbq+?tq V>Q6XU+gg--htcD,!NheDU XQhx+> {@W#HbX"pa9<{YgZ֦RЋjb\YVHB,10ĹTr\ZC>POz C4E6akTSHtxCU9É- W**-ֵ}B#*hnu2 8c\ʶYe.1HGy `BXΰVx .NȹάQv&k_@s1j  p"F:Vێ6Ů> CXskcot@BZ :|l;^1nLS:\И.T}Ë&;9~_I*;k+zp.f@,EVj,]BnhG>@j[A ޠhFϘLiJ\޴?|Z/|ײ9C6V٠MǃZr@G VTxّvg[4sV61 Plאx@򒛼rEW<7'9ۆgX?o)>щt}߬n@PFl ^Z 0) {gs3l_&8nPho%wX޶ex:i xm (R+ XQp\\h8p ưqA/zGx, :j߀\xxPBn4DxexOXoQRqx8`̐PJUD88LRX؋YHc(Le(Lh68xX؍NdUëjX(QiJU8uh؏؎먎IȎ8T89  Y "9$ y(*,D024Y6y8:y-I=BY2YF;J5INN VXZ\ٕ^ٕViR9tT'qlٖmIj,! ?PvyzI'З~I4Y qјIagP"q)nn9q9w{~ +02 `Q?Gl<<0tuy9}Y Y]1OQ?qYiiɗyyy)Y9^a}?d<@ ajYxyp P  "Z _p i"aZ ñ?!Eu/ ݹ<PL j P)TZ Dǩٗ 0 '0 dZ"jhz 4Y,!>b I  2+b!IdD 2 ШUp, `0UJ٥} y0 `yPj  P mo:$Er$$$P"%TbW!Z%"!a2&Ibᩙ<` ` @p,'2 ` `Uڞz vJv0 'Dc)))$R/8*+ +!r+ETcE) P Y,z"<` 1U<`?P : 0 Z)..$"/R.Bʧ/"30R0n s<^+I1Z@PeLP p)+~ h:v ǐ:=;)5s39SC<3L4BC4Y4K4Os?RC5V53j̑JbS d㤬hc[בT k: .` Z 0x{ +2 Ӽ8HQ09#㼉z#:#P::A5T s <𺰻 ж;"@1+ |0<?>B>>>SN?>? $@A\{ ` kA L̶ۻs .5k$=/C33pCϐC;>4D0DPDOHDLLu54j ࠷ࠪkJ b F:G쩣I'apkw;kŁ;tHHH$IY.IzbI!J䴦J Jx@8@v|ǿ ÑJfnnmiKVyP'EVoN6ّҜ^B~p M fty V~d}}P2> s&r+rmh2Gs6Gn\'s?sAn>HtLtoLˤU ^]ua0{Τ ,_ף(sWu 'w3EDŽ/G^D~7yˈyyA1^d-za<"?@P^_  $Z pW.e8 ||5|^,|!}_}Qt}[R}}}&~VLj YjMІ` `b$@W@O2`I@ry; n| @Rh (Y;',@;p낁1!،#X6hWZ\@_J>z['/i' nO]._~ <΅ 2r,\8 %N8ƒA^pcΛ7|EBE Tdr*((g ~ZHL \dQz͐$I idI1edANQ,hWe-Yڵ#-[(YJ%dw&\(lBΠA\>`e̗.Sf3VIV5ҠZZjSM%X4Ȟ-ָ[n(jT0Y m ,eNG7<Й/^nYe_kg?kxrP:k$PpAtA#l=3HO݆*= //>/l [@K40Or+A {)a؀BBD#2yn1Nl'@0(#C!. 7pUz鍁H#!%(#z?aS y!P;ۊФoyWD\D >~a'6 C9Oo9) z 7j_"/D`_Yad9eiMh" o "0 h@\P@nC̀+TP{ rlAH)g L@K$|AD$^`X'Z4a&4>4A%hGd<# mW@ C`,`aTD $8A6-|$dB"νs*kb/ (xג?cŠ5oE@mXX&6jB}6T Ӝf%2xAq f+rD9M!/$%-Iuyi!(Cz+$EUR][#hA *#E-8) d%(x6mA(э`&KjaM)5  Q `"sChF5p10r {P` =9}U>*=T-)ePk(ݸ h1Re 4P XLmB5+AUpj LD90Q"Bz!Tz=؂]WW  ! ->ӞCKH %uk(>?H.?(0\תD!` h? $^Q9b@i43xm^ }s \HE=LX :vDuW-ɦQ680wK簇=0a%`8t;qwlWVp]+E/:OP>5lbMPE00>L0K0rcf}+ƹf4A w*3,a3?+L0 4&1TH$0T'6ͶC H|[9 GH_etۢ=n h L+{aK..#TX,+ Ɨ 8QYӮA!>#N2Me[x!R<,PތT;:MM{PG $R0};G\?>$Lv<D yB*D\g#(`Bp`Yeٰao30&\)N8Ct$ACBÒ`Я:ab{`j"`*q̕Wh],yw[38Y6dcv5sdxЅlOӝI/*Tϕ2! dH׽N[ҏ |Kw=p'2 w-p}g x%="OOg4GEw]&30|OcZ# ԫvʞ.鱀rBڕz=ѽ=>$8'%k{X>8 XA;˱8`?{Չ(rsC> BX)fb ȹgyG \#+B:!9sZ*r:}؛ @޻®@@ Ё%L4uXdA蓾ADB,xe$A?!xB)@C&< zZBB3gr&@)T+l#:lkHJž0DA:BS'@ Խ2HD @qzwhN{O~>2pAAADB4e@(n“ċILJB4"d96/j,HE&:B*v@)V\#WB k'I"!E#4p}:p_GJ5*ưkC yh4{{PS8)DF 4I4%:nHx:^hut)=J4Dc2|~(dc/X8K27j"@j-G$$P-A+S;D;TݓEJ C7RsNs;s{PӒ1!9T@%MM% |HT:Dϛ>OM7S *HP]CrDJ"nPZUV3^uWT<˳o .TT*Tg%D+v_Hq$H@z<{aR}!!p>>,+2*SI^eGOvڌW~r3o6#HbŅ>%:U֡Q pBDkQET#@nŰ}0H9LיXw(8W|SY3_eBb-V2@|L\ViV] X)ZI7%ءTt9ZRmկ{Wu>[5\`4XO?eG@ȔRHՒy[\% @H-keM0VbV]ؑQ%FLW%8SR톆sJ؍]}[Л])]uJcz>ۢej(ܔ:\M\i\5%AT]\WqR^ L-uW]ߋ# Y];k;V߼m=L ޢB]C^|Z~aA"QsU̵En an:^::;VC]n>S` >b i]:))a[a,=*b:~Aa8e],bn96nc7~c8c9~c%ub b?c.!4n݀aIdDc%n@=VAddOBک (`4~!HdXf;PK u&74li22)skin/modern/communicator/icons/search.gifGIF89aqt}w}瘡”Q]k}v  y              :\$0/.u+? W$b1{>m;31HU2\;*)V&(_=3!m,m49%K*8>F( Pm3& 0E,: GRT;+/'S#lRN 7@ HVUQ!4AJ.="m)- fkIO5C$Ba_`ӈMeXdZ26^]cYm?Whg\LxEG6Dh;PK u&7o 2skin/modern/communicator/icons/smileys/smile_n.gifGIF89aff3!,UXN+2IEPD| w9o),{j+E`$0F7]2(#T 0O^'Y"6-Z;PK u&7;0C2skin/modern/communicator/icons/smileys/frown_n.gifGIF89aff333333! ,j0ɉE3SAI|'j)К(!GՕ%`DLɀGPj 5x(w_,qf=Oax<2H}n,Zd,%^U#g";PK u&7)1skin/modern/communicator/icons/smileys/wink_n.gifGIF89a33!,PXN+2IEPD|]e%V0&dpIģ',5h$aBA:HI< JV$;PK u&7 Lbi ;PK u&7$1skin/modern/communicator/icons/smileys/yell_n.gifGIF89ae01!,LXN+2M*z;e[z'Tpٲ<-l=ڃ{؂Ɵ%#jf'FM;PK u&7;1skin/modern/communicator/icons/smileys/cool_n.gifGIF89a!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 u&7I2skin/modern/communicator/icons/smileys/money_n.gifGIF89a!,HH.+21M*z;AV':iʳIc7>'C!,’cR5?(fHI;PK u&7uX1skin/modern/communicator/icons/smileys/foot_n.gifGIF89a=36cf42B6*! ,c0 30&q_ jYb $2000 Netscape Author: Marlon Bishop Icon Design: Iconfactory !",yp`I#xX,q@,XX^ Q z "Q!zW  "^ V" PVA;PK u&7X"",skin/modern/communicator/profile/profile.gifGIF89a w̙ff3̙jvmyff̑捚p}ݷnyp|wqjxZiq!D2000 Netscape Author: Marlon Bishop Icon Design: Iconfactory !, W '$)Prນj.t@aK-8LeH*hRDq hƖH bB+!;PK u&7# # ,skin/modern/communicator/profile/profile.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.org code. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Ben Goodger * Chris Nelson * Joe Hewitt * * 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 ***** */ /* ===== profile.css ==================================================== == Styles for Profile Manager window and dialogs. ======================================================================= */ @import url("chrome://global/skin/"); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: Profile Selection dialog ::::: */ treechildren::-moz-tree-image { margin-right: 2px; list-style-image: url("chrome://communicator/skin/profile/profile.gif"); } treechildren::-moz-tree-image(rowMigrate-no) { list-style-image: url("chrome://communicator/skin/profile/migrate.gif"); } #intro { width: 17em; } #managebuttons > button { min-width: 8em; } box.selection { margin-top: 4px; } #finishtext { margin-top: -20px; } PK u&7 ,skin/modern/communicator/related/sitemap.gifGIF89a (`irIR]7?I!D2000 Netscape Author: Marlon Bishop Icon Design: Iconfactory !,=I  !Y 3(NG|B#)IDΘ%u;bV;PK u&7y`/``,skin/modern/communicator/related/related.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.org code. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Joe Hewitt * * Alternatively, the contents of this file may be used under the terms of * either 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 ***** */ /* ===== related.css ==================================================== == Styles for the What's Related sidebar panel. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: tree styles ::::: */ treeitem > treerow.relatedresult > treecell { color: #000000; text-decoration: none; } treeitem > treerow.relatedresult > treecell:hover { color: #0000FF; text-decoration: underline; } treeitem > treerow.relatedresult > treecell > titledbutton:active { color: #FF0000; text-decoration: underline; } treeitem[selected="true"] > treerow.relatedresult > treecell { color: HighlightText; text-decoration: none; } treeitem[container="true"][open="true"][loading="true"] > treerow.relatedresult > .treecell-indent { list-style-image: url("chrome://communicator/skin/icons/loading.gif") !important ; } treeitem[container="true"][open="true"] > treerow.relatedresult > .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.relatedresult > .treecell-indent { list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open-sel.gif"); } */ treeitem[container="true"] > treerow.relatedresult > .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.relatedresult > .treecell-indent { list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed-sel.gif"); } */ treeitem[container="true"][id="NC: SiteMapRoot"] > treerow.relatedresult > .treecell-indent { list-style-image: url("chrome://communicator/skin/related/sitemap.gif"); } treeitem[container="true"][open="true"][id="NC: SiteMapRoot"] > treerow.relatedresult > .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 u&7FrG,skin/modern/communicator/search/category.gifGIF89a/xff33ff33=HNf3̙딠'1=&~o|xsfu~kwp}!D2000 Netscape Author: Marlon Bishop Icon Design: Iconfactory !/,P0dPh ʤ9I i P%~'!z!QJU @ :Bk& |c.,lll k* + |/! /-$'#"()/CA;PK u&7.HJ*skin/modern/communicator/search/result.gifGIF89a>ff33ff33=HNf3̙```SSSZZZjjjۊLLL666>>>EEEeeevvv𞞞;;;|||fff777333惃AAAooo!D2000 Netscape Author: Marlon Bishop Icon Design: Iconfactory !>,@P d0h$i8HeǴ `~q~zX@ \: zI& B5(4 /9>)0$<#-8>:*.BzB+ 6!Q1' %"23QA;PK u&7\3skin/modern/communicator/search/internetresults.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.org code. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Joe Hewitt * * Alternatively, the contents of this file may be used under the terms of * either 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 ***** */ /* ===== internetresults.css ============================================ == Styles specific to the Internet Search results pane. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); #multi-results-header { border-bottom: 1px outset #587B98; padding: 5px 6px 5px 6px; background-color: #587B98; color: #ffffff;; font-weight: bold; } #engineTabs { border-bottom: 1px outset #D7D9E0; padding: 2px 3px 2px 3px; } PK u&7=/3,1skin/modern/communicator/search/search-editor.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.org code. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Joe Hewitt * * Alternatively, the contents of this file may be used under the terms of * either 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 ***** */ /* ===== search-editor.css ============================================== == Styles specific to the Search Editor dialog. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); PK u&7r8*skin/modern/communicator/search/search.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.org code. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Joe Hewitt * * Alternatively, the contents of this file may be used under the terms of * either 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 ***** */ /* ===== search.css ===================================================== == Styles specific to the Search sidebar panel. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* :::: undo regular search listbox selection look :::: */ .searchresult-item[selected="true"] { border: none !important; background-color: transparent !important; color: inherit !important; } PK u&7 4skin/modern/communicator/sidebar/sidebarBindings.xml PK u&7=tII-skin/modern/communicator/sidebar/sbar-top.gifGIF89aIO]ռҽػҿ׻ѾԽټҿؾֻܾۺ޺ּֿ!,;;F&!!$$*- = +9   $^jz!Ā0Ǝ%chU-BIɓ(S}@xP?dPa  +@f.BHM5l?JիXZ%V23 2!DF2Ѥ51jֿ |abΌA%pdžfuH7bΞawnS^ͺ7-Q ^/C 6אA̘7sXT݊I1jtZZTУKN6>^Mpe -Jճ|RiB5 [v tx5[71L^7eᆄgJ$ A5CB كu!#KU؜GqAPrF]Ui{禜rvf*܄y 鋒x'aysjta fvЁ *0BZdM@1T"SeVڏ  F&Nn`Vl|Oja @/0MVʉnTJ! d c/,pf,. Z -s ( -,Z&@nn=)pSQmDc h:{˜W2i\w=W0 vykPG-+̤2xp%{m`gǭ(,j. "Xw70W^m` 6%<\\eM;n[ww}wRovSuZ}zmz 3n.We$-eM| :c@+ :,;nϢ4="ƾ~b7ypÝ ~?!L( pOh5ɭy$ӝW#Se||o \>ό* xR bIc_?fx/cΒ#)V"@;PK u&7tMll5skin/modern/communicator/sidebar/sbar-top-tabopen.gifGIF89aݺռҽػҿ׻ѾԽټҿؾھֻۺۺּֿ!,'/%": ??F$$%%*- ˙+;   H0_ -ZBa%:@ւ2 49[i4a 7$3:) ʜI͛8sꄗ' )!LD "xpaBFg}fmH s\Iٳhj("]9d$h C JUnYōzX#KLf2J4FpXi 1cacvUͻȘ}ȡ%Ao UvH&\ËO_ߞ8QA10|RGN6[RcaSy&xPQr܀|GZB~Uv(.,V<Pu-\Rs>hathX6$Չ޽tL6@0fpQ@{݈%&E'T DdI'mg[-p)OLY\D`9^TF> "aC^_Gr6ꨓtFB%eS`~(#IW-ۣ` 9I{T^A&u)) TNbB "uP)aasfVvJ+(^1h1hbNv; X;# 6X!ii򺍨& .g1A cC ì 6\%Û ^'vwl>t`c# g(mrcbkfj~7G-5O03RA;?:M0hwNU {inps>,Y3-U7ɄIt!&]+J&f33C=RÅ\lE4d2M4[^r~ry}؅+ځ׮|MԻ^7ltZĉxˇjp?"ص8( ?Y^ #ưKlNu8HbA`aBHɒ8 ʂ6`X@hnNDP4  t4" <|A? |!6u:epXB-p %tEa,j4((6@4a RbD 4"9l$bRmII#bf`d$""?JY3LرQ7-1 ҄L"{ˏS 3N`*!h;PK u&7@vL]].skin/modern/communicator/sidebar/sbtab-mid.gifGIF89aڽ׻߹!, pBB;PK u&7㮋2skin/modern/communicator/sidebar/sbtab-lft-act.gifGIF89a ̰ˮ˟˰̦Ĩǭ˞ãʬʰ˦äƭȱΨŭˢʤ!, D !*"Z&lBB, dN@`2h:Hc8 b2`0Yc`;PK u&7W0]]2skin/modern/communicator/sidebar/sbtab-mid-act.gifGIF89a˟˱άʦģ˰̨DZ̥!, PH Ev;PK u&7'!?6skin/modern/communicator/sidebar/sbtab-rit-top-hov.gifGIF89a иҸӸӺոѻ튝׼׿ڻܧھ׻▨پܿ۲ߪԖݿ֩Խٽݼټ޻ߥߞݽחꏡذٻ޼ءߨܾǾ߸Ԓ◪׵׽Ͳ۲οܾ!, D@D+f= i5#JhUopx)2=ZgР@DѸEhĵxdGIn!LTK6PTQYaBm<*@K1(!U${3X R.R!x3aަYmD1.Hb< &]FuHf)`ѥc( XytM7xB^P`pa(# MV@!/$0`CΞ .JAd!jj >Cjd S !Aղ)rt"4cU e * * 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 ***** */ #other-panels { min-width: 180px; } PK u&7``,skin/modern/communicator/sidebar/preview.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.org code. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Joe Hewitt * * Alternatively, the contents of this file may be used under the terms of * either 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 ***** */ /* ===== preview.css ==================================================== == Styles used by the Sidebar Preview dialog. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); #previewframe { margin: 0px; border: none; width: 162px; height: 300px; min-width: 10px; min-height: 1px; } PK }'7H,skin/modern/communicator/sidebar/sidebar.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.org code. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Joe Hewitt * * Alternatively, the contents of this file may be used under the terms of * either 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 ***** */ /* ===== 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 #8998AA; background-color: #B9C4D0; } /* ::::: sidebar header ::::: */ .sidebar-header-text { color: #000000; font-weight: bold; -moz-box-align: center; } .sidebarheader-main { -moz-binding: url("chrome://communicator/skin/sidebar/sidebarBindings.xml#sidebarheader") !important; background-color: #B9C4D0; background-image: url("chrome://communicator/skin/sidebar/sbar-top.gif"); background-repeat: no-repeat; } /* ..... picker button ..... */ #sidebar-panel-picker { margin-right: 1px; margin-top: 1px; padding: 2px; /** bugzilla 89144 - must be able to access tabs dropdown **/ -moz-user-focus:normal !important; } #sidebar-panel-picker:hover { border: 1px outset #B1BDC9; } #sidebar-panel-picker[open="true"] { border-style: inset; } #sidebar-panel-picker > .toolbarbutton-menu-dropmarker { list-style-image: url("chrome://communicator/skin/sidebar/sbpicker-arrow.gif"); padding-right: 2px; padding-left: 2px; } /* ..... close button ..... */ #sidebar-close-button { margin: 0px 1px; -moz-binding: url("chrome://global/content/bindings/toolbarbutton.xml#toolbarbutton-image"); padding: 4px 2px 4px 4px; list-style-image: url("chrome://global/skin/icons/closebox.gif"); } /* ::::: 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 panel ::::: */ .iframe-panel { border-bottom: 6px solid; -moz-border-bottom-colors: #B9C4D0 #B9C4D0 #B9C4D0 #B9C4D0 #DAE3ED #96A7B8; } .browser-sidebar { -moz-binding: url("chrome://global/skin/globalBindings.xml#browser-miniscroll") !important; border-bottom: 6px solid; -moz-border-bottom-colors: #B9C4D0 #B9C4D0 #B9C4D0 #B9C4D0 #DAE3ED #96A7B8; } /* ::::: sidebar tabs ::::: */ /* ..... normal tabs ..... */ .box-texttab { -moz-binding: url("chrome://communicator/skin/sidebar/sidebarBindings.xml#sidebar-tab"); color: #000000; border-left: 1px solid #DAE3ED; } .sidebar-tab-left-box, .sidebar-tab-right-box { margin-bottom: 3px; } .sidebar-tab-left-box { border-top: 2px solid; border-bottom: 2px solid #B9C4D0; -moz-border-top-colors: #8A9DAF #D4E1EA; min-width: 90px; } .sidebar-tab-left { width: 10px; background: url("chrome://communicator/skin/sidebar/sbtab-lft.gif") no-repeat; } .sidebar-tab-text { margin: 0px !important; background: url("chrome://communicator/skin/sidebar/sbtab-mid.gif") repeat-x top; } .sidebar-tab-right-img { width: 32px; height: 13px; list-style-image: url("chrome://communicator/skin/sidebar/sbtab-rit-top.gif"); } .sidebar-tab-right-btm { min-height: 5px; } .sidebar-tab-right-line { border-bottom: 2px solid; -moz-border-bottom-colors: #DAE3ED #96A7B8; } /* ..... hover state ..... */ .box-texttab:hover > .sidebar-tab-left-box { border-bottom: 2px solid; -moz-border-bottom-colors: #CCD7E2 #9CADBB; } .box-texttab:hover > .sidebar-tab-right-box > .sidebar-tab-right-top-box > .sidebar-tab-right-img { list-style-image: url("chrome://communicator/skin/sidebar/sbtab-rit-top-hov.gif"); } .box-texttab:hover > .sidebar-tab-right-box > .sidebar-tab-right-btm { background: url("chrome://communicator/skin/sidebar/sbtab-rit-btm-hov.gif") no-repeat bottom left; } /* ..... active state ..... */ .box-texttab:hover:active { border-left: none; color: #FFFFFF; } .box-texttab:hover:active > .sidebar-tab-left-box { border-left: 2px solid; -moz-border-bottom-colors: #D8E2EC #A1B1BE ; -moz-border-top-colors: #8A9DAF #748490; -moz-border-left-colors: #737E8A #90A0AD; background-color: #A1B1BE; } .box-texttab:hover:active > .sidebar-tab-left-box > .sidebar-tab-left { background-image: url("chrome://communicator/skin/sidebar/sbtab-lft-act.gif"); } .box-texttab:hover:active > .sidebar-tab-left-box > .sidebar-tab-text { background-image: url("chrome://communicator/skin/sidebar/sbtab-mid-act.gif"); } .box-texttab:hover:active > .sidebar-tab-right-box > .sidebar-tab-right-top-box > .sidebar-tab-right-img { list-style-image: url("chrome://communicator/skin/sidebar/sbtab-rit-top-act.gif"); } .box-texttab:hover:active > .sidebar-tab-right-box > .sidebar-tab-right-btm { background-image: url("chrome://communicator/skin/sidebar/sbtab-rit-btm-act.gif"); } /* ..... selected state ..... */ .box-texttab[selected] { border-left: 1px solid #E8EEF5 !important; border-bottom: 1px solid #CBD5E0 !important; color: #000000 !important; } .box-texttab[selected] > .sidebar-tab-left-box { border-bottom: none !important; border-left: none !important; -moz-border-top-colors: #8A9DAF #DFEBF2 !important; background-color: #CBD5E0 !important; } .box-texttab[selected] > .sidebar-tab-left-box, .box-texttab[selected] > .sidebar-tab-right-box { margin-bottom: 0 !important; } .box-texttab[selected] > .sidebar-tab-left-box > .sidebar-tab-left { background-image: url("chrome://communicator/skin/sidebar/sbtab-lft-sel.gif") !important; } .box-texttab[selected] > .sidebar-tab-left-box > .sidebar-tab-text { background-image: url("chrome://communicator/skin/sidebar/sbtab-mid-sel.gif") !important; } .box-texttab[selected] > .sidebar-tab-right-box > .sidebar-tab-right-top-box > .sidebar-tab-right-img { list-style-image: url("chrome://communicator/skin/sidebar/sbtab-rit-top-sel.gif") !important; } .box-texttab[selected] > .sidebar-tab-right-box > .sidebar-tab-right-btm { background: #CBD5E0 !important; } .box-texttab[selected] > .sidebar-tab-right-box > .sidebar-tab-right-top-box > .sidebar-tab-right-line { -moz-border-bottom-colors: #E2EAF4 #8CA2B3 !important; } /* ::::: 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 u&7m""4skin/modern/communicator/sidebar/sidebarListView.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is Mozilla Communicator client code, released * March 31, 1998. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998-2001 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Ben Goodger * * 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 ***** */ treechildren { cursor: pointer; } PK u&7z#EE4skin/modern/communicator/taskbar/addressbook-act.gifGIF89a jmu)-6+-6psybhp5bhlt|49Bqsylpv=9h\[]aqn6Xggb$7ʴ2Θxô8S&mrnOKPY&{LҢtu{ʰ!, gh@/ghefc7AI dh)*D'hfc A  A!g 34qJ>D4ԡD1'BС)S5<(PD@DO,`%+S8cʆ'6h" #>&sN?ޜr"tOkO/ D#҅+YQp %BK{ADMPS[{BHRahscvh{llm\_gft~hviv25?Y2AM* Ew @L2!B7]HP  @' *N8yf".D+GF D?XӢС, ӀjLr Q%OO (QA"G/<1N:e#$!3(Pg!)tD1OOh҈@7l)pF%^-3L;PK u&7 B}nTT0skin/modern/communicator/taskbar/composer-16.gifGIF89aw37@PS\#'25:C#'1_bj!&0~t_bi}HLTWZbWZc+0:hkrcv&.;LOW\_gegoLOXpqyx{%(3lQT\5cfmADMh{BENZer;?H*Zcnahssu|uwyy{wz^aiٖ7:D25?PS[i{ilpZdqOR[???i|vcelFIRKWc[hvAO^`m{cmy,3?(O[hZgu2?L$+6(x,/:[frR\i/1<^ky7ESYft!, @(ËX`0"Y ظQ΀!O<j@*H$dV(TC#,$Tj&25- |c`adDiW fhP!O:A[]Р:*4!ߥF,03ŀeazy<(V !B! =9p!UȞ=˟+'2P0 !p\# (V\|y@;PK u&7  )skin/modern/communicator/taskbar/mail.gifGIF89a %BHR!%0v֦MS]ࣱܼxnusTkxOfsati|lo/5@$/tm췿ct㓤emw͞{1GR[oz/;=S^6BN`s%12IU}07Bp`u29DrಽYp~x{CZfvㄗ_s,BMyodw[o{ޱzr2<$0&1'2-5@%0Oeq$/x,8C@qːKGa$˗_`y`[|}%B2F[IsM6:ND`@;sDPȼ9;PK u&7,skin/modern/communicator/taskbar/mail-16.gifGIF89a%BHR!%0v֦MS]ࣱܼxnusTkxOfsati|lo/5@$/tm췿ct㓤emw͞{1GR[oz/;=S^6BN`s%12IU}07Bp`u29DrಽYp~x{CZfvㄗ_s,BMyodw[o{ޱzr2<$0&1'2-5@%0Oeq$/x,8C@qː@I  2fn[|!$)0G%B̓@3'H8$pN@;PK u&7qb++0skin/modern/communicator/taskbar/mailnew-act.gifGIF89a 9=Han|)cp}ejtCGRU(|erwBVllh3@z_yYa'yj/$1>'ǏN[h'*5AO^[hvyVboVR\i4O xCȨ(+6vAV[frIWgWYftɱ¬~gmwtESb`ĭZ׉$+6j%ƫ^k{(5CakwՏ=/1ÒP\h'^kyO[h̸8)-8z?ϓc(#0W؞%*5(_guӶ@R^kZgu??)ح!, `.Ȇ0H PӋ tAS$#E"@GTڢ"" "q@ Fq&(|f|"U,,,skin/modern/communicator/taskbar/mailnew.gifGIF89a %BHRv妮!%0nuMS]xj/VU7S$Af!Eg#{նؓ%06BNu-7xCé׉i|r*=S^07BXwB[o{Tkxg/;dwVh3U5FYN>%*!Ǫ 9ʵ ;PK u&7sPr{{6skin/modern/communicator/toolbar/prtb-grip-btm-act.gifGIF89a -6AS`neq\iwrݔS_n;HV!, (P@k%F,]$W'p eWi `0;PK u&7H^^2skin/modern/communicator/toolbar/prtb-grip-btm.gifGIF89a ^grݕލp{!, #H%ࠜt]l`h5,VCmƑ;PK u&7ChAA6skin/modern/communicator/toolbar/prtb-grip-mid-act.gifGIF89a S`nr\iw!, M";PK u&770332skin/modern/communicator/toolbar/prtb-grip-mid.gifGIF89a ʎ!, R;PK u&7N@6skin/modern/communicator/toolbar/prtb-grip-top-act.gifGIF89a (ƤIJµİƖÅrS`n\iwvr|ބ왠wnyTboUcouWeqwq{oxshr~qzku`nz򊓞{t}kuep{co{~_myZfrVdpitތcny]kx僋htx}]ivbmxt~\hu|u~frzkvnwlw|_kw^lxvꢩ鈒{t~fq}zyveq~xymvpylvmwu𠧰oz!, (G@7/(\% H(!3v)TD@FI!4IaKM8`:OU?b''O[Ii**H,,;%% l(3g!P@H`)!"(\ "JXf 3jf CJ!bɓ(̈́˗5R@G ɳ' $ J !*] G PJEc„Xeׯ`mQRٳA;PK }'7)ykO O 4skin/modern/communicator/toolbar/toolbarBindings.xml PK u&7;ժ1skin/modern/communicator/toolbar/prtb-bg-line.gifGIF89a$܏йϷտӾ޵,$!@C`$@ #`t NFYX.;PK u&7%3skin/modern/communicator/toolbar/prtb-bg-noline.gifGIF89a$ܼйϷտӾ޴˳ʵ,$!@C`"0N#Xp &QT,;PK u&7Ҩ 0skin/modern/communicator/xpinstall/xpinstall.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.org code. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Don Bragg (dbragg@netscape.com) 12/08/1999 * Blake Ross (BlakeR1234@aol.com) 6/12/2000 * Joe Hewitt * Daniel Veditz * * 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 ***** */ /* ===== xpinstall.css ================================================== == Styles used by the XPInstall dialogs. ======================================================================= */ @import url("chrome://communicator/skin"); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: Install Confirm and Progress dialogs ::::: */ .packageName { font-weight: bold; } #confirmBox { margin: 1ex; } .confirmSeparator { height: 1em; } .confirmName { font-weight: bold; } #urlColumn { margin-left: 1ex; } #alert-image { margin: 1em; } PK u&7ts !skin/modern/editor/EdImageMap.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.org code. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Dan Haddix * Brian King * Joe Hewitt * * 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 ***** */ /* ==== EdImageMap.css ====================================================== == Styles used by the Image Map Editor window. ========================================================================== */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); #VerticalToolbar { background-color: #5B7693; } #okCancelButtons { padding: 5px; } #pointerButton { list-style-image: url("chrome://editor/skin/btn1/map-pointerTool.gif"); } #rectButton { list-style-image: url("chrome://editor/skin/btn1/map-rectangleTool.gif"); } #cirButton { list-style-image: url("chrome://editor/skin/btn1/map-circleTool.gif"); } #polyButton { list-style-image: url("chrome://editor/skin/btn1/map-polygonTool.gif"); } #cutButton { list-style-image: url("chrome://editor/skin/btn1/map-cut.gif"); } #copyButton { list-style-image: url("chrome://editor/skin/btn1/map-copy.gif"); } #pasteButton { list-style-image: url("chrome://editor/skin/btn1/map-paste.gif"); } #zoomInButton { list-style-image: url("chrome://editor/skin/btn1/map-zoomIn.gif"); } #zoomOutButton { list-style-image: url("chrome://editor/skin/btn1/map-zoomOut.gif"); } #contrastButton { list-style-image: url("chrome://editor/skin/btn1/map-contrast.gif"); } PK u&7}?W%skin/modern/editor/EdImageMapPage.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.org code. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Dan Haddix * Brian King * Joe Hewitt * * 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 ***** */ /* ==== EdImageMapPage.css ================================================== == Styles used by the workspace area of the Image Map Editor. ========================================================================== */ @import url("chrome://editor/content/EdImageMapPage.css"); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); body { background-color: AppWorkspace; } #marquee { border: 1px dashed #0000ff; } #bgDiv { cursor: inherit; background: url("chrome://editor/skin/btn1/map-checker.gif"); background-color: #ffffff; } .rect { border: 1px solid #0000ff; } .cir { border: 1px solid #00ff00; } .point { background-color: #ff0000; } .pointStart { background-color: #8000ff; } .handlel, .handler, .handlet, .handleb, .handletl, .handletr, .handlebl, .handlebr { background-color: #ff00ff; } /* ::::: move this to content ::::: */ html { height: 100%; } #marquee { visibility: hidden; position: absolute; top: -5px; left: -5px; z-index: 10000; width: 1px; height: 1px; } #bgDiv { position: absolute; top: 0px; left: 0px; width: 1px; } .rect { position: absolute; top: 1px; left: 1px; width: 1px; height: 1px; } .cir { position: absolute; top: 1px; left: 1px; width: 1px; height: 1px; } .poly { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; } .point { position: absolute; top: 1px; left: 1px; width: 3px; height: 3px; } .pointStart { position: absolute; top: 1px; left: 1px; width: 3px; height: 3px; } .handletl { position: absolute; top: -5px; left: -5px; width: 5px; height: 5px; } .handletr { position: absolute; top: -5px; left: 100%; width: 5px; height: 5px; } .handlebl { position: absolute; top: 100%; left: -5px; width: 5px; height: 5px; } .handlebr { position: absolute; top: 100%; left: 100%; width: 5px; height: 5px; } .handlel { position: absolute; top: 48%; left: -5px; width: 5px; height: 5px; } .handler { position: absolute; top: 48%; left: 100%; height: 5px; width: 5px; } .handlet { position: absolute; top: -5px; left: 48%; height: 5px; width: 5px; } .handleb { position: absolute; top: 100%; left: 48%; height: 5px; width: 5px; } PK u&78d0aa#skin/modern/editor/EditorDialog.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.org code. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Pete Collins * Ben Goodger * Joe Hewitt * * 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 ***** */ /* ==== EditorDialog.css ==================================================== == Styles used by all dialog boxes in the Editor application. == == THIS FILE IS LOCKED DOWN. YOU ARE NOT ALLOWED TO MODIFY IT WITHOUT == FIRST HAVING YOUR CHANGES REVIEWED BY cmanske@netscape.com. ========================================================================== */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: common styles ::::: */ .MinWidth5em { min-width: 5em; } .MinWidth10em { min-width: 10em; } .MinWidth15em { min-width: 15em; } .MinWidth20em { min-width: 20em; } .bold { font-weight: bold; } .italic { font-style: italic; } .larger { font-size: 120%; } .narrow { width: 3em; } .wrap { width: 1em; } .menuitem-highlight-1 { font-weight: bold; } /* ::::: common buttons ::::: */ #MoreFewerButton[more="0"] { list-style-image: url("chrome://global/skin/arrow/arrow-dn.gif"); min-width: 12em; } #MoreFewerButton[more="1"] { list-style-image: url("chrome://global/skin/arrow/arrow-up.gif"); min-width: 12em; } /* ::::: table properties dialog ::::: */ #PreviousButton { list-style-image: url("chrome://global/skin/arrow/arrow-lft.gif"); } #NextButton { list-style-image: url("chrome://global/skin/arrow/arrow-rit.gif"); } #PreviousButton[type="row"] { list-style-image: url("chrome://global/skin/arrow/arrow-up.gif"); } #NextButton[type="row"] { list-style-image: url("chrome://global/skin/arrow/arrow-dn.gif"); } /* ::::: spelling dialog ::::: */ #MisspelledWord { font-weight: bold; } #ReplaceWordInput { min-width: 16em; width: 16em; } .spell-check { min-width: 8em; } /* ::::: spacers ::::: */ .smallspacer { width: 3px; height: 3px; min-width: 3px; min-height: 3px; } .spacer { width: 5px; height: 5px; min-width: 5px; min-height: 5px; } .bigspacer { width: 10px; height: 10px; min-width: 10px; min-height: 10px; } /* These should be the width of the checkbox and radio button images + margin + padding Used to indent below those to the level of the text label next to image */ .checkbox-spacer { width: 20px; min-width: 20px; } .radio-spacer { width: 20px; min-width: 20px; } /* ::::: widget adjustments ::::: */ /* The defaults are WAY to big! */ groupbox { margin: 2px 5px 4px 5px; padding-top: 2px; padding-bottom: 4px; } /* temporary -- we need a simple box-based list defined in XBL */ tree.list { /* same as in menulist.css */ margin: 1px 5px 2px 5px; border: 1px inset #B4C3D4; /* use rows="#" in XUL to define height */ } /* ::::: color picker button ::::: */ .color-button { /* override larger default values */ min-width: 0px; margin: 2px; } .color-well { border: 1px inset #B4C3D4; width: 20px; height: 12px; } .color-well[default="true"] { border: 1px solid transparent; background-color: inherit; } /* ::::: color picker dialog ::::: */ #ColorPicker { -moz-user-focus: normal; } #ColorPickerSwatch { margin: 0px 3px 0px 0px; border: 2px outset #B4C3D4; width: 25px; height: 20px; } #ColorPickerSwatch[default="true"] { border: 2px solid transparent; background-color: inherit; } #LastPickedColor { margin: 2px 2px 2px 8px; border: 1px inset #B4C3D4; width: 17px; height: 13px; } /* ::::: Image Properties dialog ::::: */ .align-menu[value="top"] { list-style-image: url("chrome://editor/skin/icons/img-align-top.gif") !important; } .align-menu[value="top"]:hover { list-style-image: url("chrome://editor/skin/icons/img-align-top-sel.gif") !important; } .align-menu[value="middle"] { list-style-image: url("chrome://editor/skin/icons/img-align-mid.gif") !important; } .align-menu[value="middle"]:hover { list-style-image: url("chrome://editor/skin/icons/img-align-mid-sel.gif") !important; } .align-menu[value="bottom"] { list-style-image: url("chrome://editor/skin/icons/img-align-btm.gif") !important; } .align-menu[value="bottom"]:hover { list-style-image: url("chrome://editor/skin/icons/img-align-btm-sel.gif") !important; } .align-menu[value="right"] { list-style-image: url("chrome://editor/skin/icons/img-align-rit.gif") !important; } .align-menu[value="left"] { list-style-image: url("chrome://editor/skin/icons/img-align-lft.gif") !important; } /* Don't change width/height of these without changing values in GetOriginalWidth(), EdImageProps.js */ #preview-image-box { margin: 6px 5px 6px 5px; border: 1px inset #B4C3D4; width: 82px; height: 52px; min-width: 82px; min-height: 52px; max-width: 82px; max-height: 52px; overflow: -moz-hidden-unscrollable; } #preview-image-holder { padding: 0px; margin: 0px; } /* :::::: Advanced Edit dialog ::::: */ #tagLabel { font-weight: bold; } .AttributesTree { min-width: 200px; min-height: 200px; } /* ::::: Editor pref panels ::::: */ #ColorPreview { margin-left: 10px; border: 1px inset #B4C3D4; padding-left: 5px; padding-right: 5px; min-width: 100px; min-height: 50px; } /* ::::: select edit dialog ::::: */ #SelectTreeChildren::-moz-tree-cell(SelectSelCol, checked-false) { background: url("chrome://global/skin/checkbox/cbox.gif") 50% 50% no-repeat; } #SelectTreeChildren::-moz-tree-cell(SelectSelCol, checked-true) { background: url("chrome://global/skin/checkbox/cbox-check.gif") 50% 50% no-repeat; } /* ::::: Publishing Progress ::::: */ .progressitem[progress="busy"] { list-style-image: url("chrome://editor/skin/icons/progress-busy.gif"); } .progressitem[progress="done"] { list-style-image: url("chrome://editor/skin/icons/progress-done.gif"); } .progressitem[progress="failed"] { list-style-image: url("chrome://editor/skin/icons/progress-failed.gif"); } PK +7D skin/modern/editor/editor.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.org code. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Joe Hewitt * * Alternatively, the contents of this file may be used under the terms of * either 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 ***** */ /* ==== editor.css ========================================================== == Styles shared throughout the Editor application. ========================================================================== */ @import url("chrome://communicator/skin/"); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); #content-frame { height: 400px; min-width: 10px; min-height: 10px; } .source-editor, .source-editor:focus { margin: 0px 5px 5px 0px; border: 0px; padding: 5px 0px 0px 5px; } /* Multiline textarea for HTML source editing */ #content-source, #doctype-text { font-family : -moz-fixed; font-size: -moz-initial; } /* ::::: formatting toolbar ::::: */ #FormatToolbar { background: url("chrome://global/skin/toolbar/tb-mid.gif") #C7D0D9 repeat-x top; } #FormatToolbar > .toolbar-box > toolbargrippy, #FormatToolbar > .toolbar-box > .toolbar-holder { border-top: 1px solid #CED6DD; border-right: 1px solid #95A0AD; border-bottom: 1px solid #95A0AD; border-left: 1px solid #DAE3ED; } #FormatToolbar > .toolbar-box > toolbargrippy:hover:active { border-color: #67737E; } /* ::::: struct toolbar ::::: */ #structToolbar { min-width: 1px; overflow: -moz-hidden-unscrollable; } #structSpacer { margin: 1px 0px; } .struct-button { padding: 0px; } .struct-button[checked="true"] { font-weight: bold; } .struct-textbox { padding: 0px !important; border: 1px solid #000000 !important; margin: 0px !important; } PK u&75. . (skin/modern/editor/editorModeToolbar.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.org code. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Joe Hewitt * * Alternatively, the contents of this file may be used under the terms of * either 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 ***** */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: edit mode toolbar ::::: */ #EditModeToolbar { border-bottom: 1px solid #B4C3D4; padding: 0px 0px 2px 0px; min-width: 1px; } #NormalModeButton { list-style-image: url("chrome://editor/skin/icons/editmode-normal.gif"); } #TagModeButton { list-style-image: url("chrome://editor/skin/icons/editmode-tags.gif"); } #SourceModeButton { list-style-image: url("chrome://editor/skin/icons/editmode-html.gif"); } #PreviewModeButton { list-style-image: url("chrome://editor/skin/icons/editmode-preview.gif"); } PK u&78xBB!skin/modern/editor/textEditor.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.org code. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Joe Hewitt * * Alternatively, the contents of this file may be used under the terms of * either 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 ***** */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); .separator-small { width: 1em; } PK u&7@+skin/modern/editor/editorPrimaryToolbar.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.org code. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Joe Hewitt * * Alternatively, the contents of this file may be used under the terms of * either 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 ***** */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: primary toolbar masthead ::::: */ #EditToolbar > .toolbar-holder > .toolbar-primary-icon { background-image: url("chrome://editor/skin/icons/mast-editor.gif"); width: 57px; } .toolbar-primary-icon { width: 57px; } /* ::::: primary toolbar buttons ::::: */ .toolbarbutton-1 { list-style-image: url("chrome://editor/skin/icons/btn1.gif"); } .toolbarseparator-primary { width: 9px !important; } #newButton { -moz-image-region: rect(136px 49px 169px 0); } #newButton:hover { -moz-image-region: rect(136px 99px 169px 50px); } #newButton:hover:active { -moz-image-region: rect(136px 149px 169px 100px); } #newButton[disabled="true"] { -moz-image-region: rect(136px 199px 169px 150px) !important; } #openButton { -moz-image-region: rect(170px 49px 203px 0); } #openButton:hover { -moz-image-region: rect(170px 99px 203px 50px); } #openButton:hover:active { -moz-image-region: rect(170px 149px 203px 100px); } #openButton[disabled="true"] { -moz-image-region: rect(170px 199px 203px 150px) !important; } #saveButton { -moz-image-region: rect(238px 49px 271px 0); } #saveButton:hover { -moz-image-region: rect(238px 99px 271px 50px); } #saveButton:hover:active { -moz-image-region: rect(238px 149px 271px 100px); } #saveButton[disabled="true"] { -moz-image-region: rect(238px 199px 271px 150px) !important; } #publishButton { -moz-image-region: rect(340px 49px 373px 0); } #publishButton:hover { -moz-image-region: rect(340px 99px 373px 50px); } #publishButton:hover:active { -moz-image-region: rect(340px 149px 373px 100px); } #publishButton[disabled="true"] { -moz-image-region: rect(340px 199px 373px 150px) !important; } #previewButton { -moz-image-region: rect(204px 49px 237px 0); } #previewButton:hover { -moz-image-region: rect(204px 99px 237px 50px); } #previewButton:hover:active { -moz-image-region: rect(204px 149px 237px 100px); } #previewButton[disabled="true"] { -moz-image-region: rect(204px 199px 237px 150px) !important; } #printButton { list-style-image: url("chrome://communicator/skin/icons/btn1.gif"); -moz-image-region: rect(34px 49px 67px 0); } #printButton:hover { -moz-image-region: rect(34px 99px 67px 50px); } #printButton:hover:active { -moz-image-region: rect(34px 149px 67px 100px); } #printButton[disabled="true"] { -moz-image-region: rect(34px 199px 67px 150px); } #linkButton { -moz-image-region: rect(102px 49px 135px 0); } #linkButton:hover { -moz-image-region: rect(102px 99px 135px 50px); } #linkButton:hover:active { -moz-image-region: rect(102px 149px 135px 100px); } #linkButton[disabled="true"] { -moz-image-region: rect(102px 199px 135px 150px) !important; } #imageButton { -moz-image-region: rect(68px 49px 101px 0); } #imageButton:hover { -moz-image-region: rect(68px 99px 101px 50px); } #imageButton:hover:active { -moz-image-region: rect(68px 149px 101px 100px); } #imageButton[disabled="true"] { -moz-image-region: rect(68px 199px 101px 150px) !important; } #namedAnchorButton { -moz-image-region: rect(0 49px 33px 0); } #namedAnchorButton:hover { -moz-image-region: rect(0 99px 33px 50px); } #namedAnchorButton:hover:active { -moz-image-region: rect(0 149px 33px 100px); } #namedAnchorButton[disabled="true"] { -moz-image-region: rect(0 199px 33px 150px) !important; } #hlineButton { -moz-image-region: rect(34px 49px 67px 0); } #hlineButton:hover { -moz-image-region: rect(34px 99px 67px 50px); } #hlineButton:hover:active { -moz-image-region: rect(34px 149px 67px 100px); } #hlineButton[disabled="true"] { -moz-image-region: rect(34px 199px 67px 150px) !important; } #tableButton { -moz-image-region: rect(306px 49px 339px 0); } #tableButton:hover { -moz-image-region: rect(306px 99px 339px 50px); } #tableButton:hover:active { -moz-image-region: rect(306px 149px 339px 100px); } #tableButton[disabled="true"] { -moz-image-region: rect(306px 199px 339px 150px) !important; } #spellingButton { -moz-image-region: rect(272px 49px 305px 0); } #spellingButton:hover { -moz-image-region: rect(272px 99px 305px 50px); } #spellingButton:hover:active { -moz-image-region: rect(272px 149px 305px 100px); } #spellingButton[disabled="true"] { -moz-image-region: rect(272px 199px 305px 150px) !important; } #cutButton { -moz-image-region: rect(374px 49px 407px 0); } #cutButton:hover { -moz-image-region: rect(374px 99px 407px 50px); } #cutButton:hover:active { -moz-image-region: rect(374px 149px 407px 100px); } #cutButton[disabled="true"] { -moz-image-region: rect(374px 199px 407px 150px) !important; } #copyButton { -moz-image-region: rect(408px 49px 441px 0); } #copyButton:hover { -moz-image-region: rect(408px 99px 441px 50px); } #copyButton:hover:active { -moz-image-region: rect(408px 149px 441px 100px); } #copyButton[disabled="true"] { -moz-image-region: rect(408px 199px 441px 150px) !important; } #pasteButton { -moz-image-region: rect(442px 49px 475px 0); } #pasteButton:hover { -moz-image-region: rect(442px 99px 475px 50px); } #pasteButton:hover:active { -moz-image-region: rect(442px 149px 475px 100px); } #pasteButton[disabled="true"] { -moz-image-region: rect(442px 199px 475px 150px) !important; } #findButton { -moz-image-region: rect(476px 49px 509px 0); } #findButton:hover { -moz-image-region: rect(476px 99px 509px 50px); } #findButton:hover:active { -moz-image-region: rect(476px 149px 509px 100px); } #findButton[disabled="true"] { -moz-image-region: rect(476px 199px 509px 150px) !important; } PK u&7],;;*skin/modern/editor/editorFormatToolbar.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.org code. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Joe Hewitt * * Alternatively, the contents of this file may be used under the terms of * either 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 ***** */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: formatting toolbar ::::: */ #FormatToolbar { background: url("chrome://global/skin/toolbar/tb-mid.gif") #C7D0D9 repeat-x top; } #FormatToolbar > toolbargrippy, #FormatToolbar > .toolbar-holder { border-top: 1px solid #CED6DD; border-right: 1px solid #95A0AD; border-bottom: 1px solid #95A0AD; border-left: 1px solid #DAE3ED; } #FormatToolbar > toolbargrippy:hover:active { border-color: #67737E; } /* ::::: formatting buttons ::::: */ #FormatToolbar > toolbarbutton { border: none !important; list-style-image: url("chrome://editor/skin/icons/btn2.gif"); background-color: transparent !important; } #DecreaseFontSizeButton { -moz-image-region: rect(101px 22px 118px 0px); } #DecreaseFontSizeButton:hover { -moz-image-region: rect(101px 44px 118px 22px); } #DecreaseFontSizeButton:hover:active { -moz-image-region: rect(101px 66px 118px 44px); } #DecreaseFontSizeButton[disabled="true"] { -moz-image-region: rect(101px 88px 118px 66px) !important; } #IncreaseFontSizeButton { -moz-image-region: rect(118px 22px 135px 0px); } #IncreaseFontSizeButton:hover { -moz-image-region: rect(118px 44px 135px 22px); } #IncreaseFontSizeButton:hover:active { -moz-image-region: rect(118px 66px 135px 44px); } #IncreaseFontSizeButton[disabled="true"] { -moz-image-region: rect(118px 88px 135px 66px) !important; } #boldButton { -moz-image-region: rect(33px 54px 50px 32px); } #boldButton:hover { -moz-image-region: rect(33px 76px 50px 54px); } #boldButton:hover:active { -moz-image-region: rect(50px 22px 67px 0px ); } #boldButton[checked="true"] { -moz-image-region: rect(33px 98px 50px 76px); } #boldButton[disabled="true"] { -moz-image-region: rect(50px 44px 67px 22px) !important; } #italicButton { -moz-image-region: rect(185px 86px 202px 64px); } #italicButton:hover { -moz-image-region: rect(202px 22px 219px 0px); } #italicButton:hover:active { -moz-image-region: rect(202px 66px 219px 44px); } #italicButton[checked="true"] { -moz-image-region: rect(202px 44px 219px 22px); } #italicButton[disabled="true"] { -moz-image-region: rect(202px 88px 219px 66px) !important; } #underlineButton { -moz-image-region: rect(338px 22px 355px 0px); } #underlineButton:hover { -moz-image-region: rect(338px 44px 355px 22px); } #underlineButton:hover:active { -moz-image-region: rect(338px 88px 355px 66px); } #underlineButton[checked="true"] { -moz-image-region: rect(338px 66px 355px 44px); } #underlineButton[disabled="true"] { -moz-image-region: rect(355px 22px 372px 0px) !important; } #ulButton { -moz-image-region: rect(50px 66px 67px 44px); } #ulButton:hover { -moz-image-region: rect(50px 88px 67px 66px); } #ulButton:hover:active { -moz-image-region: rect(67px 44px 84px 22px); } #ulButton[checked="true"] { -moz-image-region: rect(67px 22px 84px 0px); } #ulButton[disabled="true"] { -moz-image-region: rect(67px 66px 84px 44px ) !important; } #olButton { -moz-image-region: rect(253px 66px 270px 44px); } #olButton:hover { -moz-image-region: rect(253px 88px 270px 66px); } #olButton:hover:active { -moz-image-region: rect(270px 44px 287px 22px); } #olButton[checked="true"] { -moz-image-region: rect(270px 22px 287px 0px); } #olButton[disabled="true"] { -moz-image-region: rect(270px 66px 287px 44px) !important; } #outdentButton { -moz-image-region: rect(270px 88px 287px 66px); } #outdentButton:hover { -moz-image-region: rect(287px 22px 304px 0px); } #outdentButton:hover:active { -moz-image-region: rect(287px 44px 304px 22px); } #outdentButton[disabled="true"] { -moz-image-region: rect(287px 66px 304px 44px) !important; } #indentButton { -moz-image-region: rect(135px 22px 152px 0px); } #indentButton:hover { -moz-image-region: rect(135px 44px 152px 22px); } #indentButton:hover:active { -moz-image-region: rect(135px 66px 152px 44px); } #indentButton[disabled="true"] { -moz-image-region: rect(135px 88px 152px 66px) !important; } #align-left-button { -moz-image-region: rect(236px 44px 253px 22px); } #align-left-button:hover { -moz-image-region: rect(236px 66px 253px 44px); } #align-left-button:hover:active { -moz-image-region: rect(253px 22px 270px 0px); } #align-left-button[checked="true"] { -moz-image-region: rect(236px 88px 253px 66px); } #align-left-button[disabled="true"] { -moz-image-region: rect(253px 44px 270px 22px) !important; } #align-center-button { -moz-image-region: rect(67px 88px 84px 66px); } #align-center-button:hover { -moz-image-region: rect(84px 22px 101px 0px); } #align-center-button:hover:active { -moz-image-region: rect(84px 66px 101px 44px); } #align-center-button[checked="true"] { -moz-image-region: rect(84px 44px 101px 22px); } #align-center-button[disabled="true"] { -moz-image-region: rect(84px 88px 101px 66px) !important; } #align-right-button { -moz-image-region: rect(287px 88px 304px 66px); } #align-right-button:hover { -moz-image-region: rect(304px 22px 321px 0px); } #align-right-button:hover:active { -moz-image-region: rect(304px 66px 321px 44px); } #align-right-button[checked="true"] { -moz-image-region: rect(304px 44px 321px 22px); } #align-right-button[disabled="true"] { -moz-image-region: rect(304px 88px 321px 66px) !important; } #align-justify-button { -moz-image-region: rect(219px 22px 236px 0px); } #align-justify-button:hover { -moz-image-region: rect(219px 44px 236px 22px); } #align-justify-button:hover:active { -moz-image-region: rect(219px 88px 236px 66px); } #align-justify-button[checked="true"] { -moz-image-region: rect(219px 66px 236px 44px); } #align-justify-button[disabled="true"] { -moz-image-region: rect(236px 22px 253px 0px) !important; } #AlignPopupButton { -moz-image-region: rect(0px 22px 17px 0px); } #AlignPopupButton:hover { -moz-image-region: rect(0px 44px 17px 22px); } #AlignPopupButton[open="true"] { -moz-image-region: rect(0px 66px 17px 44px) !important; } #AlignPopupButton[disabled="true"] { -moz-image-region: rect(0px 88px 17px 66px) !important; } #InsertPopupButton { -moz-image-region: rect(152px 22px 169px 0px); } #InsertPopupButton:hover { -moz-image-region: rect(152px 44px 169px 22px); } #InsertPopupButton[open="true"] { -moz-image-region: rect(152px 66px 169px 44px) !important; } #InsertPopupButton[disabled="true"] { -moz-image-region: rect(152px 88px 169px 66px) !important; } #smileButtonMenu { -moz-image-region: rect(321px 22px 338px 0px); } #smileButtonMenu:hover { -moz-image-region: rect(321px 44px 338px 22px); } #smileButtonMenu[open="true"] { -moz-image-region: rect(321px 66px 338px 44px) !important; } #smileButtonMenu[disabled="true"] { -moz-image-region: rect(321px 88px 338px 66px) !important; } /* ::::: menuitem icons ::::: */ /* ..... align menu ..... */ #AlignPopup > menuitem { list-style-image: url("chrome://editor/skin/icons/btn2.gif"); } #AlignLeftItem { -moz-image-region: rect(17px 80px 33px 64px); } #AlignLeftItem:hover { -moz-image-region: rect(17px 96px 33px 80px); } #AlignCenterItem { -moz-image-region: rect(17px 16px 33px 0px); } #AlignCenterItem:hover { -moz-image-region: rect(17px 32px 33px 16px); } #AlignRightItem { -moz-image-region: rect(33px 16px 49px 0px); } #AlignRightItem:hover { -moz-image-region: rect(33px 32px 49px 0px); } #AlignJustifyItem { -moz-image-region: rect(17px 48px 33px 32px); } #AlignJustifyItem:hover { -moz-image-region: rect(17px 64px 33px 48px); } /* ..... insert menu ..... */ #InsertPopup > menuitem { list-style-image: url("chrome://editor/skin/icons/btn2.gif"); } #InsertLinkItem { -moz-image-region: rect(185px 16px 201px 0px); } #InsertLinkItem:hover { -moz-image-region: rect(185px 32px 201px 16px); } #InsertAnchorItem { -moz-image-region: rect(169px 16px 185px 0px); } #InsertAnchorItem:hover { -moz-image-region: rect(169px 32px 185px 16px); } #InsertImageItem { -moz-image-region: rect(169px 80px 185px 64px); } #InsertImageItem:hover { -moz-image-region: rect(169px 96px 185px 80px); } #InsertHRuleItem { -moz-image-region: rect(169px 48px 185px 32px); } #InsertHRuleItem:hover { -moz-image-region: rect(169px 64px 185px 48px); } #InsertTableItem { -moz-image-region: rect(185px 48px 201px 32px); } #InsertTableItem:hover { -moz-image-region: rect(185px 64px 201px 48px); } /* ..... 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 ::::: */ .color-button { margin: 2px; border: 1px inset #5B7693; padding: 0px; width: 14px; height: 12px; } .color-button:hover { border: 1px solid #ffffff; } #TextColorButton { margin: 2px 9px 9px 2px; } #BackgroundColorButton { margin: 9px 2px 2px 9px; } #HighlightColorButton > .toolbarbutton-icon { margin-right: 0px ! important ; } #HighlightColorButton { -moz-image-region: rect(355px 44px 372px 22px); margin: 4px; border: 1px inset #5B7693; padding: 0px; width: 20px; height: 17px; } #HighlightColorButton:hover { -moz-image-region: rect(355px 66px 372px 44px); } #HighlightColorButton:hover:active { -moz-image-region: rect(355px 88px 372px 66px); } #HighlightColorButton[disabled="true"], #HighlightColorButton[disabled="true"]:hover, #HighlightColorButton[disabled="true"]:hover:active { -moz-image-region: rect(372px 22px 389px 0px); } #absolutePositionButton { -moz-image-region: rect(372px 44px 389px 22px); } #absolutePositionButton:hover { -moz-image-region: rect(372px 66px 389px 44px); } #absolutePositionButton:hover:active { -moz-image-region: rect(372px 88px 389px 66px); } #absolutePositionButton[checked="true"]{ -moz-image-region: rect(389px 22px 406px 0px); } #absolutePositionButton[checked="true"]:hover { -moz-image-region: rect(389px 44px 406px 22px); } #absolutePositionButton[checked="true"]:hover:active { -moz-image-region: rect(389px 66px 406px 44px); } #absolutePositionButton[disabled="true"] { -moz-image-region: rect(389px 88px 406px 66px) !important; } #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 u&7kk*skin/modern/editor/icons/editmode-html.gifGIF89a' /Kl!,' B Ճ`[[elى7J$Gz~rX S|WeFbFS}^1;PK u&7UU,skin/modern/editor/icons/editmode-normal.gifGIF89a /Kl܇!, &2JEX"Y6'X8h!*:Q;PK u&7[=ll-skin/modern/editor/icons/editmode-preview.gifGIF89a /Kl!, =rAi':z}5卑5xn%bwz`E8M!l S;PK u&7a*skin/modern/editor/icons/editmode-tags.gifGIF89a ̙f3f! ADOBE:IR1.0!, LH#Ik ͷ QlY*hÛ.Ok\)V Bv~hF;PK u&7Q.skin/modern/editor/icons/img-align-btm-sel.gifGIF89a e e3!, @l(A0BzPD2ZWۮۆ'x׶V| MOVBFt3ӫvzx HIJ__fRQs>֪yC;Myd\[ ;PK u&7-*skin/modern/editor/icons/img-align-btm.gifGIF89a e e3!, @(,9j3-$\vA,HX^ ;9dQ.9"F$JZu `n첸&n_1FjsZE=GT XMUVWY)^g,!R[iby^a`lo) ;;jp ;PK u&7Լ*skin/modern/editor/icons/img-align-lft.gifGIF89a ee3!, @rHIC(̧ 0iPl`7xopH̽bbZYslzvL]2(/'+=XΚUtD'R~GkBg+ ;PK u&7yĪ.skin/modern/editor/icons/img-align-mid-sel.gifGIF89a ee3!, @oHm@q  x@h^lB-Kt׫([OgúM,E a(DYaxجveXK ^*^\$O$J=O{RZ!2};_]; ;PK u&7";(M*skin/modern/editor/icons/img-align-mid.gifGIF89a ee3!, @~HjĥI$#lp,ˮ#aps{_mH|(\Ya%YtکP[n*贚Cds mq^'(N|1OMZ[^-_Q[o$8fGkC ;PK u&7'=j*skin/modern/editor/icons/img-align-rit.gifGIF89a ee3!, @nHlI+uG6lBE,ϲ"vo f G%y]ج6Jh)*WṲ[k6zD%dJ}+;XfuNc, ;PK u&7ki.skin/modern/editor/icons/img-align-top-sel.gifGIF89a ee3!, @mHm@q IB^AhW뾰`kwU2C&qxrkHlI0HQdt<7 tGH.XL2r<9|Lk&=,_Z[]d$^f%_.aii ;PK u&7%G\(skin/modern/editor/icons/mast-editor.gifGIF89aM2m|yУyєߡÂ֦ƒly畦تʜ}ܾӖֺ~Əqt겾ׂ|نԄܨȵ̸۟©äŴtvwڽӞq~ۘ莠z懘t|dzᅘ~v|o}捞dqݛxyٜ~us|{ͬŘv瀏bm~vȧ뱽ܷʹˍquwvȂ՝貽p{ivxጛ갻Dzw߂huɽ杭|ڟ!,M2] H*\Ç#:43jȱǍ$qɓ(9g$3"$)sxXIbJ<&:S⫧P"`qc2e,dU"*3!JjRL]6۷*V͕ Lk&0`."d-Y]Fn.X,Ly˲^!pQo]7ܓ-:a1E Lm A.dvFV,d9v 1ZBmX8/H݉苎 X GY{ABk?s-0yaD4}B `3]H `ҟm, _(b= p׃@ӡhC^-]2,R6,д,7XfoI$ `oF&-^ha DqDIi $q9.b4@&4*餔Jj^X2NH,G\Ia)!eh PⅡ<$aCqD7`x%&Ȃ%DI,,`-o=Gx^GDOzb @c'UI7 i"L6,PDr>".Ђ ` ,`%Q@` &qUP7!< ǗQL·.1A)CJ(`0 R0DO!1`eB-H2ь0B0 < Բ@@XSFH#.1\pA?fD@DǐDB*@˰4z\(?0 h0:4 T ^!! H$Ґ jawD*R6@~@m(Af6/n^~qCP``JX)!H0!B`F &B ZJ@b%V0c%Iъv56ʃC !HԹNp48@ A &H8$ PA*PpQM\cWD>2ԌPp$0!wu 4*0Q8 x VCx< .9g2 XW@ZZ+H#`8P9x0% =α 0DF 0@PVAS:ϬC,ScNg=! }1N0:Cd)"8&,XC& ;%G?bp9HB؂ǀGNrۀ q OTIPb B ` t%00y̠4?t`;[B':a63☂ַw]q20EPs p``@0@x >&7r@$BP9ȡ , 2xiDq[|36`H#%0!t0n> @LBx(*TK%d 7bЏ/ T f1xY6*`x#*@28  p00 d`|0 } 0 H}! G 0R`>}@@ ep(p e@@ PpvC |vq| 9P TW@ @ LȀ'0!@Ԁ`0BK4=4  ]ipR@ x| @pAHA@KH}0s%8`t}DP40 /0]p/ @\@]0 \0v  Bِ ƀư Ȁ`X`RP04G4@V4P=v8]/] À 4 ; ]9 _ p0@( 00` \" fP0  @@A/ i]P  8(r;0 _ ` c8S( P@~ّPGgUHjv ]`\p7:_H  0 W@Tf)  f fmV]\ PHRK ; h ; @3@ xvɀP "ЗsyThp]4P W1-)9 c 0 ٚ9I|ZPjX`x  pp [ٝ}I~X RP 4uY `;_ $JiɗZԅV z60 8 B n0 ÷ P%G" OyYh])=HB D p57EHJ@ʤ" Mڤ@0^ aC]Z}xuBjXg*;PK u&7!E!skin/modern/editor/icons/btn1.gifGIF89aּѹ϶̵̱('*vvx=>D %CEK *Nt37?Z[]jUZc,2B i ZԠ3b9Xc& Ex jTBPzPAҠ p4܁ ,Uh8%2z8R jpp4t i&d 9a JTYK0(D!00$bhq;Q*Vx@M!c x—t1GR@U(鑏Ep-W gBYkؠ 1FHcD]kFl`L& 81)OI3,'&TZbH=IOdZnE" "*S `a Ħ6WP*Ҧ֝/zF, .(S>9-O[` ,ACK(ؠgXXS:J̩b=" 2HbXWB|!lBH@>8M)nM% #Gm(53>XDBZq ^U gkaTBE[IB$`nGc4a!yZg @e DeW0>BzXU ZĶ 0ꁩԢQ*o7AHAR@nQk0x#a^e1l,tغER,x(^vMb$>򁾎E_V<" *]jy@ͭ0*Y l߅/ݶ ayB+0 L l{cH:NQR:Y4cX.*p"lAz^waf¬G~ɣgza]4[ kE, %5#]$@53u?5 &V[Z܂eP,}?{D0m CҗαEE6PT0*DbX>.&>0C+ YAAחuG^4eP|J\okkEbf C۷Ѓ΄[XH3pP{w8PiȈNwX:)B7f`w$FεޡWNNdZDbP]eOОTws|Ć0az] ;P״^r;VAE.ջ&^T>|i wdvtO0$!zW00Q33G ̳/sg0 b8m:O6~yɮqCǩvLz#bG@u{z Rx}X0Oc> $f635gs>WJװx' $G }0~NQ1"p'>tr6z (;"=hS x=ID F vK+àFc6OӇ9à(xEo5Ss8s5}fEq}<Q#"z' *^|pS&=<-|PX>CtO }kx~R?}P4K%]xx~'@ 9:oA"+;(9H҈tu6؈ܘIUTq1ȋttx37xV2*!#w]XM9YɍCQEY8KbH@qwpJv ń0,Đdh (9 XXxg4'9ZpK ꭮cV#;V[;; !ɶ\%$ Pdp`0H{Bjpw@ 6pzPn>TU ?{ P\;Kp]c06 R۳Y&GbB {@{ @e B{THĪ`}SwK{+ wP cofSkdBǗ |9)@*046 >c&p{* =P R9%w@{pe mt{{}pZH%@}G1idy \I n\ƅfHc_@BwtF U%} yø;;3y8+ mpÛ*0RZ,@{|Ą tWqQ<ů{GS1:͖$̀wpǜd)@n<n7k)*+$WpvG& UaE*;Q:~@7pWpLɨ᜺eRZeпd@`Slʧ| | X+fZ|L , pe|p32v̓ l}we@ c  Qqcc,uLÞpgӣ  8@dX$ &ndPI! ϡUAg]ZO2g=$0 + |wbT "b$  *hmyuciJ8y{ 8ݕC +?(eDm#U, qϲV ep *Xlp =|w0Ҋ lT0FZ:eIq`w^͆)؄]o+uwy[p'W莞v4Ve$n 1 9Ιw{^Pĺ.M\`|t>Io`Nc ܰsG]}xJ8W uڳ+ 8Є\\728 YhpzJe}^(9cNc7ڳj` nNɌUn옄'oH!ڣDA(@A#%)F7 .JQ9?vLXf(v} })3rtI(l?oq[iwϑh :I8针?]@T] p9COoV7ϩj?όOIO^FIE8ξȄYƟm|՚/U;Ğ  XA .dC%NaR.n# @cƋUʅ!0C\Ts@CtB TԨ$dSQN*"ʧEnJ$S5W|s74'СBMZ3]&_3Rccȑ%O<1cę5g&]thԩ;V֪Y 0 ܹuݛH!sbY<̳ -/CsѥO^zίLw·z;ཋ=mݻ}ɕ/Wt¹u0ۮJP<ML= [Al/諏C,o@S$PaKpAl= ?k4KaGy= 7cIDIDESISP# q ,2>+F4IGQK,{L; m[aCDD&q(S;b0tZM)rA 2 5;41sG,yRGQRjkFkX=#[Dcf@1VpPP jR hGd )ծXc Ǐed ^41\t5t>-5Hxӷ.']ĉ8gcU26YfQEW>(}&QavBiRH>2cc Ev4y a( U]% SM$etE94UÎZKSfY= f{r;rCWP>0AvEݙ8T^!iP^qIE&V=X8jUHXXG.WΟb` :喙Q觜.nh5-X?!WW_q5{8"a /ñG >ݡeB|ABkFA-фm`TEsfI3~GB U B4U p!)888A8TPo0P$)Q T[P5}SkQrt $^88ƌ 8Jx ^HTb\1A3>ه(&:0"V+`\c AĂb#d\QWhFyD7p>T6@–Z^&$D WA6THRb3 @Q_D1hhdd#P5%`2jhǶi@@G7wl-hLyu3DHq**7xz)pgy{;SU$DA6p D{OE l 8K4 Z,[ALz;{} 4p JgRLHj[D~ `G=Q\5i W{Dg?8zYV->حypY(xGV +!Gf҄ .ݭAM8A'OS(=kb|Q+\ #F(mf* 1xFS|蚮ȵb{P%gId*`4Џ{#KYA9Ab?.G ]*hᱎdcM--ؠ6|\@_p @]"3}sQ ae@CCfP g:QbĠv7x ~,t7(#ʽ5#񘏹,)H:ЉC8A3ā 8cYż]ODnsQD^#rG,~D->񥋝/ T@u:9D5o ;L'`zcI܏]Qsz'~mg"8;5bz񦐼pwM^rMO]p?͏r@'#ۅ+g+>T~:]@p] 9><컾GxU H@>Z< X?Z="^`tR$33(zA8$\@(`9g(> @JB0 0$ KDƇdЂ,q "`"S 3TLIDBhB{2\+A>@\<'|J Y/s*g|胎JJܵ;ɰ q4sDCxP{Ar48LK[JJJhD'4s2Lbӛ:4dɖ (p20TELt/:NN,sB>PMLt,΀N|&ьKcD#%EPBߤqN4O|&Lʮʎ,ftNNN2*HP;ZaB$zi5%/ھ%jQrQ5Џe,}QHб 13 TASZS%5 |SޛRbUS=T KTŸTMLTP UgTRE 9UQUϘ  )( D 0Ya]Hq0cAq#X%YULB[U\XR `Vq-Vg+XpV( WŐX֣ l% nowWam v=+kW/`WwUWjz{]VopW` YiE؀MP6qj}ZU%M 0pWAI錏.ڡZ%ٖM!cELZڻIZXMϙלY~Y`c5X3 -h͂hႤv1 ;>bȒL*eﺀ fhS^Uیr#`Qڲ1 k0 [[H]Օ[۽9\H ;- ݨ=,3vSL1@>C M}}AWxBK0X荚Aa?Pb[խu`]Ղ1 _A`0SH3 x9\"p0=X k$݉f@ꍅmKB`!,#\b` ?H[E]x_av_0ڡYh1"3ۄ,_,>hY(fhfٵ Hp=V'4F摑 \Pk4eHa_ =&~I (&f>bM_))Vl] Q;f[. \ 2֢^ʒ3F WxK9uXe-9Z% 8 ~|ۯfB_jbEf)(iЀd[p`*QD{<\؛c`J:Z}g.Y0J^pW~^h~ Ѐ .Ȃ fb~hcpJƒ̈́-jR>hI 0n# LCG8,U?P9T q hoC |&pJ@V B`VxY0BH繭_~ _aȅ00_#4EZM828iͺ3:>gf@Vy6--L|$~mئ2Y`,YWaXS]mvm叭8 0eh# ]5kk l-l~)5i,>6a HM쏳*6j gzhWW`BЃku6(YPp_am\ 0aȎla ,K.d'.N^,ƊaaQa H8 *lKbQYp#CXힸ=s4O]@pvmW'jKHs[Dcm=оM\X0Wbs&Z\c,?}[!a= ܿ-h"`=?|\  0eȜ,8YVv +i߳\!ysi߄_`Xy==ph[{a#'# %8A8v(6=+EC y\`)'p;Ӳ1" YrVA9 h3^{~ a9ΛJ`4p=We5{auߴ{մ5+kH"o=_ݳBB~0YO1`'YG8pb6s{`>HnmfX0kW@cYЕF1Bygahk $D8H 88_(Kn#p| ߌ.rA&A*@`1_,څD}&e$H\ 9PJ ,eCZi&NKаb M,Vb]DPYXԒRR}Ҙ1?3Ś8֭tQ3S vaXBxTY LaB+^:饛~:꩗Sd8{i\+ǽ<>={~{N#<Ar`.}|E')w= ?ܟ32| ( p 3 rC(p @ya!vt)`tM >!,AX)l!P)02ą('!(1J, 3nP",B*XDTJw;,(A#x(k & `"7&DWGP@DpaE( '#{H=) -Q|DEXq i05A4FOj0(9̑tcX& hBpqAX:ʁJ; Mbm1`@RA ;"Cn0F`&93Z%n1udEӂ|"qQB8 iAaF8q #4#р CHIZ0+1JΗF娪3Q#b# 5)rQ()~Iu萋G;9VCFH@ Ж,`j`?ܷ£N4"s%!]F3# F e 04܌q:)C* 8 lAЌ7 k^4HodEЅ@#"D1 ȂqTB69 *1 @u(^ˆ _ǝ 6Ķ$LCMq;AyøP\"h^Slrt9%oU? i?[ >̝2} J 9%/~߶٤+TC~5N @;?yS]D&U9\S5ΕC=mQt]dH8*L?NMّpU4\A dR!(1A%p*`5H ɭg#DQ58T# ̟_$lv\U4=,LCiNH$Ԟ}b(F?P 8?@. +֦ D"@?ړvpIB2C?#1HC @ K)+ 7 CUO$P #B޽BB%T eU($ ӆQ^. er@CJ-RWYa%94$CA(A.p$ec$_B -ZZT`P 9CB8d = 7]dONT,\)Xda\B@#@%fJ%ybF$ h@͜kjd[kzDYvtKIB.f?$ ?pGh__`"98epgp@6^dR&#.x{vQae,]{~vbh@E$ CĦCe,Yo&͘,P^ks>]tdaPf]=*!e`fteB\RaQB"R+`b\"M b98l؞:VKGnZKHBf3k^. MG[.doCEfAz ;\ʨ ~MiMQц@bA~)ZU i.4q$9?LƕE~i,&K"%Lt(hL*9C(f];k;N>BLm%<+Fk"@~Ɵekԓ?~+8Ι>G(`I§j1t&@a z\#ٝ+ 3kz"kL.XID>,*@ǥD)ͽv, b)6K!T2ЪȮ( hΤ,!"+&~\,HA0=$rl,Cf ثt@m,A.Cm9jltAt<@Q-m]-',ɯ\R"@Abaph@ \m RazDeD0^@|伞̭z`pnGp@ת@ Je.&˰ )Rʂ5k,*lMCڞarrnRa,W\f/7n/tA.ݮ +5Ymnq pɣ%^Zo.@Go3oBe[}\61Noy.Oє)g/ Rnl8@U;p Bk7=k$Dx0E0Ռ*)S0M Fq@}&@1Ы(q.PPaPc3l 1 [DErEL/P! t2W'aLY"`Uƌ+D'H/kk/+ (r,I)'s 2Ӳ3WO?4W3S#$Or0 '3X93VJ:4sp277o93P?3@4tB'B/4C7C74AGEWE_4FgEh4FG[ @H 0 KtLPkt. {(N+,lHWtIPP5Fs4R'G4QS4%utJ3K LMM`4O4U S@TK5J;uZ5R\Rg4S[5J\5RUJkuKPW{ uXOXuY4qt_'udGu_ov]CI7uI6eove#u`VauM YCOC6_\[IuGgt x0$F\kr'r6Get-P/q˵roTiaALBDy@X6l;leoB]4J7w'wivgc0A Dppgw p7oAw6G d_4#\L~oA&8E8s4joj44C4Æ Bkc6Q[4%$# $@vk7x(88@8svFs@ xq+k"C\O8=7F"loBo+kk`ttB'|@s@bMN7V6[PFM{y}nT#/V/r^}uCiXilKA&D#GVGd!Ķ>%(A,}O>4& ?9#uD<>uR)0 KSXB#G8m@Bx\K>mkABf6&)43rHƌ8^d(Q1ZC'z!…fմYٶ\l٢D hO>@rʄ!S  CA%KHgСC#bCBD%Eʫ7+|jИ[)/b 0P1-ꃂ>p A),DJ)1Td( FNCP3E`#.?˯f8@im("8~(=~1ë%=="eKӆ;dn苀[eNck`UIO@R\f#QBn!ON҈~AK9N8o˭r!pR *,ieHZ)JcAcm0$K;ex9Yeagֻ[jٹb6e[nD \b"-6aL?1/bf+A{^D~5VMU`MN8TXb %9q*i CcCom8D]+J4P1o6fZmw湏>@gZ;"A1rkl[2AH!vWR[fmN>X ThPkb&nѓG d;mBCJZGBe'1~qls\ DQh: |7/ 4(yFJEpw %/ $,H8CA)Jj XOa>N]ޡ*`_ E@b Um @3К(I)MՀK!:n&{+% pUke-0H՚Yr"p`q(>pV }eN`yKi,-Lg}Os]6lb[͢K1]s& cZBݱ"x\8` %! tncL\-b*,Tv]s͡>4C]"c\XDq|uZ1 E!iU|1C>i_{={~}H_|߯ч~_}W_׾QP?_(CI\j9Ylc(׿/?oOׂO/(O$PLC/#P ڣ9 //]&֯`cj0oY0EPf! o-XP [0 @ gp-R qjfy|p;PO n = /ul 0(%P0P< 1 '.q 0( -_f8`zrlι` !U l B8<@΂{@Oz"W 'OFPNB!  RqaA!( V ,Q9 c E@lfA  Ȁ=֢0SLAl !%R3"7-p9h6. j pfڐ&he  bA$'R(/# ) j 8B(b, ,,1+#;+kER f E&p%@Pj &@`6V`' 'o(e,CXVA I{P-֢ /T@@` 2~bxBO"] 6g VfP$%U@6FT jV`$A8pC1l"'1+3ai[drn,Ɠ 5_E l`P l2$9T 8]C;4Ւ'0A%3ʓJ`<::HD@ \F';_dN Sy`=l>?@%rWn42cq5YCA a@(CCc`DsCE| :R#g!FN7}NFT *t_f3 <@&" P7( #>'A KFʖ\nV`QN2 @M94zI8@jr!b|Ou.aF Y9`FA"qz\^$5Z A1SQS79`Z=o"' m6d!1JX(:6*b5RXYU\`BNCа&Uo2Q%dV fg$`j%!F/RC#P PfADAfa=QfT9@?T. G*,cL)+)d, ʈΣUKC e ,!`BtF. `Ԝ"g?t"tg -ˆ. !2A.WPj+ ֯t$&) 'ɪPV 6HRs S 6d4dV@d\J5XCL W\q" uR`.^Yuaw@s :W"|B0}=`}) $"Xlw$nw"10kur$ xRHs7BExwGTb7*Y @@VA4v@`)s;D^ X wY\3՚l_vsV$~5 `s^s68O^ .A&(D #!/FT,&"xO';J>P@$VPxqSqV!,8L X!?o^1oJc TNrQ VTRL!T_~ Awl!![]D"0? U !@ hB\kSل1{a@2d2VVS²H^CC8M5My@$jfnyry{t~'('D p uw,F #7(TH=ZlL3F(`mA65'{dhdyP@dbr&^F79H(` /!Q~ f7 \rQ:FX,(z.8 9LD_<[{- '9Fd!H57t&3 \)HV*)pUV%)d0:.鯄8p-!O:-SH A`tr8!&7 6ׯUuCךgɵ?<@vA u3ZW:p*/@`Pyl!^zFc;T' {;{O&bM;Je;t z9]!5r"9;8[kh9i! .a! qN'z%T@&trFQ'`G("!)F3+3b[B\ʥ!`sYY90~?ïX'L|GMb> l+d]=b<@4/s#O; lk3@?Fb~*SZvs9YϹ8 L p2Q G7y.s8 xyd$1P H-;~(ɓ"lx⻝u r7"6`98ƒݵ-&LuA)]^a9knvw$4ŻwWF( !F"hJ!lb(1;3X0ö%hRlhvr=@Z/4Z#H3{Gd|^Sg! ABFjyLN^:Il5+=`8m^"X@-߭4!|EdK ^zix m+iP2_]Gܤex?/3;VP0T@'x:k;xo_LN_۟tRP{8LÇ* 岘+cC96pcV Qx_hJRiΝ;ZŊna,W "h4)֭Yz-dEUlPBc QՇ 12YvQ]C#ꬨQcGD!Y 8TPP` f̙6%9[B|-),V|*z˴[g۾]5/YՍmÈ7, u7D"3.f6rd,3k3·Z`K]>>nc_(6p)ϟ߷_)b b]d=Tw0Y$mlNUa}"~ I"C S!Uu;}ǙrII$z$),&$K.R!Hvh۹ + ǢG-T11LNl??d(2C3}h_ ʔ#yp?Dr50`}0eg:fD *Rф D v@Ht"hpL`Q Q|rCX.+Ztp|9xcP&½0g4ARtMl&H<]+<lH::t\@PD.8EC"x,dQ (!M乂z ׸EcX=7y(8JfadZbtpYN BC S<2Z&@f;lh Rl"T`;zʑ) c! QĂ RZ0aL`S^UȐ("(rp̡Q\AEDC,贫yp;7R>6q0v'K0n\MHE;GP= f*}d;+`=p˨E3B}b_%A(xspNsg/$QH:!T\WKGekKO99p;_]:kV"LnRWg8|v_Gx ^v&3AUG41(;~^t+p瓎x@s1"A-aIj/ޡ Qz %GE뱎8y}tp ɗ|`h`{)S%7ć(8DdbI7rPwx,3%x$:E_!&R y'~.f;v _9ZX~ KȄ0gQ< B{$TUMKHx yb.Trm|F`x &m[$ y 0rEl4n'0zMPuM 7Z6G{0q [Ȅk{G` k7UYȉMJwD]#&bhI`b-glHs(6E]U^ᦇAPp^uV}y}toX31ieh$UٚRٙJזQE t0Ai=`ɩHHħOi sUpl3g?XiHL9sXoX6A%VɟyΙ@ 1~bPQVYIsIEiAvV!i?@)#R=Lw9 B/9:ZqS@T;, cڡ!ZlyNX+*6rA + YBi j Dʝ2g"X y!톤H'iu*Z 6]jA `55 $Jjjpbr:ֆjxztEtAb(*@u#6:JO:کbNږQcBtt0-;JX1­: *sbSʪ_, B%ajZR$:<Jĉwb }{&t'!+#`)&-/ 1+3v41S;˳= * C+ u1 ӀKK+4-G7O[pS535p-1E>۳P ]p ` 0I˴phf b3;I|7,k01Qõ`-:K?{͂ 5  brfff} B@/ ~[P V["[9+e,FP[&p Jk7R{ Fb/E 2SC0ɔL 4f4&[ݵB#a}wN 7-cCV݋-p2@>ۓ?뫳cKf.EP`{P p;)  N}`<,'CSI& Z+6 b=Ek >){,PK"LfG [N`<9[P)fEcDKH-wd5)Ǣ\*EP!'{`V@gœOy e`p,[% C0dă+b=`h ڛpI-e9C REX uP"&fu iԿ ͛@LUͯ{  a=}l6.F L}"6pjKeV9< cɴLLeV`l߬ARPP<Ʋ R켷 `hcsVJiQ(WRdVRX`**p-eeViJKT]eG`u ƢWULpP\f#p`cZv%"@``hp'lrpDekԩО]p5Pl,< nfa e  [}^F} `ʥ1, s&(KXisL6]Ÿ@=P$ H]UF$@RMմ1Y  be/K>g]=`^t'='`hsӦ{m+}]2>`ۃnݼ.P YP@@١ѣ?UP`BͿKO- 3 eP B. [.6 i5zܳ^XN8j( ^<*\0~ ՠS YT5 H N]d Trܣ@grrr S!I][C ݧ;.#Ġ 'o;W 5> q '*߿ev`P kd1X^Znή*t5U5̾*`Ut 0n5pw|cI>.\uL3= #is Ā3^fM0`.돰 0^{.> *_|>9tڧX^A R엍* ?">H.[OC>60=Ov]Q / /:hojKo٨WW75`'IJ}\p>/o Okލ pwY_ o(@ac:\ 4bO O}@s8˥\@ 4bk~]eyyƑ`#F& 8`d0 V, z%ϫ2 Qb-^8 g'8#T` f@ȃ B-]L(`SNJmCžuE%\ (UQ@֭ K#YT;NT*P:A⏡GuzKizyLXbB8q-XL* dJ-_$bc. I~8A ^9EĤP@>A}B4>OJJ*5l"kx<{"û :Uwݥb_;\a}b]D րdkv9YQl/Gaq\0dya7&{ݗW`w>`Y'ό5"AYpQ[5 keH2ʈk~Sbwf~]e{mPu.`ڃg{he+b QimR7;2 ?;m֎\2_;WgIEUg w.\^|DwZx/s'^gRE=Ywvp颋již?|'GߞgM}oXv?z?^<q^8@*D`@6Ё %8`4AvЃ)8BN'Da UHЅ/t e8C 5aqCP?O8bGDbD&&7Ex*RqXߛ6ND.vы_ UC2ь( HP H"1JdD)N"G0Ґ^<#˘4gܢ DE't#S9ḤE)RCҕf$IZ1a,axI42%e&U"~r$Br >єJ*WIHWV3% 1H-tӛ&%lLԹNu $x&4e iџh@:P%7.4ԡ݂yR٬!:ՙ vtg+ 4?k#X24b4cahGH<Db2LBqĺ=b/vwddi'|4>3?+hYࠚYh[fЋ@K=V91Ypw;[{(R;`-D<>0HKǷ;z/*>If? =ȈPrE0iHe#3#kȚ$v_F) I,IV؃>(胗`=I,I 2Z8S>HDfZlhf GBd8*늻'>8Al0=M= >D$U<]xBBf6?7YH+<,IAp= Œ,42>xd̶<*,*؄*a>$[(MBITMKh*"C)=a`F`;xb@;ΛRū8"Ԓ?h\NF 2=>PW8BKLY`B0!8Ȭ ;/E$MФIJ/z2ȴ(E9PFd=0bDQU˵Y@TD3cG?pNC0ý*RVH"-RvF>8O*(L R+UU?h/e$NLӷ[S_Vt,:ʦcҚ;S#˲T,e:DARS`Έщ WU`Wx@TOMRt6x}r%׋XLý+'YӤGԼbҊLm-lp,Z:}G&X4ͱL4adѱAtUzl-ne(``_JZtUWv51:%4ARa+7kk՚b&lU^Gp=~t$HtugՓEfr&JjLY׊&pوٙ9ٜM7OMIWG١.%¨lk2XLcP.u,F\-G>±> (联mJےЍ`Y[ 9mOvctMuu ോ( /%Eе\ ˽^b^N-=Y [|"8ؕ] Qis컆(ޝ[L^e-^:u-4"5yDE_5Zk5pI%6?TDJ & gM>C(  [[9S>[WX& % J`a%ěE_\saahTR\ݺpI&^b+^wZ;.w$ā҃b-N<%zgFn:Eg} 9c=Tc6h:VV2=@N : 陦`雖VҥVRi0i.'F`O2#(E` ]@Em\%e &8%"X^>*8HZk9*^"8C꩎EjE0MuGj/"#TqrU-&C.rkNeq HeЂ֮;N::ljHp8 R!\ǦEjC8j!p*7PW!2 (Bir8 S-J{R#r|Hq;2nn"FYYpS ?(l>,j. J:'؄: j"#F J$Fd0oҭi6SHxy&qq 8@p$lO&"a1e]HpU(H(;`<48IpsR!!^8J(qDA.Pp;[,A!e 0. wq(BtJ+_,&mTl(TqpيnRN1:'QHds%x"b&Hx>D~@)ЄsׄtJwmYjkGLPrX`W8eN0wtWwݻ*Ѣ#b&@sʚu[Hp ecvp:5+kQ1@!S2*(WXlxG(EpT)XwTo$Y${!=^t=(UPmrNMzI-'FbZolxO@_UrϤ)8%;PI`5Jdpv%8D>-JsyB&%_2.ЂZ@]ie7/wrwBH2@w}*e@#UWVO380ZX1&\uc-H-J6@@8p4c)lI `$8r0-2 uV㏸pl_.$R,1f0bS"Nj?Il8(2tc 5ۦq.ݺt1:prC&kȌ9Dݺha£"+'NVF5"C ZTeS R\0rHr*a ? vX\xP)E4QʴSQQ`T2l\ ˌjZn!928q%>J11A!qQ!FyD((4!C3"3] BMBIHcMT[Baцn8 YA6t*#PkT'E 1d]wQEA sPCWV[=Ww~U1$$Hg;Fgء\M$c8@* }z 8@$nweT PfxifQ.0sMh +݀+%MxpA*`C$G!=w*p06H}sBrIp/%c#fGA^CԱiaQ )ކa P~ 8uM2 In*eRC0q!7/mbd<%,A"*a4۬DMn+Sl3ΐ`-zU5 #\CBY8"*FCM `[>5RTqFSPa! 819Goa IF%d!fe xmp!!l@*,5H,!@L!@"@t"0S\ !(E~G >%6Z'1f]^/"`B*߉\ 5 K%dd \#:>/&\?%3['PW(@ X_FpEA8-G,!+\ eFBH ,* @&dD.BA1 $ !.4W]],8Cؙ( 6@H`AB BLZ ABDŽyȳD{(GEOB` ͼ~at%Ԃ(]*@i`![Qt`T|] -Ci0 ؙLP tCaA$+\ZiI*a/>˫@-(G ܂6EL/B/᳴!+,/6,+DS`@$N %.B!&Q MclC&6*/"b,&F"@<8BpdGԌ"(@ڰN6Y{4 G/x$(6x+&9"IΠD[ <֣=!\&5 C4$.HA>B#eZZ) EZ~dN%HIZ2Q `+B#[PNeNJK`"ʹ15|Ac>4S `.ȣ%U?#a0#0<~eYb^Vfp!',f5 '~HKtJH֌(yf h^-8fHJLfyF uu*l` * Z'木&f%B=W1-B!$JR&Af_g'+b I$F'uhzulbN,fZz(ܨzu&Qi 6+(LzhB%ڣ,B-̂}5)o掚i@(C@)2ތ{A* Z)hΏAKRł gS&\ P<&lV)IWҊEhU DʪB_¬u:.-kYi & B"$"80ڲmۺ:m ю¥XJ2&m:@-HNZ-#hmR,Eת,nذjBmL0l+0b2r.IddAn'( Äh2'.0-A%P(X0k0O&-.`#tom}p0adB3q;qneB$HȀ Bd o˝NZ,Ԯ @PXq<2tqqH #E Dp#@~]ڣq^6+GBHB$chr'{m\@('B.$T&huH B 3 )$'ܪ ݲEdL1nR,4@EX 30#+Z#Kd&/A# Ɗ-A&h'.~De,(c n)8`5*B,BUL.KT 5H&6`8A5P./E@L8/r*T8d@@ 0B<#MXoXA xH(l%5̅BWF4AzL'?۴MGA<.FFq^zt5( Ȃ6F+ c6K66w-,\!{?:8LuoCB$$H# /fH[2b 0` 4g-?qRЯ$0d%UhKE{iu 3/xL0g乡c@dpBxd)G (VqУF ؎wbآFC{b3aǕs )EF[ 9 (4 STYbSnRE %I 1(0݄?*Hh`)f8hi[8WZB ú Y8kdc _v!W 8(j"!Y#hSN@! 9e2qb>[d_WdAj c1Ƙ%(؄!(wiJ_a69HZ E\T4QNXv 2A\͉d?>}OOݕ7CV 0#Ñs ]v>b)IZ"KYq2p$ 5UXy-VVn9@Bш{ p 05"\~WD&`ĸ\`'G9A$'(ta9`bRD3bbs̈}pt!eHu .4Ӡ_ "f cDC FXdXc={Ϳ~ӈ[{%peXt+1,%tgW(GY\PBe9H/+Y}#i FO=0AN8' Kpl'%e @ CxCO}hΧ=|,@0J0`DQNQp@0g0>3|Q=PDQ3V䁥-uK_QjM^Yj$Fg%0Q&x>/uL<ЃV kAUԧTzB a8A 앯} [Q‚S{*"(J\cip ̒Yf0`PS,v 9z@>`-"@mq #j5n# Q`Fsk\n -fA0M8.]2Npać>^o-K^VA CXA4-3{B0 iV2BV@ FL XY5 fGxv \P.1e5Av ~%K dpLnMh E@p! @qT@ F<oe-s^6,ʰV`#+^58 WLv! (HiҰNyMjVHD"@f6HT+n px#5* ICmΠ5 <[wv6 c϶+A`a00 x;};l>ڝ6lmlk{f06w\ZәVqNZRV1 X HZ`6A!;W04qC\ϼ1=C Ac . Xqs 99!s =D6MWЂqF (83EiPBŠW>aB^@(0,BokH(dr`a*r @ /gOohAsF/(ALv{(i ˀx@ojP0,F$ERcBz,g.PeOP   OP ծ:@PI /100{LCOI0aO/ ŐLp0/ #4*֖$qim1g,uqs|11O61Hu*y-qQ1A1FQ> Pd 0qٱ11QQQ11Q1GpL~f 1-"12#PC8#=#A2$E2$`$M$G28-\%a2&er&{%m&ORtr'y' 2(2(yr'r'K2)yr(((R% rV`+>l/~e6!/O)ٲ--)Rr.R*r)R...2/'*+++M$,M,COHP-235s3/R0 D-'=3r4I/y0r1s3, 2Ѱ,O2r0338/Y`R9s4r'|3]eq'99S4`31g66)P 1!fa-^b@8w((Sc*f:=D@B@ԤA>0:3R h!`A4ABS@Bsf+1ojV@؈2 V q>U1S'4H4@B (aaH@s:w8#  B `g B[**)/ B*$!@  ̴9ǓEE2&rDlR1(T sJ15SaLI|^*SM/G(=SPPl2x'L 4!W5" OA!MeAESu< CbaY€nUWwU zU @ESPEj>4~DUa -sB.TM|@ 8 f@N (G3 ,+ƁZe @ ` n`>,:/Uu* },Q!\gfOaR4&/rC `!rv@9w` |z0#4")B,ơġ#@x@ơ~b(N)4b_S@@rXV`Ax `n ;vb}#3ydxU8;=4,4cO@ eX9ei9APېۺaPX/ ?>rhN?&A` {L b @t` FJzFD;ڛg'.`@՜I d˝`R9 |b^G|` MdNHWt BB!|wLdqRN"!]X  ܺu \+kHWꢖGwj |4~I5 |ץ F5|l_9&OCŦ=Uv $őL; Xa` X@8ӉInil j9 0L@tS=?ȣ 9LzxUl$2~lp*nȂ>u, X9y@~`` j/8gNj)lR!0tM!j`oiLzgs9_ -  7覴7qa8 EmIHr6R. v >{ 03Bׯ]p)DP>ZPY8D$FaE83,U\˶-;4jC2x.2ǘZCܺ鳢Ç]DYv)["g8&`ܬ T0 _4XL\٦9nƄrMq]4O@q5z4i.J8T+hB(@ϣ%d˞A iT"$JswAsfɖQz1c2V# vr,8 XL6f38USB -riaqE 6#ŸRn1҆y"S|(WTsJ-!(`O2 Tށဉb)?T1-<@2x*#sA'4&p 9h4:B0z" pXY}*KJ!#y!3@*)bHKSR  a??@ ".K6R,Cl2 H'gz~* i1+R:?LN$`@"Xp:6ɽ;0|_870 %pQHӧ2RF C``P)B T[P PG]"HD#"1P"6D(sT1@N`3.k1M#IH؁Ұ$97=oI$΍sF4I.Ln{$'J( i\(RX ˹<uxҀ+Ќ&4Ҍd%MKz[l Wb@-GM&A \7N; IGCsD\|s켗4U6?D'Jъ7x4 aӟ;SQҳHGjPE` @O XocKPhxyc\fYt*@ ԻBq 3 4&{5ŷ X'/Q MHA xAp~t~ :(CҗGEp8ms{6Ła@舌}HDP:ĩ, [ [ C#6@] :/|? L ڛv?S+ (qO|V %؄ObIZЄ>4 eB(r 0tF8"Ox q/^£]kp^p~|~QG i'(0{:+ v0~`xWDW p}&x(! Th;p0P)xٗbl ` p p @'4ײTu4V p:a< mpti0 ePGLLU@E`{R01immowf#( MP,0xG $x100<` oB py&iqx  ` p&0 p e U q[@^xztsG:j ktq(rt83Q$00 *M WEy蘎긎[ g< ig 츎q '' Y *` +` i hp zFȀ :k07  7P|rT(1Шmm' p& @j0zEWVyV)>Zo@i` <RWu1oCGP"M` Їs/%H1uw %>o7 7Po9;ٓr{ Dp` (P EP@ \uכY! z >! C. Oy|)k4 ~TP  sR0t zwZ@z@kx@5  h 鹞Ԟɓ>9Өk0ww ="ZK0&z(jT`P?0v6C 'OG RlGq4R0ޙ* q |IM@ .0% tkK| 307=ڨY1 `6 ! - )"r1 `R@ 諾Uh: a@]0 r]@ ˿kj;B x'` `P%MP Zq1<>Ô ?pe0# qc` Rl =~Uq{0@ R 1)0{ 7 +Y|vA @ڐG0պ ^jN ?$L`|{p\QU Jcpǭʢ|>0x?t 0 +C@,kqp@!| <#Q " d@۰!ϰ n]9̷Jr}P%|Π6ZA vPO c?P>6ƾL` ]a̬`щȾP]'ғRA1PU"p+C  [b-Q X `\ _qq"h?&)'( Q rK"`" k P 1 @5`Yy=?)B6/[Ϛ]%@ W^&"&vz@z]ڟR10( 0r ȕ8 4)>  d 4(81)m++yFF0 0 ٚj 8L2} p5".ddS5 ~ &Oz ;2 0)5/ja@n -23V`0 8p7@L*@Ā G@-OQ/dó5i0* dC<58mc| j`?3: . 97P9 c8is1C}pÐ9_"a99W$UWP >@>V JL;sH<@D>'Ci`<"8D?E$z07JTWa'7qu3B:$=?`. @̰{0K+NWp4Z w @55@ WtBQB<{0'4SNHYt\Ĵ LsdF4Ep tbDQdFl36T}`0 8I~H<vETIIIEd TItdJ*oD:4=KGrN w`HLH DQNeOONQt%NOO7EAfz' ɫPUQ|URSBU!ER6uRQ~p P%Y"&SS<>^jTmHLuXTuVZXVpX_TYms`UZVXuY%YXSi `8tF~]rA=@Fۯ)Pǟrw_qhŐ_b a*,aw+Hum2ަV x79\0!$-T!DqeT0\+gRl1-EIE7@|d.< yTLq'Q9ń0ja’*E&%sL#ֈUoc T(ɤ0,GK*+,82Tp H0 ш-oy<26a <@3BgoNAHTT08Ѐ* ^ JDQdpm}:B@ja c C+ 4! kE)RmB ;$#{~j`Z"r1AP$I ikBx0 cP%PITnJUzl#Q):0!,j4\(#6(Q+GJټbCqJkX/9bRA (<{ G`8(D&5պV TA07A B@A@b(fG?q"(*1 p01!HG6blB jtLRh( !Po8Wԥ0}Ysbn3|2`E^J,&0 l#A .xJJkekAKaC*Q {`BPt a$Z ~mW@Iͦmb؃" a&5$S8UcX2t  T!ac(Ce/x99UZU/@ P AtПX@ fW۵C1,uk(J`!%e)R*>e N~X^MB0qc԰j)"@BtJm&[r؆5ȁXg+'x ~pANJ5:3CT! H2n ùUD#I%ຝBd(g ڦ%Pb %2b(Tre }? 1SH0oȂÐE-Ae8g83"s{\SkXM/π4!Lx81gbTb,JZl| _-F-Sr%dk`[2x4`i(&D) A< ævFi G[E0d4Sw3P >" ]qFb㸁І. BzҰw{] c0-N5Ttd4A(,TZvƜ"6\q2%4pas=^Z\b3'=V h›M&( B]z/ƀ *J҄@pA (2$C v= .bQu:*8TT~@?Zd)kzy*)vB\G ]07qf29 c&& 8@ j|c8 /¿pA۟O Vn_A+@/`F+ԅۙ0 >HB3&J>p^ElFtVPBI3`V.``zO#<Cb2D|})K8DjFk<5W&r]_S&@>Y(cu;HVeNe؇D!r^U&a-ceWf݃WHN(iGu$tA8=0Vc-Y>=؃BxдFXRSm]Xr1XXBP>OX=@mUXbCHBZX=X\ąbZEpTa8U֒=ٔ]mو}٘Y=Yhw5x긎DWx?BH[`qI>W= %`R=ې VX[m[E0XbAuT[,[yz %>"sYnC烾]WVIMXFrI2JX! > @I(UGz\}\]]G5D؃ |-j\3 @x^yCBB\}e^&\xѝ Ӡkq$B 3`^ ɭ>^?8 FVN` Z-vM@ TzŎ SMDٍ aaN0b!bF^[f޵ "b?'&b#>%3#&NގεFMPHb7~c8eb::$N$f[;(>+cc;/i'#3ceSc6dKdL? ;PK u&7>҆;A;A!skin/modern/editor/icons/btn2.gifGIF89ab{)1B)1J)Jk19J9BR9JZ9RsBJZBc{JRcJZcJZkJkRZkZckZcsZsck{c{ksk{ks{s{ss{{{{{ƭƭƭεƵενƽνֽ!,bHp Q%)@b qԠ1c 9pуG“S"$²Ĝ9L0BŊ*U@E%FXE/> 1 (Vͥ8Â:h-̜n߶BD,W~-ZeA⁀È#6%ܶq#C2ie23լy%UZJW$2maX2,sg-qk Giŷ9xB.УK~]b. B$)nD ^|{bP|-40q ^!j eW7{DTDO4` (6u%~twxaaz;GĆ>Iލ@E!j9 5 DC H!y8[y.H beNQPy 1̠ "<⊈IK2~9fK<4d~(iEdI:Q 0_ #؀R4㐠&衺Y&K:EDF/X$xgbL穀yZְjPLфkƃ@,eaC AQӇ(CXİN]i! _ ‹CPgB1҆CD UMD"_fJJqb%x S4"2L.l btS:%YҜU:=ӺBʥU} 1k&%'2r3t=Ho٤@ĮGXF@LW+;Qg-❍[' =5awqOo D'w.?dK~,=A H,jу\<1_3'S2H,p0`-G5PUloցa`T`x56l)6S'Wq!5TV~cV>L\BF7Vg%.As,+B(V웶nv}[ӪԂ~&M!$ 3Q 2k+,\a1,X'}!@8wiߧ7 U<@U*wqʍ ipZn#NmrJ3Zvk6uL-w5l3ٮh'vKķNxQ~l|^wl ҭ|z1U+.%o_z)YQ](B03 YA^㐉}?F+>BM'\PθY_{faY_"9Sp&ٜ80 2rgG,GԲ@Oj R%؈[iK]r4}q-Nn @0!B + 2$A"DȐC"(` beJ((ҥ4f]^v%% 1.lBGHS7vrT ȖzȑC3xQOpsхD*Xw*ŦF]YLDas9|M5L)+" %Xɉ̳O&i  6p uXblWdU #BNW^y-V`7TZf%m)p'%6 v]my*aE z%v ue-de\$UfIb+&h.4&oa 66`S]Am=!zJ3?+W\fQNb{`׎m9|uub}>Zf7.&(ƹ wftZw`hbh[~inT.*ٞԎXq&B7؀]@'Y]*hxx7!7u1ΜBh/åNCv]Z&[͂'֩PsdЀ'g,-9J8 R!Tħ ' @ LWCxB[2XD#0Gd!v*Xgg. @| GYf60f]K< XDSmO,@0)+JAOH0IX|5( !&HZ/jy@+^Wpi}"O( B (ʂI&9*JA\rffZ+Yr@Q1R\ (l+[Ǭ("7P6)*"r47Q=Ѣ-NJKRLD. 4e@P@9ɮș<%4h<Ƿf* 2|O $ J Qs(*Hd/&r9@i{(x\CFX@ @PS픝 0RЕy %=ua:*"H\8.hpԊd*ډRT逷vEG D;@F1'q)6uM=YІVO,LK#F nZ&JKRj%ʤ'<ؒ B ڶ3-p5` ABY"J+Lh`&-4I r1",쁄^`'  N@f|r*=0+`,\c0 0h XG31 A  K .Qf<'%T!&v-= RAza1j)e(EHO? p$1VRe% -z˨0!s((`4Y( #,1@Y؁CY2$s)p$XBt:*+' p+{:Y&\ R.Sh "% *2 @22² ʁ70碓P.C>T!>$* c0X +!һ:P1PD+#1ȍC| 0̐#;K1s2;2a3%c 21 Sŏ8{h\,٘D$ >DFG84s쵠b 3)ɎPBGqGP5F2<ĉ`1K3c ӷj@RH3Gp5ݣ_2G`"`3ǘ{sxLjanB83U\0@1C{sFS> LIt?곎 sdD0Ǖh?kй<;Ө'bb6C ˀ 0h/x㌢t`;s7 sl?Ѳ)N9Y#5 ۼIAF믩P$h*?ltIͲ t ,Y3@1yB194B2IBK?,!@*C@.Z0@TL`Dx7L?#-d"Pd12Z8m1Q$RTS.cV0f{E(SDF,F`. 6c󫉇X۴XF$URU(UDGq4~20G2u0s܈|OEG}< Yۯ}Ga%pIL\}H#5l_Vnm= "?*#J @AQ #KZo"Wr& Kp8`"8>{Ňt1Oìom؉}~5I؊x J59pʁCP-I}8''ӧ@!CyNЌ|L"L\, ڊ,-Z ȰLy 1)Ø:,LƔRZBsLLD2<2<S>Y Q=dh[ou[)C'p؄ ⣐D> {JAjL?TŢ?aN;N[DHN+JPZP+y. tԿB,4ơPHTp+im+ MuS ]'*ySb4#@DNO$Nz JS*7M/B 1MEQ*K/J-RRJB&!RBl-I @Z[4G]>;UQ V"9]B0=e&ӑ&3l2GŲFoaH}U1`93zA)U#.UC#?AQ@(Rt S3@^]U^&PUԈb] 1Pr^"kM_6oS X?VW%Bp]@"GkdWwU\ JۺIAU p M6`7p ʤyK ,b Z᥈ˈ8Ċ6 ˭ΰ˨J HJX>TS LL9]e@Y?"`4 ڛuIqpP::B Qp ooM, 4NJIԔRJ<%ž04Q}ܡ^Ң!|+)ΣN|\s֓Un܏)D#<́U%-\)фBi",+ދ,\[b9-6R_fk 6SF7Dj"8e$CND@}ENB1`p4 E S`;#hPGf\{g<2iC">b(ECcUE2ɴM%liRȹ Ȇ5A (c1XGG2>-A;Cy- IkoCu88da8]^C N~L?c=èdXKqP  [ ٫4 V x坋 Nf .00ϤSa. Vn;f$w eI^ xZl,v n>N(`^gث-t(xZ|H>0">--h!>70ˬA9/{u9Wfn,\QdE @hi"kH)>1\ބ:^YF-jeAޣӬz̰>+#vxHȀ^b g ƺ# 6nw WXJ UbSO@DiF.V1| TB_MTo/cP2шP{MwMɭ[O&`r p @|̇]c?; 9| ;ގt/[q/W)\vfFJ; ~YX`ޗ\:ufHוJˣe {hÀjrknl 逎8suڂDu:~!,]2D8"DHŌ+rܨƐ$(K$AC5Ђ"=p8X3B-*@!d0C PM*5ٰI#KJTI ?ƌ0^h9:\{)U"גX0࿅*Y11eay Ы `P1qE亘⬫(1DH?z#sW(RP2%"} vwԊ].5ݑo b۷vtֵc7xb?+)ma[o2@5C;V~C5`F x!E6n[)f\VTaSL!FQK?pC iZ'^l"0 $p +d-gX=ajWRX1{AC +Ђ /0 F(-v5TUhZRhuT2ֈ_d< *3`aL?9P$ ET譹Rl#fB@mDAEI;mP&Vj-۶$*.62mLE0ID^(ID4 Jq%KpAQ_zV^’UDU%O x)gAٶr)W/NqqFCP4Z*DB1ȳ,qS9U4E42lZ3 kzPA<-BR@gxswStY.|VZ{ 2lhXc*tJ0 Epy&ivD~;_%o EhW5\8tCH- [}A1EFVV i 4܀pҦ)IQ3XA7)iv Nq?ԐCF E)# B@!0{AMüAgZD2;=(D{V\R9A/4ҷ1:Kң<:D8;嘰 PHNxπ. xq姊L kS ui:;#9+a&'$8^m=)|9c\$yr1"ZQ{f}) Tj"@(*&-ğ2\ KCzBC 2IyIŽc$.mb[ZJhMr`d0IP t%$ɲBe-yG0j,(04BD0# $ t'aP:Hl-DKP `@L5*}rP?"P+-jRiz&&) !p8,>pR]D#xA {Z"j p Wز+^r@6Q80-` LP ~8*G kb@@AB <~yp0 34] {>`iq L+pj@0 B5tKd'06&gU@J-D;Рb@Bl P( Hƞ2 P0A'H׷%D(mx`;H-6Ov R8`A0 QXo_, :)IsR89" `L"&pk$mB U-Dn&B\爐\sA)!9y{  ߠj! :v%T9N:pQ*ua,؎ &m* Og8 4.4oUP "$$}玬 [-lpx+ "DV- b0 q6JvpOu$ȔR-XWiF0y#TTf-`@td*AW-I1EXg0`/ 0Tt+&h BRt;X'{0b +r qvL0@:` G"axγX*+ A\\ :|ƸHzg8,)z0' Nc'A`r%Cq>Շ: %] &{3:/1OA U'T0_H&8҂zdR6lxg:PHy*3ym(B:R5XR rP$+p9k7Nyөt_h W(//ŒHK#A D5*=)^9]UI\N5i20s^ ` T+\fAtLU XvADhFD (@X0 hf 6+rA$`|IKCZ|l_˂#DONY#<ՑUj#BmK؅E$XK]D㋠աkyPQĕĺ lxr<,W]0DFwDoQers E#s$qL#fuL m աO!цm" Z!%ڑaa&aFGrr/=F%T h UH3G-Yg!h'Yx@[[LI,x>*ʢ< Buh"&faҙND&X_HQ è9Jooa*pFaoI wvӝfHt@e ;~\'R''_C@|@hcd [ [hdeIo@a E\D O$_ dKwٍ (~.DjEL_Ǝz0W{}}6tkh\ހaΓ( R\ ED˂ax ҄9<}A]lb ݄@f(~)$*8 B<^xWQni @o)Y*. d,6h|\XQAQ˼*U^2lުaἀ@$0i @xXV@O@ol\cCWTA]LTeTH%Uܪ+JDJ+Ϋ dLᎉ"Ef*дl&@W@k\J@DL}&q|,A\hhA0@ʭ\DܜA\qΫI(ʫV`)Y>&IѪn5lh!)goȈlrP'Oҁς`KcPh"v$HRjBUd^/0DXjmZ@Q*0vn>IHDðKdp0t" 金X.E Xp/6DoDTX oLaA:oCxX)r"'oq@f`WMQvn"$ D?/2! ?P.ORPr>1qt8嵲2dAޏrpp dUo/IlD2ϱrXBPSFP.R*_FItDztnZ@H[ 5c1B$.F.Z$9ϐmHMfY t\g h@͍@ObRn|Gǹl~ԇFAkEeڲ\J mtՖbvcRII&P_mDfm~& .HqjO\*ܲ3Gޢ,n8g L>9\'JDNqVXn]x+T JkVdoa{vqb#q(/ d#W @$e'y[Ao@r/.o6~osggKdll&wgq%k$wwnYmp$ws0& L7u׶tGӱKA  2cq碅O~37k xVxwu&)7LqJ %FAATc1s@dčlM~rpp0!88{'"Ow[qI$8rvs)ayvb1g2+Uy\6@4GF$xv,XFk.6y_|uvXjlzFƒ3oĝo 5OddnBKl_]# V3V)l@OV6,,A;PK u&7b{,gg%skin/modern/global/globalBindings.xml PK u&7ra skin/modern/global/plugins.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.org code. * * The Initial Developer of the Original Code is * the Mozilla Organization. * Portions created by the Initial Developer are Copyright (C) 1998-2002 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Robert Kaiser * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ /* ===== plugins.css ===================================================== == Styles used by the about:plugins dialog. ======================================================================= */ body { background-color: #FFFFFF; color: #22262F; font: message-box; text-align: center; } a:link, a:visited, a:active { color: #313063; } hr { display: none; } div#outside { text-align: justify; width: 90%; margin-left: 5%; margin-right: 5%; } div#plugs { text-align: center; font-size: x-large; font-weight: bold; color: #5D616E; } div#noplugs { font-size: large; font-weight: bold; color: #5D616E; } div#findmore { margin-top: 2em; } div.plugname { margin-top: 2em; margin-bottom: 1em; font-size: large; text-align: left; font-weight: bold; color: #5D616E; } dl { margin: 0px 0px 3px 0px; } table { background-color: #C7D0D9; color: #22262F; font: message-box; text-align: left; width: 100%; border: 1px solid #2D3B49; border-spacing: 0px; } th { text-align: center; font-weight: bold; background-color: #90A1B3; color: #000000; } th + th, td + td { border-left: 1px dotted #2D3B49; } td { text-align: left; border-top: 1px dotted #2D3B49; } th, td { padding: 3px; } th.type, th.suff { width: 20%; } th.desc { width: 50%; } th.enabled { width: 10%; }PK U+7vskin/modern/global/about.csshtml { background: #FFF; } body { margin: 0; padding: 0 1em; color: #22262F; font: message-box; } #aboutPageContainer { position: relative; min-width: 330px; max-width: 50em; margin: 2em auto; border: 1px solid rgb(73, 79, 93); -moz-border-radius: 10px; padding: 2em; -moz-padding-start: 30px; background: #C7D0D9; } #aboutLogoContainer { width: 300px; margin-bottom: 2em; } img { border: 0; } #version { color: #000; margin: -40px 0 9px 10px; font-size: 130%; } ul { margin: 0; -moz-margin-start: 1.5em; padding: 0; list-style: square; font-size: 110%; } ul > li { margin-top: .5em; } PK u&7;,,skin/modern/global/button.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.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 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 ***** */ /* ===== button.css ===================================================== == Styles used by the XUL button element. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* :::::::::: button :::::::::: */ button { margin: 2px; border: 6px solid; -moz-border-top-colors: transparent transparent transparent #000000 #BBC6D1 #B1BBC9; -moz-border-right-colors: transparent transparent transparent #000000 #A2AEBB #A7B4C1; -moz-border-bottom-colors: transparent transparent transparent #000000 #97A6B6 #9DAAB9; -moz-border-left-colors: transparent transparent transparent #000000 #BBC6D1 #B1BBC9; -moz-border-radius: 5px; min-width: 6em; background-color: #AAB6C4; color: #000000; font: menu; } .button-icon { margin-left: 2px; } .button-text { margin: 0px 6px 0px 4px !important; text-align: center; } /* .......... focused state .......... */ button:focus { -moz-border-top-colors: transparent #98A5B2 #98A5B2 #000000 #BBC6D1 #B1BBC9; -moz-border-right-colors: transparent #98A5B2 #98A5B2 #000000 #A2AEBB #A7B4C1; -moz-border-bottom-colors: transparent #98A5B2 #98A5B2 #000000 #97A6B6 #9DAAB9; -moz-border-left-colors: transparent #98A5B2 #98A5B2 #000000 #BBC6D1 #B1BBC9; } /* .......... active/open/checked state .......... */ button:hover:active, button[checked="true"], button[open="true"] { -moz-border-top-colors: transparent transparent transparent #000000 #8290A5 #899AAC; -moz-border-right-colors: transparent transparent transparent #000000 #8290A5 #899AAC; -moz-border-bottom-colors: transparent transparent transparent #000000 #8290A5 #899AAC; -moz-border-left-colors: transparent transparent transparent #000000 #8290A5 #899AAC; background-color: #90A1B3; color: #FFFFFF; } button:hover:active:focus, button[checked="true"]:focus, button[open="true"]:focus { -moz-border-top-colors: transparent #98A5B2 #98A5B2 #000000 #8290A5 #899AAC; -moz-border-right-colors: transparent #98A5B2 #98A5B2 #000000 #8290A5 #899AAC; -moz-border-bottom-colors: transparent #98A5B2 #98A5B2 #000000 #8290A5 #899AAC; -moz-border-left-colors: transparent #98A5B2 #98A5B2 #000000 #8290A5 #899AAC; } /* .......... disabled state .......... */ button[disabled="true"] { -moz-border-top-colors: transparent transparent transparent #8290A5 #C6CDD7 #BCC5D1 !important; -moz-border-right-colors: transparent transparent transparent #8290A5 #A9B5C1 #B2BAC7 !important; -moz-border-bottom-colors: transparent transparent transparent #8290A5 #A9B5C1 #B2BAC7 !important; -moz-border-left-colors: transparent transparent transparent #8290A5 #C6CDD7 #BCC5D1 !important; background-color: #B7BFCB !important; color: #8C99AB !important; } /* .......... default state .......... */ button[default="true"] { -moz-border-top-colors: transparent transparent #000000 #000000 #BBC6D1 #B1BBC9; -moz-border-right-colors: transparent transparent #000000 #000000 #A2AEBB #A7B4C1; -moz-border-bottom-colors: transparent transparent #000000 #000000 #97A6B6 #9DAAB9; -moz-border-left-colors: transparent transparent #000000 #000000 #BBC6D1 #B1BBC9; } button[default="true"]:hover:active { -moz-border-top-colors: transparent transparent #000000 #000000 #8290A5 #899AAC; -moz-border-right-colors: transparent transparent #000000 #000000 #8290A5 #899AAC; -moz-border-bottom-colors: transparent transparent #000000 #000000 #8290A5 #899AAC; -moz-border-left-colors: transparent transparent #000000 #000000 #8290A5 #899AAC; -moz-border-radius: 4px; } button[default="true"]:hover:active:focus { -moz-border-top-colors: #98A5B2 #98A5B2 #000000 #000000 #8290A5 #899AAC; -moz-border-right-colors: #98A5B2 #98A5B2 #000000 #000000 #8290A5 #899AAC; -moz-border-bottom-colors: #98A5B2 #98A5B2 #000000 #000000 #8290A5 #899AAC; -moz-border-left-colors: #98A5B2 #98A5B2 #000000 #000000 #8290A5 #899AAC; } button[default="true"]:focus { -moz-border-top-colors: #98A5B2 #98A5B2 #000000 #000000 #BBC6D1 #B1BBC9; -moz-border-right-colors: #98A5B2 #98A5B2 #000000 #000000 #A2AEBB #A7B4C1; -moz-border-bottom-colors: #98A5B2 #98A5B2 #000000 #000000 #97A6B6 #9DAAB9; -moz-border-left-colors: #98A5B2 #98A5B2 #000000 #000000 #BBC6D1 #B1BBC9; } /* ::::: menu/menu-button buttons ::::: */ button[type="menu-button"] { -moz-box-align: center; -moz-box-pack: center; border: none !important; background: transparent !important; } .button-menubutton-button { margin: 0; } .button-menu-dropmarker, .button-menubutton-dropmarker { margin: 1px; background-color: transparent !important; border: none !important; min-width:9px; min-height:5px; } .button-menubutton-dropmarker[open="true"] { margin: 2px 0px 0px 2px; } /* ::::: plain buttons ::::: */ button.plain, button.plain:hover, button.plain:hover:active { margin: 0px; border: none !important; padding: 0px; } PK u&7 skin/modern/global/checkbox.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.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 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 ***** */ /* ===== checkbox.css =================================================== == Styles used by the XUL checkbox element. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: checkbox ::::: */ checkbox { -moz-box-align: center; margin: 0px 2px; border: 2px solid transparent; padding: 1px 2px 1px 4px; } .checkbox-icon { margin-left: 2px; } /* ..... focused state ..... */ checkbox:focus { border-color: #98A5B2; -moz-border-radius: 4px 5px; } /* ..... disabled state ..... */ checkbox[disabled="true"] > .checkbox-label-box > .checkbox-label { color: #8C99AB !important; } /* ::::: checkmark image ::::: */ .checkbox-check { width: 13px; height: 13px; list-style-image: url("chrome://global/skin/checkbox/cbox.gif"); } checkbox:hover:active > .checkbox-check { list-style-image: url("chrome://global/skin/checkbox/cbox-act.gif"); } .checkbox-check[disabled="true"] { list-style-image: url("chrome://global/skin/checkbox/cbox-dis.gif") !important } /* ..... checked state ..... */ .checkbox-check[checked="true"] { list-style-image: url("chrome://global/skin/checkbox/cbox-check.gif"); } checkbox:hover:active > .checkbox-check[checked="true"] { list-style-image: url("chrome://global/skin/checkbox/cbox-act-check.gif"); } .checkbox-check[checked="true"][disabled="true"] { list-style-image: url("chrome://global/skin/checkbox/cbox-dis-check.gif") !important; } PK u&7"skin/modern/global/colorpicker.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.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 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 ***** */ /* ===== colorpicker.css ================================================ == Styles used by the XUL colorpicker element. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: colorpicker button ::::: */ colorpicker[type="button"] { width: 38px; height: 24px; border: 4px solid; -moz-border-top-colors: transparent transparent #97A4B2 #DFE5EF; -moz-border-right-colors: transparent transparent #3B414F #AAB4BF; -moz-border-bottom-colors: transparent transparent #3B414F #AAB4BF; -moz-border-left-colors: transparent transparent #97A4B2 #DFE5EF; background-color: #C7D0D9; padding: 3px; } .colorpicker-button-colorbox { border: 1px solid #000000; } colorpicker[type="button"][open="true"] { -moz-border-top-colors: transparent transparent #3B414F #A6B3C0; -moz-border-right-colors: transparent transparent #3B414F #A6B3C0; -moz-border-bottom-colors: transparent transparent #3B414F #A6B3C0; -moz-border-left-colors: transparent transparent #3B414F #A6B3C0; background-color: #A6B3C0; } colorpicker[type="button"]:focus { -moz-border-top-colors: #98A5B2 #98A5B2 #97A4B2 #DFE5EF; -moz-border-right-colors: #98A5B2 #98A5B2 #3B414F #AAB4BF; -moz-border-bottom-colors: #98A5B2 #98A5B2 #3B414F #AAB4BF; -moz-border-left-colors: #98A5B2 #98A5B2 #97A4B2 #DFE5EF; } colorpicker[type="button"][open="true"]:focus { -moz-border-top-colors: #98A5B2 #98A5B2 #3B414F #A6B3C0; -moz-border-right-colors: #98A5B2 #98A5B2 #3B414F #A6B3C0; -moz-border-bottom-colors: #98A5B2 #98A5B2 #3B414F #A6B3C0; -moz-border-left-colors: #98A5B2 #98A5B2 #3B414F #A6B3C0; } /* ::::: colorpicker tiles ::::: */ .colorpickertile { width: 20px; height: 20px; margin: 1px; border: 1px inset #C7D0D9; } .colorpickertile[selected="true"] { border: 2px outset #C0C0C0; } .colorpickertile[hover="true"] { border: 2px dotted #FFFFFF; } .cp-light[hover="true"] { border : 2px dotted #909090; } PK u&7ŝy y skin/modern/global/config.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is Mozilla Communicator client code, released * March 31, 1998. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998-2001 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Chip Clark (chipc@netscape.com) * Christopher Thomas (cst@yecc.com) * * 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 ***** */ /* ===== config.css ============================================== == Styles for about:config ======================================================================= */ @import url("chrome://global/skin/"); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: warning screen ::::: */ #warningScreen { background: #FFF; } #warningBox { background: #C7D0D9; border: 1px solid ThreeDShadow; -moz-border-radius: 10px; padding: 3em; -moz-padding-start: 30px; margin-left: 1em; margin-right: 1em; } #warningInnerBox { max-width: 50em; } #warningTitle { margin: 0 0 .6em 0; font-size: 160%; border-bottom: 1px solid ThreeDShadow } #warningText { font-size: 110%; margin-left: 0; } #warningButton { margin-top: 0.6em; } #showWarningNextTime { margin-top: 0.6em; } #exclam { list-style-image: url("chrome://global/skin/icons/alert-exclam.gif"); margin-right: 3em; } /* ::::: tree rows ::::: */ treechildren::-moz-tree-cell-text(user) { font-weight: bold; } treechildren::-moz-tree-cell-text(locked) { font-style: italic; } PK u&7d<YY%skin/modern/global/datetimepicker.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.org code. * * The Initial Developer of the Original Code is the Mozilla Corporation * Portions created by the Initial Developer are Copyright (C) 2006 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Neil Deakin (enndeakin@sympatico.ca) * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ /* ===== datetimepicker.css ============================================= == Styles used by the XUL datepicker and timepicker elements. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); @namespace html url("http://www.w3.org/1999/xhtml"); datepicker, timepicker { margin: 2px 4px; font: inherit; cursor: default; } .datetimepicker-input-box { border: 2px solid; -moz-border-top-colors: #BEC3D3 #5D616E; -moz-border-right-colors: #F8FAFE #5D616E; -moz-border-bottom-colors: #F8FAFE #5D616E; -moz-border-left-colors: #BEC3D3 #5D616E; padding: 1px; background-color: #FFFFFF; color: #000000; } html|*.datetimepicker-input { text-align: right; width: 1.6em; padding: 0; margin: 0; } .datetimepicker-separator { margin: 0 !important; } .datetimepicker-year { width: 3.2em; } datepicker[readonly="true"], timepicker[readonly="true"] { background-color: #C7D0D9; } datepicker[disabled="true"], timepicker[disabled="true"] { background-color: #C7D0D9; color: #999999; cursor: default !important; } .datepicker-gridlabel, .datepicker-weeklabel { margin: 0; text-align: center; } .datepicker-gridlabel[today="true"] { background-color: darkgrey; color: white; } .datepicker-gridlabel[selected="true"] { background-color: #424F63; color: #000000; } .datepicker-button { min-width: 4px; padding: 0px; } .datepicker-button .button-text { visibility: collapse; } .datepicker-previous { list-style-image: url("chrome://global/skin/arrow/arrow-lft.gif"); } .datepicker-next { list-style-image: url("chrome://global/skin/arrow/arrow-rit.gif"); } .datepicker-previous[disabled="true"] { list-style-image: url("chrome://global/skin/arrow/arrow-lft-dis.gif"); } .datepicker-next[disabled="true"] { list-style-image: url("chrome://global/skin/arrow/arrow-rit-dis.gif"); } PK u&7+luu!skin/modern/global/dropmarker.cssdropmarker { -moz-box-align: center; -moz-box-pack: center; border: 3px solid; -moz-border-top-colors: #000000 #BBC4D1 #B3BBC9; -moz-border-bottom-colors: #000000 #99A7B7 #9EACBB; -moz-border-right-colors: #000000 #99A7B7 #9EACBB; -moz-border-left-colors: #000000 #BBC4D1 #B3BBC9; -moz-border-radius: 2px; padding-top: 3px; padding-bottom: 2px; background-color: #A6B3C0; list-style-image: url("chrome://global/skin/menulist/mlist-arrow.gif"); } dropmarker[disabled="true"] { -moz-border-top-colors: #727D8E #D0D6DF #BDC6D2 !important; -moz-border-right-colors: #727D8E #AAB5C2 #B3BBC8 !important; -moz-border-top-colors: #727D8E #D0D6DF #BDC6D2 !important; -moz-border-bottom-colors: #727D8E #AAB5C2 #B3BBC8 !important; background-color: #B7BFCB !important; list-style-image: url("chrome://global/skin/menulist/mlist-dis-arrow.gif") !important; } PK u&7Vt !skin/modern/global/filepicker.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.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 * Brian Ryner (bryner@brianryner.com) * * 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 ***** */ /* ===== filepicker.css ================================================= == Styles used by the File Picker dialog. ======================================================================= */ @import url("chrome://global/skin/"); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: column widths ::::: */ #FilenameColumn, #ContentLengthColumn, #LastModifiedDateColumn { width: 100px; } /* ::::: file/directory items ::::: */ treechildren::-moz-tree-image(FilenameColumn) { margin-right: 2px; } treechildren::-moz-tree-image(FilenameColumn, directory) { list-style-image: url("chrome://global/skin/filepicker/dir-closed.gif"); } treechildren::-moz-tree-image(FilenameColumn, file) { list-style-image: url("chrome://global/skin/filepicker/blank.gif"); } /* ::::: button items ::::: */ .up-button { list-style-image: url("chrome://global/skin/filepicker/folder-up.gif"); min-width: 0%; /* don't let XUL layout min-size override our max-width setting */ min-height: 0%; max-width: 36px; } .home-button { list-style-image: url("chrome://global/skin/filepicker/folder-home.gif"); min-width: 0%; /* don't let XUL layout min-size override our max-width setting */ min-height: 0%; max-width: 36px; } .new-dir-button { list-style-image: url("chrome://global/skin/filepicker/folder-new.gif"); min-width: 0%; /* don't let XUL layout min-size override our max-width setting */ min-height: 0%; max-width: 36px; } PK U6* skin/modern/global/findBar.css@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); .findbar-closebutton { border: 1px solid transparent; padding: 3px 2px 4px 2px !important; list-style-image: url("chrome://global/skin/icons/close.png"); -moz-appearance: none; -moz-image-region: rect(0px, 16px, 16px, 0px); } .findbar-closebutton > .toolbarbutton-icon { -moz-margin-end: 0px !important; -moz-padding-end: 2px !important; -moz-padding-start: 2px !important; } .findbar-closebutton:hover { -moz-image-region: rect(0px, 32px, 16px, 16px); } .findbar-closebutton:hover:active { -moz-image-region: rect(0px, 48px, 16px, 32px); } findbar { -moz-appearance: none !important; border-top: 2px solid; -moz-border-top-colors: ThreeDShadow ThreeDHighlight !important; border-bottom: 1px solid; -moz-border-bottom-colors: transparent; min-width: 1px; } /* find-next button */ .findbar-find-next { list-style-image: url("chrome://global/skin/icons/find.png"); -moz-image-region: rect(0px 16px 16px 0px); } .findbar-find-next:hover { -moz-image-region: rect(16px 16px 32px 0px); } .findbar-find-next[disabled="true"] { -moz-image-region: rect(32px 16px 48px 0px) !important; } /* find-previous button */ .findbar-find-previous { list-style-image: url("chrome://global/skin/icons/find.png"); -moz-image-region: rect(0px 32px 16px 16px); } .findbar-find-previous:hover { -moz-image-region: rect(16px 32px 32px 16px); } .findbar-find-previous[disabled="true"] { -moz-image-region: rect(32px 32px 48px 16px) !important; } /* highlight button */ .findbar-highlight { list-style-image: url("chrome://global/skin/icons/find.png"); -moz-image-region: rect(0px 48px 16px 32px); } .findbar-highlight:hover { -moz-image-region: rect(16px 48px 32px 32px); } .findbar-highlight[disabled="true"] { -moz-image-region: rect(32px 48px 48px 32px) !important; } .findbar-highlight:active, .findbar-highlight[checked="true"] { -moz-image-region: rect(48px 48px 64px 32px); } .findbar-highlight[checked="true"]:hover { -moz-image-region: rect(64px 48px 80px 32px); } .find-status-icon { list-style-image: none; margin-top: 2px; margin-bottom: 0px; -moz-margin-start: 12px; -moz-margin-end: 0px; width: 16px; height: 16px; } .findbar-find-status { margin-top: 0px; margin-bottom: 0px; -moz-margin-start: 3px; -moz-margin-end: 0px; padding: 2px; } .find-status-icon[status="notfound"] { list-style-image: url("chrome://global/skin/icons/notfound.png"); } .findbar-textbox { -moz-binding: url("chrome://global/content/bindings/findbar.xml#findbar-textbox"); -moz-appearance: none; border: none; margin: 0px; } .findbar-textbox[status="notfound"] { background-color: #FF6666; color: #FFFFFF; } findbar[flash="true"] > .find-field-container > .findbar-textbox { background-color: yellow; } .find-status-icon[status="wrapped"] { list-style-image: url("chrome://global/skin/icons/wrap.png"); } .find-field-container { -moz-appearance: textfield; } PK u&7!skin/modern/global/formatting.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.org code. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Joe Hewitt * * Alternatively, the contents of this file may be used under the terms of * either 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 ***** */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: colors ::::: */ /* ::::: inset areas ::::: */ .inset { border: 1px inset #C7D0D9; margin: 0px 5px 5px 5px; } .box-inset { margin: 2px 4px; border: 2px solid; -moz-border-top-colors: #BEC3D3 #5D616E; -moz-border-right-colors: #F8FAFE #5D616E; -moz-border-bottom-colors: #F8FAFE #5D616E; -moz-border-left-colors: #BEC3D3 #5D616E; background-color: #FFFFFF; color: #000000; } /* ::::: formatting ::::: */ .groove-top { border-top: 2px groove #C7D0D9; } .groove-right { border-right: 2px groove #C7D0D9; } .groove-left { border-left: 2px groove #C7D0D9; } .groove-bottom { border-bottom: 2px groove #C7D0D9; } .outset { border: 1px outset #C7D0D9; } /* ::::: separator rules ::::: */ /* ..... standard separators ..... */ separator, separator[orient="horizontal"] { height: 1.5em; } separator[orient="vertical"] { width: 1.5em; } /* ..... thinner separators ..... */ separator.thin, separator.thin[orient="horizontal"] { height: 0.5em; } separator.thin[orient="vertical"] { width: 0.5em; } /* ..... groove separators ..... */ separator.groove, separator.groove[orient="horizontal"] { border-top: 1px solid #7A8490; border-bottom: 1px solid #FEFEFE; height: 0px; margin-top: 0.4em; margin-bottom: 0.4em; } separator.groove[orient="vertical"] { border-left: 1px solid #7A8490; border-right: 1px solid #FEFEFE; margin-left: 0.4em; margin-right: 0.4em; } /* ..... thin groove separators ..... */ separator.groove-thin { border-top: 2px groove #D7D9E0; height: 0px; } separator[orient="vertical"].groove-thin { border-left: 2px groove #D7D9E0; } /* ::::: text formatting rules ::::: */ /* ..... label (with margins) ..... */ /* reduced margin for some UI */ .small-margin { margin: 1px 2px 1px 2px; } .plain { margin: 0px !important; border: none; padding: 0px; } description, label { cursor: default; } description { margin: 1px 5px 4px 5px; } label { margin: 1px 5px 2px 5px; } description[disabled="true"], label[disabled="true"] { color: #8C99AB; } .header { font-weight: bold; } .monospace { font-family: monospace; } .indent { margin-left: 20px; } .icon-dropmarker { list-style-image: url("chrome://global/skin/arrow/arrow-dn.gif"); } .box-padded { padding: 5px; } .spaced { margin: 3px 5px 4px 5px; } .wizard-box { padding: 20px 44px 10px 44px; } /* class for text with a 'link' appearance */ .text-link { color: blue; text-decoration: underline; } .text-link:focus { color: red; /* Don't specify the outline-color, we should always use initial value. */ outline: 1px dotted; } .text-link:hover { cursor: pointer; } .text-link:hover:active { color: red; } .text-link[visited="true"] { color: purple; } PK u&7,ǂ skin/modern/global/groupbox.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.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 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 ***** */ /* ===== 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: #858B97 #ECEFF2; -moz-border-right-colors: #ECEFF2 #858B97; -moz-border-bottom-colors: #ECEFF2 #858B97; -moz-border-left-colors: #858B97 #ECEFF2; padding: 5px; } .groupbox-body { padding: inherit; } caption { margin: 0px 6px 2px 6px; padding: 0px 3px; background-color: #C7D0D9; } PK u&7Dtskin/modern/global/listbox.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is Mozilla Communicator client code, released * March 31, 1998. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998-2001 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Joe Hewitt (hewitt@netscape.com) * Dean Tessman (dean_tessman@hotmail.com) * * 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 ***** */ /* ===== 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: #BEC3D3 #5D616E; -moz-border-right-colors: #F8FAFE #5D616E; -moz-border-bottom-colors: #F8FAFE #5D616E; -moz-border-left-colors: #BEC3D3 #5D616E; background-color: #FFFFFF; color: #000000; } listbox[disabled="true"] { color: #999999; } /* ::::: listitem ::::: */ listitem { border-top: 1px solid transparent; border-bottom: 1px solid transparent; } listbox:focus > listitem[current="true"] { border-top-color: #000000; border-bottom-color: #000000; } listitem[selected="true"] { background-color: #C7D0D9; color: #000000; } listbox:focus > listitem[selected="true"] { background-color: #424F63; color: #FFFFFF; } listcell { padding: 0 0 1px 2px; } /* ::::: listcell checkbox ::::: */ .listcell-check { margin: 0px 2px; list-style-image: url("chrome://global/skin/checkbox/cbox.gif"); } .listcell-check[checked="true"] { list-style-image: url("chrome://global/skin/checkbox/cbox-check.gif"); } .listcell-check[disabled="true"] { border-color: #999999; list-style-image: url("chrome://global/skin/checkbox/cbox-dis.gif"); } .listcell-check[disabled="true"][checked="true"] { list-style-image: url("chrome://global/skin/checkbox/cbox-dis-check.gif"); } /* ::::: listheader ::::: */ listheader { -moz-box-align: center; border: 2px solid; -moz-border-top-colors: #EEF0F3 #C7D0D9; -moz-border-right-colors: #63676B #A5ABB0; -moz-border-bottom-colors: #63676B #A5ABB0; -moz-border-left-colors: #EEF0F3 #C7D0D9; padding: 0 4px; background-color: #C7D0D9; color: #000000; } 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: #A5ABB0 #C7D0D9; -moz-border-right-colors: #A5ABB0; -moz-border-bottom-colors: #A5ABB0; -moz-border-left-colors: #A5ABB0 #C7D0D9; 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: #999999; } PK u&7=&44skin/modern/global/menu.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.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 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 ***** */ /* ===== 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: #000000; 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: #8C99AB; } /* ..... 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-description { font-style: italic; color: #8C99AB; margin-left: 1ex !important; } .menu-accel, .menu-iconic-accel { margin: 0px 2px 0px 7px !important; padding-right: 14px; color: inherit; } .menu-iconic-icon { min-width: 16px; min-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-hov.gif"); -moz-image-region: auto; } .menu-right[disabled="true"] { list-style-image: url("chrome://global/skin/menu/menu-arrow-dis.gif") !important; -moz-image-region: auto; } /* ::::: menu/menuitems in menubar ::::: */ menubar > menu { border: 1px solid transparent; padding: 1px 4px 2px 4px; margin: 1px 0px 1px 0px; } menubar > menu[_moz-menuactive="true"] { border: 1px outset #DDE3EB; } menubar > menu[_moz-menuactive="true"][open="true"] { border-style: inset; } /* ..... 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: #424F63; color: #FFFFFF; } /* ::::: menu/menuitems in menulist popups ::::: */ .menulist-menupopup > menuitem, menulist > menupopup > menuitem, .menulist-menupopup > menu, menulist > menupopup > menu { padding-right: 30px; padding-top: 1px; padding-bottom: 1px; max-width: none; font: message-box; } /* ..... selected state ..... */ menulist > menupopup > menuitem[selected="true"] { list-style-image: url("chrome://global/skin/menu/menu-check.gif"); -moz-image-region: auto; } menulist > menupopup > menuitem[_moz-menuactive="true"][selected="true"] { list-style-image: url("chrome://global/skin/menu/menu-check-hov.gif"); -moz-image-region: auto; } /* ::::: 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-dis.gif"); -moz-image-region: auto; } menuitem[checked="true"][_moz-menuactive="true"] { list-style-image: url("chrome://global/skin/menu/menu-check-hov.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-dis.gif"); -moz-image-region: auto; } menuitem[checked="true"][type="radio"][_moz-menuactive="true"] { list-style-image: url("chrome://global/skin/menu/menu-radio-hov.gif"); -moz-image-region: auto; } /* ::::: menuseparator ::::: */ menuseparator { margin: 2px 3px; border-top: 1px solid #A5ABC0; border-bottom: 1px solid #EEF1F7; } menulist > menupopup > menuseparator, .menulist-menupopup > menuseparator { margin: 2px 0; 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/tree/columnpicker.gif"); -moz-image-region: auto; } PK u&77=skin/modern/global/menulist.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.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 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 ***** */ /* ===== 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"); /* namespace for HTML elements */ /* :::::::::: menulist :::::::::: */ menulist { margin: 1px 4px; border: 2px solid transparent; min-height: 19px; color: #000000; font: message-box; } .menulist-label { margin: 0 2px 0 0 !important; } .menulist-description { font-style: italic; color: #5D616E; margin-left: 1em !important; } .menulist-icon { padding-right: 2px; } .menulist-label-box { -moz-box-align: center; -moz-box-pack: center; border-top: 3px solid; border-bottom: 3px solid; border-left: 3px solid; -moz-border-top-colors: #000000 #BBC4D1 #B3BBC9; -moz-border-bottom-colors: #000000 #99A7B7 #9EACBB; -moz-border-left-colors: #000000 #BBC4D1 #B3BBC9; -moz-border-radius-topleft: 2px; -moz-border-radius-bottomleft: 2px; background-color: #A6B3C0; padding-left: 8px; } .menulist-dropmarker { border-left: 2px solid; -moz-border-left-colors: #6D7C8F #C1CBD9; -moz-border-radius-topleft: 0px; -moz-border-radius-bottomleft: 0px; } .menulist-dropmarker > .dropmarker-icon { margin: 1px 2px 0px 2px; } /* ..... focused state ..... */ menulist:focus { border-color: #98A5B2; -moz-border-radius: 7px; background-color: #98A5B2; } /* ..... active state ..... */ menulist[open="true"] { color: #FFFFFF; } menulist[open="true"] > .menulist-label-box { -moz-border-top-colors: #313948 #8393A7 #8C9DAF; -moz-border-bottom-colors: #313948 #8393A7 #8C9DAF; -moz-border-left-colors: #313948 #8393A7 #8C9DAF; background-color: #91A2B4; } menulist[open="true"] > .menulist-dropmarker { list-style-image: url("chrome://global/skin/menulist/mlist-act-arrow.gif"); } /* ..... disabled state ..... */ menulist[disabled="true"] { color: #8C99AB !important; } menulist[disabled="true"] > .menulist-label-box { -moz-border-top-colors: #727D8E #D0D6DF #BDC6D2 !important; -moz-border-bottom-colors: #727D8E #AAB5C2 #B3BBC8 !important; background-color: #B7BFCB !important; } menulist[disabled="true"] > .menulist-label-box { -moz-border-left-colors: #727D8E #C9D0D9 #BDC6D2 !important; } menulist[disabled="true"] > .menulist-dropmarker { -moz-border-left-colors: #95A1AD #C7D0DC !important; } /* ::::: editable menulists ::::: */ .menulist-editable-box { border: 1px solid #000000; border-right: none; background-color: #FFFFFF; padding: 2px 0px 2px 2px; } html|*.menulist-editable-input { margin: 0px !important; border: none !important; padding: 0px !important; background: inherit; font: inherit; } menulist[focused="true"] { border-color: #98A5B2; -moz-border-radius-topright: 7px; -moz-border-radius-bottomright: 7px; background-color: #98A5B2; } /* ::::: compact menulists ::::: */ .menulist-compact { -moz-box-align: center; -moz-box-pack: center; margin: 0; border: 2px solid; -moz-border-top-colors: #CED5DD #A6B3C0; -moz-border-right-colors: #5D616E #99A9BA; -moz-border-bottom-colors: #5D616E #99A9BA; -moz-border-left-colors: #CED5DD #A6B3C0; -moz-border-radius: 0; padding: 1px; min-height: 0px; background-color: #A6B3C0; color: #000000; } .menulist-compact > .menulist-label { margin: 0 3px 0 0 !important; text-align: right; } .menulist-compact > .menulist-dropmarker { border: none; background: transparent; } .menulist-compact > .menulist-dropmarker, .menulist-compact[open="true"] > .menulist-dropmarker { list-style-image: url("chrome://global/skin/menulist/mlist-compact-arrow.gif"); } .menulist-compact:focus { -moz-border-radius: 0; } .menulist-compact[open="true"] { -moz-border-top-colors: #788797 #91A2B4; -moz-border-right-colors: #5D616E #788797; -moz-border-bottom-colors: #5D616E #788797; -moz-border-left-colors: #788797 #91A2B4; background-color: #91A2B4; } PK u&7G skin/modern/global/numberbox.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.org code. * * The Initial Developer of the Original Code is the Mozilla Corporation * Portions created by the Initial Developer are Copyright (C) 2006 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Neil Deakin (enndeakin@sympatico.ca) * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ /* ===== numberbox.css ================================================== == Styles used by the XUL textbox type="number" element. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); @namespace html url("http://www.w3.org/1999/xhtml"); textbox[type="number"] { padding: 0 !important; cursor: default; } html|*.textbox-input { text-align: right; } .numberbox-input-box { -moz-box-align: center; padding: 1px; margin: 0; } PK ~d7  Eskin/modern/global/netError.css/* * This defines the look-and-feel styling of the error pages. * (see: netError.xhtml) * * Original styling by William Price * Updated by: Steven Garrity * Henrik Skupin */ html { background: #FFF; } body { margin: 0; padding: 0 1em; color: #22262F; font: message-box; } h1 { margin: 0 0 .6em 0; border-bottom: 1px solid ThreeDShadow; font-size: 160%; } ul, ol { margin: 0; -moz-margin-start: 1.5em; padding: 0; } ul > li, ol > li { margin-bottom: .5em; } ul { list-style: square; } #errorPageContainer { position: relative; min-width: 13em; max-width: 52em; margin: 4em auto; border: 1px solid rgb(73, 79, 93); -moz-border-radius: 10px; padding: 3em; -moz-padding-start: 30px; background: url("chrome://global/skin/icons/alert-exclam.gif") left 0 no-repeat #C7D0D9; -moz-background-origin: content; } body[dir="rtl"] #errorPageContainer { background-position: right 0; } #errorTitle { -moz-margin-start: 80px; } #errorLongContent { -moz-margin-start: 80px; } #errorShortDesc > p { overflow: auto; border-bottom: 1px solid ThreeDShadow; padding-bottom: 1em; font-size: 130%; } #errorLongDesc { -moz-padding-end: 3em; font-size: 110%; } #errorLongDesc > p { } #errorTryAgain { margin-top: 2em; -moz-margin-start: 80px; } #brand { position: absolute; right: 0; bottom: -1.5em; -moz-margin-end: 10px; opacity: .6; } body[dir="rtl"] #brand { right: auto; left: 0; } #brand > p { margin: 0; } #errorContainer { display: none; } #securityOverrideDiv { padding-top: 1em; } #securityOverrideContent { background-color: #E8DB99; padding: 10px; -moz-border-radius: 10px; } PK  * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ /* ===== preferences.css ===================================================== == Styles used by the XUL prefwindow element. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: dialog ::::: */ prefwindow { padding: 0px; } prefpane { padding: 7px 5px 5px 5px; } prefwindow[type="child"] { padding: 7px 5px 5px 5px; } prefwindow[type="child"] > prefpane { padding: 0px; } .prefWindow-dlgbuttons { padding: 0px 5px 5px 5px; } prefwindow[type="child"] .prefWindow-dlgbuttons { padding: 0px; } radio[pane] { margin: 0px 1px 0px 1px; padding: 1px 3px 1px 3px; min-width: 4.5em; background-color: #FFFFFF; color: #000000; } .paneSelector { border-bottom: 2px solid; -moz-border-bottom-colors: #ECEFF2 #2D3B49; margin: 0px; padding-left: 10px; background-color: #FFFFFF; color: #000000; } .paneButtonIcon { width: 32px; height: 32px; } radio[pane]:hover:active { background-color: #90A1B3; color: #FFFFFF; } radio[pane][selected="true"] { background-color: #C7D0D9; } PK u&7:M2 #skin/modern/global/printPreview.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is the Mozilla Print Preview Toolbar. * * The Initial Developer of the Original Code is * Netscape Communications Corp. * Portions created by the Initial Developer are Copyright (C) 2002 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Samir Gehani * Bill Law * Manuel Reimer * * 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"); } .left-arrow { list-style-image: url("chrome://global/skin/arrow/arrow-lft-sharp.gif"); } .right-arrow { list-style-image: url("chrome://global/skin/arrow/arrow-rit-sharp.gif"); } /* ..... 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"); } PK u&7Orzz%skin/modern/global/printPageSetup.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is the SeaMonkey Page Setup Dialog * * The Initial Developer of the Original Code is SeaMonkey team * Portions created by the Initial Developer are Copyright (C) 2007 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Manuel Reimer * * 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 ***** */ .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 u&7m/I I $skin/modern/global/progressmeter.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.org code. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Joe Hewitt * * Alternatively, the contents of this file may be used under the terms of * either 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 ***** */ /* ===== progressmeter.css ============================================== == Styles used by the XUL progressmeter element. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: progressmeter ::::: */ progressmeter { margin: 2px 4px; border: 2px solid; -moz-border-top-colors: #8997A1 #C7D0D9; -moz-border-right-colors: #E0ECF6 #C7D0D9; -moz-border-bottom-colors: #E0ECF6 #C7D0D9; -moz-border-left-colors: #8997A1 #C7D0D9; min-width: 128px; height: 14px; } progressmeter[mode="undetermined"] { background: url("chrome://global/skin/progressmeter/progress-busy.gif"); } .progress-bar { min-width: 0px; background-color: #6B7B8D; } .progress-bar[mode="undetermined"], .progress-remainder[mode="undetermined"] { visibility: hidden; } /* ::::: statusbar progressmeter ::::: */ .progressmeter-statusbar { margin: 0; -moz-border-bottom-colors: transparent transparent; -moz-border-top-colors: #E0ECF6 #C7D0D9; -moz-border-right-colors: #8997A1 #C7D0D9; -moz-border-left-colors: #E0ECF6 #C7D0D9; } PK u&7l skin/modern/global/radio.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.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 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 ***** */ /* ===== radio.css ====================================================== == Styles used by the XUL radio element. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: radio ::::: */ radio { -moz-box-align: center; margin: 0px 2px; border: 2px solid transparent; padding: 1px 2px 1px 4px; -moz-border-radius: 4px 5px; } .radio-icon { margin-left: 2px; } .radio-text { margin: 0px 2px !important; } /* ..... focused state ..... */ radio[focused="true"] { border-color: #98A5B2; } /* ..... disabled state ..... */ radio[disabled="true"] > .radio-label-box > .radio-label { color: #8C99AB !important; } /* ::::: checkmark image ::::: */ .radio-check { width: 13px; height: 13px; list-style-image: url("chrome://global/skin/radio/radio.gif"); } radio:hover:active > .radio-check { list-style-image: url("chrome://global/skin/radio/radio-act.gif"); } radio[disabled="true"] > .radio-check { list-style-image: url("chrome://global/skin/radio/radio-dis.gif") !important; } /* ..... checked state ..... */ radio[selected] > .radio-check { list-style-image: url("chrome://global/skin/radio/radio-check.gif"); } radio[selected]:hover:active > .radio-check { list-style-image: url("chrome://global/skin/radio/radio-act-check.gif"); } radio[selected][disabled="true"] > .radio-check { list-style-image: url("chrome://global/skin/radio/radio-dis-check.gif") !important; } PK u&7 skin/modern/global/scrollbox.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.org code. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Joe Hewitt * * Alternatively, the contents of this file may be used under the terms of * either 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 ***** */ /* ===== arrowscrollbox.css ============================================= == Styles used by the XUL arrowscrollbox and related elements. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: auto-repeat button ::::: */ autorepeatbutton { -moz-box-align: center; -moz-box-pack: center; margin: 1px 2px 2px 1px; border: 1px solid transparent; padding: 3px; } autorepeatbutton:hover { margin: 1px; border: 1px inset #A5B2C2; padding: 4px 3px 3px 4px; background-color: #A5B2C2; } .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") } PK u&7P "skin/modern/global/spinbuttons.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.org code. * * The Initial Developer of the Original Code is * Hkan Waara Portions created by Hkan Waara are Copyright (C) Hkan Waara. All Rights Reserved. * Portions created by the Initial Developer are Copyright (C) 2001 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Hkan Waara (Original Author) * * Alternatively, the contents of this file may be used under the terms of * either 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 ***** */ spinbuttons { height: 16px; } .spinbuttons-button { border: 2px solid; -moz-border-top-colors: #5D616E #B1BBC9; -moz-border-right-colors: #2D3B49 #A7B4C1; -moz-border-bottom-colors: #2D3B49 #9DAAB9; -moz-border-left-colors: #5D616E #B1BBC9; -moz-border-radius: 0; background: #B1BBC5 50% 50% no-repeat; width: 13px; min-width: 13px; margin: 0; -moz-box-flex: 1; } .spinbuttons-button:hover:active { -moz-border-top-colors: #8290A5 #899AAC; -moz-border-right-colors: #8290A5 #899AAC; -moz-border-bottom-colors: #8290A5 #899AAC; -moz-border-left-colors: #8290A5 #899AAC; background-color: #90A1B3; } .spinbuttons-button[disabled="true"] { background-color: #B7BFCB; border: 2px solid !important; -moz-border-top-colors: #8290A5 #C6CDD7 !important; -moz-border-right-colors: #8290A5 #A9B5C1 !important; -moz-border-bottom-colors: #8290A5 #A9B5C1 !important; -moz-border-left-colors: #8290A5 #C6CDD7 !important; } .spinbuttons-up { list-style-image: url("chrome://global/skin/scrollbar/mini-btn-up.gif"); } .spinbuttons-down { list-style-image: url("chrome://global/skin/scrollbar/mini-btn-dn.gif"); } PK u&7L 9$skin/modern/global/toolbarbutton.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.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 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 ***** */ /* ===== toolbarbutton.css ============================================== == Styles used by XUL toolbarbutton elements. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: toolbarbutton ::::: */ toolbarbutton { -moz-box-align: center; -moz-box-pack: center; border: 1px solid transparent; padding: 1px 2px; font: message-box; } .toolbarbutton-icon { margin-right: 2px; list-style-image: inherit; } .toolbarbutton-text { margin: 0px !important; text-align: center; } toolbarbutton:hover { border-top-color: #EEF0F3; border-right-color: #86929E; border-bottom-color: #86929E; border-left-color: #EEF0F3; } toolbarbutton:hover:active, toolbarbutton[open="true"] { border-top-color: #86929E; border-right-color: #EEF0F3; border-bottom-color: #EEF0F3; border-left-color: #86929E; padding: 2px 1px 0px 3px; } toolbarbutton[disabled="true"] { border-color: transparent !important; padding: 1px 2px !important; color: #9399AB !important; } /* ..... checked state ..... */ toolbarbutton[checked="true"] { border-top-color: #454C55 !important; border-right-color: #7D848D !important; border-bottom-color: #7D848D !important; border-left-color: #454C55 !important; background-color: #8C9AA8 !important; color: #EFF1F4; } toolbarbutton[checked="true"]:hover:active { padding: 1px 2px; } /* ::::: toolbarbutton menu ::::: */ .toolbarbutton-menu-dropmarker { list-style-image: url("chrome://global/skin/button/tbmenu-arrow.gif"); -moz-image-region: auto; /* cut off inheritance */ padding: 0px; border: none !important; background-color: transparent !important; } .toolbarbutton-menu-dropmarker[disabled="true"] { list-style-image: url("chrome://global/skin/button/tbmenu-arrow-dis.gif"); } .toolbarbutton-menu-dropmarker[open="true"] { list-style-image: url("chrome://global/skin/button/tbmenu-arrow-act.gif"); } /* ::::: toolbarbutton menu-button ::::: */ .toolbarbutton-menubutton-button { font: inherit; } /* ..... dropmarker ..... */ .toolbarbutton-menubutton-dropmarker { -moz-box-align: center; -moz-box-pack: center; margin: 20px 5px 15px 40px; padding: 0px; border: none !important; background-color: transparent !important; width: 13px; height: 11px; list-style-image: url("chrome://global/skin/button/tbmbtn-arrow.gif"); -moz-image-region: auto; /* cut off inheritance */ } toolbarbutton:hover > stack > .toolbarbutton-menubutton-dropmarker { list-style-image: url("chrome://global/skin/button/tbmbtn-arrow-hov.gif"); } toolbarbutton[open="true"] > stack > .toolbarbutton-menubutton-dropmarker { list-style-image: url("chrome://global/skin/button/tbmbtn-arrow-act.gif"); } toolbarbutton[disabled="true"] > stack > .toolbarbutton-menubutton-dropmarker, toolbarbutton[disabled="true"]:hover > stack > .toolbarbutton-menubutton-dropmarker { list-style-image: none; } PK u&7=.&&skin/modern/global/tree.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.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 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 ***** */ /* ===== 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: #BEC3D3 #5D616E; -moz-border-right-colors: #F8FAFE #5D616E; -moz-border-bottom-colors: #F8FAFE #5D616E; -moz-border-left-colors: #BEC3D3 #5D616E; background-color: #FFFFFF; color: #000000; } /* ::::: tree focusring ::::: */ .focusring > .tree-stack > .tree-rows > .tree-bodybox { border: 1px solid transparent; } .focusring:focus > .tree-stack > .tree-rows > .tree-bodybox { border: 1px solid #000000; } /* ::::: tree rows ::::: */ treechildren::-moz-tree-row { border: 1px solid transparent; background-color: transparent; min-height: 18px; height: 1.3em; } /* ::::: alternating background ::::: */ treechildren[alternatingbackground="true"]::-moz-tree-row(odd) { background-color: #f3f3f3; } treechildren[alternatingbackground="true"]::-moz-tree-row(odd, selected), treechildren::-moz-tree-row(selected) { background-color: #C7D0D9; } treechildren[alternatingbackground="true"]::-moz-tree-row(odd, selected, focus), treechildren::-moz-tree-row(selected, focus) { background-color: #424F63; } treechildren::-moz-tree-row(current, focus) { border-top-color: #000000; border-bottom-color: #000000; } tree[seltype="cell"] > treechildren::-moz-tree-row, tree[seltype="text"] > treechildren::-moz-tree-row { background-color: transparent; border: none; } /* ::::: tree cells ::::: */ treechildren::-moz-tree-cell { padding: 0px 2px 0px 2px; } tree[seltype="cell"] > treechildren::-moz-tree-cell-text, tree[seltype="text"] > treechildren::-moz-tree-cell-text, treechildren::-moz-tree-cell-text { color: inherit; } tree[seltype="cell"] > treechildren::-moz-tree-cell { border: 1px solid transparent; padding: 0px 1px 0px 1px; } tree[seltype="text"] > treechildren::-moz-tree-cell-text { border: 1px solid transparent; padding: 0px 1px 1px 1px; } treechildren::-moz-tree-cell-text(selected) { color: #000000; } tree[seltype="cell"] > treechildren::-moz-tree-cell(active, selected) { background-color: #C7D0D9; color: #000000; } tree[seltype="text"] > treechildren::-moz-tree-cell-text(active, selected) { background-color: #C7D0D9; color: #000000; } treechildren::-moz-tree-cell-text(selected, focus) { color: #FFFFFF; } tree[seltype="cell"] > treechildren::-moz-tree-cell(active, selected, focus) { background-color: #424F63; } tree[seltype="cell"] > treechildren::-moz-tree-cell-text(active, selected, focus) { color: #FFFFFF; } tree[seltype="text"] > treechildren::-moz-tree-cell-text(active, selected, focus) { background-color: #424F63; color: #FFFFFF; } tree[seltype="cell"] > treechildren::-moz-tree-cell(active, current, focus) { border-color: #000000; } tree[seltype="text"] > treechildren::-moz-tree-cell-text(active, current, focus) { border-color: #000000; } /* ::::: lines connecting cells ::::: */ tree[seltype="cell"] > treechildren::-moz-tree-line, tree[seltype="text"] > treechildren::-moz-tree-line, treechildren::-moz-tree-line { border: 1px dotted #808080; } tree[seltype="cell"] > treechildren::-moz-tree-line(active, selected, focus), treechildren::-moz-tree-line(selected, focus) { border: 1px dotted #FFFFFF; } /* ::::: tree separator ::::: */ treechildren::-moz-tree-separator { border-top: 1px solid #7A8490; border-bottom: 1px solid #FEFEFE; } /* ::::: drop feedback ::::: */ tree[seltype="cell"] > treechildren::-moz-tree-cell-text(primary, dropOn), tree[seltype="text"] > treechildren::-moz-tree-cell-text(primary, dropOn), treechildren::-moz-tree-cell-text(primary, dropOn) { background-color: #424F63; color: #FFFFFF; } treechildren::-moz-tree-drop-feedback { background-color: #424F63; width: 50px; height: 2px; margin-left: 5px; } /* ::::: tree checkbox ::::: */ treechildren::-moz-tree-checkbox { list-style-image: url("chrome://global/skin/tree/checkbox.gif"); } treechildren::-moz-tree-checkbox(checked) { list-style-image: url("chrome://global/skin/tree/checkbox-checked.gif"); } /* ::::: tree progress meter ::::: */ treechildren::-moz-tree-progressmeter { margin: 2px 4px; border: 2px solid; -moz-border-top-colors: #8997A1 #C7D0D9; -moz-border-right-colors: #E0ECF6 #C7D0D9; -moz-border-bottom-colors: #E0ECF6 #C7D0D9; -moz-border-left-colors: #8997A1 #C7D0D9; color: #6B7B8D; } treechildren::-moz-tree-progressmeter(progressUndetermined) { list-style-image: url("chrome://global/skin/progressmeter/progress-busy.gif"); } treechildren::-moz-tree-cell-text(progressmeter) { margin: 2px 4px; } /* ::::: tree columns ::::: */ treecol, treecolpicker { -moz-box-align: center; -moz-box-pack: center; border: 2px solid; -moz-border-top-colors: #EEF0F3 #C7D0D9; -moz-border-right-colors: #63676B #A5ABB0; -moz-border-bottom-colors: #63676B #A5ABB0; -moz-border-left-colors: #EEF0F3 #C7D0D9; background-color: #C7D0D9; color: #000000; padding: 0px 4px; } .treecol-image { padding: 0px 1px; } .treecol-text { margin: 0px !important; } treecol[hideheader="true"] { 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: #A5ABB0 #C7D0D9; -moz-border-right-colors: #A5ABB0; -moz-border-bottom-colors: #A5ABB0; -moz-border-left-colors: #A5ABB0 #C7D0D9; padding: 1px 4px 0px 5px; } .treecol-image:hover:active { padding: 1px 1px 0px 2px; } /* ::::: column drag and drop styles ::::: */ treecol[dragging="true"] { -moz-border-top-colors: #000000 #90A1B3 !important; -moz-border-right-colors: #000000 #90A1B3 !important; -moz-border-bottom-colors: #000000 #90A1B3 !important; -moz-border-left-colors: #000000 #90A1B3 !important; background-color: #90A1B3 !important; color: #FFFFFF !important; } treecol[insertafter="true"] { -moz-border-right-colors: #000000 #666666; } treecol[insertbefore="true"] { -moz-border-left-colors: #000000 #666666; } treechildren::-moz-tree-column(insertbefore) { border-left: 1px solid #AAAAAA; } treechildren::-moz-tree-column(insertafter) { border-right: 1px solid #AAAAAA; } /* ::::: sort direction indicator ::::: */ .treecol-sortdirection { list-style-image: none; } .treecol-sortdirection[sortDirection="ascending"] { list-style-image: url("chrome://global/skin/tree/sort-asc.gif"); } .treecol-sortdirection[sortDirection="descending"] { list-style-image: url("chrome://global/skin/tree/sort-dsc.gif"); } /* ::::: column picker ::::: */ .tree-columnpicker-icon { list-style-image: url("chrome://global/skin/tree/columnpicker.gif"); } /* ::::: twisty ::::: */ treechildren::-moz-tree-twisty { padding-right: 2px; width: 10px; /* The image's width is 10 pixels */ list-style-image: url("chrome://global/skin/tree/twisty-clsd.gif"); } treechildren::-moz-tree-twisty(open) { width: 10px; /* The image's width is 10 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 #CCCCCC; border-bottom: 1px solid #CCCCCC; } treechildren.gridlines::-moz-tree-row { border: none; } /* ::::: editable tree ::::: */ treechildren::-moz-tree-row(selected, editing) { background-color: transparent; } treechildren::-moz-tree-cell-text(selected, editing) { color: inherit; } .tree-input { -moz-appearance: none; border: 1px solid #C7D0D9; -moz-border-top-colors: #C7D0D9; -moz-border-bottom-colors: #C7D0D9; -moz-border-left-colors: #C7D0D9; -moz-border-right-colors: #C7D0D9; margin: 0 0 0 -4px; padding: 1px; } PK u&7ܵq q skin/modern/global/wizard.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.org code. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Joe Hewitt * * Alternatively, the contents of this file may be used under the terms of * either 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 ***** */ /* ===== wizard.css ===================================================== == Styles used by the wizards which contains buttons for stepping == through a wizard. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); .wizard-header { border-top: 1px solid #94AACE; border-bottom: 1px solid #000000; padding: 10px 0px 10px 0px; background-color: #5B7693; color: #ffffff; } .wizard-header-label { margin-left: 23px; font-weight: bold; } .wizard-header-description { margin-left: 44px; margin-right: 5px; } .wizard-page-box { margin: 10px 44px; } PK u&7M` #skin/modern/global/autocomplete.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.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 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 ***** */ /* ===== autocomplete.css ================================================= == Styles used by the autocomplete widget. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); @namespace html url("http://www.w3.org/1999/xhtml"); /* ::::: autocomplete ::::: */ textbox[type="autocomplete"] { cursor: default !important; } .textbox-input-box { -moz-box-align: center; } /* ::::: history button ::::: */ .autocomplete-history-dropmarker { margin: 2px; padding: 0; border: none !important; background-color: transparent !important; } .autocomplete-history-dropmarker[open="true"] { margin: 3px 1px 1px 3px; } /* ::::: popups ::::: */ .autocomplete-history-popup, panel[type="autocomplete"] { border: 1px solid; -moz-border-top-colors: #6B747E; -moz-border-right-colors: #6B747E; -moz-border-bottom-colors: #6B747E; -moz-border-left-colors: #6B747E; background-color: #FFFFFF; } .autocomplete-history-popup { max-height: 25em; } /* ::::: tree ::::: */ .autocomplete-tree { border: none; background-color: transparent !important; } .autocomplete-treecol { margin: 0px !important; border: none !important; padding: 0px !important; } .autocomplete-treebody::-moz-tree-cell-text { padding-left: 8px; color: #000000; } .autocomplete-treebody::-moz-tree-row(selected) { background-color: #9499AC; } .autocomplete-treebody::-moz-tree-cell-text(selected) { color: #FFFFFF !important; } PK u&7lR|FFskin/modern/global/global.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.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 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 ::::: */ toolbarbutton[type="menu-button"] { -moz-binding: url("chrome://global/skin/globalBindings.xml#toolbar-menu-button"); } .menulist-compact { -moz-binding: url("chrome://global/content/bindings/menulist.xml#menulist-compact"); } /* ::::: root elements ::::: */ window, page, dialog, wizard, prefwindow { background-color: #C7D0D9; color: #000000; font: message-box; } [wait-cursor] { cursor: wait !important; } /* deprecated */ window.dialog { padding: 7px 5px 5px 5px; } /* ::::: alert icons :::::*/ .message-icon { width: 46px; height: 39px; list-style-image: url("chrome://global/skin/icons/alert-message.gif"); } .alert-icon { width: 46px; height: 39px; list-style-image: url("chrome://global/skin/icons/alert-exclam.gif"); } .error-icon { width: 46px; height: 36px; list-style-image: url("chrome://global/skin/icons/alert-error.gif"); } .question-icon { width: 46px; height: 36px; list-style-image: url("chrome://global/skin/icons/alert-question.gif"); } .security-icon { width: 46px; height: 41px; list-style-image: url("chrome://global/skin/icons/alert-security.gif"); } /* ::::: iframe ::::: */ iframe { border: none; width: 100px; height: 100px; min-width: 10px; min-height: 10px; } /* ::::: statusbar ::::: */ statusbar { border-top: 1px solid #C7D0D9; min-height: 15px; min-width: 1px; /* DON'T DELETE! Prevents hiding of scrollbars in browser when window is made smaller.*/ background-color: #C7D0D9; color: #22262F; font-size: smaller; } statusbarpanel { -moz-box-align: center; -moz-box-pack: center; border-top: 1px solid #E0ECF6; border-right: 1px solid #8997A1; border-left: 1px solid #E0ECF6; padding: 0px 4px; } .statusbar-resizerpanel { border: 0px; -moz-box-align: end; -moz-box-pack: end; padding: 0px; } .statusbarpanel-progress { -moz-box-align: stretch; border: 0px; margin: 0px; padding: 0px; } .statusbarpanel-iconic { padding: 0px; } .statusbarpanel-text { margin: 0px !important; } resizer[dir="bottomright"] { background-image: url("chrome://global/skin/icons/resizer.png"); cursor: se-resize; width: 15px; height: 15px; } /* ::::: miscellaneous ::::: */ .toolbar-focustarget { -moz-user-focus: ignore !important; } description.error { color: #FF0000; } /* :::::: autoscroll popup ::::: */ #autoscroller { height: 28px; width: 28px; border: none; margin: -14px; padding: 0; background-image: url("chrome://global/skin/icons/autoscroll.png"); background-color: transparent; -moz-appearance: none; } #autoscroller[scrolldir="NS"] { background-position: left center; } #autoscroller[scrolldir="EW"] { background-position: left bottom; } #autoscroller[transparent="true"] { background-position: center top; } #autoscroller[transparent="true"][scrolldir="NS"] { background-position: center center; } #autoscroller[transparent="true"][scrolldir="EW"] { background-position: center bottom; } #autoscroller[translucent="true"] { background-position: right top; } #autoscroller[translucent="true"][scrolldir="NS"] { background-position: right center; } #autoscroller[translucent="true"][scrolldir="EW"] { background-position: right bottom; } PK u&7L skin/modern/global/popup.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.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 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 ***** */ /* ===== popup.css ===================================================== == Styles used by the XUL popup & menupopup elements. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: popup/menupopup ::::: */ menupopup, popup { cursor: default; border: 2px solid; -moz-border-top-colors: #7F8893 #EEF4FC; -moz-border-right-colors: #7F8893 #B9BFC7; -moz-border-bottom-colors: #7F8893 #B9BFC7; -moz-border-left-colors: #7F8893 #EEF4FC; min-width: 1px; background-color: #DDE3EB; color: #22262F; } /* ::::: tooltip ::::: */ tooltip { margin-top: 21px; border: 1px solid #000000; padding: 2px 3px 2px 3px; max-width: 40em; background-color: #FFFFE7; color: #000000; font: message-box; } .tooltip-label { margin: 0px !important; } tooltip[titletip="true"] { /* See bug 32157 comment 128 * margin: -2px 0px 0px -4px; */ max-width: none; } /* ::::: menulist popup :::::: */ menulist > menupopup, .menulist-menupopup { border-width: 1px; -moz-border-top-colors: #000000; -moz-border-right-colors: #000000; -moz-border-bottom-colors: #000000; -moz-border-left-colors: #000000; padding: 0px; min-width: 0px; } PK u&75<, , skin/modern/global/scale.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is Mozilla Communicator client code, released * March 31, 1998. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998-2001 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Neil Deakin (enndeakin@sympatico.ca) * * 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 ***** */ /* ===== scale.css ================================================= == Styles used by XUL scale elements. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: scale ::::: */ .scale-slider { background: url("chrome://global/skin/scrollbar/slider-hrz.gif") repeat-x; border-left: 1px solid black; border-right: 1px solid black; margin: 2px 4px; width: 100px; height: 15px; } .scale-slider[orient="vertical"] { background: url("chrome://global/skin/scrollbar/slider-vrt.gif") repeat-y; border-left: none; border-right: none; border-top: 1px solid black; border-bottom: 1px solid black; margin: 4px 2px; width: 15px; height: 100px; } /* ::::: scale thumb ::::: */ .scale-thumb { border: 3px solid; -moz-border-top-colors: #000000 #E4EBF2 #C3CAD2; -moz-border-right-colors: #000000 #8F9DAD #A4AFBB; -moz-border-bottom-colors: #000000 #8F9DAD #A4AFBB; -moz-border-left-colors: #000000 #E4EBF2 #C3CAD2; background-image: url("chrome://global/skin/scrollbar/thumb-hrz-grip.gif"); min-width: 18px; } .scale-thumb[orient="vertical"] { background-image: url("chrome://global/skin/scrollbar/thumb-vrt-grip.gif"); min-height: 18px; min-width: none; } .scale-thumb[disabled="true"] { -moz-border-top-colors: #000000 #708092 #939FAD; -moz-border-right-colors: #000000 #718193 #9EA9B5; -moz-border-bottom-colors: #000000 #8795A4 #929EAC; -moz-border-left-colors: #000000 #ADB6C0 #9EA9B5; background: #9CA8B4; } PK u&7q 'skin/modern/global/splitter.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.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 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 ***** */ /* ===== splitter.css =================================================== == Styles used by the XUL splitter element. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: splitter (vertical) ::::: */ splitter { -moz-box-align: center; -moz-box-pack: center; cursor: ew-resize; border-top: 1px solid; border-right: 2px solid; border-bottom: 1px solid; border-left: 2px solid; -moz-border-top-colors: #DFE5EF; -moz-border-right-colors: #3B414F #AAB4BF; -moz-border-bottom-colors: #AAB4BF; -moz-border-left-colors: #97A4B2 #DFE5EF; min-width: 5px; background-color: #C1CBD5; } /* ::::: splitter (horizontal) ::::: */ splitter[orient="vertical"] { cursor: ns-resize; border-top: 2px solid; border-right: 1px solid; border-bottom: 2px solid; border-left: 1px solid; -moz-border-top-colors: #97A4B2 #DFE5EF; -moz-border-right-colors: #AAB4BF; -moz-border-bottom-colors: #3B414F #AAB4BF; -moz-border-left-colors: #DFE5EF; min-width: 0; min-height: 5px; } /* ::::: splitter grippy ::::: */ grippy { cursor: pointer; margin: 0px; min-width: 5px; min-height: 50px; } splitter[orient="vertical"] > grippy { margin: 0px; min-width: 50px; min-height: 5px; } /* ..... normal state ..... */ /* vertical grippies */ splitter[collapse="before"] > grippy { background-image: url("chrome://global/skin/splitter/grip-vrt-before.gif"); } splitter[collapse="before"]:hover:active > grippy { background-image: url("chrome://global/skin/splitter/grip-vrt-before-act.gif"); } splitter[collapse="before"] > grippy:hover:active { background-image: url("chrome://global/skin/splitter/grip-vrt-before-act.gif"); } splitter[collapse="after"] > grippy { background-image: url("chrome://global/skin/splitter/grip-vrt-after.gif"); } splitter[collapse="after"]:hover:active > grippy { background-image: url("chrome://global/skin/splitter/grip-vrt-after-act.gif"); } splitter[collapse="after"] > grippy:hover:active { background-image: url("chrome://global/skin/splitter/grip-vrt-after-act.gif"); } /* horizontal grippies */ splitter[collapse="before"][orient="vertical"] > grippy { background-image: url("chrome://global/skin/splitter/grip-hrz-before.gif"); } splitter[collapse="before"][orient="vertical"]:hover:active > grippy { background-image: url("chrome://global/skin/splitter/grip-hrz-before-act.gif"); } splitter[collapse="before"][orient="vertical"] > grippy:hover:active { background-image: url("chrome://global/skin/splitter/grip-hrz-before-act.gif"); } splitter[collapse="after"][orient="vertical"] > grippy { background-image: url("chrome://global/skin/splitter/grip-hrz-after.gif"); } splitter[collapse="after"][orient="vertical"]:hover:active > grippy { background-image: url("chrome://global/skin/splitter/grip-hrz-after-act.gif"); } splitter[collapse="after"][orient="vertical"] > grippy:hover:active { background-image: url("chrome://global/skin/splitter/grip-hrz-after-act.gif"); } /* ..... collapsed state ..... */ /* vertical grippies */ splitter[collapse="before"][state="collapsed"] > grippy { background-image: url("chrome://global/skin/splitter/grip-vrt-after.gif"); } splitter[collapse="before"][state="collapsed"]:hover:active > grippy { background-image: url("chrome://global/skin/splitter/grip-vrt-after-act.gif"); } splitter[collapse="before"][state="collapsed"] > grippy:hover:active { background-image: url("chrome://global/skin/splitter/grip-vrt-after-act.gif"); } splitter[collapse="after"][state="collapsed"] > grippy { background-image: url("chrome://global/skin/splitter/grip-vrt-before.gif"); } splitter[collapse="after"][state="collapsed"]:hover:active > grippy { background-image: url("chrome://global/skin/splitter/grip-vrt-before-act.gif"); } splitter[collapse="after"][state="collapsed"] > grippy:hover:active { background-image: url("chrome://global/skin/splitter/grip-vrt-before-act.gif"); } /* horizontal grippies */ splitter[collapse="before"][state="collapsed"][orient="vertical"] > grippy { background-image: url("chrome://global/skin/splitter/grip-hrz-after.gif"); } splitter[collapse="before"][state="collapsed"][orient="vertical"]:hover:active > grippy { background-image: url("chrome://global/skin/splitter/grip-hrz-after-act.gif"); } splitter[collapse="before"][state="collapsed"][orient="vertical"] > grippy:hover:active { background-image: url("chrome://global/skin/splitter/grip-hrz-after-act.gif"); } splitter[collapse="after"][state="collapsed"][orient="vertical"] > grippy { background-image: url("chrome://global/skin/splitter/grip-hrz-before.gif"); } splitter[collapse="after"][state="collapsed"][orient="vertical"]:hover:active > grippy { background-image: url("chrome://global/skin/splitter/grip-hrz-before-act.gif"); } splitter[collapse="after"][state="collapsed"][orient="vertical"] > grippy:hover:active { background-image: url("chrome://global/skin/splitter/grip-hrz-before-act.gif"); } PK u&7z--skin/modern/global/tabbox.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.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 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 ***** */ /* ===== tabbox.css ================================================= == Styles used by XUL tab-related elements. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: tabs ::::: */ tabs { -moz-box-align: end; } .tabs-left, .tabs-right { border-bottom: 1px solid #000000; } /* ::::: tabpanels ::::: */ tabpanels { border-right: 3px solid; border-left: 3px solid; border-bottom: 3px solid; -moz-border-right-colors: #000000 #BAC2CD #C1C9D3; -moz-border-bottom-colors: #000000 #BAC2CD #C1C9D3; -moz-border-left-colors: #000000 #DFE2E6 #D0D7DD; padding: 5px; background-color: #C7D0D9; } /* ::::: tab ::::: */ tab { margin: 0px; border: 3px solid; border-bottom-width: 3px; -moz-border-top-colors: #000000 #90A0B0 #98A7B5; -moz-border-right-colors: #000000 #90A0B0 #98A7B5; -moz-border-bottom-colors: #000000 #98A7B5; -moz-border-left-colors: #000000 #90A0B0 #98A7B5; -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px; padding: 1px 3px; /*background-color: #8C9DAF;*/ background-color: #9CABBA; color: #000000; font: menu; } tab[selected="true"] { -moz-user-focus: normal; } .tab-text { margin: 0px !important; } .tab-image { list-style-image: inherit; } /* ..... active state ..... */ tab:hover:active { -moz-border-top-colors: transparent #8190A5 #899AAC; -moz-border-right-colors: transparent #8190A5 #899AAC; -moz-border-left-colors: transparent #8190A5 #899AAC; background-color: #8B9AAD; color: #FFFFFF; } /* ..... selected state ..... */ tab[selected="true"], tab[selected="true"]:hover:active { -moz-border-top-colors: #000000 #DFE2E6 #D0D7DD; -moz-border-right-colors: #000000 #BAC2CD #C1C9D3; -moz-border-bottom-colors: transparent; -moz-border-left-colors: #000000 #DFE2E6 #D0D7DD; background-color: #C7D0D9; color: #000000; } /* ::::: tab-bottom :::::::::: :: Tabs that are attached to the bottom of a panel, but not necessarily :: a tabpanels. ::::: */ .tab-bottom { -moz-border-top-colors: #000000 #8C9DAF #8C9DAF; -moz-border-bottom-colors: #000000 #8190A5 #899AAC #8D9EB0; -moz-border-radius-topleft: 0; -moz-border-radius-topright: 0; -moz-border-radius-bottomright: 3px; -moz-border-radius-bottomleft: 3px; } .tab-bottom:hover:active { -moz-border-top-colors: #000000 #8C9DAF #8C9DAF; -moz-border-bottom-colors: transparent #8190A5 #899AAC #8D9EB0; } .tab-bottom[selected="true"] { -moz-border-top-colors: transparent !important; -moz-border-bottom-colors: #000000 #DFE2E6 #D0D7DD transparent !important; } tab:focus { -moz-border-top-colors: #000000 #8C9DAF #8C9DAF; -moz-border-left-colors: #000000 #8C9DAF #8C9DAF; -moz-border-right-colors: #000000 #8C9DAF #8C9DAF; -moz-border-bottom-colors: #8190A5 #8190A5 #899AAC; } .tab-bottom > .tab-text { font: message-box; font-weight: bold; } /* ::::: tabs-bottom ::::: */ .tabs-bottom { -moz-box-align: start; } .tabs-bottom > .tabs-left, .tabs-bottom > .tabs-right { border-top: 1px solid #000000; border-bottom: none; } PK u&7~pskin/modern/global/textbox.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.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 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 ***** */ /* ===== 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"); /* namespace for HTML elements */ /* ::::: textbox ::::: */ textbox { margin: 2px 4px; border: 2px solid; padding: 1px 0px 1px 2px; background-color: #FFFFFF; color: #000000; font: inherit; } textbox, textbox[readonly="true"][focused="true"] { -moz-border-top-colors: #BEC3D3 #5D616E; -moz-border-right-colors: #F8FAFE #5D616E; -moz-border-bottom-colors: #F8FAFE #5D616E; -moz-border-left-colors: #BEC3D3 #5D616E; } html|*.textbox-input, html|*.textbox-textarea { cursor: text; margin: 0px !important; border: none !important; padding: 0px !important; background-color: inherit; color: inherit; font: inherit; } /* ..... focused state ..... */ textbox[focused="true"] { -moz-border-top-colors: #98A5B2 #000000; -moz-border-right-colors: #98A5B2 #000000; -moz-border-bottom-colors: #98A5B2 #000000; -moz-border-left-colors: #98A5B2 #000000; } /* ..... disabled state ..... */ textbox[disabled="true"] { background-color: #C7D0D9; color: #999999; cursor: default !important; } /* ..... readonly state ..... */ textbox[readonly="true"] { background-color: #C7D0D9; } /* ::::: plain textbox ::::: */ textbox.plain { margin: 0px !important; border: none !important; padding: 0px !important; } /* ::::: scrollable textbox ::::: */ .scrollfield { border: none !important; margin: 0px; margin-top: 1px; padding: 0px !important; background: inherit; } .scrollfield > .textbox-internal-box { border: none !important; margin: 0px !important; padding: 0px !important; } /* ::::: inline-edit textbox ::::: */ .textbox-inline-edit { margin: 0px !important; border: 1px solid #000000 !important; } PK +7(,skin/modern/global/toolbar.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.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 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 ***** */ /* ===== toolbar.css ==================================================== == Styles used by XUL toolbar-related elements. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: toolbox ::::: */ toolbox { border-bottom: 1px solid #494F5D; } /* ::::: toolbar ::::: */ toolbar { min-width: 1px; /* DON'T DELETE! Prevents hiding of scrollbars in browser when window is made smaller.*/ background: #C7D0D9; color: #000000; } toolbar > .toolbar-box > .toolbar-holder { border-top: 1px solid #EEF0F3; border-right: 1px solid #86929E; border-bottom: 1px solid #86929E; } /* ::::: menubar ::::: */ menubar { cursor: default; min-width: 1px; /* DON'T DELETE! Prevents hiding of scrollbars in browser when window is made smaller.*/ background-color: #DDE3EB; color: #000000; } menubar > .toolbar-box > .toolbar-holder { border-top: 1px solid #EBF4FF; border-right: 1px solid #86929E; border-bottom: 1px solid #B9BFC7; border-left: 1px solid #EEF4FC; } /* ::::: toolbargrippy ::::: */ toolbargrippy { -moz-box-orient: vertical; -moz-box-align: center; -moz-box-pack: end; -moz-box-direction: reverse; border-top: 1px solid #EEF0F3; border-right: 1px solid #86929E; border-bottom: 1px solid #86929E; border-left: 1px solid #EEF0F3; list-style-image: url("chrome://global/skin/toolbar/tbgrip-arrow.gif"); } toolbargrippy:hover:active { border-color: #67737E; background-color: #9DA9B6; list-style-image: url("chrome://global/skin/toolbar/tbgrip-arrow-act.gif"); } .toolbargrippy-arrow { margin: 0px 1px 3px 1px; width: 8px; height: 5px; } /* ::::: menubar grippy ::::: */ menubar > .toolbar-box > toolbargrippy { border-top: 1px solid #EBF4FF; border-right: 1px solid #B9BFC7; border-bottom: 1px solid #B9BFC7; border-left: 1px solid #F4FAFF; background-color: #DDE3EB; list-style-image: url("chrome://global/skin/toolbar/mbgrip-arrow.gif"); } /* ::::: collapsed toolbargrippy and tray ::::: */ toolbargrippy[tbgrippy-collapsed="true"] { -moz-box-orient: horizontal; -moz-box-pack: start; -moz-box-direction: normal; width: 40px; list-style-image: url("chrome://global/skin/toolbar/tbgrip-arrow-clps.gif"); } toolbargrippy[tbgrippy-collapsed="true"] > .toolbargrippy-arrow { margin: 1px 0px 1px 3px; width: 5px; height: 8px; } toolbargrippy[tbgrippy-collapsed="true"]:hover:active > .toolbargrippy-arrow { list-style-image: url("chrome://global/skin/toolbar/tbgrip-arrow-clps-act.gif"); } .collapsed-tray-holder { background-color: #C7D0D9; } /* ::::: toolbarseparator ::::: */ toolbarseparator { margin: 0px 0.2em; border-right: 1px solid #E2E7EB; border-left: 1px solid #95A0AD; width: 0px; } PK u&7 Wɼ skin/modern/global/dialog.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.org code. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 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 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 ***** */ /* ===== dialog.css ===================================================== == Styles used by the XUL dialog element. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: dialog ::::: */ dialog { padding: 7px 5px 5px 5px; } /* ::::: dialog header ::::: */ dialogheader { margin: 0px 5px 5px 5px; border: 2px solid; -moz-border-top-colors: #858B97 #2D3B49; -moz-border-right-colors: #ECEFF2 #2D3B49; -moz-border-bottom-colors: #ECEFF2 #2D3B49; -moz-border-left-colors: #858B97 #2D3B49; padding: 5px 8px; background-color: #90A1B3; color: #000000; } .dialogheader-title { margin: 0px !important; font-size: larger; font-weight: bold; } /* ::::: large dialog header ::::: */ .header-large { -moz-box-orient: vertical; margin: -7px -5px 5px -7px; border-left: none; border-right: none; border-top: none; border-bottom-width: 1px; -moz-border-bottom-colors: #000000; padding: 12px 5px 12px 25px; background-color: #90A1B3; color: #000000; } .header-large > .dialogheader-title { font: inherit; font-weight: bold; } .header-large > .dialogheader-description { margin-left: 12px !important; } PK u&7AO'skin/modern/global/nativescrollbars.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.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 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 ***** */ /* ===== 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-binding: url("chrome://global/content/bindings/scrollbar.xml#scrollbar"); cursor: default; } /* ::::: slider ::::: */ slider { width: 0px; height: 15px; background: url("chrome://global/skin/scrollbar/slider-hrz.gif") repeat-x; } slider[orient="vertical"] { width: 15px; height: 0px; background: url("chrome://global/skin/scrollbar/slider-vrt.gif") repeat-y; } /* ::::: borders for thumb and buttons ::::: */ thumb, scrollbarbutton { border: 3px solid; -moz-border-top-colors: #000000 #E4EBF2 #C3CAD2; -moz-border-right-colors: #000000 #8F9DAD #A4AFBB; -moz-border-bottom-colors: #000000 #8F9DAD #A4AFBB; -moz-border-left-colors: #000000 #E4EBF2 #C3CAD2; background: #B1BBC5 50% 50% no-repeat; } thumb:active { background-color: #C2CCD6; -moz-border-top-colors: #111111 #F5FCF3 #D4DBE3; -moz-border-right-colors: #111111 #9FAEBE #B5BFCC; -moz-border-bottom-colors: #111111 #9FAEBE #B5BFCC; -moz-border-left-colors: #111111 #D5FCF3 #D4DBE3; } /* ::::: thumb (horizontal) ::::: */ thumb { min-height: 18px; background-image: url("chrome://global/skin/scrollbar/thumb-vrt-grip.gif"); } thumb[orient="horizontal"] { min-width: 18px; background-image: url("chrome://global/skin/scrollbar/thumb-hrz-grip.gif"); } /* ::::: scrollbar button ::::: */ scrollbarbutton { width: 15px; height: 15px; max-width: 15px; max-height: 15px; -moz-box-flex: 1; } scrollbarbutton[disabled="true"], scrollbarbutton[active="true"], scrollbarbutton:hover:active { border-left-width: 2px; border-right-width: 2px; -moz-border-top-colors: #000000 #708092 #939FAD; -moz-border-right-colors: #000000 #718193 #9EA9B5; -moz-border-bottom-colors: #000000 #8795A4 #929EAC; -moz-border-left-colors: #000000 #ADB6C0 #9EA9B5; background-color: #9CA8B4; } /* ::::: square at the corner of two scrollbars ::::: */ scrollcorner { -moz-binding: url("chrome://global/content/bindings/scrollbar.xml#scrollbar-base"); width: 15px; cursor: default; background-color: #B1BBC5; } /* ..... increment .... */ scrollbarbutton[type="increment"] { background-image: url("chrome://global/skin/scrollbar/btn-rit.gif") } scrollbar[orient="vertical"] > scrollbarbutton[type="increment"] { background-image: url("chrome://global/skin/scrollbar/btn-dn.gif") } /* ..... decrement .... */ scrollbarbutton[type="decrement"] { background-image: url("chrome://global/skin/scrollbar/btn-lft.gif") } scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"] { background-image: url("chrome://global/skin/scrollbar/btn-up.gif") } /* :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */ /* ::::::::::::::::::::: MEDIA PRINT :::::::::::::::::::::: */ /* :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */ @media print { /* ::::: slider ::::: */ html|div slider { height: 15px; background: url("chrome://global/skin/scrollbar/slider-hrz.gif") repeat-x; } html|div slider[orient="vertical"] { width: 15px; background: url("chrome://global/skin/scrollbar/slider-vrt.gif") repeat-y; } /* ::::: borders for thumb and buttons ::::: */ html|div thumb, html|div scrollbarbutton { border: 3px solid; -moz-border-top-colors: #000000 #E4EBF2 #C3CAD2; -moz-border-right-colors: #000000 #8F9DAD #A4AFBB; -moz-border-bottom-colors: #000000 #8F9DAD #A4AFBB; -moz-border-left-colors: #000000 #E4EBF2 #C3CAD2; background: #B1BBC5 50% 50% no-repeat; } html|div thumb:active { background-color: #C2CCD6; -moz-border-top-colors: #111111 #F5FCF3 #D4DBE3; -moz-border-right-colors: #111111 #9FAEBE #B5BFCC; -moz-border-bottom-colors: #111111 #9FAEBE #B5BFCC; -moz-border-left-colors: #111111 #D5FCF3 #D4DBE3; } /* ::::: thumb (horizontal) ::::: */ html|div thumb { min-height: 18px; background-image: url("chrome://global/skin/scrollbar/thumb-vrt-grip.gif"); } html|div thumb[orient="horizontal"] { min-width: 18px; background-image: url("chrome://global/skin/scrollbar/thumb-hrz-grip.gif"); } /* ::::: scrollbar button ::::: */ html|div scrollbarbutton { width: 15px; height: 15px; } html|div scrollbarbutton[disabled="true"], html|div scrollbarbutton[active="true"], html|div scrollbarbutton:hover:active { border-left-width: 2px; border-right-width: 2px; -moz-border-top-colors: #000000 #708092 #939FAD; -moz-border-right-colors: #000000 #718193 #9EA9B5; -moz-border-bottom-colors: #000000 #8795A4 #929EAC; -moz-border-left-colors: #000000 #ADB6C0 #9EA9B5; background-color: #9CA8B4; } /* ..... increment .... */ html|div scrollbarbutton[type="increment"] { background-image: url("chrome://global/skin/scrollbar/btn-rit.gif") } html|div scrollbar[orient="vertical"] > scrollbarbutton[type="increment"] { background-image: url("chrome://global/skin/scrollbar/btn-dn.gif") } /* ..... decrement .... */ html|div scrollbarbutton[type="decrement"] { background-image: url("chrome://global/skin/scrollbar/btn-lft.gif") } html|div scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"] { background-image: url("chrome://global/skin/scrollbar/btn-up.gif") } } PK u&7AO$skin/modern/global/xulscrollbars.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.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 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 ***** */ /* ===== 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-binding: url("chrome://global/content/bindings/scrollbar.xml#scrollbar"); cursor: default; } /* ::::: slider ::::: */ slider { width: 0px; height: 15px; background: url("chrome://global/skin/scrollbar/slider-hrz.gif") repeat-x; } slider[orient="vertical"] { width: 15px; height: 0px; background: url("chrome://global/skin/scrollbar/slider-vrt.gif") repeat-y; } /* ::::: borders for thumb and buttons ::::: */ thumb, scrollbarbutton { border: 3px solid; -moz-border-top-colors: #000000 #E4EBF2 #C3CAD2; -moz-border-right-colors: #000000 #8F9DAD #A4AFBB; -moz-border-bottom-colors: #000000 #8F9DAD #A4AFBB; -moz-border-left-colors: #000000 #E4EBF2 #C3CAD2; background: #B1BBC5 50% 50% no-repeat; } thumb:active { background-color: #C2CCD6; -moz-border-top-colors: #111111 #F5FCF3 #D4DBE3; -moz-border-right-colors: #111111 #9FAEBE #B5BFCC; -moz-border-bottom-colors: #111111 #9FAEBE #B5BFCC; -moz-border-left-colors: #111111 #D5FCF3 #D4DBE3; } /* ::::: thumb (horizontal) ::::: */ thumb { min-height: 18px; background-image: url("chrome://global/skin/scrollbar/thumb-vrt-grip.gif"); } thumb[orient="horizontal"] { min-width: 18px; background-image: url("chrome://global/skin/scrollbar/thumb-hrz-grip.gif"); } /* ::::: scrollbar button ::::: */ scrollbarbutton { width: 15px; height: 15px; max-width: 15px; max-height: 15px; -moz-box-flex: 1; } scrollbarbutton[disabled="true"], scrollbarbutton[active="true"], scrollbarbutton:hover:active { border-left-width: 2px; border-right-width: 2px; -moz-border-top-colors: #000000 #708092 #939FAD; -moz-border-right-colors: #000000 #718193 #9EA9B5; -moz-border-bottom-colors: #000000 #8795A4 #929EAC; -moz-border-left-colors: #000000 #ADB6C0 #9EA9B5; background-color: #9CA8B4; } /* ::::: square at the corner of two scrollbars ::::: */ scrollcorner { -moz-binding: url("chrome://global/content/bindings/scrollbar.xml#scrollbar-base"); width: 15px; cursor: default; background-color: #B1BBC5; } /* ..... increment .... */ scrollbarbutton[type="increment"] { background-image: url("chrome://global/skin/scrollbar/btn-rit.gif") } scrollbar[orient="vertical"] > scrollbarbutton[type="increment"] { background-image: url("chrome://global/skin/scrollbar/btn-dn.gif") } /* ..... decrement .... */ scrollbarbutton[type="decrement"] { background-image: url("chrome://global/skin/scrollbar/btn-lft.gif") } scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"] { background-image: url("chrome://global/skin/scrollbar/btn-up.gif") } /* :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */ /* ::::::::::::::::::::: MEDIA PRINT :::::::::::::::::::::: */ /* :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */ @media print { /* ::::: slider ::::: */ html|div slider { height: 15px; background: url("chrome://global/skin/scrollbar/slider-hrz.gif") repeat-x; } html|div slider[orient="vertical"] { width: 15px; background: url("chrome://global/skin/scrollbar/slider-vrt.gif") repeat-y; } /* ::::: borders for thumb and buttons ::::: */ html|div thumb, html|div scrollbarbutton { border: 3px solid; -moz-border-top-colors: #000000 #E4EBF2 #C3CAD2; -moz-border-right-colors: #000000 #8F9DAD #A4AFBB; -moz-border-bottom-colors: #000000 #8F9DAD #A4AFBB; -moz-border-left-colors: #000000 #E4EBF2 #C3CAD2; background: #B1BBC5 50% 50% no-repeat; } html|div thumb:active { background-color: #C2CCD6; -moz-border-top-colors: #111111 #F5FCF3 #D4DBE3; -moz-border-right-colors: #111111 #9FAEBE #B5BFCC; -moz-border-bottom-colors: #111111 #9FAEBE #B5BFCC; -moz-border-left-colors: #111111 #D5FCF3 #D4DBE3; } /* ::::: thumb (horizontal) ::::: */ html|div thumb { min-height: 18px; background-image: url("chrome://global/skin/scrollbar/thumb-vrt-grip.gif"); } html|div thumb[orient="horizontal"] { min-width: 18px; background-image: url("chrome://global/skin/scrollbar/thumb-hrz-grip.gif"); } /* ::::: scrollbar button ::::: */ html|div scrollbarbutton { width: 15px; height: 15px; } html|div scrollbarbutton[disabled="true"], html|div scrollbarbutton[active="true"], html|div scrollbarbutton:hover:active { border-left-width: 2px; border-right-width: 2px; -moz-border-top-colors: #000000 #708092 #939FAD; -moz-border-right-colors: #000000 #718193 #9EA9B5; -moz-border-bottom-colors: #000000 #8795A4 #929EAC; -moz-border-left-colors: #000000 #ADB6C0 #9EA9B5; background-color: #9CA8B4; } /* ..... increment .... */ html|div scrollbarbutton[type="increment"] { background-image: url("chrome://global/skin/scrollbar/btn-rit.gif") } html|div scrollbar[orient="vertical"] > scrollbarbutton[type="increment"] { background-image: url("chrome://global/skin/scrollbar/btn-dn.gif") } /* ..... decrement .... */ html|div scrollbarbutton[type="decrement"] { background-image: url("chrome://global/skin/scrollbar/btn-lft.gif") } html|div scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"] { background-image: url("chrome://global/skin/scrollbar/btn-up.gif") } } PK u&7楶&skin/modern/global/scrollbars-mini.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.org code. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Joe Hewitt * * Alternatively, the contents of this file may be used under the terms of * either 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 ***** */ /* ===== scrollbars.css ================================================= == Styles used by XUL scrollbar-related elements. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: scrollbar ::::: */ scrollbar { -moz-binding: url("chrome://global/content/bindings/scrollbar.xml#scrollbar"); cursor: default; } /* ::::: square at the corner of two scrollbars ::::: */ scrollcorner { -moz-binding: url("chrome://global/content/bindings/scrollbar.xml#scrollbar-base"); cursor: default; background-color: #B1BBC5; } /* ::::: slider ::::: */ slider { width: 0px; height: 11px; background: url("chrome://global/skin/scrollbar/mini-slider-hrz.gif") repeat-x; } slider[orient="vertical"] { width: 11px; height: 0px; background: url("chrome://global/skin/scrollbar/mini-slider-vrt.gif") repeat-y; } /* ::::: borders for thumb and buttons ::::: */ thumb, scrollbarbutton { border: 3px solid; -moz-border-top-colors: #000000 #E4EBF2 #C3CAD2; -moz-border-right-colors: #000000 #8F9DAD #A4AFBB; -moz-border-bottom-colors: #000000 #8F9DAD #A4AFBB; -moz-border-left-colors: #000000 #E4EBF2 #C3CAD2; background: #B1BBC5 50% 50% no-repeat; } thumb:active { background-color: #C2CCD6; -moz-border-top-colors: #111111 #F5FCF3 #D4DBE3; -moz-border-right-colors: #111111 #9FAEBE #B5BFCC; -moz-border-bottom-colors: #111111 #9FAEBE #B5BFCC; -moz-border-left-colors: #111111 #D5FCF3 #D4DBE3; } /* ::::: thumb (horizontal) ::::: */ thumb { background-image: url("chrome://global/skin/scrollbar/thumb-vrt-grip.gif"); } thumb[orient="horizontal"] { background-image: url("chrome://global/skin/scrollbar/thumb-hrz-grip.gif"); } /* ::::: scrollbar button ::::: */ scrollbarbutton { width: 11px; height: 14px; max-width: 11px; max-height: 14px; -moz-box-flex: 1; } scrollbar[orient="horizontal"] > scrollbarbutton { width: 14px; height: 11px; max-width: 14px; max-height: 11px; } scrollbarbutton[disabled="true"], scrollbarbutton[active="true"], scrollbarbutton:hover:active { border-left-width: 2px; border-right-width: 2px; -moz-border-top-colors: #000000 #708092 #939FAD; -moz-border-right-colors: #000000 #718193 #9EA9B5; -moz-border-bottom-colors: #000000 #8795A4 #929EAC; -moz-border-left-colors: #000000 #ADB6C0 #9EA9B5; background-color: #9CA8B4; } /* ..... increment .... */ scrollbarbutton[type="increment"] { background-image: url("chrome://global/skin/scrollbar/mini-btn-rit.gif") } scrollbar[orient="vertical"] > scrollbarbutton[type="increment"] { background-image: url("chrome://global/skin/scrollbar/mini-btn-dn.gif") } /* ..... decrement .... */ scrollbarbutton[type="decrement"] { background-image: url("chrome://global/skin/scrollbar/mini-btn-lft.gif") } scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"] { background-image: url("chrome://global/skin/scrollbar/mini-btn-up.gif") } PK u&7G$  #skin/modern/global/alerts/alert.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.org code. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Scott MacGregor * * Alternatively, the contents of this file may be used under the terms of * either 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 ***** */ /* ===== 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: #C7D0D9; min-height: 50px; } .alertBox[orient="horizontal"] > .alertImageBox { -moz-margin-start: 4px; -moz-margin-end: 6px; min-height: 46px; } .alertBox[orient="vertical"] > .alertImageBox { margin-top: 6px; margin-bottom: 4px; min-width: 46px; } .alertTitle { font-weight: bold; } .alertTextBox { margin-top: 4px; margin-right: 6px; margin-left: 6px; } .alertText { -moz-margin-end: 6px; } .alertText[clickable="true"] { cursor: pointer; color: #1455D6; text-decoration: underline; } .alertText[clickable="true"]:hover:active { color: #424F63; } PK u&7W33)skin/modern/global/arrow/arrow-dn-dis.gifGIF89a !,  ǝ;PK u&7]z<<%skin/modern/global/arrow/arrow-dn.gifGIF89a v!,   PI .;PK u&755*skin/modern/global/arrow/arrow-lft-dis.gifGIF89a !,  op[-!S;PK u&7v^@<<&skin/modern/global/arrow/arrow-lft.gifGIF89a v!,   {E(;PK u&7^455,skin/modern/global/arrow/arrow-lft-sharp.gifGIF89a !,   ]4P1Z;PK u&79F;/880skin/modern/global/arrow/arrow-lft-sharp-end.gifGIF89a !, D~`ʯ;PK u&7ұ544*skin/modern/global/arrow/arrow-rit-dis.gifGIF89a !,  H;PK u&7(X>>&skin/modern/global/arrow/arrow-rit.gifGIF89a v!, 'U A;PK u&755,skin/modern/global/arrow/arrow-rit-sharp.gifGIF89a !,  D`bRl% ;PK u&7E` 880skin/modern/global/arrow/arrow-rit-sharp-end.gifGIF89a !, D~L7%d;PK u&7Z22)skin/modern/global/arrow/arrow-up-dis.gifGIF89a !,  bJ;PK u&7 ;;%skin/modern/global/arrow/arrow-up.gifGIF89a v!,   cQ ;PK u&7*~...skin/modern/global/button/tbmbtn-arrow-act.gifGIF89a nHXDO]qys{js{[eo\iu?KY18CYes{WbqLWcFQbwXcoiqzt{9CSLU_(/;8DPU_iy>JW7DR6CR:FRgoy;GTFR]hoydmvks|[gumu~z4L-6B5>OLS\jxKWf %.XewBRc.6@bs1:I6?Mxo|Yez#,KQY!(gnw16>&[m!)%+3OZgNYd5>NerJUhKVbJUa9CT#+9DQNXdϭXj}7BOn~izPbv=M]HSd,6A316)%A-UiB[4O g982TI&;] X#L7RKF/N"f\Y^_$k (,0Za[merCN`Vh{Xj};EV`hst}Ä3;EEUhw\iv2:DFNWqZfspyVasYes=EO[guAQb?HS?JY>HXAM\9CS=FQ>EO_pftv_jxjx@L[:DQzT`obs/6An~6>HYetAL^̫à!o, oo  8A&$So*>K<1.4b:oRZUj`m^k"6T3F=eO;h)LXdWBfMDnaGcPH/@2IV(_g0  +%5!?i9Y , JoE]\#l7CN-Q' l;PK u&7f://.skin/modern/global/button/tbmenu-arrow-act.gifGIF89a!,;PK u&76//.skin/modern/global/button/tbmenu-arrow-dis.gifGIF89a!,;PK u&7*e0//*skin/modern/global/button/tbmenu-arrow.gifGIF89a*3D!,;PK u&7T.skin/modern/global/checkbox/cbox-act-check.gifGIF89a h`hmjt{Uag!, 7I+!f `v'!&*.<1/f1Wh:,b"";PK u&7ANcc(skin/modern/global/checkbox/cbox-act.gifGIF89a h!, (Xܡ")8.y!8i)p I=R;PK u&7yoo*skin/modern/global/checkbox/cbox-check.gifGIF89a =FQ\jz!, 4xܠ!V 8 !p(@&:1Gs iU($ h;PK u&7J.skin/modern/global/checkbox/cbox-dis-check.gifGIF89a dhm狔暦!, 7I+!f `v'!&*.<1/f1Wh:,b"";PK u&7r mcc(skin/modern/global/checkbox/cbox-dis.gifGIF89a dhm!, (Xܡ")8.y!8i)p I=R;PK u&7'cc$skin/modern/global/checkbox/cbox.gifGIF89a !, (Xܡ")8.y!8i)p I=R;PK B7V7XX&skin/modern/global/console/console.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.org code. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Joe Hewitt * * Alternatively, the contents of this file may be used under the terms of * either 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 ***** */ /* ===== console.css ==================================================== == Styles used by the Error Console window. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); .console-box { background-color: #FFFFFF; color: #000000; } /* ::::: console rows ::::: */ .console-row { border-bottom: 2px solid #000000; padding: 0px; } .console-row-icon { border-right: 1px outset #C7D0D9; padding: 5px; background-color: #C7D0D9; -moz-box-align: start !important; } .console-icon { list-style-image: inherit; } /* ..... error rows ..... */ .console-row-code { padding: 3px 0px 3px 3px; color: #0000BB; font-size: larger; } .console-dots, .console-caret { height: 9px; } .console-dots { background: url("chrome://global/skin/console/error-dash.gif") repeat-x top; } .console-caret { width: 7px; background: url("chrome://global/skin/console/error-caret.gif") no-repeat top; } /* ..... message rows ..... */ .console-row[type="message"] { font-family: monospace; } /* ..... selected state ..... */ .console-row[selected="true"] { background-color: #B7DBEB !important; } .console-row-code[selected="true"], .console-row-content[selected="true"] > .console-row-file > .console-error-source > .text-link { color: inherit !important; } /* ::::: icons ::::: */ .console-row[type="error"], .console-row[type="exception"] { list-style-image: url("chrome://global/skin/icons/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 u&7X”77*skin/modern/global/console/error-caret.gifGIF89a Q!, a U3z-K;PK u&7&00)skin/modern/global/console/error-dash.gifGIF89a Q!,  _;PK u&7}JJ'skin/modern/global/filepicker/blank.gifGIF89a̡qqdQ! ,x0I8ͻ_ ;PK u&7r,skin/modern/global/filepicker/dir-closed.gifGIF89a ZdnVblߟ!D2000 Netscape Author: Marlon Bishop Icon Design: Iconfactory ! ,IIc\;@ncyyjB"`!# Rb@$Y EnCoAzs(;PK u&7f*skin/modern/global/filepicker/dir-open.gifGIF89aUdpZfo러!)8ߕmz!D2000 Netscape Author: Marlon Bishop Icon Design: Iconfactory !,HI!\@Fnc0y*8B60xJ(%"F\J+E m/3<(CJ;PK u&7Yéss+skin/modern/global/filepicker/folder-up.gifGIF89aP[eŷȼŷɼ³ƸɽƽùôôǾ˾ĵǿ! ,Ѐ  !"#$%&'()*+,-./01!23456789+: ;/<1=>3?5@7AB9C D */C ;PK u&7[xx-skin/modern/global/filepicker/folder-home.gifGIF89aP[eŷȼŷɼ³ƸɽƽùôôǾ˾ĵǿ! ,Հ  !"#$%&'()*+,-. 1!23456789+:- /< =>3?5@7AB9:: .Dmmnnl/49;˘HK٧|qqz㩩ʻn4:Ύb;CSS Ǥ|imp&*$'f39UBKV>Fnn}u+,ˎy|;A҄d䩩cfܨ穩說HJfiNFP֧eEN˰qq{.2©&(ۨˤv{*-ppا56VY_6=ݨkkllmm,-~x橩qqƂ+,nnקFHJJooBDGIQFPIJT49婩tx骪w#&%(s&)llЃkGIHJpp,.Z]HK45фbgqoh.3LN,-GI`cqq!,.$Hp/T(T(* ,H"{rQȱG܈Pd$#mR\ɲ%K9JRo:ɓZHIQ~pӣ"rDPN>#B-EWBU p-j; B] *}TChEOc 8%LP:Q4%\vlGШAxGj$3*6@Ҹ!M kLx#0A1#+4P r-誃Z5LcQn3Jˏoe]7?_1ys؈}+6x,P$Vh3E20vH!I$&5,6 Q48-):<"E D9J&RBX/ D)QP  \2$A8 d:ʕ9b.e@H tVfv|J@T 蠃:r'y"B@F J,6J*:kdJ&#@lm¬R* B+ǀX![NaF n!m`}ɵn`x0Dp ^Gga,ƫ3]@T$ H+㘽C$r/QQ&,`wl1) qJ2֨. /;b% r<@=/R;\L7MSȋ,7 G|C1p `- mtMjb E ȰPËtm,萍n[ };PK u&7)skin/modern/global/icons/alert-exclam.gifGIF89a.'P}y=дγά|=˫8Q]V܏؏#IWZ~>~=AR^| ӷ̱˰չ ҶͲֺ ۾ éʯܿ!¨γڽ !е׻ Īϴɮȭ!Ը ؼ ϳ!ѵдټ Ըػ "ȽǬ"β"ٽ Ѷūcr}"׺ Ƭ!IZf!Ԏֹ RbmͱƫȮvŪ"ǭ"!ɯ!ʼūھ >O[U"!IZju>>{=ܿΕ~z="̱!!ۿ!ո ʰϷ|ҷ!JXZֳ~/ݏ4W+Ӹ$ӿT$()ƶ]¨~~MӺ+ǔ>[r«'GNDPΠǭ-ȟ1"Ί̱{x=Һ:ڿ%{=.ïagMinNɮȈ;̴(ĩڎ"s"-]eRϸ6}=}4pqE"ȯ"ؿ7rh&Cz=tuFkzpʠ9-orJ"$!Ϭ{w<Wgg6ɉWp}peiIdjNֿ7-"!,.'1H AvƠÇ!lL!Eȑtc rd4S:\k$ʛ湄R:l Se}(ϔc` X21Sy+%!hGa)s xYqb1 t'yUy ĶFaÒCɦ3$[H 貄6r)8lH(">Ґfp;1X>pk?UnG⺂yiBeaK$y,i3l5B|$fx 00c8큛{|!;& HЋ WfdXhǏ6OVh;PK u&7Ql*skin/modern/global/icons/alert-message.gifGIF89a.'AR^5j6k0a/_2e1b/^4h-Z,Y3g.\2d+X5k*T+V(Q)S6m:t'P8p$J7n'N;v8q&M9sTh%K$HRh^Tx+O A%G8\*L_^~]{Z/Kw+KYk|Cd^}i)BtV8Szc:c.K|)JaYxVx?Qbc8UWs?}?oVf_uwH]l┩͎ɨݵxWivJ`qf\wˡßlSiy[vmD\oDXg`{8N]?SajQgxc{tAYjBVfUq2GU뢮C[m阫_zrqʤř:Paa|gVrk烙to~pƭ}v奸ƹ;P]ќxc|N`mZuu֭ɝc}vult^xVqςueOdr^xpouZvܜG[ks\p~lmYuݎar~KfzH`tIdwի筺ծVrdxax匟XrΜRfv3IX\x>Tdz=Sdw喥F_pe|磵vXora{ox!,.$HA.K\Ȑa(L0"N.ЙԃTAGCJY f xPǏhZYNьebά>9)aȏhB0z4ͣ@04"@DFUKOUib QtYQ'p7 x#ƻݽ[Rm@ %|ymP%L23ҙ,G ȡQxN/ĎK^-EM<T|7Q _q]D/8UZ<邅Q&z !4RJQэ ^ lNH$0!O4aP.<+, ϐp9ubF, %|aXzH* !_r'gT&gN3^A -w0g㰑kpRϜ@M@0\*ϭOo'~a**+]E=$$+ Ć;7]dPذbB[lQJx|Z/hS@B,ޅ1Da~upJFR#1Ѳ'CACμf{vвdpwhD37- q)6 $O>^}^<䷟B@v] 8 V!![˗ a/+\ ~n}X^q/ 0@ 5A;1Zxvq(Hjч>40Db$Ҡ@A;PK u&7+skin/modern/global/icons/alert-security.gifGIF89a.)ֹ glu-ټ +nun8Ze]ɮVj~[hi +zXAR^{Ymy˳'%ѷbu͹IԸ!,ER"[p|^mn"2?qҷĪx}̬u~qдvCISxxG*8D!hz+˰ΣW_iγ4LZzdx˔{"(3E[h9DOf{BXeqbxRgtǬ"ҾU̱SiuZeq"|lxKamg}dq| %0!ۿ 9LYe{NS\Vkx1IV4DPIVatH^j,1<i8P]#X Е80HQ6l)֢ ,skT:&,E{ a@A^izi\! yL3' Ri@҆ pQtUR2bdJ$I"ȉm xK!x={,``[ 8^V=<Ԡr0G A #^7MR ,JppTq^8|r20`) T@oy2*ߠdPhcn9aN0B RЈS%Td-"eA PY*eɉ>2gp(, ;q! 5S2 Wy(pO{!J*U%=Hq)꜓+qPA=xMŃ;hklگ71uPa;Cՠ n(Pnq!4#ˌ\C5x`ܳ#]kE 1\ > "dtv'zd#Id3̘:{sM4sA"ho >@I,\`g-A f\!KXz "URgͺ {&ܡ2Ä BI89 4AZh$}W0!v'w챁Ua@B Z-]Vn$>X|E@d.ءP8;qDjC - JxIygA@ 6Y !|Cv !I`P$``pwL&AI@\ O$%[D >P t"HH"X3 %n+ @`0{D(  =Pa 3c$ 2I?2 0+LᑣLH)u 0'%cYy#/K|B$fd&3;PK 6}) ) 'skin/modern/global/icons/autoscroll.pngPNG  IHDRTTktIME : pHYs  ~gAMA a IDATx\ LK@@<#x#č(oc@41YEd}_\*C]1* 942_a20Lja1ح[^ \A^^^Ivvvׯܽ{7\`q&@W V3(˜;wr},5pСô񸘯6mڼkԨѷ:uF9իWedd4psrrrǏcu~ 5ܹuԉjՊ5mڔկ_999qeKJJXAA#d=b3gTTߐ?[XX-Z|>7n@(>f0=''ABBBآ?#d#lEtt4w fyxឡ&(T\\lUkz Uj'Lpc3U-NzoĈRy?WCfFlիWW_j,Դi&,Sѽ+,,di…&oC̈m۶tww7ӦM ڿ0 Jzu͛v޽1U 7VJ(ԴaӰa ]v庶yRM/pt@)yLCGr[ntlWӕAͅGZk׮C$L G{ e ϟ׷U)7z zgE3.*)Kc'adp>=L 9[Q7UR :tpAa;I8uc rԨQ_ țCeeŒF 4iq9rL"yhG+A֛O#܋ɽ|zɣ` ЍRL(L\Vo'\3g`-J̎[Qꅔ*IR)xG< aMAgϞ)NCM )q0\(0dL4X-b|*P25?Z5)^p2aX"|\'] |/S[/*0ܻwt~y_|YH7դJF>>Ni_N{zz Ь944&ʆ?-4RIYZ@4GkSN+.ϝ;%yyyN(Co߾VSOt?F #Zwf֭e5DwڷofggOȏJ h8"!&&ԱcGQőW Iȃ%v=x'zdTS|cŊ-_^ZkeJ&''kv .fZ ˯Ն  B7̙\\6==݀yW~~<&7ڢ0{?X /-Ge]rRBXٳgٸ>}]tt7=\5D &Kpp6٩@KД_q~FIENDB`PK u&7,K-  &skin/modern/global/icons/close-dis.gifGIF89a#*6fwbsn~ɪʥćȲی׳Wi|Zk~evp̍viyhyhxφqʚ|ҏǽҤ~r̮şÕzż}SexӒK^r̓gt[myQcvVh{^osdupγɾ΋Rdw~oiyŸfwu_qVhzq?Oadžwl|ۨpjzt|\mxObuk{J]quyl}ǴN`t!,?H Aؼ`A$d (1p2"ȉL ,cJ zTpA&K,^!8h98p`IB2d VC mɊ ny ɋ  n@`&k ROرZ@` ()bD%N(8%  D_P BGN<4U :Z<Pu=M]s5EVAQ`>M]9JZSkũ_rdxG\rj~tɲFZqCXoi}Qe}kKaxr׌엪J_u!,+H A8rf=V1e 7T1GI-:E8bO aCL)E @, y0@d(g>\ 5@ZS@C3e Sg6p  KR<DyAh;c&q 8|!Ɛ| B NDO AjHQGЛlRXPpJN,A@߽;PK u&777)skin/modern/global/icons/pg-landscape.gifGIF89a ϻvvvfffUUUEEE111!!!!, @ $dilB*9D? O6+p/{/<>ɟș'!;PK u&7at/skin/modern/global/icons/pg-landscape-small.gifGIF89aϼwwwgggFFF###! ,@DI\ Rr$ԩV((N1e 2;̏q4"d(Tw$p;PK u&7*34>>(skin/modern/global/icons/pg-portrait.gifGIF89a ϻvvvfffUUUEEE111!!!!, @ $dilke< *(c1`̀6 Iŕ !uqQѫ|R*ZtGiv9k|/ ,/l&6 >IvPzRwmzt+s{w}fpxW=>/L 4y - ;ƹX,fa>?P嫝!;PK u&7R.skin/modern/global/icons/pg-portrait-small.gifGIF89aϻvvvfffEEE!!!! ,@EI+] }d rZ((Cn_bn?ddZk22 P pˡ $lL#;PK u&7};<<%skin/modern/global/icons/closebox.gifGIF89a!, bz);PK u&7$skin/modern/global/icons/resizer.pngPNG  IHDR;֕JgAMA7tEXtSoftwareAdobe ImageReadyqe<IDATxb? (DfDb$`@@,jo D \F b4cNEA|"[#@ӏ|"F a{IENDB`PK u&7 ]]*skin/modern/global/menu/menu-arrow-dis.gifGIF89a!, 0k;PK u&7R11*skin/modern/global/menu/menu-arrow-hov.gifGIF89a!,DiT(;PK u&7-,11&skin/modern/global/menu/menu-arrow.gifGIF89a!,DiT(;PK u&77Poo*skin/modern/global/menu/menu-check-dis.gifGIF89a!,0I8MxA~'tE;PK u&7,BB*skin/modern/global/menu/menu-check-hov.gifGIF89a!,4@S!=ޤM扦O;PK u&77Poo&skin/modern/global/menu/menu-check.gifGIF89a!,0I8MxA~'tE;PK u&7cςDD*skin/modern/global/menu/menu-radio-dis.gifGIF89a!,YpgˡH2;PK u&72mK0DD*skin/modern/global/menu/menu-radio-hov.gifGIF89a!,pgˠH2;PK u&7cςDD&skin/modern/global/menu/menu-radio.gifGIF89a!,YpgˡH2;PK u&7r&33/skin/modern/global/menulist/mlist-act-arrow.gifGIF89a !,   lf;PK u&7~33+skin/modern/global/menulist/mlist-arrow.gifGIF89a !,   lf;PK u&7!D553skin/modern/global/menulist/mlist-compact-arrow.gifGIF89a !,  pD ;PK u&7cy33/skin/modern/global/menulist/mlist-dis-arrow.gifGIF89a !,   lf;PK u&7å2skin/modern/global/progressmeter/progress-busy.gifGIF89aT ev! NETSCAPE2.0! ,T i w\QR oy65iU"+{µMOڄn%K$w5D*ש ob،v4՛ǾllN8(7WP! ,T ii{l܃2nՒv81ij~mq3׮Gx4X&mO;*S3jӊNZf}z$u=W4&tw~_7&(F4S! ,T iw \QRoy65iU"+{µMOڄn%K$w5D*ש ob،v4՛ǾllN8(7WP! ,T iLi{l܃nՒv81ij~mq3׮Gx4X&mO;*S3jӊNZf}z$u=W4&tw~_7&(F4S! ,T i w\QR oy65iU"+{µMOڄn%K$w5D*ש ob،v4՛ǾllN8(7WP! ,T ii{l܃2nՒv81ij~mq3׮Gx4X&mO;*S3jӊNZf}z$u=W4&tw~_7&(F4S! ,T iw \QRoy65iU"+{µMOڄn%K$w5D*ש ob،v4՛ǾllN8(7WP! ,T iLi{l܃nՒv81ij~mq3׮Gx4X&mO;*S3jӊNZf}z$u=W4&tw~_7&(F4S;PK u&7_A,ZZ,skin/modern/global/radio/radio-act-check.gifGIF89a -&-7h#(0!+Sho )INUlryt!)GX`HMU^v}|7BLOU\}>NVrsr>LVv=KUtPU][ntDR\@NXi!-, w0  PQ0ЃD`@ ABҬ)` > `,(À1 F}sFz% !}vHl'-*#[^`-LNP,(SUJ  JA;PK u&7cYFtPP&skin/modern/global/radio/radio-act.gifGIF89a (h!+#(0Sho )INUlrytGX`!)=KUOU\DR\PU]rtsHMU^v}[nt>NV>LVv7BL@NXri!(, m@q0Q P"`0 (a u%@ RL | |.0%{|Fxr} " Hl($[^`(LNP'SUJJA;PK u&7@ZZ(skin/modern/global/radio/radio-check.gifGIF89a .=FQ%7 xy>PZ%;PK u&7[T99+skin/modern/global/toolbar/tbgrip-arrow.gifGIF89a^gr!, ^t;PK u&7r99+skin/modern/global/toolbar/mbgrip-arrow.gifGIF89a!, ^t;PK u&74J=99/skin/modern/global/toolbar/tbgrip-arrow-act.gifGIF89aLXe!, ^t;PK u&7A V;;0skin/modern/global/toolbar/tbgrip-arrow-clps.gifGIF89a^gr!, v Q;PK u&7c)f;;4skin/modern/global/toolbar/tbgrip-arrow-clps-act.gifGIF89aLXe!, v Q;PK u&72%%skin/modern/global/toolbar/tb-mid.gifGIF89a˲ʷͽձɸλٴ˵ֹϾ!,L# P2D;PK u&7fV33&skin/modern/global/toolbar/chevron.gifGIF89a!, yꠒ;PK u&7n`t$skin/modern/global/tree/checkbox.gifGIF89a $]dn뫵!D2000 Netscape Author: Marlon Bishop Icon Design: Iconfactory !,x0ɂfC'PRlp&;PK u&7 ,skin/modern/global/tree/checkbox-checked.gifGIF89aS]k!D2000 Netscape Author: Marlon Bishop Icon Design: Iconfactory !,1x<HS0D>[D%.ՀX6@`#O_F0';PK u&7U͏@@$skin/modern/global/tree/sort-asc.gifGIF89a!,@o{b.;PK u&7??$skin/modern/global/tree/sort-dsc.gifGIF89afff!,@v}N K;PK u&7uyWW'skin/modern/global/tree/twisty-clsd.gifGIF89a %Е!, H +TiTbʚJ;PK u&7sjUU'skin/modern/global/tree/twisty-open.gifGIF89a %Е!, H 0J * i 0;PK u&7y aa(skin/modern/global/tree/columnpicker.gifGIF89a y뫴!, &Xܥ )f\ōw59 (QE\=B?]$;PK u&75\wwskin/modern/help/help.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.org code. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998-1999 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Joe Hewitt (hewitt@netscape.com) * 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 ***** */ @import url("chrome://communicator/skin/"); @import url("chrome://communicator/skin/sidebar/sidebar.css"); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: primary toolbar masthead ::::: */ /* pick up modern's usual primary toolbar style */ #HelpToolbar { -moz-binding: url("chrome://communicator/skin/toolbar/toolbarBindings.xml#toolbar-primary"); background-color: #B1BDC9; } .toolbar-primary-holder { -moz-box-align: start; background-image: url("chrome://communicator/skin/toolbar/prtb-bg-noline.gif"); } .toolbar-primary-icon { display: none; } #HelpToolbar > toolbarbutton, #HelpToolbar > toolbarbutton[type="menu-button"] > .toolbarbutton-menubutton-stack > .toolbarbutton-menubutton-button { -moz-box-orient: vertical; -moz-box-pack: start; border: none !important; padding: 0px !important; } /* hide labels for the toolbar because not all of them are set in help viewer make sure we always display the icon though */ #HelpToolbar .toolbarbutton-text { display: none; } #HelpToolbar .toolbarbutton-icon { display: -moz-box; } #help-back-button > .toolbarbutton-menubutton-stack > .toolbarbutton-menubutton-dropmarker, #help-forward-button > .toolbarbutton-menubutton-stack > .toolbarbutton-menubutton-dropmarker { margin: 30px 0px 0px 34px; } /* Set the minimum sidebar width so the help contents aren't squeezed together.*/ #help-sidebar { min-width: 15em; width: 20em; max-width: 25em; background-color: #BDC7D6; } /* ::::: primary toolbar buttons ::::: */ toolbar toolbarbutton { list-style-image: url("chrome://navigator/skin/icons/btn1.gif"); } #help-back-button { -moz-image-region: rect(0, 41px, 38px, 0); } #help-back-button:hover { -moz-image-region: rect(0, 83px, 38px, 42px); } #help-back-button:hover:active { -moz-image-region: rect(0, 125px, 38px, 84px); } #help-back-button[disabled="true"] { -moz-image-region: rect(0, 167px, 38px, 126px) !important; } #help-forward-button { -moz-image-region: rect(39px, 41px, 77px, 0); } #help-forward-button:hover { -moz-image-region: rect(39px, 83px, 77px, 42px); } #help-forward-button:hover:active { -moz-image-region: rect(39px, 125px, 77px, 84px); } #help-forward-button[disabled="true"] { -moz-image-region: rect(39px, 167px, 77px, 126px) !important; } #help-home-button { list-style-image: url("chrome://help/skin/home.gif"); } #help-home-button:hover { list-style-image: url("chrome://help/skin/home-hov.gif"); } #help-home-button:hover:active { list-style-image: url("chrome://help/skin/home-act.gif"); } #help-home-button[disabled="true"] { list-style-image: url("chrome://help/skin/home-dis.gif") !important; } #help-print-button { list-style-image: url("chrome://communicator/skin/icons/btn1.gif"); -moz-image-region: rect(0, 49px, 33px, 0); } #help-print-button:hover { -moz-image-region: rect(0, 99px, 33px, 50px); } #help-print-button:hover:active { -moz-image-region: rect(0, 149px, 33px, 100px); } #help-print-button[disabled="true"] { -moz-image-region: rect(0, 199px, 33px, 150px) !important; } /* ::::: OTHER ::::: */ #context-copy[disabled="true"] { display: none; } PK "N3E9#skin/modern/help/helpFileLayout.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is Mozilla Help CSS * * The Initial Developer of the Original Code is * R.J. Keller * Portions created by the Initial Developer are Copyright (C) 2003 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Jeff Walden * Steffen Wilberg * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ @import url('chrome://help/content/platformClasses.css'); body, td, th, input { font-family: verdana, sans-serif; font-size: small; } body { margin: 2ex; max-width: 120ex; } :link:hover, :visited:hover { color: -moz-activehyperlinktext; } hr { height: 1px; background-color: #000; color: #000; margin: 2em 0; } a[href^="http://"]:after, a[href^="https://"]:after { content: url('chrome://help/skin/Weblink.png'); } :link { color: #039; } :visited { color: #636; } :link:hover, :visited:hover { color: #333; } :link:active, :link:active { color: #000; } h1 { font-size: 160%; font-weight: normal; } h2 { font-size: 150%; font-weight: normal; } h3 { font-size: 120%; } h4 { font-size: 100%; } h5 { font-size: 90%; } h6 { font-size: 90%; border: 0; } h1, h2, h3, h4, h5, h6 { margin: 1em 0 0.2em 0; border-bottom: 1px solid #ccc; font-family: arial, verdana, sans-serif; } li h1, li h2, li h3, li h4, li h5, li h6 { border: none; } dt { font-weight: bold; } sup { font-size: 70%; } :link img, :visited img { border: 0; } .contentsBox, .contentsBox > ul, li { text-indent: 0px; } .contentsBox > ul, .contentsBox ul > ul{ margin: 0 0 0 0; list-style-type: none; } .contentsBox { margin-top: 12px; background-color: #eee; border: 1px solid #ccc; width: 300px; padding: 1em; } .menuPath { background: #c4d0f4; /* bluish color */ color: inherit; padding-left: 1px; /* else bgcolor ends at last char - no space */ padding-right: 1px; } table { border-collapse: collapse; } td, th { border: 1px solid #ddd; /* grey */ padding: 6px; vertical-align: top; } th { background-color: #eee; /* light grey */ font-weight: bold; text-align: left; } .noTableBorder, .noTableBorder td, .noTableBorder th { background-color: transparent; border: 0px solid transparent; } PK u&7ḫskin/modern/help/home.gifGIF89a*'BLVyT]fir|hy%+7q\dl͹Ϣvn~Qbuけ0"Lh}BL @'0 [`!9DœnԠHܴ D0T" lDA9`$q("Jl/-3?r x!;AlXhbuӄ06@R D!)hO Fp` ?,Jpx s FB 8ސ~ ms8n"xXf M _7 A'[, hFp3 D&:jh]U@/h{A >"hdFBLv-Їt$:a\!ЕBҌL$ D U!B0>hAJR6 ?A$=LNRB@0_~`J'x!^p`I$a  °Ut8INX)GD0؂'`t9n@JPRH)4AG> +V9! x@я~<  l 3$ NT(-P@ԙ! 6]@ pT]OC0XժA?SW8u;PK u&7\|skin/modern/help/home-act.gifGIF89a*'Ή5=HyKUcڝhv=BIźKS]ּsw25;䭺ap}܆lzDJRYesz)-3et^m~ux}QZdp}ujxu|ߪm|Vbl~?FQǂBKZlyנtyo~طvbmvƪ䔬|}fqz|ìř[k{28?~R]jfu,2;iw|LQVԧѷ]jybgm")HNTydr"'.^iuBHM[h}PU[ft_n뱽簼簽䰼ɨꖤ`oAL`鱾޵᰽ȸds벽ɱʞm{ɤ\l}z}Z\`օz~xGPY짵…ΗpӬ!,*'O H ZȰÇ#JHŋ3: 1n52DEɒ.BHɑʓ0cIfYp֬\@UJ+Xͣ@*-Yjg9 h򓆫bB\iݪ4ЯBj+b@ JiT42Ċ-ZBVR 쪿9bZ >.@,\Ѥ/,sgc{s*><$Puk,<`L0B,ņcŧl:u X &y*% N+7*k*P\o?$QMas&FY[n^hP A"'\A "D>H?,H9ː0*@T[llȡA>dM:p#@2DMV` (:ؠD9#7H!n;JhB)x@ZGX2B` 1zІ%  /pd\`3#d ^ iV@= b0jo}C4 #̔ &0" a+F5P"o`ĐK"ӆ $`'  (XAָQoFDF``dD F/vh!p "o$ =w#`XadF9AW80=? A mTpF$A0Ǵ1K (Eta0B1B00ZHH:yg܂ @D( lb|oBڸ/0NX8Bj XܢTAP@`Fh@ ;`(U(,Z;  mIpa ,MP Q 0};<ԝځ?j+ *T>  l`zuVJU;PK u&7'aDskin/modern/help/home-dis.gifGIF89a*'AL`ؼхjvbn{yXj}vr~zƖ~Q^mƱƒɸ9CUkyiy]n~arʘo{euN`tUgz@PbJ]qfvp_l~BM\r˪ETgIVkχPbvIUeWh{aotEQdMYjqT`ojzȌMYmywǮĦSexL^rɴZl~ª{YfuUdvo~m}}GUjL\n?J\ct^psCSe7AS뱽鲾̷ܦҶ̷|aq̴gxoçsRdwêqƱǢtԩªrUbuVds;FWæn}yoziwCOaz㍛[i|xwXgx[hvk{IYkl{|n|dzŴǰvv˩յl|gteqfr?Oa!,*' H &ZȰÇ#JHŋ3jĸǏ Cɓ(S\R0cʄ)"@'Nfϟ@I &fӟJ*7p kⵍ٨Ҫ]K@58z(s lSDad8!QT}. ؑ`3KCj]-O oJ+\# (-}ɀ߿4&$sir! <0B9g}{c/. b9 ܴgWo;MyܕW:Ђr  XMɅrR dr‰'Tq d4PIyآB8@(,5P6 "P=TpBΘqJ H@唢)g7٠MbIbG9s0~QkA4@ K KwH7J誡$єaLnb(ʟ૯[6& ʲ̦p m$z(pCDE o ̦kӺCPZF g£> D$p' D` lT )@ m,0( 7@0Q3q 8Ç*{bўDfPA7)l" GQά4Қm&  D,<ۇ<,E 6}6&N:],ϳ@ ct@I$s调|@}"B nxΥKn!WNP3P7_ *L0# CS/w$/$`t@0x tZo$2F؁? 90'8AWP@W! +G8AE(L =P P gH8̡wC;PK u&7skin/modern/help/home-hov.gifGIF89a*'ʾӦXbl֝š'-4ЭぎyvϦѴks|blvJRZSeyK]q3HS͵̊_qfuyBHOk{aqڂ.8EˬctOZe[lVh{Yfw!&.pm|IVf38>뱽簼簽ؾҰɨAL`agnt豾ɞ֪вdq~vkygwhvIPVk|sz٧ Ϊªߵ͟ʎao甜w=JXҰ_juƭ㧳[h{㱻|RX^6AMn!,*'? H vZȰÇ#JHŋ3:p?e52Eɒ&.Hɑʓ0cIUp*X@E +Wͣ@*-i5r s)\8Liݪ4ЯBҶ#%МC5rCԫW8F5 쨿̩hȦΏ;4 A)sga{aꔎN>X@>p>Xǐy,X\ߧZ"Z](1ś`g W&rTP}jQ#Gc^00f3x&)Vp/7C2ː`2XkPn8PK-K҄Jъ @Ђ;Q2b̐+0C8 ;v NF`h` !:`)>݂ |((+c:G/E@@0x3 1)P‹(pc6L \0ag\2L Sa@#fJ`e 90(j8\:@pH 3@#qD B"XC}_k c"0'01`PsD cC!RhHЏi,psx2-Jȁ# lc 3,cv0B$2IxP* c0`! u6.ȃ<F ,NKC8>^x3x tB+I$A E9*t @H%5!HC5MDqb& |`$m4[" qE b / k8@;  ~#tFZ[12 ȵ > mt`9<@,O2F g(2}1Pd(9p#| (@I`P`` ?3E6 +D톐+@}0A` HDQ K %dЃ 4+h L50CO 8A7vHE`b3@xB"0IŠ64CqCK`;hEP$#@K,ӠX䐏a1#S@J> <3{K3"?h$!}ILb#h6Qn,`;Nn\-8@.Q,4͈A r,{ & q6</^ᛨ')Ђ(P | p" p?4 iHQQ XC }*@9H(Hw*P*' BJ s(NsZ EB`X? զ:;PK u&7~FF*skin/modern/messenger/threadPaneLabels.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is Mozilla Communicator. * * The Initial Developer of the Original Code is * Netscape Communications Corp. * Portions created by the Initial Developer are Copyright (C) 2001 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Scott MacGregor (mscott@netscape.com) * Joe Hewitt (hewitt@netscape.com) * Sean Su * Karsten Düsterloh * * 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), .lc-FFFFFF:not([_moz-menuactive]) { color: #FFFFFF } treechildren::-moz-tree-row(lc-FFFFFF, selected, focus), .lc-FFFFFF[_moz-menuactive] { background-color: #FFFFFF; } treechildren::-moz-tree-cell-text(lc-CCCCCC), .lc-CCCCCC:not([_moz-menuactive]) { color: #CCCCCC } treechildren::-moz-tree-row(lc-CCCCCC, selected, focus), .lc-CCCCCC[_moz-menuactive] { background-color: #CCCCCC; } treechildren::-moz-tree-cell-text(lc-C0C0C0), .lc-C0C0C0:not([_moz-menuactive]) { color: #C0C0C0 } treechildren::-moz-tree-row(lc-C0C0C0, selected, focus), .lc-C0C0C0[_moz-menuactive] { background-color: #C0C0C0; } treechildren::-moz-tree-cell-text(lc-999999), .lc-999999:not([_moz-menuactive]) { color: #999999 } treechildren::-moz-tree-row(lc-999999, selected, focus), .lc-999999[_moz-menuactive] { background-color: #999999; } treechildren::-moz-tree-cell-text(lc-666666), .lc-666666:not([_moz-menuactive]) { color: #666666 } treechildren::-moz-tree-row(lc-666666, selected, focus), .lc-666666[_moz-menuactive] { background-color: #666666; } treechildren::-moz-tree-cell-text(lc-333333), .lc-333333:not([_moz-menuactive]) { color: #333333 } treechildren::-moz-tree-row(lc-333333, selected, focus), .lc-333333[_moz-menuactive] { background-color: #333333; } treechildren::-moz-tree-cell-text(lc-000000), .lc-000000:not([_moz-menuactive]) { color: #000000 } treechildren::-moz-tree-row(lc-000000, selected, focus), .lc-000000[_moz-menuactive] { background-color: #000000; } treechildren::-moz-tree-cell-text(lc-FFCCCC), .lc-FFCCCC:not([_moz-menuactive]) { color: #FFCCCC } treechildren::-moz-tree-row(lc-FFCCCC, selected, focus), .lc-FFCCCC[_moz-menuactive] { background-color: #FFCCCC; } treechildren::-moz-tree-cell-text(lc-FF6666), .lc-FF6666:not([_moz-menuactive]) { color: #FF6666 } treechildren::-moz-tree-row(lc-FF6666, selected, focus), .lc-FF6666[_moz-menuactive] { background-color: #FF6666; } treechildren::-moz-tree-cell-text(lc-FF0000), .lc-FF0000:not([_moz-menuactive]) { color: #FF0000 } treechildren::-moz-tree-row(lc-FF0000, selected, focus), .lc-FF0000[_moz-menuactive] { background-color: #FF0000; } treechildren::-moz-tree-cell-text(lc-CC0000), .lc-CC0000:not([_moz-menuactive]) { color: #CC0000 } treechildren::-moz-tree-row(lc-CC0000, selected, focus), .lc-CC0000[_moz-menuactive] { background-color: #CC0000; } treechildren::-moz-tree-cell-text(lc-990000), .lc-990000:not([_moz-menuactive]) { color: #990000 } treechildren::-moz-tree-row(lc-990000, selected, focus), .lc-990000[_moz-menuactive] { background-color: #990000; } treechildren::-moz-tree-cell-text(lc-660000), .lc-660000:not([_moz-menuactive]) { color: #660000 } treechildren::-moz-tree-row(lc-660000, selected, focus), .lc-660000[_moz-menuactive] { background-color: #660000; } treechildren::-moz-tree-cell-text(lc-330000), .lc-330000:not([_moz-menuactive]) { color: #330000 } treechildren::-moz-tree-row(lc-330000, selected, focus), .lc-330000[_moz-menuactive] { background-color: #330000; } treechildren::-moz-tree-cell-text(lc-FFCC99), .lc-FFCC99:not([_moz-menuactive]) { color: #FFCC99 } treechildren::-moz-tree-row(lc-FFCC99, selected, focus), .lc-FFCC99[_moz-menuactive] { background-color: #FFCC99; } treechildren::-moz-tree-cell-text(lc-FF9966), .lc-FF9966:not([_moz-menuactive]) { color: #FF9966 } treechildren::-moz-tree-row(lc-FF9966, selected, focus), .lc-FF9966[_moz-menuactive] { background-color: #FF9966; } treechildren::-moz-tree-cell-text(lc-FF9900), .lc-FF9900:not([_moz-menuactive]) { color: #FF9900 } treechildren::-moz-tree-row(lc-FF9900, selected, focus), .lc-FF9900[_moz-menuactive] { background-color: #FF9900; } treechildren::-moz-tree-cell-text(lc-FF6600), .lc-FF6600:not([_moz-menuactive]) { color: #FF6600 } treechildren::-moz-tree-row(lc-FF6600, selected, focus), .lc-FF6600[_moz-menuactive] { background-color: #FF6600; } treechildren::-moz-tree-cell-text(lc-CC6600), .lc-CC6600:not([_moz-menuactive]) { color: #CC6600 } treechildren::-moz-tree-row(lc-CC6600, selected, focus), .lc-CC6600[_moz-menuactive] { background-color: #CC6600; } treechildren::-moz-tree-cell-text(lc-993300), .lc-993300:not([_moz-menuactive]) { color: #993300 } treechildren::-moz-tree-row(lc-993300, selected, focus), .lc-993300[_moz-menuactive] { background-color: #993300; } treechildren::-moz-tree-cell-text(lc-663300), .lc-663300:not([_moz-menuactive]) { color: #663300 } treechildren::-moz-tree-row(lc-663300, selected, focus), .lc-663300[_moz-menuactive] { background-color: #663300; } treechildren::-moz-tree-cell-text(lc-FFFF99), .lc-FFFF99:not([_moz-menuactive]) { color: #FFFF99 } treechildren::-moz-tree-row(lc-FFFF99, selected, focus), .lc-FFFF99[_moz-menuactive] { background-color: #FFFF99; } treechildren::-moz-tree-cell-text(lc-FFFF66), .lc-FFFF66:not([_moz-menuactive]) { color: #FFFF66 } treechildren::-moz-tree-row(lc-FFFF66, selected, focus), .lc-FFFF66[_moz-menuactive] { background-color: #FFFF66; } treechildren::-moz-tree-cell-text(lc-FFCC66), .lc-FFCC66:not([_moz-menuactive]) { color: #FFCC66 } treechildren::-moz-tree-row(lc-FFCC66, selected, focus), .lc-FFCC66[_moz-menuactive] { background-color: #FFCC66; } treechildren::-moz-tree-cell-text(lc-FFCC33), .lc-FFCC33:not([_moz-menuactive]) { color: #FFCC33 } treechildren::-moz-tree-row(lc-FFCC33, selected, focus), .lc-FFCC33[_moz-menuactive] { background-color: #FFCC33; } treechildren::-moz-tree-cell-text(lc-CC9933), .lc-CC9933:not([_moz-menuactive]) { color: #CC9933 } treechildren::-moz-tree-row(lc-CC9933, selected, focus), .lc-CC9933[_moz-menuactive] { background-color: #CC9933; } treechildren::-moz-tree-cell-text(lc-996633), .lc-996633:not([_moz-menuactive]) { color: #996633 } treechildren::-moz-tree-row(lc-996633, selected, focus), .lc-996633[_moz-menuactive] { background-color: #996633; } treechildren::-moz-tree-cell-text(lc-663333), .lc-663333:not([_moz-menuactive]) { color: #663333 } treechildren::-moz-tree-row(lc-663333, selected, focus), .lc-663333[_moz-menuactive] { background-color: #663333; } treechildren::-moz-tree-cell-text(lc-FFFFCC), .lc-FFFFCC:not([_moz-menuactive]) { color: #FFFFCC } treechildren::-moz-tree-row(lc-FFFFCC, selected, focus), .lc-FFFFCC[_moz-menuactive] { background-color: #FFFFCC; } treechildren::-moz-tree-cell-text(lc-FFFF33), .lc-FFFF33:not([_moz-menuactive]) { color: #FFFF33 } treechildren::-moz-tree-row(lc-FFFF33, selected, focus), .lc-FFFF33[_moz-menuactive] { background-color: #FFFF33; } treechildren::-moz-tree-cell-text(lc-FFFF00), .lc-FFFF00:not([_moz-menuactive]) { color: #FFFF00 } treechildren::-moz-tree-row(lc-FFFF00, selected, focus), .lc-FFFF00[_moz-menuactive] { background-color: #FFFF00; } treechildren::-moz-tree-cell-text(lc-FFCC00), .lc-FFCC00:not([_moz-menuactive]) { color: #FFCC00 } treechildren::-moz-tree-row(lc-FFCC00, selected, focus), .lc-FFCC00[_moz-menuactive] { background-color: #FFCC00; } treechildren::-moz-tree-cell-text(lc-999900), .lc-999900:not([_moz-menuactive]) { color: #999900 } treechildren::-moz-tree-row(lc-999900, selected, focus), .lc-999900[_moz-menuactive] { background-color: #999900; } treechildren::-moz-tree-cell-text(lc-666600), .lc-666600:not([_moz-menuactive]) { color: #666600 } treechildren::-moz-tree-row(lc-666600, selected, focus), .lc-666600[_moz-menuactive] { background-color: #666600; } treechildren::-moz-tree-cell-text(lc-333300), .lc-333300:not([_moz-menuactive]) { color: #333300 } treechildren::-moz-tree-row(lc-333300, selected, focus), .lc-333300[_moz-menuactive] { background-color: #333300; } treechildren::-moz-tree-cell-text(lc-99FF99), .lc-99FF99:not([_moz-menuactive]) { color: #99FF99 } treechildren::-moz-tree-row(lc-99FF99, selected, focus), .lc-99FF99[_moz-menuactive] { background-color: #99FF99; } treechildren::-moz-tree-cell-text(lc-66FF99), .lc-66FF99:not([_moz-menuactive]) { color: #66FF99 } treechildren::-moz-tree-row(lc-66FF99, selected, focus), .lc-66FF99[_moz-menuactive] { background-color: #66FF99; } treechildren::-moz-tree-cell-text(lc-33FF33), .lc-33FF33:not([_moz-menuactive]) { color: #33FF33 } treechildren::-moz-tree-row(lc-33FF33, selected, focus), .lc-33FF33[_moz-menuactive] { background-color: #33FF33; } treechildren::-moz-tree-cell-text(lc-33CC00), .lc-33CC00:not([_moz-menuactive]) { color: #33CC00 } treechildren::-moz-tree-row(lc-33CC00, selected, focus), .lc-33CC00[_moz-menuactive] { background-color: #33CC00; } treechildren::-moz-tree-cell-text(lc-009900), .lc-009900:not([_moz-menuactive]) { color: #009900 } treechildren::-moz-tree-row(lc-009900, selected, focus), .lc-009900[_moz-menuactive] { background-color: #009900; } treechildren::-moz-tree-cell-text(lc-006600), .lc-006600:not([_moz-menuactive]) { color: #006600 } treechildren::-moz-tree-row(lc-006600, selected, focus), .lc-006600[_moz-menuactive] { background-color: #006600; } treechildren::-moz-tree-cell-text(lc-003300), .lc-003300:not([_moz-menuactive]) { color: #003300 } treechildren::-moz-tree-row(lc-003300, selected, focus), .lc-003300[_moz-menuactive] { background-color: #003300; } treechildren::-moz-tree-cell-text(lc-99FFFF), .lc-99FFFF:not([_moz-menuactive]) { color: #99FFFF } treechildren::-moz-tree-row(lc-99FFFF, selected, focus), .lc-99FFFF[_moz-menuactive] { background-color: #99FFFF; } treechildren::-moz-tree-cell-text(lc-33FFFF), .lc-33FFFF:not([_moz-menuactive]) { color: #33FFFF } treechildren::-moz-tree-row(lc-33FFFF, selected, focus), .lc-33FFFF[_moz-menuactive] { background-color: #33FFFF; } treechildren::-moz-tree-cell-text(lc-66CCCC), .lc-66CCCC:not([_moz-menuactive]) { color: #66CCCC } treechildren::-moz-tree-row(lc-66CCCC, selected, focus), .lc-66CCCC[_moz-menuactive] { background-color: #66CCCC; } treechildren::-moz-tree-cell-text(lc-00CCCC), .lc-00CCCC:not([_moz-menuactive]) { color: #00CCCC } treechildren::-moz-tree-row(lc-00CCCC, selected, focus), .lc-00CCCC[_moz-menuactive] { background-color: #00CCCC; } treechildren::-moz-tree-cell-text(lc-339999), .lc-339999:not([_moz-menuactive]) { color: #339999 } treechildren::-moz-tree-row(lc-339999, selected, focus), .lc-339999[_moz-menuactive] { background-color: #339999; } treechildren::-moz-tree-cell-text(lc-336666), .lc-336666:not([_moz-menuactive]) { color: #336666 } treechildren::-moz-tree-row(lc-336666, selected, focus), .lc-336666[_moz-menuactive] { background-color: #336666; } treechildren::-moz-tree-cell-text(lc-003333), .lc-003333:not([_moz-menuactive]) { color: #003333 } treechildren::-moz-tree-row(lc-003333, selected, focus), .lc-003333[_moz-menuactive] { background-color: #003333; } treechildren::-moz-tree-cell-text(lc-CCFFFF), .lc-CCFFFF:not([_moz-menuactive]) { color: #CCFFFF } treechildren::-moz-tree-row(lc-CCFFFF, selected, focus), .lc-CCFFFF[_moz-menuactive] { background-color: #CCFFFF; } treechildren::-moz-tree-cell-text(lc-66FFFF), .lc-66FFFF:not([_moz-menuactive]) { color: #66FFFF } treechildren::-moz-tree-row(lc-66FFFF, selected, focus), .lc-66FFFF[_moz-menuactive] { background-color: #66FFFF; } treechildren::-moz-tree-cell-text(lc-33CCFF), .lc-33CCFF:not([_moz-menuactive]) { color: #33CCFF } treechildren::-moz-tree-row(lc-33CCFF, selected, focus), .lc-33CCFF[_moz-menuactive] { background-color: #33CCFF; } treechildren::-moz-tree-cell-text(lc-3366FF), .lc-3366FF:not([_moz-menuactive]) { color: #3366FF } treechildren::-moz-tree-row(lc-3366FF, selected, focus), .lc-3366FF[_moz-menuactive] { background-color: #3366FF; } treechildren::-moz-tree-cell-text(lc-3333FF), .lc-3333FF:not([_moz-menuactive]) { color: #3333FF } treechildren::-moz-tree-row(lc-3333FF, selected, focus), .lc-3333FF[_moz-menuactive] { background-color: #3333FF; } treechildren::-moz-tree-cell-text(lc-000099), .lc-000099:not([_moz-menuactive]) { color: #000099 } treechildren::-moz-tree-row(lc-000099, selected, focus), .lc-000099[_moz-menuactive] { background-color: #000099; } treechildren::-moz-tree-cell-text(lc-000066), .lc-000066:not([_moz-menuactive]) { color: #000066 } treechildren::-moz-tree-row(lc-000066, selected, focus), .lc-000066[_moz-menuactive] { background-color: #000066; } treechildren::-moz-tree-cell-text(lc-CCCCFF), .lc-CCCCFF:not([_moz-menuactive]) { color: #CCCCFF } treechildren::-moz-tree-row(lc-CCCCFF, selected, focus), .lc-CCCCFF[_moz-menuactive] { background-color: #CCCCFF; } treechildren::-moz-tree-cell-text(lc-9999FF), .lc-9999FF:not([_moz-menuactive]) { color: #9999FF } treechildren::-moz-tree-row(lc-9999FF, selected, focus), .lc-9999FF[_moz-menuactive] { background-color: #9999FF; } treechildren::-moz-tree-cell-text(lc-6666CC), .lc-6666CC:not([_moz-menuactive]) { color: #6666CC } treechildren::-moz-tree-row(lc-6666CC, selected, focus), .lc-6666CC[_moz-menuactive] { background-color: #6666CC; } treechildren::-moz-tree-cell-text(lc-6633FF), .lc-6633FF:not([_moz-menuactive]) { color: #6633FF } treechildren::-moz-tree-row(lc-6633FF, selected, focus), .lc-6633FF[_moz-menuactive] { background-color: #6633FF; } treechildren::-moz-tree-cell-text(lc-6600CC), .lc-6600CC:not([_moz-menuactive]) { color: #6600CC } treechildren::-moz-tree-row(lc-6600CC, selected, focus), .lc-6600CC[_moz-menuactive] { background-color: #6600CC; } treechildren::-moz-tree-cell-text(lc-333399), .lc-333399:not([_moz-menuactive]) { color: #333399 } treechildren::-moz-tree-row(lc-333399, selected, focus), .lc-333399[_moz-menuactive] { background-color: #333399; } treechildren::-moz-tree-cell-text(lc-330099), .lc-330099:not([_moz-menuactive]) { color: #330099 } treechildren::-moz-tree-row(lc-330099, selected, focus), .lc-330099[_moz-menuactive] { background-color: #330099; } treechildren::-moz-tree-cell-text(lc-FFCCFF), .lc-FFCCFF:not([_moz-menuactive]) { color: #FFCCFF } treechildren::-moz-tree-row(lc-FFCCFF, selected, focus), .lc-FFCCFF[_moz-menuactive] { background-color: #FFCCFF; } treechildren::-moz-tree-cell-text(lc-FF99FF), .lc-FF99FF:not([_moz-menuactive]) { color: #FF99FF } treechildren::-moz-tree-row(lc-FF99FF, selected, focus), .lc-FF99FF[_moz-menuactive] { background-color: #FF99FF; } treechildren::-moz-tree-cell-text(lc-CC66CC), .lc-CC66CC:not([_moz-menuactive]) { color: #CC66CC } treechildren::-moz-tree-row(lc-CC66CC, selected, focus), .lc-CC66CC[_moz-menuactive] { background-color: #CC66CC; } treechildren::-moz-tree-cell-text(lc-CC33CC), .lc-CC33CC:not([_moz-menuactive]) { color: #CC33CC } treechildren::-moz-tree-row(lc-CC33CC, selected, focus), .lc-CC33CC[_moz-menuactive] { background-color: #CC33CC; } treechildren::-moz-tree-cell-text(lc-993399), .lc-993399:not([_moz-menuactive]) { color: #993399 } treechildren::-moz-tree-row(lc-993399, selected, focus), .lc-993399[_moz-menuactive] { background-color: #993399; } treechildren::-moz-tree-cell-text(lc-663366), .lc-663366:not([_moz-menuactive]) { color: #663366 } treechildren::-moz-tree-row(lc-663366, selected, focus), .lc-663366[_moz-menuactive] { background-color: #663366; } treechildren::-moz-tree-cell-text(lc-330033), .lc-330033:not([_moz-menuactive]) { color: #330033 } treechildren::-moz-tree-row(lc-330033, selected, focus), .lc-330033[_moz-menuactive] { background-color: #330033; } treechildren::-moz-tree-cell-text(lc-white, selected, focus) { color: #FFFFFF } treechildren::-moz-tree-cell-text(lc-black, selected, focus) { color: #000000 } PK u&7¼(skin/modern/messenger/accountCentral.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.org code. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Joe Hewitt * * Alternatively, the contents of this file may be used under the terms of * either 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 ***** */ /* ===== accountCentral.css ========================================== == Styles for the Messenger Account Central panel. ======================================================================= */ @import url("chrome://messenger/skin/"); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); #acctCentralGrid { background-color: #FFFFFF; } separator { height: 5px; } separator.thin { height: 15px; } /* ::::: rows ::::: */ #acctCentralHeaderRow { padding: 10px 0px 10px 10px; font-size: 180%; font-weight: bold; color: #000000; } .acctCentralRow { -moz-binding: url("chrome://global/skin/globalBindings.xml#row-iconic"); margin-left: 10px; font-size: 125%; color: #000000; } .row-iconic-icon { list-style-image: inherit; margin-right: 10px; } .acctCentralRowTitleBox { background-color: #C7D0D9; font-size: 150%; font-weight: bold; color: #000000; } /* ::::: links ::::: */ .acctCentralLinkText { cursor: pointer; color: #212731; text-decoration: underline; } .acctCentralLinkText:hover { color: #39598E; } .acctCentralLinkText:hover:active { color: #000000; } /* ::::: row icons ::::: */ #ReadMessages { list-style-image: url("chrome://messenger/skin/icons/acct-read.gif"); } #ComposeMessage { list-style-image: url("chrome://messenger/skin/icons/acct-compose.gif"); } #SubscribeNewsgroups { list-style-image: url("chrome://messenger/skin/icons/acct-subscribe.gif"); } #SubscribeImapFolders { list-style-image: url("chrome://messenger/skin/icons/acct-subscribe.gif"); } #SearchMessages { list-style-image: url("chrome://messenger/skin/icons/acct-search.gif"); } #AccountSettings { list-style-image: url("chrome://messenger/skin/icons/acct-prefs.gif"); } #CreateAccount { list-style-image: url("chrome://messenger/skin/icons/acct-newaccount.gif"); } #CreateFilters { list-style-image: url("chrome://messenger/skin/icons/acct-filters.gif"); } #OfflineSettings { list-style-image: url("chrome://messenger/skin/icons/acct-prefs.gif"); } #JunkSettingsMail { list-style-image: url("chrome://messenger/skin/icons/acct-filters.gif"); } #JunkSettingsNews { list-style-image: url("chrome://messenger/skin/icons/acct-filters.gif"); } PK u&7y y 'skin/modern/messenger/accountManage.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.org code. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Joe Hewitt * * Alternatively, the contents of this file may be used under the terms of * either 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 ***** */ /* ===== accountManage.css ============================================== == Styles for the Mail Account Manager. ======================================================================= */ @import url("chrome://messenger/skin/"); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: account manager :::::: */ .specialFolderPickerGrid { margin-left: 20px; } .fccReplyFollowsParent { margin-left: 20px; } .selectForOfflineUseButton { list-style-image: url("chrome://communicator/skin/icons/offline.gif"); } .selectForOfflineUseButton > .button-box > .button-icon { margin-left: 4px; margin-right: 4px; } treechildren::-moz-tree-cell-text(isDefaultServer-true) { font-weight: bold; } /* ::::: SMTP Server Panel :::::: */ .smtpServerListItem { padding-left: 3px; } #backgroundBox { background-color: #BBC6D1; } #smtpServerInfoBox textbox { background-color: transparent; } PK u&7'skin/modern/messenger/accountWizard.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.org code. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Joe Hewitt * * Alternatively, the contents of this file may be used under the terms of * either 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 ***** */ /* ===== 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 u&7z%^ *skin/modern/messenger/addressingWidget.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.org code. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998 * the Initial Developer. All Rights Reserved. * * Contributor(s): * * Alternatively, the contents of this file may be used under the terms of * either 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 ***** */ /* ::::: addressing widget ::::: */ #addressingWidget { -moz-user-focus: none; width: 0; } .textbox-addressingWidget[noMatchesFound="true"] { color: red; } #typecol-addressingWidget { min-width: 9em; border-right: 1px solid #C4CADC; } .addressingWidgetItem, .dummy-row { border: none !important; background-color: inherit !important; color: inherit !important; } .addressingWidgetCell { border-bottom: 1px solid #C4CADC; padding: 0px; } .addressingWidgetCell:first-child { border-top: none; } .dummy-row-cell:first-child { border-top: none; border-bottom: 1px solid #C4CADC; } .person-icon { cursor: default !important; margin: 2px 4px; border: none; list-style-image: url("chrome://messenger/skin/addressbook/icons/person.gif"); } PK u&7dzP P !skin/modern/messenger/dialogs.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.org code. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Joe Hewitt * * Alternatively, the contents of this file may be used under the terms of * either 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 ***** */ /* ===== dialogs.css ==================================================== == Styles used by the general dialogs in Messenger. ======================================================================= */ @import url("chrome://messenger/skin/"); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: button-like menus ::::: */ menu.push { margin: 2px; border: 1px outset #B4C3D4; padding: 2px; background: transparent; } menu.push:hover:active, menu.push[open] { border-style: inset; padding: 3px 1px 1px 3px; } menu.push[disabled="true"], menu.push[disabled="true"]:hover, menu.push[disabled="true"]:hover:active { border: 1px solid #85959E; color: #85959E; } /* ::::: fieldMapImport.xul ::::: */ treecell.importsampledata { border-left: 3px solid #C2D0D0; padding-left: 10px; } #fieldList-box { margin: 1.5em 3em 1.5em 3em; border: 1px inset white; width: 32em; height: 300px; } /* ::::: importDialog.xul ::::: */ #progressStatus { margin: 1em 0px 0px 0px; } #progressMeter { margin: 1em 2em 2em 1em; width: 26em; } /* ::::: askSendFormat.xul ::::: */ #askSendFormat { width: 40em; } #askImageBox { -moz-box-align: start; } #convertYes { list-style-image: url("chrome://global/skin/icons/alert-question.gif"); } #convertAltering { list-style-image: url("chrome://global/skin/icons/alert-question.gif"); } #convertNo { list-style-image: url("chrome://global/skin/icons/alert-exclam.gif"); } /* Workaround for bug 50217. Please remove this rule, when this bug is fixed. */ #convertDefault { list-style-image: url("chrome://global/skin/icons/alert-question.gif"); } PK u&7W L &skin/modern/messenger/filterDialog.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.org code. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Joe Hewitt * * Alternatively, the contents of this file may be used under the terms of * either 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 ***** */ /* ===== 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://global/skin/checkbox/cbox.gif"); } treechildren::-moz-tree-image(activeColumn, Enabled-true) { list-style-image: url("chrome://global/skin/checkbox/cbox-check.gif"); } .search-menulist, .search-value-menulist { width: 12em; } .small-button { min-width: 3em; padding: 0px; margin: 0px 1px; } listbox { padding-top: 2px; } textbox { margin: 1px 4px; } #FilterEditor { width: 560px; min-height:1px; } .filler { padding-right: 22px; } .ruleactionitem { min-width: 20em; } .ruleaction-type { min-width: 15em; } PK u&7^bzz%skin/modern/messenger/folderMenus.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.org code. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Joe Hewitt * * Alternatively, the contents of this file may be used under the terms of * either 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 ***** */ /* ===== 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[SpecialFolder="Virtual"] { list-style-image: url("chrome://messenger/skin/icons/folder-search.gif"); } /* ..... servers ..... */ .folderMenuItem[IsServer="true"] { list-style-image: url("chrome://messenger/skin/icons/server-mail.gif"); } .folderMenuItem[IsServer="true"][ServerType="imap"][IsSecure="true"] { list-style-image: url("chrome://messenger/skin/icons/server-remote-lock.gif"); } .folderMenuItem[IsServer="true"][ServerType="pop3"][IsSecure="true"] { list-style-image: url("chrome://messenger/skin/icons/server-remote-lock.gif"); } .folderMenuItem[IsServer="true"][ServerType="none"] { list-style-image: url("chrome://messenger/skin/icons/server-local.gif"); } /* ..... newsgroups ..... */ .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"); } .folderMenuItem[ServerType="nntp"] { list-style-image: url("chrome://messenger/skin/icons/folder-newsgroup.gif"); } PK u&7TR99$skin/modern/messenger/folderPane.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.org code. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Joe Hewitt * Hkan Waara * Jan Varga * * 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 ***** */ /* ===== 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.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"); } /* ..... 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"); } /* ..... Unsent Messages ..... */ treechildren::-moz-tree-image(folderNameCol, specialFolder-Unsent Messages) { list-style-image: url("chrome://messenger/skin/icons/folder-outbox.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"); } /* ..... Saved Searches ..... */ treechildren::-moz-tree-image(folderNameCol, specialFolder-Virtual) { list-style-image: url("chrome://messenger/skin/icons/folder-search.gif"); } 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) { 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-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"); } /* ..... News Servers ..... */ 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://global/skin/checkbox/cbox.gif"); } treechildren::-moz-tree-image(syncCol, synchronize-true) { list-style-image: url("chrome://global/skin/checkbox/cbox-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 u&7%skin/modern/messenger/fakeAccount.css/* distributors / ISPs can override this to add hooks in the folder pane * to create accounts * see http://www.mozilla.org/mailnews/arch/fakeaccounts.html */ PK u&7||*skin/modern/messenger/folderPaneExtras.css/* distributors / ISPs can override folder pane icons * see http://www.mozilla.org/mailnews/arch/folderpaneextras.html */ PK u&79J*skin/modern/messenger/threadPaneExtras.css/* distributors / ISPs can override this to override thread pane icons. * see http://www.mozilla.org/mailnews/arch/threadpaneextras.html */ PK u&7   %skin/modern/messenger/mailWindow2.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.org code. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Joe Hewitt * * Alternatively, the contents of this file may be used under the terms of * either 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 ***** */ /* ===== mailWindow2.css ================================================ == Styles for the main Mail window in the optional layout scheme. ======================================================================= */ @import url("chrome://messenger/skin/mailWindow1.css"); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); #folderTree { border-bottom: 2px solid; border-left: 2px solid; -moz-border-bottom-colors: #DFE5EF #97A4B2 !important; -moz-border-left-colors: #AAB4BF #3B414F !important; } #gray_vertical_splitter { border: none; } PK u&7° %skin/modern/messenger/messageBody.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.org code. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Joe Hewitt * * Alternatively, the contents of this file may be used under the terms of * either 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 ***** */ /* ===== messageBody.css ================================================= == Styles for the body of a mail message. ======================================================================= */ @import url(chrome://communicator/skin/smileys.css); @namespace url("http://www.w3.org/1999/xhtml"); /* :::: message header ::::: */ .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 */ } /* ::::: attached images ::::: */ .moz-attached-image[overflowing="true"] { cursor: -moz-zoom-out; } .moz-attached-image[isshrunk="true"] { cursor: -moz-zoom-in; max-width: 100%; } PK u&7k;'1skin/modern/messenger/virtualFolderListDialog.css/* ===== virtualFolderListDialog.css ================================================== == Styles for the virtual folder list dialog. ======================================================================= */ @import url("chrome://messenger/skin/mailWindow1.css"); @import url("chrome://messenger/skin/folderPane.css"); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); treechildren::-moz-tree-image(selectedColumn) { margin-right: 2px; list-style-image: url("chrome://global/skin/checkbox/cbox.gif"); } treechildren::-moz-tree-image(selectedColumn, inVFEditSearchScope-true) { list-style-image: url("chrome://global/skin/checkbox/cbox-check.gif"); } PK u&7 H'skin/modern/messenger/messageHeader.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.org code. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Joe Hewitt * * Alternatively, the contents of this file may be used under the terms of * either 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 ***** */ /* ===== 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; } .header-part1 { background-color: #C7D0D9; color: #000000; } /* ::::: msg header buttons ::::: */ #expandedAttachmentBox { width: 20em; height: 0; } #attachmentTree { margin: 0 0 3px 0; border: none; height: 0; width: 20em; } #attachmentText { font-weight: bold; } /* ::::: msg header captions ::::: */ #msgHeaderView { border-right: 1px solid #7B969C; border-bottom: 1px solid #000000; border-left: 1px solid #7B969C; } #collapsedHeaderView, #expandedHeaderView { min-width: 1px; } .headerNameBox { width: 7.7em; } .headerName { margin: 0 .5em 5px 0; font-weight: bold; text-align: right; } .headerValue { margin: 0; min-width: 50px; white-space: normal; } .headerValueBox { margin: 0 0 5px 0; } .headerValueBox[singleline="true"] { overflow: hidden; } .subjectvalue { font-weight: bold; } .tagvalue { margin-top: 0; margin-left: 0; } /* ::::: msg header message ids ::::: */ .messageIdDisplayButton { cursor: pointer; color: #424F63; text-decoration: underline; margin: 0; } .messageIdDisplayButton:hover { color: #1455D6; } .messageIdDisplayImage { padding-left: 2px; -moz-box-pack: end; } /* ::::: msg header email addresses ::::: */ .emailDisplayButton { cursor: pointer; color: #424F63; text-decoration: underline; margin: 0; } .emailDisplayButton:hover { color: #1455D6; } .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; } #collapseddateValue > .textbox-input-box menupopup { text-align: left; } #collapsedfromBox { width: 18em; } #collapseddateBox { width: 12em; } .collapsedHeaderDisplayName { margin: 0 .5em 0 .7em; 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 u&77)skin/modern/messenger/messageKeywords.css/* distributors / ISPs can use this * to add or override icons and colors to the message pane. * see http://www.mozilla.org/mailnews/arch/messagekeywords.html */ PK u&7||'skin/modern/messenger/messageWindow.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.org code. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Joe Hewitt * * Alternatively, the contents of this file may be used under the terms of * either 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 ***** */ /* ===== messageWindow.css ============================================== == Styles for the message window. ======================================================================= */ @import url("chrome://messenger/skin/"); @import url("chrome://messenger/skin/primaryToolbar.css"); @import url("chrome://messenger/skin/threadPaneLabels.css"); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); PK u&7e٪ #skin/modern/messenger/messenger.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.org code. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Joe Hewitt * * Alternatively, the contents of this file may be used under the terms of * either 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 ***** */ /* ===== messenger.css ================================================== == Styles shared throughout the Messenger application. ======================================================================= */ @import url("chrome://communicator/skin/"); @import url("chrome://messenger/content/messenger.css"); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: miscellany :::::: */ spacer.spacer { width: 5px; height: 5px; } PK u&7%_L L $skin/modern/messenger/prefPanels.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.org code. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Joe Hewitt * * Alternatively, the contents of this file may be used under the terms of * either 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 ***** */ /* ===== prefPanels.css ================================================= == Styles for the Messenger preference panels. ======================================================================= */ @import url("chrome://messenger/skin/"); @import url("chrome://communicator/skin/prefpanels.css"); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: Tags ::::: */ @-moz-document url("chrome://messenger/content/pref-labels.xul") { .listheader-label { text-align: center; } listcell { padding-left: 16px; padding-right: 16px; } textbox { -moz-box-flex: 1; } } PK u&7 &skin/modern/messenger/searchDialog.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.org code. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Joe Hewitt * * Alternatively, the contents of this file may be used under the terms of * either 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 ***** */ /* ===== 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"); /* ::::: Search Dialog adjustments ::::: */ #searchTermTree { min-height: 50px; } #searchTermListBox { height: 100px; } #searchResultListBox { margin: 5px; height: 100px; } menulist { width: 12em; } menulist > menupopup > menuitem { padding-right: 2px; } .small-button { min-width: 3em; padding: 0px; margin: 0px 1px; } listbox { padding-top: 2px; } textbox { margin: 1px 4px; } PK u&7QT=#skin/modern/messenger/subscribe.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.org code. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Joe Hewitt * * Alternatively, the contents of this file may be used under the terms of * either 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 ***** */ /* ===== 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) { list-style-image: url("chrome://global/skin/checkbox/cbox.gif"); } treechildren::-moz-tree-image(subscribedColumn, Subscribed-true), treechildren::-moz-tree-image(subscribedColumn2, subscribed) { list-style-image: url("chrome://global/skin/checkbox/cbox-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"); } /* ::::: statusbar adjustments :::::: */ statusbarpanel, .progressmeter-statusbar { border: none !important; } #statusContainerBox { margin-right: 4px; } PK +7Yk%skin/modern/messenger/mailWindow1.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.org code. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Joe Hewitt * * Alternatively, the contents of this file may be used under the terms of * either 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 ***** */ /* ===== 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 ::::: */ #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: 2px solid; -moz-border-right-colors: #DFE5EF #97A4B2; min-width: 1px; } #threadTree { border-bottom: 2px solid; -moz-border-bottom-colors: #DFE5EF #97A4B2; min-width: 1px; } #threadTree, #accountCentralBox, #searchBoxHolder > #searchBox, #messagepanebox { border-left: 2px solid; -moz-border-left-colors: #AAB4BF #3B414F; } #searchBoxHolder > #searchBox { border-top: 1px solid #EEF0F3; border-right: 1px solid #A5ABB0; border-bottom: 2px solid; -moz-border-bottom-colors: #5D616E #BEC3D3; } /* ::::: location toolbar ::::: */ #msgLocationToolbar { background: url("chrome://global/skin/toolbar/tb-mid.gif") #C7D0D9 repeat-x top; } #msgLocationToolbar > .toolbar-box > toolbargrippy, #msgLocationToolbar > .toolbar-box > .toolbar-holder { border-top: 1px solid #CED6DD; border-right: 1px solid #95A0AD; border-bottom: 1px solid #95A0AD; border-left: 1px solid #DAE3ED; } #msgLocationToolbar > .toolbar-box > toolbargrippy:hover:active { border-color: #67737E; } /* XXX bug 313731 buttons are taller than menulists */ #msgLocationToolbar > #searchBox[collapsed="true"] { visibility: hidden; } #locationIcon { list-style-image: none; } #locationFolders { width: 20em; } /* ..... message pane adjustments ..... */ #messagepanebox { border-top: 2px solid; -moz-border-top-colors: #AAB4BF #3B414F; } #msgHeaderView { border-left: none !important; } #messagepane { border: 1px solid #FFFFFF; border-right: none; } #messagepanebox[focusring="true"] > #messagepane { border-color: #000000; } PK u&7''$skin/modern/messenger/threadPane.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.org code. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Joe Hewitt * Scott MacGregor (mscott@netscape.com) * * 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 ***** */ /* ===== 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; } treechildren::-moz-tree-cell-text(imapdeleted) { text-decoration: line-through; } /* 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, focus) { color: #000000; } treechildren::-moz-tree-cell-text(priorityCol, selected, focus) { color: #FFFFFF; } ****/ /* ::::: message icons ::::: */ /* ::::: message column icons ::::: */ /* ..... thread column ..... */ .threadColumnHeader { list-style-image: url("chrome://messenger/skin/icons/threadcol-unthreaded.gif"); } .threadColumnHeader[sortDirection="ascending"] { list-style-image: url("chrome://messenger/skin/icons/threadcol-threaded.gif"); } .threadColumnHeader[sortDirection="descending"] { list-style-image: url("chrome://messenger/skin/icons/threadcol-threaded.gif"); } treechildren::-moz-tree-image(threadCol, container) { list-style-image: url("chrome://messenger/skin/icons/thread-closed.gif"); } treechildren::-moz-tree-image(threadCol, container, hasUnread) { list-style-image: url("chrome://messenger/skin/icons/thread-new-closed.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"); } /* ..... read column ..... */ .readColumnHeader { list-style-image: url("chrome://messenger/skin/icons/readcol-unread.gif"); } treechildren::-moz-tree-image(unreadButtonColHeader) { list-style-image: url("chrome://messenger/skin/icons/readcol-read.gif"); padding-left: 0px; padding-right: 4px; } treechildren::-moz-tree-image(unreadButtonColHeader, unread) { list-style-image: url("chrome://messenger/skin/icons/readcol-unread.gif"); } /* ..... attachment column ..... */ .attachmentColumnHeader { list-style-image: url("chrome://messenger/skin/icons/attachment-col.gif"); } treechildren::-moz-tree-image(attachmentCol, attach) { list-style-image: url("chrome://messenger/skin/icons/attachment.gif"); } treechildren::-moz-tree-image(attachmentCol, attach, focus, selected) { list-style-image: url("chrome://messenger/skin/icons/attachment-selected.gif"); } /* ..... flag column ..... */ .flagColumnHeader { list-style-image: url("chrome://messenger/skin/icons/flagcol-flagged.gif"); } treechildren::-moz-tree-image(flaggedCol) { list-style-image: url("chrome://messenger/skin/icons/readcol-read.gif"); padding-left: 0px; padding-right: 4px; } treechildren::-moz-tree-image(flaggedCol, flagged) { list-style-image: url("chrome://messenger/skin/icons/flagcol-flagged.gif"); } /* ..... junkStatus column ..... */ .junkStatusHeader { list-style-image: url("chrome://messenger/skin/icons/message-junk-other.gif"); } /* "unknown" now looks like "not junk". see bug #182386 */ treechildren::-moz-tree-image(junkStatusCol) { list-style-image: url("chrome://messenger/skin/icons/readcol-read.gif"); padding-left: 0px; padding-right: 4px; } treechildren::-moz-tree-image(junkStatusCol, junk) { list-style-image: url("chrome://messenger/skin/icons/message-junk-other.gif"); } treechildren::-moz-tree-image(junkStatusCol, notjunk) { list-style-image: url("chrome://messenger/skin/icons/readcol-read.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"); } tree[noattachcol="true"] > 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"); } tree[noattachcol="true"] > 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-delete-offl.gif"); } treechildren::-moz-tree-image(subjectCol, news) { list-style-image: url("chrome://messenger/skin/icons/message-news.gif"); } tree[noattachcol="true"] > treechildren::-moz-tree-image(subjectCol, news, attach) { list-style-image: url("chrome://messenger/skin/icons/message-news-attach.gif"); } tree[noattachcol="true"] > 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"); } tree[noattachcol="true"] > treechildren::-moz-tree-image(subjectCol, news, new, attach) { list-style-image: url("chrome://messenger/skin/icons/message-news-new-attach.gif"); } tree[noattachcol="true"] > 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"); } #sizeCol, #unreadCol, #totalCol { text-align: right; } PK J75(skin/modern/messenger/primaryToolbar.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.org code. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Joe Hewitt * Adam Becevello * Seth Spitzer * * 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 ***** */ /* ===== primaryToolbar.css ============================================= == Images for the Mail primary toolbar. ======================================================================= */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: primary toolbar masthead ::::: */ #msgToolbar > .toolbar-holder > .toolbar-primary-icon { list-style-image: url("chrome://messenger/skin/icons/mast-mail.gif"); } /* ::::: primary toolbar buttons ::::: */ .toolbarbutton-1 { list-style-image: url("chrome://messenger/skin/icons/btn1.gif"); } #button-getmsg { -moz-image-region: rect(102px 49px 135px 0); } #button-getmsg:hover { -moz-image-region: rect(102px 99px 135px 50px); } #button-getmsg:hover:active { -moz-image-region: rect(102px 149px 135px 100px); } #button-getmsg[disabled] { -moz-image-region: rect(102px 199px 135px 150px) !important; } #button-getmsg[buttonstyle="text"] > stack > .toolbarbutton-menubutton-dropmarker { margin: 0px 2px 0px 55px !important; } #button-newmsg { -moz-image-region: rect(170px 49px 203px 0); } #button-newmsg:hover { -moz-image-region: rect(170px 99px 203px 50px); } #button-newmsg:hover:active { -moz-image-region: rect(170px 149px 203px 100px); } #button-newmsg[disabled] { -moz-image-region: rect(170px 199px 203px 150px) !important; } #button-reply { -moz-image-region: rect(238px 49px 271px 0); } #button-reply:hover { -moz-image-region: rect(238px 99px 271px 50px); } #button-reply:hover:active { -moz-image-region: rect(238px 149px 271px 100px); } #button-reply[disabled] { -moz-image-region: rect(238px 199px 271px 150px) !important; } #button-replyall { -moz-image-region: rect(272px 49px 305px 0); } #button-replyall:hover { -moz-image-region: rect(272px 99px 305px 50px); } #button-replyall:hover:active { -moz-image-region: rect(272px 149px 305px 100px); } #button-replyall[disabled] { -moz-image-region: rect(272px 199px 305px 150px) !important; } #button-forward { -moz-image-region: rect(68px 49px 101px 0); } #button-forward:hover { -moz-image-region: rect(68px 99px 101px 50px); } #button-forward:hover:active { -moz-image-region: rect(68px 149px 101px 100px); } #button-forward[disabled] { -moz-image-region: rect(68px 199px 101px 150px) !important; } #button-file { -moz-image-region: rect(34px 49px 67px 0); } #button-file:hover { -moz-image-region: rect(34px 99px 67px 50px); } #button-file:hover:active, #button-file[open] { -moz-image-region: rect(34px 149px 67px 100px); } #button-file[disabled] { -moz-image-region: rect(34px 199px 67px 150px) !important; } #button-goback { -moz-image-region: rect(238px 49px 271px 0); } #button-goback:hover { -moz-image-region: rect(238px 99px 271px 50px); } #button-goback:hover:active { -moz-image-region: rect(238px 149px 271px 100px); } #button-goback[disabled] { -moz-image-region: rect(238px 199px 271px 150px) !important; } #button-goforward { -moz-image-region: rect(68px 49px 101px 0); } #button-goforward:hover { -moz-image-region: rect(68px 99px 101px 50px); } #button-goforward:hover:active { -moz-image-region: rect(68px 149px 101px 100px); } #button-goforward[disabled] { -moz-image-region: rect(68px 199px 101px 150px) !important; } #button-next { -moz-image-region: rect(204px 49px 237px 0); } #button-next:hover { -moz-image-region: rect(204px 99px 237px 50px); } #button-next:hover:active { -moz-image-region: rect(204px 149px 237px 100px); } #button-next[disabled] { -moz-image-region: rect(204px 199px 237px 150px) !important; } #button-delete { -moz-image-region: rect(0, 49px 33px 0); } #button-delete:hover { -moz-image-region: rect(0, 99px 33px 50px); } #button-delete:hover:active { -moz-image-region: rect(0 149px 33px 100px); } #button-delete[disabled] { -moz-image-region: rect(0 199px 33px 150px) !important; } #button-mark { -moz-image-region: rect(136px 49px 169px 0); } #button-mark:hover { -moz-image-region: rect(136px 99px 169px 50px); } #button-mark:hover:active { -moz-image-region: rect(136px 149px 169px 100px); } #button-mark[disabled] { -moz-image-region: rect(136px 199px 169px 150px) !important; } #button-junk { -moz-image-region: rect(544px 49px 577px 0); } #button-junk:hover { -moz-image-region: rect(544px 99px 577px 50px); } #button-junk:hover:active { -moz-image-region: rect(544px 149px 577px 100px); } #button-junk[disabled="true"] { -moz-image-region: rect(544px 199px 577px 150px) !important; } #button-print { list-style-image: url("chrome://communicator/skin/icons/btn1.gif"); -moz-image-region: rect(34px 49px 67px 0); } #button-print:hover { -moz-image-region: rect(34px 99px 67px 50px); } #button-print:hover:active { -moz-image-region: rect(34px 149px 67px 100px); } #button-print[disabled] { -moz-image-region: rect(34px 199px 67px 150px) !important; } #button-stop { list-style-image: url("chrome://communicator/skin/icons/btn1.gif"); -moz-image-region: rect(68px 49px 101px 0); } #button-stop:hover { -moz-image-region: rect(68px 99px 101px 50px); } #button-stop:hover:active { -moz-image-region: rect(68px 149px 101px 100px); } #button-stop[disabled="true"] { -moz-image-region: rect(68px 199px 101px 150px) !important; } /* ::::: message notification bar style rules ::::: */ .msgNotificationBar { border-bottom: 1px solid; -moz-border-bottom-colors: #000000; -moz-appearance: toolbox; background-color: #C7BC8F; color: black; } .msgNotificationBarText { font-weight: bold; } #junkBarImage { list-style-image: url("chrome://messenger/skin/icons/junkBar.gif"); } #junkIcon { margin-left: 0.3ex; list-style-image: url("chrome://messenger/skin/icons/message-junk-other.gif"); } #remoteContentImage { list-style-image: url("chrome://messenger/skin/icons/remote-blocked.png"); padding: 3px; } #allowRemoteContentForAuthorDesc { padding-left: 10px; } PK u&7&8F  skin/modern/messenger/start.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.org code. * * The Initial Developer of the Original Code is * the Mozilla Organization. * Portions created by the Initial Developer are Copyright (C) 1998-2002 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Robert Kaiser * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ /* ===== start.css ===================================================== == Styles used by the mailnews start page. ======================================================================= */ body { margin: 0; padding: 0; } h1 { background-color: #C7D0D9; color: #22262F; border-bottom: 1px solid #2D3B49; font-size: 1.5em; font-weight: normal; padding: 0.25em 0.67em; /* 0.67*1.5=1, so fit with 1em below */ margin: 0; } div#main { margin: 0 1em; } p { margin: 0.5em 0; } h2 { font-size: 1.2em; font-weight: bold; margin: 0.5em 0; } ul { margin: 0.5em 0; } PK u&7Vr>BB3skin/modern/messenger/addressbook/abResultsPane.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is Mozilla addressbook. * * The Initial Developer of the Original Code is * Seth Spitzer . * 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/person.gif"); } treechildren::-moz-tree-image(GeneratedName, MailList) { list-style-image: url("chrome://messenger/skin/addressbook/icons/list.gif"); } PK u&7m  2skin/modern/messenger/addressbook/addressPanes.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.org code. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Joe Hewitt * Seth Spitzer * * 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 ***** */ /* ===== addressPanes.css ================================================ == Styles for directory and address panes. ======================================================================= */ @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/myaddrbk.gif"); } treechildren::-moz-tree-image(DirCol, IsMailList-true) { list-style-image: url("chrome://messenger/skin/addressbook/icons/list.gif"); } treechildren::-moz-tree-image(DirCol, IsRemote-true) { list-style-image: url("chrome://messenger/skin/addressbook/icons/directory.gif"); } treechildren::-moz-tree-image(DirCol, IsRemote-true, IsSecure-true) { list-style-image: url("chrome://messenger/skin/addressbook/icons/secure-directory.gif"); } #dirTree [sortDirection="ascending"] { list-style-image: none; } #dirTree [sortDirection="descending"] { list-style-image: none; } PK u&7b>  0skin/modern/messenger/addressbook/cardDialog.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.org code. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Joe Hewitt * Seth Spitzer * * 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 ***** */ /* ===== cardViewOverlay.css ============================================ == Styles for the Address Book Card view. ======================================================================= */ @import url("chrome://messenger/skin/"); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: Card Edit dialog ::::: */ .CardEditWidth { width: 25em; } .CardEditLabel { padding: 0px; margin-top: 3px; } .alignBoxWithFieldset { margin-left: 6px; margin-right: 5px; } .stateZipSpacer { width: 3em; } PK u&7Rz z ;skin/modern/messenger/addressbook/selectAddressesDialog.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.org code. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Joe Hewitt * Seth Spitzer * * 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 ***** */ /* ===== selectAddressesDialog.css ====================================== == Styles for the Select Addresses Dialog. ======================================================================= */ @import url("chrome://messenger/skin/"); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: Select Addresses dialog ::::: */ #topBox { padding: 0.5em 0 1.0em 0; } #resultsTree, #dirTree #resultsTree > .tree-container-treerows, #dirTree > .tree-container-treerows { border: none; } #resultsTree { min-width: 10px; } #resultsBox { border: 1px solid #000000; } #addToBucketButtonBox { min-width: 10px; padding: 0.3em; } #addressBucket { min-width: 10px; } #newEditButtonBox { padding-top: 0.5em; padding-right: 0px; margin-left: 0px; } .middle-button-spacer { width: 10px; } .above-remove-spacer { width: 10px; height: 15px; } PK u&75Ts1skin/modern/messenger/addressbook/addressbook.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.org code. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Joe Hewitt * * Alternatively, the contents of this file may be used under the terms of * either 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 ***** */ /* ===== addressbook.css ================================================ == Styles for the main Address Book window. ======================================================================= */ @import url("chrome://messenger/skin/"); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); @namespace html url("http://www.w3.org/1999/xhtml"); /* ::::: primary toolbar masthead ::::: */ #abToolbar > .toolbar-holder > .toolbar-primary-icon { background-image: url("chrome://messenger/skin/addressbook/icons/mast-ab.gif"); } /* ::::: primary toolbar buttons ::::: */ .toolbarbutton-1 { list-style-image: url("chrome://messenger/skin/icons/btn1.gif"); } #button-newcard { -moz-image-region: rect(476px 49px 509px 0); } #button-newcard:hover { -moz-image-region: rect(476px 99px 509px 50px); } #button-newcard:hover:active { -moz-image-region: rect(476px 149px 509px 100px); } #button-newcard[disabled] { -moz-image-region: rect(476px 199px 509px 150px) !important; } #button-newlist { -moz-image-region: rect(510px 49px 543px 0); } #button-newlist:hover { -moz-image-region: rect(510px 99px 543px 50px); } #button-newlist:hover:active { -moz-image-region: rect(510px 149px 543px 100px); } #button-newlist[disabled] { -moz-image-region: rect(510px 199px 543px 150px) !important; } #button-editcard { -moz-image-region: rect(442px 49px 475px 0); } #button-editcard:hover { -moz-image-region: rect(442px 99px 475px 50px); } #button-editcard:hover:active { -moz-image-region: rect(442px 149px 475px 100px); } #button-editcard[disabled] { -moz-image-region: rect(442px 199px 475px 150px) !important; } #button-newmessage { -moz-image-region: rect(170px 49px 203px 0); } #button-newmessage:hover { -moz-image-region: rect(170px 99px 203px 50px); } #button-newmessage:hover:active { -moz-image-region: rect(170px 149px 203px 100px); } #button-newmessage[disabled] { -moz-image-region: rect(170px 199px 203px 150px) !important; } #button-newim { list-style-image: url("chrome://messenger/skin/addressbook/icons/im.gif"); } #button-newim:hover { list-style-image: url("chrome://messenger/skin/addressbook/icons/im-hov.gif"); } #button-newim:hover:active { list-style-image: url("chrome://messenger/skin/addressbook/icons/im-act.gif"); } #button-newim[disabled] { list-style-image: url("chrome://messenger/skin/addressbook/icons/im-dis.gif"); } #button-delete { -moz-image-region: rect(408px 49px 441px 0); } #button-delete:hover { -moz-image-region: rect(408px 99px 441px 50px); } #button-delete:hover:active { -moz-image-region: rect(408px 149px 441px 100px); } #button-delete[disabled] { -moz-image-region: rect(408px 199px 441px 150px) !important; } /* ::::: Card View pane ::::: */ #CardViewBox { -moz-user-focus: ignore; min-width: 150px; background-color: #EFEFEF; overflow: auto; } #CardViewInnerBox { margin-top: 2px; margin-bottom: 2px; padding-right: 8px; padding-left: 8px; } #CardTitle { margin: 0px; border-bottom: 2px solid black; min-width: 120px; font-size: 150%; font-weight: bold; color: #000000; } .cardViewGroup { margin-top: 8px; padding-bottom: 5px; min-width: 50px; } .CardViewHeading { margin: 0px 0px 1px 0px; padding: 1px 1px 1px 5px; min-width: 30px; background-color: #8E9EAA; color: #ffffff; font-weight: bold; } #cvBuddyIcon { padding-left: 20px; padding-top: 2px; } .CardViewText, .CardViewLink { margin: 0px; padding-right: 2px; padding-left: 20px; min-width: 30px; color: #000000; } .CardViewLink { color: blue; text-decoration: underline; cursor: pointer; } #cvHomeMapIt, #cvWorkMapIt { margin-left: 3px; margin-bottom: -1px; } html|a { border: none !important; padding-right: 2px; padding-left: 0px; } html|p { border: none !important; } /* ::::: Search Bar ::::: */ #searchBox { border-top: 1px solid #EEF0F3; border-right: 1px solid #A5ABB0; border-bottom: 2px solid; -moz-border-bottom-colors: #5D616E #BEC3D3; } PK u&7T..2skin/modern/messenger/addressbook/sidebarPanel.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.org code. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Joe Hewitt * * Alternatively, the contents of this file may be used under the terms of * either 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 ***** */ /* ===== sidebarPanel.css =============================================== == Styles for the Address Book sidebar panel. ======================================================================= */ @import url("chrome://messenger/skin/addressbook/addressbook.css"); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); PK u&7:skin/modern/messenger/addressbook/icons/directory-down.gifGIF89a&alu딠f寷ff؞P]d러木뫵!D2000 Netscape Author: Marlon Bishop Icon Design: Iconfactory !&,@ @, DA88 vZE@&[ ^@ x _C !LCal "$w B % B¾BO&ȑA;PK u&7T5skin/modern/messenger/addressbook/icons/directory.gifGIF89a#aluP]d૵뜨뛦䓞!D2000 Netscape Author: Marlon Bishop Icon Design: Iconfactory !#,@,$ l6J@ R(T`J'H$ ȁn(wyC C"]f  sB! oBN#IA;PK u&7ˋtt<skin/modern/messenger/addressbook/icons/secure-directory.gifGIF89a铞믷ݔ唠aluP]d2=Bf̙f3f뻻333!*,@B,)$l6J%@ RA `L$驘`0I)%O/Bsz|!$"*!  #!!# I*"# )ǿ)%I)N*IA;PK u&70skin/modern/messenger/addressbook/icons/list.gifGIF89a1!cnuf̙ff3ffD̙̉޾ӆS`g?IR̽KT^-6A!+5߅'!D2000 Netscape Author: Marlon Bishop Icon Design: Iconfactory !1,`Hܔ> ha6U& $f D͐Ge,(B<@P~{ $0 /f*'W `b( P me Oe1&M-LL1A;PK u&7$|3skin/modern/messenger/addressbook/icons/mast-ab.gifGIF89aM2̱ɹѭɱ|ުݽ֦Ȩ홥͠پ؝餱䥴Ǭ؅{㤳ݛ퓠ܥϡթͶҳtѱʾҴ젰č񖤸벿ΘְθԜԢ頭⨱يޜއꋘϵ܊ׂޝґƮȹղ扖£zߎԣͻׯ㧴毺Ѻ֛tǧѲǗɎ岼p㠪͸ֶꬵĚײΝw꯻ƲΝ›ć盬ˢƼzwġſݡƢŴٶһ듨⟭!,M2Ix$PTDy6dr`‹3fDZYiIw!R!B*9̤ϟ@=~tLѣG=\7Hb(3"i`ÊShӪ];< 9"-`&A<¶BAS!VDPmPrqO<`όfJ̢OgT@mٱ`՞i~Ht Q`Qe=I"넺_ԑ|˞/6N}U<O~5yPJ7k0qD)TQ!Eoh7YI UF4rD` O晧|$p5Xl%61 q;Pz&l@x2bsN@* `* 0x)`&1xA;=9 -L" +n1R !(X- El ө{@mƸ 7n$R54I$Ԃ I < &[[` UH!4.]HG%B`,[A>b4˼-,3F\E:_IXE4t׽\l'\|K,q#Mpy ht̔Wn95Ͷ` hm1G,G= E 6oω BD#j (8AN8@"sas`sse;ebVH2' AT ,Nà  !؂[@d0G@KsӖPHaRUQEaplU 0ANB 9 CzU?؄ ~1u,@v׎:FTKX[G30 A`/HkE4`D Ơp W6կha[tvX&j +\=hArKz&d1v @j~km^2PX _ 3d@ 2pcp ]d_w]|ABlA  ;AF_"*^vX&0u+ػͱk @fa BX =@!!!C p a1Ʈk\cM01 v)`R9ȳsP4DBc`,̐Fpwl18*-O8 R:70 (|@kxˌ怘wHg5-*܀ TC PЄ, ZǨMms`#  wAnE[`FXNQa! KB ;5 L! !0 ȍt>m}Z+TȀ kXCc0y b ]@ D7<Є%"(ЅSӽ1@A4p /x!t>`r1QW{AG7|@#@L$ ^aBX P3dA%V@$a @F6t tōdD` h0afX#' @?Od Kn gpM@  @h@zezȀ AwzFw7t7qt  VguP?lϖ,O TP{ @@p'"`F(wdK {pbׂ^ XHbpQH0oJ 'N@ExG8{T ^ \0` ۖ,O b)T ېvP +Ixxަ'@%P  ʶY \ħy 3 p+g`E `s  7("p0D` f *aT PyЅH Y g ` Ps0  Ǎ"@pNz 5 3j x\X ,E bPKW@JVpFJPxv;] \+XX GxY4YTv fp4utpSPprIGK}=% l,+ɂИ::@ .I@_/P f p@I d @S@xo a \`{bD1٘i  @,0gx? Pap P P@I P@h~ {(` U@ հ̹ -}yd(&P P N0r@T 4@ 7 K$ Y O@ X68y0aj v0 a`0  XE8`zP} $I)鈏H;PK u&74skin/modern/messenger/addressbook/icons/myaddrbk.gifGIF89a &`lwf̙fO]df3̙ݞ̣D^juߙ⥰擞!D2000 Netscape Author: Marlon Bishop Icon Design: Iconfactory !&, r@`H,LH@`dG  .#p 8t ay{!%pB"$ZQQ & #HHHA;PK u&7~F2skin/modern/messenger/addressbook/icons/person.gifGIF89a8[isFMYĔf̙f钞f3ԅٽַ̙OZcּ҃)0;緿뷾%0D5@L‌ؔ $ψ!D2000 Netscape Author: Marlon Bishop Icon Design: Iconfactory !8,@`H V-P)"uaK@1*%s)`\'4gp`H aLf1 zgrp0g}6! u y5XpY7X` ,*ac% O/f2¼X f8 M"-LL8A;PK u&7all.skin/modern/messenger/addressbook/icons/im.gifGIF89a2"蔝޸_djJKKةڪdddm{anzttt壣̯ȸ)+-uΞ}lqu⥲}}}<<=ێܬ٬Ūûъlll233؝-28ELSە誷傇&(*#$%,.0^kw06<8=@̹ͺѳʾ鳿տ鱽쯻̮ꨵ´籼ӾӸϻԲʼ鰼Ȱɽ宻ѯDZʳʶнѳ˔κQQQ㰽ȱNSY $ĻԴվ~Ќޮqvz|ɱ沿ʲɌ&&'谽@EJ䓢ָή```!,2"HdðÇlHH hȱ#Ċ 'bԘ(ɓq2"H=0cdMIR|dKaJM  TϹC85jæ63/]*:LHő۷Y< V&]5h64}bWF`4*աQڲs9F ; f\fLCk5eRaF*gTR{e!_m\qAn"T ~*E xphKIҧwKlp!dǚ y`@?L Px5R"<[ Uq%DlЏ a~h XXO!d2 z<^{i@ÎЃH`}Mt.@a I$QaxHb44XJ4-X ǰ8RH I !Ą /D/:y( bXB0V;8|+(Q oa`F|zF#@()t@b@pN0E(~' 6yHFHA20$`4A8&wH!q_A 8$!>hL#'TbsC `|$@P>Jpm"9BxFn'8B C5!, aZ8z$P H;򕰴d1^ȱxNAB )N!Zr8< YЌ4N$oxC$PBg(H2 50uմ5pl*=>I( '0:7O8MB`8TA@ъޡh)*Ѕ! HC~6@E+OT;PK u&7ZqOO2skin/modern/messenger/addressbook/icons/im-act.gifGIF89a2"ѱǚ۠°ŧҞp~n{謬ܢamzԒÝlyYcnssss|ʨcluΩZepU`lddd॰]iu.38إ]]]"#$s))*úЙMTZϗʛȬuELR̛ivgsy111MMMVVV%&(<<ҷTZaʧDIN,/29>C "̊롫طپۿܹϳȯݽӲȶ˽һּѻз޼߹ϳɯĠ׿Խvٿ貽Ƿй۳ڸڥ_kxAAAdp}hhhs\gtƿӥzߖܯƸ᫸%)-`gn̞RX^ݲ]hrĢ!,2"TD*L(PEdBq)89 0@F28b"thS*f8ÈLqcG%EB@J}XCM\L8DOzQIWA T Z U+\ü饢ENzcȪ%#U u*hĩ&w튆ߢL:~")Wsf͛9Yf]%#ᐌRN S֭]{EդX-*iH D}TQaNAsm /Q`ǮlV@UR `1BGQBࢍ'JvT@Y8Z9@$0&t!&(x-`ԛh  0pޠҍ#'0,HPoP< "馛3h!@t$f|`ZpP& #O4 0 +|~`Ru(* :2+X rq1Rq8›9‹v -|$DB L3dp QO.jH vm h3 B.{&ʲ14eZZ0R - e o;Lb ,RaQDepZa$QOyN1EI#eF:HL%Aa) -(C\pIǔS)հJ g B292 ,҈$h=@߭Քbo)|`:1!|D #3s5cb!XK8 @%$t(A6! (G{1PrPD8Xj'}CG""!|1hX& k}#c %4m0Jt^@pA0# tE"qd_0.qx6%&VY! p;'Lq%6Q$" @5؂߭UIB#PVa blk\YjX#h`uXel/H\ikIXNh +Ё ZOxccGz X2P.W0TxZa%D8E D! !\ Jȇ&Y`)hKPDbD5Q?I|q b@+`G2<ҒG,4>^84ixA 1X")cO`&m\1A;PK u&7#e2skin/modern/messenger/addressbook/icons/im-hov.gifGIF89a2"֪袰롯_djJKKߩêdddm{anzttt̯ᗝ)+-uν}lqu}}}<<=⍙Ƃ۬ƬŪûъlll233-28ELSܪႇ&(*#$%,.0^kw06<㗗8=@̹ͺѾҳӱկ㣱̮娵´̱ȸӾ⮻ƽ岾갼Ȱɼ௼럭֐ʔʄֶ̹μн春QQQлщՑ@EJNSY $}~```qvz|نɰɱʨ̲ʵ&&'Ȱɴ̱ܸάĮ殻À!,2"$*THP=J(ŋd0G#J rOƓ9zK@r3()=,]D4P5oJtbFJ3%JB%ZD*Ij Ӈz,'>=?}SO6e0߾ JJm VN}uL_Jn*%J,VdiJcs-JR,(y nQRF8cA4gd|{_KrňQ ,Z>OBq@Ņ.`mG4fTbŬYnhRs}EUIф 6<4"B`W~P\WW$80L{dP ,,:x;B  `,J&88xC4餓H4B4[( dИE@Ri<ڈW;d0A?aJ) s,"K|2(8"H -|`8*F<U1 O3 aM7\]"L  FQj&5x"&k&tNrap8P{nW>9`-DUaE/(f,EPM1d!J*av0[F#ГJ [B1f,&("$3xlA;O@/LdYu$,@`H2@x`I=@IY| Tp3\NL[` TBdag8pt`rc*E4Cha#~ %,Pc~ ^c $`m6^/B \pQ2  4#c_8O >XX&!pQ6XH!۞@]HB D` qB7&p<X~+@: wb# E#.A(_L wBihŴB<x3& EAۂ BL]H)G4C$! IcEH `;-x@Cň!CL̤SGCb}-;V0 y `."! a\2> >`~@,  |, X )L _BI=8&; Dp< B &_UЁ3 @JҒt3H%'0%*XfT$)H*҆@DE)` [ "0P44 ;PK u&7K(n2skin/modern/messenger/addressbook/icons/im-dis.gifGIF89a2"ںй̷ͼѾտ\nԻִ̾w烗閧ֿԙlׁzߜιЯɰҽvnpֽҽҦ׮ȧ屾ʲlk~┥jܫƻבѽ׈ϰ۱bvm}k~vrqllmۛΨѕ۽Կբlk|mnҶ͠hys⤲ȏλՔuv`skĄْhzkezi|暧gyǸwn߬pxj|ރo˻zŋyڕ֣qk~لけӶϵ!,2" HÇ#JHŋ3jȱ#E CIɓ#\ɲeK 3,AfVfHpɓe@ zGѡQXTpѪЫ$hʵ -b#?~DnI.xݜH  ]l(bGc #KM:36%'&@$ 18ƃװaKVS$NqL|NX7У?Yw1D‹ l^`"UCC~<߷" `sN`ꩨ:((BV 64SJHPc 7sB ;9Izh5K S-t~ ,1jF'XE + k-OIT@'+"L-Y!, Wl ds,E=Aࡂ4 tl',2l+#mA'L7L TWmXg]\w`-_`hlv@;PK u&7U,skin/modern/messenger/icons/acct-compose.gifGIF89a Эbcd񍐗,*%{~bem|RU]ffhEHQNQZZ]e59CܤmqxfipN_ai匦62,:=GknupryVYasv|?AGAEM14>y{~b -sйĸWЕ̪nLOWҾBф:60΍qsvǾwzȓ-1;gilnnoϥczꄦ׿o젤ېPIՀ޼uwyl뛤Z|ٶඈ஼QW`OT]:cgoƻƢ󃅊)VVV566怔37Aϲ~ԑILTנW]fs{u|hkrHKTwyrɐ!,  HA$X,أaÅ3_C_bRp!RAj&\!B X#+3z|IUiUЋ=Թ1&hCP0? ((t7%pZj ec$Gm_m bp .A`/I3'\Xh(1Wm*إ VrpD R8*PRC=iɑk(REPXÛ`zhk^EƩp J@ Tu떠9)('xs/4h0CccI)'d@oQHSē&Mĉ'lt D,dQ-00 DrIl!cEg08`#(h0!!D|@P @Bh"1l !XԀ29 ;ـj@{5#A@D*餔3$<9!ꨤ V uА+toBTeT$i졆 8dl<+`ИV\L:7<ыwA֞pB;F[][vaoEWa a;PK u&7S,skin/modern/messenger/icons/acct-filters.gifGIF89a LPXPS\%v|9r嫹29F7n)S2e`37@|;w5i%J'OBEN.\0`4>%1k~m⃔|rv慖6:Dn0FP̱ȉ`t瑡#'115>9IUopݔ19IUwy~1(@/VȢ:9:BHLY`+02mT{p&Nmd 2l0zh @"TK%D[u K  mx5|@*%5Ggx4!E 9ni%3/MLf  l*Yh,Ѐ+qH)QGRi N0b3aŜ5LF\x ȇ !f 3 lCp|'}+Ǵr2"€ ]'ܠ첌 $ƅ%@@R .8. F,HaC(P!ppd G- IMYƒ1doQl9!\ g^A5;PK u&7<=FPP*skin/modern/messenger/icons/acct-prefs.gifGIF89a %29FLPXPS\vͫ|BEN|QTZ37@c{p)@K4>:@Ki||9IU#'10FPfy,4?6%0m +SiwMdpprnMPYjxMQY'*4oH^k!-Shu6=Hk~*.8۱+BLv\r}l𘩳bdi\p|%1`tݔPgtrs!, % @ \C % @` F, 1.X@`D.HI&`r͠ HI)HIQ)ihrGG Y x'CB<(H/G#F"4 :eŭ r`3 !CpyFZ?P0 ?H1Ȓ`=%V@A#8  j+FO Tj`C!l%E5Qp"QURzTd@o -#ӷEFOW&*D-o?B=$ D (B;PK u&7Î7)skin/modern/messenger/icons/acct-read.gifGIF89a EIRcem̱ryz~jmt^aiMQY18Eգqszy咣Z]dۈgjqV[eZoz۟npw>AJ^r~$)4皛,1<:=Fٌ݅}2XEćax(0!ȴ"2.h;͙dUԁ f|l&`vH!WÊMC.U{ҦK, Q -(3oq5mi&A'(b8@Ł]dmQ,~A h3WTow1%b, K(Q@?`0$ D&B6HPDp0p|)Lh)L2a  ,YYÞlD, N9p576B)ABQ%DlЇ0lpB<-RPG"l<崊hL1 >@A6P?b H fqc *񢅪%8s+\ ^ J(9ـ&F3} {֍旓-fH ^PAuL9 =.0FθeD/L@-B<16.IO)k.VDE\Ci.}0Hpȗ&F6Q8Hϩ3`,X L:;PK u&79}DD.skin/modern/messenger/icons/acct-subscribe.gifGIF89a %~Pl{䨷ɯBENf~,t^xc虪ds| %(3򃗤07D_biՐmPS\JUdP\knpw}ƹU#(4衰37@)02000 Netscape Author: Marlon Bishop Icon Design: Iconfactory !,;X\-:Atbc_q(@6_ G'' -~cN-/eJ&;PK u&7E~p*skin/modern/messenger/icons/attachment.gifGIF89a|~OPUVX^klouuxwy};@E46:CDH㾾!,H(`(X  a .`0 :x"F QB( jHĊ)X4 /@ZPd̠Q)Alx#"  AlbH#G$QA&M<%)T VrK-[tb 0bp!ShҨYM;PK u&773.skin/modern/messenger/icons/attachment-col.gifGIF89a پσimr~Ӓejo֖dhmein؀w|Ԟw}puzթ{hlq!, _@ H,@ 2@Ǝ;$Ǔ!Qر"F<!NP 0,̠a4dÇ6 ;PK u&7U3skin/modern/messenger/icons/attachment-selected.gifGIF89axx} !$ VWZ`ad~/-/ OMO`^`JHJ:8:VTV" "^_bfdfECEMMT!!ece202646dbd1/1XVX535757gegRPRjhjɆUUfkkz313vzddiOOT{{]cb{|}EEJjknFFMstu΃][](&(ZZ_ͺ}~a_aCACB@BZXZb`bYWYA?A$"$.,.#!#!,@H A bl1F( fa>x`I'O$@"e (X jHĊ)X@4G?a/`ˆÅL3gP ` A ,\`0 Habg \|[.6ظG D$R$I, l+Xh¥hҨYM;PK u&7 %skin/modern/messenger/icons/check.gifGIF89aS]k!D2000 Netscape Author: Marlon Bishop Icon Design: Iconfactory !,1x<HS0D>[D%.ՀX6@`#O_F0';PK u&7n`t#skin/modern/messenger/icons/dot.gifGIF89a $]dn뫵!D2000 Netscape Author: Marlon Bishop Icon Design: Iconfactory !,x0ɂfC'PRlp&;PK u&7ւ/skin/modern/messenger/icons/flagcol-flagged.gifGIF89a _fq'f3̙3f3Ӿ!D2000 Netscape Author: Marlon Bishop Icon Design: Iconfactory ! ,8I RH0W"_8 `I:h󧈸99_p-DqR\N%]V};PK u&7ѤYY-skin/modern/messenger/icons/folder-closed.gifGIF89a&-4'.5#)1:A $);ELy:EKDRYw`pwm}tqu|{gw}k{1=Aeuzfw|!+,vpH,FR"Thq,&H|>(g Jbp.PiT_= e }\ac!bdf $#')$ #"&}+MDA;PK u&7K|1skin/modern/messenger/icons/folder-draft-open.gifGIF89a7Val $ɘf33fff̙~f3f3ӽͿ""" MV`{擟=GP먳{̟fdox̙!D2000 Netscape Author: Marlon Bishop Icon Design: Iconfactory !7,pH,FRi,T>'æT1@ \L"GŒ \;,0vyKr~KJ" 7Q (#1  C!,/0*_)P 6$%-& + BHGA;PK u&77skin/modern/messenger/icons/folder-draft-share-open.gifGIF89a6Val $ɘf33̙fffdox~3ff3ݽݿ"""뇕f̙MV`{딠렬넑{=GP!D2000 Netscape Author: Marlon Bishop Icon Design: Iconfactory !6,@-@$ 6A8E@4CB& 8M%h,&Dɬ C# nz}ED%CN+)}C.' G/1*[-L (4 , 0#BHHBϥO6HA;PK u&7f2skin/modern/messenger/icons/folder-draft-share.gifGIF89a/bmw f33̙ؕfff3ff3߳¯"""KT^T_j묵9COꚦU^lKV_ḟ̙!D2000 Netscape Author: Marlon Bishop Icon Design: Iconfactory !/,+@$ BA8&YT˦g"!0He\o`tr4ftW&zC^`M_a` a+!N-%".($ /HHBŝ|/GA;PK u&7V,skin/modern/messenger/icons/folder-draft.gifGIF89a/amw f33̙ݽffff33fߌ"""ݯT_j8BN̙램KV_fKT^U_k!D2000 Netscape Author: Marlon Bishop Icon Design: Iconfactory !/,~pH,ƀRi$T*tX#j.Aba@(,TZ'<.R91@R%z .~/QbdQce de(R+& *!/HGA;PK u&7M0skin/modern/messenger/icons/folder-inbox-new.gifGIF89a1V.9Tx/ Aiqz[dm2000 Netscape Author: Marlon Bishop Icon Design: Iconfactory !1,P(( dRRJFcF`{A@VP"g g q(mI& )-C   ' /1  % *+0 "#$]A;PK u&7ʶ̖1skin/modern/messenger/icons/folder-inbox-open.gifGIF89a)9V.eoxXal $}ݖP޿؟ߒhߚVǜ֑^ڹs볼~ձ!D2000 Netscape Author: Marlon Bishop Icon Design: Iconfactory !),kpH,Ȥr)h:BQXt`l!% &CE!ك0)` })   #'(KJA;PK u&7cj7skin/modern/messenger/icons/folder-inbox-share-open.gifGIF89a+9V.eoxXal $}ݖP޿؟ߚձڹߚVsǜʶ~h^!D2000 Netscape Author: Marlon Bishop Icon Design: Iconfactory !+,{j@, r8R8HSx$!P0R$ m9P+ " *&%!SJ BP+A;PK u&7k2skin/modern/messenger/icons/folder-inbox-share.gifGIF89a9V.ݖP޿^ߚVB!B N"s\*hQ+J&ڹv:ձj2ǜ~!D2000 Netscape Author: Marlon Bishop Icon Design: Iconfactory !,D`&dihp,gTS=v+!qp0."Iؓ h ݔ`%K ^ި;PK u&7OǢA,skin/modern/messenger/icons/folder-inbox.gifGIF89a)9V.eoxXal $}ݖP޿؟hߚVǜ֑^ڹs~ձ!D2000 Netscape Author: Marlon Bishop Icon Design: Iconfactory !),kpH,Ȥr)h:BQXt`l!% &CE!|ك0)`})  % #' (KJA;PK u&7^/skin/modern/messenger/icons/folder-new-open.gifGIF89a<cox! ATx/2000 Netscape Author: Marlon Bishop Icon Design: Iconfactory !<,@p8, RXp! %2000 Netscape Author: Marlon Bishop Icon Design: Iconfactory !(,@p8$ RH5%,D`+ x(IjgI@͜($V,I]_^hh(  tvu & %!(BA;PK u&7}i4skin/modern/messenger/icons/folder-newsgroup-new.gifGIF89a $Xal믶{ ATx/j<)R-5A!D2000 Netscape Author: Marlon Bishop Icon Design: Iconfactory !,^9=jyJFjpFK C(0IbK@\NH$6} a@Н,̮ b+QX^/hZ";PK u&7(L0skin/modern/messenger/icons/folder-newsgroup.gifGIF89aU_k묵z)1>!D2000 Netscape Author: Marlon Bishop Icon Design: Iconfactory !,LI8{C(  QD9})sKGMZ@2f#eQZlnȔhO֞E$IrD;PK u&7877+skin/modern/messenger/icons/folder-open.gifGIF89a &,ߺ̵dr|^kt`nwo)27=HNn~ƾiz hym~^lrszy~}5@DGUZfw}wtɽ^ot!C,CB00#210067-=#% H0 ~)\Ç;PK u&7^f|hh2skin/modern/messenger/icons/folder-outbox-open.gifGIF89a %ݔny吝|Uak2ԝλאIS]R^j&䞪랪!D2000 Netscape Author: Marlon Bishop Icon Design: Iconfactory !2,@pH,FRPha$@D'F"(9 Hb BᬁX KJ-~  2O 0N#* Z".)N /C MDDA;PK u&7Y6skin/modern/messenger/icons/folder-sent-share-open.gifGIF89a58@N2amuT_k&㊙뒝R_jalrFO[ӺᜨIS]!D2000 Netscape Author: Marlon Bishop Icon Design: Iconfactory !5,Z @$ a`,`F2rc`(К}" Vb>/%{~'0 J$* " c)! U/3&c G IG.%BH(5LKIA;PK u&7&r1skin/modern/messenger/icons/folder-sent-share.gifGIF89a%8BN22000 Netscape Author: Marlon Bishop Icon Design: Iconfactory !%,R)@$ !`$Br .X$ Fhn 2ܺ% d\^~` V  BIG BI%oKIA;PK u&7D+skin/modern/messenger/icons/folder-sent.gifGIF89a 8BN22000 Netscape Author: Marlon Bishop Icon Design: Iconfactory ! ,w@pH,FRP(x*28`0|w&8(4ţaԟ_azh`b hd h  O BMDDA;PK u&71skin/modern/messenger/icons/folder-share-open.gifGIF89a>8BN 댙,2@؂ϼ˾ν땤ꞪT_j☥ӧꦱ{|bmwۇKT^ '{{!D2000 Netscape Author: Marlon Bishop Icon Design: Iconfactory !>,@@$ a`>9bqHdiH К¦ Ɓ.8>/Q{~%0=6/5K",WoC* $8 {c 3!+)'<c7.2-;BHIBIL>HA;PK u&7 ),skin/modern/messenger/icons/folder-share.gifGIF89a&8?Nϻ딠lj'1=~R^f&FPY7>M`lw!D2000 Netscape Author: Marlon Bishop Icon Design: Iconfactory !&,{@)@$ !`6r : H Ghnhme.j% uۭz\^` } v z%q&IG!BIn&GA;PK u&70skin/modern/messenger/icons/folder-junk-open.gifGIF89a*U****U***UU*UUUUU*U*U*UԪ****U**********U*******U*U**UU*U*U*U****U*******U*******U**Ԫ*UU*UUUUUU*U**U*UU*U*U*UUUU*UUUUUUUUUUU*UUUUUUU*UUUUUUU*UUUUԪU*U****U***UU*UUUUU*U*U*UԪԪ*UԪ****U***ԪUU*UUUUUԪ*UԪ*UԪ*UԪ*U****U***UU*UUUUU*UԪԪ*ԪUԪԪԪ*UԪ &&&333???LLLYYYfffrrr𠠤!,@ H`>s[Ȱ9r 4Wy©/p`@;PK u&7YY+skin/modern/messenger/icons/folder-junk.gifGIF89aVj2:GVk\q]rh}g|rczqqy|SlSl.;KZs[tc|r~ɣȪ p|.5=ELT_fn,E"'+-26CHLUZ^ $);EL0;A1FDb)OJZZd$`fg:,*'HUUGI)^_89+,)[q\LN324EA[PŝRML.@;;X\K.6#" 1iWT.5!0h]S   oL 4(@bqiă (xqP %` "jجYӆ @;PK u&7ǥ4skin/modern/messenger/icons/folder-template-open.gifGIF89a,33f4=JĊȒ̺&-9P[eᙦDMY눕ꈕۈ^ju!D2000 Netscape Author: Marlon Bishop Icon Design: Iconfactory !,,s@pH,ƀRPhTpH0L 8](H&e3r,SL?KJ|f"$sP#% s*+ s(rNdBqMCA;PK u&7ƪ:skin/modern/messenger/icons/folder-template-share-open.gifGIF89a,4?J33f݊Ի͸ɓ'-=̎雧FPY `js뚧P]fSKꏝ!D2000 Netscape Author: Marlon Bishop Icon Design: Iconfactory !,,@+@$ !`|Fr dɨ К C+3Y nkH|~J!) ~C *C'"nc`B$IB&ILHA;PK u&7q995skin/modern/messenger/icons/folder-template-share.gifGIF89a33f5@Lպ϶Ċ '-;P[e4?JFN[ᚥ_js!D2000 Netscape Author: Marlon Bishop Icon Design: Iconfactory !,n $)kI<P$ b@@dJ$pARg X";\ ai[̀K+_r J)")O'!;PK u&7h**/skin/modern/messenger/icons/folder-template.gifGIF89a33f5?JԿθí&,9NZeߚDMW3>I^iq!D2000 Netscape Author: Marlon Bishop Icon Design: Iconfactory !,_&di(0h=^$0\o27fHx!u`aE ⁂~ ClɀO Nb-#!;PK u&77B1skin/modern/messenger/icons/folder-trash-open.gifGIF89a{  @KRwwwfd/#+5DDD!D2000 Netscape Author: Marlon Bishop Icon Design: Iconfactory !,F $dix<ºE( J &pN`4@Li-%VV fgdlY8);PK u&7kGy!!7skin/modern/messenger/icons/folder-trash-share-open.gifGIF89a{  @JSwww̙fd/DDD#+5!D2000 Netscape Author: Marlon Bishop Icon Design: Iconfactory !,V$h2000 Netscape Author: Marlon Bishop Icon Design: Iconfactory ! ,Lp P-p`bW^! C]'S }IP*"B$!\;ch"D;PK u&7,skin/modern/messenger/icons/folder-trash.gifGIF89a &CMV~벻뗤)1>!D2000 Netscape Author: Marlon Bishop Icon Design: Iconfactory ! ,=0IX'] wAB180[OhAQ(L"lv;;PK u&7YuH8-skin/modern/messenger/icons/folder-search.gifGIF89a&-4'.5#)1:A $);ELy:EKDRYw`pwm}tqu|{gw}k{1=Aeuzfw|!*,UH@  Hh` !2jF U !a*gI(36^+>.'RK,R AS9O@éb6B8E!jG*rg!pD{ :M``L :Ql` pD{!::-7H1r.ׁv'؄,\^'.7Vȱ'|}0] l`: @ Z *p!80|&HL{PP%7(Dߖ n0P IHBJBj.0A*@F 1@8,`p"g %s؂v,/x hHCBA{$v^N/p^A^&!6@d|"ȦH b=xذ zd 4/QPrH+$AzڳjGB=|C($ -_)) 840"<[( pI B(E)фi%D z-1G*Wl^3!q_.LP$hpD< X=0PX*`S A l o!l=0*P,` T& 8%A:!N X@2Q\lhH7xc&V(*HD#@"fַE6ҩ Hr;I4!-\KݷJ Vb@8 B@bV)^ǮW]+p ȯ~;<& Dũt@D-Qn\` @$ H b(4arتD% pjsW|Zx8ƱH2@&4a5@`BC qA@P*L, .L[ܢ0Rekbtq# Aγ,Z6 dYb+Qbl$(.a6Ř4`J{(fh6Ψm~߶Zլ|'X 6p8:~Ҝn=l;؁ і#P}gbڨ|A-c $  >$\Bϝu# f mX ! R}1P8!sDB s| n{ L &(@`碷U@) p% lp"@zǮ@V PQtC|'_("@Q;'8A#0 χozfvH #׶KkG{ӣ>F0G7)!l 8MrmD@ (z K0>O Qk+zNw0A+}e6 ^?w 7u@G7Q4_@4n|@ѧs([ pDv6`ff1u|xzp|8Q~(nVaI m{ vi0 sh~`D@(CX E؁恇vO`o@M=-z6~|=?H/(DXj4Xil؆ L p@H0=Hn ~~7e8؈G;PK u&7G|)88skin/modern/messenger/icons/message-mail-attach-offl.gifGIF89a*4'5ATdst_m{}|l{o|̘ӺʷȠlz!D2000 Netscape Author: Marlon Bishop Icon Design: Iconfactory !,S&di8 )j/t "@ܣA@PPi#!0'r(L HB&R5b0`[(!;PK u&7L227skin/modern/messenger/icons/message-mail-attach-del.gifGIF89a199ᚙyz17yH׬ɭкࠤxKM67DGRVvu|;AIJaa..CEB=!#UZ&([`EInn$#QJPPy~ULv$"qUSe`a튽 fa\f`[,'RHfZXm\S`g7;蓚]QZ醊KK 櫭\\]]rz /1ssggluJJڹ66ux^boz^gwFPc`iy砤((]fwPZk?Jtaos{"", ` H8x! *X!8tD#H0qE *Vh1d̠Q 8r@BG$QI'OD2 *V`ɢe .^ #2e̜AF6mܼiN9sԱsO={@*dD]ĨG"ID%*^q\”I&N<}JQ@I2u U*UXr V,fѪe+t_ FcȒ)[ƬgϠE6Z5kװeӶ[@;PK u&72000 Netscape Author: Marlon Bishop Icon Design: Iconfactory !,S`&dih:QxE,C2Zh$ gK( Aa@qƺ2(L̙@_$a .'!;PK u&7Y""8skin/modern/messenger/icons/message-mail-delete-offl.gifGIF89a*4f'5AfftTds_m{}ӕl{o||lzӥ!D2000 Netscape Author: Marlon Bishop Icon Design: Iconfactory !,W`'di08*qmʀp(:8h` Np"#: ERH,GW,l$LSQ,bb,s5(!;PK u&7 bA""7skin/modern/messenger/icons/message-mail-imapdelete.gifGIF89a'[dmS]efffٞis{#/硯7@I䘥!D2000 Netscape Author: Marlon Bishop Icon Design: Iconfactory !,W'dihJ{$ËC<DN@,~"\,0i<(8B CP2000 Netscape Author: Marlon Bishop Icon Design: Iconfactory !",l@p8(drIJyFEFj`{5U@n U2@)p۰N M$uCw !l Bw "  tJ]JA;PK u&7&͘0skin/modern/messenger/icons/message-mail-new.gifGIF89a$'S]e ATx/j[dm<)Rؗ#/7@I䔟ӵ春!D2000 Netscape Author: Marlon Bishop Icon Design: Iconfactory !$,m@p8(drAJYFIF`{%15@fU2@h۰NGuCw !Bw  "$w   tJ]$A;PK u&7V犴1skin/modern/messenger/icons/message-mail-offl.gifGIF89a*4'5ATdst_m{}|ƪӯû̥Әo|l{Ӓlz!D2000 Netscape Author: Marlon Bishop Icon Design: Iconfactory !,K&dih[0P` @<E1(F ƙ b d(˂n0Q(Tt%|N7;PK u&7x՝,skin/modern/messenger/icons/message-mail.gifGIF89a %MX`Ual|ؔϑ07C뵽(ݲ!D2000 Netscape Author: Marlon Bishop Icon Design: Iconfactory !,J 'dihlp `0@`E2(F a Fr H(Kr&Q(@t `NJ!;PK u&70ؑ,skin/modern/messenger/icons/message-news.gifGIF89a@ITx!D2000 Netscape Author: Marlon Bishop Icon Design: Iconfactory !,;x,.*%[ BY^l N*!FӍ8^J+_18KF`J2;PK u&73skin/modern/messenger/icons/message-news-attach.gifGIF89a @ITx!D2000 Netscape Author: Marlon Bishop Icon Design: Iconfactory ! ,G0I+%6KZBQ V*0!8'` x &@EPpW(͔;PK u&7S`8skin/modern/messenger/icons/message-news-attach-offl.gifGIF89aly1>M~!D2000 Netscape Author: Marlon Bishop Icon Design: Iconfactory !,EI+6&t h If'D`nm:U/P8rgC*'{n?X !x-C.S";PK u&7)Ƽ0skin/modern/messenger/icons/message-news-new.gifGIF89a묵 FP[ ATx/{2000 Netscape Author: Marlon Bishop Icon Design: Iconfactory !,P95MSHF e8 @yEA(h:@0 B7 hl ̀w`=٬IWk厥zp8%;PK u&7㔐7skin/modern/messenger/icons/message-news-new-attach.gifGIF89a@IT AxTx/<)Rj!D2000 Netscape Author: Marlon Bishop Icon Design: Iconfactory !,TIB*Lp%( (H43D:ja j Px Zҙ(\ax'7p$@);PK u&7<;skin/modern/messenger/icons/message-news-new-attach-off.gifGIF89a ly ATx/1>M<~j)R!D2000 Netscape Author: Marlon Bishop Icon Design: Iconfactory ! ,QI1*Lp!( 86,j3B)hXC"]!q&7'  x]dMPnw);PK u&7{_f5skin/modern/messenger/icons/message-news-new-offl.gifGIF89aoz ATx/5CP2000 Netscape Author: Marlon Bishop Icon Design: Iconfactory !,P95MSHF e8 @yEA(h:@0 B7 hl ̀w`=٬IWk厥zp8%;PK u&7ffq1skin/modern/messenger/icons/message-news-offl.gifGIF89aly1>M~!D2000 Netscape Author: Marlon Bishop Icon Design: Iconfactory !,;x,.*%[ BY^l N*!FӍ8^J+_18KF`J2;PK u&7sIRR,skin/modern/messenger/icons/readcol-read.gifGIF89a:BI!,X0I! (CG beh:%;PK u&7eaa.skin/modern/messenger/icons/readcol-unread.gifGIF89aTx/ A<̙!,&h0 HA7Ź&yaZePz';PK u&7PV]zz.skin/modern/messenger/icons/remote-blocked.pngPNG  IHDR szz pHYsN N },IDATxo\̙f$R 6mTVj'ڇ7/EU#Z!* F_I_\{> @*Kҙ}}k=r?~3bͻ7䭵yUͫ۷?77w7M| ڼ6/"yɫj70ft:M__t~2 Nٳeĉn6t' ȫj'䭵y M&$IRtt:M*>RH䡛裏hZ@֜722FI$$ $td2I$q&n:"m`'0>u"IcZIȶ_=DZ >V| B }V ((s"D;tG@IܤN(iƸ5h r>@Upuu}ܯx8%>R(XNT /7\CwާK {80v U37xV|KGt ̅!rs3 D3iNkkk m#8괗?0|1 1p-qőN;Q/Vb/un ͢BOMҲPBYsim$M*0 (%-S hh-~Vآ,dқCEػ7?xMPmXwBXƧ; ԉbD뗸ZhF4G_3c+]*eB$&fbEբ4\$#܁-6beJ>[ 3UDBv#7U` p(_`* ]Kću4,Bt%|}**UjA-m#׷8= 9Is:F$O*460`H&I *J`#?liSgi/"Tu[gFpJXzdKLݏBؖE=V+pqW,],| ixwdc`^dZn\`8!hxx21v%+i(r#]uô?cbI~1DAV l6džHhX,sω1X4ajjO.]BoMZVp7Ͽ&gP4vcgv/x*bFx+vI0|hݻ\,333,,,hr`]Uh1~'ՠ;7%֖5OD0ư1??/B^.7KRZ{|.Wx4N*Xo\$BR\ p=jT*UfP\e~^lj=OnƎbATbѠ[_B!Tk-%n9W//6Wd2K1v2p> :ZFFxgjrbq:e8%~篊@e}4`_9t Ρ'zCCOtCnhVp{n1?}2~{[7;ocR}ST,bZ)fP^[^C`+~`{;&JۋxoVDD{x@<1UIENDB`PK u&7c0skin/modern/messenger/icons/server-local-new.gifGIF89aUUU333 AffTx/fff33fJO`pwſ%-0s! ,`@pH,Ȥrl=!aJ@Pir&WCP3q\OBY:$<&s  |R j  `XQ NDA;PK u&70skin/modern/messenger/icons/server-news-lock.gifGIF89af;EL[hqf333f̙̝3^ltx!,g`%dihྯ \ph@CBy,q c@-IEӬI7Z FBh ''p As0;PK u&7=bb2skin/modern/messenger/icons/server-remote-lock.gifGIF89a"@JQff333f̙aqykÿǙ3[kp&/29CIδÛ}!",@pH,!`lI DZ 'r0OE@{ax8Áv 8 uB cHIHB PBFC "   "CA;PK u&75rr6skin/modern/messenger/icons/server-remote-lock-new.gifGIF89ac9ƭkΜckscssR{)[kp1)R9BJ!B333!)1c!",@Bl@8JK񄊊Ӎ*T+ =$ 3ԀhPH4lm  !xz{ md" Bn" \V\""A;PK u&7E-skin/modern/messenger/icons/thread-closed.gifGIF89aS^g x!D2000 Netscape Author: Marlon Bishop Icon Design: Iconfactory !,Cx @Nb0Um[9P#i憃mt/#qK&&JD ;PK u&7oB1skin/modern/messenger/icons/thread-new-closed.gifGIF89aVal!믶 ATx/{2000 Netscape Author: Marlon Bishop Icon Design: Iconfactory !,ZЁI ( AH&4]xE., ?l^m$87b-PhY(8|D{E;b ^XD;PK u&7ey||2skin/modern/messenger/icons/threadcol-threaded.gifGIF89a.;2000 Netscape Author: Marlon Bishop Icon Design: Iconfactory !C,CC .=%AC&7 6:3   +9)"*@ #;<-C C14 5!/ 'C$ 12>@aF!HT@@;PK u&79_ީ2skin/modern/messenger/icons/thread-closed-kill.gifGIF89a*S^g xʩ''ךDDaaޫьϊ߳~WWΊڦ|}ĵ$$dnv$2suܩʠooʫ:;Ȅ!D2000 Netscape Author: Marlon Bishop Icon Design: Iconfactory !*,~@`H#@lI䲀(K²|&j5 -$ip^ե4 Daov}*  'vT  #)(u %!P*u uJG$u "_G  QA;PK u&7<6skin/modern/messenger/icons/thread-closed-offl-eye.gifGIF89aC1>Nlyѿ///qqqƄ_[=z̟w[Վ垂888JUde?=(֚㪪ooo pzQث/-,,,FFFojGOOO???!D2000 Netscape Author: Marlon Bishop Icon Design: Iconfactory !C,CC !"CA% 4'  >-#3<97$8+BC 0C,/.2 )*= ;C@QFl`C!HL`@@;PK u&7ۇ4z7skin/modern/messenger/icons/thread-closed-offl-kill.gifGIF89a*1>Nlyך''DDޫEQ_ьaaԠxzɅZeq||~ooʅܩحRR##rrtu::ſ)3ϼ!D2000 Netscape Author: Marlon Bishop Icon Design: Iconfactory !*,~@`H#@lI䲠(|&Gj5 I(цryp^$Eaov'}*#v T  %u !P*u uJG)u _GQA;PK u&7W5skin/modern/messenger/icons/thread-new-closed-eye.gifGIF89aFVal ATx/2000 Netscape Author: Marlon Bishop Icon Design: Iconfactory !F,F FF 8   %.(7 ><  '/6̋*B  A&+#91 4F 5F? 3;2訰hBC#bHЃ ! 'EF;PK u&73 Z6skin/modern/messenger/icons/thread-new-closed-kill.gifGIF89a/Val! ATx/2000 Netscape Author: Marlon Bishop Icon Design: Iconfactory !/,`H<k)(8kP2 RVa!ЌQIRHA K-$| .,]/  o +] &'!/LK" (KLK  KA;PK u&7:skin/modern/messenger/icons/thread-new-closed-offl-eye.gifGIF89aE $ ATx/j2000 Netscape Author: Marlon Bishop Icon Design: Iconfactory !E,E EE    ?8.-1  6$>̋#2 @/!'&% 0E +E5ABD .ИH QH@Ib TF%aE;PK u&7';skin/modern/messenger/icons/thread-new-closed-offl-kill.gifGIF89a/ $ ATx/s|j<''ך)RDD5CRьaaIUcʅޫyz::##Ԡϯ||ooRSܩ!-9tvԷrrح!D2000 Netscape Author: Marlon Bishop Icon Design: Iconfactory !/,`H<k)(8KP2 RVa!ЌZY$TH$K| !.]/  o&%)] -'/LK, "KLK  KA;PK u&7_h.skin/modern/messenger/icons/new-mail-alert.pngPNG  IHDRO|vgAMAOX2tEXtSoftwareAdobe ImageReadyqe<XIDATxb{.`c>~>ħ qY3q]no\8; 1_j O,f@15v /?^q=A/ߟ1} @2k#Ac<##a@j.XS@ `ߐY?@1뛟/OvAFE_1s~o?~"ʢw90`(1h X ~fP~ ,>|~u!.i$I |`?0ZLcv`&в_fq]k/KÍj eo1r^`.Yo ~Æ(v\P̜qds,m=R #"O02a|O3o~ގ/2&}Y@,|$cASC Õ?ʰrܢ{=֞0k؁Xς<@hх.^2[0a{w{` 0jY:lwvÔֳ @d!~>> ] B| ^fx37+++l>)szd9<=y{˯^c ;-+8s>03<~AAFR 00|Z $.ȩ 6@΃MyMv~ĤT f 7zzV e,(ݹo0e0Tecbcfdd`_p C+(QrbXPP\72|k &Z l$%䀾/@aC G_fcgx@@}S ,*h 3?/110}fn= 5UEy2k~C]DT9$ (pqq /_2ؙ3 3<}0=~a# ‚ jJ @@d/Vl ""o QP'GfV_`v$.v ÅaG]d+n.`02?}AQ^ANN`qaap@-`x1.;0 mf E`jdxGOL J `= '+pjj B Z _a#"ӧ^ 00(HK13|çxH_߀; ~`:+dL"'Lݑgl` *& l05A,fA>Ə,L rq3D1tաĈ@dLm4tfc/+3BPnٳhýK~@|t@h8_A\-ap1R; &0A p6N@H% (xE%@>52a- _fb1d@ PKA6vYEEy%e)iYe55A?k$ƕ+@@x-ڳgXmcċjv^˗Xonފ秱G\q|g))eOy˕ !,ĒbwդFjOs4D줰ٜ6IIdudyӽةdx-6d#˙qXX㗲ِDzªһѵֶ,B%HԡC Ȣŋ3jܨqć C"Gɓ2\2ʗ0M2YM1g⢧ϟ=}hQDH")P#H իX䄯`'KSK7:YX:Q&mjTfLX+ڴc*.+%RLa;EgJ.U ^m1(˦l-֮W<[ڷ<5th1${:pj دf{ٱݲ=/~} zWR˙ 8}aq?lzv1Iy`yH^^Ui}V~M](m_Y#6ւ`8:(]Rm\H}"ߌd TVY+N6/r(q9Ii]F|!djixiY--ĠDpq 4*ɕjGh'K$rĨ&qx&]%# j+2)t94r $Dہ, tm`5!p8.X0ԮõfO]\$s_=7$In#d͙Qd!ߍ1R.(DR2ON7<1zܡxf98/&B ݣT2u+cHc#P+ @4e l4w(#Pi@dU!fHCr@8 )!fk\a"B8@ Xh͘(NÝ D%@׏Ffr t#6( t1򃌭3U[ՙWLp4$"_!(R! WbOL!%"G>L.E"7B1i?F]#QrG> D+rco|.hT:9LbL 9cHn ܀ B 0A`Zī>O)E(B1,C 'WfpchEFIb0uBGAr5IPsb4II<'7E=ыgJ$CD)J b±`Q GCЈNVR Pib `+**9 jp& 1Ғ4`0+P&!j&J@! 8?@ه>QɞO*fK[{Ÿnկ* bȭ%#ܸh\mC^P8Q~7(QѡdW$R9Dwޒ-OЊC-[6x#ެ :P%^rm{.tB (A A7n8JkP!pA\QmjlT@4x솩nL.}?V_<v`%0{Bcqe 62h"ZKJ^8a.;CZE ,`\=;zT *вU%/.R3Ge#6P45iv_NB|Juucw`y}YvݽeCnj\d[ّ6 *]iA5k/@x$Y!|EcmM^ԁ? kͺ39zӺ X^ [E}F,{NiGE!+)~ll a6㯒?[6vQ*e$c;>Zfޅ̦G]0x F hO{;2=5A;gocF|x_u-9IA~ XBPRdrD#_0ַ^&QZ !>y-> \ǼroA;$@˿p < xsx:@yfx:Հ5<|H:BMyFVLG!o|Z~c/$dXfxf8hxjnHrHL&_E8'%czAC( A|$7$DF2!`pJ8X;A8tGȉ($?q$Ĉ/Hb}PXteЊZO!^HVؘڸ؍X~G}ԇX4X|HmpBhO`fEvHFȎYL먇yyR}#H\h[% v`H#Rv"9$Y&y**X,0Xb@B9DYF900)Jٔ 4yxgœ)Gٕ^A)b)` XPhjlٖmyeirytY'r9z~qKYly'EY pW l`0 > 4٘阒YC9闻"YIEٙ雰q'qY&I@i׉Ձ 0v܉ y PJ&) `9 )Hž4@ @ )X$b 0P32)Y2$Н(Py :U@٘l@N0 1ω 0I빛YamwO /!dCp"2'u2 MA +` $558P#TФ\@UПxj DJZɜ-,0 -r`XEE`` P4` )O` Zjb`ln N05@yJ5gR4Gwlzy::C˙(,?N@36ПržBf44રJE` BP)` =$~r ưl}%8!/P{ `mC*EyIE7 ?rɲ67*-JK@P=D ipi : X$1[[P"/_Y{ 쐧݊0%0 N0?Щ @ bszbwkfrp\4U' "&Z&p 5{fsl+m u0 km/0 N{"PƷU`Y0y,p񊗘 p4 3) ~V;0T맦k'kl0˱g Hg0=P05 ˱ -gl뷀E,pˠx {1:QbOOO;){aX b~ 5pHƶO\|-Gs ܻ GFPмyN!#<ưż.Dv+~$f k047\~^B~>luϓ#plPcռWZ-\p\0OW}')qpml-6}D Kݶ|w`ލ` m-[b5>-=]J ,U DBn.S1;ևu(.YiʤNۻphB`~O߽Pwz^*iQ[N >X-𩊰L0=TW>W >Mjnl tlXF>%'Fɮ`PB .׌-^uJ哌}YFhʸ#@/ʇ?Ytf ww1Ҕ`m ;iGPs#%*=[WNqY~bNPh j-COnR0 _VMhj~?5Jn_ ͠"$o6n/RpupUyݤ?/M̃qP 0wm>2Ф r-'FY1#p?@+Hyp ZM #@R apC%B,r"lX)mL$I)Ob`2B/JPTf9!ϗZLyʔ*巏KYn9T*#^lui?' @Q i^a-Fa3FDPA$6wlugb)#reP~"ĢH:u:旕Y{tk*eK'ZuB W*P,ZjA`ؖ--%}߄jw-\xqOǎ'^jb0~SL2`J頄RM^[٨6JȊ ,8R.0kAʉ: P@ ܠ(n}04kCX 1 !@9:␓.N%rKgFP\Fwlv3逻S` 繲 P >0`;axCRsV?L$1*(~ O#xEpO4 {1p +x>`# ZF8AsaX<юbBDž`nth 8trz!|]pA#Ha:.(-Aq\Oa \2=\ȣ iŋiӵ X rPMrG@ pv &#PE @/fGy$[KN1c-¹@`kE|g`\b`V6 R "$v2AهcYaͼOjo|/P(As(z0/+ ÿT%Pl^3(A,18!{{nr7!px wz7A\Gc9A0 kj5,h]8szoԤP[ۂ>-c B!BfK?-0h?%Br!B 4)# PX~0:>x\=.( lz}-!/[%9p93~@(2`>c3Mb3CԵ2kB!dKMT $)* w}0)Ut51@x1s3* *rB:؇ S$K?HFd}P@,@2kolOG `$HGu\$B=;sp6d`u/U<5(Aä8>H02p$($d5h:dL?lCH~CjFYȤ!Hol VHH$(, h"n)J!x?C9% C@x,@\ :88~ةtp4$HiDajI]˚DԅVp)L]IiºjBh;<̥D=x"hJL,W`.@.йsK ۇP.@LH,: .,$׼d\pOXI)<Ԁ9 &8+2phN V0L4NF"OO|6BO<<49LL}:h5xPP]WMHK߬/@NBu2HjJ=4HKЀlA p6$Y L]ѩl %]R&m%ulB)޺+u)Rt*1ֈ׼>+]%PW/E A":2(VUp8Qg[\SYؤX9R}` 1Pj#qhMق -p#X[V4(E%0ۗ|׹۹;E\2a%\d P eaV|ɅVHԊ##e`;&T(tBQ8,q@SٕС C9SкfUܨf*˽Np XpN`^`n#)?W F`e 嗘mM_ݗhU(Uߗ31^ea ^ aFkF`),)$^b.~hq\7a!`xb/by3avE#.b%^jcY*bb,&-2c@dB,(dDCG~dHf MdJ2jC!LdPeR.8/!Y)K~ZeZqbeZ c\6eQ.eSFTXT@mI*QefNm eZtNgZ a&OQ6eRoN.v H"0Pm~fbbxGHq !g#jn tcPt>wx6fRF``f|^g N" PM.haf6~mh1>GZ&ꐆg`e^fl,Ph i1`hhbXjJG*kV1Rh]F`8j.f. lXfVX模k6`eok ܁&(H`kцVhZ&^e^Vlgb>6^G ~nmbNy^fhnqΞMe Jӆhikq29 N0l&s6콎ok>na&. l`xfNb0p. TЃ oNqH~&^*Pm~<5.p/qZPj>en l:q .Z rRֆnm^-H,+0nhjf^=gh  *P&wFeliZ?2nQ,?qWZR0R)(& 2s"Bj4k7_M@rCǠ0u~s ^,Sf6p^7\8ot!voo?[0Y)Jںp_wv$(<]4onu9@a/ @/e2t/y^j, wx+C*XQVF(Ђ\ȅF_NC2v_w(oE[0`yw(*@{Os%9C ê xQ_<x//-{ǁ@G W26{&pfR"w/|y,m `--ȗŀ3! ê7/Hπ7Ƿ m@ǂ]w}C_Bxy6lgp@o H7|-X:փ"T= ~'/\W2gʼnI/w, }7:*z _bN QC?/ T C"Q`0PhiLTf1T,hyХz3,n"MhRsH&}+=W(>\w}E\Ko=xEJ+Іvk"ޘlFҍ$E+پy{`O5ljϝiKD> _.&Xuk+V`qP]m+HPn .~+e` VƥoëcOnDŽ^v'+OIw:2-s^s5s ׾?> a{>6yMd3^v?PֶlϠޞA n }~ u.6 лǽ mwp큻߶mq3S&-q{s v[VHMpl>nS<(@#zF8of<69MO{7h;nx hnt7h@?xnJ=tzvAl@[8vueVz[ 5@ݖy <^Sځq_yʓߪځx# iȂC#Iw}֝K` ~Gԅ?%BNnxgop!AOT@(2\@!iC4@B]_9 ~` GĀ !@ 88⡁-_Odn!f4%*4܀tjy\u :B%C#0Aȁ܂DHH ܱ-$,A?`B ? AlAXXZlbd!A \A)!NDe [Rg-Ȃ $CF!F pdGʚ *`)zc>cP%pP&<grt=Ah&޽%R,%ނ4TRe,xe`W#Y kc[!EAnR`^Rd.pg@+@p+^c %'A e Agv4Lȧ|.bM@?H$%@mΦ-kCF`?44Xo2pp'8@cttb Pw}}ܣ %_b .@:xA.vz:u% ™FRbi3>4>i); j .A%fR*A\V6UFVljFh#?:-,s-t>,>HEiGl@.dԪ T.dz!j (MPp)q(bFRH%g*DGv <#x0.9*jA A%P̼NVWF>'9&->'nE4giDA^]B j[ tnke.J0-q< A*c?%HkPg^ 5BE^a-AA%vLR%k}Mm:ؖA8lD[-v€i!.D To'jB)Aj$AA<-)=jfbI`DA&TFs?t4p sC x1#s~ w813>iթb ۀNr*sL#Vĕ]M2*l >WjhAh4@<̅,&2S20;(rD6B ;t^s?@l&Z3G9K28I&A< 3Bw0RU?)@ ^ٱSu,^,D4]  V ATE>67O,u#C@9N tFva`z€ u,5Sd@2rxaUP6eJ?&:Ȃk5[ *9G*5]3}l,@5w3ߵ nLvִqcÜ=i\vfaK93(7{{V#jZ{w{&4®[5 2(HMb|V H`˂n_8s8Opt]_ ` AJ>=7 |@9R.qR7?׶`E:-"spp#x#FP~&2w [88W7h-8%Syx8.ys=i@w4*9`J.\_$uժC۲mpM_ԞhA^j7q;T_:go:czsA*VBStoásВVE7oAP[v\;<E+@;;hyG~(|AEzGy:[>D;e)&z #hM겏:?;G~k1/#3o{>Tg:[={V]l#gI-KsvOEw>臾[%@駾>뷾>>M>׾>>?>#M/?+\U`# _?'[# LA3;ʕEVaCvRگ$SJфVp\(9npqkaV-/::_<1SX< ӢEAqtEtU C0Eb_$6MbO\g-ha\¨lBV8:&Zf; n(bY`e pQo @`Ѳ5@ ps# k800dpXVc04 \য় jN8ȅ2 %Oqb1 ~Z P4E1O8p:cG\MPYj AҊHKV]}Ր@ $`6qC67xb)iO1Lº``rGFuԯ(psiq!uae8® $Ej O11 gDcACHVXW54r8=fdqA#~l<ᲇf!ٸXQFvC(irՓf1fArsF!7X9 \VX`FG}`(UJd0u-U ) `Uf=ֹVeqnjY\Z(~Mg1qyO("Ug& CƣξJ_X)  G`aU} _~y.B Go0H$3' _rXV`"$,Vzx'v!UߜSs qMG~sRcuMpAB!e .VF~3;Z$ fh79l"d %ab8|? 84@=4tL04r>O0(+- c - E~aĜՓ%E+F k (6`Q]AO` z<(x` 63$)YIe 6í4+0trmnGJsH6QeY="., V FN F:`#'.$cP/]0œ , jW &aVaF -@ t#EX4ß4Ac1P!)LKx%8D( d }`i̋X h4GA6% A6(ڱ=YOGPD0hA"BG2l$PODV6R ЃrQB_r~`ZK]8.Y|eM)̑n_B1Z'8Y3aW'%k0؜zSvQ%3#A"A H:=aU2-lVH13 c f[/HI , .EA )n_ &/% ,&S |jnY(`6@m<-ҕ.fr !2}}]?N2*+Jo` y"~"= `.Eݫvi u2P$A .aܤG|d~ 20" t}*[pivCa `)`ltkYkà&o}!0gS@2OaTDЖjaohl!hMӉď)үO. c`XOunwH +a&4J J=ƏQFU?KXPX >J4\) a^HF pr''䋲m E "Ք>Qr J a!LK ]÷6oHF0ˬv{C]q_"vH yqk(G Q U*ܣTnZ'nG5G ̀{1S$J %ƒ C"C ~@7q|*$A<1BU0ߑ_XHdbc?^`W 'GC#q2P"R)G#Dj"2G@4B+mGQ{RdP,J%]65ƒ-rv(|rj(.k2B* 5r#=*! 2*r + /33 %_#-O31-&+.i 2𚤐5.MD.#rñ*Oc(%"+SѾ*B9J SXd:R:k5;: 37S+2{"=S=ד=ۓ=>E>:B*ys1I<'3,= @=KBAAABT$@&B/C3TC7tC+tB%+CTDGDAw8ESTE7@2E_F3K6"*"nGovG{rHtlT5I|IJ`tJcJTK#KfLô#bL_T#T2@F%@H'GNTN۔N"TII4JJJc@KK#KQôLUFNLMtGG}QNOtIITJ4PuPPKUׂQQdr4#֔RR/5S5uRStOIOgTT K1P[YE"( rQ]%^F1V)epMsGsEtS;UI}TTXTQ5UuUc Y;H3p!Уb[ya@|FGDTSEc6\==XOXO5U#`5$(e)!d_%GcEeVV6a{6aUrbhsGUCTiUcW95O;f1Tdd#<@Ze !f"h`7cmjuggna* F_"D$a\o;nBW4 q1dEVkdcYs37s-e2<@sGtKt+tDLVB0vcWv@iiVyvRoDNALHDBafyk ^i%y%i7`o]=N_N |× qP-wUM Re+&R (A ~nc wtHJ8c0aALJO Va=^6Gaxw^@L,6t WvzQzqz!{Ѓ j`rx`f TF FkarM7l, A?8&.@3yZ%uYa-](8 qpJLC!{G{XWZ/X7dd= L] 55tl?,Ҡn* ^/,ْVaE2(@yB@/Y GihCи-i!coTGiHՕIux`Jq`r #K’9?V:=,n@ vaCȥSbU<aUv# 0'v]"rA=Yv&16߀1ǙTw)  J$>.& 8@ (bB,.` Ίzo! nVFZÀi#=:e.ُ+b|BDhia3/ 耫KSB q  `Zgmz,@S,.98樑|Vy\eڋC"Z:wv <)z `u|h rpۺyuߠKfzTTaj馴O}@Z࠰'YJ跫&+RV2ww' ]kZi倵[^`XchA%/y! )˸%N X@ـx{p AIagZ?Rl/`#?6ڠgnVn sW@"a.# @x@y1y 0ˋ̝JC \ F Ie:'N `(a#b9ү'n\ `;"\ γ ̙;$ $aZA 8a]ַ֑!Ur]t|C 81WPAc5pH3'bU hfm$ݠPA>i`?%2D%CmEeRsX>UZB$(8]-jDqF@'i=*M/hJh:h.:eWf%hn c>ru))-)gvމ'?/YkJk:`*`P)Xy)c*>Jצi*g}p'~ 2B:n쳠r$j ajmڎϝ Lpp < Jej," *oЅ*/b- r7<63ʃ LsY>1\AROMuV_5>ou u>O@ӎttEwvߍwͷd 8?dY4!4ytϭwKC_yo9H 碏Nz馟~z:{N쬳z~?||@|/|g};|gCoB~tnT֙E/ԯ~O@s8/}һ<{>#/mj+Jz |g O7,h tCCZ (`@}A OD̡w= T X8*N鋡7Ր~E7@$/<1Є'Xb Ujt@G fx7Kb7D*R_~dâ3bKxB7 )ev4pt!aD+w, L`b oM h!C0 _L`z! [_ #pr4SC:a@2P F N"`>3n`(B`3H "@yK@(AVhtc+Nq3C P&8a + nmrb 8[##['!,dsA)_+}ҬjuB eU(Hp0!: Wߪ](p$2QcGV]Q7A*%m&"җBB?>:Bpj*QCy`h`NZ-Tp'Ub\](1ֲ1o} B́Zա#g~ b08W"[TkV6̀r @` r@jߥLP (B Lig€UlJܬ~aֳD`=A b):]C xC@>s9|Pb# %i|^N! p‹Ѣvd Q'jF\ #@U+ْd.ͬV cs+"g3i?̰ |Xp`b3A7!1M`.xB!-AdfQd@ !,\24YoP (@|Tj{j; stP VV t@a)ՠr)`~L8L` rыHH7xǥ S 9EނF]~ZՊx_IjrYP1a8;@{ m 9!/F֏GЂN*vnbU % XblMz!E?Ktf-= X+N~7|HUx,:FH^̿VKAl z vɌo @5?\rb;̰Wnnt>N#!Ly=vܛ@fU &0#2o5РS0PĬ,ޣ5L`l2`o>`5?{p&|gθ*UC(tRz YNB&G0Sc~4zCzM&{NjZ< Z0@$XJ j U?Zvm||}{z Am2|2fXxfg0o@LH[XyjguGD; uRwYzH HxdPFN2_J%h$xOG|'ȧj_(8e:ȉE@{fH_PRFHqpfGS(K @'bGa&Pr؆nMqo؋huØY%@|DPpPXP{+؂8H0lܧfCB8WX3bƊ!(@( H؋腙5tt̨Ș^GBXBpp0Y]GP{D th<@YGIYb0y{N*DZDY:?@J'{l%I$z:i}:0xlЖəEXЊ iȊ0o^P+ [ً-H; hY< Jcy{Е0#7Jw )@% b(HR -#y¸ EP% ɨCJ^`}fi YeFQ5 WI4`:%0 ZMAPipP%WK䉄@;Qg*Z;Jń-8#94P |JP1!!Hu"pHVU`PO*_P` :iʫmP*  f@h'(x Oaa Gezb pڡIJ٨(PV ɯ{W b: $hly{:`KډK@9P* hĞܙ `e5UiԲ*k"'`{E˯4d|QO 0/P P U 5K%_ a+cs =ۑ%歍P9=kjjr H<&QOa'VUk[Kw(+(2!b;x=˅~([ Rt[Rl?()@O2> Lˈ rZKw{.+"%a 칅>Wn``,z)Y["DqË^qJ׋ }{ۋ+ n~I[狿ijejOpu~컿" Sk+1ki2PPy[.20#\7.(bfŀI*+L@Iy\0O+ݗ[F| CJ7M7P(,)wuw{A8rd/1@/rhLi5U3V39xl(<8,9t"O9h,O˹L3ɫɪ˧¬72G磸,il˺,x;lͧS9B9͕͝c\;L׬ @YtA1@DJ=tYW }t6G -LzG<< ќ<F}@]7)-<s]d;ӈ<%MtD] }H=Kmu;}R}gDD}lj[A-ue=AG]؉ J(Hes|х\،sCy ڣ-]jCJtJ[Ma]Ccرۍ;K1ҽK4L]MJBL܈}=?NMƽ]@N!@ڣCӔCNZG2rz-DB@Pz;PQ]< S= \1MfK]7 0Se98%M^ڝnYLMZT ? ?NUnUI0VdUVinV %n% FsբzWR*p]JCU^9eb*]0._E(pYbTzZ-?BR %Vf$n@)J}\] ]cOR`*J `dC@}<*Ю@^a@fN9Dom_ \aۄ^. f/ ;鑾qaG 函 &?}]]pda`nK~s]{y0]w.wSU>0JAanL&mgfk.rV#_f=VFTg[`~Qah-n;c6iy!]Nh~( k0\p>nafdfK`n E`>*B`}Bmq?1om*B ;_Q'%bn`o_G_/P!p#XZ(H`_][PfpY$nd}Wq7n %b-nzG5ܭN+g#@ 2>!.u-s1Suр@pxssqB?W T CF Q~6r/ݣNY"){5..6\ aW6~va3h=I`Om⌯u%ώ@J!*M2l@W]b|pWxUE1W h_CnFRj`Ұ:AV>("\!n)ޤ}Zc/3UPtV!c PLgmEVtA=uO!зAѶymv|SH0F H!ޟXPB'MnW$E)XMB%ǀKnHΨُیYЅ6m4T, y#R5m% :=SH'WUgjCE$#])̀=g1nJ* KˠxBeHiX`>FYS "@CQJCG')@l ";K`ۨU.a%#U3!=ZV.%2\% n(]ѢWgC $V6c&K4HO l P`GhETf}-ıc!l;i#-0-`e}|U{T &uò< w IJ1fU[l~Ԫ@,m Or\)g,}(n\2S0;c ^E<'BVSSYq "b/}Oe"jE4! ڊ2M_r\O 0=J?0!>,b/cdQ`` #y]@ώB@A6QG-J#BdWt!K# 4\`Q:vb n*l]\gZ_ Hn} < 5D(G8ˁ8>q %U9~ gs;wrw/w{ɜwS}n+]k|.񏇼9yWǼ $ !l}E?w,@}Uzַ'}e?}u{>ow@ ƿؐsW3Cf}BGlp|g~{_?>{/_܃>c:>þC K| ?˽? ؿ Խ̹d@? DA3 A ! A=C\>۫BHAL@d3? dsBă4T5,A$A+>($;(B+A,BA0|1DDD>=4ăOIDILC; (pD'C<EQ M*>@D# @GA !hDl?\=HDRxe|I#! -!8nh' <,opC+=$Td0%8qyEX$/E[ ہ}!EB3\;F .$ x XAgtCr k|?D3PH@p$or4GTu2Zb.,D8[4B ʠIID6!8ʧ8V/X~K,Rвܲ6hԂ:*L4K!R"#!!д'؃D *J, `HKp 3*e"Oҽ ɹdd SQ:-%C%̇ŬA$ϓt*M(HQ''6e!=VRg(ˣ(F/@1V.NS>*"K5%jS7]Z@^%`Ra~TAeE-DQo`6Ђ\O6A`Ȭڸp NEO݃XX6 }JL0!hOXM+.T  .`~VXF/HR.,+%XaE>%ٽͨ%tVAYt@W-3LT טZZ_PJ WPKheeLY2[E[SR>- EӏBْ-1B⁰p[hMYӸmMhWtΠ]9t(Ǧu3Z ! J_mDK"10:2[EЁI ?MU[½ \$H\!IX #p A ZL QA0PZZTGpZ$(;K`{T[ڭ#q L0Z\-P/㍂M([K/o5 '^ c/ ^]N^!n&hqa](tr=ɴ5&h )}/!!mqXq % / \ `LC`V >#2` 24^B7') c 6qYZ(:@t3(0#JUb`b'n )!].QKae0Nv(0(SU\F` c/`<=΀4B(^e^B$gijdIaKre@0(@ RVS>::7UUVD`+NQ4Om$xI$`< /Ё> X$8vc# #(i!#ti!i_>cya uN~VZD脮OfhaIp뷆뷶h\Oxl!H iع >I%=KHl`l`=lɆʶ x 8&B`":PZP(F봮Ghhnz;HQeٽ'X^n!dЁ(_ҁt^g%$H ]܆ c# =$(oZ*Nrm,PA8hW*_* ݎ"*m::&PPp_HJQDhvPF(hm9Vciz \q9!Hphh˂mC j@݆t,3m hhb=[ }}qQes-Q2l%'gց-rQ R A/ (TM`wdI4rc@I=Ԡƌ"vd0'h r5W>?XKPqXW;u~?PC:F^f/tntnoQw-P^$hjj vpRN/AH޶ [o30 h6K//b?v Pvl5^ cfrskYlvnVqE?]m_v>-,?*`Xpډ3=(vwqzWzlX^(@y`l_z_zl-yszVy>zYG6snyw ͢ E%XzYqzwr8ֱ3S7Gy@W4G} {fq!HG{gvzuBV^?BT'/tt}>wx_{/(~Ko~sGM_~adG8L!P  䠐E@`&-Å? )Ȓ iLrJ._tr?< ̩_>&N Gt@].dQD\1*׮^ p&Y1ϢEXF͛A O.]92B)_1:jīXZTCƎᦍ,y2ڶE笫y.\. UXIF_ {6ڶo}[޾umc8Ə#O|C֯ˠ}; ؿ>aϛ^;OO(@`-8Nl 2ؠw{^I0j!](}'ꗟ(`3XcvWyHzi8BAf?H__‹?U [ri݉7^ccuǡ_ng$VdOVZ:e`nɦh":x:bxܹWJ|&dע`'Jh&ulVW GA&(j|e{DpTft٩(L(S)G4hDR Kt҃c!{hЃWE pd t k}Fyg,P $Z@2 |NKmqL)0Xkvx(pB k(zU,)z!J(G^xᯰ. # N81l OjIdc E1:4(i`o'AtRw'oC+щA!otG ~̇E6g'PNy8>pDIOR 8(E+D, l0$01oxM(a{1^' ؝}bFq#s{XG8Opoj΃D@DTq?R.0hFлu xע;=lkHpK̨cm+`G₰W#kפN0~^=qt LbuORpHh5pV !(8El ڀ7A%Ґ:CF=HnL !7"Y|=j\A'ꁏ{C]#vO/V2bzW$*Qp=/OJH=.K^aG;@h+5^1oxG3~>HlbX qZ6_qtiqAMQ ѥ'C[Ŭk݂-4 v ^wiK'6)@I6G_cb>nA}➹ J1he %>:找pd~C?8h5%KI&»k0I;˞ HE/Ё9R$0;ˎ>i|(oX 9sX8ƿ:ς~t*=f<&M Ձh,YB˷;qA=eO"7cӦ;=k'{X1|\! \< mן@uN(yNj\z맥p x^)@`(  R [!_ ?YQ\[yU|N D F ]=MLR uE0Dp(@O)`B'y~a?E@rT_ ܊U r!` _(P 3yM]E* H$Rb%JA L"^X'Z"b#uZSaq`? hԄ O `)`M@ZP^3#Db4(d%Y'Z@4j# ?Nʨ ++"A;a3-`^P; L@K)c_3^M@DJDRDJVTdGzd7~7buXL9cͩZMK㴼dt4i,d@JH!N"?*!^E8$DzdSR]d'rdSReDU^e!ߥ䊭7$O6S3! "N;FOIL̖e#.a(?T7 ``fc:f7aedacݼAWd$\e?$ZONN@ eZ^2( Lc&0&o 'dJHWpZsZ]eg~&hke[?f\f%_%E_NI[{§G7>gZ5}fq$ttNgh7 [ [kRɕD `%yNDzV@|RhD}~'~$j(ZE(lMhhP~ j^m&eJX(qrh W~hʼnRh:(z:iPܨhNiFDzʊJQ6#R>hzbD隲iiiکҩ:ij j"tN KxIN,B4I@j*pjΥjJd Pjjv yH Z*\*}hv*~*AJꩪj+j{<ʅjJ***ɯ*K ,k?|뷆,.k:VjN+V+\bkrkjVG?,Ȃ? ˗JpED0 `W%@D/!5'V ߲SG*#& @~,;0/r=U>$$rH0K o2rp* [cm 8 rUxn4%WrK"8A9IB?3Bn3>A6d?Vzq@y LrF/ԁQC`$r0`o",sF7Fд@A4^5_?h4D|#n_;v_h&@RuutAeWfddR3XB$d6Vsv6kׁh??nL/q"dAl+5lЌAqJo^_cu @2\`a*P@w?6R?A?IO| 1B*|/ԁ9 {5>BA?q|-X;?l{ RXc,hmip0hA*#];{06QL7]%< ^k3 @JW:@J,=bGDC `؈CE;(@H SH0Bi`FƋ!й'MDGCCu)OWvΓ'"`5':z9:޼10oA@ѡ:s0|20([Ff8Q*mh%*9:"CcRJ7`+Vg.@ACKS4TVj+I~V?\޼F *Toa. ĐP8 0 ͲBhLL*BB*"%)a4^ҁAPL+dфCС.z$bRm4SG Df;Ճh)D"D&εŊEYdq*wUeyTKZ{'>vv.o_7c% h`Aq]-3f\| DhBgϱ=uO*'*~e*:Om( ^M=BģnŞOߜ1 ځ=lArޣ;p]2?0a^t7hGTQ6ݭVB wt8֬ee1µ, B+і6laoþֵk} "M.]f5lo[v-mZ7m.d_B90l_jU/Y\opgPH/{;[Ν@ta gX&?ką0q!H vWx2؎F-+Ra"W=0~dj'vU"A}o\^űjkU ǖ?2Мf!E^툟'Ol=g |`\PKAЅ6B[ HKҕ4 &XD.vuҖ63}UġƮ g'ֵ̚u]f }D!leߡ H. Gmp:A@BlOfEK hXL ݅a} sm] 1 mA# U8m  Px' q4 s(T:"h0EMeN5yͧ!:8S4#ݫ5'`;pӝ[g ձ"<v0ͮc[X P|ufL@ތFSNT˙azԯFʁs̿;wH7 vя^(}' zgյZ+cz:~R2z]ϵa_s΍}xߠ <XCچPLyZ+(4V`̇ :4Ro@f dh N ~@!mH `hH`na ڀLpIp.Mn`؁ġ ۊ:L  vʡP ?)X䦰pݴP h 0 dAz`h $Is(ގls@GvFFn`N,aND V Cx /TZQ/m5 @[A`n FfA > B01G8Q&P>fd@'fB 3 4IT? @G5TC2bSIK/?Wn徭`d0 3$m83E R. !$a4QL LD#zO.E3ʳU M'tYw5zuO1DEz P'P5/ T4ꒊ>'CV5rpg@3VCTcsm51V7FD1MTT?A75vYT6֭aEa-sdb'`-A`p Cr "!j$- fHD|AR֮ 1ٚMTai/gEpENEXm4AOE-݆n jjCjP{lW6K,8" @  d *&f`b 7qwqh PWS.qwiTjCkX9kUll?7Vt۶tSvEdn,o]?&S FpZN$W``iZ8w+X70kWat{tx uU=WzA bzv+HK~ȕw5p#fWy+' y- %z8 Gt5|UP$K?z+v!m{ cv+l/3oP@g0W|\rlb6^Xq [8+X xZђ:m5ۈ=FSח}E؎E@alXg Sx{!rɸUѸj'x1$L ڴ%8 ww۠bLpU f Rx/-/8Ws EK:a x+vM=~Xcf=f9yY.A IBys9TyxW4&xms9M$!ؘ99٥rmE y!KB+xtS?Yb- ):Zul=yZ:$:U7Z-ڠ0\aJB ڜ#}/=Ëbꨑ ڦzX z+:k*ZȺv:쮯ʬZRK:R:z0zYo  [jR4!ʬB۰-Ju"[);c XY.9۪AVÚ&`0റ@@²jJ[B`h{ N@'{0t$) f\@l: 0௥Ѯʺ۾kB , *; 0[;Նfq*ΊGМf 46ndkj<(=` BNd%vjX1<7B, 8JXK< `"V<<Z|[-C@T@T < z*{ό@<0YÕJS.Aʩ# [4-s`{Z P*[К  `w[ 'T@Z T`w]'` {ȉ XF ٱ@A  Gg|(@o`8@WԽrս4]d`"*Mܻٽݩa]?TvT{ ܿaZF֘==G }(ؒۿdX>4S1]IlH0 RٽV< `4&|kZ@b}+`{ B ^w. Z % ~ C`M>4mA \(;(@ḋ = -"`g 4ժ: V.EMFU&,_7^EDu{ < `` ~ A`/Gi.ĩ;*m!\# S a`: ?NZ T` RL.XbB3I81U slj 8eI,R83cPNXӲR.`36zJR.Yt"l%* O$2ʕ膯C)P@vQVA2t5F X4 CD !NXUw OrgH\{ qV$RwPRE%za^|ET^{C]JQsQ@%b у26i. bƃfH`(&F0YJ -(!AK9鴜)e wG[j)vXayKJ,ÃlYKA܉.qb% iV @ f͹D$FЭ&.BqQil/ ?pc_?Z@qĪ0(! ,!!b?wHIIw̫`3 8U(Ń"&+򫧃jMF t]D&@p-hLK0Q[IyJ-i\:ԊK@VR`  W n13]T`!&Q*j)pL{Dl!ݦn. (`bOP3#!Ԧ:0Y,@9Jnq;(O kS)P @6ZB (s DhjKP!X+f#:^ +Jst`Xaތv#b9qCV=0Vֲp!dfX-s[p)8r7@ (aÝBumht s];RDnd50YtVֲ3p@D70uiK0jN|0G7HDD\gwKZ*lV "xMNz!2T 0 ,^P#cH |-+sf((ٗ$ ,X>OTV}XUv"r܉/͠r\؛B^P`ZC]`Eo?,$+1h$ި'"|AƎ*G-A̪E*JGZ͑";DO_/5Mb-:kFMOH^H@UuӞ.GnzUϽw{ѧ|٤ߖQғG@xg|wV*s{V("\h{^c8=}+=gx88 c yPh(:  pwW[؅} `` ` 4 c p @ + pΈ8 Z@ p 0 YHD(ȇ Hp)BO( 890ɀ (&)&xH^  c0XP(0h@ Z A8T_%)p 6)$h++&pٔy^0+` E9HpMayPI=8 @`"#2R(FȒh&|)i E` |ɗB@`i p G4p PdX< #&Gɔq) M WIX8bYbYɌ`h 8 6 א x p#{H,PBi$ yp` @7)9p<+` ƈ !HK3Hpi(44 H@ƙY W ࡹVQ @ @*z.i ېiL@ 07m Id4Й XG  Zå PСkp*k *by9 p3*5ꐹ$Y2Y@, h`LڤPQ0K:PmЪ]b:&J eMuʚP= }y MJ Jx '9 ؁. 0CZ:0K:Ep ;DOUmp0&ڱ؟7K4 cc0cH s(o(}*ycP Tɲ=yP 2[<1*y/  m9$ YpYhHNYêqM  $ x &Y }?ٲHp#Ě:Ч J .; boS;Uk 9 x-Љ@)p##@B*з)p Q7 i{K7y :eNJZ4h}H2; ֤٭ySp cо}{]࠯'  8 `࡬7W #6BOz*0`L" SJ9[`UmEkii?Xph A]X}X[ s{Gpk]}Kw8Q p\ "̜? ,0 ##Tƻª83B`Pap <ym3lZ9` بp^bH@Ŕs],ˌX ʙb AоH qs<{Ht؁` "IgQeYY"L+Pp,KzIVm]Т\<]`?  MR|Y\A0y^]<ͼ3aY`@0Ո$>8aDJΌIlI` Ő@yv{QzQϫٔP5P' 92R,X+qmY_ tm μ^@0ҍZNVNY Z@y8PS.lDESDlDm`:|m!P۰ -|`XX P ӑq2mV}"YaYyp^ݨHlr A}H>X pّ0štHn@Z7Pb pUPʘyWO$*sP\ˋU@su=sq)*2P P؋ը@`-p|x0 ! L4<[ߑ*TpZ/lHJN9U mkm`f $pKuz}1bGQ*k(+>B/.oJ+]x!D=&Xbq#@ 6QEWx#% VOU P W\눶bf5GP 25*2)+ֺ^5N]cHP ^HA.`C~#7>XS>'6Mp=(}U^aZ[6y <mPD.7(v:7Ӎ*S&J>Arly8ri2p{ m`mG`6 ``|ݛOW XM񙐠'~{޶@~ /#<`_%=-lTaɣ Hn‚E%ʒ!1`gOA# PɨQ0e f%ܹo߈)S@lW#Kv_$'0PCp aGyKM#Um0J*3l197ɹjPQ=1/Xj ղO Vv ֵزfFR{>qQw'^Q:gnx$)S*^2L+y3P7s&?Z|iU رηоt2.3P1Clszp(*%ػ½>k.ۇSTqE[tqkDpFp9+jG =ߋM6C-?f9I(rJ(g F,1 w  ɰ=p>%̯De*NrsO>O@S PDUtQF5PK"dRJ+RL34HSPgTRK5TTSUUCWuUU[g V\s5+^{Պ=;6X! huYfuX%vZReV]am}͊H;@X;EVYjUw]WeeYkkD[\q5d'x_fG`Q`nWIfk齕n}W`-wsx1zг^5a[#UwePR~sֹZ'PDWD`W+} 9Uja<y@ -1fm*6KufO9]Ygu'`E ZhY6Hq=n~O` RhDFHS#, i&nAX lfdBRE9T&]  wn}Voa)%L0} y%6*ZpcEP$R=H=H rUkCg/LXk`^ȥ-Ԩbw8@D֭M FE/wjG(xFMa +l<\! Q:4`p`+ VP?c ol;EnSx`DBO X1BE"4qt` xy āh  clB\i]B (6/,O-'{RxA! (r)Jр9mA  ]F/<ҍqۇl1p1Pcj XO8/n(W䭣:],h$ Q<@ BQV*?Hͼ?VK0qYxfEȅ;_c38@|Hi;XC}UXó0IlcmtN{pè7lC, v 1@)51 8'Aj8L'Ԍ7.?M8Іyau^ؠ <`PĒ[ }y0/7" w,P ;j48mC ,oPj,[=h<4Vsqp 8)HƓ'8]0;Ny.0YZ MM4)X я`tnM@&h1@#AAQT*h#;6h `)A (qJ8~BKQz~T/-01`ү *<ʫ;.55dO?e@ƓA.dFcEFSvd~[d&vx-Oe) ^eOA_fOE15c>fdNfe^efgfifjfuWfmfg!Rgq(g8tu6#@(xZ+x%Ȅ(mNRFWTIm^vRQ:gr6g.HunwyzZgh,(mifNiNUAK@injRq6ri`gpggzg|g瀎if6ji)i&SSA>hF"V g>gfgjgvi&k6kupo-x0lZjkRll7͆mѦ6jsFih'( n+%}gv6lg#; |DhghAhiy`FgBg`C` |O o8"jffHjBjxr dommfgAHf`'VAxAP(4X羀ogqGkHb:=H ҀqHkN`dFhFp1Vp r*l+!ZKo6 88prS'r*+/K mEp W6A`/4`f40/A8q7}P=AH?[A D0;Ioh^j7OQ`y0Fh@6gCu^x^uS 1G 8(!u^u"-s#8'4rfjP6YAp h~xl7hGt>u|? h~tp_+H0BwoT/j6"g 0d @p&xy7*.mtfoHKHrx!(Syy79W6sl tuqA'hwGqFwtGt)B 700B z$YˆO0Xb_udhuPYzo漿yrX_3_hGC؃,7zosvm'x5swPI-BA(%zzw O~W~R0BUHNQ(0h3F~R`(waN|X_a"g_5 5p|>}փN1!B  ~x0 (Pf͎k@dž &L(raN:A  ]&<ذQ ">GD0+ذ_AIǚAhH-b&!RHI,^ H8aaC1+!vp@/g~yCf *C4dO~| ǁ5B05_+̬yǚ/c ܠ:}DĈ``f䰙5@#ip>hvRg ]8H/,QjBHl\z @FLg'qAqB@#J0Eup(xwV[u 5d҆51J4D`G5h@Ch@or2 33x3< C0ȴ(h ws 5=J*:bB@@ lx馝~-=0<A #Z0#H YgN,kD-W<ѦZ $z.D?qC: 2H#f]:Gg" !B_|d{0_&j wGs@ w2@BJ %@LA$ă-hBr"K L",PQ.kG>z4pG7H1WmЈ?`p%%t IцH@Cd\ + 0rs{C-z x)0?`[S@l0Љ砋N駧 CЄp ?sN)SNxF 2, ~x:p29r\q|AD ې;H!Rxn:Ё$0~09`31h.F4Th!C[*@;bDia Sܮ8adR056 _$`%Yht@ـCr5*A# e~H4? H ~#B JA, 3!?zF1B -|6`$ $? B 0x 05Zp0Ѹ-YX(<`2Ag JUb6F3'eexsdC7:+ X.Z H@9(@6! w 4؊aGQ ?(# j Q`w R ZRb Z9 Ÿf. a;b)d3C 1 H0⇢1i'jzӜ6$'&p\(hpSZ~q GC XE6RLGc ԈԟB1NB?xgjrxe.s|W"F$D qC:p@5@R\~['wIv ` rם] STjh pC8 '^C$8: ψwliϩ` hPXD`nG*9D"F{7ˡv[`(jX&ǵ7G< <~ \ywLG?\>@3QlA:`2SO'ti-Q[$.E:]KDƟ[Q73$pPp;2 hD@@ A&4(! *Dc4rPeC霎@fJwTA = %pQ%H$R:at"A>%dB-CFd e 8\C-\lA9A) )@IJURp@64B $Bd́*`EanfaҀgH!R!U@eXRTngfi.S$\<$DJDqA<dsnAsfB2f`Ɓo&xxUn}~zKwx%}֧}gC&( c0uGjz}ҧ3@g~ hkB}.Zq\Ĉ4b1Z d$@h}F@6 lCDUhFieA*")("2 JidDA th0iL \4X1`jg4$b]l r wL.*Ji<ꦸjʣ>j2^*8VjJ*Rj6jz)vr VU %36c4&V*;PK u&7n'skin/modern/messenger/icons/junkBar.gifGIF89a2" ,-/GHJ-04QTX9=B\`eV\c?Wp>Ul@WnCZrBYp@Uk'4AG^u=8:9IKJ>@>QRQNPM|u684;=6TVOlobMNIOPKEG;sdeUPPB]]SKKCFFBlguutdml]uewywžvp{iju|g~ûĻļoûsml|^mwuxzise===!,2"@ H*\]Si$Ï F!pO* B :1DD J`"ˡBpp2%G,bϜ-SqxŊ^DD@D!By+:Sb=qҌ4"2J%}\"쒍 J$;I-IDz!DQRt 8䰓2Գ-R *̒/TCM7 O9s 7s1t#2v;PK u&7,'2skin/modern/messenger/icons/message-junk-other.gifGIF89a*U****U***UU*UUUUU*U*U*UԪ****U**********U*******U*U**UU*U*U*U****U*******U*******U**Ԫ*UU*UUUUUU*U**U*UU*U*U*UUUU*UUUUUUUUUUU*UUUUUUU*UUUUUUU*UUUUԪU*U****U***UU*UUUUU*U*U*UԪԪ*UԪ****U***ԪUU*UUUUUԪ*UԪ*UԪ*UԪ*U****U***UU*UUUUU*UԪԪ*ԪUԪԪԪ*UԪ &&&333???LLLYYYfffrrr𠠤!,x (ѥ[!s Ρ@r[4oAK.ܼ.=zBA\ rӖvr"$F =H(R4g陨meԁ6^Y;PK u&73i;skin/modern/messenger/messengercompose/messengercompose.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.org code. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Joe Hewitt * Dan Mosedale * * 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 ***** */ /* ===== 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 masthead ::::: */ #composeToolbar > .toolbar-holder > .toolbar-primary-icon { background-image: url("chrome://messenger/skin/messengercompose/icons/mast-msgcomp.gif"); } /* ::::: primary toolbar buttons ::::: */ .toolbarbutton-1 { list-style-image: url("chrome://messenger/skin/icons/btn1.gif"); } #button-send { -moz-image-region: rect(374px 49px 407px 0); } #button-send:hover { -moz-image-region: rect(374px 99px 407px 50px); } #button-send:hover:active { -moz-image-region: rect(374px 149px 407px 100px); } #button-send[disabled="true"] { -moz-image-region: rect(374px 199px 407px 150px) !important; } #button-address { -moz-image-region: rect(306px 49px 339px 0); } #button-address:hover { -moz-image-region: rect(306px 99px 339px 50px); } #button-address:hover:active { -moz-image-region: rect(306px 149px 339px 100px); } #button-address[disabled="true"] { -moz-image-region: rect(306px 199px 339px 150px) !important; } #button-attach { -moz-image-region: rect(340px 49px 373px 0); } #button-attach:hover { -moz-image-region: rect(340px 99px 373px 50px); } #button-attach:hover:active { -moz-image-region: rect(340px 149px 373px 100px); } #button-attach[disabled="true"] { -moz-image-region: rect(340px 199px 373px 150px) !important; } #spellingButton { list-style-image: url("chrome://editor/skin/icons/btn1.gif"); -moz-image-region: rect(272px 49px 305px 0); } #spellingButton:hover { -moz-image-region: rect(272px 99px 305px 50px); } #spellingButton:hover:active { -moz-image-region: rect(272px 149px 305px 100px); } #spellingButton[disabled="true"] { -moz-image-region: rect(272px 199px 305px 150px) !important; } #button-save { list-style-image: url("chrome://editor/skin/icons/btn1.gif"); -moz-image-region: rect(238px 49px 271px 0); } #button-save:hover { -moz-image-region: rect(238px 99px 271px 50px); } #button-save:hover:active { -moz-image-region: rect(238px 149px 271px 100px); } #button-save[disabled="true"] { -moz-image-region: rect(238px 199px 271px 150px) !important; } /* ::::: special toolbar colors ::::: */ #MsgHeadersToolbar { background: #B1BDC9; } #FormatToolbar { background: url("chrome://global/skin/toolbar/tb-mid.gif") #C7D0D9 repeat-x top; } #MsgHeadersToolbar > toolbargrippy, #MsgHeadersToolbar > .toolbar-holder, #FormatToolbar > toolbargrippy, #FormatToolbar > .toolbar-holder { border-top: 1px solid #CED6DD; border-right: 1px solid #95A0AD; border-bottom: 1px solid #95A0AD; border-left: 1px solid #DAE3ED; } #MsgHeadersToolbar > toolbargrippy:hover:active, #FormatToolbar > toolbargrippy:hover:active { border-color: #67737E; } .toolbox-top { border-bottom: none; } #attachmentbucket-sizer { border-top: none; border-bottom: none; background-color: #B1BDC9; } #compose-toolbar-sizer { border-top-width: 1px; -moz-border-top-colors: #EEF0F3; } /* ::::: autocomplete icons ::::: */ treechildren::-moz-tree-cell-text(default-match) { margin: 2px -3px 2px 15px; border: none; } treechildren::-moz-tree-image(local-abook) { margin: 2px -3px 2px 4px; list-style-image: url("chrome://messenger/skin/addressbook/icons/myaddrbk.gif"); } treechildren::-moz-tree-image(remote-abook) { margin: 2px -4px 2px 3px; list-style-image: url("chrome://messenger/skin/addressbook/icons/directory.gif"); } treechildren::-moz-tree-image(remote-err) { margin: 2px -4px 2px 3px; list-style-image: url("chrome://messenger/skin/addressbook/icons/directory-down.gif"); } PK u&7=_..=skin/modern/messenger/messengercompose/icons/mast-msgcomp.gifGIF89aM2ަ奴ɭżѴўєݹ͘{֭ܽ֐ެšޡᲽڥʺҩݤšܹϴr|ިʄ׋ࢰ²ʸܨڲе띨֡gpy̮ښٲϚؿ鬺ޒ픥謵과ˤֵ}Ν߶̰۠蚦܏ϷԊشШķشγȱ╨զո఼̱ޯ߰ܰ飮ݱȱۛ᱾˱ɵݱɿϝǯ놙⯽ҳߡطᮾث͕!,M2 #*\Ȱ;#J8яE?Ivʲ~QIIɘ1K˗,㡋&44 õs ѣ-#aVE]ďwtIJϯ<ph 4ZɨeqjԵpu ` ,.@49\\X=v<eU%`\W_WRhk] 4quI:d߽I( kB%;˜eyHYM}5خũ'|A@g'7G{@J\뚮k~twϟ4ZI ^ds rwW8[Y_G_QE ?ux8ȝ>Q)480&0ŐKma!zLH 1,xy\ hr !\8 DAߑȅ9pE6pY]riF0 $@u G11ǐ:'+pȫ "Gq qLAl6N5A.P'h>11sJLv )F"o<)D?l2Lڃ#gÍB0-$F7Gp(A j>pAحtpBr 8l@ Dl1lLY@|AΆL#Áo =($J``rrj:r%׻B&:JsӍnC7j1p$?L4oL_Gu  "B 1t$ G(CB@ ^t OF|E/ހtvX@'x@0AlF0-BHP@`J]LNj1pqT 0 4$`8 P,4P V:/0@ 5 Ђr`a4Г3(t`PH <R [ lQ#4p(N@XiT/^◿/vD."9Ax[Cp>H7ezو,  \D;X񐀴! @)SqUr;IHHr0 )"Hdv Џy# 6i@ h(QM Rp@^w˔z=h+A2 p |FL@|p8bO`;ńtNx.KO^^E0= 8 PRl`m8`@lP as?y(v]8"J#V `@ 6A x @ | J-2!(laՋa d܅1\#F*D;Ăt#H@Z L!/  xؽ8"c [}}_=A,x8Q#>rxE,D荟 %d(P(*A@FH^4XB3ba6]`K1s `A(39/ i9VЍuGP“!)``@gQ1@c83OeBƙ%e.U|Vhu:ƕ 0A )x@p@}(PdC )h tah_= rg6@UZV@ snW DR,t^'Ѓ 9Pc%1gDnؐ!`rP)x$JJ_0@"t9rQp!*@ЖH@@ 9A =``P 2E #XD DK0z [c x6PoH{ $T`Xl`W` ͰO 8 V ` WfdtCT* `11B`@ $(9@< P&g)P p ڀ E`aWՉ$$@X5 . 5Ȑ`+ C0Գe 4DVٜXy!XzYUak` u VQ   5]RG † @ FZ$PYJtȐ΍N[bڦyoin64 ݤjUĸ?Lc\ՎdʊЦ_d&Qa0ߺɞ^}fJZȠHoP8B$ ӛ\2HT|N4ʹer~ ƊӕXgq/-΋|0ժfy;欳/:Gt;w^Rf3ȩ [I-&pu':|% sxɒԁ\;SrncԶ~y;ĵ$䝎BT\b_-63ג65#&0hlI˳uv{uRɦty_2w>HN]d}ě3`O|H).:Y4`ɗM:[еM7:t,E*xP՛RN5{v<#cO=ԓx!,}f1 .Ȓ5s$7lvhgEfi'$8gԢ)dvɟj3sNO:p|rXxo0cE5 .+䂋T}Rt>g#K$xǍ@TvZ]H:(gȁ<8i6a񩧠Ri ek;\Ę 'xFVO_YaTJ,Xa8ZBO1 h]%jps>Xb 1~x9a5J%Ăi.gon20X%N?L:p "ۀl*g@S/MJpP3vXRM0ep_VaI=X3ˇe2$XR7%>4#c< %;$sP5K-‡8K,|ׄm4ړUÚN< `<hÆ92,oPkN.u,t$Xp1#h^Eic!'YEO:d&o4;J@vjH3Tq17bN!MN~@+qd,TC \0A{TCALǥfsNhpB!E+7!pG&rK锎.bC"1\3{"BiS,,˲aa ذH`73v:8Q[Q9 xإ$2p&lEP<N(;8PB2@>QB8Ѽ*BxO$>,!91b >Cp28"ʓ;&w@:0\5x f).F֋\ӼW#DPiJ#ß?T죎p< qC 5<GHih DB#WP|`҉16#EXp5l\|j^21۩,'M:0w&Gذ7Q; f# e'#bMa =KC)ErqBW]ӻQMlG+xC H 3sbl9땽RL0b(85 VLʅ' I)POU@D4åozQǰSv-F@eBI #D0G/\}4C#K)p!9PQ:\ hnv"eP&3ك  /|u7 _LQk!l@r %RehPC.Q $w)"(:V]gJ1O] nx ] 3XpS)0Y@SF {`b`̡PXe7wcg@"0vxS=F4{\SzBp|E4&xZ"?4lzpI";^PC: ol4Lp1/ 4qiyw9)'5:H"LYRLI ׯmW  >#x-<@z7:+!{'(S0F |^ }ũqGX$xˏ6 h[i󟛮7?6띄(,EjpvЋQ $A |aIoU&c(E(V{|y0<1Xㆵ[oZ4 #\p a3TOG[C4@sGЫA`pa —#Zq,SVeH@l&3y'cHHA`JT/`SsI#ͦ |vb4H0MtQ}?p7f2  pajL7 J 3T8Rx"#' <]XCTqy3n b WS@6\T3~ Ѕoun\wD {|=PCofHI%4 a eaQ?LwWhUh gƅjQP4HxCSӈ0lCP I`utG p5T X>eP `#s p0"6" z1ۥ\;8 @RC'po `N#Pu J #`|8!b&yyTJɨ7DCJ)iC)V C S]Zur~ʄt3*IEg0lm Z OYu#{İ0H4#D\ @ '~poaNLvtJzɉT$"o%pa A'{5XCwyFP 7а@pF`' PHTArvz PIl  0nIB-`'N[@Q0a@UCUis@aX Np.ɚiŐ|#@ Đr# ܹzJ?J'PoR @0w0pXAR9 ZP  C4!J@ 07@ OI#1eFITP:HA4orfp排 %w7ZD5:}z]HTr%Š .HRR@%Y YB0 #N@PA{Q/7 `WTgJSsYP ZF2 `0 DF1j;N0z2bj;ڣ4t7yLxSH oi]&VJzZzZ5&Hh p8DNPP PAxf@ ūp C@dG@~ X`sdHo Q#(Du7NZګU"yHjS#ZuYBzjojނNkvPKBa!qDQV ajD[v7`0>2\J!Ae9yA}BTBjj꣥0S[*T!Un%"kG؄N۵*qM$Hh !@Jו >8+T@8*N147 #$dș|:rN* @ȠvvP;ZG&8;sI凳e5`w~\!tR-aP-+`#HbK!'\k cVp+J?{!V3t$IP D[Yr3VP~ [⋳LxKsDIѬq!(%JWvc@+|UV1cL[{aSLG7U+i4n1Zvǡ54㿪9|w+ܿN \N\ljǯ[|{\@̵<>{uˣ\v[!J! !ܬ\\l<\<\`= s] dV }ΰB|a"P.W6ӁR>"hNs.aЁ.1q0Iѣ(%RST娄GQxOa P$(3!s0NR|US!omSa2A RPFbdq {ؘWFC"W0.Kٝ% i=y:ubj"ٗ1h"ёPU !@~WsSoUIAo)l3PӍ.44p(A1Rٟ.v ϖmٲ= `Tlv!ֺL';f-d}0GM"ऒ(X̀Ͱ٠ #u*۠2"v0+ Z2f ,4SHrF3 :aNJR3nOcс%N$0mu( O%)ޢaҧ˰  Z ;*% v5ET4JtYP`l9^'sl` oM C>*UcA%W&*C 60c $B:3u Ì`f0f 0WeA0* H% J `(G된ĥfjP,0"   ;.ueI/m%` ~` "*CAUB6>B]1P26ˀ $ @q2N Q%"^v08=Dc_;.dP> A,R\9cE8_ @(P ` p6C]$2?P3o+AR%B)  ` `YoH~_C@2$ ` #QY;$gMqM" m̐t\~W3Yg?7T";r@` zoN17QO?PFs$O9_'ޖ]=O: A@+f8-CJM6=܄!(jhS7 nH6lK4\"`Ax\qمVVZ*de'kEt"҉vFsr<<8͑4;!RL*ѫQGN$Œ'mZ)q'1) h 7U@'щހk A͝)`czQ ֠ fHb~a$+ĜA5% I,9.bpb<̱oŠMhLa݄RDV@`Y?iD0~d'J7|6/%~ eAUh0$!lM,2B 56\I'9&q&g~8 o iGYc eXoJmN`vEd)7a:ߒ-!7h-ƚ1!#^ɡzQ1DrN\Kjibƒpn+k5h@Dxed U{jS=K`J2I8t XB#H ܘWЉ'8q$V%뻅hiƚsn[6 Evi9MܞkC0 1^Cr#M}n ړ[~Zk1 Dn7"Y@ N'wp ^ qBX@ B2B8Bުg5rQwȂ,,#Ґ<2Bk( ^}?7 f- ΣA0&!m5!\kb m o`Zc Ll. Xk[%py S 3A$pp@ WBڂ@Ї0 :WӨDBhCP1PE$ѵullbRi;VJ,08(c@ \0 M8]z(T 1lb,qā I <[$  V!Cy?8`w)Q(~~h Bf4VĢsd,dPUBn4#G!a`pxGQV64e_C-҆HCX@$#=Ȁ ``e2:T4)}fpR+ ժ241:-ƀ \bWC&"nνCsLIg{8~RMH@99 t8)s`])+Rmd2H wȐ"ްR ի-Wv :4 LP{ᇼ%0 CbeL,JS--Jo fpȡK.0[ec%,8;$؅3xrɀ0堁&RZZ+݅QHD 7(\#z7ІvJbӴ­0.XiHUH.Pl )uKzlBö0j > pF?L p=A'Md)JŅ?>b \Z1,dapF%#$3lQR4:8 U5cbR*Im)y8"X-\RG:RÃݯ2 TT"<B]0@u*WVϯֳ`;J2Q~4 ` "0 B5cM ֫Nx'A 73 ā?RX\9@B @ Qg:NP®\ƃ+ۣio6rAx2%~i>.ŁE= :dG_jcw"vܰ18 &P@^ s\cϮ>}oDRޝ8vAy0b$%$"H;1S1 sKToܷ.,dA(td~U[ik@03t6݂|v!d]c[,W@'T O PcAe=|jüIw'umc~Ё~/BV{UƸ*ySPH,Կ~7 [ʍl?-N`HuHuK~:(Tѳ BB?;mpȂyR@^SZ8bs$jR-.AZ^@5p}@PQ=؃ҳ…RȷB <xʘ3ht > ZXC ʜ:k@- ~+fB jsM7DpSP-bw !hRǃ<+1Xp䳣, wx?@V $؃z`A E /'8 :DD 99 72OaB`CjF5G~N NЇ8GsPC_dC+0s@MPà`GvGPm ( CN;j +@o :>:R:e/wIIbRK#RyD7 H Ŷ[GzlG5TGaĞ Rf `qčǞ|G zBoPGDu hq0N0 f0, T?HBEVf PQaQϜG+=4IBTHUG1}THTL\U%U^U%a_`E_%Vd V]:8tsU_Vyc]c-Va%VkVc^V%`DPmteWD؆WWuWzWuetWykVbMbme4 VF^qVF>([(H؋E>ِ؋؋،X>pHَ ِ>XYHYَYzP>UH wJ/d mkؔ-XUٛ%ۛۯZذEۉ5ێX؏5۰ڝٻMYU[>Hy@ع[ZXX[YUPZE12TЗ,TڮYۓ\ĽY5ي[]֕[=ݔٝ}ܕt(߅[[卄u[ȅUX 2;: /%AQ}ԆQ:XY\}\[ ۶eU۱e\]^Mč,P]_U=m[%yp[[-__Eܓ[E}.HuZ) ᮓ RHNU(\ߒ}`;\ au\}ܵm[bԙخPf_}ۼaa5ޒZ[ Eb6ۭ`ܦ^tthy`,R$ FUͭ[ە}\>ڒ=_}_)&\ @V,[h,JX›ᴕGf,(DM0U^[MsY>.D7Z  B0Beed*0خeU~@&cI('hpN UMed;gJeXeg%e]!~]a^uxScI}TK߉>߾M@bh;0èh!lm&gb(H0"20ZjخimMWf.fk1ck|gvPN(ZCأ= |NFGZf[74hffPj^戈'0qhpn?0i@[iN;.隶g^T e~ir>fY[\9ʐu C e3Ix/UK:X\O`j؅s]l~l^lϮ.99hlo{ H XHIgorބA ;Z\  ]czp hpL}G Vl M !yORX qN5fxPP( K(ixp؄M_,!JNqv > Eam44@W: XG(%'<;!S<:"Ņ =n ,h]' .XN.?8`}x`u 0 ՞H4o׈ Y9`S(=f@ qAqoiR  xЋ' m(nH^+>(  ZGXo :9)#O*x} E e؟Iz i 46 ] pWpG Hi]xCgzϋ̈a)80].Uy1ao2v8ܠe<>y;OP VxOP NlyQǼxzaZ,K?LmP@/5a6 @fa?8f!GXX|p1#!;*z`wa x~iX5S@hqαY֟d8JIq(00t)| ߗ&9ocy6Xm 593! ?81xhLp]XKIDВ7ҼI#T&OQTh"!BYa̘1&VZƚ#VI+bB }Tƒ%$l wGo3CT8Aqa|P+VژJBV͒ 5hS5%E'^2a[B ^,\0 S$|8E8TajM1y&gЍ㌅0- ~ dKk=ӶaҸr-֬@a.(8z霙x 8es1 cFlJlq#Qӥp̈G '\p!l_$.QVXBwKZҏ cp9|.1?kdR,-M.K=5CfcpF%PFL,l3EsΥS=Y G,q:<F9`)88k'gSLi#-9K`:x.o h8%tM0F(ቑ &(#@=7K(SKJ 4-No"om ѴҺ۱qcƦ&PqqgcA*4n*آ76.fȘ !RH+8+"mBM;xB3G쀃(3 SNyq15ǟC(-H:J3x4+IpQ:Me ` ftqp!3.Qn d$BF-zС6B9@Y l"MP+cxA8(~3lQ&\/ 48=fc=e@'S"y:7H#|o X@2J_-q @`T0l8gh;?xV>mr"CJg0!M`J"xF0ӍC@"!aޭ Q"1,$@) R^zq A( ad87) GC" ,!Q}{'yp=i?##~ܣE'S~Тh?&{PTІrLjC *,G8/N™PDᡦ&ppc 9H @a9IBCڐ=PhC`_:A4+HzmG=p:j>Kx ʨ@p~tk'̱h]W!mno^Eq ! n*=v-\dcBNA^}M}&6a'npbF/:Q ^ЂŠE1V ذ-2 5Gm- *3¤X X׀ ^Q \`YG++dd=MbfxB1^Ԃ7 f9sO,F6&P< ^F:@a+pblmᦗ (F.L|bwaE=xP$!`G0 +s,9M.?:=`sX ̣赃oysLq9]IW aY)JA]Xto\;bQmu<3q "ޞŵA<[F6m9F)4R#X+ೌ3-f<,7˚^bwŲvp9խ](m]+w˥o0Fn _ۢEMB]RJv(d.gs/5ssVny_6:h? GJ/O`Y#J?O_yC@j1S9}U`UkE77w 俍xo—|!|jޣ#Ч9]SJ~c7פxK>"g Ur^+xV.4X,Q_+$E^)U%5㹟Av1޻A[`_ހ_+@%܀HY8 k՞›yť%H : ZAề[΁%L_ZUV`_ٜՔr隬oLpv՞Fa$aRb$$F*AB>?n&DB:(-`AcGv$@ނH$C2A*$D?#?c:c$A0MODN$͔8sֵ '5DScJB$DJ$C@FA$H#@d$dGSn|0%SVJ>VJ?:%S>$[BDB3`Hd@~"@$@>e_%\ecKb>pMB˓HI`h)E)%@UCk$[V%SbBbeD6@e3](YBZ ,dI$UB$YbU҃KZB$vŤ>*!4s9dZUbl$SC?$Np:lf:L;CP]@ ->ԁLeCz2$ e]HNCb%[e3A&42er2&],pI"gSn&ph]"XAFEbr&&Cܨk^h$B_.g]RI6dFV-gr:C:$ =ŔZ륦aM[ikb%YzA.&fd$l"D:I:@$[F$D P@bAq4x0HB)x?bAFn!iC2'd<\PR>*gB40A)BDB4P*FXK:laBOx́2hNLifs DC]!YمmBF?4,ld?z1p>`'AZT#G.f@j3! D &"<3=B4x7L*DdB&xldc._b-@P@]4+05C) A,EF lb'~@K\  2:G5<hD< ZM1&|ަ@5.[9p#b%|:LNd$5 0 |h!x%ԁ584 ,&,ƨv\em "Xfܭ>zTªA9ĨHVC@  2A ΖB0pq'B5"<8VԞ傂%Cb&A1= %x>؄49ĂT)]ʨCn-4Tނ5ԯ, "H<nB8jlZ/C9hP@0.pC9ԯ5"( &!^*r&$ l"XAp'Tԃy X(W6&G>.I6A@" $ BAUQ%n=T{B=`Z휛ElBYKC=X9)4 _ &"C=n5x8N$'lf0(C.lC=( s$,B)C.B1< ]80Z'ȃߞ4ACïL8y<ԧ'M'`)Fcw.v;< @@.xͫ4x/׼$@%!AwIKC4܂6؃T x6:  ݪAj 768<ȁ?Tt,Լ??,T}5T gGjCdC!;l&ñ}>=;L&t09A(wFzCPk+̏@)xx@5TCD@|@@ ([ѩڤ7rz0!B‡ˆ|)~)c=L ;F @/mB6dD";@BB_tU!GpY8+7o,e$qSWyś!0`&BB SSV55hr,†(PBg\`v8e,kFBB!R]+oQ-GSX0/!lV>fi`KɄ9ͩ3ff ֊q Bd-1}.1L*DKO4A\/Z:_X+pC i, tcPze$"Hy0k2ɴq D)îMl1(I Z\I tkH$,]&nq˸ΦcuF-fuz{f.F $>pY"lԆqS/#,Iǚ]ǜBA%3ǹ`h#0J3XhԛJrrA?}J$t)W1:Py1k4\&Q.j<&1M*,b!:2Y zb8e gpрEc+ AP\!S(Xb;0 W`s[dp.m^r\ ᐈ`.XbQR 4<@tLJyUC:|pI#c>@qhF,V ۾Uv AkQ-=}Kw+IN7Ȃxr1 Ӊqufj-s+ $s>`5: и7Y~'xu~b.쪆Y]Fm&JA8h Do_HO΍N\`a}£%n_ho4PB-ޞ$ƪ-#U؎M߈xOOîaԅ:̯ ` 'b.@^p a aP^ଯxp\e&kFP܊'2/Zp-p-YNp-fhBpP-` |릏6A ZM.-7t:P2Fi2 Ρ02GZNE&-2 oQ   N@'CPZ.1cqO|pL!*@d5\, rQl nc-8K,ρ1Z2B ?JhQ$7q-"?KDP& 1ZP9J#qo wODlx1Zj!BO1nc!c6P,aQ32w2#Aa Q#92S1Z R r.pB.a/r..30r/.. . .1 1//.083A34Es4A./s1Q/s2US5/5@"6#t7snS7o!737?8p397 :!v>:}9:3|7s7 < L ؓ =?c cGKtBG)HaHN(ChA T9;F'C?F ;3;;KJ=J9#DsC3;;4:CB#t7scLa`ޯQnYEo9TcU[ca,acsJ#4OIW]SUa`j!ҡ ֵg{T=.'|Bjh=H4K5C a qMq r%wr%wUsuG@Q4aJA &a bqFcNմy7lQ&0!DOM5UCSrf!!2.AA'8~'5sA[LoA||WKda}W #9R΁VOUGסG5 RAK88>b-JrVQ717UA bQܡ@<W`Vy+t#A|k bJ dAn&Af!Q` 6'ҕuuL !ja,!xu`fAQr5 uGS ޠ :X8A j` x J4%yU#V;{ F``n.!({o{{6Sx֚!6`$ R&~ <5eWfWtS]iAr .2"7>?c@b! =XY*g4!: N2@@]ixnqVጬag=_7!172ȍeA 4A. ,-wX` aAA:)6co:w̤`7vu8on@dcJ~kB+8: !iY⁎ AAg. j@  Ψzzceu7 Vs"{=ac A9 @8*6rA|B]G&x𠬳m a`x!zN }#aj zTn&ʼϛ.G::A g;]c`4AwࡎbL .u]X ῑ:ba4!}wiO¤IøwTN!: f 6@jA "oԦ"jJw"[: F``ja*I"R0!j ֧PB|>*%WMpXLpdAx%$d~B-]p!a "@$}Faj`QYf#hHDKj@&A  r @(_"^`&aȭѐ@6"=x..5, X3a>$fz#=0w7S}v  ~,/:#'jfV_| @~ Y ϥ3X^ìK4b 9Ts yI#HKFg.&r +\WzFZ34BC7‚e$fhذDˆuՙТK7แqbą%Bt&] IcP$^<5 C񚨅fϞ`XeHC.X06lܱIWLZH`Xŵ3h`+Edm!܁q 9r ʀj*wB=0qKp\yɒ>WQBE7ư{fh|^>[7X`]c\e| M{E hF:DP^X $ %,qN:2#D?ȱO|F.',J&FfLmLq#,J7y癣&Q0S1#C+S\7e 7gy#Y9H|" c7`|V t@]ĘE$Aݙ_g  >7<9DB(H?G F 0l ˑ1$HY\a3 &ܐ-1'Sx .ZK'eeȋ4ZhM|b Hr7D4z]L  j]ee~c`L?!V#Q;@8Rf| G.l"IpBA\G:{ B8P IHu( Z\E4<@C pBƺq? PQ QT'9֨ho aZaf`-Ԣ^/F}DzTǎ L Ax btFc(Ș֞8mb{9x[=<ݤSH`Vm5iQj"m'ZA oXrD>Z*EQқVx!<Dz ptxXw!1J0RcʈYGky4|Acxp<2)9ԛ0+8&1\1GxАN_ ֣lA0QZ2mEj BgxP狉dX~a $?Hx+8,M"_\@hx˕T_M"1xധ0([2Hx%6+b;cBWZcmVv6ъ {Z=_{@P"ӨLݞwGB<>;f3* (ghc6@jpGŸl *f9)fZR3<`_O#@dy n/T*DsG-K:|Ļs=^M)]h1 ppv)!U"c=Q猻Pbkc ;Zֶ'^9I3}xwic;bЃd#:ЧhM3IѤ:mxw-T飏߭aםoE)zX˺f1sMx;) }VۋqQ'N~1ko~mtW:*ƭ{w|v`'/,P u~(1c~'1swg^~g|Ioڰzvw'p1 ~dF6|/snuf^ ^f\(Xz~E؂/o;PK u&7J=%xx.skin/modern/messenger/smime/icons/sbSignOk.gifGIF89a ٻ̖W[_dhm246}pu{%')>ADKNRuq^BFO|?NNIjhW{QRNqܿϪlٱ]ɻowwfȡqNNMsxy ZYA؆XYLw~SRQt{ ĕԮ[]]NQP!"!럺t`]GߍZ^d!, Հ* /DC>;" #B  <(=  )5 @47F  .$E%0- ,x`@+z 7@!AL t \{0 f@+bLケ^! 릩‡6r @@]aqbPA;PK u&7II3skin/modern/messenger/smime/icons/sbSignUnknown.gifGIF89a t]{Ϳ|ϹUADۛ246١此tfK/yͱҋiDAa亳ĤtocnqiⱫ{m~W`SGGB֦Ϲ_O<ҖͯJ4ұy|{MR؍~ʒ6tg{ԍQDD*XIߚƶe}z»ޓآG3vh֋~{nަrfF6ѶppdݘN;nh!, ـ.C'M9P (HE,? I;$0* 7-8=A% #ÍJ<B"   R+:LQd ‘%644pT`A 0xpBa F)p!`$颠NLx") ̂TF `4R ;PK u&7ii0skin/modern/messenger/smime/icons/sbCryptoOk.gifGIF89a %n}\͚NS]zBHRh5ӻ0CŞcZ"-ԹbADM39D즄djt,1<{~tPSR<,2=BKV$(2PSM|xF[U0⠥368Ըvn;!%036=:mov~r6NjIT_]Iۅ}ORBuAD?PSHADIVT9oŎ!, ƀ;' H-?F!# 7>N<"  8)G(ύ4/ L2MQ %6IJ5P$HpDQ9 `Q HrH3HP4Qɓ uhELTdKy(;PK u&7b@)FF3skin/modern/messenger/smime/icons/sbCryptoNotOk.gifGIF89a %ݓ͋\آn}dԮ"-PQK!%0PSLY_iV;s&νou⠕此W~G䧝sPv)f_2ϿWōlc|vI7#CG?E$ĊyD,[$j]AB.uX̂zXR!IPhƋ&uZPa ϠW(o<`C eDQ:#4 "ӦJ㢀 rE>}@GjB#AC6#Cb@CBDt/`;PK u&7@S/skin/modern/messenger/smime/icons/hdrSignOk.gifGIF89a }үY_i KNRrxŢ469pvdjtW[_7BM<=2_\FW[d>AD?>=^}vVJI5}]U.ƠTXbsz짟-2ؚzV[eGJSxъ577Y\b^clD?- W[e342<;0<;:TZd <<5893!%0܇ryͷdhmܦ۠ǔw}ƛ}|BDBrBHRП㙛yp?yKKBDIS87,CHR@CF<8!gkr{^::9^]Ubgp¬nt~zv{qvLE#_bj~,1<[_iϸB΂ms|BCBsxJOYxpC444!, H*Z pBFJċXy #/vqQx6CT2**HjPP1ypPEYP,؄#ZpBc `:P@`:A1* 2Fl%CB(00v $+v b;/qg c $6FO&8,B $DP0t' !GJB..ԅ 6lXkZ Ԗ&ρ"`jLjS)t9o58C0 @EGpTo3 !Cj%sr!DA- PG!pR [T-DFL$ IJH'@+KI,||`#u&|NLABCBUADW4dLJ? K`:=@|ò[~Eį8fOO>"!EGAg\&u$#"86*ƀyQ% "?CHM=<;<=>ۇFE7,.2olRLMLm:7#x~﻾жE,__J ޞmЛI0h8:4}|u|!! ӸmjD֌nށbYì۠Дcejs111ՠ!, H*\ȰÇ*a.1TLx(Jab8$!AB J/Hx`X(.$`  6:6yP4@2JJ ɐg h `@P4CDr!LĒ 0*LH8X/(!CE"=x&`Vxc‹?dY %NqFC,0``LcP bDӦxOq*eaG 9HF Rx@(çxsQj`$80%FD@D"_l  TG#! ClH.(;PK u&7]2skin/modern/messenger/smime/icons/hdrSignNotOk.gifGIF89a ݓ246KNRn dhm}E5΃vpu{此ܗkұfqɿtfٟ֦ۛmgܥ(s2yi00*KMOM}ƭ__MzѾ\¦kّ1+qqcTF9;=8:4nmQt$؈v?=/6"-*iK5VC抙H4ꤪV͢ŽZ"453ӊ0574ҺDu&|-)*'j__Js$,+%GƄ5%آ,+'sh0׿H\c\ZI[L߈C0? dUަv%q_ԼEs` ϹfSl ~}/%')d֋~L=|+kjiq QA{ەU;:.KD  y=:CB@Ͽժx))']V4_0* m !, H*\p4lؠLh# l膗 PeBxB$á)$.D? cE$Nt.3*zzA#(JiAq< "Q Ÿ %<=HSBز}E 6 lWT!X mMtl]~ll @ @%h* ZF@6u|8% b ! 8P ;A!лFS.efqhyWր)G0hƤ@HQCve60lR(᷀ :d2%P "piaP,bbLؠQ-p4;PK u&7}P1skin/modern/messenger/smime/icons/hdrCryptoOk.gifGIF89a ٚЛӽ΅BHRQ\g}ͩ3:F%Y_iBKV,2=uϸD,1/NP?78'53%ȼun}>>1?358ūri4ҽLӻBVlylmYѻH\z<[[J}$moT֛zjqi6s}rmd2˶Gé':@>$Y䏿ADC@B@J{~r369+/6Ը,/2>DOل:CNADAp==)𾊌hҾTpQrz|VMI1#%&ŢzԤ$147hRO6~˹OedR"-K`}?RйA+07`juóZBITZW<ljlZSZ--(EJR}tvd{p6solSUP1؂^HLM־FӿLXXW?mo\$(/w}̐[U0!%0 AImp#H6PB;PK u&7_4y4skin/modern/messenger/smime/icons/hdrCryptoNotOk.gifGIF89a ݓÛܗ%3(Xdpժ!%0Y_i3:Fʸ此djt$*5ouBHRul_lx369ۛǰ~{0$lq{lldXnJ0QZe#'-XR0H<254M8y-!ԧ9PSSee><]UUGķY>2PSMdmB6ﺎ)xہ*23,#&(zADF u`]?O /2,k,1<|2U'%/B52!"ofO;hϸDVNs mOUo^hC38hdCیk̀lIǀt^aRbfkPSUlЅx׌Ѕy/0+wi*s&^BKVs/37.مJ˵EOA@$Z]Z=lnR-/2/vVFhS~,[\BȚ^a`~uƶ,OB}cWqq:|4QfycxyRP#\Psa$(.̶FV4bfhX1.-%jJ{iIкFllmZ{λX366AD@OPI{,2=мqeұ$(/:CNxk*vٟdzGҽJbEC3iPP7x{iѶӿ4VKI-{moUr!, H*\ȰÇ#J(E :hP BdPǏ*Pt0"%fs[$Ll9.c%zD E#p $hH?b *r "&1eS\č GV*&Zpm.' `B$ 4#Δy ǒ.<& fs҈ѳi?)p(޷Xmzܫ5n_ᅊf0p""T Nꤠ0bFW(v ♣p`XO:(RG#~(B0ؐH:xA=O$q40sHqL | 3daС4Xp @h D(7 * Josh Soref * Tim Taylor * Eric Hodel * * 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 ***** */ /* ::::: Link toolbar items ::::: */ #link-top { list-style-image: url("chrome://navigator/skin/btn1/top.gif"); } #link-top[disabled="true"], #link-top[disabled="true"]:hover, #link-top[disabled="true"]:hover:active { list-style-image: url("chrome://navigator/skin/btn1/top-dis.gif") !important; } #link-top:hover, #link-top:hover:active { list-style-image: url("chrome://navigator/skin/btn1/top-hov.gif"); } #link-up { list-style-image: url("chrome://navigator/skin/btn1/up.gif"); } #link-up[disabled="true"], #link-up[disabled="true"]:hover, #link-up[disabled="true"]:hover:active { list-style-image: url("chrome://navigator/skin/btn1/up-dis.gif") !important; } #link-up:hover, #link-up:hover:active { list-style-image: url("chrome://navigator/skin/btn1/up-hov.gif"); } #link-first { list-style-image: url("chrome://navigator/skin/btn1/first.gif"); } #link-first[disabled="true"], #link-first[disabled="true"]:hover, #link-first[disabled="true"]:hover:active { list-style-image: url("chrome://navigator/skin/btn1/first-dis.gif") !important; } #link-first:hover, #link-first:hover:active { list-style-image: url("chrome://navigator/skin/btn1/first-hov.gif"); } #link-prev { list-style-image: url("chrome://navigator/skin/btn1/previous.gif"); } #link-prev[disabled="true"], #link-prev[disabled="true"]:hover, #link-prev[disabled="true"]:hover:active { list-style-image: url("chrome://navigator/skin/btn1/previous-dis.gif") !important; } #link-prev:hover, #link-prev:hover:active { list-style-image: url("chrome://navigator/skin/btn1/previous-hov.gif"); } #link-next { list-style-image: url("chrome://navigator/skin/btn1/next.gif"); } #link-next[disabled="true"], #link-next[disabled="true"]:hover, #link-next[disabled="true"]:hover:active { list-style-image: url("chrome://navigator/skin/btn1/next-dis.gif") !important; } #link-next:hover, #link-next:hover:active { list-style-image: url("chrome://navigator/skin/btn1/next-hov.gif"); } #link-last { list-style-image: url("chrome://navigator/skin/btn1/last.gif"); } #link-last[disabled="true"], #link-last[disabled="true"]:hover, #link-last[disabled="true"]:hover:active { list-style-image: url("chrome://navigator/skin/btn1/last-dis.gif") !important; } #link-last:hover, #link-last:hover:active { list-style-image: url("chrome://navigator/skin/btn1/last-hov.gif"); } PK +7AbH6H6#skin/modern/navigator/navigator.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.org code. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998-1999 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Joe Hewitt * * 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 ***** */ @import url("chrome://navigator/content/navigator.css"); @import url("chrome://communicator/skin/"); @import url("chrome://communicator/skin/bookmarks/bookmarksToolbar.css"); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: primary toolbar buttons ::::: */ .toolbarbutton-1 { list-style-image: url("chrome://navigator/skin/icons/btn1.gif"); min-width: 0px; } toolbox { border-bottom: none; } #appcontent { border-top: 1px solid #494F5D; } #back-button { -moz-image-region: rect(0 41px 38px 0); } #back-button:hover { -moz-image-region: rect(0 83px 38px 42px); } #back-button:hover:active { -moz-image-region: rect(0 125px 38px 84px); } #back-button[disabled="true"] { -moz-image-region: rect(0 167px 38px 126px) !important; } #forward-button { -moz-image-region: rect(39px 41px 77px 0); } #forward-button:hover { -moz-image-region: rect(39px 83px 77px 42px); } #forward-button:hover:active { -moz-image-region: rect(39px 125px 77px 84px); } #forward-button[disabled="true"] { -moz-image-region: rect(39px 167px 77px 126px) !important; } #reload-button { -moz-image-region: rect(78px 41px 116px 0); } #reload-button:hover { -moz-image-region: rect(78px 83px 116px 42px); } #reload-button:hover:active { -moz-image-region: rect(78px 125px 116px 84px); } #reload-button[disabled="true"] { -moz-image-region: rect(78px 167px 116px 126px) !important; } #stop-button { -moz-image-region: rect(117px 41px 155px 0); } #stop-button:hover { -moz-image-region: rect(117px 83px 155px 42px); } #stop-button:hover:active { -moz-image-region: rect(117px 125px 155px 84px); } #stop-button[disabled="true"] { -moz-image-region: rect(117px 167px 155px 126px) !important; } #print-button { list-style-image: url("chrome://communicator/skin/icons/btn1.gif"); -moz-image-region: rect(0 49px 33px 0); } #print-button:hover { -moz-image-region: rect(0 99px 33px 50px); } #print-button:hover:active { -moz-image-region: rect(0 149px 33px 100px); } #print-button[disabled="true"] { -moz-image-region: rect(0 199px 33px 150px) !important; } #fullscreen-exit-button { list-style-image: none; } #fullscreen-exit-button > .toolbarbutton-text { display: -moz-box; } .toolbarbutton-1 > stack > .toolbarbutton-menubutton-button > .toolbarbutton-text, .toolbarbutton-1 > .toolbarbutton-text { display: none !important; } .toolbarbutton-1 > stack > .toolbarbutton-menubutton-button > .toolbarbutton-icon, .toolbarbutton-1 > .toolbarbutton-icon { display: inline !important; } #forward-button[buttonstyle="text"] > stack > .toolbarbutton-menubutton-dropmarker { margin: 0px 2px 0px 56px !important; } .toolbarbutton-1[buttonstyle="text"] > stack > .toolbarbutton-menubutton-button > .toolbarbutton-text, .toolbarbutton-1[buttonstyle="text"] > .toolbarbutton-text { display: -moz-box !important; margin-top: 10px !important; } .toolbarbutton-1[buttonstyle="text"] > stack > .toolbarbutton-menubutton-button > .toolbarbutton-icon, .toolbarbutton-1[buttonstyle="text"] > .toolbarbutton-icon { display: none !important; } /* ::::: small primary toolbar buttons ::::: */ .toolbarbutton-1[toolbarmode="small"] { margin-top: 4px; list-style-image: url("chrome://navigator/skin/icons/btn1-small.gif"); } #back-button[toolbarmode="small"] { -moz-image-region: rect(0 19px 19px 0); } #back-button[toolbarmode="small"]:hover { -moz-image-region: rect(0 38px 19px 19px); } #back-button[toolbarmode="small"]:hover:active { -moz-image-region: rect(0 57px 19px 38px); } #back-button[disabled="true"][toolbarmode="small"] { -moz-image-region: rect(0 76px 19px 57px) !important; } #forward-button[toolbarmode="small"] { -moz-image-region: rect(19px 19px 38px 0); } #forward-button[toolbarmode="small"]:hover { -moz-image-region: rect(19px 38px 38px 19px); } #forward-button[toolbarmode="small"]:hover:active { -moz-image-region: rect(19px 57px 38px 38px); } #forward-button[disabled="true"][toolbarmode="small"] { -moz-image-region: rect(19px 76px 38px 57px) !important; } #reload-button[toolbarmode="small"] { -moz-image-region: rect(38px 19px 57px 0); } #reload-button[toolbarmode="small"]:hover { -moz-image-region: rect(38px 38px 57px 19px); } #reload-button[toolbarmode="small"]:hover:active { -moz-image-region: rect(38px 57px 57px 38px); } #reload-button[disabled="true"][toolbarmode="small"] { -moz-image-region: rect(38px 76px 57px 57px) !important; } #stop-button[toolbarmode="small"] { -moz-image-region: rect(57px 19px 76px 0); } #stop-button[toolbarmode="small"]:hover { -moz-image-region: rect(57px 38px 76px 19px); } #stop-button[toolbarmode="small"]:hover:active { -moz-image-region: rect(57px 57px 76px 38px); } #stop-button[disabled="true"][toolbarmode="small"] { -moz-image-region: rect(57px 76px 76px 57px) !important; } .toolbarbutton-menubutton-dropmarker[toolbarmode="small"] { margin: 8px 0px 0px 14px !important; } /* temporary - still don't have small print icons */ #print-button[toolbarmode="small"] { display: none; } #search-button[toolbarmode="small"] > .button-box > .button-text { display: none; } #nav-bar[toolbarmode="small"] { min-height: 0; } #nav-bar[toolbarmode="small"] > #nav-bar-inner { margin: 0; border: none; } #nav-bar[toolbarmode="small"] > #nav-bar-buttons { -moz-box-align: center; } #nav-bar[toolbarmode="small"] > .toolbar-primary-grippy { display: none; } #nav-bar[toolbarmode="small"] > .toolbar-primary-holder { background: #D0D7DF; } /* ::::: fullscreen window controls ::::: */ #window-controls { -moz-box-align: center; padding: 0 2px 0 4px; background-color: #A9B2BD; border-left: 2px solid; -moz-border-left-colors: #B6BEC5 #DDE3E8; } #minimize-button { -moz-image-region: rect(92px 15px 108px 0); } #minimize-button:hover { -moz-image-region: rect(92px 30px 108px 15px); } #minimize-button:hover:active { -moz-image-region: rect(92px 45px 108px 30px); } #minimize-button[disabled="true"] { -moz-image-region: rect(92px 60px 108px 45px) !important; } #restore-button { -moz-image-region: rect(76px 15px 92px 0); } #restore-button:hover { -moz-image-region: rect(76px 30px 92px 15px); } #restore-button:hover:active { -moz-image-region: rect(76px 45px 92px 30px); } #restore-button[disabled="true"] { -moz-image-region: rect(76px 60px 92px 45px) !important; } #close-button { -moz-image-region: rect(108px 15px 124px 0); } #close-button:hover { -moz-image-region: rect(108px 30px 124px 15px); } #close-button:hover:active { -moz-image-region: rect(108px 45px 124px 30px); } #close-button[disabled="true"] { -moz-image-region: rect(108px 60px 124px 45px) !important; } /* ::::: special menubutton dropmarkers ::::: */ /* ..... dropmarker box ..... */ #back-button > .toolbarbutton-menubutton-stack > .toolbarbutton-menubutton-dropmarker, #forward-button > .toolbarbutton-menubutton-stack > .toolbarbutton-menubutton-dropmarker { margin: 30px 0px 0px 34px; } #print-button > .toolbarbutton-menubutton-stack > .toolbarbutton-menubutton-dropmarker { margin: 20px 0px 0px 40px; } #reload-button { margin-right: 3px; /* balance out extra dropmarker space */ } /* ::::: nav-bar - the navigator primary toolbar ::::: */ .toolbar-primary-icon { display: none; } .toolbar-primary-holder { -moz-box-align: start; background-image: url("chrome://communicator/skin/toolbar/prtb-bg-noline.gif"); } #nav-bar-buttons { margin: 0px 0px 3px 3px; } /* ::::: navbar-inner - the grooved area around the urlbar ::::: */ #nav-bar-inner { -moz-box-align: center; margin: 7px 0px 3px 5px; border: 2px solid; -moz-border-top-colors: #A2AFBD #EBF4FF; -moz-border-right-colors: #D1D9E0 #A2AFBD; -moz-border-bottom-colors: #CFD7DE #939EAA; -moz-border-left-colors: #9FABB9 #D2DAE1; -moz-border-radius: 3px; padding: 0px 3px; min-width: 0px; } #nav-bar-inner[buttonstyle="text"] { margin: 2px 0px 2px 5px; border: 0px; } #search-button[buttonstyle="text"] { margin-right: 0px; } #search-button[buttonstyle="text"] > .button-box > .button-icon { display: none; } #search-button[buttonstyle="pictures"] > .button-box > .button-text { display: none; } /* ::::: urlbar - the url textbox ::::: */ #urlbar { margin: 2px 6px 2px 3px; border: 3px solid; -moz-border-top-colors: #A2AFBD #000000 #A7BACA; -moz-border-right-colors: #D2DAE1 #000000 #768C9F; -moz-border-bottom-colors: #D2DAE1 #000000 #768C9F; -moz-border-left-colors: #A5ACB5 #000000 #A7BACA; background: url("chrome://navigator/skin/toolbar/urlbar-mid.gif") #EDF5F7 bottom repeat-x; } #urlbar[level="high"] , #urlbar[level="low"] { background: #E8DB99; } /* ::::: page proxy icon ::::: */ #page-proxy-deck, #page-proxy-button, #page-proxy-favicon { width: 16px; height: 16px; } #page-proxy-deck { cursor: -moz-grab; margin-right: 4px; } #page-proxy-button { list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif"); } #page-proxy-favicon { list-style-image: none; } #page-proxy-button[pageproxystate="invalid"] { cursor: default; list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item-dis.gif"); } /* ::::: autocomplete ::::: */ .autocomplete-treebody::-moz-tree-cell-text(value) { padding-left: 15px; } .autocomplete-treebody::-moz-tree-cell-text(comment) { color: #555566; } .autocomplete-search-box { border-top: 2px groove #DDE3EB; background-color: #DDE3EB; } panel[nomatch="true"] > .autocomplete-search-box { border-top: 1px solid #E4EAEF; } .autocomplete-search-engine { padding: 2px; } .autocomplete-search-engine[menuactive="true"] { background-color: #9499AC; color: #FFFFFF; } .autocomplete-search-engine-img { margin-right: 4px; } .autocomplete-history-dropmarker { margin: 0px 3px 0px 0px; list-style-image: url("chrome://navigator/skin/toolbar/ubhist-arrow.gif"); } .autocomplete-history-dropmarker[open="true"] { list-style-image: url("chrome://navigator/skin/toolbar/ubhist-arrow-act.gif"); } /* ::::: go and searchbuttons ::::: */ #go-button, #search-button { margin: 0px 4px 0px 0px; min-width: 0px; font: message-box; font-weight: bold; } #search-button { list-style-image: url("chrome://communicator/skin/icons/search.gif"); } /* ::::: navigator throbber ::::: */ #throbber-box { background: none; /* override bg used to cover toolbar line */ margin: 0px 0px 2px 0px; } /* ::::: personal toolbar ::::: */ #PersonalToolbar { background: url("chrome://global/skin/toolbar/tb-mid.gif") #C7D0D9 repeat-x top; } #PersonalToolbar > .toolbar-box > toolbargrippy, #PersonalToolbar > .toolbar-box > .toolbar-holder { border-top: 1px solid #CED6DD; border-right: 1px solid #95A0AD; border-bottom: 1px solid #95A0AD; border-left: 1px solid #DAE3ED; } #PersonalToolbar > .toolbar-box > toolbargrippy:hover:active { border-color: #67737E; } #home-button { list-style-image: url("chrome://communicator/skin/bookmarks/home.gif"); } #home-button > .toolbarbutton-icon { width: 22px; height: 17px; } toolbarbutton.chevron { list-style-image: url("chrome://global/skin/toolbar/chevron.gif") !important; } toolbarbutton.chevron > .toolbarbutton-menu-dropmarker { display: none; } /* ::::: content area ::::: */ #content { border-bottom: 1px solid #494F5D; } #status-bar { border-top: none; min-width: 1px; } #security-button { list-style-image: url("chrome://communicator/skin/icons/lock-insecure.gif"); } /* |high| and |low| styles could be different, to better reflect the secure level... */ #security-button[level="high"], #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"); } #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; } PK 257r* "skin/modern/navigator/pageInfo.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.org code. * * The Initial Developer of the Original Code is Daniel Brooks. * Portions created by the Initial Developer are Copyright (C) 2001-2007 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Kevin Gerich * Daniel Brooks * Florian QUEZE * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ @import "chrome://global/skin/"; /* Misc */ tree { margin: .5em; } .gridSeparator { width: .5em; } textbox { background: transparent !important; border: none; padding: 0px; -moz-user-focus: none; } textbox.header { -moz-margin-start: 0; } .iframe { margin: .5em; background: white; overflow: auto; } .fixedsize { height: 8.5em; } textbox[disabled] { font-style: italic; } /* General Tab */ groupbox tree { margin: 0; border: none; } groupbox.treebox .groupbox-body { padding-top: 0; } #general-security-identity { white-space: -moz-pre-wrap; line-height: 2em; } /* Media Tab */ #imagetree { min-height: 10em; } #thepreviewimage { margin: 1em; } treechildren::-moz-tree-cell-text(broken) { font-style: italic; color: #999999; } /* Feeds Tab */ #feedListbox > richlistitem { padding-top: 6px; padding-bottom: 6px; padding-left: 7px; padding-right: 7px; min-height: 25px; border-bottom: 1px dotted #C7D0D9; } .feedTitle { font-weight: bold; } /* Permissions Tab */ #permList { margin-top: .5em; overflow: auto; } #permList > richlistitem { padding-top: 6px; padding-bottom: 6px; -moz-padding-start: 7px; -moz-padding-end: 7px; min-height: 25px; border-bottom: 1px dotted #C7D0D9; } #permList > richlistitem > label { font-weight: bold; } /* Security Tab */ #securityPanel > .header { font-size: 120%; } #securityPanel > .fieldLabel { margin: 2px 10px 3px 10px; } #securityPanel > .fieldValue { font-weight: bold; margin: 2px 10px 0px 10px; } PK u&7\ $skin/modern/navigator/tabbrowser.css/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.org code. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Joe Hewitt * * Alternatively, the contents of this file may be used under the terms of * either 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 ***** */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ::::: tabs ::::: */ .tabbrowser-strip { padding-bottom: 3px; border-bottom: 2px solid; -moz-border-bottom-colors: #000000 #BAC2CD; } .tabbrowser-tabs { padding-top: 1px; } .tabs-left { width: 3px; } tab { padding: 0px 3px; list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif"); } tab[busy] { list-style-image: url("chrome://communicator/skin/icons/loading.gif"); } .tab-icon { margin-right: 3px; width: 16px; height: 16px; } /* ::::: close button ::::: */ .tabs-closebutton { margin: 0px 4px; padding: 3px 2px; border: none; list-style-image: url("chrome://global/skin/icons/close.gif"); } .tabs-closebutton:hover { list-style-image: url("chrome://global/skin/icons/close-hov.gif"); } .tabs-closebutton:hover:active { list-style-image: url("chrome://global/skin/icons/close-act.gif"); } .tabs-closebutton[disabled="true"] { padding: 3px 2px !important; list-style-image: url("chrome://global/skin/icons/close-dis.gif") !important; } .tabs-newbutton { margin: 0px; padding: 2px 0px 3px 2px; border: none; list-style-image: url("chrome://navigator/skin/icons/tab-new.gif"); } .tabs-newbutton:hover { list-style-image: url("chrome://navigator/skin/icons/tab-new-hov.gif"); } .tabs-newbutton:hover:active { list-style-image: url("chrome://navigator/skin/icons/tab-new-act.gif"); } .tab-drop-indicator-bar { height: 11px; margin-top: -11px; margin-left: -8px; position: relative; } .tab-drop-indicator { height: 11px; width: 11px; margin-bottom: -5px; position: relative; list-style-image: url('chrome://navigator/skin/icons/tab-drag-indicator.gif'); } PK u&7DOO(skin/modern/navigator/btn1/first-dis.gifGIF89a!, ˽|HNuF*x1yLf 2S;PK u&7MII(skin/modern/navigator/btn1/first-hov.gifGIF89aff!, ˽|HNuFx1yLf 2S;PK u&7(BvaII$skin/modern/navigator/btn1/first.gifGIF89a!, ˽|HNuFx1yLf 2S;PK u&7[OO'skin/modern/navigator/btn1/last-dis.gifGIF89a!, ˽R|M2Onyx㕨vR;PK u&7f'II'skin/modern/navigator/btn1/last-hov.gifGIF89aff!, ˽R|M2Onyx㕨vR;PK u&7[]II#skin/modern/navigator/btn1/last.gifGIF89a!, ˽R|M2Onyx㕨vR;PK u&7II'skin/modern/navigator/btn1/next-dis.gifGIF89a!,Q ZlsIEYg;PK u&7zmCC'skin/modern/navigator/btn1/next-hov.gifGIF89aff!,QZlsIEYg;PK u&7(ՕlCC#skin/modern/navigator/btn1/next.gifGIF89a!,QZlsIEYg;PK u&7-II+skin/modern/navigator/btn1/previous-dis.gifGIF89a!,3QjkMMg;PK u&7`PCC+skin/modern/navigator/btn1/previous-hov.gifGIF89aff!,3QjkMMg;PK u&7{QCC'skin/modern/navigator/btn1/previous.gifGIF89a!,3QjkMMg;PK u&7``JJ&skin/modern/navigator/btn1/top-dis.gifGIF89a!,ahaڱ}%Ԙʮ;PK u&7TDD&skin/modern/navigator/btn1/top-hov.gifGIF89aff!,`haڱ}Ԙʮ;PK u&7[0bDD"skin/modern/navigator/btn1/top.gifGIF89a!,`haڱ}Ԙʮ;PK u&7HH%skin/modern/navigator/btn1/up-dis.gifGIF89a!,PQ.^gXmU扦B;PK u&7)xoBB%skin/modern/navigator/btn1/up-hov.gifGIF89aff!,1.^gXmU扦A;PK u&7hAwBB!skin/modern/navigator/btn1/up.gifGIF89a!,1.^gXmU扦A;PK u&7ڴ CC2skin/modern/navigator/toolbar/ubhist-arrow-act.gifGIF89a !, ̎9U:6r`P;PK u&7-CC.skin/modern/navigator/toolbar/ubhist-arrow.gifGIF89a !,  U:6r`P;PK u&7Fw,,,skin/modern/navigator/toolbar/urlbar-mid.gifGIF89a!,;PK u&7w@@$skin/modern/navigator/icons/btn1.gifGIF89a뱽R_t#(0AM_n{2:E;DPȁZj}YgxhwQ[g䣧QbuJVdbreu`ok{ixo~Yesn}tslzxv|huEMV~Wal|s|±ʬîŰżѶԽιM`tK]pSexVh{]ogxqm|ykxtxzdoz_isģʰȲȱǰƺйϸηͶ̴ʩ¾ִswuťǬŵαʰɵ̳}Ʃnqnzzƪz䃘|ty×oӮꃬ̚șϢԸ֨x؉֧!,H*\ȰÇ#> @ŋ3jȱǏ CIɓ(S\ɲ˗0c$D(5eV$&N;{ H"e“)ML(JҦQF%dWXnJ٩Ҫ]E@OsU;aڻx}K1\tJ0[pRnZ†#KLy-~ G(-Q7 Z4ҔO?ʁ֯aW.a5ݍsM.aY1&С:hpA 2^4 խOޗGeaӫW_E]dE"c~`uiEe aa&8rN"Hy-h bF28 `p!8by&BxIHt=6$43":t䗮I f /ేqa> lAO<_:6&!e 9ArQ 9`,ܙL6'h`d)£Hid)Fkh1꒢` C=g;l tKgט>@~ @$Fh!D;mf+ݶ Y H"[\Rk-8Dҁk &,p h]2z[.%nЃhtXG(AȠt6.nBrga@s،<+9/Сn%1 9\N4pcaArd< "6y9"b `pp" sc\~GX 2vtc9\ `t$ ^_6 0{{nhd1HO3B(yjAHxz#=+qFqܰÙ(7 |z8=auX9Q4uc ?g, G wZq :#@=&Q{AlC)Ag !<8Mp,`aQ7X fdB`Ξ8J`(A<#8G\2[0θ4NQ$! x(0ae,0D4 *=* B!@o H P"H0  a@TиȄ+F@P1`HRg=Mx(:x46XD Z9L/ 0w]ZQJZcZsMDlb>B!4$\Ib40p&E6!QC 8vC`Pɳkp@SHMG^J1@Nr6)H~`(G2KzN0ժp*^ppe=*54r5 ݀H4<;XZzeQ2B `$ 5gw h10@: L*(^11 9fPֆPgp|S oV)`"`yH%se/1 @ F!0]8X2޴hEQcrg$pG~H'G qN')chU .itv MH;0!=3qgd7VX`(77 ^` 0 ʀV&m#0T8Cɑh08t^,(W&ɑYHA\C4ʦ,dbgQL!L˽< c,?$́ ӌqa!L|L{0t0lqaeM!,$i=^2 Fg Mh2 r +M&"@"!c^`'!${#b)?+"/#3R#Z #Nbo b0$/ 0!G73D])P"%&P%W%`%]2F+er&/ 3+rB'v">"b] f (R,%1(r'xr*|2)Pzo׌_*+H3+r+2ּ-M (Ą.?b0"/"Mޒr('sW.Pr0 `r/3eܺ0 cd˒>1 ?#S2"(eC[2C36TS5>+)z0"+p,4P36#>>g ^A?OXC!Cr e  seAj$=0'^q biăIΗBMC;CtWB`D"DLFT$@Yd\F oKDFItHPF60.qNueF$IcYHt졳p;pw P FDdF4J/PJ4+=D6DdpD3KTJOٴ"-Ll5m`5pYM dPK6@r& \W=N%_PKw c\WKN'_ZP_P/_ l=y PQ~3QU?UR'>؃D]L u eS 9S=Ud.Zq@vVG5keVWSH0A60ՠg juOUV]0WwAw5dC`NueXWKXu5 XYg[uZ~X޾uɿT)f365P 90ibu NPu]مX]qك|0F *L(A ᠤC&0؁cGE&4vCb@d@ ><Fzܠs;ʥKY`8P269liH/a3 Mؘ3 ʖPc.`˗J?,YC&FcƤ Ȝ3eAAFt%p0`|бD'QF2 HXF0)v CDHʗ1x̝CN8šU#D3dӶr;```%2iӦQ 9QqՐE ϩ}:&jl9pÌ# HlACA8Y#1Ѐ^)ʹ !eD08cbڀ!06ˁ18T(\tiFAniѦmt 2Zd` я>괓jpC* #c@CDRl:=N48c>PE4RD4dWH!%`4=NK8 0Atќ;nX#!@0 V_ui>$uǴr&6mYĽ€!f)yv۵c 5F? W3\ZX!%l t(?Pع/N0A*h X`D"B8q,#H?7 -̠x6õD/#( D:ᎎd%0N e >6 rXJV-H# $TWB>0duC7)>% F8s*FL T)aEo1Dd+a6`Ԁ\A "%sg7-8dA4/-\<9$ e7IF3`M%3MpU"nYa*ϱ K 򎧋uJ*PpM P1QԣqlBX "0.T2 E4KhA#"<*U`E[jQF 4eA T,vG% Դ$$(UwSqlkWI-Tn[`A"ZYb)\D\X |B)bh]31sDk[ɲ@!bS <J@~7E$I{=hCQ0_ַvA6kr=MXQw@;Ta/ q7Vua:́3C.01I{ޔڀC8|0 |L% #I>p\cXBO 4bWàd` ā 'prp@z t0ڹ8kT -OJ6Іr-}eG .ES8*PʘA;Pf5QD>%4pE-3/A K\.|9CAZn`C[}i( .M:ZhQ ׶t:D܏>$gȦƀkGmDoJטMm^@bf4m`nnSb'*pP "p5L վ@^&4@-} p@ * N" .@bߓ~u6E?0/5$&NucZρ p-;:ڛpQAի~x`mh#FmA Đj/<@\3{8Oz<&zТ['Q$_ (~eO{H@B r2;B6ew<xK~ķuL =>ʞ~_o~Hh><{8`s>Ä@,CS?@H<@?{tA<@AAl>DA&<xB(B)B*B+B,B-B.B/C1C2,C3C?CB`  ?CB0DB4C DBlD>JDK@dMDM$KDP KdLLDSDQLEURDSUEYO[E\1|EF[ E)Ec<\^|0F[FbDFiLF^tDf ghbFoFp G\?g FwFqr4GtuFv|my|st\vxFh!(` e4.8Ѐ&H HtGF=pxHHɐlH[|HGPLɕGpɗə JaHE肵J1x'J}dGI[E"(h 0G8'KAlLKw 13K4˟LK\K 1%࣬˰K'8KKdG=(@L4xx<=:6-" x' DŽLhP00p0 ?"97 &M'Ā XdNˎM|4@+1dM;xX!0O pv&`\DN:L؁?؀ P'8a4!PM ;00؁ `PP P }Ȃhh/HPP}eѳ3:ȋXJX!H,0"tap+K8%+"P=:pPp9H5m7%OF9uQФCeTB C=TMm3Ђ1. SM9 M}SMytմ1`p) :xY0ԃghlVlP\84 ?(VcmLL-bHWuMW]XK&VvoPc'@,ț/9h(4h/(|}UNYՃBEQ1RBP19\؆W=MgrPu b1X%-Y `|Xl_`gHMgha@_YYp$((Є=0 xY%hӓ1:X"XR' Ù5&Yڷ۟@#!0 3!0 P|:\L}۞]\@;GcH rprM\U1x>Ѓ"hM![([99"6&=@I3ЄHP@<0p9x =m'=DnYeV<_Z^5 Hdxe2` 08V_A /\`(@SlUaoU4/}FMY'p p:~ 0<4n IE0$= '&Y(bڰ@-mxڈU0Pb*N Q؃B8%b?y_ hF(Є H32:ha_镀0<5,.b\hȂ9eIenWn`h7.q`cf(2a^H^X8@(HMX$&eRd` н(N>I: w6;p4ClXEЂh虀Ggpr(g(h.`v [MЄ3($0 F08^ʸ B(Ey xؘڸ 5͍&ȑ02bX h\q -x'&f ȂK@dxt%d`mxk@ȏX2" 1<e~NifVző (؁,b')1.fciPP&Y(+ɒkREn`hK6ߞH: ( F0X6 YFn;JL 1SU`",13 aWp2Iكp=?Et b(_FfPg[q"x Heh^xY`qchw-(` aw2"+q?(逅i9`"v=  3' 9Pٴ>40rHkІ/%WYd+Yj] 3sIiGȗ&r28F 󾢻ɛF.%DP=Qbʹѝ !_]xipYziH]_h)m؆]xQh:XIؐ1ޚoW! zp!FgfQ;!Rr # FȠAi,jR x$ ЂK$q*cwpZ "$RE.b~G-." # J'--8#{j"=XE/!'kQo0J≁⡁em!+%9"TzVZy21 4k%`b%ab:d(د2؃.&+z""brt2P6miOSO|"p∏i-kZT ʨihoC))!4H *Gr&J䛭O\ 3**j|F/8.EPUp+ dȘq z2dh5\li" YJ*S$x!J r 3bD -`*ʇ $C& Љr/ m3k$!BDEY@4)@hyAD+!F\K*hTNiӧA5#`9րܻ{jqƬxف+ }`AtXo `fJ !Gz~{1 pCPBN!Vg!&PB(qattQt]s1='8C7xUpc8@G%z2z!`p !$gÓ]r%: U@[ ET*l&uҡC Z&d)gMH <=7G iabo9g`@ Tq~h6tIԀ$%He`Ʀ iT0Ư[òC cCN[fmA `%>:k,/<.T둊 aG#; 0]Sq3?z&#ϴ;$COs;߾O?󟟾a2| #( R` r C(&#D Kf (۸;2Ѐ3ha -91Ub D@8yq+!!a ;hkr%@\2.J$5h(0;(1~Qr] Ӛ洧AWv"@D,bK48d/~;i] :b~.Ppچk:S H@/*1Qz$a 7nВ!9+-j='V8A9D m)vex#C!@Ow٭~@,f@l3Ř1f.?ƒ9lDXx d5/( t%X PEZ3 R*8jPsw=0t($LmFHC,f` ܽz15u 'D-dC0v͍QmL(+J A {^;#䞁1(@`{oOh `!@- *8P6np4Ϗ~@`dbP7q4l<4B %q9A^2+ـ18/\B ,K{@b $1 r@ A!@)*E 8HA!`<-C:_9t1.HC9_8, ̝ 2v!gm/ +*1$9T3 ̀"$!f" ܁ Aq@#0B lA"d&"h &LM<$I@ L1^u\6CG@M(J3JD4n.^c (B"|'0C9$4,2(30-$3H-r"̖H B!@A\X AAL ,$t@ `@-A0,1Xr|"$PB\IrI$PB1x#S.*,B NBPItxB x}.7c># "GOfeqeI$]%0r#@&h$AFb"l `#ܥcRYL)@E |@ D#dzZ A)-aa9 T.B@i Bed&E@ |^08mC98C@[ |AhpMwҁ Ԁe a , `A x'}h =IlfMe$ IA<Pc~#½Ittzc: 'teX(E~r#40%9\.P'' : BU@z|Z>q AҤ1f܄}@8BOnaB*䔂 p#P(S.h(dE.(r( hZ^,H%X@zAi=A \ӝ"G@FF}TAQT*2H!h1: I$]j \AX٦3'lAmtY+T@ C*/%T EU0 @FӁ)+v< *>!(~XZPB(ܿͦ.C:|E1@@ȑH,Tl >r\ 5$C285X30b+\lDaE,-"F&eGX~&$i@<",!( #*BQ@AT4g@ 0#68HC1C847B-R`%ߎdA"\B1 1/06l1BE@(FKԮK؀(!G$`@JH9q &Hx $]qPY)AT,@E,Cㆃ8,"b0|7t6,~|@/V[܀@5n#5.G@"D[2( |$ &g|ho( @(V`A aɁ,LU,J/0̀C7x71۳.h6d4BP1t 2L5.Wm,,4H1B@8aD*B@JA d @.JT[ ( H$dTr ́$0E`H %grЀ,(6tC0L,3QfEYpokdv V=)"K}p sE۹U#hTسk Sk&`ۺ!L2@^; T-]2_,ל8\4F(USwp|Ҡ )6p{`d8tX:6C'҆C d- : t(tp' C+  Q#v gFSWB &5 SB 0< ) bfRF*0Az! Oq3LY3-yM s3p0Tf䴓7ԜB kA*ܢj?<꼐4Tzi$; 'TZ Ё6vC6L1,´yA >>O>gp1B!M?&>SưRKG*\ '* k0x *"J $1.ĝP~ݓ=cTA('F;$"8@ OQtG(luʓ ep҆*B=Y!;~ ՒBI\9}gvF֗#@gn>PB!L@7\#aTs=(4d aeF 8r<C*RJ~<y@" F 0|WY<@g3!Ѐ =rD\  \`AB<e@ &`d54"uh@ֈ PbCf&4 7DP9L$k2+k(Ƭi pphE HPPJrDkypDt$$%IA0╱(j9RP  Ke1=b )fE., P`2lS(2)JMny 8B\-Z;ےp!^Xbe0l["3F5Z82ƿ,83w(jEܠF5p9愹.{d"4$rÜDXtsgfw >apMQ|9d 3xՋ28Bj21_Rڐn<<xƈPE0ѥh{=:U@W|#F(s$U~R̀J,B(0܀Є%Ra;NyJD"Ѕr'e(DR `ƺ" mtcS: e*=0#~Ե{aVu0‡7Eb `!zjj[f rإVbGE`3X J&TX}ÀV 0}1Q1T(ak6u7a5XвL\0G:! x B~!z>~cQD?aՇ8Ц6 n 5{#o{,wPC#Ʊ `xFPaNs\l0 <+Y`P:Uvhg Tq`x Pc³.BrEoz'Bl{ @V2Pa8 >xk^"9,c(l[`Au`$3-xKxeZ6\E/H,3"xE&: "(Cf|; 9C3o8:1{K HA~1cQGFrƙ%1IN!%)KJ鬌:GKe첬3} Lahץ3ZݙĈFfR1a7qD':)y 4K@iς $azYΒS%E&Ұ.y:1֏o@-habG73?asCR[>3s[aSgO`;C dw0 0Jn?"[V *L~?/æjpG O߀.WPp~[z$ 2")SbX-&7qg,"Y `B(Hp f" (yr 1U`0:0 Up10\H P$u(X5`W~fJh&d) pq 1z0"`'P*: 5:bpx0pfZxH*)V-5)j74.30z@f m۰ ذ b1Y iS@4pǀ S" Zcx~ea07p6.0d 》"/p]34%.fw`Of&3  @tAo0p)`6W0s#1h|fg w |Q 0iƆ) z`3Si83#0  `WjZ@ʀ`Y<Tk+- M FlG;p P=s =H!. aslVA @ />>F`p lp3A1zPq@e`p B-AA{ %@B&@6M0'R9sYtOp1E0S?p`F +U <Bј`HXb@@Vp0<CF9.f1ԏS`oN^G |{ /0 ȘkYBOb~SS <`% G@̦"P 0P>Ga ȓLȇԞȒ .ڎ^|:ˠˤlʨ ʮ ˲L˸|ɞb~7 p <niʋl@ P.sOgϔ )n oM]7 @0]'"h l0 &M(}@ Z-]J/Ȥ Ϙ] /RNմ8<:e? g?T*M#ʯ xp }M;/X'pOAb6 0۹2= /  Gpڴ@Jۣ_,) )hS5  ?ݴ\"RETR>:R@2\dS&5)x `NL[$)͘t)RD %x!"^zEsId0ݺ!…&LViL'B N ?dйA%CBD֮a˦mujW0 ``uP DjA E@<ܐsxD'" ,PpAD@#z0B 0)<0;`B %0D,P*SN!QJ#>Y`!oFhܰ IB4r5"Jq_qOJ=e[:e"`M4q4`dZD8"RRN2RJ!@8L&Hrf YD-щ.!C p W""iN#[PQ@%m$.^n)&jH)F$a \cF`pMʔd탂)qdc酂* P%Tz0<ZS ^^y 9_qt Efy^b8";L@J\X\$cAc`bdekFt: a|Q(C"]HI%VxaݙHvRx)i (jBi A0Nx$K j(5lc[^O5x3`BDQHt~8*rD4e JHD& !#FZr؀ހlVxB< ը 3(@ PjPC03)%> ^fHWմfpQu8!@0΁3XVK#}.l)A4I D;PK u&7޸_-skin/modern/navigator/icons/popup-blocked.pngPNG  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 u&7%SŦ,skin/modern/navigator/icons/about-popups.gifGIF89a&!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 u&7Őaa2skin/modern/navigator/icons/tab-drag-indicator.gifGIF89a 33fff̙!, &H$bT+ 1@ lj;J<J;;PK u&7A~'skin/modern/navigator/icons/tab-new.gifGIF89a圪84֠@P=A0`8 `1O@C8' ̢)瘃D1Q<}E>HĂ4@Au0BpCR )>@;PK u&7 +skin/modern/navigator/icons/tab-new-hov.gifGIF89aٽлS9mֈژۼ먵mժھԽԬġ؈`vPߺ⺛m]lu֎benᠮӱـkwtgktw{i~[^i{r=ALg|cyɱȆ|~qݖӢ_tȡ⣱޿pͺsv~e{re{37C䖦bwZwzґnJMW汾CGRܧҧİlOS]ЛUXcՌcu`vn׹Ҳ́־إڒos{عjԓpХ8Djr~Ľһڮgp|;B3hp}*,5ɰBFJ!,0 N4 PƏZxi@@]ՠ!m.ј1!JͲ^!f'{ɳQ(Ep|pA7#_  $Mskin/modern/communicator/dialogs.cssPK u&7E66(fUskin/modern/communicator/helpOverlay.cssPK u&7 \\$Uskin/modern/communicator/smileys.cssPK u&7t )iskin/modern/communicator/communicator.cssPK u&7bb=ovskin/modern/communicator/bookmarks/bookmark-folder-closed.gifPK u&7UU:hxskin/modern/communicator/bookmarks/bookmark-folder-dis.gifPK u&7 ;zskin/modern/communicator/bookmarks/bookmark-folder-open.gifPK u&7,5|skin/modern/communicator/bookmarks/bookmark-group.gifPK u&758X}skin/modern/communicator/bookmarks/bookmark-item-dis.gifPK u&7I <~skin/modern/communicator/bookmarks/bookmark-item-updated.gifPK u&70c  4skin/modern/communicator/bookmarks/bookmark-item.gifPK u&7o+>skin/modern/communicator/bookmarks/home.gifPK u&7Z880;skin/modern/communicator/bookmarks/bookmarks.cssPK R7/7skin/modern/communicator/bookmarks/bookmarksToolbar.cssPK u&7W d$$6skin/modern/communicator/bookmarks/bookmarksWindow.cssPK u&7b$-0skin/modern/communicator/brand/throbber-anim.gifPK u&72skin/modern/communicator/brand/throbber-single.gifPK u&74`2skin/modern/communicator/brand/throbber16-anim.gifPK u&7lW9  4skin/modern/communicator/brand/throbber16-single.gifPK u&7fRR9?skin/modern/communicator/directory/file-folder-closed.gifPK u&7{n,..7skin/modern/communicator/directory/file-folder-open.gifPK u&730kskin/modern/communicator/directory/file-icon.gifPK u&7i  0Lskin/modern/communicator/directory/directory.cssPK u&7`  *skin/modern/communicator/icons/loading.gifPK u&7IqMM. skin/modern/communicator/icons/lock-broken.gifPK u&7Ic5JJ0skin/modern/communicator/icons/lock-insecure.gifPK u&7#FF-Qskin/modern/communicator/icons/lock-mixed.gifPK u&7K$GG.skin/modern/communicator/icons/lock-secure.gifPK u&7| *uskin/modern/communicator/icons/offline.gifPK u&7c)skin/modern/communicator/icons/online.gifPK u&7O(('skin/modern/communicator/icons/btn1.gifPK u&74li22)0skin/modern/communicator/icons/search.gifPK u&7o 2*3skin/modern/communicator/icons/smileys/smile_n.gifPK u&7;0C2 4skin/modern/communicator/icons/smileys/frown_n.gifPK u&7)15skin/modern/communicator/icons/smileys/wink_n.gifPK u&7skin/modern/communicator/icons/smileys/cool_n.gifPK u&7I2@skin/modern/communicator/icons/smileys/money_n.gifPK u&7uX1Askin/modern/communicator/icons/smileys/foot_n.gifPK u&70П5Bskin/modern/communicator/icons/smileys/innocent_n.gifPK u&70iCskin/modern/communicator/icons/smileys/cry_n.gifPK u&7 tt3aDskin/modern/communicator/icons/smileys/sealed_n.gifPK u&7K l,&Eskin/modern/communicator/profile/migrate.gifPK u&7X"",Gskin/modern/communicator/profile/profile.gifPK u&7# # ,Hskin/modern/communicator/profile/profile.cssPK u&7 ,Rskin/modern/communicator/related/sitemap.gifPK u&7y`/``,Tskin/modern/communicator/related/related.cssPK u&7FrG,dskin/modern/communicator/search/category.gifPK u&7.HJ*fskin/modern/communicator/search/result.gifPK u&7\3hskin/modern/communicator/search/internetresults.cssPK u&7=/3,1qskin/modern/communicator/search/search-editor.cssPK u&7r8*5zskin/modern/communicator/search/search.cssPK u&7 4/skin/modern/communicator/sidebar/sidebarBindings.xmlPK u&7=tII-`skin/modern/communicator/sidebar/sbar-top.gifPK u&7tMll5skin/modern/communicator/sidebar/sbar-top-tabopen.gifPK u&7rw^6skin/modern/communicator/sidebar/sbtab-rit-top-act.gifPK u&7Ek6skin/modern/communicator/sidebar/sbtab-rit-btm-act.gifPK u&78PP2סskin/modern/communicator/sidebar/sbtab-rit-top.gifPK u&7@vL]].wskin/modern/communicator/sidebar/sbtab-mid.gifPK u&7㮋2 skin/modern/communicator/sidebar/sbtab-lft-act.gifPK u&7W0]]27skin/modern/communicator/sidebar/sbtab-mid-act.gifPK u&7'!?6skin/modern/communicator/sidebar/sbtab-rit-top-hov.gifPK u&7t/:6skin/modern/communicator/sidebar/sbtab-rit-btm-hov.gifPK u&76®skin/modern/communicator/sidebar/sbtab-rit-top-sel.gifPK u&7]]2ڳskin/modern/communicator/sidebar/sbtab-mid-sel.gifPK u&7Nޘ.skin/modern/communicator/sidebar/sbtab-lft.gifPK u&7|2skin/modern/communicator/sidebar/sbtab-lft-sel.gifPK u&7E333skin/modern/communicator/sidebar/sbpicker-arrow.gifPK u&7Χ ..skin/modern/communicator/sidebar/customize.cssPK u&7``,mskin/modern/communicator/sidebar/preview.cssPK }'7H,skin/modern/communicator/sidebar/sidebar.cssPK u&7m""4Nskin/modern/communicator/sidebar/sidebarListView.cssPK u&7z#EE4skin/modern/communicator/taskbar/addressbook-act.gifPK u&7EE0Yskin/modern/communicator/taskbar/addressbook.gifPK u&7O3skin/modern/communicator/taskbar/addressbook-16.gifPK u&7C  1skin/modern/communicator/taskbar/composer-act.gifPK u&7%-uskin/modern/communicator/taskbar/composer.gifPK u&7 B}nTT0skin/modern/communicator/taskbar/composer-16.gifPK u&75w  -sskin/modern/communicator/taskbar/mail-act.gifPK u&7  )skin/modern/communicator/taskbar/mail.gifPK u&7, skin/modern/communicator/taskbar/mail-16.gifPK u&7qb++0Zskin/modern/communicator/taskbar/mailnew-act.gifPK u&7=>,,,skin/modern/communicator/taskbar/mailnew.gifPK u&7b2Iskin/modern/communicator/taskbar/navigator-act.gifPK u&7W.cskin/modern/communicator/taskbar/navigator.gifPK u&7 fO1yskin/modern/communicator/taskbar/navigator-16.gifPK u&7sPr{{6\skin/modern/communicator/toolbar/prtb-grip-btm-act.gifPK u&7H^^2+ skin/modern/communicator/toolbar/prtb-grip-btm.gifPK u&7ChAA6 skin/modern/communicator/toolbar/prtb-grip-mid-act.gifPK u&770332n!skin/modern/communicator/toolbar/prtb-grip-mid.gifPK u&7N@6!skin/modern/communicator/toolbar/prtb-grip-top-act.gifPK u&7f<2&skin/modern/communicator/toolbar/prtb-grip-top.gifPK }'7)ykO O 4)skin/modern/communicator/toolbar/toolbarBindings.xmlPK u&7;ժ1T6skin/modern/communicator/toolbar/prtb-bg-line.gifPK u&7%37skin/modern/communicator/toolbar/prtb-bg-noline.gifPK u&7Ҩ 08skin/modern/communicator/xpinstall/xpinstall.cssPK u&7ts !Bskin/modern/editor/EdImageMap.cssPK u&7}?W%Oskin/modern/editor/EdImageMapPage.cssPK u&78d0aa#<_skin/modern/editor/EditorDialog.cssPK +7D |skin/modern/editor/editor.cssPK u&75. . (skin/modern/editor/editorModeToolbar.cssPK u&78xBB!/skin/modern/editor/textEditor.cssPK u&7@+skin/modern/editor/editorPrimaryToolbar.cssPK u&7],;;*ݷskin/modern/editor/editorFormatToolbar.cssPK u&7kk*skin/modern/editor/icons/editmode-html.gifPK u&7UU,skin/modern/editor/icons/editmode-normal.gifPK u&7[=ll-Zskin/modern/editor/icons/editmode-preview.gifPK u&7a*skin/modern/editor/icons/editmode-tags.gifPK u&7Q.skin/modern/editor/icons/img-align-btm-sel.gifPK u&7-*skin/modern/editor/icons/img-align-btm.gifPK u&7Լ*skin/modern/editor/icons/img-align-lft.gifPK u&7yĪ.skin/modern/editor/icons/img-align-mid-sel.gifPK u&7";(M*skin/modern/editor/icons/img-align-mid.gifPK u&7'=j*skin/modern/editor/icons/img-align-rit.gifPK u&7ki.skin/modern/editor/icons/img-align-top-sel.gifPK u&7 *skin/modern/editor/icons/img-align-top.gifPK u&7%G\(skin/modern/editor/icons/mast-editor.gifPK u&7!E!#skin/modern/editor/icons/btn1.gifPK u&7>҆;A;A!Pskin/modern/editor/icons/btn2.gifPK u&76 33*"skin/modern/editor/icons/progress-busy.gifPK u&7՜mm*E%skin/modern/editor/icons/progress-done.gifPK u&7\;<,%skin/modern/editor/icons/progress-failed.gifPK u&7b{,gg%&skin/modern/global/globalBindings.xmlPK u&7ra p/skin/modern/global/plugins.cssPK U+7v;skin/modern/global/about.cssPK u&7;,,t>skin/modern/global/button.cssPK u&7 Xskin/modern/global/checkbox.cssPK u&7"eskin/modern/global/colorpicker.cssPK u&7ŝy y tskin/modern/global/config.cssPK u&7d<YY%skin/modern/global/datetimepicker.cssPK u&7+luu!4skin/modern/global/dropmarker.cssPK u&7Vt !skin/modern/global/filepicker.cssPK U6* skin/modern/global/findBar.cssPK u&7!skin/modern/global/formatting.cssPK u&7,ǂ ]skin/modern/global/groupbox.cssPK u&7Dtskin/modern/global/listbox.cssPK u&7=&44skin/modern/global/menu.cssPK u&77=eskin/modern/global/menulist.cssPK u&7G z skin/modern/global/numberbox.cssPK ~d7  Eskin/modern/global/netError.cssPK >&skin/modern/global/arrow/arrow-rit.gifPK u&755,gskin/modern/global/arrow/arrow-rit-sharp.gifPK u&7E` 880skin/modern/global/arrow/arrow-rit-sharp-end.gifPK u&7Z22)lskin/modern/global/arrow/arrow-up-dis.gifPK u&7 ;;%skin/modern/global/arrow/arrow-up.gifPK u&7*~...cskin/modern/global/button/tbmbtn-arrow-act.gifPK u&7fZ,,.ݦskin/modern/global/button/tbmbtn-arrow-hov.gifPK u&7#Ù))*Uskin/modern/global/button/tbmbtn-arrow.gifPK u&7f://.ƫskin/modern/global/button/tbmenu-arrow-act.gifPK u&76//.Askin/modern/global/button/tbmenu-arrow-dis.gifPK u&7*e0//*skin/modern/global/button/tbmenu-arrow.gifPK u&7T.3skin/modern/global/checkbox/cbox-act-check.gifPK u&7ANcc( skin/modern/global/checkbox/cbox-act.gifPK u&7yoo*skin/modern/global/checkbox/cbox-check.gifPK u&7J.iskin/modern/global/checkbox/cbox-dis-check.gifPK u&7r mcc(?skin/modern/global/checkbox/cbox-dis.gifPK u&7'cc$skin/modern/global/checkbox/cbox.gifPK B7V7XX&skin/modern/global/console/console.cssPK u&7X”77*)skin/modern/global/console/error-caret.gifPK u&7&00)skin/modern/global/console/error-dash.gifPK u&7}JJ'skin/modern/global/filepicker/blank.gifPK u&7r,skin/modern/global/filepicker/dir-closed.gifPK u&7f*skin/modern/global/filepicker/dir-open.gifPK u&7Yéss+skin/modern/global/filepicker/folder-up.gifPK u&7[xx-skin/modern/global/filepicker/folder-home.gifPK u&7fJJ,skin/modern/global/filepicker/folder-new.gifPK u&7yX̯33(skin/modern/global/icons/alert-error.gifPK u&7)skin/modern/global/icons/alert-exclam.gifPK u&7Ql*skin/modern/global/icons/alert-message.gifPK u&7 ,;;+skin/modern/global/icons/alert-question.gifPK u&7+skin/modern/global/icons/alert-security.gifPK 6}) ) 'Nskin/modern/global/icons/autoscroll.pngPK u&7,K-  &skin/modern/global/icons/close-dis.gifPK u&7.& skin/modern/global/icons/close-act.gifPK u&7m  "Iskin/modern/global/icons/close.gifPK u&7yR1& skin/modern/global/icons/close-hov.gifPK u&777) skin/modern/global/icons/pg-landscape.gifPK u&7at/Vskin/modern/global/icons/pg-landscape-small.gifPK u&7*34>>(:skin/modern/global/icons/pg-portrait.gifPK u&7R.skin/modern/global/icons/pg-portrait-small.gifPK u&7};<<%skin/modern/global/icons/closebox.gifPK u&7$!skin/modern/global/icons/resizer.pngPK u&7 ]]*Xskin/modern/global/menu/menu-arrow-dis.gifPK u&7R11*skin/modern/global/menu/menu-arrow-hov.gifPK u&7-,11&vskin/modern/global/menu/menu-arrow.gifPK u&77Poo*skin/modern/global/menu/menu-check-dis.gifPK u&7,BB*skin/modern/global/menu/menu-check-hov.gifPK u&77Poo&,skin/modern/global/menu/menu-check.gifPK u&7cςDD*skin/modern/global/menu/menu-radio-dis.gifPK u&72mK0DD*kskin/modern/global/menu/menu-radio-hov.gifPK u&7cςDD&skin/modern/global/menu/menu-radio.gifPK u&7r&33/skin/modern/global/menulist/mlist-act-arrow.gifPK u&7~33+skin/modern/global/menulist/mlist-arrow.gifPK u&7!D553{skin/modern/global/menulist/mlist-compact-arrow.gifPK u&7cy33/skin/modern/global/menulist/mlist-dis-arrow.gifPK u&7å2skin/modern/global/progressmeter/progress-busy.gifPK u&7_A,ZZ,skin/modern/global/radio/radio-act-check.gifPK u&7cYFtPP&!skin/modern/global/radio/radio-act.gifPK u&7@ZZ( #skin/modern/global/radio/radio-check.gifPK u&7%ZZ,$skin/modern/global/radio/radio-dis-check.gifPK u&7џOzPP&d&skin/modern/global/radio/radio-dis.gifPK u&7 9PP"'skin/modern/global/radio/radio.gifPK u&7RgZCcc/)skin/modern/global/scrollbar/thumb-vrt-grip.gifPK u&7w55(8*skin/modern/global/scrollbar/btn-lft.gifPK u&755(*skin/modern/global/scrollbar/btn-rit.gifPK u&7SI44'.+skin/modern/global/scrollbar/btn-up.gifPK u&7.//,+skin/modern/global/scrollbar/mini-btn-dn.gifPK u&7}00- ,skin/modern/global/scrollbar/mini-btn-lft.gifPK u&700-,skin/modern/global/scrollbar/mini-btn-rit.gifPK u&7AK 00,-skin/modern/global/scrollbar/mini-btn-up.gifPK u&7-990-skin/modern/global/scrollbar/mini-slider-hrz.gifPK u&7`990.skin/modern/global/scrollbar/mini-slider-vrt.gifPK u&7QWW4.skin/modern/global/scrollbar/mini-thumb-hrz-grip.gifPK u&7}XX4G/skin/modern/global/scrollbar/mini-thumb-vrt-grip.gifPK u&7gg+/skin/modern/global/scrollbar/slider-hrz.gifPK u&7m"AA+0skin/modern/global/scrollbar/slider-vrt.gifPK u&7V__/+1skin/modern/global/scrollbar/thumb-hrz-grip.gifPK u&7´33'1skin/modern/global/scrollbar/btn-dn.gifPK u&7-.O2skin/modern/global/splitter/grip-vrt-after.gifPK u&7Z/*3skin/modern/global/splitter/grip-vrt-before.gifPK u&7Sm@rr2 4skin/modern/global/splitter/grip-vrt-after-act.gifPK u&7{tt34skin/modern/global/splitter/grip-vrt-before-act.gifPK u&7,.5skin/modern/global/splitter/grip-hrz-after.gifPK u&7a/c6skin/modern/global/splitter/grip-hrz-before.gifPK u&7߮-hh277skin/modern/global/splitter/grip-hrz-after-act.gifPK u&7|hh37skin/modern/global/splitter/grip-hrz-before-act.gifPK u&7[T99+8skin/modern/global/toolbar/tbgrip-arrow.gifPK u&7r99+*9skin/modern/global/toolbar/mbgrip-arrow.gifPK u&74J=99/9skin/modern/global/toolbar/tbgrip-arrow-act.gifPK u&7A V;;02:skin/modern/global/toolbar/tbgrip-arrow-clps.gifPK u&7c)f;;4:skin/modern/global/toolbar/tbgrip-arrow-clps-act.gifPK u&72%%H;skin/modern/global/toolbar/tb-mid.gifPK u&7fV33&<skin/modern/global/toolbar/chevron.gifPK u&7n`t$<skin/modern/global/tree/checkbox.gifPK u&7 ,v=skin/modern/global/tree/checkbox-checked.gifPK u&7U͏@@$t>skin/modern/global/tree/sort-asc.gifPK u&7??$>skin/modern/global/tree/sort-dsc.gifPK u&7uyWW'w?skin/modern/global/tree/twisty-clsd.gifPK u&7sjUU'@skin/modern/global/tree/twisty-open.gifPK u&7y aa(@skin/modern/global/tree/columnpicker.gifPK u&75\wwTAskin/modern/help/help.cssPK "N3E9#Uskin/modern/help/helpFileLayout.cssPK u&7ḫYcskin/modern/help/home.gifPK u&7\|>lskin/modern/help/home-act.gifPK u&7'aD/uskin/modern/help/home-dis.gifPK u&7|skin/modern/help/home-hov.gifPK u&7~FF*pskin/modern/messenger/threadPaneLabels.cssPK u&7¼(Lskin/modern/messenger/accountCentral.cssPK u&7y y '&skin/modern/messenger/accountManage.cssPK u&7'skin/modern/messenger/accountWizard.cssPK u&7z%^ *skin/modern/messenger/addressingWidget.cssPK u&7dzP P !skin/modern/messenger/dialogs.cssPK u&7W L &skin/modern/messenger/filterDialog.cssPK u&7^bzz%Vskin/modern/messenger/folderMenus.cssPK u&7TR99$&skin/modern/messenger/folderPane.cssPK u&7%@skin/modern/messenger/fakeAccount.cssPK u&7||*sAskin/modern/messenger/folderPaneExtras.cssPK u&79J*7Bskin/modern/messenger/threadPaneExtras.cssPK u&7   % Cskin/modern/messenger/mailWindow2.cssPK u&7° %hLskin/modern/messenger/messageBody.cssPK u&7k;'1:Zskin/modern/messenger/virtualFolderListDialog.cssPK u&7 H'A]skin/modern/messenger/messageHeader.cssPK u&77)pskin/modern/messenger/messageKeywords.cssPK u&7||'pskin/modern/messenger/messageWindow.cssPK u&7e٪ #yskin/modern/messenger/messenger.cssPK u&7%_L L $skin/modern/messenger/prefPanels.cssPK u&7 &5skin/modern/messenger/searchDialog.cssPK u&7QT=#skin/modern/messenger/subscribe.cssPK +7Yk% skin/modern/messenger/mailWindow1.cssPK u&7''$skin/modern/messenger/threadPane.cssPK J75(pskin/modern/messenger/primaryToolbar.cssPK u&7&8F  Dskin/modern/messenger/start.cssPK u&7Vr>BB3 skin/modern/messenger/addressbook/abResultsPane.cssPK u&7m  2. skin/modern/messenger/addressbook/addressPanes.cssPK u&7b>  0 skin/modern/messenger/addressbook/cardDialog.cssPK u&7Rz z ;" skin/modern/messenger/addressbook/selectAddressesDialog.cssPK u&75Ts1- skin/modern/messenger/addressbook/addressbook.cssPK u&7T..2D skin/modern/messenger/addressbook/sidebarPanel.cssPK u&7:EM skin/modern/messenger/addressbook/icons/directory-down.gifPK u&7T5MO skin/modern/messenger/addressbook/icons/directory.gifPK u&7ˋtt<KQ skin/modern/messenger/addressbook/icons/secure-directory.gifPK u&70S skin/modern/messenger/addressbook/icons/list.gifPK u&7$|3U skin/modern/messenger/addressbook/icons/mast-ab.gifPK u&74Ze skin/modern/messenger/addressbook/icons/myaddrbk.gifPK u&7~F2Ig skin/modern/messenger/addressbook/icons/person.gifPK u&7all.Wi skin/modern/messenger/addressbook/icons/im.gifPK u&7ZqOO2r skin/modern/messenger/addressbook/icons/im-act.gifPK u&7#e2z skin/modern/messenger/addressbook/icons/im-hov.gifPK u&7K(n2 skin/modern/messenger/addressbook/icons/im-dis.gifPK u&7U, skin/modern/messenger/icons/acct-compose.gifPK u&7S,я skin/modern/messenger/icons/acct-filters.gifPK u&7nu/" skin/modern/messenger/icons/acct-newaccount.gifPK u&7<=FPP*H skin/modern/messenger/icons/acct-prefs.gifPK u&7Î7) skin/modern/messenger/icons/acct-read.gifPK u&7ϛW22+ skin/modern/messenger/icons/acct-search.gifPK u&79}DD.1 skin/modern/messenger/icons/acct-subscribe.gifPK u&77xl& skin/modern/messenger/icons/attach.gifPK u&7E~p*ð skin/modern/messenger/icons/attachment.gifPK u&773. skin/modern/messenger/icons/attachment-col.gifPK u&7U3 skin/modern/messenger/icons/attachment-selected.gifPK u&7 %޼ skin/modern/messenger/icons/check.gifPK u&7n`t#ս skin/modern/messenger/icons/dot.gifPK u&7ւ/ skin/modern/messenger/icons/flagcol-flagged.gifPK u&7ѤYY-ֿ skin/modern/messenger/icons/folder-closed.gifPK u&7K|1z skin/modern/messenger/icons/folder-draft-open.gifPK u&77{ skin/modern/messenger/icons/folder-draft-share-open.gifPK u&7f2 skin/modern/messenger/icons/folder-draft-share.gifPK u&7V, skin/modern/messenger/icons/folder-draft.gifPK u&7M0 skin/modern/messenger/icons/folder-inbox-new.gifPK u&7ʶ̖1 skin/modern/messenger/icons/folder-inbox-open.gifPK u&7cj7m skin/modern/messenger/icons/folder-inbox-share-open.gifPK u&7k2h skin/modern/messenger/icons/folder-inbox-share.gifPK u&7OǢA, skin/modern/messenger/icons/folder-inbox.gifPK u&7^/ skin/modern/messenger/icons/folder-new-open.gifPK u&7@D* skin/modern/messenger/icons/folder-new.gifPK u&7}i4 skin/modern/messenger/icons/folder-newsgroup-new.gifPK u&7(L0 skin/modern/messenger/icons/folder-newsgroup.gifPK u&7877+* skin/modern/messenger/icons/folder-open.gifPK u&7^f|hh2 skin/modern/messenger/icons/folder-outbox-open.gifPK u&7UU-b skin/modern/messenger/icons/folder-outbox.gifPK u&7YB0 skin/modern/messenger/icons/folder-sent-open.gifPK u&7Y6 skin/modern/messenger/icons/folder-sent-share-open.gifPK u&7&r1 skin/modern/messenger/icons/folder-sent-share.gifPK u&7D+ skin/modern/messenger/icons/folder-sent.gifPK u&71 skin/modern/messenger/icons/folder-share-open.gifPK u&7 ), skin/modern/messenger/icons/folder-share.gifPK u&70 skin/modern/messenger/icons/folder-junk-open.gifPK u&7YY+ skin/modern/messenger/icons/folder-junk.gifPK u&7ǥ4 skin/modern/messenger/icons/folder-template-open.gifPK u&7ƪ: skin/modern/messenger/icons/folder-template-share-open.gifPK u&7q995 skin/modern/messenger/icons/folder-template-share.gifPK u&7h**/> skin/modern/messenger/icons/folder-template.gifPK u&77B1 skin/modern/messenger/icons/folder-trash-open.gifPK u&7kGy!!7 skin/modern/messenger/icons/folder-trash-share-open.gifPK u&7Ι,2 skin/modern/messenger/icons/folder-trash-share.gifPK u&7, skin/modern/messenger/icons/folder-trash.gifPK u&7YuH8- skin/modern/messenger/icons/folder-search.gifPK u&7 . skin/modern/messenger/icons/local-mailhost.gifPK u&7;;"OW W ) skin/modern/messenger/icons/mast-mail.gifPK u&7G|)88h skin/modern/messenger/icons/message-mail-attach-offl.gifPK u&7L227 skin/modern/messenger/icons/message-mail-attach-del.gifPK u&7 skin/modern/navigator/linkToolbar.cssPK +7AbH6H6#O skin/modern/navigator/navigator.cssPK 257r* " skin/modern/navigator/pageInfo.cssPK u&7\ $ڒ skin/modern/navigator/tabbrowser.cssPK u&7DOO(ˠ skin/modern/navigator/btn1/first-dis.gifPK u&7MII(` skin/modern/navigator/btn1/first-hov.gifPK u&7(BvaII$ skin/modern/navigator/btn1/first.gifPK u&7[OO'z skin/modern/navigator/btn1/last-dis.gifPK u&7f'II' skin/modern/navigator/btn1/last-hov.gifPK u&7[]II# skin/modern/navigator/btn1/last.gifPK u&7II'& skin/modern/navigator/btn1/next-dis.gifPK u&7zmCC' skin/modern/navigator/btn1/next-hov.gifPK u&7(ՕlCC#< skin/modern/navigator/btn1/next.gifPK u&7-II+ skin/modern/navigator/btn1/previous-dis.gifPK u&7`PCC+R skin/modern/navigator/btn1/previous-hov.gifPK u&7{QCC'ަ skin/modern/navigator/btn1/previous.gifPK u&7``JJ&f skin/modern/navigator/btn1/top-dis.gifPK u&7TDD& skin/modern/navigator/btn1/top-hov.gifPK u&7[0bDD"| skin/modern/navigator/btn1/top.gifPK u&7HH% skin/modern/navigator/btn1/up-dis.gifPK u&7)xoBB% skin/modern/navigator/btn1/up-hov.gifPK u&7hAwBB! skin/modern/navigator/btn1/up.gifPK u&7ڴ CC2 skin/modern/navigator/toolbar/ubhist-arrow-act.gifPK u&7-CC.$ skin/modern/navigator/toolbar/ubhist-arrow.gifPK u&7Fw,,, skin/modern/navigator/toolbar/urlbar-mid.gifPK u&7w@@$) skin/modern/navigator/icons/btn1.gifPK u&7 *Q skin/modern/navigator/icons/btn1-small.gifPK u&7޸_-s skin/modern/navigator/icons/popup-blocked.pngPK u&7%SŦ, skin/modern/navigator/icons/about-popups.gifPK u&7Őaa2 skin/modern/navigator/icons/tab-drag-indicator.gifPK u&7A~'f skin/modern/navigator/icons/tab-new.gifPK u&7 +o skin/modern/navigator/icons/tab-new-hov.gifPK u&7Эv+^! skin/modern/navigator/icons/tab-new-act.gifPKWb&