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:
ChanMyeong 2008-11-07 02:48:45 +00:00
parent 6ffc79c673
commit be293caefc
7 changed files with 31 additions and 33 deletions

View file

@ -1,17 +1,7 @@
@charset "utf-8";
/*
Used Hack
IE6 & Below
{ property:value; _property:value; }
IE7 Only
*:first-child+html #selector
IE7 & IE6 & Below
*:first-child+html #selector,
* html #selector {}
*/
/* default.css - Type Selector Definition */
body{ font-size:.75em;}
img { border:none; }
label { cursor:pointer; }
form { margin:0; padding:0; }
@ -95,10 +85,3 @@ a.bold { font-weight:bold; }
#popup_menu_area li a:hover,
#popup_menu_area li a:active,
#popup_menu_area li a:focus{ font-weight:bold; letter-spacing:-1px;}
/*
#popup_menu_area { position:absolute; left:0px; top:0px; z-index:1003; visibility:hidden; border:2px solid #D9D9D9; background-color:#FFFFFF; padding:0; }
#popup_menu_area .box { border:1px solid #CACACA; background-color:#FFFFFF; padding:7px; }
#popup_menu_area .item { color:#333333; cursor:pointer; margin:0; padding:3px 0 3px 0; white-space:nowrap; }
#popup_menu_area .item_on { color:#333333; font-weight:bold; margin:0; cursor:pointer; padding:3px 0 3px 0; letter-spacing:-1px; white-space:nowrap;}
*/

View file

@ -2,6 +2,7 @@
/* NHN > UIT Center > Open UI Platform Team > Jeong Chan Myeong(dece24@nhncorp.com) */
/* Zeroboard XE Black Theme */
.button{ opacity:.7;}
/* Board Reset */
.board{ background:#000; color:#fff;}

View file

@ -4,7 +4,7 @@
/* Zeroboard XE */
/* Board Reset */
.board{ font-family:NanumGothic, "Malgun Gothic", AppleGothic, Gulim, Dotum, Tahoma, Sans-serif; line-height:normal; font-size:.8em;}
.board{ font-family:NanumGothic, "Malgun Gothic", AppleGothic, Gulim, Dotum, Tahoma, Sans-serif; line-height:normal; font-size:1.1em;}
.board *{ font-size:1em;}
.board .inputText,
.board textarea{ border:1px solid;}
@ -236,9 +236,9 @@
.board .userNameAndPw dd{ margin-right:5px; display:inline;}
.board .userNameAndPw dd .inputText{}
.board .userNameAndPw dd.userName .inputText{ width:70px;}
.board .userNameAndPw dd.userPw .inputText{ width:70px;}
.board .userNameAndPw dd.emailAddress .inputText{ width:100px;}
.board .userNameAndPw dd.homePage .inputText{ width:100px;}
.board .userNameAndPw dd.userPw .inputText{ width:50px; font:11px Tahoma;}
.board .userNameAndPw dd.emailAddress .inputText{ width:120px; font:11px Tahoma;}
.board .userNameAndPw dd.homePage .inputText{ width:120px; font:11px Tahoma;}
.board .userNameAndPw dd .inputText{ padding:3px 4px; height:15px; margin-bottom:5px; font-size:12px; *margin-top:-1px; vertical-align:middle;}
/* Comment */

View file

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

View file

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

View file

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

View file

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