47 lines
973 B
CSS
47 lines
973 B
CSS
/* ------------------------------------------------------------
|
|
* Name : admin.css
|
|
* Desc : Admin StyleSheet
|
|
* Created : 2016/9/11 Tri-aBility by Junheum,Choi
|
|
* Updated :
|
|
------------------------------------------------------------ */
|
|
|
|
/* #head{
|
|
border:1px solid blue;
|
|
} */
|
|
#tail{
|
|
text-align:center;
|
|
/* border:1px solid green; */
|
|
}
|
|
#layout {
|
|
width:1280px;
|
|
/* border:1px solid blue; */
|
|
}
|
|
|
|
#layout #body{
|
|
padding-left:10px;
|
|
/* border:1px solid red; */
|
|
}
|
|
|
|
#layout #body nav.header{
|
|
/*content 상단라인*/
|
|
padding-top:40px;
|
|
margin-left:30px;
|
|
border-bottom:1px solid silver;
|
|
}
|
|
#layout #body nav.header nav h4.title{
|
|
font-size:26px;
|
|
font-weight:bold;
|
|
}
|
|
#layout #body nav.header nav span.flow{
|
|
color: gray;
|
|
}
|
|
#layout #body div.footer
|
|
/*content 하단라인*/{
|
|
height:20px;
|
|
/* border-top:0px;
|
|
border-left:1px solid silver;
|
|
border-bottom:1px solid silver;
|
|
border-right:1px solid silver;
|
|
border-radius: 0px 0px 10px 10px;
|
|
background-color:white; */
|
|
} |