From 95e335e895e6202d50adde53b3b8dd60d139baaf Mon Sep 17 00:00:00 2001 From: bnu Date: Fri, 3 Jul 2015 10:48:14 +0900 Subject: [PATCH] =?UTF-8?q?#1578=20=EC=97=90=EB=94=94=ED=84=B0=20=EC=8A=A4?= =?UTF-8?q?=ED=83=80=EC=9D=BC=20=EC=B6=94=EA=B0=80=20-=20P=20=ED=83=9C?= =?UTF-8?q?=EA=B7=B8=EC=97=90=20margin=EC=9D=84=20=EC=A0=9C=EA=B1=B0?= =?UTF-8?q?=ED=95=98=EC=A7=80=20=EC=95=8A=EC=9D=80=20=EA=B8=B0=EB=B3=B8?= =?UTF-8?q?=ED=98=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../styles/ckeditor_recommend/editor.css | 19 ++++++++++++++++++ .../styles/ckeditor_recommend/editor.html | 10 +++++++++ .../ckeditor_recommend/img/bg_qmark.gif | Bin 0 -> 59 bytes .../editor/styles/ckeditor_recommend/skin.xml | 9 +++++++++ .../styles/ckeditor_recommend/style.css | 17 ++++++++++++++++ .../styles/ckeditor_recommend/style.ini | 1 + 6 files changed, 56 insertions(+) create mode 100644 modules/editor/styles/ckeditor_recommend/editor.css create mode 100755 modules/editor/styles/ckeditor_recommend/editor.html create mode 100644 modules/editor/styles/ckeditor_recommend/img/bg_qmark.gif create mode 100644 modules/editor/styles/ckeditor_recommend/skin.xml create mode 100755 modules/editor/styles/ckeditor_recommend/style.css create mode 100644 modules/editor/styles/ckeditor_recommend/style.ini diff --git a/modules/editor/styles/ckeditor_recommend/editor.css b/modules/editor/styles/ckeditor_recommend/editor.css new file mode 100644 index 000000000..bb51a135a --- /dev/null +++ b/modules/editor/styles/ckeditor_recommend/editor.css @@ -0,0 +1,19 @@ +@charset "utf-8"; +/* NAVER (developers@xpressengine.com) */ +.xe_content.editable {color:#000;font-size:14px;font-family:sans-serif;line-height:1.6;word-break:break-all;word-wrap:break-word} +.xe_content.editable img{border:0;max-width:100%;} +.xe_content.editable blockquote.q1, +.xe_content.editable blockquote.q2, +.xe_content.editable blockquote.q3, +.xe_content.editable blockquote.q4, +.xe_content.editable blockquote.q5, +.xe_content.editable blockquote.q6, +.xe_content.editable blockquote.q7{padding:10px;margin:0 15px} +.xe_content.editable blockquote.q1{padding:0 10px;border-left:2px solid #ccc} +.xe_content.editable blockquote.q2{padding:0 10px;background:url(./img/bg_qmark.gif) no-repeat left top} +.xe_content.editable blockquote.q3{border:1px solid #d9d9d9} +.xe_content.editable blockquote.q4{border:1px solid #d9d9d9;background:#fbfbfb} +.xe_content.editable blockquote.q5{border:2px solid #707070} +.xe_content.editable blockquote.q6{border:1px dashed #707070} +.xe_content.editable blockquote.q7{border:1px dashed #707070;background:#fbfbfb} +.xe_content.editable table .xe_selected_cell{background-color:#d6e9ff} diff --git a/modules/editor/styles/ckeditor_recommend/editor.html b/modules/editor/styles/ckeditor_recommend/editor.html new file mode 100755 index 000000000..53452c962 --- /dev/null +++ b/modules/editor/styles/ckeditor_recommend/editor.html @@ -0,0 +1,10 @@ + + + + + +XpressEngine + + + + diff --git a/modules/editor/styles/ckeditor_recommend/img/bg_qmark.gif b/modules/editor/styles/ckeditor_recommend/img/bg_qmark.gif new file mode 100644 index 0000000000000000000000000000000000000000..5a8a44625d0bcdbc038ee4aaa0f75575fbc4f146 GIT binary patch literal 59 zcmZ?wbhEHbWM|-IX!y@?;J|^No*u=YEQ}05paUX6G7d~aEJ@R)YxnU?%3Kv;T*6z* J)5gkR4FK554=Mlv literal 0 HcmV?d00001 diff --git a/modules/editor/styles/ckeditor_recommend/skin.xml b/modules/editor/styles/ckeditor_recommend/skin.xml new file mode 100644 index 000000000..f485bf0ae --- /dev/null +++ b/modules/editor/styles/ckeditor_recommend/skin.xml @@ -0,0 +1,9 @@ + + + XE CKEditor ꢌμž₯ μ„œμ‹ + 1.8 + 2014-02-27 + + NAVER + + diff --git a/modules/editor/styles/ckeditor_recommend/style.css b/modules/editor/styles/ckeditor_recommend/style.css new file mode 100755 index 000000000..3aa6448fd --- /dev/null +++ b/modules/editor/styles/ckeditor_recommend/style.css @@ -0,0 +1,17 @@ +@charset "utf-8"; +/* NAVER (developers@xpressengine.com) */ +.xe_content {color:#000;font-size:14px;font-family:sans-serif;line-height:1.6} +.xe_content blockquote.q1, +.xe_content blockquote.q2, +.xe_content blockquote.q3, +.xe_content blockquote.q4, +.xe_content blockquote.q5, +.xe_content blockquote.q6, +.xe_content blockquote.q7{padding:10px;margin:0 15px} +.xe_content blockquote.q1{padding:0 10px;border-left:2px solid #ccc} +.xe_content blockquote.q2{padding:0 10px;background:url(./img/bg_qmark.gif) no-repeat left top} +.xe_content blockquote.q3{border:1px solid #d9d9d9} +.xe_content blockquote.q4{border:1px solid #d9d9d9;background:#fbfbfb} +.xe_content blockquote.q5{border:2px solid #707070} +.xe_content blockquote.q6{border:1px dashed #707070} +.xe_content blockquote.q7{border:1px dashed #707070;background:#fbfbfb} diff --git a/modules/editor/styles/ckeditor_recommend/style.ini b/modules/editor/styles/ckeditor_recommend/style.ini new file mode 100644 index 000000000..e8c7365cf --- /dev/null +++ b/modules/editor/styles/ckeditor_recommend/style.ini @@ -0,0 +1 @@ +style.css