diff --git a/editor/dialogs/EditorDialog.css b/editor/dialogs/EditorDialog.css new file mode 100644 index 00000000000..3785aa0f3cb --- /dev/null +++ b/editor/dialogs/EditorDialog.css @@ -0,0 +1,123 @@ +/* XUL ELEMENTS */ +window, WINDOW { + display: block; + width: 100%; + background: silver; + background-color: #CCCCCC; /* not working on Macintosh */ + padding: 5px; + font-family: Sans-Serif; + font-size: 8pt; +} + +/* Defeat the default behavior of borderless until rollover */ +button { border: 2px outset } + +/* values = margin, padding. Padding doesn't work yet */ +checkbox, CHECKBOX { margin: 5px 3px } + +radio, RADIO { margin: 5px 3px } + +tree, TREE { + display: table; + background-color: #000000; + border: none; + border-spacing: 0px; + border-collapse: collapse; + width: 100%; +} + +/* HTML ELEMENTS */ +/* Force all rows to line up cell contents at the top */ +tr, TR { vertical-align: top } + +/* FOR DEBUG PURPOSE -- SHOW CELL BORDER */ +td, TD { border-width: 0px; border-style: inset } + +table, TABLE { border-width: 0px } + +p, br, td { + font-family: Sans-Serif; + font-size: 8pt; + margin-top: 4px; + margin-bottom: 4px +} + +fieldset, FIELDSET { + border-width: 3px; + border-style: groove; + padding: 3px; + margin: 5px; + text-align: left; +} + +legend, LEGEND { + font-family: Sans-Serif; + font-size: 10pt; + border-width: 0; + text-align: left; +} + +/* CLASSES */ +[CLASS~=GrooveBorder] { border: 2px groove; padding: 3px } + +[CLASS~=RidgeBorder] { border: 2px ridge; padding: 3px } + +[CLASS~=OutsetBorder] { border: 1px outset; padding: 3px } + +[CLASS~=InsetBorder] { border: 1px inset; padding: 3px } + + +.tableCenterAlign { + vertical-align: middle; +} + +.genericbutton { + width: 80px; + height: 20px; + margin-top: 5px; + margin-bottom: 5px; +} + +/* IDs only one button per dialog */ +#okbutton { + width: 80px; + height: 20px; + left: 385px; + top: 320px; + align: right; + font-style: normal; position: absolute; visibility: visible; z-index: auto +} + +#cancelbutton { + width: 80px; + height: 20px; + left: 295px; + top: 320px; + align: right; + font-style: normal; position: absolute; visibility: visible; z-index: auto +} + +#applybutton { + width: 80px; + height: 20px; + left: 205px; + top: 320px; + align: right; font-style: normal; position: absolute; visibility: visible; z-index: auto +} + +#helpbutton { + width: 80px; + height: 20px; + left: 10px; + top: 320px; + align : left; + font-style: normal; position: absolute; visibility: visible; z-index: auto +} + +#extrahtmlbutton { + width: 80px; + height: 20px; + align: right; + left: 385px; + font-style: normal; position: absolute; visibility: visible; z-index: auto +} diff --git a/editor/dialogs/hruledlog.xml b/editor/dialogs/hruledlog.xml new file mode 100644 index 00000000000..5ffa134ffd0 --- /dev/null +++ b/editor/dialogs/hruledlog.xml @@ -0,0 +1,66 @@ + + + + + + + + + + + + Height + + + pixels + + + + + + Width + + + + + + + pixels + % of window + + + + + + + + + + Alignment + + + left alignment + center alignment + right alignment + + + + + 3-D shading + + + + + + + + + + + + + + + + diff --git a/editor/dialogs/imagedlog.xml b/editor/dialogs/imagedlog.xml new file mode 100644 index 00000000000..0d6e2b79407 --- /dev/null +++ b/editor/dialogs/imagedlog.xml @@ -0,0 +1,240 @@ + + + + + + + + + + + + + Image Location and Name + + + + + + Leave Image at Original Location + + Page Background + + + + Alternative Text + + + + + + + + + + + + + + Dimensions + + + + Original Size + + + + Custom Size + + + + + + + + + + Height + + + + + + + + + + pixels + + % of window + + + + + + + + + + + + + + + + Width + + + + + + + + + + pixels + + % of window + + + + + + + + + + + + + + + + + + + + Constrain + + + + + + + + + + + + + + + + + + + + top alignment + + center alignment + + bottom alignment + + around left alignment + + around right alignment + + + + + + + + + + Space Around Image + + + + + + Left and Right + + + + + + + + pixels + + + + + + + + Top and Bottom + + + + + + + + pixels + + + + + + + + Solid Border + + + + + + + + pixels + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/editor/dialogs/linkdlog.xml b/editor/dialogs/linkdlog.xml new file mode 100644 index 00000000000..d2b92694aa6 --- /dev/null +++ b/editor/dialogs/linkdlog.xml @@ -0,0 +1,61 @@ + + + + + + + Linked Text + + + Link to + URL or file location + + + + + Targets (optional) + + + + + Show Targets in: + + Current Page + + Destination Page + + + + + + Link to a target on the page + + + + Item 1 + Item 2 + Item 3 + Item 4 + Item 5 + Item 6 + + + + + + + + + + + + + + + + + + + +