From dc85d1e3ff96c5339b20c0e82ecb66e21d6abea4 Mon Sep 17 00:00:00 2001 From: whitedot Date: Thu, 24 Jan 2013 17:31:54 +0900 Subject: [PATCH] =?UTF-8?q?=EC=82=AC=EC=9A=A9=EC=9E=90:=20=EA=B2=8C?= =?UTF-8?q?=EC=8B=9C=ED=8C=90=EC=8A=A4=ED=82=A8=20=EB=AA=A9=EB=A1=9D=20?= =?UTF-8?q?=EC=8A=A4=ED=83=80=EC=9D=BC=20=EB=B0=8F=20=EC=9D=BD=EA=B8=B0=20?= =?UTF-8?q?=EB=B3=B8=EB=AC=B8=20=EC=8A=A4=ED=83=80=EC=9D=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/default.css | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/css/default.css b/css/default.css index 8bf5c6a37..d37ee49a2 100644 --- a/css/default.css +++ b/css/default.css @@ -225,6 +225,27 @@ table a {color:#000;text-decoration:none} /* 게시판 쓰기 */ #bo_w caption {padding:0;height:0;overflow:hidden} +/* 게시판 목록 */ +.btn_bo_adm input {padding:0 10px;height:26px;border:1px solid #494949;background:#494949;color:#fff;text-decoration:none} +.bo_fx {margin-bottom:5px;zoom:1} +.bo_fx:after {display:block;visibility:hidden;clear:both;content:""} +.bo_fx ul {margin:0;padding:0;list-style:none} +#bo_cate {float:left;margin:0 10px 10px 0} +#bo_cate form {display:inline-block} +.btn_bo_user {float:right;margin:0;padding:0;list-style:none} +.btn_bo_user li {float:left;margin-left:5px} +.btn_bo_adm {float:left} +.btn_bo_adm li {float:left;margin-right:5px} +#bo_sch {display:inline-block;float:left;margin:0;padding:0;border:0;vertical-align:middle} +#bo_sch form {display:inline-block} +#bo_list caption {padding:0;height:0;color:transparent;overflow:hidden} /* ff에서 감추기 위해 color:transparent 사용 */ +#bo_list td {line-height:1em} +#bo_list strong {color:#ff4679} +.bo_notice {background:#f5f5f5} +.bo_cate_link {display:inline-block;margin:0 5px 0 0;padding:0 8px 0 0;border-right:1px solid #ddd;font-weight:bold;text-decoration:none} +.bo_current {color:#ff4679} +.td_subject img {margin-left:5px} + /* 게시판 읽기 */ #bo_v_title {} #bo_v {position:relative;margin-bottom:30px;border-top:3px solid #666;border-bottom:1px solid #ccc;zoom:1} @@ -247,7 +268,7 @@ table a {color:#000;text-decoration:none} #bo_v_file li {border-bottom:1px solid #ddd;background:#f7f7f7} #bo_v_file a {display:inline-block;padding:8px 10px 7px} #bo_v_file strong {text-decoration:underline} -#bo_v_con {padding:15px 20px;min-height:200px;height:auto !important;height:200px;border:1px solid #eee;background:#fff;line-height:1.8em} +#bo_v_con {padding:20px;min-height:200px;height:auto !important;height:200px;border:1px solid #eee;background:#fff;line-height:1.8em} .bo_v_file_cnt {display:inline-block;margin:0 10px;color:#0075b8} #bo_v_link h2 {margin:0;padding:0;height:0;overflow:hidden} #bo_v_link ul {margin:0;padding:0;list-style:none}