Editor 수정
smartEditor 사용 시 홈페이지의 기본 스타일 (배경/글씨 기본 색상 등)을 반영하여 볼 수 있도록 수정 작업
This commit is contained in:
parent
36c6b404ce
commit
e852dcf9a3
5 changed files with 8 additions and 12 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html lang="ko">
|
||||
<html lang="ko" class="single">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta http-equiv="Content-Script-Type" content="text/javascript">
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
bUseToolbar : true, // 툴바 사용 여부 (true:사용/ false:사용하지 않음)
|
||||
bUseVerticalResizer : true, // 입력창 크기 조절바 사용 여부 (true:사용/ false:사용하지 않음)
|
||||
bUseModeChanger : true, // 모드 탭(Editor | HTML | TEXT) 사용 여부 (true:사용/ false:사용하지 않음)
|
||||
aAdditionalFontList : [['Noto Sans KR', 'Noto Sans KR'],['Nanum Gothic', '나눔고딕'],['Nanum Myeongjo', '나눔명조'],['aphopis', 'APHOPIS']], // 추가 글꼴 목록
|
||||
aAdditionalFontList : [['Noto Sans KR', 'Noto Sans KR'],['Nanum Gothic', '나눔고딕'],['Nanum Myeongjo', '나눔명조']], // 추가 글꼴 목록
|
||||
fOnBeforeUnload : function(){
|
||||
//alert("완료!");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
@charset "UTF-8";
|
||||
|
||||
/* NHN Web Standardization Team (http://html.nhndesign.com/) HHJ 090226 */
|
||||
/* COMMON */
|
||||
body,#smart_editor2,#smart_editor2 p,#smart_editor2 h1,#smart_editor2 h2,#smart_editor2 h3,#smart_editor2 h4,#smart_editor2 h5,#smart_editor2 h6,#smart_editor2 ul,#smart_editor2 ol,#smart_editor2 li,#smart_editor2 dl,#smart_editor2 dt,#smart_editor2 dd,#smart_editor2 table,#smart_editor2 th,#smart_editor2 td,#smart_editor2 form,#smart_editor2 fieldset,#smart_editor2 legend,#smart_editor2 input,#smart_editor2 textarea,#smart_editor2 button,#smart_editor2 select{margin:0;padding:0}
|
||||
|
|
|
|||
|
|
@ -1,22 +1,17 @@
|
|||
@charset "UTF-8";
|
||||
@import url(../../../../css/style.css);
|
||||
@import url(../../../../data/css/_design.config.css);
|
||||
/* Nanum Gothic */
|
||||
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
|
||||
/* Noto Sans KR */
|
||||
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);
|
||||
/* Nanum Myeongjo */
|
||||
@import url(http://fonts.googleapis.com/earlyaccess/nanummyeongjo.css);
|
||||
@font-face {
|
||||
font-family: 'aphopis';
|
||||
src: url('../../../../css/fonts/MetalMania-Regular.eot');
|
||||
src: url('../../../../css/fonts/MetalMania-Regular.eot#iefix') format('embedded-opentype'),
|
||||
url('../../../../css/fonts/MetalMania-Regular.ttf') format('truetype'),
|
||||
url('../../../../css/fonts/MetalMania-Regular.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
|
||||
/* NHN Web Standardization Team (http://html.nhndesign.com/) HHJ 090226 */
|
||||
/* COMMON */
|
||||
body {width:auto !important;}
|
||||
body,.se2_inputarea{margin:0;padding:0;font-family:'돋움',Dotum,Helvetica,Sans-serif;font-size:12px;line-height:1.5}
|
||||
/* body,.se2_inputarea,.se2_inputarea th,.se2_inputarea td{margin:0;padding:0;font-family:'돋움',Dotum,Helvetica,Sans-serif;font-size:12px;line-height:1.5;color:#666} */
|
||||
.se2_inputarea p,.se2_inputarea br{margin:0;padding:0}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="ko">
|
||||
<html lang="ko" class="single">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Smart Editor™ WYSIWYG Mode</title>
|
||||
|
|
|
|||
Loading…
Reference in a new issue