코어 파일 수정없이 이동 복사 (move.php) 페이지 디자인 수정
css/default.css 안에 스타일 넣으면 적용됨.
/* 전체 컨테이너 */
#copymove.new_win {
padding: 0;
font-family: 'Pretendard', 'Apple SD Gothic Neo', sans-serif;
background: #fff;
color: #333;
}
/* 타이틀바 */
#win_title {
background: #f8f9fa;
color: #111;
font-size: 1.05rem;
font-weight: 700;
padding: 12px 15px;
border-bottom: 1px solid #dee2e6;
margin: 0;
}
/* 문구 제거 (caption 숨기기) */
.tbl_head01 caption {
display: none;
}
/* 리스트 영역 */
.tbl_wrap {
margin: 0;
border: none;
}
.tbl_head01 table {
border-collapse: collapse;
width: 100%;
}
/* 헤더 */
.tbl_head01 thead th {
background: #fdfdfd;
color: #888;
font-weight: 600;
font-size: 11px;
padding: 8px 10px;
border-bottom: 1px solid #eee;
}
/* 본문 줄간격 및 글자 크기 */
.tbl_head01 tbody td {
padding: 6px 10px; /* 더 좁게 조정 */
border-bottom: 1px solid #f1f1f1;
font-size: 13px;
line-height: 1.4;
}
/* 현재 게시판 행 배경색 강조 */
.tbl_head01 tr.copymove_currentbg {
background-color: #f0f7ff !important;
}
.tbl_head01 tr.copymove_currentbg td {
border-bottom: 1px solid #dce9f9;
}
/* 현재 게시판 뱃지 */
.copymove_current {
display: inline-block;
background: #3b82f6;
color: #fff;
font-size: 10px;
padding: 1px 5px;
border-radius: 3px;
margin-left: 5px;
font-weight: 600;
vertical-align: middle;
}
/* 체크박스 */
input[type="checkbox"] {
width: 14px;
height: 14px;
vertical-align: middle;
margin: 0;
accent-color: #3b82f6;
}
/* 하단 버튼 영역 */
.win_btn {
padding: 12px 15px;
text-align: center;
background: #fff;
display: flex;
gap: 6px;
justify-content: center;
border-top: 1px solid #eee;
}
.win_btn .btn_submit,
.win_btn .btn_cancel {
height: 34px;
padding: 0 20px;
border-radius: 4px;
font-size: 13px;
font-weight: 600;
border: none;
cursor: pointer;
}
.win_btn .btn_submit {
background: #3b82f6;
color: #fff;
flex: 2;
}
.win_btn .btn_cancel {
background: #fff;
color: #666;
border: 1px solid #ccc;
flex: 1;
}
.tbl_head01 label {
cursor: pointer;
display: block;
width: 100%;
color: #444;
}
/* 전체 컨테이너 */
#copymove.new_win {
padding: 0;
font-family: 'Pretendard', 'Apple SD Gothic Neo', sans-serif;
background: #fff;
color: #333;
}
/* 타이틀바 */
#win_title {
background: #f8f9fa;
color: #111;
font-size: 1.05rem;
font-weight: 700;
padding: 12px 15px;
border-bottom: 1px solid #dee2e6;
margin: 0;
}
/* 문구 제거 (caption 숨기기) */
.tbl_head01 caption {
display: none;
}
/* 리스트 영역 */
.tbl_wrap {
margin: 0;
border: none;
}
.tbl_head01 table {
border-collapse: collapse;
width: 100%;
}
/* 헤더 */
.tbl_head01 thead th {
background: #fdfdfd;
color: #888;
font-weight: 600;
font-size: 11px;
padding: 8px 10px;
border-bottom: 1px solid #eee;
}
/* 본문 줄간격 및 글자 크기 */
.tbl_head01 tbody td {
padding: 6px 10px; /* 더 좁게 조정 */
border-bottom: 1px solid #f1f1f1;
font-size: 13px;
line-height: 1.4;
}
/* 현재 게시판 행 배경색 강조 */
.tbl_head01 tr.copymove_currentbg {
background-color: #f0f7ff !important;
}
.tbl_head01 tr.copymove_currentbg td {
border-bottom: 1px solid #dce9f9;
}
/* 현재 게시판 뱃지 */
.copymove_current {
display: inline-block;
background: #3b82f6;
color: #fff;
font-size: 10px;
padding: 1px 5px;
border-radius: 3px;
margin-left: 5px;
font-weight: 600;
vertical-align: middle;
}
/* 체크박스 */
input[type="checkbox"] {
width: 14px;
height: 14px;
vertical-align: middle;
margin: 0;
accent-color: #3b82f6;
}
/* 하단 버튼 영역 */
.win_btn {
padding: 12px 15px;
text-align: center;
background: #fff;
display: flex;
gap: 6px;
justify-content: center;
border-top: 1px solid #eee;
}
.win_btn .btn_submit,
.win_btn .btn_cancel {
height: 34px;
padding: 0 20px;
border-radius: 4px;
font-size: 13px;
font-weight: 600;
border: none;
cursor: pointer;
}
.win_btn .btn_submit {
background: #3b82f6;
color: #fff;
flex: 2;
}
.win_btn .btn_cancel {
background: #fff;
color: #666;
border: 1px solid #ccc;
flex: 1;
}
.tbl_head01 label {
cursor: pointer;
display: block;
width: 100%;
color: #444;
}
총 2명이 반응했습니다
|
댓글을 작성하시려면 로그인이 필요합니다.
댓글 1개