mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-18 18:59:56 +09:00
58 lines
749 B
CSS
58 lines
749 B
CSS
.editor_window {
|
|
width:500px;
|
|
text-align:center;
|
|
}
|
|
|
|
.header {
|
|
float:left;
|
|
width:100px;
|
|
clear:left;
|
|
text-align:left;
|
|
font-weight:bold;
|
|
margin:5px;
|
|
font-size:9pt;
|
|
}
|
|
|
|
.body {
|
|
float:left;
|
|
width:350px;
|
|
text-align:left;
|
|
margin:5px;
|
|
font-size:9pt;
|
|
font-size:9pt;
|
|
}
|
|
|
|
.body label {
|
|
cursor:pointer;
|
|
font-size:9pt;
|
|
}
|
|
|
|
.image_align {
|
|
margin:0px 0px 5px 0px;
|
|
float:left;
|
|
width:150px;
|
|
}
|
|
|
|
.image_url {
|
|
width:350px;
|
|
border:1px solid #AAAAAA;
|
|
}
|
|
|
|
.editor_input {
|
|
width:40px;
|
|
border:1px solid #AAAAAA;
|
|
}
|
|
|
|
.editor_button_area {
|
|
clear:both;
|
|
text-align:center;
|
|
background-color:#EEEEEE;
|
|
height:30px;
|
|
padding-top:3px;
|
|
}
|
|
|
|
.editor_button {
|
|
margin-top:4px;
|
|
background-color:#FFFFFF;
|
|
border:1px solid #AAAAAA;
|
|
}
|