cfmgrv3/public/css/front.css
2023-06-19 13:06:49 +09:00

64 lines
1.4 KiB
CSS

/* ------------------------------------------------------------
* Name : front.css
* Desc : Admin StyleSheet
* Created : 2016/9/11 Tri-aBility by Junheum,Choi
* Updated :
------------------------------------------------------------ */
@charset "utf-8";
/*###########################################################################################
#############################공통 레이아웃###################################################
#############################################################################################*/
/* CSS Document */
/*
* * Start Bootstrap - SB Admin 2 Bootstrap Admin Theme (http://startbootstrap.com)
* * Code licensed under the Apache License v2.0.
* * For details, see http://www.apache.org/licenses/LICENSE-2.0.
*/
* {
margin:0px;
padding:0px;
border:0px;
font-size:14px;
}
body {
background-color: white;
}
input[type=text],input[type=password]{
display: inline-block;
width:100px;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
white-space: nowrap;
}
select,textarea,button {
display: inline-block;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
white-space: nowrap;
}
a:hover, a:visited, a:link, a:active {
text-decoration: none !important;
}
div.mainContent{
border:1px solid red;
padding-top:20px;
padding-left:30px;
padding-right:10px;
}
div.pagination {
border: 1px solid blue;
text-align:center;
padding-top:5px;
}