cfmgrv4/public/css/front.css
2024-10-05 23:56:06 +09:00

74 lines
1.4 KiB
CSS

/* ------------------------------------------------------------
* Name : admin.css
* Desc : Admin StyleSheet
* Created : 2016/9/11 Tri-aBility by Junheum,Choi
* Updated :
------------------------------------------------------------ */
* {
margin: 0px;
padding: 0px;
border: 0px;
/* font-size: 15px; */
}
html,
body {
height: 100%;
}
div.top {
height: 51px;
margin-bottom: 10px;
border-top: 1px solid gray;
border-bottom: 1px solid gray;
background-color: #e8e9ea;
}
div.middle {
/* border: 1px solid red; */
}
div.middle div.header {
/*content 헤더라인*/
height: 55px;
padding-top: 15px;
background-color: #e7e7e7;
border-top: 1px solid gray;
border-left: 1px solid gray;
border-right: 1px solid gray;
border-radius: 15px 15px 0px 0px;
}
div.middle div.header li.nav-item {
height: 40px;
}
div.middle div.content {
/*content 부분*/
padding-top: 15px;
padding-left: 23px;
padding-right: 15px;
padding-bottom: 15px;
border-left: 1px solid gray;
border-right: 1px solid gray;
background-color: white;
border: 1px solid red;
}
div.middle div.footer {
/*content 하단라인*/
height: 20px;
border-left: 1px solid gray;
border-right: 1px solid gray;
border-bottom: 1px solid gray;
border-radius: 0px 0px 15px 15px;
}
div.bottom {
height: 51px;
margin-top: 10px;
border-top: 1px solid gray;
border-bottom: 1px solid gray;
background-color: #efefef;
background-color: #e8e9ea;
}