From a7c7e6820f36fd8aa41beb9719e6e995d092b2d6 Mon Sep 17 00:00:00 2001 From: whitedot Date: Mon, 17 Dec 2012 14:30:22 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9D=BC=EB=B6=80=EC=83=89=EC=83=81=EB=8C=80?= =?UTF-8?q?=EB=B9=84=20=EB=B0=8F=20=ED=97=A4=EB=94=A9=20=ED=81=AC=EA=B8=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/adm.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/css/adm.css b/css/adm.css index c0efd7dbf..2e75e0fe7 100644 --- a/css/adm.css +++ b/css/adm.css @@ -24,8 +24,8 @@ header {background:#2c2f34} #home_link {z-index:2;position:absolute;top:50px;right:20px;height:35px;zoom:1} #home_link:after {display:block;visibility:hidden;clear:both;content:""} #home_link li {float:left;margin-left:10px} -#home_link a {color:#ccc;font-size:0.75em;text-decoration:none;line-height:2.95em} -#current_location {position:absolute;top:50px;left:0;width:100%;height:35px;background:url('../img/top_bg.png') #2c2f34 repeat-x;color:#ccc;font-size:0.75em;line-height:2.95em} +#home_link a {color:#eee;font-size:0.75em;text-decoration:none;line-height:2.95em} +#current_location {position:absolute;top:50px;left:0;width:100%;height:35px;background:url('../img/top_bg.png') #2c2f34 repeat-x;color:#eee;font-size:0.75em;line-height:2.95em} #current_location ul {margin-left:20px} #current_location li {float:left} #wrapper {margin:60px 10px 0 210px;min-height:630px;height:auto !important;height:630px} @@ -34,7 +34,7 @@ footer {margin:20px 0;padding:5px 20px;border-top:1px solid #d0d6d8} footer p {color:#576a71} /* 헤딩 */ -h1 {margin-bottom:20px;color:#515b5f;font-family:"verdana","dotum";letter-spacing:-0.1em} +h1 {margin-bottom:20px;color:#333;font-size:1.5em;font-family:"verdana","dotum";letter-spacing:-0.1em} /* GNB */ #gnb {position:absolute;top:110px;left:20px;width:180px} @@ -42,9 +42,9 @@ h1 {margin-bottom:20px;color:#515b5f;font-family:"verdana","dotum";letter-spacin .gnb_1depth_on ul {visibility:visible;height:auto} .gnb_1depth {margin-bottom:5px;border:1px solid #c7cfd5;background:#eef2f3} .gnb_1depth a {display:block;padding-left:15px;height:38px;color:#899093;font-size:0.9em;font-weight:bold;text-decoration:none;line-height:2.8em} -.gnb_1depth_on a {background:#515b5f;color:#fff} +.gnb_1depth_on a {border-bottom:1px solid #eef1f2;background:#fff;color:#333} .gnb_2depth {border-bottom:1px solid #eef1f2} -.gnb_2depth a {display:block;padding-left:15px;height:30px;background:#fff;color:#000;font:0.75em normal;text-decoration:none;line-height:2.8em} +.gnb_2depth a {display:block;padding-left:15px;height:30px;border:0;background:#fff;color:#000;font:0.75em normal;text-decoration:none;line-height:2.8em} .gnb_2depth a:focus, .gnb_2depth a:hover {background:#f6f9fa} /* 버튼 */ @@ -57,7 +57,7 @@ h1 {margin-bottom:20px;color:#515b5f;font-family:"verdana","dotum";letter-spacin .btn_list input, .btn_list button {padding:0 15px;height:30px;background:#74868b;color:#fff;font-size:0.875em;line-height:2.2em;vertical-align:middle} .btn_list input:focus, .btn_list button:focus {padding:0 15px;height:30px;background:#555;color:#fff;font-size:0.875em;line-height:2.2em;vertical-align:middle} .btn_list a {display:inline-block;padding:0 15px;height:28px;background:#74868b;color:#fff;font-size:0.875em;text-decoration:none;line-height:2.1em;vertical-align:middle} -.btn_list a:focus {padding:0 15px;height:30px;background:#555;color:#fff;font-size:0.875em;line-height:2.2em;vertical-align:middle} +.btn_list a:focus {background:#555} /* 폼 */ label {vertical-align:middle}