From 0490b2ce877d2b8d888e3871af67167ceab42233 Mon Sep 17 00:00:00 2001 From: whitedot Date: Wed, 27 Feb 2013 10:26:31 +0900 Subject: [PATCH 1/3] =?UTF-8?q?=EB=AA=A8=EB=B0=94=EC=9D=BC=20=EC=A0=84?= =?UTF-8?q?=EC=B2=B4=20=EC=8A=A4=ED=83=80=EC=9D=BC=20=EB=B0=8F=20=EA=B2=8C?= =?UTF-8?q?=EC=8B=9C=ED=8C=90=20=EC=9E=91=EC=97=85=20=EC=A4=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/mobile.css | 24 +++++++++++++++++++----- 1 file changed, 19 insertions(+), 5 deletions(-) diff --git a/css/mobile.css b/css/mobile.css index 0feb5648d..744460bc1 100644 --- a/css/mobile.css +++ b/css/mobile.css @@ -2,7 +2,7 @@ /* 초기화 */ html {overflow-y:scroll} -body {margin:0;padding:0;background:#f7f7f2;font-size:0.875em;font-family:"dotum"} +body {margin:0;padding:0;background:#fff;font-size:0.875em;font-family:"dotum"} html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0} h1, h2, h3, h4, h5, h6 {color:#2a4959;font-size:1em;font-family:"dotum"} article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block} @@ -50,11 +50,11 @@ pre {overflow-x:scroll;font-size:1.1em} #sirgle_title_span {display:block;position:relative;top:33px;left:0} /* 중간 레이아웃 */ -#wrapper {margin:30px auto;width:96%} +#wrapper {margin:30px 0} #lnb {display:none} -#container {position:relative;padding:20px;border:1px solid #d5d9d7;background:#fff;width:auto;min-height:300px;zoom:1} +#container {position:relative;min-height:300px;zoom:1} #container:after {display:block;visibility:hidden;clear:both;content:""} /* 하단 레이아웃 */ @@ -87,7 +87,21 @@ sup {display:none !important} .lt_more {position:absolute;top:10px;right:0} */ -/* 게시판 목록 +/* 게시판 목록 */ +#bo_list table {width:100%} +#bo_list th {padding:12px 0 8px;background:#565e60;color:#fff} +#bo_list caption {display:none} +#bo_list th:nth-of-type(1) {display:none} +#bo_list td:nth-of-type(1) {display:none} +#bo_list th:nth-of-type(3) {display:none} +#bo_list td:nth-of-type(3) {display:none} +#bo_list th:nth-of-type(4) {width:20%} +#bo_list td:nth-of-type(4) {text-align:center} +#bo_list th:nth-of-type(5) {display:none} +#bo_list td:nth-of-type(5) {display:none} +#bo_list th:nth-of-type(6) {display:none} +#bo_list td:nth-of-type(6) {display:none} +/* #bo_list table {margin:0 auto;width:100%} #bo_list caption {display:none} #bo_list thead {display:none} @@ -104,4 +118,4 @@ sup {display:none !important} #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 From cce3d390e27b5250bd5b24f94b1cbeb2ef1f7208 Mon Sep 17 00:00:00 2001 From: whitedot Date: Wed, 27 Feb 2013 10:28:06 +0900 Subject: [PATCH 2/3] =?UTF-8?q?=EB=AA=A8=EB=B0=94=EC=9D=BC:=20=EC=8B=9C?= =?UTF-8?q?=EC=8A=A4=ED=85=9C=20=EA=B8=B0=EB=B3=B8=20=ED=8F=B0=ED=8A=B8?= =?UTF-8?q?=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/mobile.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css/mobile.css b/css/mobile.css index 744460bc1..5a57b8c0f 100644 --- a/css/mobile.css +++ b/css/mobile.css @@ -2,13 +2,13 @@ /* 초기화 */ html {overflow-y:scroll} -body {margin:0;padding:0;background:#fff;font-size:0.875em;font-family:"dotum"} +body {margin:0;padding:0;background:#fff;font-size:0.875em} html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0} -h1, h2, h3, h4, h5, h6 {color:#2a4959;font-size:1em;font-family:"dotum"} +h1, h2, h3, h4, h5, h6 {color:#2a4959;font-size:1em} article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block} header ul, nav ul, footer ul {margin:0;padding:0;list-style:none} label, input, select, img {vertical-align:middle} -input {margin:0;padding:0;font-family:"dotum"} +input {margin:0;padding:0} input[type=text], input[type=password], input[type=submit], input[type=image] {border-radius:0} /* 모바일에서만 사용 */ p {margin:0;padding:10px 0;line-height:1.7em;word-break:break-all} hr {display:none} From 0f9c947fea17b8b0dec614ea2f5cc5087eb73cf4 Mon Sep 17 00:00:00 2001 From: whitedot Date: Wed, 27 Feb 2013 10:39:03 +0900 Subject: [PATCH 3/3] =?UTF-8?q?=EB=AA=A8=EB=B0=94=EC=9D=BC:=20=EB=B3=B8?= =?UTF-8?q?=EB=AC=B8=20=EB=B0=94=EB=A1=9C=EA=B0=80=EA=B8=B0=20=EC=82=AD?= =?UTF-8?q?=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/mobile.css | 2 -- mobile/head.php | 3 --- 2 files changed, 5 deletions(-) diff --git a/css/mobile.css b/css/mobile.css index 5a57b8c0f..1b2db0c3d 100644 --- a/css/mobile.css +++ b/css/mobile.css @@ -16,8 +16,6 @@ pre {overflow-x:scroll;font-size:1.1em} /* 웹접근성 스킬 --- 기본 block 속성에는 적용 안됨*/ .sound_only {display:none} -/* 본문 바로가기 */ -#to_content {display:none} /* 상단 레이아웃 */ #hd {background:#fff;zoom:1} diff --git a/mobile/head.php b/mobile/head.php index 4aa776812..c2b64e2b8 100644 --- a/mobile/head.php +++ b/mobile/head.php @@ -10,10 +10,7 @@ include_once(G4_LIB_PATH.'/connect.lib.php'); include_once(G4_LIB_PATH.'/popular.lib.php'); ?> -모바일 헤드 -
-