From 6e8dbdff7629d4be54baee053e1b6a90db5be669 Mon Sep 17 00:00:00 2001 From: "ben%netscape.com" Date: Tue, 23 May 2000 03:56:51 +0000 Subject: [PATCH] [CLASSIC SKIN] Editor skin files. NOT PART OF BUILD --- themes/classic/editor/EdImageMap.css | 89 ++++++ themes/classic/editor/EdImageMapPage.css | 42 +++ themes/classic/editor/EditorDialog.css | 234 ++++++++++++++ themes/classic/editor/EditorToolbars.css | 298 ++++++++++++++++++ themes/classic/editor/MANIFEST | 6 + themes/classic/editor/Makefile.in | 49 +++ themes/classic/editor/editor.css | 40 +++ themes/classic/editor/images/MANIFEST | 61 ++++ themes/classic/editor/images/Makefile.in | 102 ++++++ themes/classic/editor/images/Map_Copy.gif | Bin 0 -> 908 bytes themes/classic/editor/images/Map_Cut.gif | Bin 0 -> 916 bytes themes/classic/editor/images/Map_Paste.gif | Bin 0 -> 913 bytes themes/classic/editor/images/Map_checker.gif | Bin 0 -> 68 bytes .../classic/editor/images/Map_circleTool.gif | Bin 0 -> 97 bytes themes/classic/editor/images/Map_contrast.gif | Bin 0 -> 184 bytes .../classic/editor/images/Map_pointerTool.gif | Bin 0 -> 79 bytes .../classic/editor/images/Map_polygonTool.gif | Bin 0 -> 79 bytes .../editor/images/Map_rectangleTool.gif | Bin 0 -> 77 bytes themes/classic/editor/images/Map_zoomIn.gif | Bin 0 -> 125 bytes themes/classic/editor/images/Map_zoomOut.gif | Bin 0 -> 123 bytes themes/classic/editor/images/align.gif | Bin 0 -> 103 bytes .../classic/editor/images/anchor-in-doc.gif | Bin 0 -> 855 bytes themes/classic/editor/images/anchor-white.gif | Bin 0 -> 81 bytes themes/classic/editor/images/anchor.gif | Bin 0 -> 97 bytes themes/classic/editor/images/bold.gif | Bin 0 -> 103 bytes themes/classic/editor/images/bullets.gif | Bin 0 -> 71 bytes themes/classic/editor/images/center.gif | Bin 0 -> 66 bytes themes/classic/editor/images/color.gif | Bin 0 -> 101 bytes .../classic/editor/images/dec-font-size.gif | Bin 0 -> 110 bytes themes/classic/editor/images/div.gif | Bin 0 -> 97 bytes .../classic/editor/images/editmode-html.gif | Bin 0 -> 117 bytes .../classic/editor/images/editmode-normal.gif | Bin 0 -> 103 bytes .../editor/images/editmode-preview.gif | Bin 0 -> 126 bytes .../classic/editor/images/editmode-tags.gif | Bin 0 -> 138 bytes .../classic/editor/images/editmode-toggle.gif | Bin 0 -> 146 bytes themes/classic/editor/images/find.gif | Bin 0 -> 78 bytes themes/classic/editor/images/hline-white.gif | Bin 0 -> 78 bytes themes/classic/editor/images/hline.gif | Bin 0 -> 78 bytes themes/classic/editor/images/hover-teal.gif | Bin 0 -> 113 bytes themes/classic/editor/images/image-white.gif | Bin 0 -> 85 bytes themes/classic/editor/images/image.gif | Bin 0 -> 85 bytes .../editor/images/img-align-bottom.gif | Bin 0 -> 199 bytes .../classic/editor/images/img-align-left.gif | Bin 0 -> 173 bytes .../editor/images/img-align-middle.gif | Bin 0 -> 185 bytes .../classic/editor/images/img-align-right.gif | Bin 0 -> 169 bytes .../classic/editor/images/img-align-top.gif | Bin 0 -> 185 bytes .../classic/editor/images/inc-font-size.gif | Bin 0 -> 114 bytes themes/classic/editor/images/indent.gif | Bin 0 -> 102 bytes themes/classic/editor/images/italic.gif | Bin 0 -> 91 bytes themes/classic/editor/images/justify.gif | Bin 0 -> 69 bytes themes/classic/editor/images/left.gif | Bin 0 -> 67 bytes themes/classic/editor/images/link-white.gif | Bin 0 -> 81 bytes themes/classic/editor/images/link.gif | Bin 0 -> 81 bytes themes/classic/editor/images/makefile.win | 91 ++++++ themes/classic/editor/images/newfile.gif | Bin 0 -> 82 bytes themes/classic/editor/images/numbers.gif | Bin 0 -> 76 bytes themes/classic/editor/images/object-popup.gif | Bin 0 -> 81 bytes themes/classic/editor/images/openfile.gif | Bin 0 -> 79 bytes themes/classic/editor/images/outdent.gif | Bin 0 -> 85 bytes themes/classic/editor/images/preview.gif | Bin 0 -> 160 bytes themes/classic/editor/images/print.gif | Bin 0 -> 81 bytes themes/classic/editor/images/publish.gif | Bin 0 -> 148 bytes themes/classic/editor/images/right.gif | Bin 0 -> 67 bytes themes/classic/editor/images/savefile.gif | Bin 0 -> 84 bytes themes/classic/editor/images/savemod.gif | Bin 0 -> 180 bytes themes/classic/editor/images/span.gif | Bin 0 -> 96 bytes themes/classic/editor/images/spell.gif | Bin 0 -> 109 bytes themes/classic/editor/images/table-white.gif | Bin 0 -> 81 bytes themes/classic/editor/images/table.gif | Bin 0 -> 81 bytes themes/classic/editor/images/underline.gif | Bin 0 -> 107 bytes themes/classic/editor/makefile.win | 39 +++ 71 files changed, 1051 insertions(+) create mode 100644 themes/classic/editor/EdImageMap.css create mode 100644 themes/classic/editor/EdImageMapPage.css create mode 100644 themes/classic/editor/EditorDialog.css create mode 100644 themes/classic/editor/EditorToolbars.css create mode 100644 themes/classic/editor/MANIFEST create mode 100644 themes/classic/editor/Makefile.in create mode 100644 themes/classic/editor/editor.css create mode 100644 themes/classic/editor/images/MANIFEST create mode 100644 themes/classic/editor/images/Makefile.in create mode 100644 themes/classic/editor/images/Map_Copy.gif create mode 100644 themes/classic/editor/images/Map_Cut.gif create mode 100644 themes/classic/editor/images/Map_Paste.gif create mode 100644 themes/classic/editor/images/Map_checker.gif create mode 100644 themes/classic/editor/images/Map_circleTool.gif create mode 100644 themes/classic/editor/images/Map_contrast.gif create mode 100644 themes/classic/editor/images/Map_pointerTool.gif create mode 100644 themes/classic/editor/images/Map_polygonTool.gif create mode 100644 themes/classic/editor/images/Map_rectangleTool.gif create mode 100644 themes/classic/editor/images/Map_zoomIn.gif create mode 100644 themes/classic/editor/images/Map_zoomOut.gif create mode 100644 themes/classic/editor/images/align.gif create mode 100644 themes/classic/editor/images/anchor-in-doc.gif create mode 100644 themes/classic/editor/images/anchor-white.gif create mode 100644 themes/classic/editor/images/anchor.gif create mode 100644 themes/classic/editor/images/bold.gif create mode 100644 themes/classic/editor/images/bullets.gif create mode 100644 themes/classic/editor/images/center.gif create mode 100644 themes/classic/editor/images/color.gif create mode 100644 themes/classic/editor/images/dec-font-size.gif create mode 100644 themes/classic/editor/images/div.gif create mode 100644 themes/classic/editor/images/editmode-html.gif create mode 100644 themes/classic/editor/images/editmode-normal.gif create mode 100644 themes/classic/editor/images/editmode-preview.gif create mode 100644 themes/classic/editor/images/editmode-tags.gif create mode 100644 themes/classic/editor/images/editmode-toggle.gif create mode 100644 themes/classic/editor/images/find.gif create mode 100644 themes/classic/editor/images/hline-white.gif create mode 100644 themes/classic/editor/images/hline.gif create mode 100644 themes/classic/editor/images/hover-teal.gif create mode 100644 themes/classic/editor/images/image-white.gif create mode 100644 themes/classic/editor/images/image.gif create mode 100644 themes/classic/editor/images/img-align-bottom.gif create mode 100644 themes/classic/editor/images/img-align-left.gif create mode 100644 themes/classic/editor/images/img-align-middle.gif create mode 100644 themes/classic/editor/images/img-align-right.gif create mode 100644 themes/classic/editor/images/img-align-top.gif create mode 100644 themes/classic/editor/images/inc-font-size.gif create mode 100644 themes/classic/editor/images/indent.gif create mode 100644 themes/classic/editor/images/italic.gif create mode 100644 themes/classic/editor/images/justify.gif create mode 100644 themes/classic/editor/images/left.gif create mode 100644 themes/classic/editor/images/link-white.gif create mode 100644 themes/classic/editor/images/link.gif create mode 100644 themes/classic/editor/images/makefile.win create mode 100644 themes/classic/editor/images/newfile.gif create mode 100644 themes/classic/editor/images/numbers.gif create mode 100644 themes/classic/editor/images/object-popup.gif create mode 100644 themes/classic/editor/images/openfile.gif create mode 100644 themes/classic/editor/images/outdent.gif create mode 100644 themes/classic/editor/images/preview.gif create mode 100644 themes/classic/editor/images/print.gif create mode 100644 themes/classic/editor/images/publish.gif create mode 100644 themes/classic/editor/images/right.gif create mode 100644 themes/classic/editor/images/savefile.gif create mode 100644 themes/classic/editor/images/savemod.gif create mode 100644 themes/classic/editor/images/span.gif create mode 100644 themes/classic/editor/images/spell.gif create mode 100644 themes/classic/editor/images/table-white.gif create mode 100644 themes/classic/editor/images/table.gif create mode 100644 themes/classic/editor/images/underline.gif create mode 100644 themes/classic/editor/makefile.win diff --git a/themes/classic/editor/EdImageMap.css b/themes/classic/editor/EdImageMap.css new file mode 100644 index 000000000000..5c4837c2d730 --- /dev/null +++ b/themes/classic/editor/EdImageMap.css @@ -0,0 +1,89 @@ +/* + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ + * + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. + * + * The Original Code is Mozilla Communicator client code, released + * March 31, 1998. + * + * The Initial Developer of the Original Code is Netscape + * Communications Corporation. Portions created by Netscape are + * Copyright (C) 2000 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): + * Dan Haddix + * Brian King + */ + +toolbar#toolbox { + margin :0px; + padding: 4px; 0px; 0px; 0px; +} + +toolbar#toolbox button.tool:active { + margin: 2px 0px 0px 2px; +} + +toolbar#toolbox button.tool[toggled="1"] { + margin: 2px 0px 0px 2px; + border: 1px white inset; +} + +toolbar#toolbox button.tool { + border: 1px solid transparent; + margin: 1px 1px 1px 1px; + padding: 2px; + text-decoration: none; + color: inherit; +} + +toolbar.toolbox > toolbargrippy { + visibility: collapse; +} + +#pointerButton { + list-style-image:url("chrome://editor/skin/images/Map_pointerTool.gif"); +} + +#rectButton { + list-style-image:url("chrome://editor/skin/images/Map_rectangleTool.gif"); +} + +#cirButton { + list-style-image:url("chrome://editor/skin/images/Map_circleTool.gif"); +} + +#polyButton { + list-style-image:url("chrome://editor/skin/images/Map_polygonTool.gif"); +} + +#cutButton { + list-style-image:url("chrome://editor/skin/images/Map_Cut.gif"); +} + +#copyButton { + list-style-image:url("chrome://editor/skin/images/Map_Copy.gif"); +} + +#pasteButton { + list-style-image:url("chrome://editor/skin/images/Map_Paste.gif"); +} + +#zoomInButton { + list-style-image:url("chrome://editor/skin/images/Map_zoomIn.gif"); +} + +#zoomOutButton { + list-style-image:url("chrome://editor/skin/images/Map_zoomOut.gif"); +} + +#contrastButton { + list-style-image:url("chrome://editor/skin/images/Map_contrast.gif"); +} diff --git a/themes/classic/editor/EdImageMapPage.css b/themes/classic/editor/EdImageMapPage.css new file mode 100644 index 000000000000..7f0aa83805ad --- /dev/null +++ b/themes/classic/editor/EdImageMapPage.css @@ -0,0 +1,42 @@ +/* + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ + * + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. + * + * The Original Code is Mozilla Communicator client code, released + * March 31, 1998. + * + * The Initial Developer of the Original Code is Netscape + * Communications Corporation. Portions created by Netscape are + * Copyright (C) 2000 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): + * Dan Haddix + * Brian King + */ + +.rect {position:absolute; top:1px; left:1px; height:1px; width:1px; border: 1 solid #0000ff;} +.cir {position:absolute; top:1px; left:1px; height:1px; width:1px; border: 1 solid #00ff00; -moz-border-radius: 50%;} +.poly {position:absolute; top:0px; left:0px; height:100%; width:100%;} +.point {position:absolute; top:1px; left:1px; height:3px; width:3px; background-color:#ff0000;} +.pointStart {position:absolute; top:1px; left:1px; height:3px; width:3px; background-color:#8000ff;} +.handletl {position:absolute; top:-5px; left:-5px; height:5px; width:5px; background-color:#ff00ff;} +.handletr {position:absolute; top:-5px; left:100%; height:5px; width:5px; background-color:#ff00ff;} +.handlebl {position:absolute; top:100%; left:-5px; height:5px; width:5px; background-color:#ff00ff;} +.handlebr {position:absolute; top:100%; left:100%; height:5px; width:5px; background-color:#ff00ff;} +.handlel {position:absolute; top:48%; left:-5px; height:5px; width:5px; background-color:#ff00ff;} +.handler {position:absolute; top:48%; left:100%; height:5px; width:5px; background-color:#ff00ff;} +.handlet {position:absolute; top:-5px; left:48%; height:5px; width:5px; background-color:#ff00ff;} +.handleb {position:absolute; top:100%; left:48%; height:5px; width:5px; background-color:#ff00ff;} +#marquee {position:absolute; top:1px; left:-5px; height:-5px; width:1px; border: 1 dashed #0000ff; z-index:10000; visibility: hidden;} +#bgDiv {position:absolute; top:0px; left:0px; width:1; background:url("chrome://editor/skin/images/Map_checker.gif"); background-color: white; cursor: inherit;} +BODY {background-color:appworkspace; height: 100%;} +HTML {height: 100%;} +IMG {opacity: .99;} diff --git a/themes/classic/editor/EditorDialog.css b/themes/classic/editor/EditorDialog.css new file mode 100644 index 000000000000..f5785ffd6485 --- /dev/null +++ b/themes/classic/editor/EditorDialog.css @@ -0,0 +1,234 @@ +/* + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ + * + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. + * + * The Original Code is Mozilla Communicator client code, released + * March 31, 1998. + * + * The Initial Developer of the Original Code is Netscape + * Communications Corporation. Portions created by Netscape are + * Copyright (C) 1998-1999 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): + * Pete Collins, Ben Goodger + */ + +/* + THIS FILE IS LOCKED DOWN. YOU ARE NOT ALLOWED TO MODIFY IT WITHOUT FIRST HAVING YOUR + CHANGES REVIEWED BY cmanske@netscape.com. +*/ +/* Most should be moved to global files */ + +titledbox { + padding-bottom: 4px; +} + +.MinWidth5em { + min-width: 5em; +} + +.MinWidth10em { + min-width: 10em; +} + +.MinWidth20em { + min-width: 20em; +} + +.big-left-margin { + margin-left: 10px; +} + +.middle { + vertical-align: middle: +} + +.bold { + font-weight: bold; +} + +.italic { + font-style: italic; +} + +.larger { + font-size: 120%; +} + + +.narrow { + width: 3em; +} + +.align-right { + text-align: right; +} + +.wrap { + width: 1em; +} +/* end of "should be in global.css" */ + +.color-well { + width:20px; + height: 1em; + border: 1px inset #CCCCCC; + /* Background color is set at runtime */ +} + +.color-well[default="true"] { + border: 1px solid transparent; + background-color: inherit; +} + +.popup-trigger { + list-style-image: url(chrome://global/skin/scroll-down.gif); +} + +/* temporary -- we need a simple box-based list defined in XBL */ +tree.list { + border: 1px inset #CCCCCC; + /* same as in menulist.css */ + margin: 1px 5px 2px 5px; + width: 10em; + height: 3em; + /* use rows="#" in XUL to define height */ +} + +#ColorPreview { + border: 1px inset #CCCCCC; + margin-left: 10px; + padding-left: 5px; + padding-right: 5px; + min-width: 100px; + min-height: 50px; +} + +#alignTypeSelect,label#alignLabel { + margin-left: 5px; +} + +#MoreFewerButton[more="0"] { + list-style-image: url(chrome://global/skin/scroll-down.gif); + /* bug 9459 - changing button text doesn't resize width. + This covers that problem, but we want this size anyway */ + min-width: 10em; +} + +#MoreFewerButton[more="1"] { + list-style-image: url(chrome://global/skin/scroll-up.gif); + min-width: 10em; +} + +#MisspelledWord { + font-weight: bold; +} + +/* For a column of right-aligned text before + a column of input fields, e.g., InsertTable dialog +*/ +.right { + /* doesn't work yet! must use align="right" in */ + text-align: right; +} + +/* use outset shape for a button look */ +.colorpicker { + border: 1px outset #CCCCCC; + /* For a little extra space between buttons */ + margin-bottom: 2px; +} + + +.colorpicker:active { + border: 1px inset #CCCCCC; +} + +/* THIS SHOULD BE IN GLOBAL.CSS */ +.smallspacer { + width: 3px; + height: 3px; + min-width: 3px; + min-height: 3px; +} + +.spacer { + width: 5px; + height: 5px; + min-width: 5px; + min-height: 5px; +} + +.bigspacer { + width: 10px; + height: 10px; + min-width: 10px; + min-height: 10px; +} + +#img-align-top { + list-style-image:url("chrome://editor/skin/images/img-align-top.gif"); +} +#img-align-middle { + list-style-image:url("chrome://editor/skin/images/img-align-middle.gif"); +} +#img-align-bottom { + list-style-image:url("chrome://editor/skin/images/img-align-bottom.gif"); +} +#img-align-right { + list-style-image:url("chrome://editor/skin/images/img-align-right.gif"); +} +#img-align-left { + list-style-image:url("chrome://editor/skin/images/img-align-left.gif"); +} + +/* Rest are from Ben Goodger for Advanced Edit dialog + These need reviewing and eliminate all but essential attributes */ +/* Have made some mods and eliminated some unnecessary portions. + hope to merge most of the treecell formatting into global as some of + this "property list" style treecell formatting is used by cookie/signon + viewers. */ + + +#tagLabel { + font-weight: bold; +} + +/* styles for an attribute tree-table */ +tree.AttributesTree { + min-width : 200px; + min-height: 200px; +} + +tree.AttributesTree > treechildren > treeitem > treerow > treecell.value { + padding-left : 0px; + padding-top : 0px; + padding-bottom : 0px; + padding-right : 0px; + margin-left : 0px; +} + +input.AttributesCell { + border: none; + width: 100%; + background-color: #FFFFFF; + font-weight: normal; + border: none; + outline: none; + margin: 0px; + width: 100%; +} + +treecell > input { + margin: 0px; + background-color: #E5E5E5 ! important; +} + diff --git a/themes/classic/editor/EditorToolbars.css b/themes/classic/editor/EditorToolbars.css new file mode 100644 index 000000000000..d7455138395e --- /dev/null +++ b/themes/classic/editor/EditorToolbars.css @@ -0,0 +1,298 @@ +/* + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ + * + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. + * + * The Original Code is Mozilla Communicator client code, released + * March 31, 1998. + * + * The Initial Developer of the Original Code is Netscape + * Communications Corporation. Portions created by Netscape are + * Copyright (C) 1998-1999 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): + */ + +/* This contains CSS just for editor toolbars */ + +#EditorToolbox { + min-width: 1px; +} + +#FormatToolbar { + border-bottom: 1px solid #003366; +} + +.separator_small { + width: 1em; +} + +.margin-left-right { + margin-left: 3px; + margin-right: 3px; +} + +/* From button.css: */ +/* margin: 4px 7px 1px 1px; */ +/* We have too many buttons - must be closer! */ + +.toolbar, .key-toolbar { + margin-right: 2px; +} + +.inset-border { + border: 1px inset white; +} + +/* THIS DOESN'T WORK ON ! */ +.center { + text-align: center; +} + +/* end of SHOULD GO IN GLOBAL */ + +#EditModeToolbar { + padding: 0px; + /* Same as "standard" toolbar background */ + border-top: 1px solid #003366; + border-bottom: 1px solid darkgray; + margin-bottom: 0px; + min-width: 1px; + color: white; + background-color: #999999; + overflow: hidden; +} +/* BORDERS ARE NOT WORKING! global class="plain" is fighting us! */ +button.edit-mode:hover, button.edit-mode:hover:active, +button.edit-mode { + -moz-border-radius: 0px 0px 7px 7px; + padding: 0px 4px 1px 4px; + margin: 0px; + color: black; + background-color: #CCCCCC; + border-top: 1px solid #CCCCCC; /* Must be same as background */ + border-bottom: 1px solid #666666; + border-left: 1px solid white; + border-right: 1px solid #666666; +} + +button.edit-mode:hover { + border: 1px solid white; +} + +button.edit-mode:hover:active { + padding: 1px 5px 0px 3px; + border: 1px solid white; +} + +button.edit-mode[selected="1"] { + padding: 0px 4px 1px 4px; + margin: -1px 0px 0px 0px; +/* Not resizing well! - use color instead + font-weight: bold; +*/ + background-color: #FFFFFF; +} + +button.edit-mode[selected="1"]:active, +button.edit-mode[selected="1"]:hover:active { + padding: 1px 5px 0px 3px; +} + +#NormalModeButton[type="image"] { + list-style-image:url(chrome://editor/skin/images/editmode-normal.gif); +} + +#TagModeButton[type="image"] { + list-style-image:url(chrome://editor/skin/images/editmode-tags.gif); +} +#SourceModeButton[type="image"] { + list-style-image:url(chrome://editor/skin/images/editmode-html.gif); +} +#PreviewModeButton[type="image"] { + list-style-image:url(chrome://editor/skin/images/editmode-preview.gif); +} +#ToggleEditModeType { + list-style-image:url(chrome://editor/skin/images/editmode-toggle.gif); + border: 1px outset #CCCCCC; +} + +#ToggleEditModeType:hover { + border: 1px solid white; +} + +#ToggleEditModeType:hover:active { + border: 1px inset #CCCCCC; +} + +/* Image URLs for all Editor toolbar buttons */ + +#boldButton { + list-style-image:url(chrome://editor/skin/images/bold.gif); +} + +#italicButton { + list-style-image:url(chrome://editor/skin/images/italic.gif); +} + +#underlineButton { + list-style-image:url(chrome://editor/skin/images/underline.gif); +} + +#newButton { + list-style-image:url("chrome://editor/skin/images/newfile.gif"); +} +#openButton { + list-style-image:url("chrome://editor/skin/images/openfile.gif"); +} + +#saveButton { + list-style-image:url("chrome://editor/skin/images/savefile.gif"); +} +#saveButton[dirty="true"] { + list-style-image:url(chrome://editor/skin/images/savemod.gif); +} + +#publishButton { + list-style-image:url("chrome://editor/skin/images/publish.gif"); +} +#previewButton { + list-style-image:url("chrome://editor/skin/images/preview.gif"); +} +#printButton { + list-style-image:url("chrome://editor/skin/images/print.gif"); +} +#findButton { + list-style-image:url("chrome://editor/skin/images/find.gif"); +} +#linkButton { + list-style-image:url("chrome://editor/skin/images/link-white.gif"); +} +#imageButton { + list-style-image:url("chrome://editor/skin/images/image-white.gif"); +} +#namedAnchorButton { + list-style-image:url("chrome://editor/skin/images/anchor-white.gif"); +} +#hlineButton { + list-style-image:url("chrome://editor/skin/images/hline-white.gif"); +} +#tableButton { + list-style-image:url("chrome://editor/skin/images/table-white.gif"); +} +#linkButton-dark { + list-style-image:url("chrome://editor/skin/images/link.gif"); +} +#imageButton-dark { + list-style-image:url("chrome://editor/skin/images/image.gif"); +} +#namedAnchorButton-dark { + list-style-image:url("chrome://editor/skin/images/anchor.gif"); +} +#hlineButton-dark { + list-style-image:url("chrome://editor/skin/images/hline.gif"); +} +#tableButton-dark { + list-style-image:url("chrome://editor/skin/images/table.gif"); +} +#spellingButton { + list-style-image:url("chrome://editor/skin/images/spell.gif"); +} + +#DecreaseFontSizeButton { + list-style-image:url("chrome://editor/skin/images/dec-font-size.gif"); + border: 1px solid transparent; + margin: 1px 0px 1px 1px; + padding: 2px 1px 2px 2px; +} +#DecreaseFontSizeButton:hover { + border: 1px solid white; +} +#DecreaseFontSizeButton:active { + border: 1px inset white; + padding: 3px 0px 1px 3px; +} +#IncreaseFontSizeButton { + list-style-image:url("chrome://editor/skin/images/inc-font-size.gif"); + border: 1px solid transparent; + margin: 1px 1px 1px 0px; + padding: 2px 2px 2px 0px; +} +#IncreaseFontSizeButton:hover { + border: 1px solid white; +} +#IncreaseFontSizeButton:active { + border: 1px inset white; + padding: 3px 1px 1px 1px; +} + +#ulButton { + list-style-image:url("chrome://editor/skin/images/bullets.gif"); +} +#olButton { + list-style-image:url("chrome://editor/skin/images/numbers.gif"); +} +#outdentButton { + list-style-image:url("chrome://editor/skin/images/outdent.gif"); +} +#indentButton { + list-style-image:url("chrome://editor/skin/images/indent.gif"); +} +#AlignPopupButton { + list-style-image:url("chrome://editor/skin/images/align.gif"); +} +#InsertPopupButton { + list-style-image:url("chrome://editor/skin/images/object-popup.gif"); +} + +#text-align-left { + list-style-image:url("chrome://editor/skin/images/left.gif"); +} +#text-align-center { + list-style-image:url("chrome://editor/skin/images/center.gif"); +} +#text-align-right { + list-style-image:url("chrome://editor/skin/images/right.gif"); +} +#text-align-justify { + list-style-image:url("chrome://editor/skin/images/justify.gif"); +} + +.ColorPickerLabel { + border: 1px inset white; + margin: 0px; + padding: 2px; + text-align: center; +} + +/* TODO: How to make inset color skinable? */ +.color-button { + border: 1px inset #CCCCCC; + padding: 0px; + width: 14px; + height: 12px; + margin: 2px; +} + +.color-button:hover { + border: 1px solid white; +} + +#TextColorPopupButton { + margin: 2px 9px 9px 2px; + /* TEMP: Set color here. TODO: Set color from page */ + background-color: #AA0000; +} + +#BackColorPopupButton { + margin: 9px 2px 2px 9px; + /* TEMP: Set color here. TODO: Set color from page */ + background-color: #FFFF00; +} diff --git a/themes/classic/editor/MANIFEST b/themes/classic/editor/MANIFEST new file mode 100644 index 000000000000..88a7303fb7ec --- /dev/null +++ b/themes/classic/editor/MANIFEST @@ -0,0 +1,6 @@ +#!dest editor:skin +EdImageMap.css +EdImageMapPage.css +EditorDialog.css +EditorToolbars.css +editor.css diff --git a/themes/classic/editor/Makefile.in b/themes/classic/editor/Makefile.in new file mode 100644 index 000000000000..f82286e1b8ca --- /dev/null +++ b/themes/classic/editor/Makefile.in @@ -0,0 +1,49 @@ +# +# 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 Netscape are +# Copyright (C) 2000 Netscape Communications Corporation. All +# Rights Reserved. +# +# Contributor(s): +# + +DEPTH = ../../.. +THEME_ROOT_DEPTH = @srcdir@/.. +topsrcdir = @top_srcdir@ +srcdir = @srcdir@ +VPATH = @srcdir@ + +include $(DEPTH)/config/autoconf.mk +include $(THEME_ROOT_DEPTH)/theme.mk + +SAMPLES_DIR = $(DIST)/bin/chrome/skins/$(THEME)/editor/skin + +EXPORT_RESOURCE_SAMPLES = \ + EdImageMapPage.css \ + EditorToolbars.css \ + EdImageMap.css \ + EditorDialog.css \ + editor.css \ + $(NULL) + +DIRS = images + +include $(topsrcdir)/config/rules.mk + +GARBAGE += $(addprefix $(SAMPLES_DIR)/, $(EXPORT_RESOURCE_SAMPLES)) + +install:: + $(INSTALL) $(addprefix $(srcdir)/, $(EXPORT_RESOURCE_SAMPLES)) $(SAMPLES_DIR) + diff --git a/themes/classic/editor/editor.css b/themes/classic/editor/editor.css new file mode 100644 index 000000000000..7479fed9da0a --- /dev/null +++ b/themes/classic/editor/editor.css @@ -0,0 +1,40 @@ +/* + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ + * + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. + * + * The Original Code is Mozilla Communicator client code, released + * March 31, 1998. + * + * The Initial Developer of the Original Code is Netscape + * Communications Corporation. Portions created by Netscape are + * Copyright (C) 1998-1999 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): + */ + +@import url(chrome://communicator/skin/); +/* Note: most of our styles are in EditorToolbars.css + in order to share with all users of editor +*/ + +iframe#content-frame { + min-width: 10px; + min-height: 10px; + height: 400px; +} + +.source-editor, .source-editor:focus { + margin: 0px 5px 5px 0px; + border: 0px; + /* Scroll bars are in content, + so we can't use right and bottom padding! */ + padding: 5px 0px 0px 5px; +} diff --git a/themes/classic/editor/images/MANIFEST b/themes/classic/editor/images/MANIFEST new file mode 100644 index 000000000000..82d6b14f0d75 --- /dev/null +++ b/themes/classic/editor/images/MANIFEST @@ -0,0 +1,61 @@ +#!dest editor:skin:images +Map_Copy.gif +Map_Cut.gif +Map_Paste.gif +Map_checker.gif +Map_circleTool.gif +Map_contrast.gif +Map_pointerTool.gif +Map_polygonTool.gif +Map_rectangleTool.gif +Map_zoomIn.gif +Map_zoomOut.gif +align.gif +anchor-in-doc.gif +anchor-white.gif +anchor.gif +bold.gif +bullets.gif +center.gif +color.gif +dec-font-size.gif +div.gif +find.gif +hline-white.gif +hline.gif +hover-teal.gif +image-white.gif +image.gif +img-align-bottom.gif +img-align-left.gif +img-align-middle.gif +img-align-right.gif +img-align-top.gif +inc-font-size.gif +indent.gif +italic.gif +justify.gif +left.gif +link-white.gif +link.gif +newfile.gif +numbers.gif +object-popup.gif +openfile.gif +outdent.gif +preview.gif +print.gif +publish.gif +right.gif +savefile.gif +savemod.gif +span.gif +spell.gif +table-white.gif +table.gif +underline.gif +editmode-normal.gif +editmode-tags.gif +editmode-html.gif +editmode-preview.gif +editmode-toggle.gif diff --git a/themes/classic/editor/images/Makefile.in b/themes/classic/editor/images/Makefile.in new file mode 100644 index 000000000000..611a51e7ce10 --- /dev/null +++ b/themes/classic/editor/images/Makefile.in @@ -0,0 +1,102 @@ +# +# 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 Netscape are +# Copyright (C) 2000 Netscape Communications Corporation. All +# Rights Reserved. +# +# Contributor(s): +# + +DEPTH = ../../../.. +THEME_ROOT_DEPTH = @srcdir@/../.. +topsrcdir = @top_srcdir@ +srcdir = @srcdir@ +VPATH = @srcdir@ + +include $(DEPTH)/config/autoconf.mk +include $(THEME_ROOT_DEPTH)/theme.mk + +SAMPLES_DIR = $(DIST)/bin/chrome/skins/$(THEME)/editor/skin/images + +EXPORT_RESOURCE_SAMPLES = \ + Map_Copy.gif \ + Map_Cut.gif \ + Map_Paste.gif \ + Map_checker.gif \ + Map_circleTool.gif \ + Map_contrast.gif \ + Map_pointerTool.gif \ + Map_polygonTool.gif \ + Map_rectangleTool.gif \ + Map_zoomIn.gif \ + Map_zoomOut.gif \ + align.gif \ + anchor-in-doc.gif \ + anchor-white.gif \ + anchor.gif \ + bold.gif \ + bullets.gif \ + center.gif \ + color.gif \ + dec-font-size.gif \ + div.gif \ + find.gif \ + hline-white.gif \ + hline.gif \ + hover-teal.gif \ + image-white.gif \ + image.gif \ + img-align-bottom.gif \ + img-align-left.gif \ + img-align-middle.gif \ + img-align-right.gif \ + img-align-top.gif \ + inc-font-size.gif \ + indent.gif \ + italic.gif \ + justify.gif \ + left.gif \ + link-white.gif \ + link.gif \ + newfile.gif \ + numbers.gif \ + object-popup.gif \ + openfile.gif \ + outdent.gif \ + preview.gif \ + print.gif \ + publish.gif \ + right.gif \ + savefile.gif \ + savemod.gif \ + span.gif \ + spell.gif \ + table-white.gif \ + table.gif \ + underline.gif \ + editmode-normal.gif \ + editmode-tags.gif \ + editmode-html.gif \ + editmode-preview.gif \ + editmode-toggle.gif \ + $(NULL) + +include $(topsrcdir)/config/rules.mk + +GARBAGE += $(addprefix $(SAMPLES_DIR)/, $(EXPORT_RESOURCE_SAMPLES)) + +install:: + $(INSTALL) $(addprefix $(srcdir)/, $(EXPORT_RESOURCE_SAMPLES)) $(SAMPLES_DIR) + diff --git a/themes/classic/editor/images/Map_Copy.gif b/themes/classic/editor/images/Map_Copy.gif new file mode 100644 index 0000000000000000000000000000000000000000..38e33ca8582d123f165de1c713016610c667d679 GIT binary patch literal 908 zcmZ?wbhEHb6k!lz_|Cxa9|%AM!~Znn{|pQ>Xa1kbkk$YK4Ey)*XE3*Mnzg)vfgvsJ zjInW=l9CcoEdx*;P#P!-X8lh)^Z);uGiUyvnVANJ#y|sR{;wYeqaiTpLjah96@RiY zGB9v5=m6Oapgh6Ak;x#;A>*-OfnzhDkXFo#2MZk78I-(wIuFp;@e+1fAWr9z5Vk0hgo#m!GoPj%`#-qO+BoaEaikneUzQ)tDR8IrwRQ%@SM YaB20?*Xym?@WiPvVsnXa1kbkk$YK4Ey)*XE3*Mnzg)vfgvsJ zjInW=l9CcoEdx*;P#P!-X8lh)^Z);uGiUyvnVANJ#y|sR{;wYeqaiTpLjah96@RiY zGB9v5=m6Oapgh6AQOF?7A>*-Ofny_|kXB4Z!2)Im0cEF>3jzyWc=#Cud^T)MaO;pz z6mzKfpnRfT*}7^9hk^=2AFuB=o|Q$a-aV{YLQ^;=K0Yynn_J|Xa1kbkk$YK4Ey)*XE3*Mnzg)vfgvsJ zjInW=l9CcoEdx*;P#P!-X8lh)^Z);uGiUyvnVANJ#y|sR{;wYeqaiTpLjah96@RiY zGB9v5=m6Oapgh6Ak;fp+A>*-O!NF!GS&fngfrn0QysTysHx@i{Y2}q+V)ziC$i^eU zYsK(kvfewfSi8C_doPr~BD8^HhR##3GA;&d0MmyZr2qf` literal 0 HcmV?d00001 diff --git a/themes/classic/editor/images/Map_contrast.gif b/themes/classic/editor/images/Map_contrast.gif new file mode 100644 index 0000000000000000000000000000000000000000..0d9d0a3d5f9a8d6f86645568c73ed653b9188dda GIT binary patch literal 184 zcmZ?wbhEHb6k!lz*v!E29|#y2&Ybyw;J|^IGykWhoiR2}V*m<)F_1z7ia%Kx85o!u zbU@-DGaOh_3r={hmSy8Pd;I3S!d?|Ng$%ADrKzGp2BHoQ+b1u4UlX6&!FPz+>Ve8k zULUg!8|$Vx9k|BBz;Jw0*p-(}n-(dmzp$)1&>X^5@IYeWoTiX8yTgfR8P9h9e7LkK QxSBP=w#_=KQ;@+L04)JPGynhq literal 0 HcmV?d00001 diff --git a/themes/classic/editor/images/Map_pointerTool.gif b/themes/classic/editor/images/Map_pointerTool.gif new file mode 100644 index 0000000000000000000000000000000000000000..73df3a85d6cb2f88ec2d1d8003a7cf13dbc26939 GIT binary patch literal 79 zcmZ?wbhEHb6lD-$XkcJCaNqy~1B2pE7Dgb&paUX6G7d~?E&VH{-*N|c8(pw?e)mpf eU4@)P-IGqEl^+*8(#*Q;J!@0;x?e#I4AuZdzZzHo literal 0 HcmV?d00001 diff --git a/themes/classic/editor/images/Map_polygonTool.gif b/themes/classic/editor/images/Map_polygonTool.gif new file mode 100644 index 0000000000000000000000000000000000000000..01bfe8efe3a220f1f66f84d597a56016b5ad5f5d GIT binary patch literal 79 zcmZ?wbhEHb6lD-$XkcJCaNqy~1B2pE7Dgb&paUX6G7d~?E&VGcZgVd-S$K=Ra9)k^ eI?J1`ZFf7D#b#)w%{~yuBEKnQ^{;s%4AuZ9Zy1*V literal 0 HcmV?d00001 diff --git a/themes/classic/editor/images/Map_rectangleTool.gif b/themes/classic/editor/images/Map_rectangleTool.gif new file mode 100644 index 0000000000000000000000000000000000000000..4b09f97d8ee745ceb4be2849885c7b28a87f8f86 GIT binary patch literal 77 zcmZ?wbhEHb6lD-$XkcJCaNqy~1B2pE7Dgb&paUX6G7d~CE&VISXTM!EM<}dIa%+e6 c{MJVvS_eCqy=0p8=9}MIufBNaz~d`Y%)e%$h4Ils|>}O_ct1R>@gc W>y##LVC5>Tkd(i+@UEQ@gEasJS1XMG literal 0 HcmV?d00001 diff --git a/themes/classic/editor/images/Map_zoomOut.gif b/themes/classic/editor/images/Map_zoomOut.gif new file mode 100644 index 0000000000000000000000000000000000000000..14eee01edc1a6a1337b528d03c8009d6f423dbdd GIT binary patch literal 123 zcmZ?wbhEHb6k!lzSj52a|Ns9pXZ{~Ja3C%1jInVV0}LqsWMO1rU}De#34qi(Fgs}M zx}(Q(!t>%2Sxh@TwvWZ={%4SY&txV(De~`T-d0yPpna*4J^HNs}FdB(XdcLvM U&8yS%^XY)qy|UjXGB8*J0Hz5mLjV8( literal 0 HcmV?d00001 diff --git a/themes/classic/editor/images/align.gif b/themes/classic/editor/images/align.gif new file mode 100644 index 0000000000000000000000000000000000000000..7fe9cfe69b0864e267688d84954ef7cf80b4be08 GIT binary patch literal 103 zcmZ?wbhEHb6k`xznE0RJ|Ns9C#%UmufkE*1&l38HyV`#q>`O%IZkd1^tyg(`NMCa3=Gx) D1g|8l literal 0 HcmV?d00001 diff --git a/themes/classic/editor/images/anchor-in-doc.gif b/themes/classic/editor/images/anchor-in-doc.gif new file mode 100644 index 0000000000000000000000000000000000000000..79a53bb5afc77e43d39ca1c0ff50a3e21f39ede0 GIT binary patch literal 855 zcmc(eA&b>f5XFzC6(8(|hX{hjCYwA6E*eC|#k$$zhWQ?Xf>zrU!L1tn2pbHGOf)E% z%mz2PZT!vs65cj%?mhE6Xa4W-+0%OmFE-lfZ>#52cXmg&n_sA^y0R;}+@)z|b!KOD zx>IvEsv|q1!yTHZu6DMg?Y2f+)yh`1+@e4mX|#CEZOxoHSrt{T(u}3btc*%mYA9$% zRz!s>G*H}imZR*lVB~2jOHp!(sZb*ZG?ZY`V=&rCqs3#5p{Y5M=}e73#!^LOI74F> z3Yw0z)51Ma+)YKwDeRF4n7k$q`~!hQs1XAiO0L4eV6>4&OOxERsX30&1c^V!QrTgV zD|Vrv8FGjmNtyuQ;yOX&mMF;sOkNWQOc=%?)QADiOR(TzFxp6KRy4P1Q**?|2oisc zrLr^&Tp-^WgZ?o%55& X@2=f_|MTqV`0Vwq-LKp0d%FJ*->zXg literal 0 HcmV?d00001 diff --git a/themes/classic/editor/images/anchor-white.gif b/themes/classic/editor/images/anchor-white.gif new file mode 100644 index 0000000000000000000000000000000000000000..d7ab334d0132ceb4b7013fd9f514b94e7f689ffa GIT binary patch literal 81 zcmZ?wbhEHb6krfwX!y_Y|Ns932M#FyWMO1rU}Vr?00NMV1CvINJj01KyqB}Q&#G&i j8q2*YnWLe2&9iMm_@;QNwfY{5A7!02vpMC+$Y2csCn+0Q literal 0 HcmV?d00001 diff --git a/themes/classic/editor/images/anchor.gif b/themes/classic/editor/images/anchor.gif new file mode 100644 index 0000000000000000000000000000000000000000..4c9a22ba3886e53526b02ec5f91a72effbe8b4fd GIT binary patch literal 97 zcmZ?wbhEHb6krfwnE0RJz<~oZXPz-mo5^6DrudVEkpT#FKm@aw!4;{3p=(cr|n{8um%9Xn-&cK literal 0 HcmV?d00001 diff --git a/themes/classic/editor/images/center.gif b/themes/classic/editor/images/center.gif new file mode 100644 index 0000000000000000000000000000000000000000..700c359be153afc2f9d07d7e8f8e29432b29a558 GIT binary patch literal 66 zcmZ?wbhEHb6krfwX!y@?;J^U}<21#eEQ}05paUX6G7e0VE&VG`zm;D!r|{x|cW17= R`s)y@QJ11Q*PD^S8UTg879#)v literal 0 HcmV?d00001 diff --git a/themes/classic/editor/images/color.gif b/themes/classic/editor/images/color.gif new file mode 100644 index 0000000000000000000000000000000000000000..c375186b1bc9750508cf3f8de91cda2a11390e30 GIT binary patch literal 101 zcmZ?wbhEHbYULSZsAs@*?=6GkPZmZ7 z24)5wpaP(JJ_ZIRm7adh(|gt0=7>0SweuRDzgu}rwJ#>KO|E0pQthS#KG&n0q*)oP E0btD`LI3~& literal 0 HcmV?d00001 diff --git a/themes/classic/editor/images/dec-font-size.gif b/themes/classic/editor/images/dec-font-size.gif new file mode 100644 index 0000000000000000000000000000000000000000..6bc355e356f7b069dce9185ff69a6aaff237d9c5 GIT binary patch literal 110 zcmZ?wbhEHb6krfwnE0Pz=FBt3X)_s&)BgYeulS$a(Z%1%)ygx-P|twr-dhI6pDc_F z49pBV3_t+V!N8VVuMg@g&tRUWntV0^1pne2;8zqvdNZ Nb_+zd9cE&%1_0HKB`E*^ literal 0 HcmV?d00001 diff --git a/themes/classic/editor/images/div.gif b/themes/classic/editor/images/div.gif new file mode 100644 index 0000000000000000000000000000000000000000..0b7dc58908a42fc8b877571d5282813c1a6687f7 GIT binary patch literal 97 zcmZ?wbhEHbHXP#j&PGewTQ2fvB=;H6>YULSZsAs@*?=6GkPZpp! x1A`8T0O??0Qt0VtKb@ewyN} Sys`YC;mosPC96Cb7_0#cOfPo; literal 0 HcmV?d00001 diff --git a/themes/classic/editor/images/editmode-normal.gif b/themes/classic/editor/images/editmode-normal.gif new file mode 100644 index 0000000000000000000000000000000000000000..2d61e6a5b5a5a5673a99d821572cc09f338ccb26 GIT binary patch literal 103 zcmZ?wbhEHbRAAs?Sj5Tz1poj4pLym?+RT{@#%Vw{NQi+!@h1x-0|P6A4u}I%%fPG? zvFpx1gHxWfB^JMOtU5nSm4kbyKw@EK&hJK{=jY^>tu2{tr2OptfdvICJQ*0Q0ljA= Aw*UYD literal 0 HcmV?d00001 diff --git a/themes/classic/editor/images/editmode-preview.gif b/themes/classic/editor/images/editmode-preview.gif new file mode 100644 index 0000000000000000000000000000000000000000..8c3d8a00ed3cdc254353ff40a559f69e4bee4596 GIT binary patch literal 126 zcmZ?wbhEHbRAAs?Sj5Wk|NsA)XU@!=IWukMOa|jLAeR9Q6o0ZXGBB_*=zw@2wG7P8 z5xedf>z>-lrZ^#M>g%^MD)`%zF3Fdm{wI o8PvT0PT+S+u#)9j!MIvf`;>^wbc187b!VSvUSGA=gMq;s040t#2mk;8 literal 0 HcmV?d00001 diff --git a/themes/classic/editor/images/editmode-toggle.gif b/themes/classic/editor/images/editmode-toggle.gif new file mode 100644 index 0000000000000000000000000000000000000000..6d82b1a7fd276fcac5dcab21296382fccb04e293 GIT binary patch literal 146 zcmZ?wbhEHbRAk^`Sj5JVHgo38GiUz)KLZ5DX)_s&)BgYe&%nT-_>+Z^fq{)d2gqgs zsbyde&)9Y6pTQ|l=Ex_T4pqOF*}&48Hep#H#~KC^o)4#zZ!S1}Ym%R$mW6x3@kh0F yS`#iU&f@HmR#`b^Wm?Xv2D1;Z6#Z|^%H+(xAmLbWN+G*mRqV_xr}g?m4AuZ&Tsrmu literal 0 HcmV?d00001 diff --git a/themes/classic/editor/images/find.gif b/themes/classic/editor/images/find.gif new file mode 100644 index 0000000000000000000000000000000000000000..ae98fe27667bdca4b7c22e49ea74d2a6f76babd6 GIT binary patch literal 78 zcmZ?wbhEHb6krfwX!y_Y|Ns932M#FyWMO1rU}Vr?00NMV1Cwe`{(`Q(-(@l~+dPW5 gPCxl3G`b`6SyR))Z-LpzHwyilmQ^#$myy95075Vxp#T5? literal 0 HcmV?d00001 diff --git a/themes/classic/editor/images/hline-white.gif b/themes/classic/editor/images/hline-white.gif new file mode 100644 index 0000000000000000000000000000000000000000..22dc6503d9e2b021b30e06dc664d862141c31f34 GIT binary patch literal 78 zcmZ?wbhEHb6krfwX!y_Y|Ns932M#FyWMO1rU}Vr?00NMV1Cwe`zvO|pdjtYD1sVJA f`}uRH>-3J=z7#VtbFEmeR$b5C+N$T>7#XYq2eul5 literal 0 HcmV?d00001 diff --git a/themes/classic/editor/images/hline.gif b/themes/classic/editor/images/hline.gif new file mode 100644 index 0000000000000000000000000000000000000000..5ba008bc0adaa69ead4a3574a83f675123f7ec05 GIT binary patch literal 78 zcmZ?wbhEHb6krfwX!y@?;J^U}<21#eEQ}05paUX6G7e0tE&ZGa-|h(r*c4>!zwhVI dovzb6YWq^m#LTr~xmtBScWbMjcVlF*1^{>67)Ag9 literal 0 HcmV?d00001 diff --git a/themes/classic/editor/images/hover-teal.gif b/themes/classic/editor/images/hover-teal.gif new file mode 100644 index 0000000000000000000000000000000000000000..fd67cfeb57a0a2f3d83f807bbfdd5d2041db2f7a GIT binary patch literal 113 zcmZ?wbhEHblw=TRSoELa|NsBSt5zAGIg_?(6_CvU1B(B-9bNpLT&+BV4D}3{?!9GD z{K>+|z`(+w15yIg&A_bU;dS}nhP9%rmzp^*-Tfs&qc0_MUdF0*Ij{E>99be0JNvS% IA18w~0Mp+nlK=n! literal 0 HcmV?d00001 diff --git a/themes/classic/editor/images/image-white.gif b/themes/classic/editor/images/image-white.gif new file mode 100644 index 0000000000000000000000000000000000000000..26428a70f9b8a29107118e07358765849eef30c6 GIT binary patch literal 85 zcmZ?wbhEHb6krfwX!y_Y|Ns932M#FyWMO1rU}Vr?00NMV1Cvfqf2P2LJ8{v^4|;_* ng+G56!Xw`L=*iM+yVAVBcRq8;63RUJLPPQK>7=DLtPIuwBK#r0 literal 0 HcmV?d00001 diff --git a/themes/classic/editor/images/image.gif b/themes/classic/editor/images/image.gif new file mode 100644 index 0000000000000000000000000000000000000000..fd93756bcf05ee89b18e8193f09cda872385c4b2 GIT binary patch literal 85 zcmZ?wbhEHb6krfwX!y@?;J^U}<21#eEQ}05paUX6G7d~SE&Z8{5AVc9KR@Ud+7$l$ lT?mhO>!T-2ukA|n{@(e_B}*vtbO$ETB)+ORTM0|0rsA4C8E literal 0 HcmV?d00001 diff --git a/themes/classic/editor/images/img-align-bottom.gif b/themes/classic/editor/images/img-align-bottom.gif new file mode 100644 index 0000000000000000000000000000000000000000..32695115966c049da3c23a2cd6bb864fefa18715 GIT binary patch literal 199 zcmZ?wbhEHbRA7)|SoELaf9h#2F6jdY4lwKjvW@@$|IYvhia%Kx85o!tbU-|iS_kG9 zja_&C=}fWAnrnPOSLLTX8$;_hiRDeJVqTXy>YV>{+an^bXQ}MP0}2-yzDQbIcArZ* z5~ydn>^!s58#k59UJX&Dya`M4&b-;Q+^&l$R96-OSE*4`pOw`i3vIRnhO^%;bgG3&RVg$07wG>EkjMb literal 0 HcmV?d00001 diff --git a/themes/classic/editor/images/img-align-left.gif b/themes/classic/editor/images/img-align-left.gif new file mode 100644 index 0000000000000000000000000000000000000000..117b93fcaf155e87c62e8fe4cbff086f625c763c GIT binary patch literal 173 zcmZ?wbhEHbRA7)|SoELaf9h$5T|mB0mYvzj0_Ac3_2hIkXi@kB9C2n z{;lcpbY8GS8^8-Q#@z_Xidfc%0drB;4JaB()%F zfnaB3v0V4=-W-90Rh#!+FY|fU5_`gE)sKf7`g7E^Z6nUj`V?B?vUbrab>SeHI`;;V SY^U_@9)b3LiC%3^25SHj;Y5G{ literal 0 HcmV?d00001 diff --git a/themes/classic/editor/images/img-align-middle.gif b/themes/classic/editor/images/img-align-middle.gif new file mode 100644 index 0000000000000000000000000000000000000000..911ba464a18922092003b7bf3ce3930e725fa379 GIT binary patch literal 185 zcmZ?wbhEHbRA7)|SoELaf9h$5T|mB0mYvzj0_Ac3_2hIkXi@kI*(m< z{;lbe%$mFT$WqVmT`E1wYz&9l*XHaNE6_Q;PC4;M!Ls7})%)UeJ!->u?vz(XB>z|g=R?M6Gpz!IjIR35b8h$l~{=QMs f4RN~hfzeEzjrr{=78BFl>wB_i&zbAY$zTltLSabQ literal 0 HcmV?d00001 diff --git a/themes/classic/editor/images/img-align-right.gif b/themes/classic/editor/images/img-align-right.gif new file mode 100644 index 0000000000000000000000000000000000000000..8e679f50a4918cc4a562f4e3cec1337f5779b16c GIT binary patch literal 169 zcmZ?wbhEHbRA7)|SoELaf9h$5T|mB0mYvzj0_Ac3_2hIkXi@kJda&> z{^gwTWY;cjnc&{YZ^p4?0^=q2bvdt{Ty@TGQYvF!usnbNg#!x&Zb)-=Pd%H~^hv>8 zwQF7F;n4p^MKfiOx2gT(wQWMRjtDSM4)xYq^NDQorQ( O4!+iI;Z7Y+25SJRxB0mYvzj0_Ac3_2hIkXi@kI*(m< z{;lbe%$mFT$WqVu_Y``R*%+8P*5>RME6_P#BHJEeH|OQ*qHQy?J#st^#AH1_2d@&}3k+1^^lgBqsm> literal 0 HcmV?d00001 diff --git a/themes/classic/editor/images/indent.gif b/themes/classic/editor/images/indent.gif new file mode 100644 index 0000000000000000000000000000000000000000..e90942d9f755395a52b41f409fd6b619e94274c1 GIT binary patch literal 102 zcmZ?wbhEHb6krfwnE0Pz=FFK4#%cfm|7T!eQ2fvB=;H6>YULSZsAs@*?=6GkPZmZ7 z1||j_pe#_m0FbRZrN8pv+r9I6R^3wJUGPJ)Lh-?K*Eth>r*}lO#4sYk8zU}Ufc0G|33?EnA( literal 0 HcmV?d00001 diff --git a/themes/classic/editor/images/left.gif b/themes/classic/editor/images/left.gif new file mode 100644 index 0000000000000000000000000000000000000000..2a159f2b8c2a312336f4d4cc190365e541fc7ee2 GIT binary patch literal 67 zcmZ?wbhEHb6krfwX!y@?;J^U}<21#eEQ}05paUX6G7d~qE&VG`zm;1w=hKCqdcIa0 S_Sr_N+a-k5Mcoo%um%8vy%h!k literal 0 HcmV?d00001 diff --git a/themes/classic/editor/images/link-white.gif b/themes/classic/editor/images/link-white.gif new file mode 100644 index 0000000000000000000000000000000000000000..b2d3ba678cc33a644690a95e39deead562c94896 GIT binary patch literal 81 zcmZ?wbhEHb6krfwX!y_Y|Ns932M#FyWMO1rU}Vr?00NMV1CvHiKL@*Pwv^AslO_6h j&s#m!jla^FY+9(bH1XlI$ag8r^0}{lIK4ERk--`OM}Zx@ literal 0 HcmV?d00001 diff --git a/themes/classic/editor/images/link.gif b/themes/classic/editor/images/link.gif new file mode 100644 index 0000000000000000000000000000000000000000..9b5b6a5982b01940d58c4e50a4f0c539eab7e8a2 GIT binary patch literal 81 zcmZ?wbhEHb6krfwX!y@?;J^U}<21#eEQ}05paUX6G7d}{E&USWyxCGd7f+Vx-#u^j gR5$)gXR>Lb*3!g>(<0xcEX(J<_Tlu>Y(@ra0Ib~`UjP6A literal 0 HcmV?d00001 diff --git a/themes/classic/editor/images/makefile.win b/themes/classic/editor/images/makefile.win new file mode 100644 index 000000000000..386337cbb258 --- /dev/null +++ b/themes/classic/editor/images/makefile.win @@ -0,0 +1,91 @@ +# +# 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 Netscape are +# Copyright (C) 1998 Netscape Communications Corporation. All +# Rights Reserved. +# +# Contributor(s): +# + +DEPTH = ..\..\..\.. +THEME_ROOT_DEPTH = ..\.. + +include <$(DEPTH)\config\rules.mak> +include <$(THEME_ROOT_DEPTH)\theme.mk> + +clobber:: + rm -f $(DIST)\chrome\skins\$(THEME)\editor\skin\images\*.* + +install:: + $(MAKE_INSTALL) Map_Copy.gif $(DIST)\bin\chrome\skins\$(THEME)\editor\skin\images + $(MAKE_INSTALL) Map_Cut.gif $(DIST)\bin\chrome\skins\$(THEME)\editor\skin\images + $(MAKE_INSTALL) Map_Paste.gif $(DIST)\bin\chrome\skins\$(THEME)\editor\skin\images + $(MAKE_INSTALL) Map_checker.gif $(DIST)\bin\chrome\skins\$(THEME)\editor\skin\images + $(MAKE_INSTALL) Map_circleTool.gif $(DIST)\bin\chrome\skins\$(THEME)\editor\skin\images + $(MAKE_INSTALL) Map_contrast.gif $(DIST)\bin\chrome\skins\$(THEME)\editor\skin\images + $(MAKE_INSTALL) Map_pointerTool.gif $(DIST)\bin\chrome\skins\$(THEME)\editor\skin\images + $(MAKE_INSTALL) Map_polygonTool.gif $(DIST)\bin\chrome\skins\$(THEME)\editor\skin\images + $(MAKE_INSTALL) Map_rectangleTool.gif $(DIST)\bin\chrome\skins\$(THEME)\editor\skin\images + $(MAKE_INSTALL) Map_zoomIn.gif $(DIST)\bin\chrome\skins\$(THEME)\editor\skin\images + $(MAKE_INSTALL) Map_zoomOut.gif $(DIST)\bin\chrome\skins\$(THEME)\editor\skin\images + $(MAKE_INSTALL) align.gif $(DIST)\bin\chrome\skins\$(THEME)\editor\skin\images + $(MAKE_INSTALL) anchor-in-doc.gif $(DIST)\bin\chrome\skins\$(THEME)\editor\skin\images + $(MAKE_INSTALL) anchor-white.gif $(DIST)\bin\chrome\skins\$(THEME)\editor\skin\images + $(MAKE_INSTALL) anchor.gif $(DIST)\bin\chrome\skins\$(THEME)\editor\skin\images + $(MAKE_INSTALL) bold.gif $(DIST)\bin\chrome\skins\$(THEME)\editor\skin\images + $(MAKE_INSTALL) bullets.gif $(DIST)\bin\chrome\skins\$(THEME)\editor\skin\images + $(MAKE_INSTALL) center.gif $(DIST)\bin\chrome\skins\$(THEME)\editor\skin\images + $(MAKE_INSTALL) color.gif $(DIST)\bin\chrome\skins\$(THEME)\editor\skin\images + $(MAKE_INSTALL) dec-font-size.gif $(DIST)\bin\chrome\skins\$(THEME)\editor\skin\images + $(MAKE_INSTALL) div.gif $(DIST)\bin\chrome\skins\$(THEME)\editor\skin\images + $(MAKE_INSTALL) find.gif $(DIST)\bin\chrome\skins\$(THEME)\editor\skin\images + $(MAKE_INSTALL) hline-white.gif $(DIST)\bin\chrome\skins\$(THEME)\editor\skin\images + $(MAKE_INSTALL) hline.gif $(DIST)\bin\chrome\skins\$(THEME)\editor\skin\images + $(MAKE_INSTALL) hover-teal.gif $(DIST)\bin\chrome\skins\$(THEME)\editor\skin\images + $(MAKE_INSTALL) image-white.gif $(DIST)\bin\chrome\skins\$(THEME)\editor\skin\images + $(MAKE_INSTALL) image.gif $(DIST)\bin\chrome\skins\$(THEME)\editor\skin\images + $(MAKE_INSTALL) img-align-bottom.gif $(DIST)\bin\chrome\skins\$(THEME)\editor\skin\images + $(MAKE_INSTALL) img-align-left.gif $(DIST)\bin\chrome\skins\$(THEME)\editor\skin\images + $(MAKE_INSTALL) img-align-middle.gif $(DIST)\bin\chrome\skins\$(THEME)\editor\skin\images + $(MAKE_INSTALL) img-align-right.gif $(DIST)\bin\chrome\skins\$(THEME)\editor\skin\images + $(MAKE_INSTALL) img-align-top.gif $(DIST)\bin\chrome\skins\$(THEME)\editor\skin\images + $(MAKE_INSTALL) inc-font-size.gif $(DIST)\bin\chrome\skins\$(THEME)\editor\skin\images + $(MAKE_INSTALL) indent.gif $(DIST)\bin\chrome\skins\$(THEME)\editor\skin\images + $(MAKE_INSTALL) italic.gif $(DIST)\bin\chrome\skins\$(THEME)\editor\skin\images + $(MAKE_INSTALL) justify.gif $(DIST)\bin\chrome\skins\$(THEME)\editor\skin\images + $(MAKE_INSTALL) left.gif $(DIST)\bin\chrome\skins\$(THEME)\editor\skin\images + $(MAKE_INSTALL) link-white.gif $(DIST)\bin\chrome\skins\$(THEME)\editor\skin\images + $(MAKE_INSTALL) link.gif $(DIST)\bin\chrome\skins\$(THEME)\editor\skin\images + $(MAKE_INSTALL) newfile.gif $(DIST)\bin\chrome\skins\$(THEME)\editor\skin\images + $(MAKE_INSTALL) numbers.gif $(DIST)\bin\chrome\skins\$(THEME)\editor\skin\images + $(MAKE_INSTALL) object-popup.gif $(DIST)\bin\chrome\skins\$(THEME)\editor\skin\images + $(MAKE_INSTALL) openfile.gif $(DIST)\bin\chrome\skins\$(THEME)\editor\skin\images + $(MAKE_INSTALL) outdent.gif $(DIST)\bin\chrome\skins\$(THEME)\editor\skin\images + $(MAKE_INSTALL) preview.gif $(DIST)\bin\chrome\skins\$(THEME)\editor\skin\images + $(MAKE_INSTALL) print.gif $(DIST)\bin\chrome\skins\$(THEME)\editor\skin\images + $(MAKE_INSTALL) publish.gif $(DIST)\bin\chrome\skins\$(THEME)\editor\skin\images + $(MAKE_INSTALL) right.gif $(DIST)\bin\chrome\skins\$(THEME)\editor\skin\images + $(MAKE_INSTALL) savefile.gif $(DIST)\bin\chrome\skins\$(THEME)\editor\skin\images + $(MAKE_INSTALL) savemod.gif $(DIST)\bin\chrome\skins\$(THEME)\editor\skin\images + $(MAKE_INSTALL) span.gif $(DIST)\bin\chrome\skins\$(THEME)\editor\skin\images + $(MAKE_INSTALL) spell.gif $(DIST)\bin\chrome\skins\$(THEME)\editor\skin\images + $(MAKE_INSTALL) table-white.gif $(DIST)\bin\chrome\skins\$(THEME)\editor\skin\images + $(MAKE_INSTALL) table.gif $(DIST)\bin\chrome\skins\$(THEME)\editor\skin\images + $(MAKE_INSTALL) underline.gif $(DIST)\bin\chrome\skins\$(THEME)\editor\skin\images + $(MAKE_INSTALL) editmode-normal.gif $(DIST)\bin\chrome\skins\$(THEME)\editor\skin\images + $(MAKE_INSTALL) editmode-tags.gif $(DIST)\bin\chrome\skins\$(THEME)\editor\skin\images + $(MAKE_INSTALL) editmode-html.gif $(DIST)\bin\chrome\skins\$(THEME)\editor\skin\images + $(MAKE_INSTALL) editmode-preview.gif $(DIST)\bin\chrome\skins\$(THEME)\editor\skin\images + $(MAKE_INSTALL) editmode-toggle.gif $(DIST)\bin\chrome\skins\$(THEME)\editor\skin\images diff --git a/themes/classic/editor/images/newfile.gif b/themes/classic/editor/images/newfile.gif new file mode 100644 index 0000000000000000000000000000000000000000..96b2560386d313d793404ddb45d0033a796b533e GIT binary patch literal 82 zcmZ?wbhEHb6krfwX!y@?;J^W6<21#eEQ}05paUX6G7e0dErNxo&sIK|bm_|SNlqTw izkTnqShfL}uAMne_$5v5($8SsBH^U=08)cOFCl literal 0 HcmV?d00001 diff --git a/themes/classic/editor/images/numbers.gif b/themes/classic/editor/images/numbers.gif new file mode 100644 index 0000000000000000000000000000000000000000..761616e8f23c952b8f92b3706faf7b8060b9b96f GIT binary patch literal 76 zcmZ?wbhEHb6krfwX!y@?;J^U}<21#eEQ}05paUX6G7e12EJ-W7CHe2qx^nfVU(1_c b^%BzQoylTNQdJYv-Rd^p+0*w$l))MRL4_G^ literal 0 HcmV?d00001 diff --git a/themes/classic/editor/images/object-popup.gif b/themes/classic/editor/images/object-popup.gif new file mode 100644 index 0000000000000000000000000000000000000000..6e99209429e9b0a8cc82f6aa5b4ecba27467a1f3 GIT binary patch literal 81 zcmZ?wbhEHb6krfw_`tw$;J^W6<21#eEQ}05paUX6G7L-_E&ZGa-}W?hmH1WO-{hZk gHMetlEt|-!vq5rv&*)~_plm=xpe&d6X50J2RQR{#J2 literal 0 HcmV?d00001 diff --git a/themes/classic/editor/images/openfile.gif b/themes/classic/editor/images/openfile.gif new file mode 100644 index 0000000000000000000000000000000000000000..bfc97ae14d608e5fe10536e0ed14b3b79f88c2b2 GIT binary patch literal 79 zcmZ?wbhEHb6krfwX!y@?;J^W6<21#eEQ}05paUX6G7d~?EwU@y3%SH+Z)`M?-249qKYi%Q@zx_qs>UWxrQiVUe&}c3FW$MBfQc4Nav; l1H}ft=bwBsw=gS7T{)KI;Hx{WD9>oQ#=(R;2HJuQ)&O#mE-nB7 literal 0 HcmV?d00001 diff --git a/themes/classic/editor/images/print.gif b/themes/classic/editor/images/print.gif new file mode 100644 index 0000000000000000000000000000000000000000..47541c1353753fa0881622f837a5b7dd2b38fda3 GIT binary patch literal 81 zcmZ?wbhEHb6krfwX!y_Y|Ns932M#FyWMO1rU}Vr?00NMV1CxeN!^(_fyz`k2E^Xd4 kYpds-!h2V3<2jO|k`~TCx$KeJ^|iaQR+P4RFfv#J0DN5@^Z)<= literal 0 HcmV?d00001 diff --git a/themes/classic/editor/images/publish.gif b/themes/classic/editor/images/publish.gif new file mode 100644 index 0000000000000000000000000000000000000000..5755cd6d82a62426f924ef9c3e9e54013e91b11e GIT binary patch literal 148 zcmZ?wbhEHb6k-rz_{_j?;J^U~hlc>OCo%ETIKWa}5?u&YE>lp>FlBt`he-+amP7-{wqTD%F1UmW8T;gUPI} TNW;skRk>@c_9u9;FjxZsBV8+n literal 0 HcmV?d00001 diff --git a/themes/classic/editor/images/right.gif b/themes/classic/editor/images/right.gif new file mode 100644 index 0000000000000000000000000000000000000000..d3575101f4bde5c3ea1de9a02f30c3bc2257ca98 GIT binary patch literal 67 zcmZ?wbhEHb6krfwX!y@?;J^U}<21#eEQ}05paUX6G7d~qE&VG`zm;D!XVS$ky{*4q S{BAj*UKAf-mBJ;$U=0A2%@yeY literal 0 HcmV?d00001 diff --git a/themes/classic/editor/images/savefile.gif b/themes/classic/editor/images/savefile.gif new file mode 100644 index 0000000000000000000000000000000000000000..02e1db76c912f7a1e2e6c3193cefd11afc417332 GIT binary patch literal 84 zcmZ?wbhEHb6krfwX!y@?;J^W6<21#eEQ}05paUX6G7e1IE&Z8-7jE9@TI2O{(W1*$ kb2K^1audJRx@YxH@!EHE2rg#h)yU3=I4XIt)MnGL?bF|HDbo)q5?nEqDEo zHDx)-Fh|Wmh}m@7@-DVD-pe+5ZNJQ2Wi6fQ!SgL|zi5B)W{p-|M#oz*+6{4+!KpSO41FYsnzum%8vVo?VG literal 0 HcmV?d00001 diff --git a/themes/classic/editor/images/span.gif b/themes/classic/editor/images/span.gif new file mode 100644 index 0000000000000000000000000000000000000000..758a77ca75aed5aedefecda297901e4b73d818af GIT binary patch literal 96 zcmZ?wbhEHbHXP#j&PGewTQ2fvB=;H6>YULSZsAs@*?=6GkPZpp! w1A`8T0O??0lJDtfKb^~aFnZB7Q`aet?>Hl*uDL4Tn6uQPNP6-SH%10)0EC(y)Bpeg literal 0 HcmV?d00001 diff --git a/themes/classic/editor/images/spell.gif b/themes/classic/editor/images/spell.gif new file mode 100644 index 0000000000000000000000000000000000000000..8ad01c60c0f0b4253668958e6aa5e944f44a7480 GIT binary patch literal 109 zcmZ?wbhEHb6krfwnE0RJ|Ns9C3{X<>KewZczmuz#XON+u0n@#=42nNl7#SFt7<7PY zfa(Q+Y@I0$%T_0xd{n$iQ9}QycYdA9EyLC+Pv$Bbmt~#YcC{*U2FF#Exy|$b&hS-W HWv~VStIZ}{ literal 0 HcmV?d00001 diff --git a/themes/classic/editor/images/table-white.gif b/themes/classic/editor/images/table-white.gif new file mode 100644 index 0000000000000000000000000000000000000000..f65274fe02a69ac4a9b63e95b0a888571b182c5a GIT binary patch literal 81 zcmZ?wbhEHb6krfwX!y_Y|Ns932M#FyWMO1rU}Vr?00NMV1CvHiei{I gvoer1@l@wB4~<#ZJ~yP?*?66|e@5*}Peul70L|wd2><{9 literal 0 HcmV?d00001 diff --git a/themes/classic/editor/images/underline.gif b/themes/classic/editor/images/underline.gif new file mode 100644 index 0000000000000000000000000000000000000000..0d3f73e18a33fc4dca6b39130191ea543166b259 GIT binary patch literal 107 zcmZ?wbhEHb~5v)k6m!QH%PNpSd+uEn_ +include <$(THEME_ROOT_DEPTH)\theme.mk> + +install:: + $(MAKE_INSTALL) EdImageMap.css $(DIST)\bin\chrome\skins\$(THEME)\editor\skin + $(MAKE_INSTALL) EdImageMapPage.css $(DIST)\bin\chrome\skins\$(THEME)\editor\skin + $(MAKE_INSTALL) EditorDialog.css $(DIST)\bin\chrome\skins\$(THEME)\editor\skin + $(MAKE_INSTALL) EditorToolbars.css $(DIST)\bin\chrome\skins\$(THEME)\editor\skin + $(MAKE_INSTALL) editor.css $(DIST)\bin\chrome\skins\$(THEME)\editor\skin + +clobber:: + rm -f $(DIST)\chrome\skins\$(THEME)\editor\skin\*.* +