From 89e980f06f7e061f3ae2328f7f31abe4c37150af Mon Sep 17 00:00:00 2001 From: xushubieli Date: Wed, 5 Jan 2022 14:20:33 +0800 Subject: [PATCH] Update contents.css --- src/static/ckeditor/contents.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/static/ckeditor/contents.css b/src/static/ckeditor/contents.css index 6fb2af23..ed9d9a10 100755 --- a/src/static/ckeditor/contents.css +++ b/src/static/ckeditor/contents.css @@ -1,4 +1,4 @@ -body{font-family:sans-serif,Arial,Verdana,"Trebuchet MS","Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:12px;color:#333;background-color:#fff;margin:20px} +body{margin:20px;line-height:1.5;font-family:sans-serif,Arial,Verdana,"Trebuchet MS","Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:14px;color:#333;background-color:#fff} blockquote{font-style:italic;font-family:Georgia,Times,"Times New Roman",serif;padding:2px 0;border-style:solid;border-color:#ccc;border-width:0} a{color:#0782C1} ol,ul,dl{padding:0 40px} @@ -13,7 +13,7 @@ a > img{padding:1px;margin:1px;border:none;outline:1px solid #0782C1} img.right{border:1px solid #ccc;float:right;margin-left:15px;padding:5px} img.left{border:1px solid #ccc;float:left;margin-right:15px;padding:5px} .marker{background-color:Yellow} -.cke_editable{font-size:12px;line-height:1.5;word-wrap:break-word} +.cke_editable{font-size:14px;word-wrap:break-word} .cke_contents_ltr blockquote{padding-left:20px;padding-right:8px;border-left-width:5px} .cke_contents_rtl blockquote{padding-left:8px;padding-right:20px;border-right-width:5px} .code-featured{border:5px solid red}