From 1cc081d2ca05e5bb01f450d7b68d9353b2de0955 Mon Sep 17 00:00:00 2001 From: whitedot Date: Mon, 25 Feb 2013 22:01:38 +0900 Subject: [PATCH] =?UTF-8?q?=EB=AA=A8=EB=B0=94=EC=9D=BC=20=EC=9E=91?= =?UTF-8?q?=EC=97=85=20=EC=A4=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/admin.css | 5 ++--- css/default.css | 6 +++--- css/mobile.css | 49 +++++++++++++++++++++++++++++++++++++++++++++---- 3 files changed, 50 insertions(+), 10 deletions(-) diff --git a/css/admin.css b/css/admin.css index c4ac29a7f..67387f3b7 100644 --- a/css/admin.css +++ b/css/admin.css @@ -47,8 +47,7 @@ h2 {font-size:1.2em} #snb a {display:inline-block;padding:5px 0;color:#e0e0e0;font-size:0.9em;text-decoration:none} /* gnb js off */ -#gnb {} - +#gnb {margin-top:-1px} #gnb ul {z-index:10} .gnb_1depth {position:relative;margin-top:-1px;margin-left:-1px;background:#383a3f;zoom:1} .gnb_1depth:after {display:block;visibility:hidden;clear:both;content:""} @@ -73,7 +72,7 @@ h2 {font-size:1.2em} .gnb_js .gnb_1depth a:focus, .gnb_js .gnb_1depth a:hover, .gnb_js .gnb_1depth a:active {text-decoration:none} -.gnb_js .gnb_1depth ul {width:1px;height:1px;overflow:hidden} +.gnb_js .gnb_1depth ul {width:0;height:0;overflow:hidden} .gnb_js .gnb_1depth li {float:none} .gnb_js .gnb_1depth_over ul {position:absolute;top:35px;left:-1px;width:181px;height:auto;border:1px solid #ccc;border-top:0} .gnb_js .gnb_2depth a {display:inline-block;margin:0;padding:5px 10px;width:161px;height:25px;border-bottom:0;background:#fff;color:#000;font-weight:normal;text-align:left;line-height:2.1em} diff --git a/css/default.css b/css/default.css index 2f4392c5c..8149ec20a 100644 --- a/css/default.css +++ b/css/default.css @@ -12,7 +12,8 @@ input {margin:0;padding:0;font-family:"dotum"} p {margin:0;padding:10px 0;line-height:1.7em;word-break:break-all} hr {display:none} pre {overflow-x:scroll;font-size:1.1em} -a:link, a:visited {color:#000;text-decoration:none} +a:link, +a:visited {color:#000;text-decoration:none} a:hover, a:focus, a:active {color:#000;text-decoration:underline} @@ -80,7 +81,7 @@ a:active {color:#000;text-decoration:underline} .gnb_js .gnb_1depth a:focus, .gnb_js .gnb_1depth a:hover, .gnb_js .gnb_1depth a:active {text-decoration:none} -.gnb_js .gnb_1depth ul {width:1px !important;height:0 !important;overflow:hidden} +.gnb_js .gnb_1depth ul {width:0 !important;height:0 !important;overflow:hidden} .gnb_js .gnb_1depth li {float:none} .gnb_js .gnb_1depth_over ul {position:absolute;top:35px;left:0;width:181px !important;height:auto !important;border:1px solid #c3c7c5;border-top:0} .gnb_js .gnb_2depth a {display:inline-block;margin:0;padding:5px 10px;width:161px;height:25px;border:0;background:#fff;color:#000;font-weight:normal;text-align:left;line-height:2.1em !important} @@ -394,7 +395,6 @@ fieldset button {padding:0 15px;height:24px;border:0;background:#333;color:#fff; .lt {position:relative;float:left;margin-bottom:20px;padding-bottom:10px;width:354px;height:150px;border-bottom:1px solid #ddd} .lt ul {margin:0 0 10px;padding:0;list-style:none} .lt li {padding:3px 0} -.lt a {} .lt_title {display:block;padding:10px 0 8px} .lt_more {position:absolute;top:10px;right:0} diff --git a/css/mobile.css b/css/mobile.css index 73fafa277..ded8d9e06 100644 --- a/css/mobile.css +++ b/css/mobile.css @@ -15,11 +15,53 @@ pre {overflow-x:scroll;font-size:1.1em} /* 웹접근성 스킬 --- 기본 block 속성에는 적용 안됨*/ .sound_only {display:none} +/* 본문 바로가기 */ +#to_content {display:none} -/* 레이아웃 */ +/* 상단 레이아웃 */ +#hd {background:#fff;zoom:1} +#hd:after {display:block;visibility:hidden;clear:both;content:""} +#hd h1 {display:none} -/* 게시판 목록 -#bo_list table {margin:0 auto;width:95%} +#logo {float:left;padding:5px 0;margin-left:10px} + +#schall {position:absolute;top:12px;right:10px} +#schall legend {display:none} +#schall_stx {padding-left:5px;width:100px;height:24px;border:1px solid #aaa;border-right:0;background:#f7f7f2;line-height:1.9em !important;line-height:1.6em} +#schall_submit {border:1px solid #aaa;border-left:0} + +#snb {clear:both;border-top:1px solid #ddd;text-align:center} +#snb li {display:inline-block} +#snb li {border-right:1px solid #ddd} +#snb li:nth-last-of-type(1) {border-right:0 !important} +#snb a {display:inline-block;padding:5px 10px;color:#000;text-decoration:none} + +#gnb {background:#151515;zoom:1} +#gnb:after {display:block;visibility:hidden;clear:both;content:""} +#gnb h2 {display:none} +#gnb li {float:left} +#gnb li ul {display:none} +.gnb_1depth a {color:#fff;text-decoration:none} + +/* 중간 레이아웃 */ +#wrapper {margin:30px auto;width:96%} +#container {background:#fff;width:auto;height:auto;zoom:1} +#container:after {display:block;visibility:hidden;clear:both;content:""} + +/* 하단 레이아웃 */ +#ft img {display:none} + +/* 광고 레이아웃 */ +.ad200200 {display:none} +.ad72890 {display:none} + +sup {display:none !important} + +/* 아웃로그인 */ +.ol {display:none} + +/* 게시판 목록 */ +#bo_list table {margin:0 auto;width:100%} #bo_list caption {display:none} #bo_list thead {display:none} #bo_list tr {border:1px solid #ccc} @@ -35,4 +77,3 @@ pre {overflow-x:scroll;font-size:1.1em} #bo_list td:nth-of-type(5):before {content:"조회"} #bo_list a {color:#000;text-decoration:none} .bo_cate_link {font-weight:bold} -*/ \ No newline at end of file