작성영역 스타일시트 지정data-dews-stylesheets
data-dews-stylesheets
에디터 영역에서 사용할 스타일시트 파일을 지정합니다.
※ 쉼표(,)를 구분자로 여러개의 스타일시트 URL을 지정할 수 있습니다.
/* editor.css 내용 */
html,
body {
font-family: Dotum, Helvetica, Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
margin: 0;
padding: 5px;
font-size: 12px;
color: #666666;
height: auto;
line-height: 1.8em;
}
a {
color: #828282;
text-decoration: none;
}
a:hover,
a:active,
a:focus {
color: #666666;
text-decoration: none;
}