105 lines
2.1 KiB
CSS
105 lines
2.1 KiB
CSS
div#content{
|
|
padding-left:30px;
|
|
/* border-left:1px solid silver;
|
|
border-right:1px solid silver; */
|
|
}
|
|
/* div#content div.top{
|
|
border:1px solid red;
|
|
} */
|
|
|
|
/* Form Page 관련 전용*/
|
|
div#content table.form td.label{
|
|
width:10%;
|
|
text-align:right;
|
|
padding-right:20px;
|
|
background-color:#e8ebe9;
|
|
}
|
|
div#content table.form td.column{
|
|
height:27px;
|
|
text-align:left;
|
|
padding-left:20px;
|
|
}
|
|
/* Form Page 관련 전용*/
|
|
|
|
/*페이지정보*/
|
|
div#content div.top nav span.pageinfo{
|
|
font-weight:bold;
|
|
}
|
|
/*검색*/
|
|
div#content div.top nav input[type=text]{
|
|
width:200px;
|
|
height:40px;
|
|
border-radius:0px !important;
|
|
/* border:1px solid red; */
|
|
}
|
|
/*검색submit*/
|
|
div#content div.top nav input[type=submit]{
|
|
font-size:12px;
|
|
font-weight:bold;
|
|
width:80px;
|
|
height:40px;
|
|
color:white;
|
|
border-radius:0px !important;
|
|
background-color:#555555;
|
|
/* border:1px solid red; */
|
|
}
|
|
/*Excel Icon*/
|
|
div#content div.top nav a{
|
|
border-radius:0px !important;
|
|
/* border:1px solid red; */
|
|
}
|
|
/* index block 전용 */
|
|
div#content table#block tr:first-child {
|
|
border-top:2px solid black;
|
|
border-bottom:1px solid silver;
|
|
}
|
|
div#content table#block tr td{
|
|
text-align:left;
|
|
}
|
|
/* index block 전용 */
|
|
div#content table {
|
|
white-space: nowrap;
|
|
/* overflow-x: auto;
|
|
padding-top:5px;
|
|
padding-bottom:5px; */
|
|
}
|
|
div#content table thead th{
|
|
text-align:center;
|
|
padding-top:15px;
|
|
padding-bottom:15px;
|
|
font-size: 16px;
|
|
font-weight:bold;
|
|
border-top:2px solid black;
|
|
border-bottom:1px solid silver;
|
|
background-color:#F5F5F5;
|
|
/* border:1px solid silver; */
|
|
}
|
|
div#content table thead th a{
|
|
color:black;
|
|
/* border:1px solid silver; */
|
|
}
|
|
div#content table tbody td {
|
|
/* border:1px solid silver; */
|
|
text-align:center;
|
|
}
|
|
div#content table tbody td a{
|
|
color:gray;
|
|
/* text-decoration: none; */
|
|
/* border:1px solid silver; */
|
|
}
|
|
div#content div.bottom {
|
|
padding-top:15px;
|
|
text-align:center;
|
|
}
|
|
|
|
div#content div.bottom ul.pagination li.page-item a{
|
|
color:black;
|
|
border:0px;
|
|
border-radius:0px !important;
|
|
background-color:#e8ebe9;
|
|
text-decoration: none;
|
|
}
|
|
div#content div.bottom ul.pagination li.active a{
|
|
color:black;
|
|
background-color:gray;
|
|
} |