From 0042fc016a43c38debba9d6c5a1897cdac4e68e7 Mon Sep 17 00:00:00 2001 From: robert Date: Tue, 4 Sep 2001 15:36:17 +0000 Subject: [PATCH] keep EarlyBlue in sync with tree - mailnews CSS split --- EarlyBlue/editor/skin/EditorToolbars.css | 438 ------------------ EarlyBlue/editor/skin/editorFormatToolbar.css | 251 ++++++++++ EarlyBlue/editor/skin/editorModeToolbar.css | 96 ++++ .../editor/skin/editorPrimaryToolbar.css | 155 +++++++ .../skin/images/spell-disabled.gif} | Bin EarlyBlue/editor/skin/images/spell.gif | Bin 132 -> 159 bytes EarlyBlue/messenger/skin/AccountManager.css | 5 - ...gAccountCentral.css => accountCentral.css} | 16 +- EarlyBlue/messenger/skin/accountManager.css | 38 ++ EarlyBlue/messenger/skin/accountWizard.css | 38 ++ .../skin/addressbook/addressbook.css | 291 ++++-------- EarlyBlue/messenger/skin/dialogs.css | 55 +++ .../{importDialog.css => filterDialog.css} | 99 ++-- EarlyBlue/messenger/skin/folderMenus.css | 99 ++++ EarlyBlue/messenger/skin/folderPane.css | 316 +++++++------ EarlyBlue/messenger/skin/mailWindow1.css | 122 +++++ .../{fieldMapImport.css => mailWindow2.css} | 67 ++- EarlyBlue/messenger/skin/mailheader.css | 78 ---- EarlyBlue/messenger/skin/messageBody.css | 138 ++++++ ...sgHdrViewOverlay.css => messageHeader.css} | 5 +- EarlyBlue/messenger/skin/messenger.css | 424 +---------------- .../messengercompose/messengercompose.css | 30 +- .../skin/messengercompose/spelling.gif | Bin 159 -> 0 bytes EarlyBlue/messenger/skin/pref-mailnews.css | 10 - EarlyBlue/messenger/skin/prefPanels.css | 43 ++ EarlyBlue/messenger/skin/primaryToolbar.css | 135 ++++++ EarlyBlue/messenger/skin/searchDialog.css | 36 ++ EarlyBlue/messenger/skin/subscribe.css | 113 +++-- EarlyBlue/messenger/skin/threadPane.css | 13 +- 29 files changed, 1666 insertions(+), 1445 deletions(-) delete mode 100755 EarlyBlue/editor/skin/EditorToolbars.css create mode 100755 EarlyBlue/editor/skin/editorFormatToolbar.css create mode 100755 EarlyBlue/editor/skin/editorModeToolbar.css create mode 100755 EarlyBlue/editor/skin/editorPrimaryToolbar.css rename EarlyBlue/{messenger/skin/messengercompose/spelling_dis.gif => editor/skin/images/spell-disabled.gif} (100%) delete mode 100755 EarlyBlue/messenger/skin/AccountManager.css rename EarlyBlue/messenger/skin/{msgAccountCentral.css => accountCentral.css} (80%) mode change 100644 => 100755 create mode 100755 EarlyBlue/messenger/skin/accountManager.css create mode 100755 EarlyBlue/messenger/skin/accountWizard.css create mode 100755 EarlyBlue/messenger/skin/dialogs.css rename EarlyBlue/messenger/skin/{importDialog.css => filterDialog.css} (52%) create mode 100755 EarlyBlue/messenger/skin/folderMenus.css create mode 100755 EarlyBlue/messenger/skin/mailWindow1.css rename EarlyBlue/messenger/skin/{fieldMapImport.css => mailWindow2.css} (64%) delete mode 100755 EarlyBlue/messenger/skin/mailheader.css create mode 100755 EarlyBlue/messenger/skin/messageBody.css rename EarlyBlue/messenger/skin/{msgHdrViewOverlay.css => messageHeader.css} (95%) delete mode 100755 EarlyBlue/messenger/skin/messengercompose/spelling.gif delete mode 100755 EarlyBlue/messenger/skin/pref-mailnews.css create mode 100755 EarlyBlue/messenger/skin/prefPanels.css create mode 100755 EarlyBlue/messenger/skin/primaryToolbar.css create mode 100755 EarlyBlue/messenger/skin/searchDialog.css diff --git a/EarlyBlue/editor/skin/EditorToolbars.css b/EarlyBlue/editor/skin/EditorToolbars.css deleted file mode 100755 index 2fa2337f..00000000 --- a/EarlyBlue/editor/skin/EditorToolbars.css +++ /dev/null @@ -1,438 +0,0 @@ -/* - * The contents of this file are subject to the Netscape Public - * License Version 1.1 (the "License"); you may not use this file - * except in compliance with the License. You may obtain a copy of - * the License at http://www.mozilla.org/NPL/ - * - * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or - * implied. See the License for the specific language governing - * rights and limitations under the License. - * - * The Original Code is Mozilla Communicator client code, released - * March 31, 1998. - * - * The Initial Developer of the Original Code is Netscape - * Communications Corporation. Portions created by Netscape are - * Copyright (C) 1998-1999 Netscape Communications Corporation. All - * Rights Reserved. - * - * Contributor(s): - */ - -/* This contains CSS just for editor toolbars */ - -#EditorToolbox { - min-width: 1px; -} - -#FormatToolbar { - border-bottom: 1px solid #9999CC; -} - -.separator_small { - width: 1em; -} - -.margin-left-right { - margin-left: 3px; - margin-right: 3px; -} - -/* From button.css: */ -/* margin: 4px 7px 1px 1px; */ -/* We have too many buttons - must be closer! */ - -.toolbar, .key-toolbar { - margin-right: 2px; -} - -.inset-border { - border: 1px inset CCCCDD; -} - -/* THIS DOESN'T WORK ON ! */ -.center { - text-align: center; -} - -/* end of SHOULD GO IN GLOBAL */ - -#EditModeToolbar { - padding: 0px; - /* Same as "standard" toolbar background */ - border-top: 1px solid #9999CC; - border-bottom: none; - margin-bottom: 0px; - min-width: 1px; - color: #000000; - background-color: #CCD0DD; - overflow: hidden; -} -/* -#EditModeToolbar > toolbargrippy { - height: 100%; -} -*/ -/* BORDERS ARE NOT WORKING! global class="plain" is fighting us! */ -/* !important in for now as a workaround to above problem! */ -button.edit-mode:hover, button.edit-mode:hover:active, -button.edit-mode { - -moz-border-radius: 0px 0px 7px 7px; - padding: 0px 4px 1px 4px; - margin: 0px; - color: #CCD0DD; - background-color: #666699; - border-top: 1px solid #666699 !important; /* Must be same as background */ - border-bottom: 1px solid #9999CC !important; - border-left: 1px solid #9999CC !important; - border-right: 1px solid #9999CC !important; -} - -button.edit-mode > .button-internal-box, -button.edit-mode:hover > .button-internal-box, -button.edit-mode:hover:active > .button-internal-box { - border: none; -} - -button.edit-mode:hover { - border: 1px solid #3366FF !important; -} - -button.edit-mode:hover:active { - padding: 1px 5px 0px 3px; - border: 1px solid #99CCFF !important; -} - -button.edit-mode[selected="1"] { - padding: 0px 4px 1px 4px; - margin: -1px 0px 0px 0px; -/* Not resizing well! - use color instead - font-weight: bold; -*/ - background-color: #FFFFFF; - color: #000000; -} - -button.edit-mode[selected="1"]:active, -button.edit-mode[selected="1"]:hover:active { - padding: 1px 5px 0px 3px; -} - -#NormalModeButton[type="image"] { - list-style-image:url(chrome://editor/skin/images/editmode-normal.gif); -} - -#TagModeButton[type="image"] { - list-style-image:url(chrome://editor/skin/images/editmode-tags.gif); -} -#SourceModeButton[type="image"] { - list-style-image:url(chrome://editor/skin/images/editmode-html.gif); -} -#PreviewModeButton[type="image"] { - list-style-image:url(chrome://editor/skin/images/editmode-preview.gif); -} -#ToggleEditModeType { - list-style-image:url(chrome://editor/skin/images/editmode-toggle.gif); - border: 1px outset #CCD0DD; -} - -#ToggleEditModeType:hover { - border: 1px solid #99CCFF; -} - -#ToggleEditModeType:hover:active { - border: 1px inset #99CCFF; -} - -/* Image URLs for all Editor toolbar buttons */ - -#boldButton { - list-style-image:url(chrome://editor/skin/images/bold.gif); -} - -#italicButton { - list-style-image:url(chrome://editor/skin/images/italic.gif); -} - -#underlineButton { - list-style-image:url(chrome://editor/skin/images/underline.gif); -} - -#newButton { - list-style-image:url("chrome://editor/skin/images/newfile.gif"); -} -#newButton[disabled="true"] { - list-style-image:url("chrome://editor/skin/images/newfile_dis.gif"); -} - -#openButton { - list-style-image:url("chrome://editor/skin/images/openfile.gif"); -} -#openButton[disabled="true"] { - list-style-image:url("chrome://editor/skin/images/openfile_dis.gif"); -} - -#saveButton { - list-style-image:url("chrome://editor/skin/images/savefile.gif"); -} -#saveButton[disabled="true"] { - list-style-image:url("chrome://editor/skin/images/savefile_dis.gif"); -} -#saveButton[dirty="true"] { - list-style-image:url(chrome://editor/skin/images/savemod.gif); -} - -#publishButton { - list-style-image:url("chrome://editor/skin/images/publish.gif"); -} - -#previewButton { - list-style-image:url("chrome://editor/skin/images/preview.gif"); -} -#previewButton[disabled="true"] { - list-style-image:url("chrome://editor/skin/images/preview_dis.gif"); -} - -#printButton - { - list-style-image : url("chrome://editor/skin/images/print.gif"); - } -#printButton[disabled="true"] { - list-style-image:url("chrome://editor/skin/images/print_dis.gif"); -} - -#findButton { - list-style-image:url("chrome://editor/skin/images/find.gif"); -} -#findButton[disabled="true"] { - list-style-image:url("chrome://editor/skin/images/find_dis.gif"); -} - -#linkButton { - list-style-image:url("chrome://editor/skin/images/link.gif"); -} -#linkButton[disabled="true"] { - list-style-image:url("chrome://editor/skin/images/link_dis.gif"); -} - -#imageButton { - list-style-image:url("chrome://editor/skin/images/image.gif"); -} -#imageButton[disabled="true"] { - list-style-image:url("chrome://editor/skin/images/image_dis.gif"); -} - -#namedAnchorButton { - list-style-image:url("chrome://editor/skin/images/anchor.gif"); -} -#namedAnchorButton[disabled="true"] { - list-style-image:url("chrome://editor/skin/images/anchor_dis.gif"); -} - -#hlineButton { - list-style-image:url("chrome://editor/skin/images/hline.gif"); -} -#hlineButton[disabled="true"] { - list-style-image:url("chrome://editor/skin/images/hline_dis.gif"); -} - -#tableButton { - list-style-image:url("chrome://editor/skin/images/table.gif"); -} -#tableButton[disabled="true"] { - list-style-image:url("chrome://editor/skin/images/table_dis.gif"); -} - -#linkButton-dark { - list-style-image:url("chrome://editor/skin/images/link.gif"); -} -#imageButton-dark { - list-style-image:url("chrome://editor/skin/images/image.gif"); -} -#namedAnchorButton-dark { - list-style-image:url("chrome://editor/skin/images/anchor.gif"); -} -#hlineButton-dark { - list-style-image:url("chrome://editor/skin/images/hline.gif"); -} -#tableButton-dark { - list-style-image:url("chrome://editor/skin/images/table.gif"); -} -#spellingButton { - list-style-image:url("chrome://editor/skin/images/spell.gif"); -} - -#DecreaseFontSizeButton { - list-style-image:url("chrome://editor/skin/images/dec-font-size.gif"); -} - -#IncreaseFontSizeButton { - list-style-image:url("chrome://editor/skin/images/inc-font-size.gif"); -} - -#ulButton { - list-style-image:url("chrome://editor/skin/images/bullets.gif"); -} -#olButton { - list-style-image:url("chrome://editor/skin/images/numbers.gif"); -} -#outdentButton { - list-style-image:url("chrome://editor/skin/images/outdent.gif"); -} -#outdentButton[disabled="true"] { - list-style-image:url("chrome://editor/skin/images/outdent_dis.gif"); -} - -#indentButton { - list-style-image:url("chrome://editor/skin/images/indent.gif"); -} - -#FormatToolbar > button, -#FormatToolbar > button:hover, -#FormatToolbar > button:active, -#FormatToolbar > button[disabled="true"] { - margin: 0px 3px 0px 0px; - border: none; - min-width: 23px; - min-height: 23px; -} -#FormatToolbar > button > .button-internal-box { - margin: 0px; - padding: 1px; - border: 1px solid transparent; - -moz-box-pack: center; -} -#FormatToolbar > button:hover > .button-internal-box { - border: 1px outset #CCD0DD; -} -#FormatToolbar > button:active > .button-internal-box { - padding: 2px 0px 0px 2px; - border: 1px inset #CCD0DD; -} -#FormatToolbar > button[disabled="true"] > .button-internal-box { - border: 1px solid transparent; -} - -#FormatToolbar > button > .button-internal-box > .button-text-container - { - display : none; - } - -#ParagraphSelect { - margin-top: 2px; -} - -#AlignPopupButton { - list-style-image:url("chrome://editor/skin/images/align.gif"); -} - -#AlignPopupButton > .button-internal-box { - border:1px solid transparent; -} -#AlignPopupButton:hover > .button-internal-box { - border:1px outset #CCD0DD; -} -#AlignPopupButton:active > .button-internal-box, -#AlignPopupButton[open="true"] > .button-internal-box { - border:1px inset #CCD0DD; -} - -#InsertPopupButton { - list-style-image:url("chrome://editor/skin/images/object-popup.gif"); -} - -#text-align-left, -#align-left-button - { - list-style-image : url("chrome://editor/skin/images/left.gif"); - } - -#text-align-left[disabled="true"], -#text-align-left[disabled="true"]:hover, -#text-align-left[disabled="true"]:hover:active, -#align-left-button[disabled="true"], -#align-left-button[disabled="true"]:hover, -#align-left-button[disabled="true"]:hover:active, - { - list-style-image : url("chrome://editor/skin/images/left-disabled.gif"); - } - -#text-align-center, -#align-center-button - { - list-style-image : url("chrome://editor/skin/images/center.gif"); - } - -#text-align-center[disabled="true"], -#text-align-center[disabled="true"]:hover, -#text-align-center[disabled="true"]:hover:active, -#align-center-button[disabled="true"], -#align-center-button[disabled="true"]:hover, -#align-center-button[disabled="true"]:hover:active - { - list-style-image : url("chrome://editor/skin/images/center-disabled.gif"); - } - -#text-align-right, -#align-right-button - { - list-style-image : url("chrome://editor/skin/images/right.gif"); - } - -#text-align-right[disabled="true"], -#text-align-right[disabled="true"]:hover, -#text-align-right[disabled="true"]:hover:active -#align-right-button[disabled="true"], -#align-right-button[disabled="true"]:hover, -#align-right-button[disabled="true"]:hover:active - { - list-style-image : url("chrome://editor/skin/images/right-disabled.gif"); - } - -#text-align-justify, #align-justify-button - { - list-style-image : url("chrome://editor/skin/images/justify.gif"); - } - -#text-align-justify[disabled="true"], -#text-align-justify[disabled="true"]:hover, -#text-align-justify[disabled="true"]:hover:active -#align-justify-button[disabled="true"], -#align-justify-button[disabled="true"]:hover, -#align-justify-button[disabled="true"]:hover:active - { - list-style-image : url("chrome://editor/skin/images/justify-disabled.gif"); - } - -.ColorPickerLabel { - border: 1px inset white; - margin: 0px; - padding: 2px; - -moz-box-pack: center; -} - -/* TODO: How to make inset color skinable? */ -.color-button { - border: 1px inset #CCD0DD; - padding: 0px; - width: 19px; - height: 19px; - margin: 1px; -} - -.color-button:hover { - border: 1px solid #666699; -} - -#TextColorPopupButton { - margin: 2px 9px 9px 2px; - /* TEMP: Set color here. TODO: Set color from page */ - background-color: #AA0000; -} - -#BackColorPopupButton { - margin: 9px 2px 2px 9px; - /* TEMP: Set color here. TODO: Set color from page */ - background-color: #FFFF00; -} diff --git a/EarlyBlue/editor/skin/editorFormatToolbar.css b/EarlyBlue/editor/skin/editorFormatToolbar.css new file mode 100755 index 00000000..16ab23cd --- /dev/null +++ b/EarlyBlue/editor/skin/editorFormatToolbar.css @@ -0,0 +1,251 @@ +/* + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ + * + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. + * + * The Original Code is Mozilla Communicator client code, released + * March 31, 1998. + * + * The Initial Developer of the Original Code is Netscape + * Communications Corporation. Portions created by Netscape are + * Copyright (C) 1998-1999 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): + */ + +#FormatToolbar { + border-bottom: 1px solid #9999CC; +} + +#boldButton { + list-style-image:url(chrome://editor/skin/images/bold.gif); +} + +#smileButtonMenu { + list-style-image:url("chrome://editor/skin/images/smile.gif"); +} + +#smileButtonMenu[disabled="true"] { + list-style-image:url("chrome://editor/skin/images/smile_disabled.gif"); +} + +.insert-smile > .menu-iconic-left { + list-style-image:url(chrome://editor/skin/images/smile_n.gif); +} + +.insert-tongue > .menu-iconic-left { + list-style-image:url(chrome://editor/skin/images/tongue_n.gif); +} + +.insert-frown > .menu-iconic-left { + list-style-image:url(chrome://editor/skin/images/frown_n.gif); + } + +.insert-wink > .menu-iconic-left { + list-style-image:url(chrome://editor/skin/images/wink_n.gif); + } + +.insert-laughing > .menu-iconic-left { + list-style-image:url(chrome://editor/skin/images/laughing_n.gif); + } + +.insert-embarrassed > .menu-iconic-left { + list-style-image:url(chrome://editor/skin/images/embarrassed_n.gif); + } + + +.insert-undecided > .menu-iconic-left { + list-style-image:url(chrome://editor/skin/images/undecided_n.gif); +} + +.smiley > .menu-iconic-left { + + margin-right: 15px; +} + + +#italicButton { + list-style-image:url(chrome://editor/skin/images/italic.gif); +} + +#underlineButton { + list-style-image:url(chrome://editor/skin/images/underline.gif); +} + +#DecreaseFontSizeButton { + list-style-image:url("chrome://editor/skin/images/dec-font-size.gif"); +} + +#IncreaseFontSizeButton { + list-style-image:url("chrome://editor/skin/images/inc-font-size.gif"); +} + +#ulButton { + list-style-image:url("chrome://editor/skin/images/bullets.gif"); +} +#olButton { + list-style-image:url("chrome://editor/skin/images/numbers.gif"); +} +#outdentButton { + list-style-image:url("chrome://editor/skin/images/outdent.gif"); +} +#outdentButton[disabled="true"] { + list-style-image:url("chrome://editor/skin/images/outdent_dis.gif"); +} + +#indentButton { + list-style-image:url("chrome://editor/skin/images/indent.gif"); +} + +#AlignPopupButton { + list-style-image:url("chrome://editor/skin/images/align.gif"); +} + +#AlignPopupButton > .button-internal-box { + border:1px solid transparent; +} +#AlignPopupButton:hover > .button-internal-box { + border:1px outset #CCD0DD; +} +#AlignPopupButton:active > .button-internal-box, +#AlignPopupButton[open="true"] > .button-internal-box { + border:1px inset #CCD0DD; +} + +#InsertPopupButton { + list-style-image:url("chrome://editor/skin/images/object-popup.gif"); +} + +#text-align-left, +#align-left-button + { + list-style-image : url("chrome://editor/skin/images/left.gif"); + } + +#text-align-left[disabled="true"], +#text-align-left[disabled="true"]:hover, +#text-align-left[disabled="true"]:hover:active, +#align-left-button[disabled="true"], +#align-left-button[disabled="true"]:hover, +#align-left-button[disabled="true"]:hover:active, + { + list-style-image : url("chrome://editor/skin/images/left-disabled.gif"); + } + +#text-align-center, +#align-center-button + { + list-style-image : url("chrome://editor/skin/images/center.gif"); + } + +#text-align-center[disabled="true"], +#text-align-center[disabled="true"]:hover, +#text-align-center[disabled="true"]:hover:active, +#align-center-button[disabled="true"], +#align-center-button[disabled="true"]:hover, +#align-center-button[disabled="true"]:hover:active + { + list-style-image : url("chrome://editor/skin/images/center-disabled.gif"); + } + +#text-align-right, +#align-right-button + { + list-style-image : url("chrome://editor/skin/images/right.gif"); + } + +#text-align-right[disabled="true"], +#text-align-right[disabled="true"]:hover, +#text-align-right[disabled="true"]:hover:active +#align-right-button[disabled="true"], +#align-right-button[disabled="true"]:hover, +#align-right-button[disabled="true"]:hover:active + { + list-style-image : url("chrome://editor/skin/images/right-disabled.gif"); + } + +#text-align-justify, #align-justify-button + { + list-style-image : url("chrome://editor/skin/images/justify.gif"); + } + +#text-align-justify[disabled="true"], +#text-align-justify[disabled="true"]:hover, +#text-align-justify[disabled="true"]:hover:active +#align-justify-button[disabled="true"], +#align-justify-button[disabled="true"]:hover, +#align-justify-button[disabled="true"]:hover:active + { + list-style-image : url("chrome://editor/skin/images/justify-disabled.gif"); + } + +.ColorPickerLabel { + border: 1px inset white; + margin: 0px; + padding: 2px; + -moz-box-pack: center; +} + +/* TODO: How to make inset color skinable? */ +.color-button { + border: 1px inset #CCD0DD; + padding: 0px; + width: 19px; + height: 19px; + margin: 1px; +} + +.color-button:hover { + border: 1px solid #666699; +} + +#TextColorPopupButton { + margin: 2px 9px 9px 2px; +} + +#BackColorPopupButton { + margin: 9px 2px 2px 9px; +} + + + +#FormatToolbar > button, +#FormatToolbar > button:hover, +#FormatToolbar > button:active, +#FormatToolbar > button[disabled="true"] { + margin: 0px 3px 0px 0px; + border: none; + min-width: 23px; + min-height: 23px; +} +#FormatToolbar > button > .button-internal-box { + margin: 0px; + padding: 1px; + border: 1px solid transparent; + -moz-box-pack: center; +} +#FormatToolbar > button:hover > .button-internal-box { + border: 1px outset #CCD0DD; +} +#FormatToolbar > button:active > .button-internal-box { + padding: 2px 0px 0px 2px; + border: 1px inset #CCD0DD; +} +#FormatToolbar > button[disabled="true"] > .button-internal-box { + border: 1px solid transparent; +} + +#FormatToolbar > button > .button-internal-box > .button-text-container + { + display : none; + } + + + diff --git a/EarlyBlue/editor/skin/editorModeToolbar.css b/EarlyBlue/editor/skin/editorModeToolbar.css new file mode 100755 index 00000000..bc86e2a3 --- /dev/null +++ b/EarlyBlue/editor/skin/editorModeToolbar.css @@ -0,0 +1,96 @@ +/* + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ + * + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. + * + * The Original Code is Mozilla Communicator client code, released + * March 31, 1998. + * + * The Initial Developer of the Original Code is Netscape + * Communications Corporation. Portions created by Netscape are + * Copyright (C) 1998-1999 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): + */ + +#EditModeToolbar { + padding: 0px; + /* Same as "standard" toolbar background */ + border-top: 1px solid #9999CC; + border-bottom: none; + margin-bottom: 0px; + min-width: 1px; + color: #000000; + background-color: #CCD0DD; + overflow: hidden; +} +/* +#EditModeToolbar > toolbargrippy { + height: 100%; +} +*/ +/* BORDERS ARE NOT WORKING! global class="plain" is fighting us! */ +/* !important in for now as a workaround to above problem! */ +button.edit-mode:hover, button.edit-mode:hover:active, +button.edit-mode { + -moz-border-radius: 0px 0px 7px 7px; + padding: 0px 4px 1px 4px; + margin: 0px; + color: #CCD0DD; + background-color: #666699; + border-top: 1px solid #666699 !important; /* Must be same as background */ + border-bottom: 1px solid #9999CC !important; + border-left: 1px solid #9999CC !important; + border-right: 1px solid #9999CC !important; +} + +button.edit-mode > .button-internal-box, +button.edit-mode:hover > .button-internal-box, +button.edit-mode:hover:active > .button-internal-box { + border: none; +} + +button.edit-mode:hover { + border: 1px solid #3366FF !important; +} + +button.edit-mode:hover:active { + padding: 1px 5px 0px 3px; + border: 1px solid #99CCFF !important; +} + +button.edit-mode[selected="1"] { + padding: 0px 4px 1px 4px; + margin: -1px 0px 0px 0px; +/* Not resizing well! - use color instead + font-weight: bold; +*/ + background-color: #FFFFFF; + color: #000000; +} + +button.edit-mode[selected="1"]:active, +button.edit-mode[selected="1"]:hover:active { + padding: 1px 5px 0px 3px; +} + +#NormalModeButton[type="image"] { + list-style-image:url(chrome://editor/skin/images/editmode-normal.gif); +} + +#TagModeButton[type="image"] { + list-style-image:url(chrome://editor/skin/images/editmode-tags.gif); +} +#SourceModeButton[type="image"] { + list-style-image:url(chrome://editor/skin/images/editmode-html.gif); +} +#PreviewModeButton[type="image"] { + list-style-image:url(chrome://editor/skin/images/editmode-preview.gif); +} diff --git a/EarlyBlue/editor/skin/editorPrimaryToolbar.css b/EarlyBlue/editor/skin/editorPrimaryToolbar.css new file mode 100755 index 00000000..21ef61e9 --- /dev/null +++ b/EarlyBlue/editor/skin/editorPrimaryToolbar.css @@ -0,0 +1,155 @@ +/* + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ + * + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. + * + * The Original Code is Mozilla Communicator client code, released + * March 31, 1998. + * + * The Initial Developer of the Original Code is Netscape + * Communications Corporation. Portions created by Netscape are + * Copyright (C) 1998-1999 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): + */ + +/* This contains CSS just for editor toolbars */ + +#EditorToolbox { + min-width: 1px; +} + +.separator_small { + width: 1em; +} + +.margin-left-right { + margin-left: 3px; + margin-right: 3px; +} + +.toolbar, .key-toolbar { + margin-right: 2px; +} + +.inset-border { + border: 1px inset CCCCDD; +} + +/* THIS DOESN'T WORK ON ! */ +.center { + text-align: center; +} + + + +#newButton { + list-style-image:url("chrome://editor/skin/images/newfile.gif"); +} +#newButton[disabled="true"] { + list-style-image:url("chrome://editor/skin/images/newfile_dis.gif"); +} + +#openButton { + list-style-image:url("chrome://editor/skin/images/openfile.gif"); +} +#openButton[disabled="true"] { + list-style-image:url("chrome://editor/skin/images/openfile_dis.gif"); +} + +#saveButton { + list-style-image:url("chrome://editor/skin/images/savefile.gif"); +} +#saveButton[disabled="true"] { + list-style-image:url("chrome://editor/skin/images/savefile_dis.gif"); +} +#saveButton[dirty="true"] { + list-style-image:url(chrome://editor/skin/images/savemod.gif); +} + +#publishButton { + list-style-image:url("chrome://editor/skin/images/publish.gif"); +} + +#previewButton { + list-style-image:url("chrome://editor/skin/images/preview.gif"); +} +#previewButton[disabled="true"] { + list-style-image:url("chrome://editor/skin/images/preview_dis.gif"); +} + +#printButton + { + list-style-image : url("chrome://editor/skin/images/print.gif"); + } +#printButton[disabled="true"] { + list-style-image:url("chrome://editor/skin/images/print_dis.gif"); +} + +#findButton { + list-style-image:url("chrome://editor/skin/images/find.gif"); +} +#findButton[disabled="true"] { + list-style-image:url("chrome://editor/skin/images/find_dis.gif"); +} + +#linkButton { + list-style-image:url("chrome://editor/skin/images/link.gif"); +} +#linkButton[disabled="true"] { + list-style-image:url("chrome://editor/skin/images/link_dis.gif"); +} + +#imageButton { + list-style-image:url("chrome://editor/skin/images/image.gif"); +} +#imageButton[disabled="true"] { + list-style-image:url("chrome://editor/skin/images/image_dis.gif"); +} + +#namedAnchorButton { + list-style-image:url("chrome://editor/skin/images/anchor.gif"); +} +#namedAnchorButton[disabled="true"] { + list-style-image:url("chrome://editor/skin/images/anchor_dis.gif"); +} + +#hlineButton { + list-style-image:url("chrome://editor/skin/images/hline.gif"); +} +#hlineButton[disabled="true"] { + list-style-image:url("chrome://editor/skin/images/hline_dis.gif"); +} + +#tableButton { + list-style-image:url("chrome://editor/skin/images/table.gif"); +} +#tableButton[disabled="true"] { + list-style-image:url("chrome://editor/skin/images/table_dis.gif"); +} + +#linkButton-dark { + list-style-image:url("chrome://editor/skin/images/link.gif"); +} +#imageButton-dark { + list-style-image:url("chrome://editor/skin/images/image.gif"); +} +#namedAnchorButton-dark { + list-style-image:url("chrome://editor/skin/images/anchor.gif"); +} +#hlineButton-dark { + list-style-image:url("chrome://editor/skin/images/hline.gif"); +} +#tableButton-dark { + list-style-image:url("chrome://editor/skin/images/table.gif"); +} +#spellingButton { + list-style-image:url("chrome://editor/skin/images/spell.gif"); +} diff --git a/EarlyBlue/messenger/skin/messengercompose/spelling_dis.gif b/EarlyBlue/editor/skin/images/spell-disabled.gif similarity index 100% rename from EarlyBlue/messenger/skin/messengercompose/spelling_dis.gif rename to EarlyBlue/editor/skin/images/spell-disabled.gif diff --git a/EarlyBlue/editor/skin/images/spell.gif b/EarlyBlue/editor/skin/images/spell.gif index 654f9cebc852db840e7dd6935f91f31c2136d8ac..9b9127663f21ecdb8549b35410afc5f40d792b9e 100755 GIT binary patch literal 159 zcmZ?wbhEHblw=TP*v!C?oP6%Ufdl`E28usf7#SEC8FUzc0AvOOi;uwx&((W{UYs>u zcR;-2kw)9Y%E~!h%Y^szX?mU%yLD{E?z@K5IcErdYC9o$;)qdN!4B268r@9U!AfrF Ylk?iIrSSdv+p>3c->>kjXe9<~0M)%$#sB~S literal 132 zcmZ?wbhEHb6krfw*v!C?oP6%sv19*<28usf7#SEC8FUzc0AvOOi=hFF!_vKCC%S%L vi*qZy%Q0zs<)YwJzj*GdS9g-~vyNBD-BT7kd6e@|gX=V}9Y1R=1R1OW`Xos( diff --git a/EarlyBlue/messenger/skin/AccountManager.css b/EarlyBlue/messenger/skin/AccountManager.css deleted file mode 100755 index 1712d3f7..00000000 --- a/EarlyBlue/messenger/skin/AccountManager.css +++ /dev/null @@ -1,5 +0,0 @@ - -div.pageTitle { - font: bolder large; -} - diff --git a/EarlyBlue/messenger/skin/msgAccountCentral.css b/EarlyBlue/messenger/skin/accountCentral.css old mode 100644 new mode 100755 similarity index 80% rename from EarlyBlue/messenger/skin/msgAccountCentral.css rename to EarlyBlue/messenger/skin/accountCentral.css index 6bb43df9..e514b181 --- a/EarlyBlue/messenger/skin/msgAccountCentral.css +++ b/EarlyBlue/messenger/skin/accountCentral.css @@ -1,24 +1,30 @@ -/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- +/* * The contents of this file are subject to the Netscape Public * License Version 1.1 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of * the License at http://www.mozilla.org/NPL/ - * + * * Software distributed under the License is distributed on an "AS * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. - * + * * The Original Code is Mozilla Communicator client code, released * March 31, 1998. - * + * * The Initial Developer of the Original Code is Netscape * Communications Corporation. Portions created by Netscape are * Copyright (C) 1998-1999 Netscape Communications Corporation. All * Rights Reserved. */ -@import url(chrome://communicator/skin/); +/* ===== 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 { diff --git a/EarlyBlue/messenger/skin/accountManager.css b/EarlyBlue/messenger/skin/accountManager.css new file mode 100755 index 00000000..30ed05a8 --- /dev/null +++ b/EarlyBlue/messenger/skin/accountManager.css @@ -0,0 +1,38 @@ +/* + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ + * + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. + * + * The Original Code is Mozilla Communicator client code, released + * March 31, 1998. + * + * The Initial Developer of the Original Code is Netscape + * Communications Corporation. Portions created by Netscape are + * Copyright (C) 1998-1999 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): + * + */ + +/* ===== accountManager.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; +} + + diff --git a/EarlyBlue/messenger/skin/accountWizard.css b/EarlyBlue/messenger/skin/accountWizard.css new file mode 100755 index 00000000..72d2bec4 --- /dev/null +++ b/EarlyBlue/messenger/skin/accountWizard.css @@ -0,0 +1,38 @@ +/* + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ + * + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. + * + * The Original Code is Mozilla Communicator client code, released + * March 31, 1998. + * + * The Initial Developer of the Original Code is Netscape + * Communications Corporation. Portions created by Netscape are + * Copyright (C) 1998-1999 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): + * + */ + +/* ===== accountWizard.css ============================================== + == Styles for the Mail Account Wizard. + ======================================================================= */ + +@import url("chrome://messenger/skin/"); +@import url("chrome://global/skin/wizardOverlay.css"); + +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); + +/* ::::: account wizard :::::: */ + +.awIdentityLabel { + width: 8em; + margin-left: 5px; +} diff --git a/EarlyBlue/messenger/skin/addressbook/addressbook.css b/EarlyBlue/messenger/skin/addressbook/addressbook.css index d91cd968..2ae33e0c 100755 --- a/EarlyBlue/messenger/skin/addressbook/addressbook.css +++ b/EarlyBlue/messenger/skin/addressbook/addressbook.css @@ -1,146 +1,39 @@ /* -The contents of this file are subject to the Netscape Public -License Version 1.1 (the "License"); you may not use this file -except in compliance with the License. You may obtain a copy of -the License at http://www.mozilla.org/NPL/ - -Software distributed under the License is distributed on an "AS -IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or -implied. See the License for the specific language governing -rights and limitations under the License. - -The Original Code is Mozilla Communicator client code, released -March 31, 1998. - -The Initial Developer of the Original Code is Netscape -Communications Corporation. Portions created by Netscape are - Copyright (C) 1998-1999 Netscape Communications Corporation. All -Rights Reserved. -*/ + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ + * + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. + * + * The Original Code is Mozilla Communicator client code, released + * March 31, 1998. + * + * The Initial Developer of the Original Code is Netscape + * Communications Corporation. Portions created by Netscape are + * Copyright (C) 1998-2001 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): + * Joe Hewitt (hewitt@netscape.com) + */ + +/* ===== addressbook.css ================================================ + == Styles for the main Address Book window. + ======================================================================= */ @import url(chrome://communicator/skin/); -@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to HTML */ -@namespace html url("http://www.w3.org/1999/xhtml"); /* namespace for XUL elements */ - -/* CardView styles - used in the Card View Pane*/ - -#CardViewBox { -/* overflow: auto;*/ - background-color: #CCD0DD; - min-width: 150px; - user-focus: ignore; -} - -#CardViewInnerBox { - margin-top: 2px; - margin-bottom: 2px; - padding-left: 8px; - padding-right: 8px; -} - -#CardTitle { - font-size: 150%; - font-weight: bold; - border-bottom: 2px solid black; - min-width: 120px; - margin: 0px; -} - -.cardViewGroup { - margin-top: 8px; - padding-bottom: 5px; - min-width: 50px; -} - -[class="CardViewHeading"] { - padding: 1px; - padding-left: 5px; - margin: 0px 0px 1px 0px; - background-color: #9999CC; - color: white; - font-weight: bold; - min-width: 30px; -} - -[class="CardViewText"] { - padding-left: 20px; - padding-right: 2px; - min-width: 30px; - margin: 0px; -} - -html|a[class="CardViewText"] { - padding-left: 20px; - padding-right: 2px; - min-width: 30px; -} - -html|p { - border: none !important; -} - -[hide] { - visibility: collapse; -} - -/* CardEdit styles - used in the Card Edit Dialog */ +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); -[class="CardEditWidth"] { - width: 25em; -} - -[class="CardEditLabel"] { - padding: 0px; - margin-top: 3px; -} - -[class="alignBoxWithFieldset"] { - margin-left: 6px; - margin-right: 5px; -} - -.stateZipSpacer { width: 3em; } - - -/* Custom Trees */ - -tree { - border-left: 1px solid transparent; -} +/* ::::: addressbook image precaching ::::: */ +#resource_bundle_addressbook { + -moz-binding: url("chrome://messenger/skin/addressbook/resources.xml#resource_bundle_addressbook"); -#headRow > treecell { - background-color: #CCD0DD; - border: 1px outset #CCD0DD; -} - -treeitem[selected="true"] > treerow { -/* color: black; - background-color: #CCD0DD; */ -} - -tree[class="abDirectory"] treeitem > treerow > treecell > .tree-cell-primary-icon { - list-style-image: url("chrome://messenger/skin/addressbook/myaddrbk.gif"); -} - -tree[class="abResults"] treeitem > treerow > treecell.cardicon { - list-style-image: url("chrome://messenger/skin/addressbook/person.gif"); - height: 14px; - min-height: 14px; -} - -treeitem[empty="true"] > treerow > treecell > .tree-cell-twisty { - list-style-image: none !important; - padding-left: 12px; -} - -/* Address Book specific style */ - -#results_box { - border-left: 8px solid #CCD0DD; -} - -/* Toolbar buttons */ +/* ::::: primary toolbar buttons ::::: */ #button-newcard { list-style-image:url("chrome://messenger/skin/addressbook/newcard.gif"); @@ -182,39 +75,67 @@ treeitem[empty="true"] > treerow > treecell > .tree-cell-twisty { list-style-image:url("chrome://messenger/skin/addressbook/trash_dis.gif") !important; } -#searchlabel { - padding: 0px; - padding-left: 5px; - padding-bottom:2px; - white-space: nowrap; - font-size: smaller; - min-width: 20px; + +/* CardView styles - used in the Card View Pane*/ + +#CardViewBox { +/* overflow: auto;*/ + background-color: #CCD0DD; + min-width: 150px; + user-focus: ignore; } -#searchtext { - min-width: 20px; - padding: 0px; +#CardViewInnerBox { + margin-top: 2px; + margin-bottom: 2px; + padding-left: 8px; + padding-right: 8px; } -/* ==FOR abSelectAddressesDialog.xul =======*/ +#CardTitle { + font-size: 150%; + font-weight: bold; + border-bottom: 2px solid black; + min-width: 120px; + margin: 0px; +} + +.cardViewGroup { + margin-top: 8px; + padding-bottom: 5px; + min-width: 50px; +} -#3PaneBox { +.CardViewHeading { + padding: 1px; + padding-left: 5px; + margin: 0px 0px 1px 0px; + background-color: #9999CC; + color: white; + font-weight: bold; + min-width: 30px; } -#dirTreeBox { - width : 180px; - height : 100%; -/* background-color : window; */ - border : none; +.CardViewText { + padding-left: 20px; + padding-right: 2px; + min-width: 30px; + margin: 0px; } -/* -note- #dirTree#resultsTree is shared with addressbook.xul */ +html|a { + padding-left: 0px; + padding-right: 2px; + border: 0px !important; +} -#sidebar-box { - border: none; +html|p { + border: none !important; } -tree > treehead > treerow { +/* ::::: border adjustments ::::: */ + +#sidebar-box { border: none; } @@ -224,7 +145,7 @@ tree > treehead > treerow { } #dirTreeBox { - border : none; + border : none; } #dirTree[type="dialog"] { @@ -234,55 +155,3 @@ tree > treehead > treerow { border-top : none; border-bottom : none; } - -#results-bucket-tree-box { -} - -#resultsTreeBox { - background-color: window; -} - -#vertical-splitter { - min-width : 4px; -} - -#addToBucketButtonBox { // Row of "To" "CC" and "Bcc" buttons - padding : 0.3em; - min-width : 10px; - border-top: 1px solid ThreeDHighlight; -} - -#bucketBox { - height : 170px; -} - -#addressBucket { - height : 100px; - min-width : 10px; -} - -#rightColumnButtonBox { // Column with "New", "Edit" and "Remove" buttons - padding : .5em; - padding-right : 0px; -} - -.3rd-column-spring { // Vertical Springs between 3rd column buttons - height : 10px; -} - -.middle-button-spring { // Springs between To, CC, and BCC buttons - width : 10px; -} - -#bucket-splitter { - border: none; - min-height: 4px; -} - -#sidebar-panels-splitter { - border-top : none; -} - - - - diff --git a/EarlyBlue/messenger/skin/dialogs.css b/EarlyBlue/messenger/skin/dialogs.css new file mode 100755 index 00000000..7cd2606e --- /dev/null +++ b/EarlyBlue/messenger/skin/dialogs.css @@ -0,0 +1,55 @@ +/* + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ + * + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. + * + * The Original Code is Mozilla Communicator client code, released + * March 31, 1998. + * + * The Initial Developer of the Original Code is Netscape + * Communications Corporation. Portions created by Netscape are + * Copyright (C) 1998-1999 Netscape Communications Corporation. All + * Rights Reserved. + */ + +/* ===== dialogs.css ==================================================== + == Styles used by the general dialogs in Messenger. + ======================================================================= */ + +@import url("chrome://messenger/skin/"); + +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); + +/* ::::: button-like menus ::::: */ + +menu.push { + border: 1px outset #CCD0DD; + padding: 2px; + margin: 2px; + background-color: inherit; + background-image: inherit; +} + +menu.push:hover:active, +menu.push[open], +menu.push[toggled="1"] { + border-style: inset; + padding: 3px 1px 1px 3px; +} + +menu.push[toggled="2"] { + background-color: #DDDDDD; + border: 1px solid #666699; +} + +menu.push[disabled="true"], +menu.push[disabled="true"]:hover, +menu.push[disabled="true"]:hover:active { + color: #999999; +} diff --git a/EarlyBlue/messenger/skin/importDialog.css b/EarlyBlue/messenger/skin/filterDialog.css similarity index 52% rename from EarlyBlue/messenger/skin/importDialog.css rename to EarlyBlue/messenger/skin/filterDialog.css index d14db834..269d71ee 100755 --- a/EarlyBlue/messenger/skin/importDialog.css +++ b/EarlyBlue/messenger/skin/filterDialog.css @@ -1,61 +1,38 @@ -/* - * The contents of this file are subject to the Netscape Public - * License Version 1.1 (the "License"); you may not use this file - * except in compliance with the License. You may obtain a copy of - * the License at http://www.mozilla.org/NPL/ - * - * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or - * implied. See the License for the specific language governing - * rights and limitations under the License. - * - * The Original Code is Mozilla Communicator client code, released - * March 31, 1998. - * - * The Initial Developer of the Original Code is Netscape - * Communications Corporation. Portions created by Netscape are - * Copyright (C) 1998-1999 Netscape Communications Corporation. All - * Rights Reserved. - * - * Contributor(s): - * - */ - -@import url(chrome://communicator/skin/); - -@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to HTML */ -@namespace html url("http://www.w3.org/1999/xhtml"); /* namespace for XUL elements */ - -#import-type-radio-box { - padding-top: 1em; -} - -#import-module-list-box { - padding: 1em 3em 2em 3em; -} - -#import-module-tree-box { - height: 8em; - width: 20em; - border: 1px inset white; - margin-top: .5em; -} - -#description { - margin: 1.5em 0px 0px 0px; - padding: 0px 2px 0px 2px; - height: 4em; - width: 20em; - background-color:white; - border:1px inset white; -} - -#progressStatus { - margin: 1em 0px 0px 0px; -} - -#progressMeter { - margin: 1em 2em 2em 1em; - width: 26em; -} - +/* + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ + * + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. + * + * The Original Code is Mozilla Communicator client code, released + * March 31, 1998. + * + * The Initial Developer of the Original Code is Netscape + * Communications Corporation. Portions created by Netscape are + * Copyright (C) 1998-1999 Netscape Communications Corporation. All + * Rights Reserved. + */ + +/* ===== 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 :::::: */ + +.enabledcol { + list-style-image: url("chrome://messenger/skin/dot.gif"); +} + +.enabledcol[Enabled="true"] { + list-style-image: url("chrome://messenger/skin/check.gif"); +} + diff --git a/EarlyBlue/messenger/skin/folderMenus.css b/EarlyBlue/messenger/skin/folderMenus.css new file mode 100755 index 00000000..daef16da --- /dev/null +++ b/EarlyBlue/messenger/skin/folderMenus.css @@ -0,0 +1,99 @@ +/* + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ + * + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. + * + * The Original Code is Mozilla Communicator client code, released + * March 31, 1998. + * + * The Initial Developer of the Original Code is Netscape + * Communications Corporation. Portions created by Netscape are + * Copyright (C) 1998-1999 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): + * + */ + +/* ===== folderMenus.css ================================================ + == Icons for menus which represent mail folder. + ======================================================================= */ + +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); + +/* ::::: folder icons for menus ::::: */ + +.folderMenuItem + { + list-style-image : url("chrome://messenger/skin/folder-closed.gif"); + } + +.folderMenuItem[open="true"] + { + list-style-image : url("chrome://messenger/skin/folder-open.gif"); + } + +/* special folder */ +.folderMenuItem[SpecialFolder="Inbox"] { + list-style-image: url("chrome://messenger/skin/folder-inbox.gif"); +} + +.folderMenuItem[SpecialFolder="Inbox"][open="true"] +{ + list-style-image: url("chrome://messenger/skin/folder-inbox.gif"); +} + +.folderMenuItem[SpecialFolder="Trash"] { + list-style-image: url("chrome://messenger/skin/folder-trash.gif"); +} + +.folderMenuItem[SpecialFolder="Trash"][open="true"] { + list-style-image: url("chrome://messenger/skin/folder-trash.gif"); +} + +.folderMenuItem[IsServer="true"] +{ + list-style-image: url("chrome://messenger/skin/server-mail.gif"); +} + +.folderMenuItem[IsServer="true"][open="true"] +{ + list-style-image: url("chrome://messenger/skin/server-mail.gif"); +} + +/* IMAP folders */ + +.folderMenuItem[IsServer="true"][ServerType="imap"][IsSecure="true"] { + list-style-image: url("chrome://messenger/skin/server-remote-lock.gif"); +} + +/* POP3 folders */ +.folderMenuItem[IsServer="true"][ServerType="pop3"][IsSecure="true"] + { + list-style-image: url("chrome://messenger/skin/server-remote-lock.gif"); + } + +/* Local Servers */ +.folderMenuItem[IsServer="true"][ServerType="none"] +{ + list-style-image: url("chrome://messenger/skin/server-local.gif"); +} + +/* News folders */ +.folderMenuItem[ServerType="nntp"] { + list-style-image: url("chrome://messenger/skin/folder-newsgroup.gif"); +} + +.folderMenuItem[IsServer="true"][ServerType="nntp"][IsSecure="true"] { + list-style-image: url("chrome://messenger/skin/server-news-lock.gif"); +} + +.folderMenuItem[IsServer="true"][ServerType="nntp"] { + list-style-image: url("chrome://messenger/skin/server-news.gif"); +} diff --git a/EarlyBlue/messenger/skin/folderPane.css b/EarlyBlue/messenger/skin/folderPane.css index 5d170ef3..cf5af879 100755 --- a/EarlyBlue/messenger/skin/folderPane.css +++ b/EarlyBlue/messenger/skin/folderPane.css @@ -1,140 +1,176 @@ -/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 4 -*- - * The contents of this file are subject to the Netscape Public - * License Version 1.1 (the "License"); you may not use this file - * except in compliance with the License. You may obtain a copy of - * the License at http://www.mozilla.org/NPL/ - * - * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or - * implied. See the License for the specific language governing - * rights and limitations under the License. - * - * The Original Code is Mozilla Communicator client code, released - * March 31, 1998. - * - * The Initial Developer of the Original Code is Netscape - * Communications Corporation. Portions created by Netscape are - * Copyright (C) 1998-1999 Netscape Communications Corporation. All - * Rights Reserved. - */ - -/* basic mail folders */ -.tree-cell-folderpane-icon -{ - list-style-image: url("chrome://messenger/skin/folder-closed.gif"); -} - -treeitem.folderTreeItem[open="true"] > treerow > .tree-cell-folderpane-icon -{ - list-style-image: url("chrome://messenger/skin/folder-open.gif"); -} - -/* special folder */ -.tree-cell-folderpane-icon[SpecialFolder="Inbox"] -{ - list-style-image: url("chrome://messenger/skin/folder-inbox.gif"); -} - -.tree-cell-folderpane-icon[SpecialFolder="Trash"] -{ - list-style-image: url("chrome://messenger/skin/folder-trash.gif"); -} - -.tree-cell-folderpane-icon[BiffState="NewMail"][IsServer="true"] -{ - list-style-image: url("chrome://messenger/skin/folder-new-closed.gif"); -} - -treeitem[open="true"] > treerow > .tree-cell-folderpane-icon[BiffState="NewMail"][IsServer="true"] -{ - list-style-image: url("chrome://messenger/skin/folder-new-open.gif"); -} - -.tree-cell-folderpane-icon[IsServer="true"] -{ - list-style-image: url("chrome://messenger/skin/server-mail.gif"); -} - - -/* differentiate new messages on inbox/folders from biff on the server */ -.tree-cell-folderpane-icon[NewMessages="true"] -{ - list-style-image: url("chrome://messenger/skin/folder-new-closed.gif"); - font-weight: bold; -} - -.tree-cell-folderpane-icon[SpecialFolder="Inbox"][NewMessages="true"] -{ - list-style-image: url("chrome://messenger/skin/folder-inbox-new.gif"); - font-weight: bold; -} - -treeitem[open="true"] > treerow > .tree-cell-folderpane-icon[NewMessages="true"] -{ - list-style-image: url("chrome://messenger/skin/folder-new-open.gif"); - font-weight: bold; -} - - -/* IMAP folders */ - -.tree-cell-folderpane-icon[IsServer="true"][ServerType="imap"][IsSecure="true"] -{ - list-style-image: url("chrome://messenger/skin/server-remote-lock.gif"); -} - -.tree-cell-folderpane-icon[IsServer="true"][ServerType="imap"] -{ - list-style-image: url("chrome://messenger/skin/server-remote.gif"); -} - -/* Local servers */ -.tree-cell-folderpane-icon[IsServer="true"][ServerType="none"] -{ - list-style-image: url("chrome://messenger/skin/server-local.gif"); -} - - -/* News folders */ -.tree-cell-folderpane-icon[ServerType="nntp"] -{ - list-style-image: url("chrome://messenger/skin/folder-newsgroup.gif"); -} - -.tree-cell-folderpane-icon[IsServer="true"][ServerType="nntp"][IsSecure="true"] -{ - list-style-image: url("chrome://messenger/skin/server-news-lock.gif"); -} - -.tree-cell-folderpane-icon[IsServer="true"][ServerType="nntp"] -{ - list-style-image: url("chrome://messenger/skin/server-news.gif"); -} - - -/*All Servers*/ -.tree-folder-row[IsServer="true"] -{ - font-weight: bold; -} - -.tree-folder-row[HasUnreadMessages="true"] -{ - font-weight: bold; -} - -.tree-folder-row[NoSelect="true"] -{ - color: gray; - font-style: italic; -} - -#folder-panel { - min-width: 10px; -} - -treeitem[empty="true"] > treerow > treecell > .tree-cell-twisty { - - list-style-image: none !important; - -} +/* + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ + * + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. + * + * The Original Code is Mozilla Communicator client code, released + * March 31, 1998. + * + * The Initial Developer of the Original Code is Netscape + * Communications Corporation. Portions created by Netscape are + * Copyright (C) 1998-1999 Netscape Communications Corporation. All + * Rights Reserved. + */ + +/* ===== 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 ::::: */ + +outlinerbody:-moz-outliner-image(folderNameCol) { + padding-right: 2px; + list-style-image: url("chrome://messenger/skin/folder-closed.gif"); +} + +outlinerbody:-moz-outliner-image(folderNameCol, newMessages-true) { + padding-right: 2px; + list-style-image: url("chrome://messenger/skin/folder-new-closed.gif"); +} + +/* ..... Inbox ..... */ + +outlinerbody:-moz-outliner-image(folderNameCol, specialFolder-Inbox) { + padding-right: 2px; + list-style-image: url("chrome://messenger/skin/folder-inbox.gif"); +} + +outlinerbody:-moz-outliner-image(folderNameCol, specialFolder-Inbox, newMessages-true) { + padding-right: 2px; + list-style-image: url("chrome://messenger/skin/folder-inbox-new.gif"); +} + + +/* ..... Sent ..... */ + +outlinerbody:-moz-outliner-image(folderNameCol, specialFolder-Sent) { + padding-right: 2px; + list-style-image: url("chrome://messenger/skin/folder-sent.gif"); +} + +/* ..... Unsent ..... */ + +outlinerbody:-moz-outliner-image(folderNameCol, specialFolder-Unsent Messages) { + padding-right: 2px; + list-style-image: url("chrome://messenger/skin/folder-outbox.gif"); +} + +/* ..... Drafts ..... */ + +outlinerbody:-moz-outliner-image(folderNameCol, specialFolder-Drafts) { + padding-right: 2px; + list-style-image: url("chrome://messenger/skin/folder-draft.gif"); +} + +/* ..... Templates ..... */ + +outlinerbody:-moz-outliner-image(folderNameCol, specialFolder-Templates) { + padding-right: 2px; + list-style-image: url("chrome://messenger/skin/folder-template.gif"); +} + +/* ..... Trash ..... */ + +outlinerbody:-moz-outliner-image(folderNameCol, specialFolder-Trash) { + padding-right: 2px; + list-style-image: url("chrome://messenger/skin/folder-trash.gif"); +} + +outlinerbody:-moz-outliner-image(folderNameCol, isServer-true) { + padding-right: 2px; + list-style-image: url("chrome://messenger/skin/server-mail.gif"); +} + +outlinerbody:-moz-outliner-image(folderNameCol, biffState-NewMail, isServer-true) { + padding-right: 2px; + list-style-image: url("chrome://messenger/skin/server-mail-new.gif"); +} + +outlinerbody:-moz-outliner-cell-text(folderNameCol, newMessages-true), +outlinerbody:-moz-outliner-cell-text(folderNameCol, specialFolder-Inbox, newMessages-true) { + font-weight: bold; +} + +/* ..... Server Folders ..... */ + +outlinerbody:-moz-outliner-image(folderNameCol, isServer-true, serverType-pop3, isSecure-true) { + padding-right: 2px; + list-style-image: url("chrome://messenger/skin/server-remote-lock.gif"); +} + +outlinerbody:-moz-outliner-image(folderNameCol, isServer-true, serverType-imap, isSecure-true) { + padding-right: 2px; + list-style-image: url("chrome://messenger/skin/server-remote-lock.gif"); +} + +outlinerbody:-moz-outliner-image(folderNameCol, isServer-true, serverType-none) { + padding-right: 2px; + list-style-image: url("chrome://messenger/skin/server-local.gif"); +} + +/* ..... News Folders ..... */ + +outlinerbody:-moz-outliner-image(folderNameCol, serverType-nntp) { + padding-right: 2px; + list-style-image: url("chrome://messenger/skin/folder-newsgroup.gif"); +} + +outlinerbody:-moz-outliner-image(folderNameCol, isServer-true, serverType-nntp) { + padding-right: 2px; + list-style-image: url("chrome://messenger/skin/server-news.gif"); +} + +outlinerbody:-moz-outliner-image(folderNameCol, isServer-true, serverType-nntp, isSecure-true) { + padding-right: 2px; + list-style-image: url("chrome://messenger/skin/server-news-lock.gif"); +} + +/* ::::: All Servers ::::: */ + +outlinerbody:-moz-outliner-cell-text(folderNameCol, isServer-true), +outlinerbody:-moz-outliner-cell-text(hasUnreadMessages-true) { + font-weight: bold; +} + +outlinerbody:-moz-outliner-cell-text(folderNameCol, noSelect-true) { + color: gray; + font-style: italic; +} + +#folder-panel { + min-width: 10px; +} + +#folderTree { + border: none; +} + +/* using tree-cell-folderpane-icon to isolate this rule to the folderpane + and prevent such crawls on the threadpane */ +treeitem[empty="true"] > treerow > .tree-cell-folderpane-icon > .tree-cell-twisty { + visibility: hidden; +} + +.tree-folder-checkbox { + list-style-image: none; +} + +outlinerbody:-moz-outliner-image(syncCol) { + list-style-image: url("chrome://messenger/skin/dot.gif"); +} + +outlinerbody:-moz-outliner-image(syncCol, synchronize-true) { + list-style-image: url("chrome://messenger/skin/check.gif"); +} + +outlinerbody:-moz-outliner-image(syncCol, isServer-true) { + list-style-image: none; +} diff --git a/EarlyBlue/messenger/skin/mailWindow1.css b/EarlyBlue/messenger/skin/mailWindow1.css new file mode 100755 index 00000000..1b923c1f --- /dev/null +++ b/EarlyBlue/messenger/skin/mailWindow1.css @@ -0,0 +1,122 @@ +/* + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ + * + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. + * + * The Original Code is Mozilla Communicator client code, released + * March 31, 1998. + * + * The Initial Developer of the Original Code is Netscape + * Communications Corporation. Portions created by Netscape are + * Copyright (C) 1998-1999 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): + * + */ + +/* ===== mailWindow1.css ================================================ + == Styles for the main Mail window in the default layout scheme. + ======================================================================= */ + +@import url("chrome://messenger/skin/"); +@import url("chrome://messenger/skin/primaryToolbar.css"); +@import url("chrome://messenger/skin/folderMenus.css"); +@import url("chrome://communicator/skin/sidebar/sidebar.css"); + +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); + +/* ::::: outliner focus-ring border adjustments ::::: */ + +/* +#threadpane-splitter +{ + border-left : none; + border-top : none; +} +*/ + +#folderTree +{ + border-top : none; +} + +#folderTree > treechildren +{ + border : none; +} + +#threadOutliner + { +/* border-bottom : 1px solid ThreeDHighlight; + border-left : 1px solid ThreeDShadow; */ + min-width : 1px; + } + +/* +#threadOutliner > .outliner-columns + { + border-left : 1px solid ThreeDDarkShadow; + } + +#threadOutliner > outlinerrows > .outliner-bodybox + { + border-top : 1px solid transparent; + border-right : 1px solid transparent; + border-bottom : 1px solid ThreeDLightShadow; + border-left : 1px solid ThreeDDarkShadow; + } +*/ + +#folderTree:focus > treechildren, +#threadOutliner:focus > outlinerrows > .outliner-bodybox + { +/* border-color : #000000; */ + } + +#messagepane +{ + border : none; +} + +#messagepanebox[focusring="true"] +{ + border : none; +} + +#messagepanebox + { + border : none; + } + +#msgHeaderView +{ + border-top : none; +} + +#msgHeaderView > toolbar > toolbargrippy +{ + border-left : none; +} + +/* +#accountCentralBox +{ + background-color:#FFFFFF; +} +*/ +#status-bar +{ + border-left : none; +} + +.mailwindow-statusbar + { + border-left : none; + } diff --git a/EarlyBlue/messenger/skin/fieldMapImport.css b/EarlyBlue/messenger/skin/mailWindow2.css similarity index 64% rename from EarlyBlue/messenger/skin/fieldMapImport.css rename to EarlyBlue/messenger/skin/mailWindow2.css index f19a96f7..5e2a8e82 100755 --- a/EarlyBlue/messenger/skin/fieldMapImport.css +++ b/EarlyBlue/messenger/skin/mailWindow2.css @@ -1,39 +1,28 @@ -/* - * The contents of this file are subject to the Netscape Public - * License Version 1.1 (the "License"); you may not use this file - * except in compliance with the License. You may obtain a copy of - * the License at http://www.mozilla.org/NPL/ - * - * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or - * implied. See the License for the specific language governing - * rights and limitations under the License. - * - * The Original Code is Mozilla Communicator client code, released - * March 31, 1998. - * - * The Initial Developer of the Original Code is Netscape - * Communications Corporation. Portions created by Netscape are - * Copyright (C) 1998-1999 Netscape Communications Corporation. All - * Rights Reserved. - * - * Contributor(s): - * Pete Collins, Ben Goodger - */ - -@import url(chrome://communicator/skin/); - -@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to HTML */ -@namespace html url("http://www.w3.org/1999/xhtml"); /* namespace for XUL elements */ - -treecell.importsampledata { - padding-left: 10px; - border-left: 3px solid #CCCCCC; -} - -#fieldList-box { - border: 1px inset white; - width:32em; - height:300px; - margin: 1.5em 3em 1.5em 3em; -} +/* + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ + * + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. + * + * The Original Code is Mozilla Communicator client code, released + * March 31, 1998. + * + * The Initial Developer of the Original Code is Netscape + * Communications Corporation. Portions created by Netscape are + * Copyright (C) 1998-1999 Netscape Communications Corporation. All + * Rights Reserved. + */ + +/* ===== 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"); + diff --git a/EarlyBlue/messenger/skin/mailheader.css b/EarlyBlue/messenger/skin/mailheader.css deleted file mode 100755 index 043dbfc5..00000000 --- a/EarlyBlue/messenger/skin/mailheader.css +++ /dev/null @@ -1,78 +0,0 @@ -/* - * These are the style attributes for the XUL display. - */ -window { overflow: auto; } -mailheader { display: block; } -mailattachcount { display: none; } - -box[name=header-attachment] { background-color: #EFEFEF; border: 0px solid #EFEFEF; border-left-width: 4px; } -box[name=header-part1] { background-color: #EFEFEF; border: 0px solid #EFEFEF; border-left-width: 4px; } -box[name=header-part2] { background-color: #DEDEDE; border: 0px solid #DEDEDE; border-left-width: 4px; } -box[name=header-part3] { background-color: #DEDEDE; border: 0px solid #DEDEDE; border-left-width: 4px; } -box[name=header-seamonkey] { background-color: #DEDEDE; border: 0px solid #DEDEDE; border-left-width: 4px; } - -headerdisplayname { font-weight: bold; white-space: pre; } -header { -moz-box-pack: start; } - -menubar[name=attachment-menubar] { background-color: #EFEFEF; border: 0px solid #EFEFEF; } -menu[name=attachment-menu] { background-color: #EFEFEF; border: 0px solid #EFEFEF; } - -/* - * For printing/HTML display... - */ -table[name=header-part1] { background-color: #EFEFEF; border: 0px solid #EFEFEF; border-left-width: 4px; } -table[name=header-part2] { background-color: #DEDEDE; border: 0px solid #DEDEDE; border-left-width: 4px; } -table[name=header-part3] { background-color: #DEDEDE; border: 0px solid #DEDEDE; border-left-width: 4px; } -div.headerdisplayname { font-weight: bold; white-space: pre; display: inline; } - -body { - background-color: white; -} - - - -.text-flowed tt { - font-family: inherit; -} -.moz-text-flowed blockquote { - margin: 0em 0em; - border-color: black; -} - -.moz-text-plain pre { - font-family: inherit; - margin: 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 { - padding-left: inherit; - border-left: inherit; - margin: 0em 0em; -} -.moz-text-plain[graphical-quote=true] blockquote { - margin: 0em 0em; - border-width: medium; - border-color: black; -} -.moz-text-plain[graphical-quote=true] .txt-citetags { - display: none; -} - -.moz-txt-sig, .moz-signature { - color: gray; -} -.moz-txt-sig > a, .moz-signature > a { - color: 7777FF /* light blue */; -} diff --git a/EarlyBlue/messenger/skin/messageBody.css b/EarlyBlue/messenger/skin/messageBody.css new file mode 100755 index 00000000..03fd1334 --- /dev/null +++ b/EarlyBlue/messenger/skin/messageBody.css @@ -0,0 +1,138 @@ +/* + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ + * + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. + * + * The Original Code is Mozilla Communicator client code, released + * March 31, 1998. + * + * The Initial Developer of the Original Code is Netscape + * Communications Corporation. Portions created by Netscape are + * Copyright (C) 1998-1999 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): + * + */ + +/* ===== messageBody.css ================================================ + == Styles for the body of a mail message. + ======================================================================= */ + +/* + * These are the style attributes for the XUL display. + */ +window { overflow: auto; } +mailheader { display: block; } +mailattachcount { display: none; } + +box[name=header-attachment] { background-color: #EFEFEF; border: 0px solid #EFEFEF; border-left-width: 4px; } +box[name=header-part1] { background-color: #EFEFEF; border: 0px solid #EFEFEF; border-left-width: 4px; } +box[name=header-part2] { background-color: #DEDEDE; border: 0px solid #DEDEDE; border-left-width: 4px; } +box[name=header-part3] { background-color: #DEDEDE; border: 0px solid #DEDEDE; border-left-width: 4px; } +box[name=header-seamonkey] { background-color: #DEDEDE; border: 0px solid #DEDEDE; border-left-width: 4px; } + +headerdisplayname { font-weight: bold; white-space: pre; } +header { -moz-box-pack: start; } + +menubar[name=attachment-menubar] { background-color: #EFEFEF; border: 0px solid #EFEFEF; } +menu[name=attachment-menu] { background-color: #EFEFEF; border: 0px solid #EFEFEF; } + +/* + * For printing/HTML display... + */ +table[name=header-part1] { background-color: #EFEFEF; border: 0px solid #EFEFEF; border-left-width: 4px; } +table[name=header-part2] { background-color: #DEDEDE; border: 0px solid #DEDEDE; border-left-width: 4px; } +table[name=header-part3] { background-color: #DEDEDE; border: 0px solid #DEDEDE; border-left-width: 4px; } +div.headerdisplayname { font-weight: bold; white-space: pre; display: inline; } + +body { + background-color: white; +} + + +/* ::::: message text, incl. quotes ::::: */ + + +.moz-text-flowed blockquote { + margin: 0em 0em; + border-color: black; +} + +.moz-text-plain pre { + font-family: inherit; + margin: 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 { + padding-left: inherit; + border-left: inherit; + margin: 0em 0em; +} +.moz-text-plain[graphical-quote="true"] blockquote { + margin: 0em 0em; + border-width: medium; + border-color: black; +} +.moz-text-plain[graphical-quote="true"] .txt-citetags { + display: none; +} + +.moz-txt-sig, .moz-signature { + color: gray; +} +.moz-txt-sig > a, .moz-signature > a { + color: 7777FF /* light blue */; +} + +/* ::::: smilies ::::: */ + +span[-moz-smiley] { + min-height: 17px; margin-left: 2px; margin-top: 2px; + padding-left: 20px; + background-repeat: no-repeat; + background-position: center center; +} +span[-moz-smiley] > span { + display: none; +} + +span[-moz-smiley="s1"] { + background-image: url(chrome://global/skin/smiley/smile_n.gif); +} +span[-moz-smiley="s2"] { + background-image: url(chrome://global/skin/smiley/frown_n.gif); +} +span[-moz-smiley="s3"] { + background-image: url(chrome://global/skin/smiley/wink_n.gif); +} +span[-moz-smiley="s4"] { + background-image: url(chrome://global/skin/smiley/tongue_n.gif); +} +span[-moz-smiley="s5"] { + background-image: url(chrome://global/skin/smiley/laughing_n.gif); +} +span[-moz-smiley="s6"] { + background-image: url(chrome://global/skin/smiley/embarrassed_n.gif); +} +span[-moz-smiley="s7"] { + background-image: url(chrome://global/skin/smiley/undecided_n.gif); +} diff --git a/EarlyBlue/messenger/skin/msgHdrViewOverlay.css b/EarlyBlue/messenger/skin/messageHeader.css similarity index 95% rename from EarlyBlue/messenger/skin/msgHdrViewOverlay.css rename to EarlyBlue/messenger/skin/messageHeader.css index c9532029..798db98c 100755 --- a/EarlyBlue/messenger/skin/msgHdrViewOverlay.css +++ b/EarlyBlue/messenger/skin/messageHeader.css @@ -23,7 +23,7 @@ * Robert Kaiser (KaiRo@KaiRo.at) */ -/* ===== msgHdrViewOverlay.css ========================================== +/* ===== messageHeader.css ============================================== == Styles for the header toolbars of a mail message. ======================================================================= */ @@ -110,13 +110,11 @@ mail-emailaddress .showMoreAddressesButton { list-style-image : url("chrome://global/skin/twisty-closed.gif"); -/* list-style-image : url("chrome://messenger/skin/more.gif"); */ } .showFewerAddressesButton { list-style-image : url("chrome://global/skin/twisty-open.gif"); -/* list-style-image : url("chrome://messenger/skin/less.gif"); */ } html.headerValue @@ -212,3 +210,4 @@ text.collapsedHeaderDisplayName [hide] { visibility: hidden; } + diff --git a/EarlyBlue/messenger/skin/messenger.css b/EarlyBlue/messenger/skin/messenger.css index 48ad01dd..4d986009 100755 --- a/EarlyBlue/messenger/skin/messenger.css +++ b/EarlyBlue/messenger/skin/messenger.css @@ -1,4 +1,4 @@ -/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- +/* * The contents of this file are subject to the Netscape Public * License Version 1.1 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of @@ -18,420 +18,18 @@ * Rights Reserved. */ -@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"); /* set default namespace to HTML */ -@namespace html url("http://www.w3.org/1999/xhtml"); /* namespace for XUL elements */ - -[hide] { - display: none; -} - -spring.spacer { - width: 5px; - height: 5px; -} - -box.cleanborder { - margin: 10px; - padding: 10px; - border: 2px groove white; - width: 100%; -} - -box.padded { - margin: 10px; - width: 100%; -} - -iframe { - min-width: 10px; - min-height: 10px; - width: 100px; - height: 100px; -} - -/** - * boxes - */ -#results_box { - border-left: 8px solid #CCCCCC; - min-width: 10px; -} - - +/* ===== messenger.css ================================================== + == Styles shared throughout the Messenger application. + ======================================================================= */ -/** - * toolbar button images - */ - -#button-getmsg { - list-style-image:url("chrome://messenger/skin/getmsg.gif"); -} - -#button-getmsg[disabled="true"] { - list-style-image:url("chrome://messenger/skin/getmsg_dis.gif"); -} - -#button-newmsg { - list-style-image:url("chrome://messenger/skin/newmsg.gif"); -} - -#button-newmsg[disabled="true"] { - list-style-image:url("chrome://messenger/skin/newmsg_dis.gif"); -} - -#button-reply { - list-style-image:url("chrome://messenger/skin/reply.gif"); -} - -#button-reply[disabled="true"] { - list-style-image:url("chrome://messenger/skin/reply_dis.gif"); -} - -#button-replyall { - list-style-image:url("chrome://messenger/skin/replyall.gif"); -} - -#button-replyall[disabled="true"] { - list-style-image:url("chrome://messenger/skin/replyall_dis.gif"); -} - -#button-forward { - list-style-image:url("chrome://messenger/skin/forward.gif"); -} - -#button-forward[disabled="true"] { - list-style-image:url("chrome://messenger/skin/forward_dis.gif"); -} - -#button-file { - list-style-image:url("chrome://messenger/skin/file.gif"); -} - -#button-file[disabled="true"] { - list-style-image:url("chrome://messenger/skin/file_dis.gif"); -} - -#button-file[open="true"] > .button-internal-box { - border: 1px inset #CCD0DD; - padding : 2px 0px 0px 2px; -} - -#button-file > .button-internal-box -{ - -mox-box-align : center; - -moz-box-pack : center; -} - -#button-file > .button-internal-box > .menubutton-single-text -{ - padding-top : 3px; - -moz-box-pack : center; -} - -#button-next { - list-style-image:url("chrome://messenger/skin/next.gif"); -} - -#button-next[disabled="true"] { - list-style-image:url("chrome://messenger/skin/next_dis.gif"); -} - -#button-mark { - list-style-image:url("chrome://messenger/skin/mark.gif"); -} - -#button-mark[disabled="true"] { - list-style-image:url("chrome://messenger/skin/mark_dis.gif"); -} - -#button-delete { - list-style-image:url("chrome://messenger/skin/trash.gif"); -} - -#button-delete[disabled="true"] { - list-style-image:url("chrome://messenger/skin/trash_dis.gif"); -} - -#button-print - { - list-style-image : url("chrome://global/skin/print.gif"); - } - -#button-print[disabled="true"] - { - list-style-image : url("chrome://global/skin/print_dis.gif"); - } - -#button-stop { - list-style-image:url("chrome://global/skin/stop.gif"); -} - -#button-stop[disabled="true"] { - list-style-image:url("chrome://global/skin/stop_dis.gif"); -} - -.folderMenuItem - { - list-style-image : url("chrome://messenger/skin/folder-closed.gif"); - } - -.folderMenuItem[open="true"] - { - list-style-image : url("chrome://messenger/skin/folder-open.gif"); - } - -/* special folder */ -.folderMenuItem[SpecialFolder="Inbox"] { - list-style-image: url("chrome://messenger/skin/folder-inbox.gif"); -} - -.folderMenuItem[SpecialFolder="Inbox"][open="true"] -{ - list-style-image: url("chrome://messenger/skin/folder-inbox.gif"); -} - -.folderMenuItem[SpecialFolder="Trash"] { - list-style-image: url("chrome://messenger/skin/folder-trash.gif"); -} - -.folderMenuItem[SpecialFolder="Trash"][open="true"] { - list-style-image: url("chrome://messenger/skin/folder-trash.gif"); -} - -.folderMenuItem[IsServer="true"] -{ - list-style-image: url("chrome://messenger/skin/server-mail.gif"); -} - -.folderMenuItem[IsServer="true"][open="true"] -{ - list-style-image: url("chrome://messenger/skin/server-mail.gif"); -} - -/* IMAP folders */ - -.folderMenuItem[IsServer="true"][ServerType="imap"][IsSecure="true"] { - list-style-image: url("chrome://messenger/skin/server-remote-lock.gif"); -} - -/* Local Servers */ -.folderMenuItem[IsServer="true"][ServerType="none"] -{ - list-style-image: url("chrome://messenger/skin/server-local.gif"); -} - -/* News folders */ -.folderMenuItem[ServerType="nntp"] { - list-style-image: url("chrome://messenger/skin/folder-newsgroup.gif"); -} - -.folderMenuItem[IsServer="true"][ServerType="nntp"][IsSecure="true"] { - list-style-image: url("chrome://messenger/skin/server-news-lock.gif"); -} - -.folderMenuItem[IsServer="true"][ServerType="nntp"] { - list-style-image: url("chrome://messenger/skin/server-news.gif"); -} - - -menu.push { - border: 1px outset white; - padding: 2px; - margin: 2px; - -moz-box-pack: center; - background-color:inherit; - background-image: inherit; -} - -menu.push:hover { - border: 1px outset white; - color:#003366; - text-decoration:underline; - padding: 2px; -} - -menu.push:hover:-moz-outline { - border : 1px solid black; - color:#003366; - padding: 2px; -} - -menu.push:active { - text-decoration:none; - border: 1px inset; - padding-left: 3px; - padding-right: 1px; - padding-top: 3px; - padding-bottom: 1px; -} - -menu.push[toggled="1"] { - border: 1px white inset; - padding-left: 3px; - padding-right: 1px; - padding-top: 3px; - padding-bottom: 1px; -} - -menu.push[toggled="2"] { - background-color: lightgray; - border: 1px solid gray; -} - -menu.push:active:-moz-outline { - border : 1px solid black; -} - -menu.push[disabled="true"] { - background-color:inherit; - background-image: inherit; - border : 1px solid #999999; - color: #999999; - text-decoration: none; -} - -menu.push[disabled="true"]:hover { - background-color:inherit; - background-image: inherit; - border : 1px solid #999999; - color: #999999; - text-decoration: none; -} - -menu.push[disabled="true"]:active { - background-color:inherit; - background-image: inherit; - border : 1px solid #999999; - color: #999999; - text-decoration: none; -} - -/** - * this belongs in the mail filter window - */ - -.enabledcol - { - list-style-image : url("chrome://messenger/skin/readmail.gif"); - } - -.enabledcol[value="true"] - { - list-style-image : url("chrome://messenger/skin/unreadmail.gif"); - } - -.usesMailWidgets - { - -moz-binding : url(chrome://messenger/content/mailWidgets.xml#dummy); - } - -searchattribute - { - -moz-binding : url(chrome://messenger/content/mailWidgets.xml#searchattribute); - } - -searchoperator - { - -moz-binding : url(chrome://messenger/content/mailWidgets.xml#searchoperator); - } - -searchvalue - { - -moz-binding : url(chrome://messenger/content/mailWidgets.xml#searchvalue); - } - -searchterm - { - -moz-binding : url(chrome://messenger/content/mailWidgets.xml#searchterm); - } - -/* addressing widget trees */ -.treecell-mailcardicon - { - border-bottom : 1px solid #CACAFF !important; - padding : 0px; - } - -.textfield-mailcardicon - { - list-style-image : url("chrome://messenger/skin/abcard.gif"); - } - -/* for the main standard mail window ONLY */ -.mailwindow-statusbar - { - border-left : none; - } - -/** - *Focus rings on 3 pane view - */ - -/* -#threadpane-splitter -{ - border-left : none; - border-top : none; -} -*/ - -#threadTree -{ - border-top : none; -} - -#folderTree> treechildren, -#threadTree > treechildren -{ - border : none; -} - -#folderTree:focus > treechildren, -#threadTree[focusring="true"] > treechildren -{ - border : none; -} - -#messagepane -{ - border : none; -} - -#messagepanebox[focusring="true"] -{ - border : none; -} +@import url("chrome://communicator/skin/"); +@import url("chrome://messenger/content/messenger.css"); -#messagepanebox - { - border : none; - } +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); -#msgHeaderView -{ - border-top : none; -} +/* ::::: image precaching ::::: */ -#msgHeaderView > toolbar > toolbargrippy -{ - border-left : none; -} +#resource_bundle_messenger { + -moz-binding: url("chrome://messenger/skin/resources.xml#resource_bundle_messenger"); + } -.awIdentityLabel -{ - width: 8em; - margin-left: 5px; -} -/* -#accountCentralBox -{ - background-color:#FFFFFF; -} -*/ -#status-bar -{ - border-left : none; -} diff --git a/EarlyBlue/messenger/skin/messengercompose/messengercompose.css b/EarlyBlue/messenger/skin/messengercompose/messengercompose.css index 76b414d2..bf85cd6f 100755 --- a/EarlyBlue/messenger/skin/messengercompose/messengercompose.css +++ b/EarlyBlue/messenger/skin/messengercompose/messengercompose.css @@ -52,6 +52,26 @@ margin : 0px 3px 0px 3px; } +outlinerbody:-moz-outliner-cell-text(default-match) + { + margin: 2px -3px 2px 15px; + border: none; + } + +outlinerbody:-moz-outliner-image(local-abook) + { + margin: 2px -1px 2px 4px; + border: none; + list-style-image: url("chrome://messenger/skin/addressbook/myaddrbk.gif"); + } + +outlinerbody:-moz-outliner-image(remote-abook) + { + margin: 2px -3px 2px 2px; + border: none; + list-style-image: url("chrome://messenger/skin/addressbook/remote-abook.gif"); + } + #button-send { list-style-image:url("chrome://messenger/skin/messengercompose/send.gif"); } @@ -84,12 +104,12 @@ list-style-image:url("chrome://messenger/skin/messengercompose/quote_dis.gif"); } -#button-spelling { - list-style-image:url("chrome://messenger/skin/messengercompose/spelling.gif"); +#spellingButton { + list-style-image:url("chrome://editor/skin/images/spell.gif"); } -#button-spelling[disabled="true"] { - list-style-image:url("chrome://messenger/skin/messengercompose/spelling_dis.gif"); +#spellingButton[disabled="true"] { + list-style-image:url("chrome://editor/skin/images/spell-diabled.gif"); } #button-save { @@ -163,3 +183,5 @@ #convertNo { list-style-image:url("chrome://global/skin/alert-icon.gif"); } + + diff --git a/EarlyBlue/messenger/skin/messengercompose/spelling.gif b/EarlyBlue/messenger/skin/messengercompose/spelling.gif deleted file mode 100755 index 9b9127663f21ecdb8549b35410afc5f40d792b9e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 159 zcmZ?wbhEHblw=TP*v!C?oP6%Ufdl`E28usf7#SEC8FUzc0AvOOi;uwx&((W{UYs>u zcR;-2kw)9Y%E~!h%Y^szX?mU%yLD{E?z@K5IcErdYC9o$;)qdN!4B268r@9U!AfrF Ylk?iIrSSdv+p>3c->>kjXe9<~0M)%$#sB~S diff --git a/EarlyBlue/messenger/skin/pref-mailnews.css b/EarlyBlue/messenger/skin/pref-mailnews.css deleted file mode 100755 index f00bc053..00000000 --- a/EarlyBlue/messenger/skin/pref-mailnews.css +++ /dev/null @@ -1,10 +0,0 @@ - -#classic - { - list-style-image : url("chrome://messenger/skin/winclassic.gif"); - } - -#wide - { - list-style-image : url("chrome://messenger/skin/winwide.gif"); - } \ No newline at end of file diff --git a/EarlyBlue/messenger/skin/prefPanels.css b/EarlyBlue/messenger/skin/prefPanels.css new file mode 100755 index 00000000..1cdaefdb --- /dev/null +++ b/EarlyBlue/messenger/skin/prefPanels.css @@ -0,0 +1,43 @@ +/* + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ + * + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. + * + * The Original Code is Mozilla Communicator client code, released + * March 31, 1998. + * + * The Initial Developer of the Original Code is Netscape + * Communications Corporation. Portions created by Netscape are + * Copyright (C) 1998-1999 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): + * + */ + +/* ===== prefPanels.css ================================================= + == Styles for the Messenger preference panels. + ======================================================================= */ + +@import url("chrome://messenger/skin/"); +@import url("chrome://communicator/skin/dialogOverlay.css"); + +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); + +/* :::::: layout preference icons ::::: */ + +#classic + { + list-style-image : url("chrome://messenger/skin/winclassic.gif"); + } + +#wide + { + list-style-image : url("chrome://messenger/skin/winwide.gif"); + } diff --git a/EarlyBlue/messenger/skin/primaryToolbar.css b/EarlyBlue/messenger/skin/primaryToolbar.css new file mode 100755 index 00000000..70953663 --- /dev/null +++ b/EarlyBlue/messenger/skin/primaryToolbar.css @@ -0,0 +1,135 @@ +/* + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ + * + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. + * + * The Original Code is Mozilla Communicator client code, released + * March 31, 1998. + * + * The Initial Developer of the Original Code is Netscape + * Communications Corporation. Portions created by Netscape are + * Copyright (C) 1998-1999 Netscape Communications Corporation. All + * Rights Reserved. + */ + + +/* ===== primaryToolbar.css ============================================= + == Images for the Mail primary toolbar. + ======================================================================= */ + +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); + +/* ::::: primary toolbar buttons ::::: */ + +#button-getmsg { + list-style-image:url("chrome://messenger/skin/getmsg.gif"); +} + +#button-getmsg[disabled="true"] { + list-style-image:url("chrome://messenger/skin/getmsg_dis.gif"); +} + +#button-newmsg { + list-style-image:url("chrome://messenger/skin/newmsg.gif"); +} + +#button-newmsg[disabled="true"] { + list-style-image:url("chrome://messenger/skin/newmsg_dis.gif"); +} + +#button-reply { + list-style-image:url("chrome://messenger/skin/reply.gif"); +} + +#button-reply[disabled="true"] { + list-style-image:url("chrome://messenger/skin/reply_dis.gif"); +} + +#button-replyall { + list-style-image:url("chrome://messenger/skin/replyall.gif"); +} + +#button-replyall[disabled="true"] { + list-style-image:url("chrome://messenger/skin/replyall_dis.gif"); +} + +#button-forward { + list-style-image:url("chrome://messenger/skin/forward.gif"); +} + +#button-forward[disabled="true"] { + list-style-image:url("chrome://messenger/skin/forward_dis.gif"); +} + +#button-file { + list-style-image:url("chrome://messenger/skin/file.gif"); +} + +#button-file[disabled="true"] { + list-style-image:url("chrome://messenger/skin/file_dis.gif"); +} + +#button-file[open="true"] > .button-internal-box { + border: 1px inset #CCD0DD; + padding : 2px 0px 0px 2px; +} + +#button-file > .button-internal-box +{ + -mox-box-align : center; + -moz-box-pack : center; +} + +#button-file > .button-internal-box > .menubutton-single-text +{ + padding-top : 3px; + -moz-box-pack : center; +} + +#button-next { + list-style-image:url("chrome://messenger/skin/next.gif"); +} + +#button-next[disabled="true"] { + list-style-image:url("chrome://messenger/skin/next_dis.gif"); +} + +#button-mark { + list-style-image:url("chrome://messenger/skin/mark.gif"); +} + +#button-mark[disabled="true"] { + list-style-image:url("chrome://messenger/skin/mark_dis.gif"); +} + +#button-delete { + list-style-image:url("chrome://messenger/skin/trash.gif"); +} + +#button-delete[disabled="true"] { + list-style-image:url("chrome://messenger/skin/trash_dis.gif"); +} + +#button-print + { + list-style-image : url("chrome://global/skin/print.gif"); + } + +#button-print[disabled="true"] + { + list-style-image : url("chrome://global/skin/print_dis.gif"); + } + +#button-stop { + list-style-image:url("chrome://global/skin/stop.gif"); +} + +#button-stop[disabled="true"] { + list-style-image:url("chrome://global/skin/stop_dis.gif"); +} diff --git a/EarlyBlue/messenger/skin/searchDialog.css b/EarlyBlue/messenger/skin/searchDialog.css new file mode 100755 index 00000000..31a7e144 --- /dev/null +++ b/EarlyBlue/messenger/skin/searchDialog.css @@ -0,0 +1,36 @@ +/* + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ + * + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. + * + * The Original Code is Mozilla Communicator client code, released + * March 31, 1998. + * + * The Initial Developer of the Original Code is Netscape + * Communications Corporation. Portions created by Netscape are + * Copyright (C) 1998-1999 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): + * + */ + +/* ===== searchDialog.css =============================================== + == Styles for the Mail Search dialog. + ======================================================================= */ + +@import url("chrome://messenger/skin/"); + +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); + +/* ::::: box sizes ::::: */ + +#searchTermTree { + min-height: 50px; +} diff --git a/EarlyBlue/messenger/skin/subscribe.css b/EarlyBlue/messenger/skin/subscribe.css index 52fc55e1..d0cbe725 100755 --- a/EarlyBlue/messenger/skin/subscribe.css +++ b/EarlyBlue/messenger/skin/subscribe.css @@ -1,27 +1,86 @@ -/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- - * The contents of this file are subject to the Netscape Public - * License Version 1.1 (the "License"); you may not use this file - * except in compliance with the License. You may obtain a copy of - * the License at http://www.mozilla.org/NPL/ - * - * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or - * implied. See the License for the specific language governing - * rights and limitations under the License. - * - * The Original Code is Mozilla Communicator client code, released - * March 31, 1998. - * - * The Initial Developer of the Original Code is Netscape - * Communications Corporation. Portions created by Netscape are - * Copyright (C) 1998-1999 Netscape Communications Corporation. All - * Rights Reserved. - */ - -.subscribedcol { - list-style-image: url("chrome://messenger/skin/dot.gif"); -} - -.subscribedcol[value="true"] { - list-style-image: url("chrome://messenger/skin/check.gif"); -} +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ + * + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. + * + * The Original Code is Mozilla Communicator client code, released + * March 31, 1998. + * + * The Initial Developer of the Original Code is Netscape + * Communications Corporation. Portions created by Netscape are + * Copyright (C) 1998-1999 Netscape Communications Corporation. All + * Rights Reserved. + */ + +/* ===== subscribe.css ================================================== + == Styles for the Subscribe dialog. + ======================================================================= */ + +@import url("chrome://messenger/skin/"); + +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); + +/* ::::: margin adjustments :::::: */ + +#subscribetree { + margin: 0px 0px 0px 0px !important; +} + +/* ::::: subscribed icons :::::: */ + +.subscribedcol { + list-style-image: url("chrome://messenger/skin/dot.gif"); +} + +.subscribedcol[value="true"] { + list-style-image: url("chrome://messenger/skin/check.gif"); +} + +/* ::::: folder icons :::::: */ + +.tree-cell-subscribe-icon { + list-style-image: url("chrome://messenger/skin/folder-closed.gif"); + } + + .tree-cell-subscribe-icon[ServerType="nntp"] { + list-style-image: url("chrome://messenger/skin/folder-newsgroup.gif"); + } + +/* ::::: server icons :::::: */ + + .subscribeMenuItem { + list-style-image: url("chrome://messenger/skin/server-mail.gif"); + } + + .subscribeMenuItem[ServerType="imap"][IsSecure="true"] { + list-style-image: url("chrome://messenger/skin/server-remote-lock.gif"); + } + + .subscribeMenuItem[ServerType="nntp"] { + list-style-image: url("chrome://messenger/skin/server-news.gif"); + } + + .subscribeMenuItem[ServerType="nntp"][IsSecure="true"] { + list-style-image: url("chrome://messenger/skin/server-news-lock.gif"); + } + +/* ::::: for search in subscribe ::::: */ + +outlinerbody:-moz-outliner-image(nameCol, nntp) { + padding-right: 2px; + list-style-image: url("chrome://messenger/skin/folder-newsgroup.gif"); +} + +outlinerbody:-moz-outliner-image(subscribedCol) { + list-style-image: url("chrome://messenger/skin/dot.gif"); +} + +outlinerbody:-moz-outliner-image(subscribedCol, subscribed) { + list-style-image: url("chrome://messenger/skin/check.gif"); +} diff --git a/EarlyBlue/messenger/skin/threadPane.css b/EarlyBlue/messenger/skin/threadPane.css index 322d1af7..b5553078 100755 --- a/EarlyBlue/messenger/skin/threadPane.css +++ b/EarlyBlue/messenger/skin/threadPane.css @@ -29,17 +29,7 @@ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); -/* ::::: outliner rows ::::: */ - -outliner:focus > outliner-bodybox -{ - border: 1px solid black; -} - -outliner > outliner-bodybox -{ - border: 1px solid transparent; -} +/* ::::: thread decoration ::::: */ outlinerbody:-moz-outliner-cell-text(unread) { @@ -165,3 +155,4 @@ outlinerbody:-moz-outliner-image(subjectCol, news, new) { } + -- 2.35.3