17223554 : xquared upgrade to 0.7

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4968 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
haneul 2008-11-24 08:52:19 +00:00
parent 5956e254e7
commit 7c3b336e41
59 changed files with 34562 additions and 8454 deletions

View file

@ -0,0 +1,28 @@
@charset "utf-8";
.xeEditor { padding:0 10px 0 10px; }
.xeEditor .editor_info .editor_autosaved_message { display:none; color:#888888; text-align:right; }
.xeEditor .optionDE { width:100%; clear:both; overflow:hidden; background:#f8f8f8; height:29px;}
.xeEditor .optionDE .buttonGroup { white-space:nowrap; 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 { overflow:hidden; float:left; border-right:1px solid #e0e0e0;}
.xeEditor .optionE { overflow:hidden; border-left:1px solid #ffffff; float:left;}
.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 .fileAttach { border:none; table-layout:fixed; margin-top: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 { 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;}
.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; 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;}

View file

@ -0,0 +1,122 @@
/* Basic */
.xed {
color: #494949;
padding: 0.3em;
font-size: 0.833em;
font-family: Arial, dotum, sans-serif;
}
.xed * {
margin: 0;
padding: 0;
}
/* Headings and paragraph */
.xed h1,
.xed h2,
.xed h3,
.xed h4,
.xed h5,
.xed h6 {
border-bottom: 2px solid #425e89;
line-height: 1em;
padding-bottom: 0.2em;
margin: 0.2em 0;
}
.xed h1 {font-size: 2.845em;}
.xed h2 {font-size: 2.460em;}
.xed h3 {font-size: 2.153em;}
.xed h4 {font-size: 1.922em;}
.xed h5 {font-size: 1.461em;}
.xed h6 {font-size: 1.230em;}
.xed p {
margin: 0.614em 0;
line-height: 1.230em;
}
.xed hr {
}
/* List */
.xed ul,
.xed ol {
padding-left: 2em;
margin: 0.614em 0;
}
.xed li {
line-height: 1.306em;
}
/* Other block containers */
.xed ol.code,
.xed div,
.xed blockquote {
margin: 1em 0;
padding-left: 2.460em;
padding-right: 1em;
border-width: 0 3px;
border-style: solid;
line-height: 1.306em;
}
.xed ol.code {
font-family: monospace;
list-style-type: none;
border-color: #ffb781;
background: url(../images/content/code.gif) no-repeat 0 0;
}
.xed div {
border-color: #8ccfff;
background: url(../images/content/div.gif) no-repeat 0 0;
}
.xed blockquote {
border-color: #c9c9c9;
background: url(../images/content/blockquote.gif) no-repeat 0 0;
}
/* Inline elements */
.xed em.underline {
font-style: normal;
text-decoration: underline;
}
.xed span.strike {
text-decoration: line-through;
}
/* table */
.xed table.datatable {
width: 100%;
/width: auto;
border-collapse: collapse;
table-layout: fixed;
}
.xed table.datatable th {
font-weight: normal;
padding: 0.25em 0.307em;
}
.xed table.datatable td {
padding: 0.25em 0.307em;
}
.xed table.datatable {
border-left: 1px solid #000;
border-top: 1px solid #000;
}
.xed table.datatable th {
background-color: #e7e7e7;
border-bottom: 1px solid #000;
border-right: 1px solid #000;
}
.xed table.datatable td {
border-bottom: 1px solid #000;
border-right: 1px solid #000;
}

View file

@ -0,0 +1,242 @@
/**
* Default Toolbar
*/
.xquared .toolbar {
border: 1px solid #c2c2c2;
border-bottom: none;
}
.xquared .editor {
border: 1px solid #c2c2c2;
border-top: none;
}
.xquared div.toolbar {
position: relative;
background-color: #ebebeb;
background-position: 0 0;
background-repeat: repeat-x;
background-image: url(../images/toolbar/toolbarBg.gif);
}
.xquared ul.buttons {
position: relative;
margin: 0;
padding: 5px 4px 2px;
list-style: none;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
overflow: hidden;
height: 100%;
}
.xquared ul.buttons li {
float: left;
padding-bottom: 3px;
background-position: 0 0;
background-repeat: repeat-x;
background-image: url(../images/toolbar/toolbarButtonBg.gif);
}
.xquared ul.buttons li.xq_separator {
padding-left: 8px;
margin-left: 8px;
background-position: 0 0;
background-repeat: repeat-x;
background-image: url(../images/toolbar/toolbarSeparator.gif);
}
.xquared ul.buttons li a {
display: block;
padding: 2px;
font-size: 0;
border: 1px solid #d2d2d2;
margin-right: -1px;
position: relative;
height: 100%;
_height: auto;
z-index: 0;
}
.xquared ul.buttons li a img {
height: 15px;
margin: 0;
padding: 0;
border: none;
font-size: 1.25em;
}
/* selected */
.xquared ul.buttons li a.selected {
background-color: #ffea5f;
border: 1px solid #a0a0a0;
position: relative;
z-index: 1;
}
/* mouseover */
.xquared ul.buttons li a:hover {
border: 1px solid #000;
background-color: transparent;
position: relative;
z-index: 2;
}
/* disabled */
.xquared .disabled ul.buttons li a,
.xquared ul.buttons li .disabled a {
background-color: #fff;
opacity: 0.3;
filter:alpha(opacity=30);
_width: 1px;
_height: 1px;
cursor: default;
}
.xquared .disabled ul.buttons li a,
.xquared ul.buttons li .disabled a:hover {
border: 1px solid #dbdbdb;
position: relative;
z-index: 0;
}
.xquared .disabled ul.buttons li a,
.xquared ul.buttons li .disabled a.selected {
border: 1px solid #dbdbdb;
}
/* editor */
.xquared .editor {
height:300px;
}
.xquared .editor textarea,
.xquared .editor iframe {
margin: 0;
padding: 0;
border: 0 none;
height: 100%;
width: 100%;
}
.xquared .editor textarea {
/* TODO remove IE6 hack */
_height: expression(this.parentNode.clientHeight - 2 - parseInt(this.currentStyle.borderTopWidth) - parseInt(this.currentStyle.borderBottomWidth));
}
*+html .xquared .editor textarea {
/* TODO remove IE7 hack */
height: expression(this.parentNode.clientHeight - 1 - parseInt(this.currentStyle.borderTopWidth) - parseInt(this.currentStyle.borderBottomWidth));
}
.xquared .source_editor {
padding-left: 0.3em;
}
/**
* Context Menu
*/
.xqContextMenu {
position:absolute;
z-index: 902;
font-size: medium;
font-family: arial, "돋움";
width:auto;
margin:0;
padding:3px;
border:1px solid #aaa;
list-style:none;
background-color: #fff;
}
.xqContextMenu li {
padding:2px 3px 2px 20px;
background-position:left;
background-repeat:no-repeat;
color:#aaa;
display:block;
width:200px;
}
.xqContextMenu a {
color:#000;
text-decoration:none;
}
.xqContextMenu .separator {
margin-top:5px;
padding-bottom:0px;
line-height:0em;
height: 1px;
/height: auto;
border-top: 1px solid #aaa;
}
/**
* Controls - BasicLinkDialog
*/
.xqFormDialog {
position:absolute;
z-index: 902;
border:1px solid #aaa;
background-color: #fff;
padding: 0.5em;
overflow:auto; /* to fix FF caret bug */
}
.xqFormDialog h3 {
font-size: 1.2em;
margin: 0;
}
/**
* Controls - QuickSearchDialog
*/
.xqQuickSearch {
position:absolute;
z-index: 902;
font-size: medium;
font-family: arial, "돋움";
width:15em;
margin:0;
padding:0;
border:1px solid #aaa;
list-style:none;
background-color: #fff;
overflow:auto; /* to fix FF caret bug */
}
.xqQuickSearch h1 {
font-size: medium;
font-weight: bold;
margin: 2px;
padding: 2px;
}
.xqQuickSearch .input {
border: 1px solid #aaa;
padding: 2px;
margin: 2px;
}
.xqQuickSearch form {
padding: 0;
margin: 0;
}
.xqQuickSearch input {
border-width: 0;
margin: 0 2px;
width: 98%;
}
.xqQuickSearch ol {
border: 1px solid #aaa;
padding: 2px;
margin: 2px;
height: 10em;
overflow: auto;
}
.xqQuickSearch li {
list-style: none;
padding-bottom: 1px;
border-bottom: 1px solid #ddd;
cursor: pointer;
_cursor: hand;
}
.xqQuickSearch li.selected {
background-color: #ffd;
}