mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@478 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
f0f9a02f73
commit
bb1dc4cc26
81 changed files with 0 additions and 0 deletions
183
modules/editor/tpl/css/editor.css
Normal file
183
modules/editor/tpl/css/editor.css
Normal file
|
|
@ -0,0 +1,183 @@
|
|||
div.editor_content {
|
||||
margin:3px;
|
||||
}
|
||||
|
||||
div.editor_fontbox {
|
||||
margin : 3px 3px 3px 0px;
|
||||
float:left;
|
||||
}
|
||||
|
||||
div.editor_fontbox select {
|
||||
width:70px;
|
||||
height:18px;
|
||||
}
|
||||
|
||||
div.editor_iconbox {
|
||||
margin : 3px 3px 3px 0px;
|
||||
white-space:nowrap;
|
||||
font-size:1pt;
|
||||
float:left;
|
||||
}
|
||||
|
||||
div.editor_iconbox img {
|
||||
width : 16px;
|
||||
height : 16px;
|
||||
border : 1px solid #EEEEEE;
|
||||
background-color : #FFFFFF;
|
||||
padding:1px;
|
||||
cursor : pointer;
|
||||
margin-right:1px;
|
||||
}
|
||||
|
||||
div.editor_parabox {
|
||||
margin : 3px 3px 3px 0px;
|
||||
font-size:9pt;
|
||||
text-align:right;
|
||||
display:none;
|
||||
float:right;
|
||||
}
|
||||
|
||||
div.editor_iframe_box {
|
||||
clear:left;
|
||||
border:1px solid #EFEFEF;
|
||||
margin:3px 0px 0px 0px;
|
||||
}
|
||||
|
||||
div.editor_drag_down_area {
|
||||
width:100%;
|
||||
height:15px;
|
||||
background:url(../images/icon_drag_down.gif) no-repeat center;
|
||||
background-color:#EFEFEF;
|
||||
cursor:s-resize;
|
||||
position:relative;
|
||||
margin-top:10px;
|
||||
}
|
||||
|
||||
.editor_pop_body {
|
||||
padding:4px 4px 4px 4px;
|
||||
margin:0px;
|
||||
border:0px;
|
||||
background-color:#FFFFFF;
|
||||
}
|
||||
|
||||
.editor_window {
|
||||
background-color : #EFEFEF;
|
||||
}
|
||||
|
||||
textarea.editor_small_textarea {
|
||||
font-family:tahoma;
|
||||
border : 1px solid #CCCCCC;
|
||||
background-color : #FFFFFF;
|
||||
font-size : 8pt;
|
||||
width:99%;
|
||||
height:100px;
|
||||
}
|
||||
|
||||
textarea.editor_textarea {
|
||||
font-family:tahoma;
|
||||
border : 1px solid #CCCCCC;
|
||||
background-color : #FFFFFF;
|
||||
font-size : 8pt;
|
||||
width:100%;
|
||||
height:450px;
|
||||
}
|
||||
|
||||
input.editor_submit {
|
||||
border : 1px solid #555555;
|
||||
background-color : #AAAAAA;
|
||||
color : #000000;
|
||||
font-weight:bold;
|
||||
font-family:verdana;
|
||||
width : 100%;
|
||||
height : 20px;
|
||||
font-size : 8pt;
|
||||
}
|
||||
|
||||
div.quotation_box {
|
||||
font-size:8pt;
|
||||
font-family:tahoma;
|
||||
margin-bottom:8px;
|
||||
padding-bottom:5px;
|
||||
border-bottom:1px dotted #AAAAAA;
|
||||
}
|
||||
|
||||
#quotation th { width:80px; font-size:8pt; font-family:tahoma; }
|
||||
|
||||
img.color_icon {
|
||||
width:15px;
|
||||
height:15px;
|
||||
border:1px solid #FFFFFF;
|
||||
}
|
||||
|
||||
img.color_icon_over {
|
||||
width:15px;
|
||||
height:15px;
|
||||
border:1px solid #000000;
|
||||
cursor:pointer;
|
||||
}
|
||||
|
||||
td.editor_field {
|
||||
font-family:tahoma;
|
||||
font-size:8pt;
|
||||
font-weight:bold;
|
||||
background-color : #CCCCCC;
|
||||
text-align : center;
|
||||
}
|
||||
|
||||
input.editor_input {
|
||||
font-family:tahoma;
|
||||
border : 1px solid #CCCCCC;
|
||||
background-color : #FFFFFF;
|
||||
width : 330px;
|
||||
height : 18px;
|
||||
padding : 1px;
|
||||
font-size : 8pt;
|
||||
}
|
||||
|
||||
.editor_uploader_box {
|
||||
margin:10px 0px 0px 0px;
|
||||
border:0px;
|
||||
padding:0px;
|
||||
clear:both;
|
||||
}
|
||||
|
||||
.editor_uploader {
|
||||
margin-right:10px;
|
||||
padding-right:5px;
|
||||
border-right:1px dotted #AAAAAA;
|
||||
width:255px;
|
||||
float:left;
|
||||
}
|
||||
|
||||
.uploaded_file_list {
|
||||
width:250px;
|
||||
height:120px;
|
||||
}
|
||||
|
||||
.editor_component {
|
||||
float:left;
|
||||
}
|
||||
|
||||
.uploaded_file_preview_box {
|
||||
border:1px solid #EEEEEE;
|
||||
width:120px;
|
||||
height:120px;
|
||||
float:left;
|
||||
margin-right:10px;
|
||||
}
|
||||
|
||||
.editor_align_icon {
|
||||
margin:0px 0px 6px 5px;
|
||||
font-size:9pt;
|
||||
}
|
||||
|
||||
.editor_align_icon img {
|
||||
vertical-align:middle;
|
||||
cursor:pointer;
|
||||
}
|
||||
|
||||
img.editor_multimedia {
|
||||
background:url(../images/multimedia_icon.gif) no-repeat center;
|
||||
background-color:#FFFFFF;
|
||||
border:2px dotted #B7AD10;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue