mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 15:49:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1003 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
7bd24d6934
commit
cf46548046
8 changed files with 0 additions and 0 deletions
|
|
@ -1,122 +0,0 @@
|
|||
@charset "utf-8";
|
||||
|
||||
.editor_window {
|
||||
width:500px;
|
||||
clear:both;
|
||||
}
|
||||
|
||||
.editor_title {
|
||||
font-size:10pt;
|
||||
font-weight:bold;
|
||||
clear:both;
|
||||
height:20px;
|
||||
background-color:#555555;
|
||||
color:#EFEFEF;
|
||||
vertical-align:middle;
|
||||
padding-top:5px;
|
||||
border-bottom:1px solid #000000;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
.poll_header {
|
||||
border:1px solid #888888;
|
||||
background-color:#EFEFEF;
|
||||
margin:5px;
|
||||
padding:5px;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
.poll_box {
|
||||
border:1px solid #888888;
|
||||
height:140px;
|
||||
margin:5px;
|
||||
padding:5px;
|
||||
}
|
||||
|
||||
.title_box {
|
||||
background-color:#EFEFEF;
|
||||
border:1px solid #DDDDDD;
|
||||
padding-top:4px;
|
||||
height:22px;
|
||||
clear:both;
|
||||
}
|
||||
|
||||
.item_box {
|
||||
height:22px;
|
||||
clear:both;
|
||||
padding-top:3px;
|
||||
margin-bottom:3px;
|
||||
border-bottom:1px solid #DDDDDD;
|
||||
}
|
||||
|
||||
.header {
|
||||
float:left;
|
||||
width:60px;
|
||||
clear:left;
|
||||
text-align:left;
|
||||
font-weight:bold;
|
||||
font-size:9pt;
|
||||
padding:2px 0px 0px 20px;
|
||||
height:20px;
|
||||
}
|
||||
|
||||
.sub_header {
|
||||
float:left;
|
||||
width:60px;
|
||||
clear:left;
|
||||
text-align:left;
|
||||
font-size:9pt;
|
||||
padding:2px 0px 0px 20px;
|
||||
height:20px;
|
||||
}
|
||||
|
||||
.body {
|
||||
float:left;
|
||||
text-align:left;
|
||||
font-size:9pt;
|
||||
height:20px;
|
||||
}
|
||||
|
||||
.sub_button_area {
|
||||
padding:3px 20px 3px 0px;
|
||||
clear:both;
|
||||
height:25px;
|
||||
}
|
||||
|
||||
.sub_button_area div {
|
||||
float:left;
|
||||
padding-right:10px;
|
||||
margin-right:10px;
|
||||
height:20px;
|
||||
}
|
||||
|
||||
.editor_input {
|
||||
width:335px;
|
||||
border:1px solid #AAAAAA;
|
||||
font-size:9pt;
|
||||
height:13px;
|
||||
}
|
||||
|
||||
.editor_small_input {
|
||||
width:50px;
|
||||
border:1px solid #AAAAAA;
|
||||
font-size:9pt;
|
||||
height:13px;
|
||||
}
|
||||
|
||||
|
||||
.editor_button_area {
|
||||
border-top:1px solid #AAAAAA;
|
||||
text-align:center;
|
||||
background-color:#EEEEEE;
|
||||
padding:10px 0px 2px 0px;
|
||||
clear:both;
|
||||
height:25px;
|
||||
}
|
||||
|
||||
.editor_button {
|
||||
background-color:#FFFFFF;
|
||||
border:1px solid #AAAAAA;
|
||||
height:17px;
|
||||
font-size:9pt;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue