mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
40 lines
3.4 KiB
CSS
40 lines
3.4 KiB
CSS
@charset "utf-8";
|
|
|
|
.xeEditor { border-top:1px solid #eaeae7; }
|
|
.xeEditor .optionABC { clear:both; width:100%; border-bottom:1px solid #c2c2c2; overflow:hidden; background:#ffffff url(../images/bgBoardEditorOption.gif) no-repeat -3px bottom;}
|
|
.xeEditor .optionABC .selectGroup { white-space:nowrap; display:block; height:21px; margin:0 .5em 0 0; padding-left:1em; float:left;}
|
|
.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:#ffffff url(../images/bgBoardEditorOption.gif) no-repeat left bottom; 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 .optionDE { width:100%; clear:both; overflow:hidden; background:#f8f8f8; border-bottom:1px solid #e1e1e1;}
|
|
.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:.5em; overflow:hidden; border-left:1px solid #ffffff; float:left;}
|
|
.xeEditor .textAreaWrap { padding:1em; }
|
|
.xeEditor #editorInfo { background:#fbfbfb; padding:1em; border:1px solid #e1e1dd; color:#999999; position:relative; margin-bottom:.8em;}
|
|
.xeEditor .close { cursor:pointer; position:absolute; top:0; right:0; _top:3px; _right:15px;}
|
|
.xeEditor .textAreaDragIndicator { text-align:center; background:url(../images/lineTextAreaDrag.gif) repeat-x left center; margin-bottom:1em;}
|
|
.xeEditor .textAreaDragIndicatorBar { background:url(../images/buttonTextAreaDrag.gif) no-repeat center; margin-bottom:1em;position:relative;cursor:move;}
|
|
.xeEditor .editor_iframe_box { clear:both; border:1px solid #EFEFEF; }
|
|
|
|
div.editor_autosaved_message { font-size:9pt; font-weight:bold; color:#888888; display:none; position:absolute; top:10px; right:10px; }
|
|
|
|
.xeEditor .inputTypeTextArea { background:#fbfbfb; padding:1em; width:94%;}
|
|
.xeEditor #textAreaDrag {}
|
|
.xeEditor .fileAttach { padding:0 1em .5em 1em;}
|
|
.xeEditor .fileAttach .preview { padding:5px; width:110px; height:110px; border:1px solid #e1e1dd; background:#fbfbfb; float:left; margin-right:.5em;}
|
|
.xeEditor .fileAttach .preview img { width:110px; height:110px; float:left; display:block;}
|
|
.xeEditor .fileAttach .fileListArea { float:left; width:50%; margin-right:.7em; padding-bottom:.5em; margin-bottom:1em}
|
|
.xeEditor .fileAttach .fileListArea .fileList { overflow:auto; width:100%; height:auto; border:1px solid; border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6; margin-bottom:.3em;}
|
|
.xeEditor .fileAttach .fileListArea .fileList option { line-height:100%; padding-left:.5em;}
|
|
.xeEditor .fileAttach .fileListArea .info { color:#3f4040; font:.75em Tahoma; text-align:left;}
|
|
.xeEditor .fileAttach .fileListArea .info strong { color:#ff6600; font:bold 1em Tahoma;}
|
|
.xeEditor .fileAttach .fileUploadControl { float:left;}
|
|
.xeEditor .fileAttach .fileUploadControl li { float:left; clear:both; margin-bottom:.3em;}
|