diff --git a/modules/editor/styles/default/editor.css b/modules/editor/styles/default/editor.css index 89951a38e..07c475249 100644 --- a/modules/editor/styles/default/editor.css +++ b/modules/editor/styles/default/editor.css @@ -3,3 +3,19 @@ html, body { height:100%; background-color:transparent; padding:0; margin:0;} .xe_content{ color:#000; font-size:12px;} + +.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/default/img/bg_qmark.gif b/modules/editor/styles/default/img/bg_qmark.gif new file mode 100644 index 000000000..5a8a44625 Binary files /dev/null and b/modules/editor/styles/default/img/bg_qmark.gif differ diff --git a/modules/editor/styles/default/style.css b/modules/editor/styles/default/style.css index c96febd33..9786899bf 100755 --- a/modules/editor/styles/default/style.css +++ b/modules/editor/styles/default/style.css @@ -2,3 +2,19 @@ /* NHN > UIT Center > Open UI Technology Team > Jeong Chan Myeong(dece24@nhncorp.com) */ /* xe_content */ .xe_content{ color:#000; font-size:12px;} + +.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;}