사용자: 전체 디자인 한번 더
This commit is contained in:
@ -32,7 +32,7 @@ a:active {color:#2a6bc4;text-decoration:underline}
|
||||
#captcha_wav img {border:1px solid #ddd;border-left:0;background:#494949}
|
||||
|
||||
/* 상단 레이아웃 */
|
||||
#hd {margin-bottom:50px;border-top:2px solid #484848;border-bottom:1px solid #e9e9e9;background:#f7f7f2}
|
||||
#hd {border-top:5px solid #484848;border-bottom:1px solid #e9e9e9;background:#f7f7f2}
|
||||
#hd h1 {width:0;height:0;overflow:hidden}
|
||||
#hd_wrapper {position:relative;margin:0 auto;width:980px}
|
||||
|
||||
@ -57,9 +57,9 @@ a:active {color:#2a6bc4;text-decoration:underline}
|
||||
#schall_stx {padding-left:5px;width:156px;height:27px;border:1px solid #ccc;border-right:0;border-top-left-radius:10px;border-bottom-left-radius:10px;background:#fff;line-height:2em !important;line-height:2em}
|
||||
|
||||
/* 중간 레이아웃 */
|
||||
#wrapper {margin:0 auto;padding-bottom:30px;width:980px;zoom:1}
|
||||
#wrapper {margin:50px auto;width:980px;zoom:1}
|
||||
#wrapper:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
#wrapper_title {margin-bottom:30px;font-size:1.2em}
|
||||
#wrapper_title {margin-bottom:20px;font-size:1.2em}
|
||||
#lnb {float:right;width:228px;border:1px solid #ccc;border-radius:10px;background:#f7f7f2}
|
||||
#container {float:left;width:730px;zoom:1}
|
||||
#container:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
@ -97,7 +97,7 @@ a:active {color:#2a6bc4;text-decoration:underline}
|
||||
|
||||
/* 콘텐츠별 스타일 */
|
||||
/* 버튼 */
|
||||
.btn01 {display:inline-block;padding:0 10px;height:25px;background:#ff3061 !important;color:#fff !important;text-decoration:none !important;line-height:2.2em;vertical-align:middle}
|
||||
.btn01 {display:inline-block;padding:0 10px;height:23px;border:1px solid #ccc !important;background:#fafafa !important;color:#000 !important;text-decoration:none !important;line-height:2.2em;vertical-align:middle}
|
||||
.btn01:focus,
|
||||
.btn01:hover {text-decoration:none !important}
|
||||
.btn02 {display:inline-block;padding:0 10px;height:23px;border:1px solid #ccc !important;background:#fafafa !important;color:#000 !important;text-decoration:none !important;line-height:2.2em;vertical-align:middle}
|
||||
@ -170,12 +170,12 @@ td.empty_table {padding:85px 0;text-align:center}
|
||||
|
||||
/* 폼 컨트롤 */
|
||||
.fs_input,
|
||||
fieldset textarea {padding:3px 3px 4px;border:1px solid #ddd;background:#fff;vertical-align:middle}
|
||||
fieldset textarea {padding:3px 3px 4px;border:1px solid #ccc;background:#f7f7f7;vertical-align:middle}
|
||||
.fs_input:focus,
|
||||
fieldset textarea:focus {padding:4px 4px 5px;border:0;background:#494949;color:#fff}
|
||||
|
||||
.fs_submit,
|
||||
fieldset button {padding:0 15px;height:24px;border:0;background:#595959;color:#fff;line-height:1.7em;vertical-align:middle;cursor:pointer}
|
||||
fieldset button {padding:0 15px;height:24px;border:0;background:#444;color:#fff;line-height:1.7em;vertical-align:middle;cursor:pointer}
|
||||
|
||||
/* 자바스크립트 alert 대안 */
|
||||
#validation_check {margin:100px auto;width:500px}
|
||||
@ -412,6 +412,8 @@ fieldset button {padding:0 15px;height:24px;border:0;background:#595959;color:#f
|
||||
#bo_w caption {padding:0;height:0;overflow:hidden}
|
||||
|
||||
/* 게시판 목록 */
|
||||
#bo_list_title {}
|
||||
#bo_list_total {margin-bottom:10px}
|
||||
.btn_bo_adm input {padding:0 10px;height:26px;border:1px solid #ccc;background:#fafafa}
|
||||
#bo_cate {margin-bottom:15px;padding-left:1px}
|
||||
#bo_cate h2 {width:0;height:0;overflow:hidden}
|
||||
@ -419,7 +421,7 @@ fieldset button {padding:0 15px;height:24px;border:0;background:#595959;color:#f
|
||||
#bo_cate_ul:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
#bo_cate_ul li {position:relative;float:left}
|
||||
#bo_cate_ul a {display:block;margin-top:-1px;margin-left:-1px;padding:7px 15px 5px;border:1px solid #eee;background:#f7f7f7;color:#595959;text-decoration:none}
|
||||
#bo_cate_ul #bo_cate_on {background:#ff3061;color:#fff}
|
||||
#bo_cate_ul #bo_cate_on {background:#fff;color:#ff3061}
|
||||
|
||||
.bo_fx {margin-bottom:5px;zoom:1}
|
||||
.bo_fx:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
@ -546,6 +548,4 @@ fieldset button {padding:0 15px;height:24px;border:0;background:#595959;color:#f
|
||||
.pg_prev {border-right:1px solid #ddd}
|
||||
.pg_end,
|
||||
.pg_next {border-left:1px solid #ddd}
|
||||
.pg_current {background:#2a6bc4;color:#fff;font-weight:bold}
|
||||
|
||||
.pg_total {text-align:center}
|
||||
.pg_current {background:#2a6bc4;color:#fff;font-weight:bold}
|
||||
@ -9,7 +9,12 @@ if ($is_good) $colspan++;
|
||||
if ($is_nogood) $colspan++;
|
||||
?>
|
||||
|
||||
<? if (!$wr_id) {?><h1 id="wrapper_title"><?=$g4['title']?></h1><?}?>
|
||||
<? if (!$wr_id) {?><h1 id="bo_list_title"><?=$g4['title']?></h1><?}?>
|
||||
|
||||
<p id="bo_list_total">
|
||||
<span>Total <?=number_format($total_count)?>건</span>
|
||||
<?=$page?> 페이지
|
||||
</p>
|
||||
|
||||
<? if ($is_category) { ?>
|
||||
<form id="fcategory" name="fcategory" method="get">
|
||||
@ -158,11 +163,6 @@ if ($is_nogood) $colspan++;
|
||||
<!-- 페이지 -->
|
||||
<? echo $write_pages; ?>
|
||||
|
||||
<p class="pg_total">
|
||||
<span>Total <?=number_format($total_count)?>건</span>
|
||||
<?=$page?> 페이지
|
||||
</p>
|
||||
|
||||
<? if ($is_checkbox) { ?>
|
||||
<script>
|
||||
function all_checked(sw) {
|
||||
|
||||
Reference in New Issue
Block a user