Make the default editor styles more configurable

This commit is contained in:
Kijin Sung 2016-04-28 00:52:29 +09:00
parent 4a26220890
commit a1fc06f645
19 changed files with 175 additions and 121 deletions

View file

@ -1,6 +1,6 @@
@charset "utf-8";
/* NAVER (developers@xpressengine.com) */
.xe_content.editable {color:#000;font-size:13px;font-family:sans-serif;line-height:1.5;word-break:break-all;word-wrap:break-word}
.xe_content.editable { }
.xe_content.editable img{border:0;max-width:100%;}
.xe_content.editable blockquote.q1,
.xe_content.editable blockquote.q2,
@ -17,4 +17,3 @@
.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 p{margin:0}

View file

@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<skin version="0.2">
<title xml:lang="ko">XE CKEditor 기본 서식</title>
<version>1.8</version>
<date>2014-02-27</date>
<title xml:lang="ko">Rhymix 기본 서식</title>
<title xml:lang="en">Rhymix Default</title>
<version>1.9</version>
<date>2016-04-27</date>
<author email_address="developers@xpressengine.com" link="http://xpressengine.com/">
<name xml:lang="ko">NAVER</name>
</author>

View file

@ -16,4 +16,3 @@
.xe_content blockquote.q6{border:1px dashed #707070}
.xe_content blockquote.q7{border:1px dashed #707070;background:#fbfbfb}
.xe_content p{margin:0}

View file

@ -1 +1 @@
style.css