+++ /dev/null
-/*
- * 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 <text>! */
-.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;
-}
--- /dev/null
+/*
+ * 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;
+ }
+
+
+
--- /dev/null
+/*
+ * 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);
+}
--- /dev/null
+/*
+ * 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 <text>! */
+.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");
+}
+++ /dev/null
-\r
-div.pageTitle {\r
- font: bolder large;\r
-}\r
-\r
-/* -*- 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
{
--- /dev/null
+/*
+ * 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;
+}
+
+
--- /dev/null
+/*
+ * 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;
+}
/*
-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");
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;
}
}
#dirTreeBox {
- border : none;
+ border : none;
}
#dirTree[type="dialog"] {
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;
-}
-
-
-
-
--- /dev/null
+/*
+ * 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;
+}
-/* \r
- * The contents of this file are subject to the Netscape Public\r
- * License Version 1.1 (the "License"); you may not use this file\r
- * except in compliance with the License. You may obtain a copy of\r
- * the License at http://www.mozilla.org/NPL/\r
- * \r
- * Software distributed under the License is distributed on an "AS\r
- * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or\r
- * implied. See the License for the specific language governing\r
- * rights and limitations under the License.\r
- * \r
- * The Original Code is Mozilla Communicator client code, released\r
- * March 31, 1998.\r
- * \r
- * The Initial Developer of the Original Code is Netscape\r
- * Communications Corporation. Portions created by Netscape are\r
- * Copyright (C) 1998-1999 Netscape Communications Corporation. All\r
- * Rights Reserved.\r
- * \r
- * Contributor(s): \r
- * \r
- */\r
-\r
-@import url(chrome://communicator/skin/);\r
-\r
-@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to HTML */\r
-@namespace html url("http://www.w3.org/1999/xhtml"); /* namespace for XUL elements */\r
-\r
-#import-type-radio-box {\r
- padding-top: 1em;\r
-}\r
-\r
-#import-module-list-box {\r
- padding: 1em 3em 2em 3em;\r
-}\r
-\r
-#import-module-tree-box {\r
- height: 8em;\r
- width: 20em;\r
- border: 1px inset white;\r
- margin-top: .5em;\r
-}\r
-\r
-#description {\r
- margin: 1.5em 0px 0px 0px;\r
- padding: 0px 2px 0px 2px;\r
- height: 4em;\r
- width: 20em;\r
- background-color:white;\r
- border:1px inset white;\r
-}\r
-\r
-#progressStatus {\r
- margin: 1em 0px 0px 0px;\r
-}\r
-\r
-#progressMeter {\r
- margin: 1em 2em 2em 1em; \r
- width: 26em;\r
-}\r
-\r
+/*
+ * 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");
+}
+
--- /dev/null
+/*
+ * 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");
+}
-/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 4 -*-\r
- * The contents of this file are subject to the Netscape Public\r
- * License Version 1.1 (the "License"); you may not use this file\r
- * except in compliance with the License. You may obtain a copy of\r
- * the License at http://www.mozilla.org/NPL/\r
- * \r
- * Software distributed under the License is distributed on an "AS\r
- * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or\r
- * implied. See the License for the specific language governing\r
- * rights and limitations under the License.\r
- * \r
- * The Original Code is Mozilla Communicator client code, released\r
- * March 31, 1998.\r
- * \r
- * The Initial Developer of the Original Code is Netscape\r
- * Communications Corporation. Portions created by Netscape are\r
- * Copyright (C) 1998-1999 Netscape Communications Corporation. All\r
- * Rights Reserved.\r
- */\r
-\r
-/* basic mail folders */\r
-.tree-cell-folderpane-icon\r
-{\r
- list-style-image: url("chrome://messenger/skin/folder-closed.gif");\r
-}\r
-\r
-treeitem.folderTreeItem[open="true"] > treerow > .tree-cell-folderpane-icon\r
-{\r
- list-style-image: url("chrome://messenger/skin/folder-open.gif");\r
-}\r
-\r
-/* special folder */\r
-.tree-cell-folderpane-icon[SpecialFolder="Inbox"]\r
-{\r
- list-style-image: url("chrome://messenger/skin/folder-inbox.gif");\r
-}\r
-\r
-.tree-cell-folderpane-icon[SpecialFolder="Trash"]\r
-{\r
- list-style-image: url("chrome://messenger/skin/folder-trash.gif");\r
-}\r
-\r
-.tree-cell-folderpane-icon[BiffState="NewMail"][IsServer="true"]\r
-{\r
- list-style-image: url("chrome://messenger/skin/folder-new-closed.gif");\r
-}\r
-\r
-treeitem[open="true"] > treerow > .tree-cell-folderpane-icon[BiffState="NewMail"][IsServer="true"]\r
-{\r
- list-style-image: url("chrome://messenger/skin/folder-new-open.gif");\r
-}\r
-\r
-.tree-cell-folderpane-icon[IsServer="true"]\r
-{\r
- list-style-image: url("chrome://messenger/skin/server-mail.gif");\r
-}\r
-\r
-\r
-/* differentiate new messages on inbox/folders from biff on the server */\r
-.tree-cell-folderpane-icon[NewMessages="true"]\r
-{\r
- list-style-image: url("chrome://messenger/skin/folder-new-closed.gif");\r
- font-weight: bold;\r
-}\r
-\r
-.tree-cell-folderpane-icon[SpecialFolder="Inbox"][NewMessages="true"]\r
-{\r
- list-style-image: url("chrome://messenger/skin/folder-inbox-new.gif");\r
- font-weight: bold;\r
-}\r
-\r
-treeitem[open="true"] > treerow > .tree-cell-folderpane-icon[NewMessages="true"]\r
-{\r
- list-style-image: url("chrome://messenger/skin/folder-new-open.gif");\r
- font-weight: bold;\r
-}\r
-\r
-\r
-/* IMAP folders */\r
-\r
-.tree-cell-folderpane-icon[IsServer="true"][ServerType="imap"][IsSecure="true"]\r
-{\r
- list-style-image: url("chrome://messenger/skin/server-remote-lock.gif");\r
-}\r
-\r
-.tree-cell-folderpane-icon[IsServer="true"][ServerType="imap"]\r
-{\r
- list-style-image: url("chrome://messenger/skin/server-remote.gif");\r
-}\r
-\r
-/* Local servers */\r
-.tree-cell-folderpane-icon[IsServer="true"][ServerType="none"] \r
-{\r
- list-style-image: url("chrome://messenger/skin/server-local.gif");\r
-}\r
-\r
-\r
-/* News folders */\r
-.tree-cell-folderpane-icon[ServerType="nntp"]\r
-{\r
- list-style-image: url("chrome://messenger/skin/folder-newsgroup.gif");\r
-}\r
-\r
-.tree-cell-folderpane-icon[IsServer="true"][ServerType="nntp"][IsSecure="true"]\r
-{\r
- list-style-image: url("chrome://messenger/skin/server-news-lock.gif");\r
-}\r
-\r
-.tree-cell-folderpane-icon[IsServer="true"][ServerType="nntp"] \r
-{\r
- list-style-image: url("chrome://messenger/skin/server-news.gif");\r
-}\r
-\r
-\r
-/*All Servers*/\r
-.tree-folder-row[IsServer="true"]\r
-{\r
- font-weight: bold;\r
-}\r
-\r
-.tree-folder-row[HasUnreadMessages="true"]\r
-{\r
- font-weight: bold;\r
-}\r
-\r
-.tree-folder-row[NoSelect="true"]\r
-{\r
- color: gray;\r
- font-style: italic;\r
-}\r
-\r
-#folder-panel {\r
- min-width: 10px;\r
-}\r
-\r
-treeitem[empty="true"] > treerow > treecell > .tree-cell-twisty { \r
- \r
- list-style-image: none !important; \r
- \r
-}\r
+/*
+ * 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;
+}
--- /dev/null
+/*
+ * 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;
+ }
-/* \r
- * The contents of this file are subject to the Netscape Public\r
- * License Version 1.1 (the "License"); you may not use this file\r
- * except in compliance with the License. You may obtain a copy of\r
- * the License at http://www.mozilla.org/NPL/\r
- * \r
- * Software distributed under the License is distributed on an "AS\r
- * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or\r
- * implied. See the License for the specific language governing\r
- * rights and limitations under the License.\r
- * \r
- * The Original Code is Mozilla Communicator client code, released\r
- * March 31, 1998.\r
- * \r
- * The Initial Developer of the Original Code is Netscape\r
- * Communications Corporation. Portions created by Netscape are\r
- * Copyright (C) 1998-1999 Netscape Communications Corporation. All\r
- * Rights Reserved.\r
- * \r
- * Contributor(s): \r
- * Pete Collins, Ben Goodger\r
- */\r
-\r
-@import url(chrome://communicator/skin/);\r
-\r
-@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to HTML */\r
-@namespace html url("http://www.w3.org/1999/xhtml"); /* namespace for XUL elements */\r
-\r
-treecell.importsampledata {\r
- padding-left: 10px;\r
- border-left: 3px solid #CCCCCC;\r
-}\r
-\r
-#fieldList-box {\r
- border: 1px inset white;\r
- width:32em;\r
- height:300px;\r
- margin: 1.5em 3em 1.5em 3em;\r
-}\r
+/*
+ * 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");
+
+++ /dev/null
-/*
- * 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 */;
-}
--- /dev/null
+/*
+ * 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);
+}
* Robert Kaiser (KaiRo@KaiRo.at)
*/
-/* ===== msgHdrViewOverlay.css ==========================================
+/* ===== messageHeader.css ==============================================
== Styles for the header toolbars of a mail message.
======================================================================= */
.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
[hide] {
visibility: hidden;
}
+
-/* -*- 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
* 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;
-}
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");
}
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 {
#convertNo {
list-style-image:url("chrome://global/skin/alert-icon.gif");
}
+
+
+++ /dev/null
-\r
-#classic\r
- {\r
- list-style-image : url("chrome://messenger/skin/winclassic.gif");\r
- }\r
-\r
-#wide\r
- {\r
- list-style-image : url("chrome://messenger/skin/winwide.gif");\r
- }
\ No newline at end of file
--- /dev/null
+/*
+ * 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");
+ }
--- /dev/null
+/*
+ * 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");
+}
--- /dev/null
+/*
+ * 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;
+}
-/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-\r
- * The contents of this file are subject to the Netscape Public\r
- * License Version 1.1 (the "License"); you may not use this file\r
- * except in compliance with the License. You may obtain a copy of\r
- * the License at http://www.mozilla.org/NPL/\r
- * \r
- * Software distributed under the License is distributed on an "AS\r
- * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or\r
- * implied. See the License for the specific language governing\r
- * rights and limitations under the License.\r
- * \r
- * The Original Code is Mozilla Communicator client code, released\r
- * March 31, 1998.\r
- * \r
- * The Initial Developer of the Original Code is Netscape\r
- * Communications Corporation. Portions created by Netscape are\r
- * Copyright (C) 1998-1999 Netscape Communications Corporation. All\r
- * Rights Reserved.\r
- */\r
-\r
-.subscribedcol {\r
- list-style-image: url("chrome://messenger/skin/dot.gif");\r
-}\r
-\r
-.subscribedcol[value="true"] {\r
- list-style-image: url("chrome://messenger/skin/check.gif");\r
-} \r
+/* -*- 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");
+}
@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)
{
}
+