From: robert Date: Fri, 1 Nov 2002 16:40:06 +0000 (+0000) Subject: adding inspector component X-Git-Tag: EarlyBlue12~6 X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=commitdiff_plain;h=b40e18f6c2bfdfe998de4084a19c4bdbd171580a adding inspector component --- diff --git a/LCARStrek/contents.rdf b/LCARStrek/contents.rdf index f9229c0a..ed3f7aef 100644 --- a/LCARStrek/contents.rdf +++ b/LCARStrek/contents.rdf @@ -24,6 +24,7 @@ + @@ -37,4 +38,5 @@ + diff --git a/LCARStrek/inspector/ImageSearchItem.gif b/LCARStrek/inspector/ImageSearchItem.gif new file mode 100644 index 00000000..577f4aa7 Binary files /dev/null and b/LCARStrek/inspector/ImageSearchItem.gif differ diff --git a/LCARStrek/inspector/btnFind-act.gif b/LCARStrek/inspector/btnFind-act.gif new file mode 100644 index 00000000..3433ac04 Binary files /dev/null and b/LCARStrek/inspector/btnFind-act.gif differ diff --git a/LCARStrek/inspector/btnFind-dis.gif b/LCARStrek/inspector/btnFind-dis.gif new file mode 100644 index 00000000..672494f9 Binary files /dev/null and b/LCARStrek/inspector/btnFind-dis.gif differ diff --git a/LCARStrek/inspector/btnFind.gif b/LCARStrek/inspector/btnFind.gif new file mode 100644 index 00000000..3cade26f Binary files /dev/null and b/LCARStrek/inspector/btnFind.gif differ diff --git a/LCARStrek/inspector/btnSelecting-act.gif b/LCARStrek/inspector/btnSelecting-act.gif new file mode 100644 index 00000000..f50e0914 Binary files /dev/null and b/LCARStrek/inspector/btnSelecting-act.gif differ diff --git a/LCARStrek/inspector/btnSelecting-dis.gif b/LCARStrek/inspector/btnSelecting-dis.gif new file mode 100644 index 00000000..ead22891 Binary files /dev/null and b/LCARStrek/inspector/btnSelecting-dis.gif differ diff --git a/LCARStrek/inspector/btnSelecting.gif b/LCARStrek/inspector/btnSelecting.gif new file mode 100644 index 00000000..891072ca Binary files /dev/null and b/LCARStrek/inspector/btnSelecting.gif differ diff --git a/LCARStrek/inspector/iconImportant.gif b/LCARStrek/inspector/iconImportant.gif new file mode 100644 index 00000000..b5d34635 Binary files /dev/null and b/LCARStrek/inspector/iconImportant.gif differ diff --git a/LCARStrek/inspector/iconViewerList-act.gif b/LCARStrek/inspector/iconViewerList-act.gif new file mode 100644 index 00000000..3cdeb9be Binary files /dev/null and b/LCARStrek/inspector/iconViewerList-act.gif differ diff --git a/LCARStrek/inspector/iconViewerList-dis.gif b/LCARStrek/inspector/iconViewerList-dis.gif new file mode 100644 index 00000000..2d5e863f Binary files /dev/null and b/LCARStrek/inspector/iconViewerList-dis.gif differ diff --git a/LCARStrek/inspector/iconViewerList.gif b/LCARStrek/inspector/iconViewerList.gif new file mode 100644 index 00000000..3dc247a2 Binary files /dev/null and b/LCARStrek/inspector/iconViewerList.gif differ diff --git a/LCARStrek/inspector/iconViewerMenu-act.gif b/LCARStrek/inspector/iconViewerMenu-act.gif new file mode 100644 index 00000000..ed314dad Binary files /dev/null and b/LCARStrek/inspector/iconViewerMenu-act.gif differ diff --git a/LCARStrek/inspector/iconViewerMenu-dis.gif b/LCARStrek/inspector/iconViewerMenu-dis.gif new file mode 100644 index 00000000..d22c8cad Binary files /dev/null and b/LCARStrek/inspector/iconViewerMenu-dis.gif differ diff --git a/LCARStrek/inspector/iconViewerMenu.gif b/LCARStrek/inspector/iconViewerMenu.gif new file mode 100644 index 00000000..1e89459a Binary files /dev/null and b/LCARStrek/inspector/iconViewerMenu.gif differ diff --git a/LCARStrek/inspector/inspector.css b/LCARStrek/inspector/inspector.css new file mode 100644 index 00000000..406cecee --- /dev/null +++ b/LCARStrek/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/LCARStrek/inspector/inspectorWindow.css b/LCARStrek/inspector/inspectorWindow.css new file mode 100644 index 00000000..dd8f252e --- /dev/null +++ b/LCARStrek/inspector/inspectorWindow.css @@ -0,0 +1,85 @@ +/* ***** 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:hover, +#btnSelecting[checked="true"] { + list-style-image: url("chrome://inspector/skin/btnSelecting-act.gif"); +} + +#btnSelecting[disabled="true"], +#btnSelecting[disabled="true"]:hover { + list-style-image: url("chrome://inspector/skin/btnSelecting-dis.gif"); +} + +#btnFind { + list-style-image: url("chrome://inspector/skin/btnFind.gif"); +} + +#btnFind:hover { + list-style-image: url("chrome://inspector/skin/btnFind-act.gif"); +} + +#btnFind[disabled="true"], +#btnFind[disabled="true"]:hover { + list-style-image: url("chrome://inspector/skin/btnFind-dis.gif"); +} + diff --git a/LCARStrek/inspector/multipanel.css b/LCARStrek/inspector/multipanel.css new file mode 100644 index 00000000..8680c09d --- /dev/null +++ b/LCARStrek/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/LCARStrek/inspector/panelset.css b/LCARStrek/inspector/panelset.css new file mode 100644 index 00000000..6b5898c9 --- /dev/null +++ b/LCARStrek/inspector/panelset.css @@ -0,0 +1,94 @@ +/* ***** 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:hover { + list-style-image: url("chrome://inspector/skin/iconViewerList-act.gif"); +} + +.viewer-list[disabled="true"], +.viewer-list[disabled="true"]:hover { + 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:hover { + list-style-image: url("chrome://inspector/skin/iconViewerMenu-act.gif"); +} + +.viewer-menu[disabled="true"], +.viewer-menu[disabled="true"]:hover { + 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/LCARStrek/inspector/sidebar.css b/LCARStrek/inspector/sidebar.css new file mode 100644 index 00000000..0bf75257 --- /dev/null +++ b/LCARStrek/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/LCARStrek/inspector/titledSplitter.css b/LCARStrek/inspector/titledSplitter.css new file mode 100644 index 00000000..9515c856 --- /dev/null +++ b/LCARStrek/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/LCARStrek/inspector/titledsplitter-close.gif b/LCARStrek/inspector/titledsplitter-close.gif new file mode 100644 index 00000000..1c5a0c28 Binary files /dev/null and b/LCARStrek/inspector/titledsplitter-close.gif differ diff --git a/LCARStrek/inspector/treeEditable.css b/LCARStrek/inspector/treeEditable.css new file mode 100644 index 00000000..0e3a7042 --- /dev/null +++ b/LCARStrek/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/LCARStrek/inspector/viewers/boxModel/boxModel.css b/LCARStrek/inspector/viewers/boxModel/boxModel.css new file mode 100644 index 00000000..8a0410a6 --- /dev/null +++ b/LCARStrek/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/LCARStrek/inspector/viewers/dom/columnsDialog.css b/LCARStrek/inspector/viewers/dom/columnsDialog.css new file mode 100644 index 00000000..41f6e293 --- /dev/null +++ b/LCARStrek/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; +} \ No newline at end of file diff --git a/LCARStrek/inspector/viewers/dom/dom.css b/LCARStrek/inspector/viewers/dom/dom.css new file mode 100644 index 00000000..e10efee5 --- /dev/null +++ b/LCARStrek/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: #FF9F00; +} + +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 #FF9F00; +} + +treechildren:-moz-tree-column(dnd-insert-after) { + border-right: 2px solid #FF9F00; +} diff --git a/LCARStrek/inspector/viewers/dom/findDialog.css b/LCARStrek/inspector/viewers/dom/findDialog.css new file mode 100644 index 00000000..66245cbc --- /dev/null +++ b/LCARStrek/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/LCARStrek/inspector/viewers/domNode/domNode.css b/LCARStrek/inspector/viewers/domNode/domNode.css new file mode 100644 index 00000000..d7f28d5b --- /dev/null +++ b/LCARStrek/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/LCARStrek/inspector/viewers/styleRules/styleRules.css b/LCARStrek/inspector/viewers/styleRules/styleRules.css new file mode 100644 index 00000000..e9502792 --- /dev/null +++ b/LCARStrek/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/LCARStrek/inspector/viewers/xblBindings/xblBindings.css b/LCARStrek/inspector/viewers/xblBindings/xblBindings.css new file mode 100644 index 00000000..b6a2bcb7 --- /dev/null +++ b/LCARStrek/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");