From: robert Date: Fri, 1 Nov 2002 16:45:35 +0000 (+0000) Subject: adding inspector component, currently same as classic X-Git-Tag: EarlyBlue12~5 X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=commitdiff_plain;h=322edebde97a18dcffe4a560645025fa53c3443c adding inspector component, currently same as classic --- diff --git a/EarlyBlue/contents.rdf b/EarlyBlue/contents.rdf index 7404d5ad..26c35cc5 100644 --- a/EarlyBlue/contents.rdf +++ b/EarlyBlue/contents.rdf @@ -24,6 +24,7 @@ + @@ -37,4 +38,5 @@ + diff --git a/EarlyBlue/editor/editor.css b/EarlyBlue/editor/editor.css index f0ef24bd..fa2d7b61 100644 --- a/EarlyBlue/editor/editor.css +++ b/EarlyBlue/editor/editor.css @@ -87,7 +87,6 @@ } .struct-textbox { - -moz-appearance: 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 index 00000000..f078b634 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 index 00000000..bc5e6979 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 index 00000000..3433ac04 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 index 00000000..90b80c3f 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 index 00000000..c5f5dea9 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 index 00000000..d970f50d 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 index 00000000..b5d34635 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 index 00000000..6e265777 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 index 00000000..82f7dff9 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 index 00000000..cc019420 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 index 00000000..ed314dad 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 index 00000000..406cecee --- /dev/null +++ b/EarlyBlue/inspector/inspector.css @@ -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 (original author) + * Robert Kaiser + * + * Alternatively, the contents of this file may be used under the terms of + * either the GNU General Public License Version 2 or later (the "GPL"), or + * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), + * in which case the provisions of the GPL or the LGPL are applicable instead + * of those above. If you wish to allow use of your version of this file only + * under the terms of either the GPL or the LGPL, and not to allow others to + * use your version of this file under the terms of the 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 index 00000000..4305cbc7 --- /dev/null +++ b/EarlyBlue/inspector/inspectorWindow.css @@ -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 (original author) + * Robert Kaiser + * + * Alternatively, the contents of this file may be used under the terms of + * either the GNU General Public License Version 2 or later (the "GPL"), or + * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), + * in which case the provisions of the GPL or the LGPL are applicable instead + * of those above. If you wish to allow use of your version of this file only + * under the terms of either the GPL or the LGPL, and not to allow others to + * use your version of this file under the terms of the 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 index 00000000..8680c09d --- /dev/null +++ b/EarlyBlue/inspector/multipanel.css @@ -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 (original author) + * Robert Kaiser + * + * Alternatively, the contents of this file may be used under the terms of + * either the GNU General Public License Version 2 or later (the "GPL"), or + * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), + * in which case the provisions of the GPL or the LGPL are applicable instead + * of those above. If you wish to allow use of your version of this file only + * under the terms of either the GPL or the LGPL, and not to allow others to + * use your version of this file under the terms of the 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 index 00000000..d50f4b1f --- /dev/null +++ b/EarlyBlue/inspector/panelset.css @@ -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 (original author) + * Robert Kaiser + * + * Alternatively, the contents of this file may be used under the terms of + * either the GNU General Public License Version 2 or later (the "GPL"), or + * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), + * in which case the provisions of the GPL or the LGPL are applicable instead + * of those above. If you wish to allow use of your version of this file only + * under the terms of either the GPL or the LGPL, and not to allow others to + * use your version of this file under the terms of the 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 index 00000000..0bf75257 --- /dev/null +++ b/EarlyBlue/inspector/sidebar.css @@ -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 (original author) + * Robert Kaiser + * + * Alternatively, the contents of this file may be used under the terms of + * either the GNU General Public License Version 2 or later (the "GPL"), or + * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), + * in which case the provisions of the GPL or the LGPL are applicable instead + * of those above. If you wish to allow use of your version of this file only + * under the terms of either the GPL or the LGPL, and not to allow others to + * use your version of this file under the terms of the 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 index 00000000..9515c856 --- /dev/null +++ b/EarlyBlue/inspector/titledSplitter.css @@ -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 (original author) + * Robert Kaiser + * + * Alternatively, the contents of this file may be used under the terms of + * either the GNU General Public License Version 2 or later (the "GPL"), or + * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), + * in which case the provisions of the GPL or the LGPL are applicable instead + * of those above. If you wish to allow use of your version of this file only + * under the terms of either the GPL or the LGPL, and not to allow others to + * use your version of this file under the terms of the 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 index 00000000..a53eddd0 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 index 00000000..0e3a7042 --- /dev/null +++ b/EarlyBlue/inspector/treeEditable.css @@ -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 (original author) + * Robert Kaiser + * + * Alternatively, the contents of this file may be used under the terms of + * either the GNU General Public License Version 2 or later (the "GPL"), or + * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), + * in which case the provisions of the GPL or the LGPL are applicable instead + * of those above. If you wish to allow use of your version of this file only + * under the terms of either the GPL or the LGPL, and not to allow others to + * use your version of this file under the terms of the 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 index 00000000..8a0410a6 --- /dev/null +++ b/EarlyBlue/inspector/viewers/boxModel/boxModel.css @@ -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 (original author) + * Robert Kaiser + * + * Alternatively, the contents of this file may be used under the terms of + * either the GNU General Public License Version 2 or later (the "GPL"), or + * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), + * in which case the provisions of the GPL or the LGPL are applicable instead + * of those above. If you wish to allow use of your version of this file only + * under the terms of either the GPL or the LGPL, and not to allow others to + * use your version of this file under the terms of the 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 index 00000000..5c9e683c --- /dev/null +++ b/EarlyBlue/inspector/viewers/dom/columnsDialog.css @@ -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 (original author) + * Robert Kaiser + * + * Alternatively, the contents of this file may be used under the terms of + * either the GNU General Public License Version 2 or later (the "GPL"), or + * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), + * in which case the provisions of the GPL or the LGPL are applicable instead + * of those above. If you wish to allow use of your version of this file only + * under the terms of either the GPL or the LGPL, and not to allow others to + * use your version of this file under the terms of the 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 index 00000000..a55b76f7 --- /dev/null +++ b/EarlyBlue/inspector/viewers/dom/dom.css @@ -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 (original author) + * Robert Kaiser + * + * Alternatively, the contents of this file may be used under the terms of + * either the GNU General Public License Version 2 or later (the "GPL"), or + * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), + * in which case the provisions of the GPL or the LGPL are applicable instead + * of those above. If you wish to allow use of your version of this file only + * under the terms of either the GPL or the LGPL, and not to allow others to + * use your version of this file under the terms of the 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 index 00000000..66245cbc --- /dev/null +++ b/EarlyBlue/inspector/viewers/dom/findDialog.css @@ -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 (original author) + * Robert Kaiser + * + * Alternatively, the contents of this file may be used under the terms of + * either the GNU General Public License Version 2 or later (the "GPL"), or + * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), + * in which case the provisions of the GPL or the LGPL are applicable instead + * of those above. If you wish to allow use of your version of this file only + * under the terms of either the GPL or the LGPL, and not to allow others to + * use your version of this file under the terms of the 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 index 00000000..d7f28d5b --- /dev/null +++ b/EarlyBlue/inspector/viewers/domNode/domNode.css @@ -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 (original author) + * Robert Kaiser + * + * Alternatively, the contents of this file may be used under the terms of + * either the GNU General Public License Version 2 or later (the "GPL"), or + * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), + * in which case the provisions of the GPL or the LGPL are applicable instead + * of those above. If you wish to allow use of your version of this file only + * under the terms of either the GPL or the LGPL, and not to allow others to + * use your version of this file under the terms of the 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 index 00000000..e9502792 --- /dev/null +++ b/EarlyBlue/inspector/viewers/styleRules/styleRules.css @@ -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 (original author) + * Robert Kaiser + * + * Alternatively, the contents of this file may be used under the terms of + * either the GNU General Public License Version 2 or later (the "GPL"), or + * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), + * in which case the provisions of the GPL or the LGPL are applicable instead + * of those above. If you wish to allow use of your version of this file only + * under the terms of either the GPL or the LGPL, and not to allow others to + * use your version of this file under the terms of the 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 index 00000000..b6a2bcb7 --- /dev/null +++ b/EarlyBlue/inspector/viewers/xblBindings/xblBindings.css @@ -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 (original author) + * Robert Kaiser + * + * Alternatively, the contents of this file may be used under the terms of + * either the GNU General Public License Version 2 or later (the "GPL"), or + * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), + * in which case the provisions of the GPL or the LGPL are applicable instead + * of those above. If you wish to allow use of your version of this file only + * under the terms of either the GPL or the LGPL, and not to allow others to + * use your version of this file under the terms of the 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");