mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
ckeditor 서식에 인용구 스타일 추가
This commit is contained in:
parent
614cc6e8d1
commit
27f97609b7
3 changed files with 38 additions and 3 deletions
|
|
@ -1,6 +1,5 @@
|
|||
@charset "utf-8";
|
||||
/* NAVER (developers@xpressengine.com) */
|
||||
.xe_content.editable { }
|
||||
.xe_content.editable img{border:0;max-width:100%;}
|
||||
.xe_content.editable blockquote.q1,
|
||||
.xe_content.editable blockquote.q2,
|
||||
|
|
@ -17,3 +16,27 @@
|
|||
.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}
|
||||
|
||||
.xe_content.editable blockquote
|
||||
{
|
||||
font-style: italic;
|
||||
padding: 2px 0;
|
||||
font-family: '돋움', dotum, Georgia, Times, "Times New Roman", serif;
|
||||
border-style: solid;
|
||||
border-color: #ccc;
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
.xe_content.editable.cke_contents_ltr blockquote
|
||||
{
|
||||
padding-left: 20px;
|
||||
padding-right: 8px;
|
||||
border-left-width: 5px;
|
||||
}
|
||||
|
||||
.xe_content.editable.cke_contents_rtl blockquote
|
||||
{
|
||||
padding-left: 8px;
|
||||
padding-right: 20px;
|
||||
border-right-width: 5px;
|
||||
}
|
||||
|
|
@ -1,6 +1,5 @@
|
|||
@charset "utf-8";
|
||||
/* NAVER (developers@xpressengine.com) */
|
||||
.xe_content {color:#000;font-size:13px;font-family:sans-serif;line-height:1.5}
|
||||
.xe_content blockquote.q1,
|
||||
.xe_content blockquote.q2,
|
||||
.xe_content blockquote.q3,
|
||||
|
|
@ -16,3 +15,16 @@
|
|||
.xe_content blockquote.q6{border:1px dashed #707070}
|
||||
.xe_content blockquote.q7{border:1px dashed #707070;background:#fbfbfb}
|
||||
.xe_content p{margin:0}
|
||||
|
||||
.xe_content blockquote
|
||||
{
|
||||
font-style: italic;
|
||||
padding: 2px 0;
|
||||
font-family: '돋움', dotum, Georgia, Times, "Times New Roman", serif;
|
||||
border-style: solid;
|
||||
border-color: #ccc;
|
||||
border-width: 0;
|
||||
padding-left: 20px;
|
||||
padding-right: 8px;
|
||||
border-left-width: 5px;
|
||||
}
|
||||
|
|
@ -1 +1 @@
|
|||
|
||||
style.css
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue