servermgrv2/public/css/front.css
최준흠git config git config --helpgit config --global user.name 최준흠 a7436fcb2e servermgrv2 init...
2023-07-30 14:41:55 +09:00

105 lines
2.2 KiB
CSS

/* ------------------------------------------------------------
* Name : admin.css
* Desc : Admin StyleSheet
* Created : 2016/9/11 Tri-aBility by Junheum,Choi
* Updated :
------------------------------------------------------------ */
/* #head{
border:1px solid blue;
} */
/* #tail{
border:1px solid green;
} */
#layout{
width:100%;
background-color:#efefef
}
#layout #left {
width:160px;
/* border:1px solid yellow; */
}
#layout #body{
padding-left:10px;
padding-right:10px;
}
#layout #right{
width: 50px;
/* border:1px solid orange; */
}
#layout #body div.header{
/*content 상단라인*/
padding:15px;
border-left:1px solid silver;
border-top:1px solid silver;
border-right:1px solid silver;
border-radius: 10px 10px 0px 0px;
background-color:#efefef;
}
#layout #body div.content{
/* border:1px solid blue; */
/*content center 옆라인*/
border-left:1px solid silver;
border-right:1px solid silver;
background-color:white
}
#layout #body div.footer
/*content 하단라인*/{
height:20px;
border-left:1px solid silver;
border-bottom:1px solid silver;
border-right:1px solid silver;
border-radius: 0px 0px 10px 10px;
background-color:white;
}
#layout #body div.content div.top{
/*조건 검색*/
padding:10px;
/* border:1px solid red; */
}
#layout #body div.content div.top ul.nav li.nav-item{
/*조건검색 ITEMS*/
/* border:1px solid red; */
margin-left:10px;
}
#layout #body div.content table {
white-space: nowrap;
/* overflow-x: auto;
padding-top:5px;
padding-bottom:5px; */
}
#layout #body div.content table th{
text-align:center;
font-size: 16px;
/* border:1px solid silver; */
}
#layout #body div.content table td{
/* border:1px solid silver; */
text-align:center;
}
#layout #body div.content table.form td.label{
background-color:#e8ebe9;
width:10%;
text-align:right;
padding-right:20px;
}
#layout #body div.content table.form td.column{
height:27px;
text-align:left;
padding-left:20px;
}
#layout #body div.content div.bottom {
padding-top:15px;
text-align:center;
}
#layout #body div.content div.bottom ul.nav{
/* border:1px solid red; */
margin-bottom:15px;
}
#layout #body div.content div.bottom ul.nav li.nav-item{
/*조건검색 ITEMS*/
/* border:1px solid red; */
margin-left:10px;
}