diff --git a/modules/editor/skins/default_black/css/editor.css b/modules/editor/skins/default_black/css/editor.css deleted file mode 100644 index 82bb9ac5c..000000000 --- a/modules/editor/skins/default_black/css/editor.css +++ /dev/null @@ -1,53 +0,0 @@ -@charset "utf-8"; - -.xeEditor { } -.xeEditor .optionABC { clear:both; width:100%; overflow:hidden; background:transparent;} -.xeEditor .optionABC .selectGroup { white-space:nowrap; display:block; height:21px; margin:0 .5em 0 0; padding-left:1em; float:left;} -.xeEditor .optionABC .selectGroup select {background-color:#444444; color:#AAAAAA; } -.xeEditor .optionABC .buttonGroup { white-space:nowrap; position:relative; display:block; margin:0 .5em 0 0; float:left; height:21px; overflow:hidden; padding-left:2px;} -.xeEditor .optionABC .buttonGroup img { float:left; display:block; margin-left:-1px; cursor:pointer;} -.xeEditor .optionA, -.xeEditor .optionB, -.xeEditor .optionC { float:left; background:transparent; padding:.5em 0 .5em .7em; overflow:hidden;} -.xeEditor .optionA *, -.xeEditor .optionB *, -.xeEditor .optionC * { vertical-align:middle;} -.xeEditor .optionA { background-position:-3px bottom; padding-left:0;} -.xeEditor .optionA select option { font-size:.9em; } -.xeEditor .optionDE { width:100%; clear:both; overflow:hidden; background:transparent;height:29px;} -.xeEditor .optionDE .buttonGroup { white-space:nowrap; position:relative; display:block; float:left; height:21px; overflow:hidden; padding-left:2px;} -.xeEditor .optionDE img { float:left; display:block; margin-right:.5em; cursor:pointer;} -.xeEditor .optionD { padding:.5em 0 .5em .8em; overflow:hidden; float:left; border-right:1px solid #e0e0e0;} -.xeEditor .optionE { padding:4px 0 0 9px; overflow:hidden; float:left;} - -.xeEditor .editorInfo { background:transparent; padding:.5em; border:1px solid #e1e1dd; color:#999999; position:relative; margin:5px 10px 0 10px;} -.xeEditor .close { cursor:pointer; position:absolute; top:3px; right:3px; _top:3px; _right:15px;} -.xeEditor .editor_iframe_box { clear:both; border:1px solid; border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6; padding:0; margin:3px 10px 5px 10px; } -.xeEditor .editor_iframe_textarea { background:#ffffff; clear:both; border:1px solid; border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6; margin:5px 10px 0 10px; width:100%; font-size:1em; display:none;} - -.xeEditor .textAreaDragIndicator { text-align:center; background:url(../images/lineTextAreaDrag.gif) repeat-x left center; padding:5px 0 5px 0; } -.xeEditor .textAreaDragIndicatorBar { background:url(../images/buttonTextAreaDrag.gif) no-repeat center; cursor:move;height:14px;} - -.xeEditor .editor_info { clear:both; padding:5px 10px 0 10px; overflow:hidden;} -.xeEditor .editor_info .editor_option { float:left; color:#888888; } -.xeEditor .editor_info .editor_autosaved_message { display:none; color:#888888; float:right; } - -.xeEditor .inputTypeTextArea { background:#fbfbfb; padding:1em; width:94%;} - -.xeEditor .fileAttach { border:none; table-layout:fixed; margin:0 10px 0 10px; } - -.xeEditor .fileAttach .preview { padding:5px; border:1px solid #e1e1dd; width:100px; height:100px; margin-right:10px;} -.xeEditor .fileAttach .preview img { width:100px; height:100px; } - -.xeEditor .fileAttach .fileListArea .fileList { background:#444444; overflow:auto; width:100%; height:auto; border:1px solid; border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6; margin-bottom:10px; font-size:11px;} -.xeEditor .fileAttach .fileListArea .fileList option { line-height:100%; padding-left:.5em; color:#AAAAAA;} -.xeEditor .fileAttach .fileUploadControl { float:left; } -.xeEditor .fileAttach .file_attach_info { color:#AAAAAA; font-size:.9em; _font-size:8pt; text-align:right;} -*:first-child+html .xeEditor .fileAttach .file_attach_info { font-size:8pt; } - -.xeEditor .fileAttach .fileUploadControl .uploaderButton { display:block; cursor:pointer; background:url(../images/buttonTypeBCenter.gif) repeat-x left center; line-height:100%; overflow:visible; color:#3f4040; margin:0 1px; font-size:.9em; white-space:nowrap;} -.xeEditor .fileAttach .fileUploadControl .uploaderButton:hover { text-decoration:none;} -.xeEditor .fileAttach .fileUploadControl .uploaderButton img { vertical-align:middle;} -.xeEditor .fileAttach .fileUploadControl .uploaderButton .leftCap { width:2px; height:21px; background:url(../images/buttonTypeBLeft.gif) no-repeat; margin:0 .3em 0 0; position:relative; left:-1px;} -.xeEditor .fileAttach .fileUploadControl .uploaderButton .rightCap { width:2px; height:21px; background:url(../images/buttonTypeBRight.gif) no-repeat; margin:0 -1px 0 .4em;} -.xeEditor .fileAttach .fileUploadControl .uploaderButton .icon { margin:0 .2em;} diff --git a/modules/editor/skins/default_black/editor.html b/modules/editor/skins/default_black/editor.html deleted file mode 100644 index 36f017db3..000000000 --- a/modules/editor/skins/default_black/editor.html +++ /dev/null @@ -1,198 +0,0 @@ - - - - - - - - - - - - - - - -
- -
- - - -
-
-
- - - - - -
- -
- {$lang->edit->help_bold} - {$lang->edit->help_italic} - {$lang->edit->help_underline} - {$lang->edit->help_underline} - {$lang->edit->help_underline} - {$lang->edit->help_fontcolor} - {$lang->edit->help_fontbgcolor} -
-
- -
-
- {$lang->edit->help_align_left} - {$lang->edit->help_align_center} - {$lang->edit->help_align_right} - {$lang->edit->help_align_full} -
- -
- {$lang->edit->help_remove_indent} - {$lang->edit->help_add_indent} -
- -
- {$lang->edit->help_list_bullet} - {$lang->edit->help_list_number} -
- - -
- - -
- - - - -
-
-
- - - {$component->title} - - -
-
-
- -
- - - -
- {$lang->about_dblclick_in_editor} - - close -
- - - - -
- -
- -
- - -
- -
- - - -
- - - - -
- - - - - - - - - - - - - - - -
preview
- -
- -
-
- - {$lang->edit->delete_selected} - {$lang->edit->link_file} -
-
{$upload_status}
-
- -
- - - - - diff --git a/modules/editor/skins/default_black/images/bgBoardEditorOption.gif b/modules/editor/skins/default_black/images/bgBoardEditorOption.gif deleted file mode 100644 index 559588af6..000000000 Binary files a/modules/editor/skins/default_black/images/bgBoardEditorOption.gif and /dev/null differ diff --git a/modules/editor/skins/default_black/images/blank.gif b/modules/editor/skins/default_black/images/blank.gif deleted file mode 100644 index 35d42e808..000000000 Binary files a/modules/editor/skins/default_black/images/blank.gif and /dev/null differ diff --git a/modules/editor/skins/default_black/images/buttonClose.gif b/modules/editor/skins/default_black/images/buttonClose.gif deleted file mode 100644 index 12cd8aaa9..000000000 Binary files a/modules/editor/skins/default_black/images/buttonClose.gif and /dev/null differ diff --git a/modules/editor/skins/default_black/images/buttonTextAreaDrag.gif b/modules/editor/skins/default_black/images/buttonTextAreaDrag.gif deleted file mode 100644 index 148e9ee10..000000000 Binary files a/modules/editor/skins/default_black/images/buttonTextAreaDrag.gif and /dev/null differ diff --git a/modules/editor/skins/default_black/images/buttonTypeBCenter.gif b/modules/editor/skins/default_black/images/buttonTypeBCenter.gif deleted file mode 100644 index 8998cbae2..000000000 Binary files a/modules/editor/skins/default_black/images/buttonTypeBCenter.gif and /dev/null differ diff --git a/modules/editor/skins/default_black/images/buttonTypeBLeft.gif b/modules/editor/skins/default_black/images/buttonTypeBLeft.gif deleted file mode 100644 index 378be04ed..000000000 Binary files a/modules/editor/skins/default_black/images/buttonTypeBLeft.gif and /dev/null differ diff --git a/modules/editor/skins/default_black/images/buttonTypeBRight.gif b/modules/editor/skins/default_black/images/buttonTypeBRight.gif deleted file mode 100644 index 4a85fd289..000000000 Binary files a/modules/editor/skins/default_black/images/buttonTypeBRight.gif and /dev/null differ diff --git a/modules/editor/skins/default_black/images/editor_btn_ac.gif b/modules/editor/skins/default_black/images/editor_btn_ac.gif deleted file mode 100644 index e19fbbe86..000000000 Binary files a/modules/editor/skins/default_black/images/editor_btn_ac.gif and /dev/null differ diff --git a/modules/editor/skins/default_black/images/editor_btn_aj.gif b/modules/editor/skins/default_black/images/editor_btn_aj.gif deleted file mode 100644 index a4cc61176..000000000 Binary files a/modules/editor/skins/default_black/images/editor_btn_aj.gif and /dev/null differ diff --git a/modules/editor/skins/default_black/images/editor_btn_al.gif b/modules/editor/skins/default_black/images/editor_btn_al.gif deleted file mode 100644 index efb06184e..000000000 Binary files a/modules/editor/skins/default_black/images/editor_btn_al.gif and /dev/null differ diff --git a/modules/editor/skins/default_black/images/editor_btn_ar.gif b/modules/editor/skins/default_black/images/editor_btn_ar.gif deleted file mode 100644 index ea27284f6..000000000 Binary files a/modules/editor/skins/default_black/images/editor_btn_ar.gif and /dev/null differ diff --git a/modules/editor/skins/default_black/images/editor_btn_b.gif b/modules/editor/skins/default_black/images/editor_btn_b.gif deleted file mode 100644 index ea3ec1e6d..000000000 Binary files a/modules/editor/skins/default_black/images/editor_btn_b.gif and /dev/null differ diff --git a/modules/editor/skins/default_black/images/editor_btn_bg.gif b/modules/editor/skins/default_black/images/editor_btn_bg.gif deleted file mode 100644 index 37ca8c1c8..000000000 Binary files a/modules/editor/skins/default_black/images/editor_btn_bg.gif and /dev/null differ diff --git a/modules/editor/skins/default_black/images/editor_btn_c.gif b/modules/editor/skins/default_black/images/editor_btn_c.gif deleted file mode 100644 index 010a75aa7..000000000 Binary files a/modules/editor/skins/default_black/images/editor_btn_c.gif and /dev/null differ diff --git a/modules/editor/skins/default_black/images/editor_btn_i.gif b/modules/editor/skins/default_black/images/editor_btn_i.gif deleted file mode 100644 index 98ca8e271..000000000 Binary files a/modules/editor/skins/default_black/images/editor_btn_i.gif and /dev/null differ diff --git a/modules/editor/skins/default_black/images/editor_btn_id.gif b/modules/editor/skins/default_black/images/editor_btn_id.gif deleted file mode 100644 index efbe8ed2e..000000000 Binary files a/modules/editor/skins/default_black/images/editor_btn_id.gif and /dev/null differ diff --git a/modules/editor/skins/default_black/images/editor_btn_lh.gif b/modules/editor/skins/default_black/images/editor_btn_lh.gif deleted file mode 100644 index b07bb8370..000000000 Binary files a/modules/editor/skins/default_black/images/editor_btn_lh.gif and /dev/null differ diff --git a/modules/editor/skins/default_black/images/editor_btn_od.gif b/modules/editor/skins/default_black/images/editor_btn_od.gif deleted file mode 100644 index 3222a806d..000000000 Binary files a/modules/editor/skins/default_black/images/editor_btn_od.gif and /dev/null differ diff --git a/modules/editor/skins/default_black/images/editor_btn_ol.gif b/modules/editor/skins/default_black/images/editor_btn_ol.gif deleted file mode 100644 index 205fb9fb7..000000000 Binary files a/modules/editor/skins/default_black/images/editor_btn_ol.gif and /dev/null differ diff --git a/modules/editor/skins/default_black/images/editor_btn_removeformat.gif b/modules/editor/skins/default_black/images/editor_btn_removeformat.gif deleted file mode 100644 index a53b49625..000000000 Binary files a/modules/editor/skins/default_black/images/editor_btn_removeformat.gif and /dev/null differ diff --git a/modules/editor/skins/default_black/images/editor_btn_strikethrough.gif b/modules/editor/skins/default_black/images/editor_btn_strikethrough.gif deleted file mode 100644 index cdae068ea..000000000 Binary files a/modules/editor/skins/default_black/images/editor_btn_strikethrough.gif and /dev/null differ diff --git a/modules/editor/skins/default_black/images/editor_btn_tag.gif b/modules/editor/skins/default_black/images/editor_btn_tag.gif deleted file mode 100644 index df52b8ca9..000000000 Binary files a/modules/editor/skins/default_black/images/editor_btn_tag.gif and /dev/null differ diff --git a/modules/editor/skins/default_black/images/editor_btn_u.gif b/modules/editor/skins/default_black/images/editor_btn_u.gif deleted file mode 100644 index f506d767e..000000000 Binary files a/modules/editor/skins/default_black/images/editor_btn_u.gif and /dev/null differ diff --git a/modules/editor/skins/default_black/images/editor_btn_ul.gif b/modules/editor/skins/default_black/images/editor_btn_ul.gif deleted file mode 100644 index bad97cf24..000000000 Binary files a/modules/editor/skins/default_black/images/editor_btn_ul.gif and /dev/null differ diff --git a/modules/editor/skins/default_black/images/lineTextAreaDrag.gif b/modules/editor/skins/default_black/images/lineTextAreaDrag.gif deleted file mode 100644 index 3df035047..000000000 Binary files a/modules/editor/skins/default_black/images/lineTextAreaDrag.gif and /dev/null differ diff --git a/modules/editor/skins/default_black/skin.xml b/modules/editor/skins/default_black/skin.xml deleted file mode 100644 index b0b093d53..000000000 --- a/modules/editor/skins/default_black/skin.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - XE 검은 배경 기본 에디터 - XE 黒色背景のデフォルトエディター - XE黑色背景编辑器默认皮肤 - XE黑色背景編輯器預設面板 - 개발 : zero (http://blog.nzeo.com) - 開発 : zero (http://blog.nzeo.com) - 程序 : zero (http://blog.nzeo.com) - 程式 : zero (http://blog.nzeo.com) - 0.1 - 2007-02-28 - - - zero - aero - zero - zero - -