[CLASSIC SKIN] Editor skin files. NOT PART OF BUILD

This commit is contained in:
ben%netscape.com 2000-05-23 03:56:51 +00:00
Родитель 049a349c42
Коммит 6e8dbdff76
71 изменённых файлов: 1051 добавлений и 0 удалений

Просмотреть файл

@ -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");
}

Просмотреть файл

@ -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;}

Просмотреть файл

@ -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> */
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;
}

Просмотреть файл

@ -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 <text>! */
.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;
}

Просмотреть файл

@ -0,0 +1,6 @@
#!dest editor:skin
EdImageMap.css
EdImageMapPage.css
EditorDialog.css
EditorToolbars.css
editor.css

Просмотреть файл

@ -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)

Просмотреть файл

@ -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;
}

Просмотреть файл

@ -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

Просмотреть файл

@ -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)

Двоичные данные
themes/classic/editor/images/Map_Copy.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 908 B

Двоичные данные
themes/classic/editor/images/Map_Cut.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 916 B

Двоичные данные
themes/classic/editor/images/Map_Paste.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 913 B

Двоичные данные
themes/classic/editor/images/Map_checker.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 68 B

Двоичные данные
themes/classic/editor/images/Map_circleTool.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 97 B

Двоичные данные
themes/classic/editor/images/Map_contrast.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 184 B

Двоичные данные
themes/classic/editor/images/Map_pointerTool.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 79 B

Двоичные данные
themes/classic/editor/images/Map_polygonTool.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 79 B

Двоичные данные
themes/classic/editor/images/Map_rectangleTool.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 77 B

Двоичные данные
themes/classic/editor/images/Map_zoomIn.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 125 B

Двоичные данные
themes/classic/editor/images/Map_zoomOut.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 123 B

Двоичные данные
themes/classic/editor/images/align.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 103 B

Двоичные данные
themes/classic/editor/images/anchor-in-doc.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 855 B

Двоичные данные
themes/classic/editor/images/anchor-white.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 81 B

Двоичные данные
themes/classic/editor/images/anchor.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 97 B

Двоичные данные
themes/classic/editor/images/bold.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 103 B

Двоичные данные
themes/classic/editor/images/bullets.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 71 B

Двоичные данные
themes/classic/editor/images/center.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 66 B

Двоичные данные
themes/classic/editor/images/color.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 101 B

Двоичные данные
themes/classic/editor/images/dec-font-size.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 110 B

Двоичные данные
themes/classic/editor/images/div.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 97 B

Двоичные данные
themes/classic/editor/images/editmode-html.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 117 B

Двоичные данные
themes/classic/editor/images/editmode-normal.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 103 B

Двоичные данные
themes/classic/editor/images/editmode-preview.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 126 B

Двоичные данные
themes/classic/editor/images/editmode-tags.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 138 B

Двоичные данные
themes/classic/editor/images/editmode-toggle.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 146 B

Двоичные данные
themes/classic/editor/images/find.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 78 B

Двоичные данные
themes/classic/editor/images/hline-white.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 78 B

Двоичные данные
themes/classic/editor/images/hline.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 78 B

Двоичные данные
themes/classic/editor/images/hover-teal.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 113 B

Двоичные данные
themes/classic/editor/images/image-white.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 85 B

Двоичные данные
themes/classic/editor/images/image.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 85 B

Двоичные данные
themes/classic/editor/images/img-align-bottom.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 199 B

Двоичные данные
themes/classic/editor/images/img-align-left.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 173 B

Двоичные данные
themes/classic/editor/images/img-align-middle.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 185 B

Двоичные данные
themes/classic/editor/images/img-align-right.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 169 B

Двоичные данные
themes/classic/editor/images/img-align-top.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 185 B

Двоичные данные
themes/classic/editor/images/inc-font-size.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 114 B

Двоичные данные
themes/classic/editor/images/indent.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 102 B

Двоичные данные
themes/classic/editor/images/italic.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 91 B

Двоичные данные
themes/classic/editor/images/justify.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 69 B

Двоичные данные
themes/classic/editor/images/left.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 67 B

Двоичные данные
themes/classic/editor/images/link-white.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 81 B

Двоичные данные
themes/classic/editor/images/link.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 81 B

Просмотреть файл

@ -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

Двоичные данные
themes/classic/editor/images/newfile.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 82 B

Двоичные данные
themes/classic/editor/images/numbers.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 76 B

Двоичные данные
themes/classic/editor/images/object-popup.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 81 B

Двоичные данные
themes/classic/editor/images/openfile.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 79 B

Двоичные данные
themes/classic/editor/images/outdent.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 85 B

Двоичные данные
themes/classic/editor/images/preview.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 160 B

Двоичные данные
themes/classic/editor/images/print.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 81 B

Двоичные данные
themes/classic/editor/images/publish.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 148 B

Двоичные данные
themes/classic/editor/images/right.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 67 B

Двоичные данные
themes/classic/editor/images/savefile.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 84 B

Двоичные данные
themes/classic/editor/images/savemod.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 180 B

Двоичные данные
themes/classic/editor/images/span.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 96 B

Двоичные данные
themes/classic/editor/images/spell.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 109 B

Двоичные данные
themes/classic/editor/images/table-white.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 81 B

Двоичные данные
themes/classic/editor/images/table.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 81 B

Двоичные данные
themes/classic/editor/images/underline.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 107 B

Просмотреть файл

@ -0,0 +1,39 @@
#
# 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 = ..
DIRS= images
include <$(DEPTH)\config\rules.mak>
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\*.*