Fix #837 remove default editor styles that conflict with Rhymix global settings

This commit is contained in:
Kijin Sung 2017-05-30 12:54:13 +09:00
parent 0be7e72fe5
commit 6b326b8da6
8 changed files with 8 additions and 8 deletions

View file

@ -2,7 +2,7 @@
/* NAVER (developers@xpressengine.com) */ /* NAVER (developers@xpressengine.com) */
html,body{height:100%} html,body{height:100%}
body{margin:0;padding:0} body{margin:0;padding:0}
.xe_content{color:#000;font-size:12px;line-height:1.5;word-break:break-all;word-wrap:break-word} .xe_content{color:#000;}
.xe_content img{border:0;max-width:100%;width:auto;height:auto} .xe_content img{border:0;max-width:100%;width:auto;height:auto}
.xe_content blockquote.q1, .xe_content blockquote.q1,
.xe_content blockquote.q2, .xe_content blockquote.q2,

2
modules/editor/styles/default/style.css Executable file → Normal file
View file

@ -1,6 +1,6 @@
@charset "utf-8"; @charset "utf-8";
/* NAVER (developers@xpressengine.com) */ /* NAVER (developers@xpressengine.com) */
.xe_content{color:#000;font-size:12px;line-height:1.5} .xe_content{color:#000;}
.xe_content blockquote.q1, .xe_content blockquote.q1,
.xe_content blockquote.q2, .xe_content blockquote.q2,
.xe_content blockquote.q3, .xe_content blockquote.q3,

View file

@ -1,7 +1,7 @@
@charset "utf-8"; @charset "utf-8";
/* NAVER (developers@xpressengine.com) */ /* NAVER (developers@xpressengine.com) */
html, body{height:100%;background-color:transparent;padding:0;margin:0} html, body{height:100%;background-color:transparent;padding:0;margin:0}
.xe_content{color:#000;font-size:12px;line-height:1.5;word-break:break-all;word-wrap:break-word} .xe_content{color:#000;}
.xe_content blockquote.q1, .xe_content blockquote.q1,
.xe_content blockquote.q2, .xe_content blockquote.q2,
.xe_content blockquote.q3, .xe_content blockquote.q3,

View file

@ -1,6 +1,6 @@
@charset "utf-8"; @charset "utf-8";
/* NAVER (developers@xpressengine.com) */ /* NAVER (developers@xpressengine.com) */
.xe_content{font-size:12px;line-height:1.6;clear:both} .xe_content{color:#000;}
.xe_content h1{font-size:24px} .xe_content h1{font-size:24px}
.xe_content h2{font-size:20px} .xe_content h2{font-size:20px}
.xe_content h3{font-size:18px} .xe_content h3{font-size:18px}

2
modules/editor/styles/xeStyle/editor.css Executable file → Normal file
View file

@ -1,7 +1,7 @@
@charset "utf-8"; @charset "utf-8";
/* NAVER (developers@xpressengine.com) */ /* NAVER (developers@xpressengine.com) */
html, body{height:100%;background-color:transparent;padding:0;margin:0} html, body{height:100%;background-color:transparent;padding:0;margin:0}
.xe_content.editable {margin-right:8px;word-break:break-all;word-wrap:break-word} .xe_content.editable {margin-right:8px;}
.xe_content.editable h1, .xe_content.editable h1,
.xe_content.editable h2, .xe_content.editable h2,
.xe_content.editable h3, .xe_content.editable h3,

2
modules/editor/styles/xeStyle/style.css Executable file → Normal file
View file

@ -1,6 +1,6 @@
@charset "utf-8"; @charset "utf-8";
/* NAVER (developers@xpressengine.com) */ /* NAVER (developers@xpressengine.com) */
.xe_content{color:#000;font-size:12px} .xe_content{color:#000;}
.xe_content blockquote.q1, .xe_content blockquote.q1,
.xe_content blockquote.q2, .xe_content blockquote.q2,
.xe_content blockquote.q3, .xe_content blockquote.q3,

View file

@ -1,7 +1,7 @@
@charset "utf-8"; @charset "utf-8";
/* NAVER (developers@xpressengine.com) */ /* NAVER (developers@xpressengine.com) */
html, body{height:100%;background-color:transparent;padding:0;margin:0} html, body{height:100%;background-color:transparent;padding:0;margin:0}
.xe_content.editable{margin-right:8px;word-break:break-all;word-wrap:break-word} .xe_content.editable{margin-right:8px;}
.xe_content.editable h1, .xe_content.editable h1,
.xe_content.editable h2, .xe_content.editable h2,
.xe_content.editable h3, .xe_content.editable h3,

2
modules/editor/styles/xeStyleBlack/style.css Executable file → Normal file
View file

@ -1,6 +1,6 @@
@charset "utf-8"; @charset "utf-8";
/* NAVER (developers@xpressengine.com) */ /* NAVER (developers@xpressengine.com) */
.xe_content{color:#fff;font-size:12px} .xe_content{color:#fff;}
.xe_content blockquote.q1, .xe_content blockquote.q1,
.xe_content blockquote.q2, .xe_content blockquote.q2,
.xe_content blockquote.q3, .xe_content blockquote.q3,