92 lines
2.1 KiB
CSS
92 lines
2.1 KiB
CSS
@charset "utf-8";
|
|
|
|
body {
|
|
color:white; background-color:black; font-family: '맑은 고딕';
|
|
}
|
|
|
|
table {
|
|
border: solid 1px; border-spacing: 0px; border-collapse: separate; border-top-color: gray; border-left-color: gray; border-right-color: black; border-bottom-color: black;
|
|
padding: 0px;
|
|
font-size: 13px;
|
|
word-break: break-all;
|
|
text-align: center;
|
|
font-family: '맑은 고딕';
|
|
}
|
|
th, td {
|
|
border: solid 1px; border-spacing: 0px; border-collapse: separate; border-top-color: gray; border-left-color: gray; border-right-color: black; border-bottom-color: black;
|
|
padding: 0px;
|
|
font-size: 13px;
|
|
word-break: break-all;
|
|
text-align: center;
|
|
font-family: '맑은 고딕';
|
|
}
|
|
|
|
a.just_link {
|
|
text-decoration: none;
|
|
}
|
|
|
|
.with_border{
|
|
margin:0;
|
|
border: solid 1px;
|
|
border-spacing: 0px;
|
|
border-collapse: separate;
|
|
border-top-color: gray;
|
|
border-left-color: gray;
|
|
border-right-color: black;
|
|
border-bottom-color: black;
|
|
}
|
|
|
|
.section_title {
|
|
height:50px;
|
|
line-height:50px;
|
|
font-size: 30px; font-weight: bold;
|
|
text-align: center;
|
|
color:white;
|
|
padding:0;
|
|
}
|
|
|
|
.legacy_layout div {
|
|
border: solid 1px; border-spacing: 0px; border-collapse: separate; border-top-color: gray; border-left-color: gray; border-right-color: black; border-bottom-color: black;
|
|
padding: 0px;
|
|
font-size: 13px;
|
|
word-break: break-all;
|
|
text-align: center;
|
|
font-family: '맑은 고딕';;
|
|
}
|
|
|
|
.obj_fill{
|
|
display:block;
|
|
width:100%;
|
|
height:100%;
|
|
}
|
|
|
|
button.with_skin {
|
|
background-color: black; color: white;
|
|
font-family: '맑은 고딕';
|
|
font-size: 13px;
|
|
}
|
|
|
|
button.with_skin:disabled {
|
|
background-color:#333333;
|
|
}
|
|
|
|
input.with_skin {
|
|
background-color: black; color: white;
|
|
font-family: '맑은 고딕';
|
|
font-size: 13px;
|
|
}
|
|
|
|
input.with_skin:disabled {
|
|
background-color: #333333;
|
|
}
|
|
|
|
.font0 { font-size: 10px; }
|
|
.font1 { font-size: 13px; }
|
|
.font2 { font-size: 15px; }
|
|
.font3 { font-size: 20px; }
|
|
.font4 { font-size: 30px; }
|
|
.font5 { font-size: 50px; }
|
|
|
|
caption.section_title {
|
|
caption-side:top;
|
|
} |