From 799e0ee367a07e5e5806d0e6475c4d53924b5ca4 Mon Sep 17 00:00:00 2001 From: sora90224 Date: Mon, 5 Oct 2015 11:49:43 +0900 Subject: [PATCH 1/2] =?UTF-8?q?=EB=AA=A8=EB=B0=94=EC=9D=BC=20=EC=BA=A1?= =?UTF-8?q?=EC=B0=A8=20=EC=88=AB=EC=9E=90=EC=9D=8C=EC=84=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/mobile.css | 1 + theme/basic/css/mobile.css | 1 + 2 files changed, 2 insertions(+) diff --git a/css/mobile.css b/css/mobile.css index 6316c221e..1e1e9279f 100644 --- a/css/mobile.css +++ b/css/mobile.css @@ -116,6 +116,7 @@ a:hover, a:focus, a:active {color:#000;text-decoration:underline} #captcha #captcha_reload {margin:0;padding:0 5px;height:32px;border:0;background:#e4eaec;vertical-align:middle;overflow:hidden;cursor:pointer} #captcha #captcha_key {margin:0 0 0 4px;padding:0 5px;width:50px;height:30px;border:1px solid #b8c9c2;background:#f7f7f7;font-size:1.333em;font-weight:bold;text-align:center;line-height:2em} #captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em} +#captcha #captcha_mp3{margin:0;padding:0 5px;height:32px;border:0;background:#e4eaec;vertical-align:middle;overflow:hidden;cursor:pointer} /* 버튼 */ a.btn01 {display:inline-block;padding:8px 7px 7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;vertical-align:middle} diff --git a/theme/basic/css/mobile.css b/theme/basic/css/mobile.css index bbbc357f8..71522db79 100644 --- a/theme/basic/css/mobile.css +++ b/theme/basic/css/mobile.css @@ -116,6 +116,7 @@ a:hover, a:focus, a:active {color:#000;text-decoration:underline} #captcha #captcha_reload {margin:0;padding:0 5px;height:32px;border:0;background:#e4eaec;vertical-align:middle;overflow:hidden;cursor:pointer} #captcha #captcha_key {margin:0 0 0 4px;padding:0 5px;width:50px;height:30px;border:1px solid #b8c9c2;background:#f7f7f7;font-size:1.333em;font-weight:bold;text-align:center;line-height:2em} #captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em} +#captcha #captcha_mp3{margin:0;padding:0 5px;height:32px;border:0;background:#e4eaec;vertical-align:middle;overflow:hidden;cursor:pointer} /* 버튼 */ a.btn01 {display:inline-block;padding:8px 7px 7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;vertical-align:middle} From 0618fd53dc8bade6aa229c290de9ffbd9a4b4001 Mon Sep 17 00:00:00 2001 From: sora90224 Date: Mon, 5 Oct 2015 12:07:01 +0900 Subject: [PATCH 2/2] =?UTF-8?q?=EB=AA=A8=EB=B0=94=EC=9D=BC=20=EB=8B=A8?= =?UTF-8?q?=EC=B6=95=ED=82=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/mobile.css | 11 +++++++++++ theme/basic/css/mobile.css | 11 +++++++++++ 2 files changed, 22 insertions(+) diff --git a/css/mobile.css b/css/mobile.css index 1e1e9279f..0a6f471b8 100644 --- a/css/mobile.css +++ b/css/mobile.css @@ -102,6 +102,7 @@ a:hover, a:focus, a:active {color:#000;text-decoration:underline} /* 화면낭독기 사용자용 */ #hd_login_msg {position:absolute;top:0;left:0;width:0;height:0;overflow:hidden} .msg_sound_only, .sound_only {display:inline-block;position:absolute;top:0;left:0;margin:0 !important;padding:0 !important;width:1px !important;height:1px !important;font-size:0 !important;line-height:0 !important;overflow:hidden} + /* 본문 바로가기 */ .to_content a {z-index:100000;position:absolute;top:0;left:0;width:0;height:0;font-size:0;line-height:0;overflow:hidden} @@ -118,6 +119,16 @@ a:hover, a:focus, a:active {color:#000;text-decoration:underline} #captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em} #captcha #captcha_mp3{margin:0;padding:0 5px;height:32px;border:0;background:#e4eaec;vertical-align:middle;overflow:hidden;cursor:pointer} +/*단축키일람 */ +.btn_cke_sc{background:#333;color:#fff;padding:5px;border:none;margin-bottom:5px} +.cke_sc_def {margin:0 0 5px;padding:10px;border:1px solid #ccc;background:#f7f7f7;text-align:center} +.cke_sc_def dl{margin:0 0 5px;text-align:left;zoom:1} +.cke_sc_def dl:after {display:block;visibility:hidden;clear:both;content:""} +.cke_sc_def dt, .cke_sc_def dd {float:left;margin:0;padding:5px 0;border-bottom:1px solid #e9e9e9} +.cke_sc_def dt {width:50%;font-weight:bold} +.cke_sc_def dd {width:50%} +.btn_cke_sc_close{background:#333;padding:5px;border:none;color:#fff} + /* 버튼 */ a.btn01 {display:inline-block;padding:8px 7px 7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;vertical-align:middle} a.btn01:focus, a.btn01:hover {text-decoration:none} diff --git a/theme/basic/css/mobile.css b/theme/basic/css/mobile.css index 71522db79..75892a80d 100644 --- a/theme/basic/css/mobile.css +++ b/theme/basic/css/mobile.css @@ -102,6 +102,7 @@ a:hover, a:focus, a:active {color:#000;text-decoration:underline} /* 화면낭독기 사용자용 */ #hd_login_msg {position:absolute;top:0;left:0;width:0;height:0;overflow:hidden} .msg_sound_only, .sound_only {display:inline-block;position:absolute;top:0;left:0;margin:0 !important;padding:0 !important;width:1px !important;height:1px !important;font-size:0 !important;line-height:0 !important;overflow:hidden} + /* 본문 바로가기 */ .to_content a {z-index:100000;position:absolute;top:0;left:0;width:0;height:0;font-size:0;line-height:0;overflow:hidden} @@ -118,6 +119,16 @@ a:hover, a:focus, a:active {color:#000;text-decoration:underline} #captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em} #captcha #captcha_mp3{margin:0;padding:0 5px;height:32px;border:0;background:#e4eaec;vertical-align:middle;overflow:hidden;cursor:pointer} +/*단축키일람 */ +.btn_cke_sc{background:#333;color:#fff;padding:5px;border:none;margin-bottom:5px} +.cke_sc_def {margin:0 0 5px;padding:10px;border:1px solid #ccc;background:#f7f7f7;text-align:center} +.cke_sc_def dl{margin:0 0 5px;text-align:left;zoom:1} +.cke_sc_def dl:after {display:block;visibility:hidden;clear:both;content:""} +.cke_sc_def dt, .cke_sc_def dd {float:left;margin:0;padding:5px 0;border-bottom:1px solid #e9e9e9} +.cke_sc_def dt {width:50%;font-weight:bold} +.cke_sc_def dd {width:50%} +.btn_cke_sc_close{background:#333;padding:5px;border:none;color:#fff} + /* 버튼 */ a.btn01 {display:inline-block;padding:8px 7px 7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;vertical-align:middle} a.btn01:focus, a.btn01:hover {text-decoration:none}