193 lines
3.0 KiB
CSS
193 lines
3.0 KiB
CSS
body {
|
|
background-color: #f0f0f0;
|
|
margin: 0px;
|
|
border: 0px;
|
|
padding: 0px;
|
|
font-size: 9pt;
|
|
font-family: Malgun Gothic,gulim,tahoma,helvetica;
|
|
line-height: 1em;
|
|
}
|
|
td, input {
|
|
font-size: 9pt;
|
|
vertical-align: middle;
|
|
margin:0px;
|
|
line-height: 15px;
|
|
height: 15px;
|
|
}
|
|
select {
|
|
font-size: 9pt;
|
|
vertical-align: middle;
|
|
margin:0px;
|
|
}
|
|
|
|
.handCursor {
|
|
cursor: pointer;
|
|
}
|
|
|
|
td.hover
|
|
{
|
|
background-color : Fuchsia;
|
|
}
|
|
|
|
table.dlg {
|
|
border: 0px;
|
|
}
|
|
|
|
fieldset {
|
|
border: 1px solid #a0a0a0;
|
|
padding: 2px;
|
|
margin: 0px;
|
|
}
|
|
|
|
.content-outline {
|
|
border: 1px solid #a0a0a0;
|
|
padding: 5px;
|
|
margin: 0px;
|
|
}
|
|
|
|
.dlg td {
|
|
text-align: left;
|
|
height: 20px;
|
|
}
|
|
|
|
form {
|
|
display: inline;
|
|
}
|
|
|
|
.dlg input {
|
|
border: 2px;
|
|
}
|
|
|
|
.img {
|
|
border: 0px;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.font-normal {
|
|
font-size: 9pt;
|
|
}
|
|
|
|
legend {
|
|
font-size: 9pt;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.button {
|
|
width: 64px;
|
|
height: 22px;
|
|
margin: 1px 2px 1px 2px;
|
|
cursor: pointer;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.button8em {
|
|
font-size: 9pt;
|
|
padding-top:2px !important; padding-top:2px;
|
|
height: 21px;
|
|
width: 8em;
|
|
}
|
|
|
|
.button10em {
|
|
font-size: 9pt;
|
|
padding-top:1px !important;padding-top:2px;
|
|
height: 21px;
|
|
width: 10em;
|
|
}
|
|
|
|
.emIcon {
|
|
width: 19px;
|
|
height: 19px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.schar {
|
|
border:1px solid #ccc;
|
|
background-color:#fff;
|
|
width: 18px;
|
|
height: 17px;
|
|
text-align:center;
|
|
cursor: pointer;
|
|
font-size: 12px;
|
|
line-height: 1.2em;
|
|
}
|
|
|
|
.spacer {
|
|
margin: 10px 0px 0px 0px;
|
|
}
|
|
.spacer5 {
|
|
margin: 5px 0px 0px 0px;
|
|
clear: both;
|
|
}
|
|
.wrapper {
|
|
text-align: center;
|
|
}
|
|
|
|
.clear { clear: both }
|
|
.flash-movie-source {
|
|
margin: 0 auto;
|
|
}
|
|
.flash-player-wrapper {
|
|
width: 560px;
|
|
height:315px;
|
|
margin-top:10px;
|
|
border:1px #a0a0a0 solid;
|
|
text-align:center;
|
|
overflow:auto;
|
|
margin: 0 auto;
|
|
background-color: #fff;
|
|
display: block;
|
|
}
|
|
.media-player-wrapper {
|
|
height:200px;
|
|
margin-top:5px;
|
|
text-align:center;
|
|
overflow-x:auto;
|
|
overflow-y:hidden;
|
|
}
|
|
.hr {
|
|
border: 0px;
|
|
background:#ccc;
|
|
height:1px;
|
|
}
|
|
|
|
.colorCellMouseOver {
|
|
line-height: 0px;
|
|
font-size: 0px;
|
|
height: 8px;
|
|
width: 8px;
|
|
border: 1px solid #fff;
|
|
}
|
|
.colorCellMouseOut {
|
|
line-height: 8px;
|
|
font-size: 0px;
|
|
height: 8px;
|
|
width: 8px;
|
|
border: 1px solid #000;
|
|
}
|
|
.colorInputBox {
|
|
background-color:#000;
|
|
text-align:center;
|
|
border:1px solid #000;
|
|
height:16px;
|
|
}
|
|
.colorWrapper {
|
|
border:1px solid #000;
|
|
background-color:#fff;
|
|
position:absolute;
|
|
padding:2px;
|
|
display: none;
|
|
}
|
|
.colorPickerButton {
|
|
background: url("../icons/button/color_picker.png") no-repeat center center;
|
|
width: 24px;
|
|
height: 20px;
|
|
cursor:pointer;
|
|
float: left;
|
|
}
|
|
.colorPickerButtonGray {
|
|
background: url("../icons/button/color_picker_disable.png") no-repeat center center;
|
|
width: 24px;
|
|
height: 20px;
|
|
cursor:pointer;
|
|
float: left;
|
|
} |