mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
ZB 1.1.0 Front-end Refactoring. ing.
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4786 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
6ffc79c673
commit
be293caefc
7 changed files with 31 additions and 33 deletions
|
|
@ -24,13 +24,14 @@
|
|||
|
||||
/* Tool Box */
|
||||
.toolBox{ background-color:#666; background-image:url(../images/black/buttonSetBg.gif);}
|
||||
.toolBox .item li button{ background-color:transparent; background-image:url(../images/black/buttonSet.gif);}
|
||||
.toolBox .item li button{ background-color:transparent; background-image:url(../images/black/buttonSet.gif); opacity:.7; filter:alpha(opacity=70);}
|
||||
|
||||
.toolBox .extension2 .exButton{ background-color:transparent; background-image:url(../images/black/buttonSet.gif);}
|
||||
.toolBox .extension2 .exButton{ background-color:transparent; background-image:url(../images/black/buttonSet.gif); opacity:.7; filter:alpha(opacity=70);}
|
||||
.toolBox .extension2 ul { background:#fafafa; border-color:#9f9f9f;}
|
||||
.toolBox .extension2 li button span{ color:#333;}
|
||||
|
||||
.toolBox .editorHelp .helpButton{ background-color:transparent; background-image:url(../images/black/buttonSet.gif);}
|
||||
.toolBox ul.helpList{ background:#fafafa; border-color:#9f9f9f;}
|
||||
.toolBox .editorHelp .helpButton{ background-color:transparent; background-image:url(../images/black/buttonSet.gif); opacity:.7; filter:alpha(opacity=70);}
|
||||
.toolBox ul.helpList{ background:#333; border-color:#666;}
|
||||
|
||||
/* ToolBox Button Default */
|
||||
|
||||
|
|
@ -42,7 +43,6 @@
|
|||
|
||||
/* Editor */
|
||||
.xeEditor .richEditor,
|
||||
.xeEditor .richEditor html body,
|
||||
.xeEditor .htmlEditor{ background:#000; color:#fff;}
|
||||
|
||||
/* Editor Resize Bar */
|
||||
|
|
|
|||
|
|
@ -12,9 +12,9 @@
|
|||
.editorTypeSelector *{ margin:0; padding:0; list-style:none;}
|
||||
.editorTypeSelector li{ float:left; margin-right:5px;}
|
||||
.editorTypeSelector a,
|
||||
.editorTypeSelector a span{ display:block; float:left; background-repeat:no-repeat; cursor:pointer; _cursor /**/:hand; white-space:nowrap;}
|
||||
.editorTypeSelector a span{ position:relative; display:block; float:left; background-repeat:no-repeat; cursor:pointer; _cursor /**/:hand; white-space:nowrap;}
|
||||
.editorTypeSelector a{ background-position:left top; text-decoration:none !important;}
|
||||
.editorTypeSelector a span{ position:relative; padding:5px 15px; left:3px; background-position:right top;}
|
||||
.editorTypeSelector a span{ padding:3px 15px; left:3px; background-position:right top;}
|
||||
|
||||
/* Editor Type Selector - Hover */
|
||||
.editorTypeSelector a:hover span,
|
||||
|
|
@ -22,8 +22,20 @@
|
|||
.editorTypeSelector a:focus span{ font-weight:bold; letter-spacing:-1px;}
|
||||
|
||||
/* Editor Type Selector - Active */
|
||||
.editorTypeSelector li.active a{ position:relative; top:-2px; margin-bottom:-2px;}
|
||||
.editorTypeSelector li.active a span{ padding:7px 15px; font-weight:bold; letter-spacing:-1px;}
|
||||
.editorTypeSelector li.active a{ top:-2px; margin-bottom:-2px;}
|
||||
.editorTypeSelector li.active a span{ padding:5px 15px; font-weight:bold; letter-spacing:-1px;}
|
||||
|
||||
/* Skip Tool Box */
|
||||
a.skipToolBox,
|
||||
a.skipToolBox span{ width:0; height:0; overflow:hidden;}
|
||||
|
||||
a.skipToolBox:hover,
|
||||
a.skipToolBox:focus,
|
||||
a.skipToolBox:active{ width:auto; height:auto;}
|
||||
|
||||
a.skipToolBox:hover span,
|
||||
a.skipToolBox:focus span,
|
||||
a.skipToolBox:active span{ width:auto; height:auto; padding:3px 15px; font-weight:bold; letter-spacing:-1px;}
|
||||
|
||||
/* Editor Container */
|
||||
.xeEditor{ clear:both; position:relative; z-index:1; border-top:1px solid; *zoom:1}
|
||||
|
|
|
|||
|
|
@ -28,6 +28,7 @@
|
|||
|
||||
.toolBox .extension2 .exButton{ background-color:transparent; background-image:url(../images/white/buttonSet.gif);}
|
||||
.toolBox .extension2 ul { background:#fafafa; border-color:#9f9f9f;}
|
||||
.toolBox .extension2 li button span{ color:#333;}
|
||||
|
||||
.toolBox .editorHelp .helpButton{ background-color:transparent; background-image:url(../images/white/buttonSet.gif);}
|
||||
.toolBox ul.helpList{ background:#fafafa; border-color:#9f9f9f;}
|
||||
|
|
|
|||
|
|
@ -37,6 +37,7 @@
|
|||
<!--@end-->
|
||||
|
||||
<li><a href="#" onclick="doDocumentPreview(this); return false;"><span>{$lang->cmd_preview}</span></a></li>
|
||||
<li><a href="#editorBox" class="skipToolBox"><span>편집 도구모음 건너뛰기</span></a></li>
|
||||
</ul>
|
||||
|
||||
<!-- 에디터 -->
|
||||
|
|
@ -161,7 +162,7 @@
|
|||
<!--@end-->
|
||||
|
||||
<!-- 에디터 출력 -->
|
||||
<div class="editorBox">
|
||||
<div class="editorBox" id="editorBox">
|
||||
<div class="editorMargin">
|
||||
<iframe id="editor_iframe_{$editor_sequence}" class="richEditor" frameborder="0" height="{$editor_height}" title="Rich Text Editor"></iframe>
|
||||
<textarea id="editor_textarea_{$editor_sequence}" class="htmlEditor" style="height:{$editor_height}" rows="5" cols="20" title="HTML Editor"></textarea>
|
||||
|
|
@ -199,7 +200,7 @@
|
|||
<div class="fileUploader">
|
||||
<div class="preview" id="preview_uploaded_{$editor_sequence}"></div>
|
||||
<div class="fileListArea">
|
||||
<select id="uploaded_file_list_{$editor_sequence}" multiple="multiple" class="fileList"><option></option></select>
|
||||
<select id="uploaded_file_list_{$editor_sequence}" multiple="multiple" class="fileList" title="Attached File List"><option></option></select>
|
||||
</div>
|
||||
<div class="fileUploadControl">
|
||||
<span class="button" id="swfUploadButton{$editor_sequence}"><button type="button">{$lang->edit->upload_file}</button></span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue