keep EarlyBlue in sync with tree - mailnews CSS split
[themes.git] / EarlyBlue / editor / skin / editorPrimaryToolbar.css
diff --git a/EarlyBlue/editor/skin/editorPrimaryToolbar.css b/EarlyBlue/editor/skin/editorPrimaryToolbar.css
new file mode 100755 (executable)
index 0000000..21ef61e
--- /dev/null
@@ -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 <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");
+}