mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-16 09:49:54 +09:00
25 lines
338 B
CSS
25 lines
338 B
CSS
.editor_area {
|
|
width:400px;
|
|
background-color:#F3F3F3;
|
|
text-align:center;
|
|
}
|
|
|
|
.editor_window {
|
|
padding:4px;
|
|
}
|
|
|
|
.editor_textarea {
|
|
width:385px;
|
|
height:400px;
|
|
border:1px solid #888888;
|
|
}
|
|
|
|
.editor_button {
|
|
text-align:center;
|
|
}
|
|
|
|
.editor_button input {
|
|
margin-top:4px;
|
|
background-color:#FFFFFF;
|
|
border:1px solid #AAAAAA;
|
|
}
|