adding inspector component, currently same as classic
authorrobert <robert>
Fri, 1 Nov 2002 16:45:35 +0000 (16:45 +0000)
committerrobert <robert>
Fri, 1 Nov 2002 16:45:35 +0000 (16:45 +0000)
28 files changed:
EarlyBlue/contents.rdf
EarlyBlue/editor/editor.css
EarlyBlue/inspector/ImageSearchItem.gif [new file with mode: 0644]
EarlyBlue/inspector/btnFind-dis.gif [new file with mode: 0644]
EarlyBlue/inspector/btnFind.gif [new file with mode: 0644]
EarlyBlue/inspector/btnSelecting-act.gif [new file with mode: 0644]
EarlyBlue/inspector/btnSelecting-dis.gif [new file with mode: 0644]
EarlyBlue/inspector/btnSelecting.gif [new file with mode: 0644]
EarlyBlue/inspector/iconImportant.gif [new file with mode: 0644]
EarlyBlue/inspector/iconViewerList-dis.gif [new file with mode: 0644]
EarlyBlue/inspector/iconViewerList.gif [new file with mode: 0644]
EarlyBlue/inspector/iconViewerMenu-dis.gif [new file with mode: 0644]
EarlyBlue/inspector/iconViewerMenu.gif [new file with mode: 0644]
EarlyBlue/inspector/inspector.css [new file with mode: 0644]
EarlyBlue/inspector/inspectorWindow.css [new file with mode: 0644]
EarlyBlue/inspector/multipanel.css [new file with mode: 0644]
EarlyBlue/inspector/panelset.css [new file with mode: 0644]
EarlyBlue/inspector/sidebar.css [new file with mode: 0644]
EarlyBlue/inspector/titledSplitter.css [new file with mode: 0644]
EarlyBlue/inspector/titledsplitter-close.gif [new file with mode: 0644]
EarlyBlue/inspector/treeEditable.css [new file with mode: 0644]
EarlyBlue/inspector/viewers/boxModel/boxModel.css [new file with mode: 0644]
EarlyBlue/inspector/viewers/dom/columnsDialog.css [new file with mode: 0644]
EarlyBlue/inspector/viewers/dom/dom.css [new file with mode: 0644]
EarlyBlue/inspector/viewers/dom/findDialog.css [new file with mode: 0644]
EarlyBlue/inspector/viewers/domNode/domNode.css [new file with mode: 0644]
EarlyBlue/inspector/viewers/styleRules/styleRules.css [new file with mode: 0644]
EarlyBlue/inspector/viewers/xblBindings/xblBindings.css [new file with mode: 0644]

index 7404d5adda36020b3e3b07fc4df108224c781232..26c35cc574eb2168397bbc2134c25221934c6ee6 100644 (file)
@@ -24,6 +24,7 @@
         <RDF:li resource="urn:mozilla:skin:EarlyBlue/1.1:messenger"/>
         <RDF:li resource="urn:mozilla:skin:EarlyBlue/1.1:editor"/>
         <RDF:li resource="urn:mozilla:skin:EarlyBlue/1.1:chatzilla"/>
         <RDF:li resource="urn:mozilla:skin:EarlyBlue/1.1:messenger"/>
         <RDF:li resource="urn:mozilla:skin:EarlyBlue/1.1:editor"/>
         <RDF:li resource="urn:mozilla:skin:EarlyBlue/1.1:chatzilla"/>
+        <RDF:li resource="urn:mozilla:skin:EarlyBlue/1.1:inspector"/>
       </RDF:Seq>
     </chrome:packages>
   </RDF:Description>
       </RDF:Seq>
     </chrome:packages>
   </RDF:Description>
@@ -37,4 +38,5 @@
 <!-- chatzilla hasn't set skinVersion currently
   <RDF:Description about="urn:mozilla:skin:EarlyBlue/1.1:chatzilla" chrome:skinVersion="1.2"/>
 -->
 <!-- chatzilla hasn't set skinVersion currently
   <RDF:Description about="urn:mozilla:skin:EarlyBlue/1.1:chatzilla" chrome:skinVersion="1.2"/>
 -->
+  <RDF:Description about="urn:mozilla:skin:EarlyBlue/1.1:inspector" chrome:skinVersion="1.2"/>
 </RDF:RDF>
 </RDF:RDF>
index f0ef24bdd1f7d4fda91e20f117b291f01f801391..fa2d7b613cf141bedcca1536980e4fd6a6138bc0 100644 (file)
@@ -87,7 +87,6 @@
 }
 
 .struct-textbox {
 }
 
 .struct-textbox {
-  -moz-appearance: none !important;
   padding: 0px !important;
   margin: 0px !important;
   border: none !important;
   padding: 0px !important;
   margin: 0px !important;
   border: none !important;
diff --git a/EarlyBlue/inspector/ImageSearchItem.gif b/EarlyBlue/inspector/ImageSearchItem.gif
new file mode 100644 (file)
index 0000000..f078b63
Binary files /dev/null and b/EarlyBlue/inspector/ImageSearchItem.gif differ
diff --git a/EarlyBlue/inspector/btnFind-dis.gif b/EarlyBlue/inspector/btnFind-dis.gif
new file mode 100644 (file)
index 0000000..bc5e697
Binary files /dev/null and b/EarlyBlue/inspector/btnFind-dis.gif differ
diff --git a/EarlyBlue/inspector/btnFind.gif b/EarlyBlue/inspector/btnFind.gif
new file mode 100644 (file)
index 0000000..3433ac0
Binary files /dev/null and b/EarlyBlue/inspector/btnFind.gif differ
diff --git a/EarlyBlue/inspector/btnSelecting-act.gif b/EarlyBlue/inspector/btnSelecting-act.gif
new file mode 100644 (file)
index 0000000..90b80c3
Binary files /dev/null and b/EarlyBlue/inspector/btnSelecting-act.gif differ
diff --git a/EarlyBlue/inspector/btnSelecting-dis.gif b/EarlyBlue/inspector/btnSelecting-dis.gif
new file mode 100644 (file)
index 0000000..c5f5dea
Binary files /dev/null and b/EarlyBlue/inspector/btnSelecting-dis.gif differ
diff --git a/EarlyBlue/inspector/btnSelecting.gif b/EarlyBlue/inspector/btnSelecting.gif
new file mode 100644 (file)
index 0000000..d970f50
Binary files /dev/null and b/EarlyBlue/inspector/btnSelecting.gif differ
diff --git a/EarlyBlue/inspector/iconImportant.gif b/EarlyBlue/inspector/iconImportant.gif
new file mode 100644 (file)
index 0000000..b5d3463
Binary files /dev/null and b/EarlyBlue/inspector/iconImportant.gif differ
diff --git a/EarlyBlue/inspector/iconViewerList-dis.gif b/EarlyBlue/inspector/iconViewerList-dis.gif
new file mode 100644 (file)
index 0000000..6e26577
Binary files /dev/null and b/EarlyBlue/inspector/iconViewerList-dis.gif differ
diff --git a/EarlyBlue/inspector/iconViewerList.gif b/EarlyBlue/inspector/iconViewerList.gif
new file mode 100644 (file)
index 0000000..82f7dff
Binary files /dev/null and b/EarlyBlue/inspector/iconViewerList.gif differ
diff --git a/EarlyBlue/inspector/iconViewerMenu-dis.gif b/EarlyBlue/inspector/iconViewerMenu-dis.gif
new file mode 100644 (file)
index 0000000..cc01942
Binary files /dev/null and b/EarlyBlue/inspector/iconViewerMenu-dis.gif differ
diff --git a/EarlyBlue/inspector/iconViewerMenu.gif b/EarlyBlue/inspector/iconViewerMenu.gif
new file mode 100644 (file)
index 0000000..ed314da
Binary files /dev/null and b/EarlyBlue/inspector/iconViewerMenu.gif differ
diff --git a/EarlyBlue/inspector/inspector.css b/EarlyBlue/inspector/inspector.css
new file mode 100644 (file)
index 0000000..406cece
--- /dev/null
@@ -0,0 +1,41 @@
+/* ***** BEGIN LICENSE BLOCK *****
+ * Version: NPL 1.1/GPL 2.0/LGPL 2.1
+ *
+ * The contents of this file are subject to the Netscape Public License
+ * Version 1.1 (the "License"); you may not use this file except in
+ * compliance with the License. You may obtain a copy of the License at
+ * http://www.mozilla.org/NPL/
+ *
+ * Software distributed under the License is distributed on an "AS IS" basis,
+ * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+ * for the specific language governing rights and limitations under the
+ * License.
+ *
+ * The Original Code is mozilla.org code.
+ *
+ * The Initial Developer of the Original Code is 
+ * Netscape Communications Corporation.
+ * Portions created by the Initial Developer are Copyright (C) 2001
+ * the Initial Developer. All Rights Reserved.
+ *
+ * Contributor(s):
+ *   Joe Hewitt <hewitt@netscape.com> (original author)
+ *   Robert Kaiser <KaiRo@KaiRo.at>
+ *
+ * Alternatively, the contents of this file may be used under the terms of
+ * either the GNU General Public License Version 2 or later (the "GPL"), or
+ * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
+ * in which case the provisions of the GPL or the LGPL are applicable instead
+ * of those above. If you wish to allow use of your version of this file only
+ * under the terms of either the GPL or the LGPL, and not to allow others to
+ * use your version of this file under the terms of the NPL, indicate your
+ * decision by deleting the provisions above and replace them with the notice
+ * and other provisions required by the GPL or the LGPL. If you do not delete
+ * the provisions above, a recipient may use your version of this file under
+ * the terms of any one of the NPL, the GPL or the LGPL.
+ *
+ * ***** END LICENSE BLOCK ***** */
+
+@import url("chrome://communicator/skin");
+@import url("chrome://inspector/content/inspector.css");
+
diff --git a/EarlyBlue/inspector/inspectorWindow.css b/EarlyBlue/inspector/inspectorWindow.css
new file mode 100644 (file)
index 0000000..4305cbc
--- /dev/null
@@ -0,0 +1,78 @@
+/* ***** BEGIN LICENSE BLOCK *****
+ * Version: NPL 1.1/GPL 2.0/LGPL 2.1
+ *
+ * The contents of this file are subject to the Netscape Public License
+ * Version 1.1 (the "License"); you may not use this file except in
+ * compliance with the License. You may obtain a copy of the License at
+ * http://www.mozilla.org/NPL/
+ *
+ * Software distributed under the License is distributed on an "AS IS" basis,
+ * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+ * for the specific language governing rights and limitations under the
+ * License.
+ *
+ * The Original Code is mozilla.org code.
+ *
+ * The Initial Developer of the Original Code is 
+ * Netscape Communications Corporation.
+ * Portions created by the Initial Developer are Copyright (C) 2001
+ * the Initial Developer. All Rights Reserved.
+ *
+ * Contributor(s):
+ *   Joe Hewitt <hewitt@netscape.com> (original author)
+ *   Robert Kaiser <KaiRo@KaiRo.at>
+ *
+ * Alternatively, the contents of this file may be used under the terms of
+ * either the GNU General Public License Version 2 or later (the "GPL"), or
+ * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
+ * in which case the provisions of the GPL or the LGPL are applicable instead
+ * of those above. If you wish to allow use of your version of this file only
+ * under the terms of either the GPL or the LGPL, and not to allow others to
+ * use your version of this file under the terms of the NPL, indicate your
+ * decision by deleting the provisions above and replace them with the notice
+ * and other provisions required by the GPL or the LGPL. If you do not delete
+ * the provisions above, a recipient may use your version of this file under
+ * the terms of any one of the NPL, the GPL or the LGPL.
+ *
+ * ***** END LICENSE BLOCK ***** */
+
+@import url("chrome://inspector/skin");
+
+#bxURLBar {
+  padding: 2px;
+}
+
+#imgURLBarIcon {
+  list-style-image: url("chrome://communicator/skin/bookmarks/location.gif");
+}
+
+#bxSearch {
+  height: 150px;
+}
+
+#splPanels {
+  width: 5px;
+}
+
+/* ::::: toolbar buttons ::::: */
+
+#btnSelecting {
+  list-style-image: url("chrome://inspector/skin/btnSelecting.gif");
+}
+
+#btnSelecting[checked="true"] {
+  list-style-image: url("chrome://inspector/skin/btnSelecting-act.gif");
+}
+
+#btnSelecting[disabled="true"] {
+  list-style-image: url("chrome://inspector/skin/btnSelecting-dis.gif");
+}
+
+#btnFind {
+  list-style-image: url("chrome://inspector/skin/btnFind.gif");
+}
+
+#btnFind[disabled="true"] {
+  list-style-image: url("chrome://inspector/skin/btnFind-dis.gif");
+}
+
diff --git a/EarlyBlue/inspector/multipanel.css b/EarlyBlue/inspector/multipanel.css
new file mode 100644 (file)
index 0000000..8680c09
--- /dev/null
@@ -0,0 +1,56 @@
+/* ***** BEGIN LICENSE BLOCK *****
+ * Version: NPL 1.1/GPL 2.0/LGPL 2.1
+ *
+ * The contents of this file are subject to the Netscape Public License
+ * Version 1.1 (the "License"); you may not use this file except in
+ * compliance with the License. You may obtain a copy of the License at
+ * http://www.mozilla.org/NPL/
+ *
+ * Software distributed under the License is distributed on an "AS IS" basis,
+ * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+ * for the specific language governing rights and limitations under the
+ * License.
+ *
+ * The Original Code is mozilla.org code.
+ *
+ * The Initial Developer of the Original Code is 
+ * Netscape Communications Corporation.
+ * Portions created by the Initial Developer are Copyright (C) 2001
+ * the Initial Developer. All Rights Reserved.
+ *
+ * Contributor(s):
+ *   Joe Hewitt <hewitt@netscape.com> (original author)
+ *   Robert Kaiser <KaiRo@KaiRo.at>
+ *
+ * Alternatively, the contents of this file may be used under the terms of
+ * either the GNU General Public License Version 2 or later (the "GPL"), or
+ * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
+ * in which case the provisions of the GPL or the LGPL are applicable instead
+ * of those above. If you wish to allow use of your version of this file only
+ * under the terms of either the GPL or the LGPL, and not to allow others to
+ * use your version of this file under the terms of the NPL, indicate your
+ * decision by deleting the provisions above and replace them with the notice
+ * and other provisions required by the GPL or the LGPL. If you do not delete
+ * the provisions above, a recipient may use your version of this file under
+ * the terms of any one of the NPL, the GPL or the LGPL.
+ *
+ * ***** END LICENSE BLOCK ***** */
+.multipanel-label-box {
+  border-bottom: 1px solid ThreeDShadow;
+  background-color: ThreeDFace;
+  color: ButtonText;
+}
+
+.multipanel-label-box-2 {
+  border: 1px outset ThreeDFace;
+  padding: 2px 4px;
+}
+
+.multipanel-title {
+  margin: 0px !important;
+}
+
+multipanel[disabled="true"] > .multipanel-label-box {
+  color: ThreeDShadow;
+}
diff --git a/EarlyBlue/inspector/panelset.css b/EarlyBlue/inspector/panelset.css
new file mode 100644 (file)
index 0000000..d50f4b1
--- /dev/null
@@ -0,0 +1,84 @@
+/* ***** BEGIN LICENSE BLOCK *****
+ * Version: NPL 1.1/GPL 2.0/LGPL 2.1
+ *
+ * The contents of this file are subject to the Netscape Public License
+ * Version 1.1 (the "License"); you may not use this file except in
+ * compliance with the License. You may obtain a copy of the License at
+ * http://www.mozilla.org/NPL/
+ *
+ * Software distributed under the License is distributed on an "AS IS" basis,
+ * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+ * for the specific language governing rights and limitations under the
+ * License.
+ *
+ * The Original Code is mozilla.org code.
+ *
+ * The Initial Developer of the Original Code is 
+ * Netscape Communications Corporation.
+ * Portions created by the Initial Developer are Copyright (C) 2001
+ * the Initial Developer. All Rights Reserved.
+ *
+ * Contributor(s):
+ *   Joe Hewitt <hewitt@netscape.com> (original author)
+ *   Robert Kaiser <KaiRo@KaiRo.at>
+ *
+ * Alternatively, the contents of this file may be used under the terms of
+ * either the GNU General Public License Version 2 or later (the "GPL"), or
+ * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
+ * in which case the provisions of the GPL or the LGPL are applicable instead
+ * of those above. If you wish to allow use of your version of this file only
+ * under the terms of either the GPL or the LGPL, and not to allow others to
+ * use your version of this file under the terms of the NPL, indicate your
+ * decision by deleting the provisions above and replace them with the notice
+ * and other provisions required by the GPL or the LGPL. If you do not delete
+ * the provisions above, a recipient may use your version of this file under
+ * the terms of any one of the NPL, the GPL or the LGPL.
+ *
+ * ***** END LICENSE BLOCK ***** */
+
+panel[disabled="true"] > .viewer-pane-box-1 {
+  visibility: collapse;
+}
+
+.viewer-list {
+  list-style-image: url("chrome://inspector/skin/iconViewerList.gif");
+}
+
+.viewer-list[disabled="true"] {
+  list-style-image: url("chrome://inspector/skin/iconViewerList-dis.gif");
+}
+
+.viewer-menu > .toolbarbutton-box > .toolbarbutton-dropmarker {
+  display: none;
+}
+
+.viewer-menu {
+  list-style-image: url("chrome://inspector/skin/iconViewerMenu.gif");
+}
+
+.viewer-menu[disabled="true"] {
+  list-style-image: url("chrome://inspector/skin/iconViewerMenu-dis.gif");
+}
+
+.viewer-pane-toolbox {
+  border-right: none;
+}
+
+.viewer-pane-header > .toolbar-holder {
+  border-bottom: none;
+}
+
+.viewer-pane-header[disabled="true"] > .toolbar-holder {
+  border-bottom: 1px solid ThreeDShadow;
+}
+
+.viewer-pane-box-2 {
+  border-left: 1px solid ThreeDShadow;
+  border-right: 1px solid ThreeDShadow;
+}
+
+.viewer-pane-toolbox {
+  border-top: none;
+  border-bottom: none;
+}
+
diff --git a/EarlyBlue/inspector/sidebar.css b/EarlyBlue/inspector/sidebar.css
new file mode 100644 (file)
index 0000000..0bf7525
--- /dev/null
@@ -0,0 +1,43 @@
+/* ***** BEGIN LICENSE BLOCK *****
+ * Version: NPL 1.1/GPL 2.0/LGPL 2.1
+ *
+ * The contents of this file are subject to the Netscape Public License
+ * Version 1.1 (the "License"); you may not use this file except in
+ * compliance with the License. You may obtain a copy of the License at
+ * http://www.mozilla.org/NPL/
+ *
+ * Software distributed under the License is distributed on an "AS IS" basis,
+ * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+ * for the specific language governing rights and limitations under the
+ * License.
+ *
+ * The Original Code is mozilla.org code.
+ *
+ * The Initial Developer of the Original Code is 
+ * Netscape Communications Corporation.
+ * Portions created by the Initial Developer are Copyright (C) 2001
+ * the Initial Developer. All Rights Reserved.
+ *
+ * Contributor(s):
+ *   Joe Hewitt <hewitt@netscape.com> (original author)
+ *   Robert Kaiser <KaiRo@KaiRo.at>
+ *
+ * Alternatively, the contents of this file may be used under the terms of
+ * either the GNU General Public License Version 2 or later (the "GPL"), or
+ * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
+ * in which case the provisions of the GPL or the LGPL are applicable instead
+ * of those above. If you wish to allow use of your version of this file only
+ * under the terms of either the GPL or the LGPL, and not to allow others to
+ * use your version of this file under the terms of the NPL, indicate your
+ * decision by deleting the provisions above and replace them with the notice
+ * and other provisions required by the GPL or the LGPL. If you do not delete
+ * the provisions above, a recipient may use your version of this file under
+ * the terms of any one of the NPL, the GPL or the LGPL.
+ *
+ * ***** END LICENSE BLOCK ***** */
+
+@import url("chrome://inspector/skin");
+
+tabpanels {
+  padding: 0px;
+}
\ No newline at end of file
diff --git a/EarlyBlue/inspector/titledSplitter.css b/EarlyBlue/inspector/titledSplitter.css
new file mode 100644 (file)
index 0000000..9515c85
--- /dev/null
@@ -0,0 +1,87 @@
+/* ***** BEGIN LICENSE BLOCK *****
+ * Version: NPL 1.1/GPL 2.0/LGPL 2.1
+ *
+ * The contents of this file are subject to the Netscape Public License
+ * Version 1.1 (the "License"); you may not use this file except in
+ * compliance with the License. You may obtain a copy of the License at
+ * http://www.mozilla.org/NPL/
+ *
+ * Software distributed under the License is distributed on an "AS IS" basis,
+ * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+ * for the specific language governing rights and limitations under the
+ * License.
+ *
+ * The Original Code is mozilla.org code.
+ *
+ * The Initial Developer of the Original Code is 
+ * Netscape Communications Corporation.
+ * Portions created by the Initial Developer are Copyright (C) 2001
+ * the Initial Developer. All Rights Reserved.
+ *
+ * Contributor(s):
+ *   Joe Hewitt <hewitt@netscape.com> (original author)
+ *   Robert Kaiser <KaiRo@KaiRo.at>
+ *
+ * Alternatively, the contents of this file may be used under the terms of
+ * either the GNU General Public License Version 2 or later (the "GPL"), or
+ * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
+ * in which case the provisions of the GPL or the LGPL are applicable instead
+ * of those above. If you wish to allow use of your version of this file only
+ * under the terms of either the GPL or the LGPL, and not to allow others to
+ * use your version of this file under the terms of the NPL, indicate your
+ * decision by deleting the provisions above and replace them with the notice
+ * and other provisions required by the GPL or the LGPL. If you do not delete
+ * the provisions above, a recipient may use your version of this file under
+ * the terms of any one of the NPL, the GPL or the LGPL.
+ *
+ * ***** END LICENSE BLOCK ***** */
+
+.titled-splitter {
+  border-top: 1px outset InactiveCaption;
+  border-bottom: 1px outset InactiveCaption;
+  background-color: InactiveCaption;
+  color: InactiveCaptionText;
+  cursor: default;
+}
+
+box[orient="vertical"] > .titled-splitter {
+  cursor: default;
+}
+
+.titledsplitter-container {
+  padding-bottom: 2px;
+}
+
+.titledsplitter-dragbar {
+  min-height: 2px;
+  cursor: n-resize !important;
+}
+
+.titledsplitter-titlebox {
+  padding: 0px 5px 0px 5px;
+}
+
+.titledsplitter-text {
+  margin: 0px !important;
+  font-weight: bold;
+}
+
+.titledsplitter-closebutton {
+  -moz-binding: none;
+  margin: 1px;
+  border: 1px outset ThreeDFace;
+  padding: 2px;
+  min-width: 0px;
+  background-color: ThreeDFace;
+}
+
+.titledsplitter-closeimage {
+  list-style-image: url("chrome://inspector/skin/titledsplitter-close.gif");
+}
+
+.titledsplitter-closebutton:hover:active {
+  border-style: inset;
+  padding: 3px 1px 1px 3px;
+}
+
+
diff --git a/EarlyBlue/inspector/titledsplitter-close.gif b/EarlyBlue/inspector/titledsplitter-close.gif
new file mode 100644 (file)
index 0000000..a53eddd
Binary files /dev/null and b/EarlyBlue/inspector/titledsplitter-close.gif differ
diff --git a/EarlyBlue/inspector/treeEditable.css b/EarlyBlue/inspector/treeEditable.css
new file mode 100644 (file)
index 0000000..0e3a704
--- /dev/null
@@ -0,0 +1,51 @@
+/* ***** BEGIN LICENSE BLOCK *****
+ * Version: NPL 1.1/GPL 2.0/LGPL 2.1
+ *
+ * The contents of this file are subject to the Netscape Public License
+ * Version 1.1 (the "License"); you may not use this file except in
+ * compliance with the License. You may obtain a copy of the License at
+ * http://www.mozilla.org/NPL/
+ *
+ * Software distributed under the License is distributed on an "AS IS" basis,
+ * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+ * for the specific language governing rights and limitations under the
+ * License.
+ *
+ * The Original Code is mozilla.org code.
+ *
+ * The Initial Developer of the Original Code is 
+ * Netscape Communications Corporation.
+ * Portions created by the Initial Developer are Copyright (C) 2001
+ * the Initial Developer. All Rights Reserved.
+ *
+ * Contributor(s):
+ *   Joe Hewitt <hewitt@netscape.com> (original author)
+ *   Robert Kaiser <KaiRo@KaiRo.at>
+ *
+ * Alternatively, the contents of this file may be used under the terms of
+ * either the GNU General Public License Version 2 or later (the "GPL"), or
+ * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
+ * in which case the provisions of the GPL or the LGPL are applicable instead
+ * of those above. If you wish to allow use of your version of this file only
+ * under the terms of either the GPL or the LGPL, and not to allow others to
+ * use your version of this file under the terms of the NPL, indicate your
+ * decision by deleting the provisions above and replace them with the notice
+ * and other provisions required by the GPL or the LGPL. If you do not delete
+ * the provisions above, a recipient may use your version of this file under
+ * the terms of any one of the NPL, the GPL or the LGPL.
+ *
+ * ***** END LICENSE BLOCK ***** */
+
+.treecell-editor,
+.treecell-editor > box {
+  margin: 0px !important;
+  padding: 0px !important;
+}
+
+.treecell-editor {
+  border: 0px !important;
+}
+
+.treecell-editor {
+  border: 1px solid black;
+}
diff --git a/EarlyBlue/inspector/viewers/boxModel/boxModel.css b/EarlyBlue/inspector/viewers/boxModel/boxModel.css
new file mode 100644 (file)
index 0000000..8a0410a
--- /dev/null
@@ -0,0 +1,110 @@
+/* ***** BEGIN LICENSE BLOCK *****
+ * Version: NPL 1.1/GPL 2.0/LGPL 2.1
+ *
+ * The contents of this file are subject to the Netscape Public License
+ * Version 1.1 (the "License"); you may not use this file except in
+ * compliance with the License. You may obtain a copy of the License at
+ * http://www.mozilla.org/NPL/
+ *
+ * Software distributed under the License is distributed on an "AS IS" basis,
+ * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+ * for the specific language governing rights and limitations under the
+ * License.
+ *
+ * The Original Code is mozilla.org code.
+ *
+ * The Initial Developer of the Original Code is 
+ * Netscape Communications Corporation.
+ * Portions created by the Initial Developer are Copyright (C) 2001
+ * the Initial Developer. All Rights Reserved.
+ *
+ * Contributor(s):
+ *   Joe Hewitt <hewitt@netscape.com> (original author)
+ *   Robert Kaiser <KaiRo@KaiRo.at>
+ *
+ * Alternatively, the contents of this file may be used under the terms of
+ * either the GNU General Public License Version 2 or later (the "GPL"), or
+ * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
+ * in which case the provisions of the GPL or the LGPL are applicable instead
+ * of those above. If you wish to allow use of your version of this file only
+ * under the terms of either the GPL or the LGPL, and not to allow others to
+ * use your version of this file under the terms of the NPL, indicate your
+ * decision by deleting the provisions above and replace them with the notice
+ * and other provisions required by the GPL or the LGPL. If you do not delete
+ * the provisions above, a recipient may use your version of this file under
+ * the terms of any one of the NPL, the GPL or the LGPL.
+ *
+ * ***** END LICENSE BLOCK ***** */
+
+@import url("chrome://inspector/skin");
+
+/* ::::: statistics ::::: */
+
+.value-column {
+  margin-right: 30px;
+}
+
+/* ::::: image capture area ::::: */
+
+#bxZoom {
+  overflow: auto;
+  margin: 5px;
+  border: 2px groove ThreeDFace;
+  padding: 10px;
+  background-color: #b9b9b9;
+}
+
+/* ::::: box model outlines ::::: */
+
+#imgZoom {
+  border: 1px solid transparent;
+}
+
+#imgZoom[hidden="true"] {
+  visibility: collapse;
+}
+
+#bxMargin[outline="true"] {
+  border: 1px solid black;
+}
+
+#bxBorder[outline="true"] {
+  border: 1px solid red;
+}
+
+#bxPadding[outline="true"] {
+  border: 1px solid yellow;
+}
+
+#bxContent[outline="true"] {
+  border: 1px solid blue;
+}
+
+#bxMargin[fill="true"] {
+  border: none;
+  background-color: black;
+}
+
+#bxBorder[fill="true"] {
+  border: none;
+  background-color: red;
+}
+
+#bxPadding[fill="true"] {
+  border: none;
+  background-color: yellow;
+}
+
+#bxContent[fill="true"] {
+  border: none;
+  background-color: blue;
+}
+
+/* ::::: color picker dialog ::::: */
+
+#bxColorSwatch {
+  margin: 2px 4px;
+  border: 1px solid #000000;
+  width: 40px;
+}
+
diff --git a/EarlyBlue/inspector/viewers/dom/columnsDialog.css b/EarlyBlue/inspector/viewers/dom/columnsDialog.css
new file mode 100644 (file)
index 0000000..5c9e683
--- /dev/null
@@ -0,0 +1,60 @@
+/* ***** BEGIN LICENSE BLOCK *****
+ * Version: NPL 1.1/GPL 2.0/LGPL 2.1
+ *
+ * The contents of this file are subject to the Netscape Public License
+ * Version 1.1 (the "License"); you may not use this file except in
+ * compliance with the License. You may obtain a copy of the License at
+ * http://www.mozilla.org/NPL/
+ *
+ * Software distributed under the License is distributed on an "AS IS" basis,
+ * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+ * for the specific language governing rights and limitations under the
+ * License.
+ *
+ * The Original Code is mozilla.org code.
+ *
+ * The Initial Developer of the Original Code is 
+ * Netscape Communications Corporation.
+ * Portions created by the Initial Developer are Copyright (C) 2001
+ * the Initial Developer. All Rights Reserved.
+ *
+ * Contributor(s):
+ *   Joe Hewitt <hewitt@netscape.com> (original author)
+ *   Robert Kaiser <KaiRo@KaiRo.at>
+ *
+ * Alternatively, the contents of this file may be used under the terms of
+ * either the GNU General Public License Version 2 or later (the "GPL"), or
+ * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
+ * in which case the provisions of the GPL or the LGPL are applicable instead
+ * of those above. If you wish to allow use of your version of this file only
+ * under the terms of either the GPL or the LGPL, and not to allow others to
+ * use your version of this file under the terms of the NPL, indicate your
+ * decision by deleting the provisions above and replace them with the notice
+ * and other provisions required by the GPL or the LGPL. If you do not delete
+ * the provisions above, a recipient may use your version of this file under
+ * the terms of any one of the NPL, the GPL or the LGPL.
+ *
+ * ***** END LICENSE BLOCK ***** */
+
+@import url("chrome://inspector/skin");
+
+#trColumns {
+  background-color: ThreeDFace;
+}
+
+.column-selector {
+  border: 1px outset ThreeDFace;
+  padding: 2px;
+  background-color: ThreeDFace;
+  vertical-align: middle;
+}
+
+.attr-column-selector,
+.attr-column-selector[focused="true"] {
+  margin: none;
+  border: none;
+}
+
+[col-dragging="true"] {
+  border: 1px solid ButtonText;
+}
diff --git a/EarlyBlue/inspector/viewers/dom/dom.css b/EarlyBlue/inspector/viewers/dom/dom.css
new file mode 100644 (file)
index 0000000..a55b76f
--- /dev/null
@@ -0,0 +1,84 @@
+/* ***** BEGIN LICENSE BLOCK *****
+ * Version: NPL 1.1/GPL 2.0/LGPL 2.1
+ *
+ * The contents of this file are subject to the Netscape Public License
+ * Version 1.1 (the "License"); you may not use this file except in
+ * compliance with the License. You may obtain a copy of the License at
+ * http://www.mozilla.org/NPL/
+ *
+ * Software distributed under the License is distributed on an "AS IS" basis,
+ * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+ * for the specific language governing rights and limitations under the
+ * License.
+ *
+ * The Original Code is mozilla.org code.
+ *
+ * The Initial Developer of the Original Code is 
+ * Netscape Communications Corporation.
+ * Portions created by the Initial Developer are Copyright (C) 2001
+ * the Initial Developer. All Rights Reserved.
+ *
+ * Contributor(s):
+ *   Joe Hewitt <hewitt@netscape.com> (original author)
+ *   Robert Kaiser <KaiRo@KaiRo.at>
+ *
+ * Alternatively, the contents of this file may be used under the terms of
+ * either the GNU General Public License Version 2 or later (the "GPL"), or
+ * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
+ * in which case the provisions of the GPL or the LGPL are applicable instead
+ * of those above. If you wish to allow use of your version of this file only
+ * under the terms of either the GPL or the LGPL, and not to allow others to
+ * use your version of this file under the terms of the NPL, indicate your
+ * decision by deleting the provisions above and replace them with the notice
+ * and other provisions required by the GPL or the LGPL. If you do not delete
+ * the provisions above, a recipient may use your version of this file under
+ * the terms of any one of the NPL, the GPL or the LGPL.
+ *
+ * ***** END LICENSE BLOCK ***** */
+
+@import url("chrome://inspector/skin");
+
+/* :::::::: node type color coding :::::::: */
+
+treechildren:-moz-tree-cell-text(ELEMENT_NODE) {
+  color: #000000;
+}
+
+treechildren:-moz-tree-cell-text(ATTRIBUTE_NODE) {
+  color: #556b2f;
+}
+
+treechildren:-moz-tree-cell-text(CDATA_SECTION_NODE),
+treechildren:-moz-tree-cell-text(TEXT_NODE) {
+  color: #0000AA;
+}
+
+treechildren:-moz-tree-cell-text(COMMENT_NODE) {
+  color: #228b22;
+}
+
+treechildren:-moz-tree-cell-text(DOCUMENT_NODE) {
+  color: #800080;
+}
+
+treechildren:-moz-tree-cell-text(PROCESSING_INSTRUCTION_NODE) {
+  color: #808080;
+}
+
+treechildren:-moz-tree-cell-text(anonymous) {
+  color: #ff0000;
+}
+
+treechildren:-moz-tree-cell-text(selected, focus) {
+  color: #FFFFFF;
+}
+
+/* :::::::: drag and drop insertion indicators :::::::: */
+
+treechildren:-moz-tree-column(dnd-insert-before) {
+  border-left: 2px solid #000000;
+}
+
+treechildren:-moz-tree-column(dnd-insert-after) {
+  border-right: 2px solid #000000;
+}
diff --git a/EarlyBlue/inspector/viewers/dom/findDialog.css b/EarlyBlue/inspector/viewers/dom/findDialog.css
new file mode 100644 (file)
index 0000000..66245cb
--- /dev/null
@@ -0,0 +1,39 @@
+/* ***** BEGIN LICENSE BLOCK *****
+ * Version: NPL 1.1/GPL 2.0/LGPL 2.1
+ *
+ * The contents of this file are subject to the Netscape Public License
+ * Version 1.1 (the "License"); you may not use this file except in
+ * compliance with the License. You may obtain a copy of the License at
+ * http://www.mozilla.org/NPL/
+ *
+ * Software distributed under the License is distributed on an "AS IS" basis,
+ * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+ * for the specific language governing rights and limitations under the
+ * License.
+ *
+ * The Original Code is mozilla.org code.
+ *
+ * The Initial Developer of the Original Code is 
+ * Netscape Communications Corporation.
+ * Portions created by the Initial Developer are Copyright (C) 2001
+ * the Initial Developer. All Rights Reserved.
+ *
+ * Contributor(s):
+ *   Joe Hewitt <hewitt@netscape.com> (original author)
+ *   Robert Kaiser <KaiRo@KaiRo.at>
+ *
+ * Alternatively, the contents of this file may be used under the terms of
+ * either the GNU General Public License Version 2 or later (the "GPL"), or
+ * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
+ * in which case the provisions of the GPL or the LGPL are applicable instead
+ * of those above. If you wish to allow use of your version of this file only
+ * under the terms of either the GPL or the LGPL, and not to allow others to
+ * use your version of this file under the terms of the NPL, indicate your
+ * decision by deleting the provisions above and replace them with the notice
+ * and other provisions required by the GPL or the LGPL. If you do not delete
+ * the provisions above, a recipient may use your version of this file under
+ * the terms of any one of the NPL, the GPL or the LGPL.
+ *
+ * ***** END LICENSE BLOCK ***** */
+
+@import url("chrome://inspector/skin");
diff --git a/EarlyBlue/inspector/viewers/domNode/domNode.css b/EarlyBlue/inspector/viewers/domNode/domNode.css
new file mode 100644 (file)
index 0000000..d7f28d5
--- /dev/null
@@ -0,0 +1,40 @@
+/* ***** BEGIN LICENSE BLOCK *****
+ * Version: NPL 1.1/GPL 2.0/LGPL 2.1
+ *
+ * The contents of this file are subject to the Netscape Public License
+ * Version 1.1 (the "License"); you may not use this file except in
+ * compliance with the License. You may obtain a copy of the License at
+ * http://www.mozilla.org/NPL/
+ *
+ * Software distributed under the License is distributed on an "AS IS" basis,
+ * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+ * for the specific language governing rights and limitations under the
+ * License.
+ *
+ * The Original Code is mozilla.org code.
+ *
+ * The Initial Developer of the Original Code is 
+ * Netscape Communications Corporation.
+ * Portions created by the Initial Developer are Copyright (C) 2001
+ * the Initial Developer. All Rights Reserved.
+ *
+ * Contributor(s):
+ *   Joe Hewitt <hewitt@netscape.com> (original author)
+ *   Robert Kaiser <KaiRo@KaiRo.at>
+ *
+ * Alternatively, the contents of this file may be used under the terms of
+ * either the GNU General Public License Version 2 or later (the "GPL"), or
+ * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
+ * in which case the provisions of the GPL or the LGPL are applicable instead
+ * of those above. If you wish to allow use of your version of this file only
+ * under the terms of either the GPL or the LGPL, and not to allow others to
+ * use your version of this file under the terms of the NPL, indicate your
+ * decision by deleting the provisions above and replace them with the notice
+ * and other provisions required by the GPL or the LGPL. If you do not delete
+ * the provisions above, a recipient may use your version of this file under
+ * the terms of any one of the NPL, the GPL or the LGPL.
+ *
+ * ***** END LICENSE BLOCK ***** */
+
+@import url("chrome://inspector/skin");
+@import url("chrome://inspector/content/extensions/treeEditable.css");
diff --git a/EarlyBlue/inspector/viewers/styleRules/styleRules.css b/EarlyBlue/inspector/viewers/styleRules/styleRules.css
new file mode 100644 (file)
index 0000000..e950279
--- /dev/null
@@ -0,0 +1,56 @@
+/* ***** BEGIN LICENSE BLOCK *****
+ * Version: NPL 1.1/GPL 2.0/LGPL 2.1
+ *
+ * The contents of this file are subject to the Netscape Public License
+ * Version 1.1 (the "License"); you may not use this file except in
+ * compliance with the License. You may obtain a copy of the License at
+ * http://www.mozilla.org/NPL/
+ *
+ * Software distributed under the License is distributed on an "AS IS" basis,
+ * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+ * for the specific language governing rights and limitations under the
+ * License.
+ *
+ * The Original Code is mozilla.org code.
+ *
+ * The Initial Developer of the Original Code is 
+ * Netscape Communications Corporation.
+ * Portions created by the Initial Developer are Copyright (C) 2001
+ * the Initial Developer. All Rights Reserved.
+ *
+ * Contributor(s):
+ *   Joe Hewitt <hewitt@netscape.com> (original author)
+ *   Robert Kaiser <KaiRo@KaiRo.at>
+ *
+ * Alternatively, the contents of this file may be used under the terms of
+ * either the GNU General Public License Version 2 or later (the "GPL"), or
+ * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
+ * in which case the provisions of the GPL or the LGPL are applicable instead
+ * of those above. If you wish to allow use of your version of this file only
+ * under the terms of either the GPL or the LGPL, and not to allow others to
+ * use your version of this file under the terms of the NPL, indicate your
+ * decision by deleting the provisions above and replace them with the notice
+ * and other provisions required by the GPL or the LGPL. If you do not delete
+ * the provisions above, a recipient may use your version of this file under
+ * the terms of any one of the NPL, the GPL or the LGPL.
+ *
+ * ***** END LICENSE BLOCK ***** */
+
+@import url("chrome://inspector/skin");
+@import url("chrome://inspector/content/extensions/treeEditable.css");
+
+#olcPropPriority {
+  list-style-image: url("chrome://inspector/skin/iconImportant.gif");
+}
+
+#olbStyleProps:-moz-tree-image(olcPropPriority, important) {
+  list-style-image: url("chrome://inspector/skin/iconImportant.gif");
+}
+
+/* ::::: default column widths ::::: */
+
+#olcWeight,
+#olcLine {
+  width: 5em;
+}
+
diff --git a/EarlyBlue/inspector/viewers/xblBindings/xblBindings.css b/EarlyBlue/inspector/viewers/xblBindings/xblBindings.css
new file mode 100644 (file)
index 0000000..b6a2bcb
--- /dev/null
@@ -0,0 +1,40 @@
+/* ***** BEGIN LICENSE BLOCK *****
+ * Version: NPL 1.1/GPL 2.0/LGPL 2.1
+ *
+ * The contents of this file are subject to the Netscape Public License
+ * Version 1.1 (the "License"); you may not use this file except in
+ * compliance with the License. You may obtain a copy of the License at
+ * http://www.mozilla.org/NPL/
+ *
+ * Software distributed under the License is distributed on an "AS IS" basis,
+ * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+ * for the specific language governing rights and limitations under the
+ * License.
+ *
+ * The Original Code is mozilla.org code.
+ *
+ * The Initial Developer of the Original Code is 
+ * Netscape Communications Corporation.
+ * Portions created by the Initial Developer are Copyright (C) 2001
+ * the Initial Developer. All Rights Reserved.
+ *
+ * Contributor(s):
+ *   Joe Hewitt <hewitt@netscape.com> (original author)
+ *   Robert Kaiser <KaiRo@KaiRo.at>
+ *
+ * Alternatively, the contents of this file may be used under the terms of
+ * either the GNU General Public License Version 2 or later (the "GPL"), or
+ * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
+ * in which case the provisions of the GPL or the LGPL are applicable instead
+ * of those above. If you wish to allow use of your version of this file only
+ * under the terms of either the GPL or the LGPL, and not to allow others to
+ * use your version of this file under the terms of the NPL, indicate your
+ * decision by deleting the provisions above and replace them with the notice
+ * and other provisions required by the GPL or the LGPL. If you do not delete
+ * the provisions above, a recipient may use your version of this file under
+ * the terms of any one of the NPL, the GPL or the LGPL.
+ *
+ * ***** END LICENSE BLOCK ***** */
+
+@import url("chrome://inspector/skin/");
+@import url("chrome://inspector/skin/viewers/dom/dom.css");